.confirm_clicnic_btn {
    background-color: #B3C8FF !important;
    width: 90%;
    border-color: transparent !important;
    color: #1E2538 !important;
    font-weight: 600 !important;
    border-radius: 90px !important;

}


/* input::placeholder {
    text-transform: uppercase;
} */


.appoinmentBtn {
    background: linear-gradient(111.71deg, #CBD6F9 -29.67%, #3B59C4 91.73%);
    text-align: center;
    color: #FFFFFF;
    border-radius: 50px;
    font-size: 16px;
    display: flex;
    width: 320px!important;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 23.5px;
    letter-spacing: 0.12em;
    max-width: 320px;
    margin: auto;
    border:none!important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

::placeholder{
    font-size: 13px !important;
}

.input_patient_detailes {
    border-radius: 15px !important;
    border: 1px solid #E1E1E1 !important;
    color: #212529 !important;;
    width: 100% !important;
    font-size: 14px !important;
    /* font-family: "outfit"!important; */
    padding: 16px 24px 16px 24px !important;

}

.form_container {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
}

.patient_detailes_text {
    margin-bottom: 10px;
    color: #313131;
    font-size: 16px;
    font-weight: 500;
    /* font-family: "outfit"!important; */
}

input[type=date] {
    padding-right: 10px;
}


.absolte {
    display: none;
}

.absolte {
    display: block;
    position: absolute;
    font-size: 14px;
    top: 7%;
    left: 3%;
    color: #4d4d4d;
    font-weight: 500;
}

.appoint_container {
    /* background-color: #E6F0FF;
    border-radius: 20px; */
}

.title_appoinment {
    color: #19438C;
    font-size: 22px;
    font-weight: 700;
    line-height: 25.78px;
    text-align: center;

}






.form-control,
.form-select,
.form-controll {
    font-size: 14px !important;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #19438C;
    font-size: 10px;
    opacity: 0.7;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #19438C;
    opacity: 0.5;
    font-size: 13px;
    opacity: 0.7;

}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #19438C;
    opacity: 0.5;
    font-size: 13px;
    opacity: 0.7;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #19438C;
    font-size: 13px;
    opacity: 0.7;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #19438C;
    font-size: 13px;
    opacity: 0.7;
}

::placeholder {

    color: #969696;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    opacity: 0.7;
}

.alert-successss {
    width: 100%;
}

.form_container {
    background-color: #F8F8F8;
}

@media only screen and (max-width:600px) {
    .input_patient_detailes {
        width: 100%
    }

    .alert-successss {
        width: 100%;
    }

    .appoinmentBtn{
       width: 250px!important;
        color: var(--text-t100, #FAFAFA);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.44px;

    text-transform: uppercase;
    }
    .title_appoinment{
        font-size: 16px!important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;}
        .input_patient_detailes{
            width: 100%!important;
        }
        .patient_detailes_text{
            font-size: 14px!important;
        }
    /* .form_post{
       margin: 10px;
       text-align: center;
   } */

}
.loader {
    display: flex;
    justify-content: center;
    align-items: center;
   }
   
   
   .spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
   }
   
   
   @keyframes spin {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
   }