.wc-credit-card-form.wc-payment-form {
    position: relative;
}

.dateModal.show {
    visibility: visible;
}

.dateModal {
    position: absolute;
    visibility: hidden;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    padding: 0.2em;
    background: #ffffff;
    color: #222222;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    width: 17em;
    z-index: 2;
    top: 153px;
    left: 0px;
}

.dateHeader {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    padding: 0.2em;
    margin-bottom: 0.3em;
    background: #cccccc;
    color: #222222;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
}

.select {
    width: 40%;
    font-size: 1em;
    margin: 1px 0;
}

.dateFooter {
    border-top: 1px solid #000;
    display: flex;
    justify-content: flex-end;
}

.modal-button {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    color: #555555;
    outline: none;
    border-radius: 4px;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}
#default-date {
    opacity: 0.7;
}
.modal-button:hover {
    border-color: #999999;
    background: #dadada;
    color: #212121;
}