.booking-form {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #000000c7;
    z-index: 20;
    top: 0;
}

.booking-form-contianer {
    background-color: white;
    border-width: 0;
    width: 75%;
    height: 70vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    padding: 20px;
    border-radius: 20px;
}
.booking-form-contianer2 {
    background-color: white;
    border-width: 0;
    width: 75%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    padding: 20px;
    border-radius: 20px;
}

.booking-form-contianer button {
    padding: 15px 50px 15px 50px;
    background-color: var(--main2);
    color: var(--main3);
    border-radius: 10px;
    border-width: 0px;
    color: var(--main3);
    font-size: 14px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
}
.booking-form-contianer2 button {
    padding: 15px 20px 15px 20px;
    height: 60px;
    background-color: var(--main2);
    color: var(--main3);
    border-radius: 10px;
    border-width: 0px;
    color: var(--main3);
    font-size: 14px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    margin-top:10px;
}

.booking-form-cross-button {
    position: fixed;
    top: 5%;
    right: 5%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999;
    width: 30px;
    cursor: pointer;
}

#booking-form-popup .inputContainer select,.referPatientForm .inputContainer select {
    padding: 15px;
    border-radius: 10px;
    background-color: var(--grey);
    border-width: 0px;
    width: 100%;
}

#booking-form-popup input::placeholder{
    text-transform: capitalize;
}
