.step {
    display: none;
}

.step-content {
    margin-bottom: 20px;
}

button {
    margin-top: 2px;
}

.bold-option {
    font-weight: 900;
}

.schedule-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: none;
    z-index: 100000;
    border-radius: 10px;
}

/* Relative position so that the overlay is limited to the container */
#av-appointment-container {
    position: relative;
}


@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.warning-message, .warning-stripe-message{
    font-size: 14px;
    color: red;
    margin: 20px auto;
    text-align: center;
    display: block;
}

input.form-control {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    font-size: 1.00rem !important; 
}

.card-footer {
    min-height: 60px !important;
}

.submit-payment {
    gap: 10px;
    margin-right: 10px;
}

.paypal-stripe-buttons {
    display: flex;
    align-items: center; 
    gap: 10px; 
}

.paypal-button-container {
    margin-top: 6px;
}


.btn-stripe {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    height:35px;
    width: auto;
    margin: 0px;
    padding: 6px 6px; 
    color: #0095d4;
    background-color: #eeeeee; 
    border: 0px solid #eeeeee;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-weight: bold; 
    font-style: italic; 

}

.btn-stripe:hover {
    background-color: #e3e3e3;
    color: #002e81;
}

.bi-credit-card {
    color: #002e81;
    margin-right: 10px;
}
