.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;
}
.form-group{
    margin-bottom: 15px;
    display: table;
    width: 100%;
}
.appointments_section #schedule {
    margin-right: 10px;
}
.form-group .flex{
    align-items: center;
}
.upload-image-button-wrapper{
    display: table;
    width: auto;
    margin-bottom: 10px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    vertical-align: middle;
}
.settings_page_apis .additional-buttons-section .buttons.flex .flex .ab-button{
    margin: 0;
}
.settings_page_apis .additional-buttons-section .buttons.flex .flex{
    gap: 5px;
}
.companywizard .addcustomer .inlinelabel input{
    margin-top: 4px;
}
.companywizard .addcustomer .inlinelabel label{
    margin-top: 0;
}
.pl-1{
    padding-left: 10px;
}