select {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    line-height: 1.5;
    color: #33334F;
    border: 1.20455px solid #E0E8F1;
 }
/* Toastr custom style */

#toast-container>div {
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}

#toast-container> :hover {
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

.toast {
    background-color: #1ab394;
    border-color: #e7eaec;
}

.toast-success {
    background-color: #1ab394;
}

.toast-error {
    background-color: #ed5565;
}

.toast-info {
    background-color: #23c6c8;
}

.toast-warning {
    background-color: #f8ac59;
}

.toast-top-full-width {
    margin-top: 20px;
}

.toast-bottom-full-width {
    margin-bottom: 20px;
}

.toast {
    z-index: 3000;
}

.toast.toast-bootstrap {
    background-color: white;
}

.toast.toast-bootstrap .toast-body {
    background-color: #fbfbfb;
    font-size: .775rem;
}

.menu-text.active {
    color: #1f6bff !important;
}

/************************
Sidebar css
*************************************/

.app-sidebar-content {
    position: relative;
}

.app-sidebar-content .desktop-toggler {
    position: absolute;
    bottom: 60px
}

.app-sidebar .menu .menu-item.last {
    padding-bottom: 120px;
}

/************************
Toggle sidebar css
*************************************/
.app-sidebar-minified .app-sidebar .menu-item {
    margin-bottom: 20px;
}
.app-sidebar-minified .app-sidebar .menu-item .menu-link {
    padding: 0px;
}
.menu-item.first-element .menu-text {
    display: none;
}
.app-float-submenu .menu-item:first-child .menu-text {
    font-weight: 700;
    color: #33334F;
    display: block;
}
.app-sidebar-minified .app-sidebar .menu-item .menu-link .caret {
    display: none;
}

.app-sidebar-minified .app-sidebar-content .desktop-toggler {
    padding: 0px
}

.app-sidebar-minified .app-sidebar-content .desktop-toggler .menu-toggler {
    margin: 0px 20px
}

.app-sidebar-minified .app-sidebar .menu .menu-item .menu-link:hover {
    background-color: transparent;
}
#itemTypeHistoryModal {
    z-index: 9997;
 }
 
 #itemTypeViewModal
 {
    z-index: 9998; 
 }

.icon-btn {
    padding: 6px 4px;
    background-color: #56b646;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
}

.icon-btn:hover {
    color: #fff;
}

.card-header h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
 
#sidebar .logo {
    font-size: 37px;
    color: #fff;
    padding: 25px 0;
    background: #333532;
    box-shadow: 0px 2px 16px -3px #000;
    text-align: center;
    position: relative;
    z-index: 2;
}

.app-sidebar-minified #sidebar .logo {
    font-size: 15px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table tbody+tbody {
    border-width: 1px
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom: 1px solid #EFF3F8;
}

table span.active-status,
table span.inactive-status {
    display: inline-block;
    padding: 4px 7px;
    background-color: #E6FBE8;
    color: #5EB939;
    line-height: 14px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

table span.inactive-status {
    background-color: #FFE9E9;
    color: #E42A2A;
}

.table-bordered td,
.table-bordered th {
    border: 0px;
    vertical-align: middle;
}

.filter-row .form-control {
    font-size: 12px;
}

/* .app-sidebar .menu .menu-item .menu-link:hover svg path,
.app-sidebar .menu .menu-item.active>.menu-link svg path {
    fill: #7AC043
}

.app-sidebar .menu .menu-item .menu-link:hover .audit-icon svg path,
.app-sidebar .menu .menu-item.active>.menu-link .audit-icon svg path {
    stroke: #7AC043
}

.app-sidebar .menu .menu-item.active>.menu-link,
.app-sidebar .menu .menu-item.expand .menu-link .menu-caret {
    color: #7AC043;
} */

.input-group-text.search-button {
    color: #fff;
    background-color: #3654ff;
    border-color: #3654ff;
    border-radius: 0;
    padding: 5px 15px;
}

/* .btn svg {
    margin-right: 5px;
} */

.btn-dark-gray{
    background-color: #1C3E95;
    border-color: #1C3E95;
    color: #fff;
}
.btn-dark-gray:hover {
    background-color: #7AC043;
    border-color: #7AC043;
    color: #fff;
}

.btn-light-gray{
    background-color: #8391A3;
    border-color: #8391A3;
    color: #fff;
}
.btn-light-gray:hover {
    background-color: #33334F;
    border-color: #33334F;
    color: #fff;
}

.btn-light-blue{
    background: #fff;
    border: 1px solid #1C3E95;
    color: #1C3E95!important;
    font-weight: 600;
}


.btn-light-blue:hover {
    background: #1C3E95;
    border: 1px solid #1C3E95;
    color: #fff!important;
}

.input-with-search-icon {
    position: relative;
}

.input-with-search-icon .form-control:not(select, .select2-container) {
    padding-left: 35px;
}

.input-with-search-icon .search-icon{
    position: absolute;
    left: 12px;
    top: 5px;
}

.input-with-search-icon .search-icon svg path {
    fill: #707084
}

.page-header {
    display: none;
}

.header-search-result {
    margin-top: 25px;
}

.header-search-result label {
    font-weight: 600;
    font-size: 14px;
    line-height: 151.5%;
    margin-bottom: 4px;
}

.header-search-result address {
    font-size: 12px;
    color: #707084;
    font-weight: normal;
    line-height: 160%;
}

.padding30 {
    padding: 30px;
}

.card-header.padding-large {
    padding: 22px 30px;
}

.card-body.padding-large {
    padding: 30px 90px 10px;
}

.pb-30{
    padding-bottom: 30px;
}

.max-width-580 {
    max-width: 580px;
}

.max-width-850 {
    max-width: 850px;
}

.form-group label {
    color: #707084;
    font-weight: 400;
}

.form-group label h3, .section-heading {
    color: #33334F;
    font-size: 18px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 20px;
}

.date-picker {
    position: relative;
}

.date-picker .date-icon {
    position: absolute;
    right: 22px;
    top: 8px;
}

.p-lr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.card-body.padding-large.p-lr-0 .hr {
    padding: 10px 30px;
    box-shadow: inset 0px -1px 0px #EFF3F8;
}

.card-body.padding-large.p-lr-0 .hr:first-child {
    padding-top: 0px;
}

.card-body.padding-large.p-lr-0 .hr:last-child {
    box-shadow: 0 0 0;
    padding-bottom: 0px;
}

.popover-header a,
.popover-header,
.popover-body a {
    background-color: transparent;
    color: #707084;
    font-weight: 500;
    font-size: 12px;
}

.popover-body a {
    color: #EE685D;
}

.popover-header a:hover,
.popover-body a:hover {
    text-decoration: none;
}
.dropdown.table-action .dropdown-menu{
    min-width: 140px !important;
    box-shadow: none;
    border: 1px solid #EFF3F8 
}
.table-action-icon{
    background-color: transparent;
    border: 0px;
    padding: 0px;
}

.table-action-icon + .dropdown-menu a.dropdown-item {
    background-color: transparent;
    color: #707084;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 10px;
}

.table-action-icon + .dropdown-menu a.dropdown-item.delete {
    color: #EE685D;
    border-top: 1px solid #EFF3F8
}
.table-header {
    padding: 20px 30px;
    border-bottom: 1px solid #EFF3F8;
}
.table-header form {
    margin-bottom: 0px;
}
.table-body {
    padding: 30px 23px;
}

.btn.link {
    color: #707084;
    border-bottom: 1px solid #858585;
    outline: none;
    text-decoration: none !important;
    border-radius: 0;
    padding: 3px 0;
}
.btn.link:hover{
    color: #000;
    border-bottom-color: #000;
}

.btn.bigger {
    padding: 10px 12px;
    font-size: 14px;
}

/* .btn.link::after {
    content: "";
    height: 1px;
    width: 65%;
    position: absolute;
    left: 20%;
    bottom: 10px;
    background-color: #3654FF;
} */

.login-wrapper-inner .login-form {
    max-width: 360px;
    margin: 0 auto;
}
/********************
Date picker css
***************************/
.ui-widget.ui-widget-content {
    padding: 0px;
    border: 1.20455px solid #E0E8F1;
    border-radius: 0px;
    width: 360px;
}
.ui-datepicker .ui-datepicker-header {
    padding:7px 20px;
    background-color: #F3F6FD;
    border:0px;
    border-bottom: 1.20455px solid #E0E8F1;
}
.ui-datepicker table {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
}
.ui-datepicker .ui-datepicker-title select {
    margin-right: 12px;
    height: 30px;
    padding:3px;
    font-weight: 600;
    line-height: 1.5;
    color: #33334F ;
    background-color: #fff;
    background-clip: padding-box;
    border: 1.20455px solid #E0E8F1;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px;
    border-radius: 5px;
    width: 105px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    display: none;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0px;
    text-align: left;
}
.ui-datepicker td a, .ui-datepicker td span {
    text-align: center;
    padding:6px;
    color: #33334F;
}
.ui-button, 
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    background-color: transparent;
    border: 0px;
    font-weight: 500;
}
.ui-button.ui-state-active:hover, 
.ui-button:active, .ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active,
 a.ui-button:active {
    background: #3654FF;
    color: #fff;
}
.ui-datepicker td  {
    padding:4px;
}

/*************************
Pagination
************************/

/* .pagination .page-item {
    margin: 0px 6px;
}
.pagination .page-item .page-link {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0px;
    border-radius: 50%;
    font-size:10.4px;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    font-size: 22px;
    line-height: 22px;
    color: #3654FF;
    background-color: #F3F3F3;
}

.page-item .page-link {
    background-color: #F3F3F3;
    border: 0px;
}
.page-item.active .page-link {

    background-color: #1C3E95;
}

.pagination .page-item:first-child.disabled .page-link,
.pagination .page-item:last-child.disabled .page-link {
    color: #33334F; 
} */

.select2-container {
    width: 100%;
}

.card-header .select2-container .select2-choice,
.card-header .select2-container .select2-choices {
    padding: .7rem;
    height: 44px;
}
.select2-container .select2-choice,
.select2-container .select2-choices {
    width: 100%;
    height: 40px;
    padding: 7px 8px;
    font-size: 14px;
    color: #1D2939;
    border-radius: 3px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container .select2-choices {
    padding: 2px 8px 3px;
}

.select2-drop {
    background: #FFFFFF;
    border: 1.20455px solid #D3D8DE;
    box-sizing: border-box;
    box-shadow: 0px 6.02273px 15.6591px rgba(112, 112, 132, 0.15);
    border-radius: 7.22727px;
    margin-top: 5px;
    padding: 13px 9px;
}
.select2-container .select2-choice .select2-arrow {
    width: 40px;
    background-color: transparent;
    border: 0px;

}
.select2-container .select2-choice .select2-arrow b::before{
    content: "";
    position: absolute;
    right: 14px;
    top: 37%;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    border-radius: 0 0 2px 0;  
}
.card-header:not(.padding-large) h4{
    padding: 7px 0 0 9px;
    margin-bottom: 0px;
}

.card-header h4 {
    display: inline-block;
    width: auto;
}

.table-bordered tr:not(:last-child){
    border-bottom:1px solid #EFF3F8;
}
.form-control:not(select, .select2-container, textarea){
    /* height: calc(1.5em + .75rem + 2px); */
    height: 40px;
}

@media (max-width:991px) { 
    .table-header .filter-row .center-align{
        margin-bottom:15px ;
    }
    .inspection-wrapper .container, .inspection-footer{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:575px) { 
    .ui-widget.ui-widget-content {
        width: 280px;
    }
    .ui-datepicker .ui-datepicker-header{
        padding-bottom: 7px 10px;
    }
    .filter-box, .table-header, .padding30{
        padding: 20px 15px;
    }
    .inspection-footer{
        padding-left: 15px;
        padding-right: 15px;
    }
}

.filter-box .input-with-search-icon .search-icon,
.product-filter-box .input-with-search-icon .search-icon {
    top: 9px;
}
.filter-box.user-filter-box .input-with-search-icon .search-icon  {
    top: 5px;
}
.input-with-search-icon .form-control{
    padding-left: 35px;
}
#add_staff_modal,#add_staff_modal_edit,#status_id,#editstaff {
    z-index: 999999 !important; 
}
input.reset.form-control {
    background-color: #ffffff;
}
.ui-datepicker-today a.ui-state-highlight {
    border-color: #d3d3d3;
    background: #e6e6e6 url(/themeroller/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;;
    color: #555555;    
}
.ui-datepicker-today.ui-datepicker-current-day a.ui-state-highlight {
    border-color: #aaaaaa;
    background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    color: #212121;
}
.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    background: #3654FF !important;
    color: #fff;
}

.kbw-signature {
    width: 100%;
    height: 200px;
}
#sign canvas {
    width : 100% !important;
    height: auto;   
}

.footer-padding{
    padding: 0px 40px;
}

.btn-font{
    font-size: 14px!important;
}

@media (min-width: 1200px){
    .modal-xxl {
        max-width: 1400px;
    }
}
@media screen and (max-width:676px) {
    .calender_input {
        width: 200px !important;
    }
}
@media screen and (max-width:1024px) {
    .calender_input_no_sideBar {
        width: 60px !important;
    }
}


.quick-add-patient {
    position:absolute;
    top:0;
    right:40px;
    bottom:0;
    color:#fff!important;
    display:block;
    padding-top:9px;
    height:39px;
    width:38px
}

    .dataTables_scroll{
        margin-bottom: 20px;
    }
 
    .custom-table-scroll-with-fix-header{
        margin: 0px !important
    }
    
    .dataTables_scrollBody thead{
        visibility: hidden !important
    }

    .dataTables_wrapper {
        overflow: visible !important;
    }

    /* table .custom_dropdown_menu{
        overflow: auto;
        height: 65px;
        scrollbar-width : none
    } */

    table .dropdown-menu{
        z-index:4;
    }


    .change-position{
        position : unset !important
    }
    
    table .dropdown{
        position : unset !important
    } 

    .custom-table-scroll{
        scrollbar-width: none;
    }



    /* custom css for modal loader */
    .modal-loading-overlay {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 1000; 
        transform: translate(-50%, -50%);
    }
  
    .disable-modal-body {
        pointer-events: none; /* Disable all interactions */
        opacity: 0.5; /* Optional: add slight transparency */
    }

    .code_max_length {
        width:22% !important;
    }

    .right_side {
        right: 10px;
    }

    .left_side {
        left: 10px;
    }

    .parent_quantity {
        align-items: center;
    }