.modal-open .datepicker{
    z-index: 999999;
}
.assistant_schedule_section .nice-select{
    max-width: 100px;
    margin-right: 10px;
    margin-top: 8px;
    padding: 6px 20px;
    min-width: 70px;
    height: 45px;
}
.assistant_schedule_section .form-control{
    height: 45px;
    padding: 10px 20px;
}
.assistant_schedule_section .adminform-filed-end-txt{
    margin: 10px;
}
.assistant_schedule_section{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.nice-select .list{
    max-height: 200px;
    overflow-y: auto;
}
.email_generate_form_savebutton input {
    background: #256ef1;
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    border: 0px solid;
    font-weight: normal;
    margin-top: 10px;
}
.alertify {
    top: 50% !important;
    transform: translateY(-50%);
}
