#nextButton {
    display: none;
    /* Hide button by default */
}

#loaderOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(66 66 66 / 80%);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-picker {
    cursor: pointer;
}

.selected {
    background-color: white;
    color: black;
    font-weight: bold;
}

.date-picker.highlighted {
    background-color: #ffc107;
    /* Change this to your preferred background color */
    color: #fff;
    /* Change this to your preferred text color */
}

.input-group-append {
    cursor: pointer;
}

.error {
    color: red;
}

.dobg {
    /* padding: 0px 0px 0px 17px; */
}
/* .dobb{
    padding-right: 0px !important;
} */
/* mobile devices  */
@media only screen and (max-width:767px) and (min-width:360px){
    .list-unstyled.kundali_matching {
        padding-left: 0px !important; 
    }
    .form-wizard .form-wizard-steps li {
        width: 33% !important;
    }
    /* .dobg{
        padding: 0px 30px !important;
    }
    */
    .tobg{
        padding-top: 5% !important;
    }
    .tobb{
        padding-top: 5% !important;

    }
    .form-wizard .form-control.ampm {
        height: 2rem !important;
        font-size: 14px;
    }
}
@media only screen and (max-width:767px){
    .list-unstyled.kundali_matching {
        padding-left: 0px !important; 
    }
    .form-wizard .form-wizard-steps li {
        width: 33% !important;
    }
    /* .dobg{
        padding: 0px 30px !important;
    }
    */
    .tobg{
        padding-top: 5% !important;
    }
    .tobb{
        padding-top: 5% !important;

    }
    .form-wizard .form-control.ampm {
        height: 1.8rem !important;
        font-size: 14px;
    }
}
/* tablets or small laptops. */
@media only screen and (max-width:991px) and (min-width:768px){
    .dobg{
        padding: 0px 2% 0px 0px ;
    }
    .tobg{
        padding: 0px;
    }

    .dobb{
        padding: 0px 2% 0px 0px ;
    }
    .tobb{
        padding: 0px;
    }
    .wizard-section{
        padding: 30px !important;
    }
}

@media only screen and (max-width:1024px)  and (min-width:991px){
    .dobg {
        padding: 0px 2px 0px 16px;
    }
    .wizard-section{
        padding: 30px !important;
    }
    .tobg {
        padding: 0px 11px 0px 6px;
    }
    .form-wizard .form-control.ampm {
        height: 2.5rem !important;
        font-size: 14px;
    }
}



