:root {
    --theme: #09958a;
    --theme-hover: #00796f;
    --primary: #1abc9c;
    --primary-hover: #17a589;
    --dark-color: #2a2932;
}

body {
    font-size: 14px;
    color: #222222;
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    background: #f5fafa;
}

.login-box {
    width: 100%;
    height: 100%;
}
.card {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
}
.card,
.card .card-body,
.form-control,
.btn {
    border-radius: 10px;
}
.card-header {
    background-color: var(--theme);
}
h1,
h2,
h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 41px;
}
h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 41px;
}
input,
textarea,
button {
    border: 0;
    background: transparent;
    outline: 0;
}
.cursor-pointer {
    cursor: pointer;
}
.login-box-msg,
.register-box-msg {
    margin: 0;
    padding: 0 15px 20px;
    text-align: center;
    color: #666666;
}

.login-box-msg-heading {
    font-size: 30px;
    color: #222;
}

.form-control {
    height: 50px;
    padding: 0.5rem 0.75rem;
}
.btn {
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    padding: 0.5rem 1.5rem;
    font-weight: 700;
}
.btn:focus {
    background: var(--theme-hover);
}
.login-box .btn,
.register-box .btn {
    width: 100%;
}

.brand-link .brand-image {
    max-height: 50px;
    margin: 0;
    float: none;
    transition: 0.3s ease;
    filter: brightness(0) saturate(100%) invert(38%) sepia(36%) saturate(6627%) hue-rotate(156deg) brightness(92%)
        contrast(101%);
}
.brand-link {
    width: 100%;
    float: left;
    border-bottom: 0 !important;
}
.main-header {
    border-bottom: 0 !important;
}
.content-wrapper,
.navbar-light {
    background-color: #f5fafa;
}
.nav-sidebar > .nav-item .nav-icon {
    color: var(--theme);
    font-size: 1rem;
    margin-right: 10px;
}

.nav-sidebar > .nav-item .active .nav-icon {
    color: #fff;
}
[class*='sidebar-light-'] .nav-header {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #666666;
}
.nav-link {
    padding: 0.25rem 1rem;
}
.navbar-light .navbar-nav .nav-link {
    display: flex;
}
.content-header {
    padding: 15px 1rem;
}
.content-wrapper > .content {
    padding: 0 0.8rem 1rem;
}

.content-wrapper .form-control,
.content-wrapper .btn,
.modal-content .btn {
    font-size: 13px;
    height: 40px;
    line-height: 22px;
}

.main-sidebar {
    width: 235px;
}

.main-sidebar .icon {
    max-width: 31px;
}

table.dataTable {
    border-radius: 10px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.025);
}
.table thead th {
    border-bottom: 0;
    background-color: #f4f4f4;
    color: #666666;
}
.table thead th:first-child {
    border-top-left-radius: 10px;
}
.table thead th:last-child {
    border-top-right-radius: 10px;
}

.dataTables_scrollHead .data-table {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.dataTables_scrollBody .data-table {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/*Datatable Hearder and Column Adjust issue solution*/
.dataTables_scrollHeadInner,
.table {
    width: 100% !important;
}

.table td {
    padding: 0.5rem 0.75rem;
}

.table-bordered th {
    border: 0;
}
table.table-bordered.dataTable tbody td {
    border-top-width: 1px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
div.dataTables_wrapper div.dataTables_info {
    color: #666666;
}
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active::before {
    height: 50px;
    width: 5px;
    background-color: var(--theme);
}
[class*='sidebar-light-'] .nav-sidebar > .nav-item > .nav-link.active {
    background: #f5f7fa !important;
    box-shadow: none;
}
.nav-sidebar .nav-link p {
    display: inline-block;
}
.page-link {
    border: 0;
}
.page-item.active .page-link {
    color: var(--theme);
    border-color: none;
    background-color: none;
}
.actBtn-td a:hover .icon {
    color: var(--theme-hover);
}
.custom-switch .custom-control-label::before {
    height: 22px;
    width: 40px;
    top: 0rem;
    border-radius: 0.75rem;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
}
.custom-switch .custom-control-label::after {
    --sz: 18px;
    border-radius: 50%;
    top: 2px;
    left: -33px;
    width: var(--sz);
    height: var(--sz);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(17px);
    transform: translateX(17px);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    border-color: #d1d5db;
}
.modal-sm {
    max-width: 550px;
}
.modal-content {
    box-shadow: 0px 5px 5px rgb(0 0 0 / 5%);
    border: 0;
    border-radius: 10px;
}
.modal-content p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.modal-title .icon {
    color: rgba(220, 53, 69);
}
.modal-content .confirm {
    background: rgba(220, 53, 69);
    border: 0;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    color: #2a2932;
    cursor: pointer;
    background: none;
}
.nav-pills .nav-link {
    height: 45px;
    font-size: 13px;
    line-height: normal;
    margin: 0;
    border-radius: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
}

#menu-table.table-bordered td,
#menu-table.table-bordered th {
    vertical-align: middle;
}
/*login - register box*/
.login-card-body,
.register-card-body {
    color: #222;
    padding: 20px 30px;
}
.login-box,
.register-box {
    margin: auto;
}

.login-logo img,
.register-logo {
    margin-bottom: 15px;
}
/*
LOGO OF LOGIN PAGE
.login-logo img, .register-logo img {
    max-width: 100px;
}
*/
.logoImgWidth {
    width: 75%;
}
/* Common Scrollbar Style */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(123, 219, 129, 0.6);
}
::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 15px;
}
/*common css for setting up dashboard*/
.w-100 {
    width: 100% !important;
    border: 1px solid var(--theme) !important;
    border-radius: 10px;
    margin-left: 6px;
    max-width: 58%;
}
.alert {
    margin: 15px 0px;
    border-radius: 10px;
}
.alert-success {
    background-color: #effebb;
    border-color: #cae27b;
    color: #639526;
}
.alert-danger {
    background: #fbcbc0;
    border-color: #f5a191;
    color: #a02b12;
}
.help-block {
    display: block;
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 13px;
    color: #a02b12;
}
.alert .close {
    font-size: 20px;
    font-weight: 600;
}
.form-control:focus {
    border-color: var(--theme);
    box-shadow: none;
}
.not-read {
    background-color: #ff00002f;
}
.login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text,
.register-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text {
    border-color: #343a40;
}

/* ACTION ICON BUTTON */
.icon {
    color: var(--theme);
}
a:hover {
    color: var(--theme-hover);
    text-decoration: none;
}
a:active {
    color: var(--theme);
    text-decoration: none;
    background-color: transparent;
}
a:focus {
    color: var(--theme);
    text-decoration: none;
    background-color: transparent;
}
a {
    color: var(--theme);
    text-decoration: none;
    background-color: transparent;
}
.btn-primary {
    background-color: var(--theme);
    border-color: var(--theme);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--theme);
    border-color: var(--theme);
}

.box.box-primary {
    border-top-color: var(--theme);
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}

.help-block {
    display: block;
    margin: 5px 0 0 2px !important;
    font-size: 13px;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #f5edee;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.sidebar {
    height: calc(100% - (9.5rem + 1px));
    overflow-y: auto;
    padding: 0;
    width: 100%;
    cursor: pointer;
    margin-top: 13px;
    flex: 1;
}
.brand-link {
    line-height: 1.4;
    margin-top: 0;
    flex-shrink: 0;
}
.log-out-nav {
    flex-shrink: 0;
    padding-bottom: 12px;
}
.menu-closer {
    --sz: 29px;
    width: var(--sz);
    height: var(--sz);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 19px;
    left: 219px;
    background: #fff;
    box-shadow: 0 0 10px #00000014;
    overflow: hidden;
    transition: left 0.3s ease-in-out;
}

.menu-closer a {
    background: no-repeat center / cover
        url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13L1 7L7 1' stroke='%232F2F2F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 100%;
    height: 100%;
    background-size: 5.5px;
}

.wrapper .content-wrapper {
    min-height: unset !important;
    height: auto;
}

.sidebar-mini.sidebar-collapse .main-sidebar .menu-closer {
    left: 3.6rem;
}
.pushmenu-nav-link {
    transition: transform 0.3s ease-in-out;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .menu-closer .pushmenu-nav-link,
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .pushmenu-nav-link {
    transform: scaleX(1);
}
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .menu-closer,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .menu-closer {
    left: 230px;
}
.sidebar-mini.sidebar-collapse .main-sidebar .menu-closer .pushmenu-nav-link {
    transform: scaleX(-1);
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: '/\00a0';
}
.box-primary p {
    word-break: break-word;
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: var(--theme) !important;
    border-color: var(--theme) !important;
    outline: none;
}

.box-primary p {
    word-break: break-word;
}
.btn-dark:hover,
.btn-dark.focus,
.btn-dark:focus,
.btn-dark.active,
.btn-dark:active,
.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:active:hover,
.open > .dropdown-toggle.btn-dark.focus,
.open > .dropdown-toggle.btn-dark:focus,
.open > .dropdown-toggle.btn-dark:hover {
    background-color: var(--theme) !important;
    border-color: var(--theme) !important;
    outline: none;
}
.login-link {
    margin: 10px 0 0;
    display: block;
    text-align: center;
}
.content-header h3 {
    margin: 0;
    font-size: 24px;
}
.a_back {
    float: left !important;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: inline-block;
    text-align: center;
    color: #999999;
    margin-right: 15px;
}
.a_back:hover {
    color: #222;
}
/*
.a_link{
    float: right!important;
    font-size: 16px!important;
    font-weight: 400!important;
    padding: 0px 10px !important;
    color: var(--theme) !important;
    margin: 15px 0 !important;
    text-decoration: none;
}
.a_link:hover,.a_back:hover{
	color: var(--theme) !important;
}*/
.fa-md {
    /*font-size: 1.1111rem !important;*/
}
.custom-switch {
    padding-left: 2.75rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--theme) !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:active ~ .custom-control-label::before {
    background-color: #dee2e6 !important;
}
.dataTables_filter {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.file-input-img-span {
    border-right: 0;
    padding: 3px 10px;
    /* background: #e9ecef; */
    border: 1px solid #ced4da;
    border-radius: 10px 0 0 10px;
}
.file-input-span {
    border-right: 0;
    padding: 3px 10px;
    background: #e9ecef;
    border: 1px solid #ced4da;
}
.file-input {
    visibility: hidden;
    position: absolute;
}
.bg-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #d2d2d2;
}
.list-image-prof {
    top: 347px;
    min-height: 100%;
    width: 40px;
    left: 591px;
    margin-top: 0px;
    height: 10px;
    object-fit: cover;
}
.label.label-primary.pull-right {
    padding: 3px 5px;
    line-height: 11px;
    font-size: 11px;
}
.error-color {
    color: #a94442;
}
.error-border {
    border-color: #a94442;
}
/*daterange picker css*/

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--theme) !important;
}
.daterangepicker td.in-range {
    background-color: #ffdcde;
}
.daterangepicker .drp-buttons .btn {
    padding: 15px;
    height: auto;
    line-height: 0px;
}
/*error messege style*/

.form-group.has-error .help-block {
    color: #a94442;
    margin-top: 0px;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
    border-color: #a94442;
}
/*navbar css*/

.skin-red-light .sidebar-menu > li.header {
    color: #848484;
    background: #ffffff;
    font-size: 14px;
}
.main-header .logo .logo-lg img {
    max-width: 150px;
}
.main-header .logo .logo-mini img {
    max-width: 12px;
}
.logo-xs {
    width: 52px !important;
    max-height: 80px !important;
    margin-top: 0px;
    top: 3px;
    margin-left: 8px !important;
    left: 5px;
}
.logo-xl {
    width: 200px !important;
    max-height: 80px !important;
    top: 12px !important;
    margin-left: 30px;
    left: -5px !important;
    right: 0px;
}
/****IMAGE BOTTOM GRID VIEW*****/

.skin-red-light .main-header .logo,
.skin-red-light .main-header .navbar {
    background-color: #343a40 !important;
}

.pg-navbar-nav {
    width: 100%;
}

.navbar-nav > .user-menu .user-image {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 30px;
    height: 30px;
    border: 2px solid #d2d6de !important;
}
.profile-name {
    margin-right: 10px;
}
.profile-pic {
    z-index: 5;
    height: 90px;
    width: 90px;
    margin: 0 auto;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    color: #000 !important;
    word-break: break-word;
}
.skin-red-light .main-header li.user-header {
    background-color: #f5edee !important;
}
.main-header .sidebar-toggle {
    padding: 14px 15px;
}
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
    background-color: #343a40 !important;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
    background-color: #f5edee;
}
.navbar-nav > .user-menu > .dropdown-menu {
    border-radius: 6px;
    width: 300px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    border-radius: 6px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
    color: #6c757d;
    border-radius: 6px;
}
/*status switch */

.switch {
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-color: #d0cece;
    width: 62px;
    height: 26px;
    overflow: hidden;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    cursor: pointer;
    display: inline-block;
}
.switch.on {
    background: var(--theme) !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #222;
    background-color: #fff;
    border-color: #fff;
    font-weight: 600;
}
.page-link {
    color: var(--theme);
    font-size: 0.875rem;
}
.page-link:focus {
    box-shadow: none;
}

.modal-header .close {
    margin-top: -2px;
    padding: 10px 16px;
    outline: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.btn-danger {
    color: #fff;
    background-color: var(--theme);
    border-color: var(--theme);
    box-shadow: none;
}

.btn-dark {
    color: #fff;
    background-color: var(--theme);
    border-color: var(--theme);
    box-shadow: none;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-header {
    border-bottom-color: #f4f4f4;
}
.modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    margin: 0;
    font-weight: 600;
    line-height: 1.42857143;
}

.switch .knob {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #fff;
    font-size: 12px;
    line-height: 15px;
    color: var(--theme);
    text-decoration: none;
    color: #d8dad9;
    text-align: center;
    -webkit-transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    -moz-transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    -o-transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
}
.switch.on .knob {
    left: 40px;
}
.switch .knob:before,
.switch .knob:after {
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    top: 3px;
}
.switch .knob:before {
    content: 'OFF';
    color: #676767;
    left: 24px;
    word-break: keep-all;
}
.switch .knob:after {
    content: 'ON';
    color: white;
    left: -30px;
}
/*action buttons*/

.action a {
    display: inline-block;
    width: auto;
    margin: 0px 5px;
    vertical-align: middle;
    font-size: 18px;
}

.content-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

/*listing page*/

.dataTables_filter .input-group {
    max-width: 320px;
}
/*information page*/

.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.profile-img {
    border: none;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 2px 2px 5px #00000094;
}
.info-main-block {
    padding: 20px;
}
/*pagination css*/

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    /*border-color: var(--theme);
	background-color: var(--theme);*/
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: var(--theme);
}
/*mail-setting module css*/

.mail-setting-edit-section .info-note {
    padding: 5px;
    padding-bottom: 0px;
}
.mail-setting-edit-section .info-note h5 {
    padding: 5px;
    margin-bottom: 0px;
    border: 1px solid;
    background-color: rgba(217, 55, 66, 0.07);
    border-color: rgba(217, 55, 66, 0.4);
    border-radius: 3px;
}
#file-error,
#imagefile-error,
#documentfile-error {
    color: #a94442;
}
.has-error .file-input-img-span,
.has-error .file-input-span {
    border-color: #a94442;
}
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: var(--theme) !important ;
    border-color: var(--theme) !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: var(--theme);
    border-color: var(--theme);
}

.btn-dark:hover {
    color: #fff;
    background-color: var(--theme);
    border-color: var(--theme);
}

td.text-center.list-action a {
    padding: 0px 4px !important;
    font-size: 14px;
}

.min-width-25 {
    min-width: 25px;
}
li.nav-header {
    padding: 1rem 1rem 0.5rem !important;
}
li.nav-header:first-child {
    padding: 0 1rem 0.5rem !important;
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: var(--theme) !important;
    height: 3px !important;
}
.to_email_frm_grp {
    display: none;
}

.to_email_frm_grp.block {
    /* display: flex !important; */
}

/*********TOOLTIP**********/

.tooltip {
    top: 0;
}

/*******SELECT CHOICE*******/
.select2-container--default.select2-container--focus .select2-selection--single {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
    box-shadow: inset 0 0 0 transparent;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    font-weight: 400;
    color: #495057;
    line-height: 30.5px;
}
.select2-search--dropdown .select2-search__field {
    border-radius: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: var(--theme);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 11px;
    top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: no-repeat center / contain
        url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    border: 0;
    width: 15px;
    height: 6px;
}
.select2-container--default .select2-results__option {
    font-size: 13px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: var(--theme);
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 210px;
    overflow-y: auto;
}
.select2-container--default .select2-dropdown .select2-search__field:focus {
    border: 1px solid var(--theme);
}
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single:focus {
    border-color: #e2e8f0;
}
.select2-container .select2-selection--single {
    height: 42px;
    border-radius: 9px;
    border: 1px solid #e2e8f0;
    padding: 8px 26px 8px 16px;
}
.input-block .select2-container--default.select2-container--focus .select2-selection--single {
    height: 42px;
    font-size: 13px;
    padding: 8px 26px 8px 16px;
}

/* **************************** */
.select2-container .select2-container-multi {
    width: 100%;
    display: inline-block;
}
.select2-container {
    width: 100%;
    display: inline-block;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 6px 11px 6px 18px;
    margin: 5px 0 3px 5px;
}
.select2-container-multi .select2-search-choice-close {
    left: 3px;
    top: 6px;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 7px;
}
.select2-container-multi .select2-choices {
    border-radius: 5px;
}
.select2-input .select2-default {
    width: 100%;
}
.supervisor-select-container .select2-container .select2-choice {
    height: 37px;
    line-height: 35px;
    background-color: #fff;
    background-image: none !important;
    background-image: none !important;
    margin-right: 0px !important;
}
.supervisor-select-container .select2-arrow {
    top: 3px !important;
    background-image: none !important;
    background-image: none !important;
    background: none !important;
    border-left: none !important;
}

img.applianceIcon {
    width: 40px !important;
    height: 40px !important;
    margin-right: 30px !important;
    object-fit: scale-down;
}

/******FORM LABEL******/

label {
    font-weight: 400;
    color: #666;
    font-size: 15px;
}

.floor-unit-row {
    margin-bottom: 15px;
}
textarea {
    resize: none;
}
.sub-title {
    display: none;
}
.table-container-wrapper {
    padding-bottom: 150px;
}
.cls_sub_section {
    display: block;
}
.cls-p {
    margin-bottom: 0px;
}
.cls-report {
    margin-bottom: -16px;
}
button.ms-choice.disabled,
.multiselect.disable {
    background-color: #e9ecef;
}
.remove_class {
    color: #a94442 !important;
    margin: 5px;
}
a.remove_button,
a.add_button {
    border: 1px solid #a94442;
    padding: 5px 5px;
    border-radius: 5px;
}
a.add_button {
    border: 1px solid #308209;
}
.actions {
    display: flex;
    margin-left: -9px;
}
.actions a:first-child {
    margin-right: 5px !important;
}
.add_class {
    color: #0a820a !important;
    margin: 5px;
}
.cls-note-alert {
    line-height: 35%;
    font-size: 13px;
    color: #616161;
    background-color: #fff3cd;
}
.focus-note {
    margin: 0px;
    font-size: 13px;
    font-style: italic;
    color: red;
    margin: 0px;
    font-size: 13px;
    font-style: italic;
    color: red;
}
.ms-drop.bottom {
    left: 13px !important;
}
.unique-floor {
    display: none;
}
.appliance-selection {
    display: none;
}
.container {
    display: flex;
    justify-content: flex-end;
}
.small-box > .inner {
    padding: 15px;
}
.count-p {
    line-height: 0px;
}
.cls-order-detail {
    margin-bottom: -13px;
}
.appliance-with-icon {
    display: inline-flex;
    align-items: center;
}
.bg-icon {
    width: 40px;
    overflow: hidden;
    text-align: center;
}
.appliance-image {
    display: inline-flex;
}

.plus-icon {
    font-size: 12px;
    margin-right: 1px;
}
.appliance-icon-span {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.image-count-span {
    position: absolute;
    left: 11px;
    top: 7px;
    font-weight: bold;
    font-size: 16px;
}
.icon-span {
    background-color: #00000069;
    z-index: 1111;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    display: block;
}
.appliance-name {
    margin-left: 55px;
    display: flex;
    width: max-content;
}
button.applyBtn {
    background: var(--theme) !important;
    border-color: var(--theme) !important;
}
button.applyBtn:hover {
    background: var(--theme) !important;
    border-color: var(--theme) !important;
}
.fancybox-white .fancybox-bg {
    background: #ffffff !important;
    opacity: 0.6 !important;
}
.fancybox-white .fancybox-caption__body {
    color: #000 !important;
    font-weight: bold;
    font-size: medium;
}

/* .fancybox{
	background: #848484;
} */
/** READ MORE AND READ LESS STARTED **/

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: var(--theme) !important;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.floor-unit-row .ui-slider-range {
    background: #3973d2 !important;
}
.floor-unit-row .ui-slider-handle {
    border-color: #3973d2 !important;
}

/****** TAG WITH CLOSE BUTTON *******/
.chip {
    display: inline-block;
    padding: 0px 5px 0px 5px;
    height: 30px;
    cursor: default;
    color: white;
    font-size: 15px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid var(--theme);
    background-color: #fff;
    margin: 0px 0px 10px 0px;
    color: var(--theme);
}

.closebtn {
    padding-left: 0px;
    padding-right: 5px;
    color: var(--theme);
    font-weight: bold;
    float: left;
    font-size: 18px;
    cursor: pointer;
}

.closebtn:hover {
    color: var(--theme);
}

/****** TAG WITHOUT CLOSE BUTTON *******/

.chip2 {
    display: inline-block;
    padding: 0px 10px;
    height: 30px;
    cursor: default;
    color: white;
    font-size: 15px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid var(--theme);
    background-color: #fff;
    margin: 2px;
    color: var(--theme);
}
.custom-switch .custom-control-label {
    cursor: pointer;
}
.dataTables_processing.card {
    background: #ccc;
    margin-top: 32px !important;
}
.gallery-images-col {
    border: 1px solid #ccc;
    border-radius: 10px;
}
.profile-user-img {
    object-fit: cover;
}
/* Dropzone */
.dropzone.form-horizontal {
    margin-top: -25px;
    max-width: 100%;
    margin-left: 18px !important;
    margin-right: 18px !important;
}
.dropzone {
    border: 1px solid #ced4da;
}
.dz-error-message {
    margin-top: 15px;
}
.dz-preview.dz-error .dz-image {
    border: 1px solid #a94442;
}
.dropzone.form-horizontal.has-error {
    border: 1px solid #a94442;
}
.dropzone-error-msg-container {
    display: none;
}
.dropzone-error-msg {
    color: #a94442;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--theme);
    background-color: var(--theme);
    box-shadow: none;
}
.custom-switch .custom-control-label::after {
    background-color: var(--theme);
}

.dropzone {
    border: 1px dashed #ced4da;
}
.dropzone .dz-preview .dz-remove {
    font-size: 0px;
    position: absolute;
    bottom: -28px;
    right: 29px;
    display: inline-block;
    background-image: url(../../images/remove.png);
    background-repeat: no-repeat;
    background-size: 13px 14px;
    background-position: 3px 3px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--theme);
}
.dz-remove.remove-link-center {
    right: 50px !important;
}
.js-open-cropper-modal {
    display: inline-block;
    position: absolute;
    bottom: -31px;
    left: 25px;
}
.dropzone.has-error {
    border: 1px dashed #a94442 !important;
}
/* .js-open-cropper-modal .custom-crop-icon{height: 28px;width: 28px;} */
.js-open-cropper-modal .custom-crop-icon:hover {
    cursor: pointer;
}
.custom-control-label::before:focus {
    outline: none;
}
.dz-image {
    border: 1px solid #ccc;
}

/* Cropper js */
.js-open-cropper-modal {
    cursor: pointer !important;
}
.js-open-cropper-modal:hover {
    text-decoration: underline !important;
}
/* Select2  */
.select2-container--default.select2-container--focus .select2-selection--single {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #939ba2;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
    box-shadow: inset 0 0 0 transparent;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: var(--theme);
}

.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single:focus {
    border-color: var(--theme);
}

.has-error .select2-selection {
    border: 1px solid #a94442;
}
.has-error .select2-selection:focus {
    border: 1px solid #a94442;
}
/* Direct error border on any .form-control — ensures red border even in deeply nested structures */
.form-control.vc-invalid,
.form-card .form-control.vc-invalid,
.form-card .form-control.vc-invalid:focus {
    border-color: #a94442 !important;
    box-shadow: 0 0 0 3px rgba(169, 68, 66, 0.12) !important;
}
.nav-icon.fa-crop {
    font-size: 20px;
}

table {
    display: table;
    width: 100%;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* select2 css */
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: var(--theme);
    font-size: 15px;
    height: 100%;
    box-shadow: 0 0 0 3px rgba(26, 188, 156, 0.12);
    line-height: 22px;
}
/* .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-container--default
    .select2-search--inline
    .select2-search__field:focus {
    outline: 0;
    border: none;
} */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 12px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #495057;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    /* left: 0; */
    top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #666;
    font-family: 'Nunito', sans-serif;
}
.content-wrapper .form-control,
.content-wrapper .btn,
.modal-content .btn {
    font-size: 15px;
    height: 40px;
    line-height: 22px;
}

.select2-container--default .select2-selection--multiple {
    font-size: 15px;
    max-width: 100%;
    min-height: 40px;
    line-height: 22px;
    background-clip: padding-box;
    border-radius: 10px;
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: none;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 4px;
    padding: 4px;
    padding-left: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #495057;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    /* padding: 0 4px; */
    padding: 3px;
    position: absolute;
    left: 0;
    top: 0;
}
.form-check-label {
    margin-bottom: 0;
    font-weight: 400 !important;
    color: #666;
}

.flex-box {
    display: flex;
    flex-direction: row;
    height: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    flex: 0 0 30%;
    max-width: 48%;
    width: 48%;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    line-height: 5px;
}
.select2-container--default .select2-selection--multiple {
    line-height: 3px;
}
.select2-selection--multiple .select2-selection__choice .icon-box img {
    height: auto;
}
.select2-selection--multiple .select2-selection__choice .icon-box {
    flex: 0 0 40px;
    max-width: 40px;
    margin-right: 5px;
}

.col-md-3 {
    display: -webkit-box;
}
.col-md-2 {
    display: flex;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

hr {
    height: 1px;
    color: #dddddd;
}

.img-thumbnail {
    padding: 0%;
    background-color: #fff;
    max-width: 100%;
    height: 60px;
    width: 60px;
    border-radius: 10px;
    border: none;
}

.Img-Name {
    display: flex;
}
span.item-name {
    margin-left: 7px;
    align-self: center;
}
button.btn.btn-dark.search-btn {
    margin-left: 15px;
    width: 130px;
}
.userimg.roundimg-col {
    display: inline-flex;
}
span.user-name {
    margin-left: 13px;
    align-self: center;
}
select.btn {
    border: 1px solid #ced4da;
    border-left: none;
    color: #444444;
    font-family: Nunito;
}
.nutri-border {
    border-right: none;
}

span.userName {
    padding-right: 63px;
    margin-left: 15px;
}
.input-img {
    vertical-align: middle;
    border-style: none;
    border-radius: 5px;
    border: 1px solid #ced4da;
    margin-top: 1px;
}

/* .form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
} */
.input-group.form-check {
    position: relative;
    display: block;
    padding-left: 0.25rem;
}

.input-group.has-error select.btn {
    border: 1px solid #a94442;
    border-left: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999999;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    /* padding: 0 4px; */
    padding: 3px;
    position: absolute;
    left: auto;
    top: 18px;
    right: 5px;
}
select.btn.unit {
    background: none;
    appearance: none;
}

.input-group-append {
    position: relative;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #5ed15f;
    border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.info-img {
    display: flex;
}

@media (min-width: 576px) and (max-width: 1017px) {
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        flex: 0 0 30%;
        max-width: 48%;
        width: 48%;
    }
    .select2-container--default .select2-selection--multiple {
        max-width: 165%;
        width: 165%;
    }
}
@media (min-width: 757px) {
    .col-sm-5 {
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 76.666667%;
    }
}

span.isReported {
    background: #ff5353;
    padding: 2px;
    border-radius: 3px;
    color: white;
    border: none;
    font-size: 11px;
}
span.add_type {
    background: #dddddd;
    padding: 4px;
    padding-right: 7px;
    margin: 18px;
    color: #6c757d !important;
    border-radius: 7px;
    font-size: 13px;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 65px !important;
}

.total-btn {
    width: 168px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    height: 30px;
    /* font-family: 'Nunito Sans'; */
    float: right;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 214px;
    text-align: center;
    color: #666666;
}

span.total {
    /* position: absolute; */
    width: 58px;
    height: 19px;
    left: 1136px;
    top: 373px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    letter-spacing: -0.02em;
    color: #222222;
}

option.total-btn-content {
    line-height: 19px;
    text-align: left;
}

.col-sm-3.float-right {
    display: flex;
    margin-right: 239px;
    /* float: right; */
}

.dash-div {
    background-color: var(--theme);
    width: 374px;
    height: 130px;
    top: 152px;
    left: 290px;
    margin: 0px 46px 9px 8px;
    border-radius: 15px;
    color: #ffffff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 15px;
}
.dash-div-container {
    display: flex;
    justify-content: space-between;
    margin: 0px 232px 0px auto;
    padding: 30px 0;
}
.dashgraph {
    display: flex;
}
.graph-div1 {
    height: 385px;
}
.graph-div2 {
    height: 385px;
}

.dashgraph-heading {
    display: flex;
}
.dashgraph-heading a.btn.btn-primary.float-right {
    background: #ffffff;
    color: var(--theme);
    border: none;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-left: 892px;
}

.dashgraph-heading a.btn.btn-primary.float-right:hover {
    color: #ffffff;
    background-color: var(--theme);
}
select.form-control.report-search-box {
    font-weight: 500;
    font-size: 16px;
    left: 426px;
    -webkit-appearance: none;
    float: right;
    width: 180px;
}

.repo-select::after {
    font-family: 'Font Awesome 6 pro';
    content: '\f078';
    position: absolute;
    top: 11px;
    left: 1205px;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    font-weight: 600;
    color: #495057;
}

.square {
    width: 80px;
    background: #e7f8e7;
    height: 80px;
    border-radius: 20px;
    text-align: center;
    line-height: 78px;
    /* margin: 0 0 0 31px; */
}

.report-btn {
    display: flex;
}

.dwn-btn {
    position: absolute;
    padding: 0 0 0 1029px;
    right: 19px;
}
a.btn.btn-primary.repo-dwl-btn {
    margin-top: 20px;
    min-width: 144px;
}

span.report-text {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
}

.repo-text {
    margin-left: 55px;
}

.orderitems {
    margin: 2px;
}

input#search_by_date {
    width: 180px;
}
input[type='date']:focus::before {
    content: '' !important;
}

.calendar {
    position: absolute;
    right: -104px;
    text-align: right;
    top: 7px;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #999999;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
}

#revenue {
    max-width: 650px;
    margin: 35px auto;
}

#orders {
    max-width: 650px;
    margin: 35px auto;
}

/* ORDERS MEAL PLAN */
.moreless-button {
    color: #ec0000;
}
.item-moreless-button {
    color: #ec0000;
}

.moretext {
    display: none;
}

.hidden_item {
    display: none;
}
.meal {
    width: 50%;
    display: inline-flex;
}
.items {
    width: 100%;
}
.more_btn {
    color: red;
}

.more_btn:hover {
    color: red;
}

.status-btn {
    display: grid;
    /* margin-bottom: -17px;
    margin-top: -22px; */
}
@media only screen and (max-width: 1224px) {
    .status-btn {
        min-width: 34vh;
    }

    .dash-div-container {
        display: flex;
        justify-content: space-between;
        margin: 0px 232px 0px auto;
        padding: 30px 0;
    }
}

/* AFTER TESTING */
a.btn.btn-default.total-btn:active {
    background: var(--theme-hover);
    color: #ffffff;
}

.meal-total {
    /* display: flex; */
    /* padding: 23px 0 0 0; */
}

.order_amount {
    margin: 15px 22px 0 0;
}

/* @media (max-width: 1438px){
    a.btn.btn-primary.repo-dwl-btn{
        background-color: blue;
    }
} */

.review-select::after {
    font-family: 'Font Awesome 6 pro';
    content: '\f078';
    position: absolute;
    top: 16px;
    left: 153px;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    font-weight: 600;
    color: #495057;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 5px 0 0 5px !important;
    padding: 5px !important;
}

/* ============================ */
/* TEST DASHBOARD DESIGN */

.flex-container {
    display: flex;
    flex-direction: row;
    font-size: 30px;
    text-align: center;
    /* background-color: var(--theme); */
    justify-content: space-between;
    padding: 30px 0;
}

.flex-item-left {
    padding: 10px;
    flex: 50%;
    width: 330px;
    height: 130px;
    background-color: var(--theme);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin: 0 30px 0 0;
}

.flex-item-center {
    padding: 10px;
    flex: 50%;
    width: 330px;
    height: 130px;
    background-color: var(--theme);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin: 0 30px 0 0;
}

.flex-item-right {
    padding: 10px;
    flex: 50%;
    width: 330px;
    height: 130px;
    background-color: var(--theme);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }
}

h2.dash-num {
    position: absolute;
    font-weight: 700;
    font-size: 36px;
    line-height: 98px;
    margin-left: 30px;
    color: #ffffff;
}

a.dash-text {
    color: #ffffff;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    float: left;
    margin-left: 32px;
    margin-top: 75px;
}

.circle {
    background: #fafafb;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 42px;
    line-height: 1.8;
    margin-top: 15px;
    float: right;
    margin-right: 10px;
}

.dashselect::after {
    font-family: 'Font Awesome 6 pro';
    content: '\f078';
    position: absolute;
    top: 46px;
    /* left: 548px; */
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    font-weight: 600;
    color: #495057;
    right: 15px;
}

.dashselect-two::after {
    font-family: 'Font Awesome 6 pro';
    content: '\f078';
    position: absolute;
    top: 46px;
    /* left: 550px; */
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    font-weight: 600;
    color: #495057;
    right: 15px;
}

.float-right {
    float: right !important;
    min-width: 15%;
}

.text-dark {
    color: #343a40 !important;
    min-width: 18%;
}

select.form-control.dash-graph-dd {
    border: none;
    width: 152px;
    font-weight: 500;
    position: absolute;
    font-size: 16px;
    /* left: 427px; */
    -webkit-appearance: none;
    background: none;
    /* float: right; */
    right: 0px;
}
span.moreplus {
    color: red;
}

textarea#address,
textarea#notes,
textarea#house_address {
    height: auto;
}

.user-detail {
    margin-bottom: 20px;
}

.user-detail-info {
    border-bottom: 1px solid #e5e5e5;
    margin-left: 40px;
    width: 60%;
    display: flex;
}

.lead-view-more {
    border: 1px solid #28a745;
    padding: 6px 12px;
    border-radius: 5px;
    color: #28a745;
    min-width: 97px;
}

.lead-actions-box {
    display: inline-flex;
}

.lead-action {
    padding: 5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #666666;
    margin-left: 10px;
    cursor: pointer;
}

.lead-status {
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
}

.lead-action-container {
    box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
    background: #ffffff;
    border-radius: 5px;
    width: max-content;
    text-align: left;
    position: absolute;
    left: 0;
    top: 30px;
    padding: 8px;
    display: none;
    line-height: 34px;
    border: 0px;
    transform: translateX(-112px);
    margin: 6px 0 0 -117px;
    z-index: 9999;
}

.contractor-lead-action {
    transform: translateX(-37px);
}

.lead-follow-up,
.lead-follow-up:hover,
.lead-follow-up:focus {
    background: #28a745;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 5px;
    width: max-content;
}

.lead-action-wrapper {
    position: relative;
}

span.lead-status-tag {
    padding: 4px 10px;
    border-radius: 6px;
    margin-left: 12px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #28a745;
    display: inline-block;
}

.input-field-box .icon {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 16px;
}

input[type='date']::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.dataTables_length {
    float: left;
}

.js-hidden {
    display: none !important;
}
a.chnage-password {
    right: 145px;
    position: absolute;
}

.custom-icon {
    color: #666666 !important;
}
.custom-icon:hover {
    color: var(--theme-hover) !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.bottom {
    margin-top: 20px;
}

.w-40 {
    width: 40% !important;
}
.main-wrap-info .row {
    margin-bottom: 15px;
}
.main-wrap-info .row p {
    margin-bottom: 0px !important;
}

.datatable-container {
    overflow-x: auto;
}

.table-responsive,
.dataTables_scrollBody {
    overflow: visible !important;
}

button.btn.btn-default.pull-left.closes:focus {
    color: #fff;
}

.swal2-styled.swal2-confirm {
    background-color: var(--theme) !important;
}
.swal2-styled.swal2-confirm:hover {
    background-color: var(--theme-hover) !important;
}

/* MOBILE COMPATIBLE RESPONSIVENESS START*/
.main-header .nav-link {
    height: 20px;
}
@media screen and (max-width: 768px) {
    .login-box .card,
    .register-box .card {
        margin: 0 10% 0 10%;
        width: auto;
    }

    .justify-content-end {
        line-height: 4;
    }
    .last-custom-filter {
        margin-bottom: 5px;
    }
    .usr-info {
        min-width: fit-content;
    }
    .usr-info {
        margin-inline-end: auto;
    }
    .navbar-nav > .user-menu > .dropdown-menu {
        width: auto;
    }
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
        display: grid;
        background: none;
    }
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
        margin-bottom: 8px;
    }
    .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
        float: inherit;
    }
}
/* MOBILE COMPATIBLE RESPONSIVENESS END*/
@media (max-width: 767.98px) {
    .dataTables_wrapper .dataTables_paginate {
        margin-left: 0 !important;
    }
    .dataTables_wrapper .dataTables_paginate .pagination .page-item:first-child {
        margin-left: 0 !important;
    }
    .actions-td {
        text-align-last: start;
    }
}
table.dataTable {
    clear: both;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
}

.dataTables_wrapper table.dataTable.collapsed > tbody > tr > td:first-child {
    padding-left: 20px !important;
    position: relative;
    padding-right: 6px;
}
.dataTables_wrapper table.dataTable.collapsed > tbody > tr > td:first-child div {
    /* padding-left: 8px; */
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
    height: 9px;
    width: 9px;
    color: var(--theme);
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: '';
    position: absolute;
    top: 16px;
    left: 8px;
    border: solid var(--theme);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > th:first-child:before {
    top: 5px;
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
    height: 9px;
    width: 9px;
    color: var(--theme);
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: '';
    position: absolute;
    top: 12px;
    left: 8px;
    border: solid var(--theme);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.dataTables_wrapper .child .dtr-details {
    /* display: table !important; */
    display: contents;
}
.dataTables_wrapper .child .dtr-details > li {
    display: table-row !important;
    border: 0 !important;
}
.dataTables_wrapper .child .dtr-details > li .dtr-title {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px dashed #f3f6f9;
    font-weight: 500;
    padding: 0.5rem 8px 0.5rem 0px;
    text-align: left;
}
.dataTables_wrapper .child .dtr-details > li .dtr-title:after {
    content: ':';
}
.dataTables_wrapper .child .dtr-details > li .dtr-data {
    display: table;
    vertical-align: top;
    border-bottom: 1px dashed #f3f6f9;
    padding: 0.5rem 0;
    overflow-wrap: anywhere;
}
.dataTables_wrapper .child .dtr-details > li:last-child .dtr-title {
    border-bottom: 0;
    text-align: left;
}
.dataTables_wrapper .child .dtr-details > li:last-child .dtr-data {
    border-bottom: 0;
}
.dataTables_wrapper .dt-bootstrap4 .dropdown .dropdown-menu.dropdown-menu-right {
    margin-left: 65px;
}
.contact-box {
    width: -webkit-fill-available;
    display: contents;
}
.show-filters {
    display: none;
}

.preview-email {
    background-color: #f8f8f8;
}
.preview-email table {
    min-width: auto !important;
}

.filter-priority-box label {
    font-size: 12px !important;
}

.filter-priority-box .custom-control-input:checked ~ .custom-control-label::before {
    height: 14px;
    width: 14px;
}

.filter-priority-box .custom-control-input ~ .custom-control-label::before {
    height: 15px;
    width: 15px;
}

.filter-priority-box .custom-control-label::after {
    left: -25px;
    top: 3px;
}

.admin-info-list {
    max-width: 155px;
    min-width: 130px;
    overflow-wrap: anywhere;
}

.contractor-info-list {
    max-width: 150px;
    overflow-wrap: anywhere;
    min-width: 130px;
}

.lead-info-list {
    max-width: 176px;
    min-width: 130px;
    overflow-wrap: anywhere;
}
.mail-modal-body {
    max-height: 440px;
    overflow: auto;
}
body.modal-open {
    overflow: hidden;
}
.dataTables_row_count {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.modal-content .btn {
    font-size: 13px;
    height: 30px;
    line-height: 13px;
}
.modal-footer {
    padding: 8px 15px;
}
/* Media Query for Mobile Devices */
@media screen and (max-width: 480px) {
    .login-box,
    .register-box {
        width: -webkit-fill-available;
    }
    .app-icon-container {
        display: block;
        width: 100%;
        text-align: center;
    }
    .app-icon {
        text-align: center;
    }
    .content-wrapper .form-control,
    .content-wrapper .btn,
    .modal-content .btn {
        font-size: 12px !important;
        /* height: auto; */
        /* line-height: 14px; */
    }
    .submit-btn-container {
        margin: auto;
    }
    .submit-btn {
        width: inherit;
    }
    .show-filters,
    .show-filters:hover,
    .show-filters.btn-primary:active,
    .show-filters:focus {
        display: block;
        background-color: transparent !important;
        color: var(--theme) !important;
    }
    .filters-container {
        display: none;
    }
    .filters-container .justify-content-end .col-sm-3 {
        margin-right: revert;
        padding-right: inherit;
    }

    .dataTables_length {
        display: contents;
    }
}
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 770px) {
    .show-filters,
    .show-filters:hover,
    .show-filters.btn-primary:active,
    .show-filters:focus {
        display: block;
        background-color: transparent !important;
        color: var(--theme) !important;
    }
    .filters-container {
        display: none;
    }
    .justify-content-end {
        line-height: 4;
    }
    .admin-info-container .col-md-4 {
        display: flex;
    }
    .admin-info-container .col-md-4 strong {
        min-width: 200px;
    }
    .contractor-info-container .col-md-4 {
        display: flex;
    }
    .contractor-info-container .col-md-4 strong {
        min-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .content-header h3 {
        font-size: 20px;
    }
    .users-container {
        width: 100% !important;
    }
    .admin-chat-sub-container {
        display: none;
    }
    .search-box-wrapper {
        max-width: 88%;
    }
}

@media screen and (max-width: 357px) {
    .user-detail {
        display: block;
    }
    .user-detail-info {
        display: flex;
        margin-left: 8px;
    }
    .daterangepicker.show-calendar .drp-buttons {
        display: flex;
    }
    .content-header h3 {
        font-size: 17px;
    }
}

@media screen and (max-width: 575px) {
    .contact-box {
        display: inline-flex;
    }
    .contact-box .col-sm-1 {
        width: auto;
    }
    .daterangepicker .drp-buttons .btn {
        padding: 10px;
    }
}
@media screen and (max-width: 992px) {
    #contacted_log_popup {
        padding: 0 10px !important;
    }
}

.psw-container {
    position: relative;
}

#showPsw {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
}

/* ============================================================
   SHARED MODULE STYLES  (Employees / Customers / Forms)
   ============================================================ */

/* ── Page header bar ──────────────────────────────────────── */
.page-header-bar {
    display: flex;
    align-items: center;
    gap: 12px;
}

.back-btn {
    --sz: 36px;
    width: var(--sz);
    height: var(--sz);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2a2932;
    text-decoration: none;
    font-size: 15px;
    flex-shrink: 0;
    border-radius: 50%;
}
.back-btn:hover {
    background: #f8fafc;
    color: #374151;
}

/* ── Primary action button (teal) ─────────────────────────── */
.btn-primary-action {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 18px;
    height: auto;
    line-height: 1.5;
}
.btn-primary-action:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
}

/* ── Filter bar ───────────────────────────────────────────── */
.module-filter-bar .form-control,
.module-filter-bar .custom-select {
    border-radius: 8px;
    border-color: #e2e8f0;
    font-size: 13px;
    height: 38px;
}
.module-filter-bar .input-group-text {
    background: #fff;
    border-color: #e2e8f0;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    color: #94a3b8;
}
.module-filter-bar .search-input {
    border-left: 0;
    border-radius: 0 8px 8px 0 !important;
}
.btn-filter-search {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    border-radius: 8px;
    padding: 0 22px;
    height: 38px;
    font-size: 13px;
    font-weight: 500;
    line-height: 38px;
}
.btn-filter-search:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
}
.btn-filter-reset {
    background: #fff;
    border-color: #e2e8f0;
    color: #64748b;
    border-radius: 8px;
    padding: 0 22px;
    height: 38px;
    font-size: 13px;
    line-height: 38px;
}
.btn-filter-reset:hover {
    background: #f8fafc;
}

/* ── Module table ─────────────────────────────────────────── */
.module-table thead th {
    background: #f8fafc;
    border-bottom: 1px solid #e9eef4;
    border-top: none;
    color: #64748b;
    font-size: 12.5px;
    font-weight: 600;
    padding: 12px 13px;
    white-space: nowrap;
}
.module-table tbody td {
    border-top: 1px solid #f1f5f9;
    padding: 13px 13px;
    vertical-align: middle;
    font-size: 12px;
}
.module-table tbody tr:hover td {
    background: #fafbff;
}
.module-id {
    font-size: 12px;
}

/* ── Avatar circle ────────────────────────────────────────── */
.avatar-circle {
    --sz: 31px;
    width: var(--sz);
    height: var(--sz);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    background: #f5f7fa;
    color: #222;
}
.avatar-circle img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.av-circle {
    --sz: 28px;
    width: var(--sz);
    height: var(--sz);
    border-radius: 50%;
    font-weight: 600;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
    background: var(--theme);
}
.av-circle:first-child {
    margin-left: 0;
}
.assigned-avatars {
    display: flex;
    align-items: center;
}

/* ── Action icon buttons ──────────────────────────────────── */
.act-btn {
    --sz: 28px;
    width: var(--sz);
    height: var(--sz);
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #64748b;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    margin: 0 2px;
    line-height: 1;
}
.act-btn:hover {
    background: #f8fafc;
    color: #374151;
}
.act-btn.del:hover {
    background: #fef2f2;
    color: #ef4444;
    border-color: #fca5a5;
}

/* ── Status badges ────────────────────────────────────────── */
.badge-status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 6px;
    border-radius: 5px;
}
.badge-status .dot {
    width: 5.5px;
    height: 5.5px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
.badge-active-status {
    background: #dcfce7;
    color: #16a34a;
}
.badge-active-status .dot {
    background: #22c55e;
}
.badge-recent-status {
    background: #23cb6333;
    color: #56af7f;
}
.badge-recent-status .dot {
    background: #56af7f;
}
.badge-inactive-status {
    background: #f8f8f8;
    color: #999;
}
.badge-inactive-status .dot {
    background: #999;
}
.badge-ghost-status {
    background: #f4f8f8;
    color: #83a8a1;
}
.badge-ghost-status .dot {
    background: #83a8a1;
}
.badge-engaged-status {
    background: #edf4f3;
    color: #63b9a2;
}
.badge-engaged-status .dot {
    background: #63b9a2;
}

/* ── Company type badges ──────────────────────────────────── */
.badge-type {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 20px;
    margin-right: 4px;
}
.badge-enterprise {
    background: #eef2ff;
    color: #4f46e5;
}
.badge-sme {
    background: #fff7ed;
    color: #c2410c;
}
.badge-startup {
    background: #f0fdf4;
    color: #16a34a;
}
.badge-other {
    background: #f8fafc;
    color: #64748b;
}

/* ── Active/status pill ───────────────────────────────────── */
.badge-active-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    background: #dcfce7;
    color: #16a34a;
    margin-right: 4px;
}
.badge-active-pill .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    display: inline-block;
}
.badge-inactive-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 20px;
    background: #f1f5f9;
    color: #64748b;
}

.cmn-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 600;
    padding: 4px 9px;
    border-radius: 20px;
}

.badge-pending-status {
    color: #777777;
    background: #6666661a;
}
.badge-approved-status {
    color: #09958a;
    background: #c5fdf8;
}
.badge-rejected-status {
    color: #ff4343;
    background: #ff43431a;
}

/* ── Location badge ───────────────────────────────────────── */
.loc-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    color: #675be0;
    padding: 5px 12px;
    border-radius: 20px;
    background: #675be01a;
    margin-right: 4px;
}
.loc-badge i {
    display: flex;
}

/* ── Note box ─────────────────────────────────────────────── */
.note-box {
    background: #f8fafc;
    border: 1px solid #e9eef4;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 12px;
    color: #64748b;
    margin-top: 8px;
}
.note-box strong {
    color: #374151;
}

/* ── Module pagination ────────────────────────────────────── */
.cmn-pagination .page-link {
    border-radius: 6px;
    margin: 0 2px;
    border-color: #e2e8f0;
    color: #374151;
    font-size: 13px;
    padding: 5px 11px;
}
.cmn-pagination .page-item.active .page-link {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.cmn-pagination .page-item.disabled .page-link {
    color: #cbd5e1;
}

.cmn-pagination .cmn-page-btn {
    height: 31px;
    font-size: 12px;
    min-width: 31px;
    border-radius: 7px;
    padding: 0;
    border: 0;
    line-height: 31px;
    color: #cacaca;
}

.cmn-pagination .cmn-page-btn:first-of-type,
.cmn-pagination .cmn-page-btn:last-of-type {
    color: var(--dark-color);
    padding-inline: 8px;
}
.cmn-pagination .cmn-page-btn:first-of-type:disabled,
.cmn-pagination .cmn-page-btn:last-of-type:disabled {
    color: #8e8e8e;
}

.cmn-pagination .cmn-page-btn.active {
    background: var(--theme);
    color: #fff;
    font-weight: 600;
}
.cmn-pagination .cmn-page-btn:not(.active):hover {
    background: #f5f7fa;
}
.cmn-pagination .cmn-page-btn[data-page='previous']::before {
    display: inline-flex;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L5.75 5.75L10.75 0.75' stroke='%238E8E8E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 7px;
    rotate: 90deg;
    width: 10px;
    margin-right: 4px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(96%)
        contrast(107%);
}

.cmn-pagination .cmn-page-btn[data-page='previous']:disabled::before,
.cmn-pagination .cmn-page-btn[data-page='next']:disabled::after {
    filter: brightness(0) saturate(100%) invert(61%) sepia(0%) saturate(65%) hue-rotate(134deg) brightness(93%)
        contrast(88%);
}

.cmn-pagination .cmn-page-btn[data-page='next']::after {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(96%)
        contrast(107%);
    display: inline-flex;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L5.75 5.75L10.75 0.75' stroke='%238E8E8E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 7px;
    rotate: -90deg;
    width: 10px;
    margin-left: 4px;
}

.showing-text {
    font-size: 12px;
    color: #3d3f4c;
    display: flex;
    align-items: center;
    gap: 4px;
}
.form-control.num_inp.tblt-pages {
    max-width: 60px;
    height: 31px;
    border-radius: 8px;
    padding-inline: 11px 5px;
    font-size: 12px;
}

/* ── Custom switch teal ───────────────────────────────────── */
.teal-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--primary);
    border-color: var(--primary);
}

/* ── Stat card (dashboard-style) ──────────────────────────── */
.stat-card {
    border-radius: 12px;
    padding: 17px 15px;
    color: var(--dark-color);
    position: relative;
    overflow: hidden;
    border: none;
    min-height: 107px;
    box-shadow:
        -1px 3px 4px 0px #00000008,
        -3px 8px 5px 0px #00000005,
        -6px 14px 6px 0px #00000003,
        -9px 22px 7px 0px #00000000;
}
.stat-card .stat-label {
    font-size: 12px;
    margin-bottom: 10px;
    color: #75747f;
}
.stat-card .stat-number {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1;
}
.stat-card .stat-link {
    --sz: 31px;
    position: absolute;
    top: 16px;
    right: 16px;
    width: var(--sz);
    height: var(--sz);
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-color);
    font-size: 26px;
    text-decoration: none;
    rotate: -45deg;
}
.stat-card .stat-link i {
    transform: translateY(-1px);
}

/* ── Form card ────────────────────────────────────────────── */

.form-section-title {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 24px;
    color: var(--dark-color);
}

.form-field-label .req {
    color: #ef4444;
    margin-left: 2px;
}

/* ── Form control overrides (narrow forms) ────────────────── */
.form-card .form-control {
    border-radius: 9px !important;
    border-color: #e2e8f0;
    font-size: 12px;
    height: 42px;
    line-height: 42px;
    color: #1e293b;
    padding-inline: 13px;
}
.form-card .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(26, 188, 156, 0.12);
}
.form-card textarea.form-control {
    height: auto;
    resize: vertical;
}
.form-card select.form-control {
    height: 40px;
}
.form-card .input-group-text {
    border-radius: 8px 0 0 8px !important;
    border-color: #e2e8f0;
    background: #f8fafc;
    font-size: 13px;
    color: #64748b;
}
.form-card .input-group > .form-control:not(:first-child) {
    border-radius: 0 8px 8px 0 !important;
}

/* ── Password toggle ──────────────────────────────────────── */
.pass-group {
    position: relative;
}
.pass-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #94a3b8;
    font-size: 13px;
    z-index: 5;
}
.pass-toggle:hover {
    color: #64748b;
}
.pass-group .form-control {
    padding-right: 38px;
}

/* ── Photo upload ─────────────────────────────────────────── */
.photo-upload-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
}

.uploadpf {
    display: flex;
    gap: 18px;
    align-items: center;
}
.uploadpf i {
    font-size: 35px;
    color: var(--text-dark);
    opacity: 50%;
}
.photo-upload-circle {
    --sz: 126px;
    height: var(--sz);
    max-width: var(--sz);
    width: var(--sz);
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    background: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s;
}
.uploadpf {
    margin-bottom: 24px;
}
.uploadpf .upload-accept-note {
    color: #999;
    font-weight: 400;
    font-size: 12px;
}
.btn-upload-photo {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #374151;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 14px;
    cursor: pointer;
    height: auto;
    line-height: 1.5;
}
.btn-upload-photo:hover {
    background: #f8fafc;
}

/* ── Form action buttons ──────────────────────────────────── */
.form-actions {
    display: flex;
    gap: 12px;
    padding-top: 8px;
}
.btn-green {
    display: block;
    height: 45px;
    background: var(--theme);
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    padding-inline: 26px;
    font-weight: 500;
    transition: 0.2s ease;
    line-height: 44px;
}

.btn-green:hover {
    background: var(--theme-hover);
    color: #fff;
}
.btn-bordered-grey {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 0 22px;
    display: block;
    height: 45px;
    font-size: 14px;
    border-radius: 10px;
    padding-inline: 26px;
    font-weight: 500;
    transition: 0.2s ease;
    line-height: 45px;
}
.btn-bordered-grey:hover {
    background: #f8fafc;
    color: #64748b;
}
.form-control.num_inp {
    padding-inline: 16px 10px;
}

/* ── Step wizard ──────────────────────────────────────────── */
.wizard-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.wizard-step {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 8px;
}
.wizard-step-num {
    --sz: 30px;
    width: var(--sz);
    height: var(--sz);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}
.wizard-step-label {
    font-size: 15px;
}
.wizard-step.active .wizard-step-num {
    background: var(--theme);
    color: #fff;
}
.wizard-step.inactive .wizard-step-num {
    background: #eee;
    color: #999999;
}
.wizard-step.done .wizard-step-num {
    background: var(--theme);
    color: #fff;
    font-size: 16px;
}
.wizard-step.active .wizard-step-label {
    color: var(--theme);
}
.wizard-step.inactive .wizard-step-label {
    color: var(--dark-color);
}
.wizard-step.done .wizard-step-label {
    color: #059669;
}
.wizard-divider {
    flex: 1;
    height: 2px;
    background: #ddd;
    max-width: 50px;
}
.wizard-divider.done {
    background: var(--primary);
}
.frm-divider {
    width: 100%;
    margin: 24px 0;
    height: 1px;
    background: #c8c8c8;
}
/* ── Contact card (customer form) ─────────────────────────── */
.contact-card:not(:last-child) {
    margin-bottom: 30px;
}

.contact-card-title {
    font-weight: 400;
    background: #f7fcfc;
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-remove-contact {
    background: none;
    border: none;
    color: #ef4444;
    font-size: 12.5px;
    font-weight: 600;
    padding: 0;
    cursor: pointer;
}
.btn-remove-contact:hover {
    text-decoration: underline;
}
.btn-add-contact {
    background: none;
    border: none;
    color: var(--theme);
    margin-block: 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.btn-add-contact:hover {
    text-decoration: underline;
}
.contact-options {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}
.contact-option {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
}
.contact-option input[type='radio'],
.contact-option input[type='checkbox'] {
    accent-color: var(--primary);
    width: 15px;
    height: 15px;
}
.phone-code-select {
    width: 90px;
    border-radius: 8px 0 0 8px !important;
    border-color: #e2e8f0;
    border-right: 0 !important;
    background: #f8fafc;
    font-size: 13px;
    color: #64748b;
    height: 40px;
}
.phone-code-select:focus {
    box-shadow: none;
    border-color: #e2e8f0;
}
.phone-input {
    border-radius: 0 8px 8px 0 !important;
}

/* ── Assign employees grid ────────────────────────────────── */
.emp-assign-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 14px;
}
.emp-assign-card {
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition:
        border-color 0.15s,
        background 0.15s;
    background: #fff;
}
.emp-assign-card.selected {
    border-color: var(--primary);
    background: #f0fdf9;
}
.emp-assign-card input[type='checkbox'] {
    accent-color: var(--primary);
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* ── Meta info (created/updated) ──────────────────────────── */
.meta-info {
    font-size: 11.5px;
    color: #374151;
}
.meta-info .meta-by {
    font-size: 11px;
    color: #94a3b8;
}
.meta-info .meta-updated {
    margin-top: 4px;
}

/* ── Enter manually link ──────────────────────────────────── */
.enter-manually-link {
    font-size: 12.5px;
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}
.enter-manually-link:hover {
    text-decoration: underline;
}

.login-inner {
    display: flex;
}
/* ==================== LOGIN PAGE START ==================== */

body.login-page {
    display: block !important;
    background: transparent !important;
    height: auto !important;
    min-height: 100vh;
    overflow: hidden;
    align-items: unset !important;
    justify-content: unset !important;
    flex-direction: unset !important;
}

.branding-anc {
}

.auth-page-wrapper {
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

/* Left Panel */
.auth-left-panel {
    width: 50%;
    min-height: 100vh;
    background: url('../../images/auth-gradient-bg.webp') no-repeat center / cover;
    background-color: linear-gradient(145deg, #0b2118 0%, #0e3c2b 45%, #116348 80%, #107a5c 100%);
    display: flex;
    flex-direction: column;
    padding: 44px 48px 0;
    position: relative;
    overflow: hidden;
}

.auth-left-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #fff;
}

.auth-brand {
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin-bottom: 40px;
    flex-shrink: 0;
}

.auth-brand-pca {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
}

.auth-brand-tech {
    font-size: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 4px;
    margin-top: 3px;
}

.auth-hero-text {
    flex-shrink: 0;
}

.auth-hero-text h1 {
    font-weight: 600;
    font-size: 46px;
    max-width: 620px;
    margin-bottom: 10px;
    line-height: 58px;
}

.auth-hero-text p {
    font-size: 24px;
    line-height: 36px;
    max-width: 583px;
}
.auth-hero-text p {
    font-size: 19px;
    line-height: 29px;
    max-width: 473px;
}

.auth-mockup-wrap {
    position: absolute;
    right: 0;
    pointer-events: none;
    bottom: 0;
}

.auth-mockup-img {
    width: 35vw;
    display: block;
    transform: translate(1vw, 2vw);
}

/* Right Panel */
.auth-right-panel {
    width: 50%;
    min-height: 100vh;
    background: url('../../images/auth-bg-white.webp') no-repeat center / cover;
    background-color: #fefefe;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: auto;
}

.auth-right-deco {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.auth-deco-1 {
    width: 440px;
    height: 440px;
    border: 55px solid rgba(9, 149, 138, 0.07);
    top: -130px;
    right: -130px;
}

.auth-deco-2 {
    width: 340px;
    height: 340px;
    border: 45px solid rgba(9, 149, 138, 0.05);
    bottom: -90px;
    right: -80px;
}

.auth-right-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 543px;
    padding: 30px 24px;
}

/* Form box */
.auth-form-box {
    text-align: center;
}

/* Lock icon */
.auth-icon-wrap {
    --sz: 82px;
    width: var(--sz);
    height: var(--sz);
    background: rgba(9, 149, 138, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.auth-lock-icon {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

/* Titles */
.auth-title {
    font-size: 26px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 8px;
    line-height: 1.3;
}

.auth-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #2f2f2f;
    margin-bottom: 32px;
    line-height: 1.5;
}

/* Field group */
.auth-field-group {
    margin-bottom: 20px;
    text-align: left;
}

.auth-field-label {
    font-size: 13px;
    font-weight: 500;
    color: #555;
    display: block;
    margin-bottom: 8px;
}

/* Phone input */
.auth-field-group .iti {
    width: 100%;
    display: block;
    position: relative;
}

.cmn-input {
    height: 52px;
    border: 1.5px solid #c8c8c8;
    border-radius: 12px;
    font-size: 15px;
    color: #333;
    background: #fff;
    transition: border-color 0.2s ease;
    width: 100%;
}

.cmn-input:focus {
    border-color: #09958a;
    box-shadow: none;
    outline: none;
}

.auth-field-group .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    border-radius: 10px 0 0 10px;
    border-right: 1.5px solid #c8e8e5;
    padding: 0 10px;
}

.auth-field-group .iti--separate-dial-code .iti__selected-flag:hover,
.auth-field-group .iti--separate-dial-code .iti__selected-flag:focus {
    background-color: rgba(9, 149, 138, 0.05);
}

/* Hide flag/globe — show dial code only */
.iti__selected-country-primary .iti__flag {
    display: none !important;
}
.iti__selected-country {
    flex-direction: row-reverse;
    padding-left: 9px;
    color: #8e8e8e;
    font-size: 13px;
}
.iti__selected-country-primary {
    padding: 0;
}

/* Dial code text: force visible with explicit color */
.auth-field-group .iti__selected-dial-code {
    display: inline;
    visibility: visible;
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 500;
    margin-left: 0;
}

/* Dropdown constrained to input width */

.iti__arrow {
    border: 0;
    background: no-repeat center / cover
        url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 5px;
}
/* Primary button — common class #09958A */
.thm-btn-primary {
    display: block;
    width: 100%;
    height: 52px;
    background: #09958a;
    border: none;
    border-radius: 50px;
    color: #fff;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background 0.2s ease,
        transform 0.1s ease;
    margin-bottom: 24px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

.thm-btn-primary:hover {
    background: #00796f;
    color: #fff;
}

.thm-btn-primary:focus,
.thm-btn-primary:active {
    background: #00796f;
    color: #fff;
    outline: none;
    box-shadow: none;
    transform: none;
}

/* Terms & help text */
.auth-terms {
    font-size: 12.5px;
    color: #999;
    line-height: 1.6;
    margin-bottom: 10px;
}

.auth-help {
    font-size: 13px;
    color: #999;
    margin-bottom: 0;
}

.auth-link {
    color: #09958a;
    font-weight: 500;
    text-decoration: none;
}

.auth-link:hover {
    color: #077d74;
    text-decoration: underline;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}
.input-label {
    font-weight: 300;
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}
.input-block {
    position: relative;
}

/* Responsive */
@media (max-width: 991px) {
    .auth-left-panel {
        display: none;
    }
    .auth-right-panel {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .auth-right-inner {
        padding: 20px 16px;
    }
    .auth-title {
        font-size: 22px;
    }
}

/* OTP sent message */
.auth-otp-sent-msg {
    font-size: 14px;
    color: #2f2f2f;
    line-height: 1.6;
    margin-bottom: 4px;
}

.auth-otp-sent-msg strong {
    color: #1a1a2e;
    font-weight: 600;
}

/* OTP input boxes */
.otp-input-group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 24px;
    padding-inline: 34px;
}

.otp-input {
    flex: 1;
    height: 64px;
    min-width: 0;
    border: 1.5px solid #c8c8c8;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
    color: #000;
    background: #fff;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
    padding: 0;
    caret-color: #09958a;
}

.otp-input:not(:placeholder-shown) {
    border-color: #c8c8c8;
}
.otp-input:focus {
    border-color: #09958a;
    box-shadow: 0 0 0 3px rgba(9, 149, 138, 0.1);
}

/* Resend disabled state */
.auth-resend.resend-disabled {
    color: #aaa;
    pointer-events: none;
    cursor: default;
}
.auth-resend {
    padding-left: 2px;
}
.auth-resend span {
    font-weight: 600;
}
.auth-resend span,
.auth-resend:hover {
    color: #09958a;
}
.auth-continue-btn {
    width: calc(100% - 64px);
}

/* ==================== LOGIN PAGE END ==================== */

.nav-sidebar > .nav-item {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.nav-sidebar .nav-item > .nav-link {
    margin: 0;
    padding-inline: 5px;
    max-width: 210px;
    border-radius: 9px;
    transition: ease-in-out 0.3s;
    display: flex;
    color: #75747f;
}
[class*='sidebar-light-'] .nav-sidebar > .nav-item > .nav-link:focus .icon,
[class*='sidebar-light-'] .nav-sidebar > .nav-item:hover > .nav-link .icon,
[class*='sidebar-light-'] .nav-sidebar > .nav-item > .nav-link.active .icon {
    filter: brightness(0) saturate(100%) invert(10%) sepia(4%) saturate(3244%) hue-rotate(207deg) brightness(95%)
        contrast(84%);
}
[class*='sidebar-light-'] .nav-sidebar > .nav-item > .nav-link:focus,
[class*='sidebar-light-'] .nav-sidebar > .nav-item:hover > .nav-link {
    background: transparent;
    color: #2a2932;
}

body:not(.layout-fixed) .main-sidebar {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    border-radius: 0 22px 22px 0;
    box-shadow: 0 0 10px #0000001a;
    position: fixed;
    border-radius: 0;
}
.main-sidebar .log-out-nav .nav-link {
    max-width: 210px;
    margin-inline: auto;
    padding-inline: 5px;
    gap: 8px;
    color: #2a2932;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    font-size: 13px;
}
.log-out-nav .nav-link:hover .incx {
    filter: brightness(0) saturate(100%) invert(10%) sepia(4%) saturate(3244%) hue-rotate(207deg) brightness(95%)
        contrast(84%);
}
.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link,
.sidebar-mini.sidebar-collapse .main-sidebar .log-out-nav .nav-link {
    max-width: 45px;
}
.sidebar-collapse.sidebar-mini .main-sidebar:hover .nav-sidebar .nav-link,
.sidebar-collapse.sidebar-mini .main-sidebar:hover .log-out-nav .nav-link {
    max-width: 210px;
}
.pg-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}
.main-content-wrapper {
    padding: 20px;
    border-radius: 16px;
    /* min-height: calc(100dvh - 74px); */
    box-shadow: 0 0 10px #0000001a;
    background: #fff;
}
.auth-field-group .iti__selected-country {
    padding-left: 16px;
}
.form-layout {
    max-width: 70%;
    margin-inline: auto;
}
.form-field-label {
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 4px;
    color: #2f2f2f;
}
.phone-nm-block .iti--allow-dropdown {
    width: 100%;
}
.dt-input-box {
    position: relative;
}
.dt-input-box::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 18px;
    background: url('../../images/calendar.svg') no-repeat center / contain;
    pointer-events: none;
}
.main-content-wrapper .card,
.main-content-wrapper .card-body {
    padding: 0;
    border: 0;
    box-shadow: none;
}
.cmn-search-wrap {
    position: relative;
}
.form-control.toolbar-searchinput {
    padding-left: 38px;
}
.cmn-search-icon {
    position: absolute;
    left: 14px;
    top: 14px;
    color: #999999;
    font-size: 15px;
    pointer-events: none;
    z-index: 1;
    display: flex;
}
.filter-col {
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr 0.7fr 0.7fr 0.6fr 0.7fr 0.7fr;
    gap: 9px;
    padding-left: 7.5px;
}
.filter-col input {
    padding-top: 10px;
}
.flexbox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.frm-submitters button {
    height: 42px;
    font-size: 13px;
    border-radius: 9px;
    padding-inline: 22px;
    line-height: 1;
}
.frm-submitters .btn-bordered-grey {
    border-color: var(--theme);
    color: var(--theme);
}
.btn-bordered-theme {
    border: 1px solid var(--theme);
    color: var(--theme);
}
.btn-bordered-theme:hover {
    background: var(--theme);
    color: #fff;
    transition: 0.2s ease;
}
.tble-box {
    border: 1px solid #dddddd80;
    overflow: hidden;
    border-radius: 10px;
}
.tble-box table th {
    font-weight: 400;
    font-size: 12px;
    color: #75747f;
}
.custom-switch .custom-control-label::before {
    background: #f1f1f1;
    box-shadow: none;
    border-color: #f1f1f1;
}
.custom-switch .custom-control-label::after {
    background-color: #34c759;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #34c759 !important;
    border-color: #34c759;
}
.main-header {
    margin-bottom: 22px;
    padding-top: 20px;
}
.page-header {
    padding-left: 17px;
    width: 100%;
}
.page-header .btn-green {
    height: 42px;
    width: 141px;
    line-height: unset;
    font-weight: 600;
    padding-inline: 10px;
    font-size: 12px;
}
.upload-csvfile.dropdown-toggle::after {
    display: none;
}
.upload-csvfile {
    padding-inline: 10px;
    font-size: 12px;
    border-color: var(--theme);
    width: 114px;
    color: var(--theme);
    height: 42px;
}
.upload-csvfile .incx {
    --sz: 16px;
    width: var(--sz);
    height: var(--sz);
    background: url('../../images/download-green.svg') no-repeat center / contain;
    display: inline-block;
    margin-right: 6px;
    transition: 0.2s ease;
    transform: translateY(1px);
}
.upload-csvfile:hover {
    background: var(--theme);
    color: #f8fafc;
}
.upload-csvfile:hover .incx {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(345deg) brightness(102%)
        contrast(101%);
}
.search-location-block .input-group {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0;
    font-size: 12px;
    height: 45px;
    color: #1e293b;
    padding-inline: 16px;
}
.form-card .form-control:read-only {
    border-color: transparent;
    box-shadow: none;
}
.search-location-block .input-group-text {
    z-index: 2;
    border: 0;
    background: transparent;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 0;
}
.search-location-block .form-control {
    padding: 0 5px 0 0;
    border: 0;
    height: 42px;
    box-shadow: none !important;
}
.wiz-radio-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 2px;
}
.wiz-radio-opt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    height: 44px;
    border: 1.5px solid #e2e2e2;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    transition: all 0.15s;
    user-select: none;
}
.theme-radio-opt {
    padding: 0;
    border: 0;
    color: var(--dark-color);
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
}
.theme-radio-opt input[type='radio'] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.theme-radio-opt::before {
    content: '';
    border: 1px solid #d2d5da;
    border-radius: 50%;
    width: var(--sz);
    --sz: 24px;
    height: var(--sz);
    min-width: var(--sz);
    margin-right: 8px;
    transition: 0.3s ease;
}
.theme-radio-opt:hover:before {
    border-color: var(--theme);
}
.theme-radio-opt.selected::before {
    border: 1px solid var(--theme);
}
.theme-radio-opt::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: var(--sz);
    transition: 0.3s ease;
    background: var(--theme);
    --sz: 12px;
    height: var(--sz);
    min-width: var(--sz);
    left: 6px;
    scale: 0;
}
.theme-radio-opt.selected::after {
    scale: 1;
}

.theme-checkbox {
    font-weight: 400;
    font-size: 14px;
    color: var(--dark-color);
    display: flex;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    align-items: center;
    margin-bottom: 0;
}
.theme-checkbox .check-style {
    --sz: 20px;
    min-width: var(--sz);
    height: var(--sz);
    width: var(--sz);
    border-radius: 4px;
    border: 1px solid #d2d5da;
    transition: 0.3s ease;
    position: relative;
}
.theme-checkbox input[type='checkbox'] {
    position: absolute;
    left: -99999px;
    appearance: none;
    appearance: none;
    -webkit-appearance: none;
}
.check-style::after {
    content: '';
    position: absolute;
    inset: 50% auto auto 50%;
    width: 12px;
    height: 19px;
    transform: translate(-50%, -50%);
    background: center / contain no-repeat
        url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2917 0.625L3.95833 7.95833L0.625 4.625' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.theme-checkbox input[type='checkbox']:checked + .check-style {
    background: var(--theme);
    border-color: var(--theme);
}
.custom-form .form-actions {
    width: 100%;
    justify-content: space-between;
}
.contact-card .wiz-radio-group {
    gap: 24px;
}
.help-tip {
    display: inline-flex;
    font-size: 19px;
    color: #999999;
    transform: translateY(2px);
    margin-left: 4px;
}
.tooltip-inner {
    text-align: start;
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 12px;
    line-height: 1.4;
    box-shadow: none;
    background: #252928;
    color: #fff;
    max-width: 300px;
}
.bs-tooltip-top .arrow::before {
    border-top-color: #252928;
}
.assigned-emp-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    border-bottom: 0;
}
.assigned-emp-row:last-child {
    border-bottom: none;
}
.avatar-circle-sm {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #777;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    overflow: hidden;
}
.assigned-emp-info {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.assigned-emp-name {
    font-size: 14px;
    display: grid;
}
.assigned-emp-role {
    font-size: 13px;
    font-weight: 400;
    color: #75747f;
}
.assigned-emp-meta {
    font-size: 14px;
    display: grid;
}
.assigned-emp-meta span {
    color: #75747f;
    font-size: 13px;
}
.assigned-emp-phone {
    font-size: 13px;
    color: #75747f;
    white-space: nowrap;
    width: 150px;
}
.btn-remove-emp {
    font-size: 16px;
}
.btn-remove-emp:hover {
    color: #ef4444;
}
.step-2-box {
    max-width: 41vw;
    margin-inline: auto;
}
.step-2-box .form-section-title {
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 19px;
}
/* ── Add Products step ────────────────────────────────── */
.product-table-header .form-field-label {
    font-size: 13px;
    color: #374151;
    font-weight: 500;
    margin-bottom: 4px;
}
.product-row .form-control {
    line-height: normal;
}
.btn-icon-delete {
    background: none;
    border: none;
    color: #94a3b8;
    font-size: 16px;
    padding: 4px;
    cursor: pointer;
    line-height: 1;
}
.btn-icon-delete:hover {
    color: #ef4444;
}
.btn-add-product-row {
    background: none;
    border: none;
    color: var(--theme);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    padding-left: 7.5px;
}
.btn-add-product-row:hover {
    text-decoration: underline;
}
.btn-add-product-row i {
    margin-right: 4px;
}
/* ── Assign Employees table (step 3) ─────────────────── */
.assign-emp-table-head {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #75747f;
    border-top: 1px solid #f1f5f9;
    padding-block: 10px;
}
.aet-row {
    display: flex;
    align-items: center;
    padding: 8px 0;
}
.aet-row:hover {
    background: #fafafa;
}
.aet-col-emp {
    flex: 0 0 34%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.aet-col-phone {
    flex: 0 0 22%;
    font-size: 13px;
    color: #75747f;
}
.aet-col-code {
    flex: 0 0 18%;
    font-size: 13px;
}
.aet-col-qty {
    flex: 0 0 14%;
    font-size: 13px;
    color: #75747f;
    font-weight: 600;
}
.aet-col-act {
    flex: 0 0 12%;
    display: flex;
    justify-content: center;
}
.aet-emp-name {
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
}
.aet-emp-role {
    font-size: 12px;
    color: #75747f;
}
.cus-outer-wrapper .filter-col {
    grid-template-columns: 1.2fr 0.7fr 0.7fr 0.6fr 0.7fr;
}

.drw-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.32);
    z-index: 1040;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}
.drw-overlay.open {
    opacity: 1;
    pointer-events: all;
}
.drw-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: 700px;
    background: #fff;
    z-index: 1050;
    transform: translateX(110%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 30px rgba(0, 0, 0, 0.12);
    border-radius: 16px 0 0 16px;
    overflow: hidden;
}
.drw-panel.open {
    transform: translateX(0);
}

/* Header */
.drw-header {
    padding: 16px 16px 14px;
    border-bottom: 1px solid #f1f5f9;
    flex-shrink: 0;
}
.drw-header-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.drw-title-wrap {
    flex: 1;
    min-width: 0;
}
.drw-title {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}
.drw-id {
    font-weight: 700;
    white-space: nowrap;
}
.drw-title .dot {
    --sz: 4px;
    width: var(--sz);
    height: var(--sz);
    display: inline-flex;
    background: #999999;
    border-radius: 50px;
}
.drw-name {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
}
.drw-address {
    font-size: 13px;
    color: #75747f;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.drw-hdr-badges {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.drw-hdr-gst {
    font-size: 13px;
    color: #252928;
}
.drw-hdr-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.drw-edit-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 17px;
    border-radius: 9px;
    font-size: 12px;
    height: 32px;
    line-height: 1;
}
.drw-close-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    background: #fff;
    color: #64748b;
    font-size: 23px;
    line-height: 1;
}
.drw-close-btn:hover {
    background: #f8fafc;
    color: #374151;
}
.drw-bdg-type {
    background: #f5fafa;
    font-weight: 400;
    padding: 5px 12px;
}

/* Tabs */
.drw-tabs-nav {
    display: flex;
    border-bottom: 1px solid #e9eef4;
    flex-shrink: 0;
}
.drw-tab {
    text-align: center;
    padding: 11px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition:
        color 0.15s,
        border-color 0.15s;
    white-space: nowrap;
}
.drw-tab.active {
    color: var(--theme);
    border-bottom-color: var(--theme);
}
.drw-tab-pane {
    display: none;
}
.drw-tab-pane.active {
    display: block;
}
.drw-summary {
    display: flex;
    gap: 38px;
    align-items: center;
}
.drw-summary .drw-section-title {
    margin-bottom: 0;
}

/* Body */
.drw-body {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}
.drw-section:not(:last-of-type) {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ececec;
}
.drw-section-title {
    font-size: 13px;
    color: #252928;
    margin-bottom: 10px;
}

/* Account summary pills */
.drw-account-summary {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.drw-stat-pill {
    display: inline-flex;
    align-items: center;
    padding: 2px 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e9eef4;
    font-size: 12px;
    color: #75747f;
    min-height: 42px;
    gap: 6px;
}
.drw-stat-pill strong {
    font-weight: 600;
    color: #252928;
    font-size: 16px;
}
.dwr-totalContacts {
    border-color: #a3abf6;
}
.dwr-loginEnabled {
    border-color: #97dad2;
}
.dwr-assignedCount {
    border-color: #edd768;
}

/* Note box */
.drw-note-box {
    background: #ffeeee;
    border-radius: 8px;
    padding: 12px;
    color: #75747f;
}
.drw-note-title {
    font-size: 12px;
    color: #252928;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}
.drw-note-text {
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
}

/* Meta */
.drw-meta-grid {
    display: grid;
    grid-template-columns: 1fr;
}
.drw-meta-grid > div:first-of-type {
    border-bottom: 1px solid #ececec;
    padding-bottom: 17px;
    margin-bottom: 17px;
}
.drw-meta-lbl {
    font-size: 13px;
    color: #75747f;
    margin-bottom: 2px;
}
.drw-meta-val {
    font-size: 13px;
    color: #252928;
}
.drw-meta-val strong {
    font-weight: 600;
    color: #252928;
    margin-right: 5px;
}
.drw-meta-today,
.drw-meta-time {
    font-weight: 600;
    color: var(--theme);
}

/* Contact rows */
.drw-contact-details {
    display: flex;
    gap: 4px 16px;
    flex-wrap: wrap;
}
.drw-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 13px;
    border: 1px solid #dddddd80;
    border-radius: 11px;
    margin-bottom: 12px;
}
.drw-contact-row:last-child {
    margin-bottom: 0;
}
.drw-contact-row .av-circle {
    --sz: 32px;
    font-size: 11px;
}
.drw-contact-info {
    flex: 1;
    min-width: 0;
}
.drw-contact-name-row {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.drw-contact-name {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
}
.drw-contact-sep {
    background: #999999;
    border-radius: 50%;
    --sz: 4px;
    width: var(--sz);
    height: var(--sz);
    flex-shrink: 0;
    margin-inline: 2px;
}
.drw-contact-role {
    font-size: 11.5px;
    color: #75747f;
}
.drw-primary-badge {
    font-size: 11px;
    color: #c032d5;
    border-radius: 4px;
}
.drw-contact-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.drw-contact-detail .sm-incx {
    --sz: 13px;
}
.drw-login-badge {
    font-size: 10px;
    color: #00991c;
    border-radius: 14px;
    background: #00991c1a;
    width: 88px;
    height: 19px;
    line-height: 19px;
    text-align: center;
}
.drw-contact-detail {
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 3px;
}
.drw-contact-detail i {
    color: #94a3b8;
    font-size: 10px;
    flex-shrink: 0;
}

/* Employee rows */
.drw-emp-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}
.drw-emp-row:last-child {
    border-bottom: 0;
}
#drwTabSiteProducts .module-table th:last-child,
#drwTabSiteProducts .module-table td:last-child {
    text-align: right;
}
.drw-emp-info {
    flex: 1;
    min-width: 0;
    display: flex;
    gap: 45px;
}
.drw-emp-name {
    font-size: 13px;
    color: #252928;
}
.drw-emp-role {
    font-size: 11.5px;
    color: #75747f;
    font-weight: 400;
}
.drw-emp-dt {
    width: 185px;
}
.drw-emp-company {
    font-size: 12px;
    color: #374151;
    margin-top: 2px;
}
.drw-emp-email {
    font-size: 11.5px;
    color: #64748b;
}
.drw-emp-right {
    text-align: right;
    flex-shrink: 0;
    padding-right: 7px;
}
.drw-emp-phone {
    font-size: 13px;
    color: #75747f;
}
.drw-suspended-badge {
    display: flex;
    font-size: 10px;
    font-weight: 500;
    color: #ff4343;
}
.drw-emp-meta,
.drw-emp-dt {
    display: grid;
    font-size: 13px;
}
.drw-emp-mailid {
    font-size: 12px;
    color: #75747f;
}
.img-fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ml-user-collection {
    max-width: calc(100% - 35px);
}

.ml-tbl tbody td {
    vertical-align: top;
}

/* ID column */
.ml-tbl .ml-id-col {
    width: 95px;
    padding-top: 16px;
}

/* ── Customer Details column (.ml-cd) ───────────────────────── */
.ml-tbl .ml-cd {
    min-width: 230px;
}
.ml-cd-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 5px;
    gap: 6px;
}
.ml-cd-name {
    font-size: 13px;
    font-weight: 600;
    color: #2d2d2d;
}
.ml-cd-gst {
    font-size: 11.5px;
    color: #75747f;
    margin-bottom: 6px;
}
.ml-cd-gst span:last-child {
    font-size: 12px;
    color: #374151;
    font-weight: 500;
    margin-left: 5px;
}
.ml-cd-badges {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.ml-cd .ml-cd-badges > *:first-child {
    padding-left: 0;
}
.ml-ext-link {
    --sz: 26px;
    width: var(--sz);
    height: var(--sz);
    border-radius: 50%;
    background: #675be01a;
    color: #675be0;
    font-size: 11px;
    transition: 0.3s ease;
}
.ml-ext-link:hover {
    color: var(--primary-hover);
}
.ml-cd-note {
    font-size: 11.5px;
    color: #75747f;
    line-height: 1.5;
    display: flex;
    margin-top: 7px;
}
.ml-cd-note strong {
    color: #e83e3e;
    margin-right: 3px;
    font-weight: 600;
}
.ml-read-more {
    color: #2f2f2f;
    font-size: 11.5px;
    font-weight: 600;
    margin-left: 2px;
}
.ml-copy-btn {
    font-size: 13px;
    padding: 2px 4px;
    flex-shrink: 0;
    line-height: 1;
    transition:
        color 0.2s,
        background 0.2s,
        border-color 0.2s;
}
.ml-copy-btn:hover {
    color: #64748b;
}
.ml-copy-btn .copy-icon {
    display: inline-block;
    transition:
        transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1),
        opacity 0.15s;
}
.ml-copy-btn.ml-copied {
    color: #16a34a;
    background: #f0fdf4;
    border-color: #86efac;
    pointer-events: none;
}
.ml-copy-btn.ml-copied .copy-icon {
    transform: scale(1.25);
}
.ml-cd-badges .badge-type {
    background: #f5fafa;
    font-weight: 400;
    padding: 5px 12px;
}
.ml-cd-header .badge-active-pill {
    padding: 4px 10px;
}
.ml-user-collection .ml-copy-btn {
    position: absolute;
    right: 14px;
}
/* ── Contact Info column (.ml-ci) ───────────────────────────── */
.ml-ci-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 5px;
    gap: 6px;
}
.ml-ci-contact-left {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    max-width: calc(100% - 36px);
}
.ml-ci-uicon {
    font-size: 15px;
    color: #75747f;
    margin-top: 2px;
    flex-shrink: 0;
}
.ml-ci-name {
    font-size: 13px;
    color: #252928;
}
.ml-ci-role {
    font-size: 11.5px;
    color: #75747f;
}
.ml-ci-delbtn {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.ml-ci-row {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 12px;
    color: #252928;
    margin-bottom: 3px;
}
.ml-ci-name .divider {
    display: inline-flex;
    width: 1px;
    height: 10px;
    background: #c8c8c8;
    margin-inline: 6px;
}
.ml-ci-row i {
    color: #75747f;
    font-size: 11px;
    margin-top: 2px;
    flex-shrink: 0;
}
.ml-ci-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ececec;
    margin-top: 8px;
}
.ml-ci-more-left {
    display: flex;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
}
.ml-ci-av {
    width: 26px;
    height: 26px;
    font-size: 9px;
    margin-left: -10px;
    border: 2px solid #fff;
    overflow: hidden;
}
.ml-ci-av:first-of-type {
    margin-left: 0;
}
.ml-ci-extra-av {
    background: #e2e8f0;
    color: #475569;
}
.ml-ci-label {
    font-size: 11.5px;
    color: #75747f;
    white-space: nowrap;
    margin-right: 11px;
}
.ml-ci-count-badge {
    font-size: 11.5px;
    color: #252928;
}
.ml-ci-eye {
    font-size: 16px;
    color: #75747f;
}
.ml-ci-assigned {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

/* ── Actions column (.ml-act) ───────────────────────────────── */
.ml-tbl .ml-act {
    min-width: 185px;
}
.ml-act-btns {
    display: flex;
    align-items: center;
    gap: 11px 5px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.ml-meta {
    font-size: 11.5px;
}
.ml-meta-label {
    color: #999;
    font-size: 11.5px;
    margin-block: 16px 6px;
    line-height: 15px;
}
.ml-meta-val {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 2px;
    flex-wrap: wrap;
    font-size: 12px;
}
.ml-meta-name {
    color: #252928;
    font-weight: 500;
}
.ml-meta-time {
    font-weight: 600;
    color: var(--theme);
}
.ml-meta-name small {
    font-size: 12px;
}
.ml-main {
    display: flex;
    color: #75747f;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 5px;
    font-size: 11.5px;
}
.sm-incx {
    --sz: 15px;
    min-width: var(--sz);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: var(--sz);
    width: var(--sz);
}
.user-incx {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33404 9.75011C10.4051 9.75011 12.0841 8.07115 12.0841 6.00006C12.0841 3.92896 10.4051 2.25 8.33404 2.25C6.26294 2.25 4.58398 3.92896 4.58398 6.00006C4.58398 8.07115 6.26294 9.75011 8.33404 9.75011Z' stroke='%2375747F' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.3342 15.7501C14.3342 14.1588 13.702 12.6326 12.5768 11.5074C11.4515 10.3822 9.92539 9.75 8.33407 9.75C6.74275 9.75 5.2166 10.3822 4.09137 11.5074C2.96613 12.6326 2.33398 14.1588 2.33398 15.7501' stroke='%2375747F' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.mail-incx {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.25L9.25675 9.54525C9.02792 9.67816 8.768 9.74817 8.50338 9.74817C8.23875 9.74817 7.97883 9.67816 7.75 9.54525L1 5.25' stroke='%2375747F' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5 3H2.5C1.67157 3 1 3.67157 1 4.5V13.5C1 14.3284 1.67157 15 2.5 15H14.5C15.3284 15 16 14.3284 16 13.5V4.5C16 3.67157 15.3284 3 14.5 3Z' stroke='%2375747F' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.phn-incx {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.208 12.926C10.3629 12.9971 10.5374 13.0134 10.7028 12.9721C10.8681 12.9308 11.0145 12.8344 11.1177 12.6987L11.384 12.35C11.5237 12.1637 11.7049 12.0125 11.9132 11.9084C12.1214 11.8042 12.3511 11.75 12.584 11.75H14.834C15.2318 11.75 15.6133 11.908 15.8946 12.1893C16.1759 12.4706 16.334 12.8522 16.334 13.25V15.5C16.334 15.8978 16.1759 16.2794 15.8946 16.5607C15.6133 16.842 15.2318 17 14.834 17C11.2536 17 7.81978 15.5777 5.28804 13.0459C2.7563 10.5142 1.33398 7.08042 1.33398 3.5C1.33398 3.10218 1.49202 2.72064 1.77332 2.43934C2.05463 2.15804 2.43616 2 2.83398 2H5.08398C5.48181 2 5.86334 2.15804 6.14464 2.43934C6.42595 2.72064 6.58398 3.10218 6.58398 3.5V5.75C6.58398 5.98287 6.52977 6.21254 6.42563 6.42082C6.32148 6.6291 6.17028 6.81028 5.98398 6.95L5.63298 7.21325C5.4953 7.31838 5.39825 7.46794 5.35833 7.63651C5.31841 7.80509 5.33807 7.98228 5.41398 8.138C6.439 10.2199 8.1248 11.9036 10.208 12.926Z' stroke='%2375747F' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.border-left-td,
.ml-cd,
.ml-ci,
.ml-act {
    border-left: 1px solid #f1f5f9;
}
.ml-ci {
    position: relative;
}
.ml-act-btns .custom-switch {
    margin-inline: -8px auto;
}
.drw-emp-row .av-circle {
    --sz: 38px;
}
.show-emp-count,
.show-lgn-count {
    cursor: pointer;
}
.show-emp-count:hover *,
.show-lgn-count:hover * {
    color: var(--theme-hover);
}
.login-contacts-dropdown {
    position: absolute;
    z-index: 1050;
    width: 341px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(30, 41, 59, 0.13);
    overflow: hidden;
}
.lcd-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px 11px;
    border-bottom: 1px solid #f1f5f9;
}
.lcd-title {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
}
.lcd-close {
    cursor: pointer;
    color: #94a3b8;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.lcd-close:hover {
    color: #475569;
}
.lcd-body {
    max-height: 380px;
    overflow-y: auto;
    padding: 12px;
}
.lcd-body .drw-contact-row {
    margin-bottom: 16px;
    border: 0;
    border-bottom: 1px solid #dddddd80;
    border-radius: 0;
    padding: 0;
    padding-bottom: 16px;
}
.lcd-body .drw-contact-row:last-child {
    margin-bottom: 0;
    padding-bottom: 7px;
    border-bottom: 0;
}
.lcd-body .drw-contact-name-row {
    display: grid;
    gap: 2px;
}
.lcd-body .drw-contact-detail {
    align-items: flex-start;
}
.lcd-body .drw-contact-details .sm-incx {
    transform: translateY(3px);
}
.lcd-body .drw-contact-details .phn-incx {
    transform: translateY(2px);
}
/* ── Contact dropdown rows ────────────────────────────────────── */
.lcd-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid #f0f4f8;
}
.lcd-contact-row:last-child {
    border-bottom: 0;
    padding-bottom: 4px;
}
.lcd-av {
    --sz: 40px;
    font-size: 13px;
    flex-shrink: 0;
}
.lcd-contact-body {
    flex: 1;
    min-width: 0;
}
.lcd-contact-top {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 3px;
}
.lcd-contact-name {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.3;
}
.lcd-login-badge {
    background: #dcfce7;
    color: #16a34a;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 9px;
    border-radius: 20px;
    white-space: nowrap;
}
.lcd-contact-role {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 2px;
    line-height: 1.4;
}
.lcd-primary-text {
    font-size: 11.5px;
    color: #c032d5;
    font-weight: 500;
    margin-bottom: 4px;
}
.lcd-detail-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
    margin-top: 4px;
}
.lcd-detail-row .sm-incx {
    --sz: 13px;
    flex-shrink: 0;
}
/* ── Employee dropdown rows ───────────────────────────────────── */
.lcd-emp-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 10px 0;
}
.lcd-emp-item:last-child {
    padding-bottom: 2px;
}
.lcd-emp-av {
    --sz: 44px;
    font-size: 15px;
    flex-shrink: 0;
}
.lcd-emp-av img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.lcd-emp-body {
    flex: 1;
    min-width: 0;
}
.lcd-emp-name {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.3;
}
.lcd-emp-role {
    font-size: 12px;
    color: #64748b;
    margin-top: 2px;
}
.notif-bell-btn {
    border-radius: 50%;
    font-size: 16px;
    height: var(--sz);
    --sz: 40px;
    width: var(--sz);
    box-shadow: 4px 4px 20px 2px #e7e4e8cc;
    transition: 0.3s ease;
}
.notif-bell-btn:hover {
    box-shadow: 4px 4px 20px 2px #cac6cbcc;
}
.navbar .user-menu a {
    height: auto;
    align-items: center;
}
.navbar .user-menu .user-image {
    margin-top: 0;
}
.dash-user-actions {
    align-items: center;
    padding-left: 14px;
    margin-left: 14px;
    position: relative;
}
.dash-user-actions::before {
    width: 2px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    background: #eee;
}
.dashNotif-badge {
    --sz: 7px;
    width: var(--sz);
    height: var(--sz);
    border-radius: 50%;
    background: #ff4343;
    position: absolute;
    transform: translate(5px, -5px);
    outline: 1px solid #fff;
}
.act-btn.edit:hover {
    border-color: #7fa9ff;
    color: #0a5bff;
    background: #7fa9ff24;
}
/* ── Sites Module ────────────────────────────────────────────────── */
.site-capacity-badge {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    color: #f59e0b;
    background: #fef3c7;
    border-radius: 20px;
    padding: 2px 8px;
    font-weight: 500;
}
.site-capacity-badge i {
    font-size: 10px;
}

/* ── Sites listing — details column ─────────────────────────────── */
.ml-cd-customer,
.dash-jc-item .ml-cd-note,
.ml-cd-location {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #75747f;
    margin-top: 4px;
}
.ml-cd-customer i,
.ml-cd-location i {
    font-size: 12px;
    flex-shrink: 0;
    color: #94a3b8;
}

/* ── Site status dropdown button ─────────────────────────────────── */
.site-status-wrap {
    position: relative;
}
.site-status-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 20px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    width: 152px;
    justify-content: space-between;
}
.site-status-btn i {
    font-size: 13px;
    color: #222;
}
.site-status-completed {
    background: #ddf8e8;
    color: #16a34a;
}
.site-status-pending {
    background: #f59e0b15;
    color: #d97706;
}
.site-status-menu {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: #fff;
    border-radius: 11px;
    z-index: 200;
    min-width: 152px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgb(16 21 28 / 14%);
    border: 1px solid #dddddd73;
}
.site-status-menu.open {
    display: block;
}
.site-status-option {
    padding: 8px 14px;
    font-size: 12px;
    color: #000;
    cursor: pointer;
}
.site-status-option:hover {
    background: #f8fafc;
}

/* ── Site status badges in drawer ───────────────────────────────── */
.site-drw-status {
    font-size: 11.5px;
    font-weight: 500;
    border-radius: 20px;
    padding: 3px 9px;
    display: flex;
}
.site-drw-status-completed {
    background: #17da5526;
    color: #16a34a;
}
.site-drw-status-pending {
    background: #fef3c7;
    color: #92400e;
}
.sites-outer-wrapper .filter-col {
    grid-template-columns: 1.2fr 1.2fr 0.9fr 0.9fr;
}
.site-table-box .js-site-view {
    margin-left: auto;
}

.company-incx {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_146_5112)'%3E%3Cpath d='M4.5 16.4995V2.99951C4.5 2.60169 4.65804 2.22016 4.93934 1.93885C5.22064 1.65755 5.60218 1.49951 6 1.49951H12C12.3978 1.49951 12.7794 1.65755 13.0607 1.93885C13.342 2.22016 13.5 2.60169 13.5 2.99951V16.4995H4.5Z' stroke='%2375747F' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.49951 9H2.99951C2.60169 9 2.22016 9.15804 1.93885 9.43934C1.65755 9.72064 1.49951 10.1022 1.49951 10.5V15C1.49951 15.3978 1.65755 15.7794 1.93885 16.0607C2.22016 16.342 2.60169 16.5 2.99951 16.5H4.49951' stroke='%2375747F' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5 6.75H15C15.3978 6.75 15.7794 6.90804 16.0607 7.18934C16.342 7.47064 16.5 7.85218 16.5 8.25V15C16.5 15.3978 16.342 15.7794 16.0607 16.0607C15.7794 16.342 15.3978 16.5 15 16.5H13.5' stroke='%2375747F' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.50049 4.5H10.5005' stroke='%2375747F' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.50049 7.50049H10.5005' stroke='%2375747F' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.50049 10.4995H10.5005' stroke='%2375747F' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.50049 13.5H10.5005' stroke='%2375747F' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_146_5112'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.location-incx {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.45075 16.3488C10.8457 15.1443 15 11.2443 15 7.49951C15 5.90821 14.3679 4.38209 13.2426 3.25687C12.1174 2.13165 10.5913 1.49951 9 1.49951C7.4087 1.49951 5.88258 2.13165 4.75736 3.25687C3.63214 4.38209 3 5.90821 3 7.49951C3 11.2443 7.15425 15.1443 8.54925 16.3488C8.67921 16.4465 8.8374 16.4993 9 16.4993C9.1626 16.4993 9.32079 16.4465 9.45075 16.3488Z' stroke='%2375747F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 9.75049C10.2426 9.75049 11.25 8.74313 11.25 7.50049C11.25 6.25785 10.2426 5.25049 9 5.25049C7.75736 5.25049 6.75 6.25785 6.75 7.50049C6.75 8.74313 7.75736 9.75049 9 9.75049Z' stroke='%2375747F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.btn-tooltip .tooltip-inner {
    border-radius: 10px;
    padding: 9px 12px;
}
.main-header .user-menu .dropdown-menu {
    border: 1px solid #ececec;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: 200px;
    top: calc(100% + 5px);
    min-width: 200px;
    padding: 6px;
}
.main-header .user-menu .dropdown-item {
    font-size: 13px;
    color: var(--dark-color);
    padding: 9px 12px;
    border-radius: 6px;
    margin: 0;
    width: 100%;
    transition: background 0.12s;
}
.main-header .dropdown-divider {
    border-color: #ececec;
    margin: 4px 0;
}
.main-header .dropdown-item:hover,
.main-header .dropdown-item.active,
.main-header .dropdown-item:active {
    background-color: #f5f7fa;
}
.emp-sites-dropdown .drw-emp-row {
    padding: 2px 3px;
    font-size: 13px;
}
.emp-sites-dropdown .drw-emp-row:not(:last-of-type) {
    margin-bottom: 7px;
}
.sidebar-collapse.sidebar-mini .main-sidebar:hover .brand-link .brand-image {
    max-height: 50px;
}
.sidebar-collapse .brand-link .brand-image {
    max-height: 25px;
}
.swal2-modal.logout-confirm {
    border-radius: 21px;
}
.swal2-modal.logout-confirm .swal2-title {
    padding: 0 4em 0;
    line-height: normal;
    font-size: 1.2em;
}
.logout-confirm .swal2-confirm,
.logout-confirm .swal2-cancel {
    height: 44px;
    font-size: 15px;
    border-radius: 11px;
    padding-inline: 26px;
    display: flex;
}
.logout-confirm .swal2-icon .swal2-icon-content {
    font-size: 2.7em;
}
.swal2-modal.logout-confirm .swal2-icon {
    --sz: 3.5em;
    height: var(--sz);
    width: var(--sz);
}
.ui-autocomplete {
    border-radius: 8px;
    padding: 5px;
}
.ui-autocomplete .ui-menu-item-wrapper {
    padding: 5px 9px;
    border: 0;
    margin: 0;
    border-radius: 7px;
}
.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-widget-content .ui-state-active,
.ui-autocomplete .ui-widget-header .ui-state-active,
.ui-autocomplete a.ui-button:active,
.ui-autocomplete .ui-button:active,
.ui-autocomplete .ui-button.ui-state-active:hover {
    background: var(--theme);
}
/* Employee Drawer */
.ed-profile-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.ed-profile-left {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
    min-width: 0;
}
.ed-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #ccc;
    overflow: hidden;
    flex-shrink: 0;
}
.ed-avatar .img-fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ed-profile-name {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
}
.ed-profile-role {
    font-size: 12px;
    color: #75747f;
    margin-top: 2px;
    font-weight: 400;
}
.ed-profile-contact {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ed-contact-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #75747f;
}
.ed-contact-row i {
    font-size: 11px;
    color: #75747f;
    flex-shrink: 0;
}
.ed-profile-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-align: center;
    gap: 7px;
    border-radius: 10px;
    border: 1px solid #e9eef4;
    padding: 7px 16px;
}
.ed-star-icon {
    color: #f59e0b;
    font-size: 16px;
    margin-bottom: 4px;
}
.ed-pts-num {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.1;
}
.ed-pts-label {
    font-size: 13px;
    color: #75747f;
}
.ed-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
}
.ed-detail-label {
    font-size: 12px;
    color: #2f2f2f;
    margin-bottom: 3px;
}
.ed-detail-val {
    font-size: 13px;
    color: #252928;
    font-weight: 500;
}
.ed-site-row:last-child {
    margin-bottom: 0;
}
.ed-site-name {
    font-size: 13px;
    font-weight: 600;
    color: #252928;
    line-height: 21px;
}
.ed-site-loc {
    font-size: 12px;
    color: #75747f;
    margin-top: 2px;
}
.ed-activity-val {
    font-size: 13px;
    font-weight: 600;
    color: var(--theme);
}
.ed-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px;
}
.ed-site-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border: 1px solid #e9eef4;
    border-radius: 10px;
    margin-bottom: 8px;
}
.ed-site-badge {
    font-size: 11px;
    font-weight: 500;
    padding: 3px 12px;
    border-radius: 20px;
    flex-shrink: 0;
}
.ed-site-badge-active {
    background: #dcfce7;
    color: #16a34a;
}
.ed-site-badge-inactive {
    background: #f1f5f9;
    color: #75747f;
}
.ed-about-box {
    background: #fffbeb;
    border-radius: 8px;
    padding: 12px 14px;
}
.ed-about-box .drw-note-text {
    color: #75747f;
    font-size: 12.5px;
    line-height: 1.6;
    margin: 0;
}
.ed-activity-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ed-activity-label {
    font-size: 13px;
    color: #75747f;
}
.ed-activity-val {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
}
.avatar-external {
    border: 2px solid red;
}
.avatar-internal {
    border: 2px solid var(--theme);
}
.emp-cat {
    display: inline-flex;
    font-size: 10px;
    border-radius: 5px;
    color: #e83e3e;
    padding: 1px 2px;
    font-weight: 500;
}
.exp-incx {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1145_841)'%3E%3Cmask id='mask0_1145_841' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='18' height='18'%3E%3Cpath d='M18 0H0V18H18V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1145_841)'%3E%3Cpath d='M11.9998 14.9999V2.99993C11.9998 2.60211 11.8417 2.22058 11.5604 1.93927C11.2791 1.65797 10.8976 1.49994 10.4998 1.49994H7.49976C7.10194 1.49994 6.72041 1.65797 6.4391 1.93927C6.1578 2.22058 5.99976 2.60211 5.99976 2.99993V14.9999' stroke='%2375747F' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.9997 4.5H2.99975C2.17133 4.5 1.49976 5.17158 1.49976 6.00001V13.5C1.49976 14.3284 2.17133 15 2.99975 15H14.9997C15.8282 15 16.4998 14.3284 16.4998 13.5V6.00001C16.4998 5.17158 15.8282 4.5 14.9997 4.5Z' stroke='%2375747F' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1145_841'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ed-profile-left .sm-incx {
    --sz: 13px;
}
.card-body.p-0 .table tbody > tr > td:first-of-type,
.card-body.p-0 .table tbody > tr > th:first-of-type,
.card-body.p-0 .table tfoot > tr > td:first-of-type,
.card-body.p-0 .table tfoot > tr > th:first-of-type,
.card-body.p-0 .table thead > tr > td:first-of-type,
.card-body.p-0 .table thead > tr > th:first-of-type {
    padding-left: 13px;
}
.card-body.p-0 .table tbody > tr > td:last-of-type,
.card-body.p-0 .table tbody > tr > th:last-of-type,
.card-body.p-0 .table tfoot > tr > td:last-of-type,
.card-body.p-0 .table tfoot > tr > th:last-of-type,
.card-body.p-0 .table thead > tr > td:last-of-type,
.card-body.p-0 .table thead > tr > th:last-of-type {
    padding-right: 13px;
}
.form-card textarea.form-control {
    line-height: normal;
    min-height: 90px;
}
.lcd-body .drw-emp-row {
    gap: 7px;
}
.tooltip {
    z-index: 5;
}
.jobCard-ls-content .filter-col {
    grid-template-columns: 1.2fr 0.7fr 0.7fr 0.7fr;
}
.jcd-tble .ml-copy-btn {
    position: absolute;
    right: 0;
}
.jcd-tble .ml-cd-header {
    position: relative;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
}
.jcd-tble .ml-ext-link {
    --sz: 24px;
}
.jcd-tble .ml-ext-link i {
    font-size: 11px;
    color: #675be0;
}
.jcd-tble .info-col:not(:last-of-type) {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.cable-equip-col .ml-ci-label {
    font-weight: 400;
    color: #999999;
    font-size: 10.5px;
    margin-bottom: 5px;
}
.cb-val {
    font-weight: 400;
    font-size: 11.5px;
    color: #252928;
}
.cb-other-val {
    font-size: 11.5px;
    color: #75747f;
    margin-top: 2px;
}
.cb-other-val .dot {
    display: inline-flex;
    --sz: 5px;
    width: var(--sz);
    height: var(--sz);
    border-radius: 50%;
    background: #999;
    transform: translateY(-1.5px);
    margin-inline: 2px;
}
.employee-col .ml-ci-label {
    font-size: 12px;
    color: #2f2f2f;
    margin-bottom: 7px;
}
.employee-col .ml-ci-name {
    font-weight: 600;
    margin-bottom: 5px;
}
.employee-col .av-circle {
    --sz: 34px;
}
.camera-incx {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0834 3.33301H7.91675L5.83341 5.83301H3.33341C2.89139 5.83301 2.46746 6.0086 2.1549 6.32116C1.84234 6.63372 1.66675 7.05765 1.66675 7.49968V14.9997C1.66675 15.4417 1.84234 15.8656 2.1549 16.1782C2.46746 16.4907 2.89139 16.6663 3.33341 16.6663H16.6667C17.1088 16.6663 17.5327 16.4907 17.8453 16.1782C18.1578 15.8656 18.3334 15.4417 18.3334 14.9997V7.49968C18.3334 7.05765 18.1578 6.63372 17.8453 6.32116C17.5327 6.0086 17.1088 5.83301 16.6667 5.83301H14.1667L12.0834 3.33301Z' stroke='%23252928' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 13.333C11.3807 13.333 12.5 12.2137 12.5 10.833C12.5 9.4523 11.3807 8.33301 10 8.33301C8.61929 8.33301 7.5 9.4523 7.5 10.833C7.5 12.2137 8.61929 13.333 10 13.333Z' stroke='%23252928' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.sand-timer-green-incx {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.16699 3.33073C4.16699 2.8887 4.34259 2.46478 4.65515 2.15222C4.96771 1.83966 5.39163 1.66406 5.83366 1.66406H14.167C14.609 1.66406 15.0329 1.83966 15.3455 2.15222C15.6581 2.46478 15.8337 2.8887 15.8337 3.33073V4.16406C15.8337 5.3649 15.3262 6.65073 14.667 7.76073C14.1835 8.5719 13.6053 9.32272 12.9445 9.9974C13.6047 10.6722 14.1823 11.423 14.6653 12.2341C15.3262 13.3441 15.8337 14.6307 15.8337 15.8307V16.6641C15.8337 17.1061 15.6581 17.53 15.3455 17.8426C15.0329 18.1551 14.609 18.3307 14.167 18.3307H5.83366C5.39163 18.3307 4.96771 18.1551 4.65515 17.8426C4.34259 17.53 4.16699 17.1061 4.16699 16.6641V15.8307C4.16699 14.6299 4.67449 13.3441 5.33366 12.2341C5.81717 11.4229 6.3954 10.6721 7.05616 9.9974C6.42616 9.35823 5.82283 8.58073 5.33533 7.76073C4.67449 6.65073 4.16699 5.36406 4.16699 4.16406V3.33073ZM14.167 3.33073H5.83366V4.16406C5.83366 4.93823 6.17866 5.9199 6.76699 6.90906C7.34699 7.88406 8.10783 8.7724 8.81533 9.35323C8.91057 9.4314 8.9873 9.52972 9.03998 9.64111C9.09266 9.75249 9.11999 9.87418 9.11999 9.9974C9.11999 10.1206 9.09266 10.2423 9.03998 10.3537C8.9873 10.4651 8.91057 10.5634 8.81533 10.6416C8.10699 11.2224 7.34699 12.1107 6.76699 13.0857C6.17866 14.0749 5.83366 15.0566 5.83366 15.8307V16.6641H14.167V15.8307C14.167 15.0566 13.822 14.0749 13.2337 13.0857C12.6537 12.1107 11.8928 11.2224 11.1853 10.6416C11.0901 10.5634 11.0134 10.4651 10.9607 10.3537C10.908 10.2423 10.8807 10.1206 10.8807 9.9974C10.8807 9.87418 10.908 9.75249 10.9607 9.64111C11.0134 9.52972 11.0901 9.4314 11.1853 9.35323C11.8937 8.7724 12.6537 7.88406 13.2337 6.90906C13.822 5.9199 14.167 4.93823 14.167 4.16406V3.33073Z' fill='%2300958A'/%3E%3C/svg%3E%0A");
}
.sand-timer-red-incx {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.16699 3.33073C4.16699 2.8887 4.34259 2.46478 4.65515 2.15222C4.96771 1.83966 5.39163 1.66406 5.83366 1.66406H14.167C14.609 1.66406 15.0329 1.83966 15.3455 2.15222C15.6581 2.46478 15.8337 2.8887 15.8337 3.33073V4.16406C15.8337 5.3649 15.3262 6.65073 14.667 7.76073C14.1835 8.5719 13.6053 9.32272 12.9445 9.9974C13.6047 10.6722 14.1823 11.423 14.6653 12.2341C15.3262 13.3441 15.8337 14.6307 15.8337 15.8307V16.6641C15.8337 17.1061 15.6581 17.53 15.3455 17.8426C15.0329 18.1551 14.609 18.3307 14.167 18.3307H5.83366C5.39163 18.3307 4.96771 18.1551 4.65515 17.8426C4.34259 17.53 4.16699 17.1061 4.16699 16.6641V15.8307C4.16699 14.6299 4.67449 13.3441 5.33366 12.2341C5.81717 11.4229 6.3954 10.6721 7.05616 9.9974C6.42616 9.35823 5.82283 8.58073 5.33533 7.76073C4.67449 6.65073 4.16699 5.36406 4.16699 4.16406V3.33073ZM14.167 3.33073H5.83366V4.16406C5.83366 4.93823 6.17866 5.9199 6.76699 6.90906C7.34699 7.88406 8.10783 8.7724 8.81533 9.35323C8.91057 9.4314 8.9873 9.52972 9.03998 9.64111C9.09266 9.75249 9.11999 9.87418 9.11999 9.9974C9.11999 10.1206 9.09266 10.2423 9.03998 10.3537C8.9873 10.4651 8.91057 10.5634 8.81533 10.6416C8.10699 11.2224 7.34699 12.1107 6.76699 13.0857C6.17866 14.0749 5.83366 15.0566 5.83366 15.8307V16.6641H14.167V15.8307C14.167 15.0566 13.822 14.0749 13.2337 13.0857C12.6537 12.1107 11.8928 11.2224 11.1853 10.6416C11.0901 10.5634 11.0134 10.4651 10.9607 10.3537C10.908 10.2423 10.8807 10.1206 10.8807 9.9974C10.8807 9.87418 10.908 9.75249 10.9607 9.64111C11.0134 9.52972 11.0901 9.4314 11.1853 9.35323C11.8937 8.7724 12.6537 7.88406 13.2337 6.90906C13.822 5.9199 14.167 4.93823 14.167 4.16406V3.33073Z' fill='%23FF4343'/%3E%3C/svg%3E%0A");
}
.sand-timer-yellow-incx {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.16699 3.33073C4.16699 2.8887 4.34259 2.46478 4.65515 2.15222C4.96771 1.83966 5.39163 1.66406 5.83366 1.66406H14.167C14.609 1.66406 15.0329 1.83966 15.3455 2.15222C15.6581 2.46478 15.8337 2.8887 15.8337 3.33073V4.16406C15.8337 5.3649 15.3262 6.65073 14.667 7.76073C14.1835 8.5719 13.6053 9.32272 12.9445 9.9974C13.6047 10.6722 14.1823 11.423 14.6653 12.2341C15.3262 13.3441 15.8337 14.6307 15.8337 15.8307V16.6641C15.8337 17.1061 15.6581 17.53 15.3455 17.8426C15.0329 18.1551 14.609 18.3307 14.167 18.3307H5.83366C5.39163 18.3307 4.96771 18.1551 4.65515 17.8426C4.34259 17.53 4.16699 17.1061 4.16699 16.6641V15.8307C4.16699 14.6299 4.67449 13.3441 5.33366 12.2341C5.81717 11.4229 6.3954 10.6721 7.05616 9.9974C6.42616 9.35823 5.82283 8.58073 5.33533 7.76073C4.67449 6.65073 4.16699 5.36406 4.16699 4.16406V3.33073ZM14.167 3.33073H5.83366V4.16406C5.83366 4.93823 6.17866 5.9199 6.76699 6.90906C7.34699 7.88406 8.10783 8.7724 8.81533 9.35323C8.91057 9.4314 8.9873 9.52972 9.03998 9.64111C9.09266 9.75249 9.11999 9.87418 9.11999 9.9974C9.11999 10.1206 9.09266 10.2423 9.03998 10.3537C8.9873 10.4651 8.91057 10.5634 8.81533 10.6416C8.10699 11.2224 7.34699 12.1107 6.76699 13.0857C6.17866 14.0749 5.83366 15.0566 5.83366 15.8307V16.6641H14.167V15.8307C14.167 15.0566 13.822 14.0749 13.2337 13.0857C12.6537 12.1107 11.8928 11.2224 11.1853 10.6416C11.0901 10.5634 11.0134 10.4651 10.9607 10.3537C10.908 10.2423 10.8807 10.1206 10.8807 9.9974C10.8807 9.87418 10.908 9.75249 10.9607 9.64111C11.0134 9.52972 11.0901 9.4314 11.1853 9.35323C11.8937 8.7724 12.6537 7.88406 13.2337 6.90906C13.822 5.9199 14.167 4.93823 14.167 4.16406V3.33073Z' fill='%23D97706'/%3E%3C/svg%3E%0A");
}
.emp-uploads .sm-incx {
    --sz: 16.5px;
}
.employee-col .ml-ci-role {
    font-size: 10px;
}
.emp-uploads > div {
    font-weight: 500;
    font-size: 11.5px;
}
.emp-uploads > div:not(:last-of-type) {
    margin-bottom: 5px;
}
.emp-uploads .photo-col {
    font-weight: 400;
    color: #75747f;
}
.emp-uploads .photo-col strong {
    color: #252928;
}
.emp-uploads .sign-col {
    color: #ff4343;
}
.jb-actions-col .ml-meta-val * {
    font-weight: 400;
}
.jb-actions-col .ml-act-btns {
    justify-content: space-between;
}
.jc-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 9px;
    white-space: nowrap;
    flex-shrink: 0;
}
.jc-status-badge .dot-s {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
}
.jc-status-badge.ongoing {
    background: #feb76666;
    color: #ff8a04;
}
.jc-status-badge.ongoing .dot-s {
    background: #ff8a04;
}
.jc-status-badge.completed {
    background: #ddf8e8;
    color: #16a34a;
}
.jc-status-badge.completed .dot-s {
    background: #16a34a;
}
.jc-status-badge.pending {
    background: #f59e0b15;
    color: #d97706;
}
.jc-status-badge.pending .dot-s {
    background: #d97706;
}
.jc-ring-bg {
    fill: none;
    stroke: #e2e8f0;
    stroke-width: 3.8;
}
.jc-ring-fill {
    fill: none;
    stroke: #0d9488;
    stroke-width: 3.8;
    stroke-linecap: round;
}
.jc-ring-text {
    text-anchor: middle;
    dominant-baseline: central;
}
.jc-ring-fill {
    fill: none;
    stroke: #0d9488;
    stroke-width: 3.8;
    stroke-linecap: round;
    transition: stroke-dasharray 0.8s ease-in-out;
}
.jc-ring-text {
    font-weight: 600;
    font-size: 10px;
    fill: #75747f;
}
.jc-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex-shrink: 0;
}
.btn-jc-nav {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 32px;
    padding: 0 13px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #374151;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.15s ease;
}
.btn-jc-nav:hover {
    background: #f8fafc;
    color: #1e293b;
    text-decoration: none;
}
.btn-jc-export {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 32px;
    padding: 0 13px;
    border-radius: 6px;
    border: none;
    background: var(--theme);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.15s ease;
}
.btn-jc-export:hover {
    background: var(--theme-hover);
}
.jc-info-bar {
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid #dddddd80;
    border-radius: 14px;
    padding: 0;
    margin-bottom: 8px;
    overflow: hidden;
    box-shadow:
        -1px 3px 4px 0px #00000008,
        -3px 8px 5px 0px #00000005,
        -6px 14px 6px 0px #00000003,
        -9px 22px 7px 0px #00000000;
}
.jc-section {
    background: #fff;
    border: 1px solid #dddddd80;
    border-radius: 14px;
    padding: 19px;
    box-shadow:
        -1px 3px 4px 0px #00000008,
        -3px 8px 5px 0px #00000005,
        -6px 14px 6px 0px #00000003,
        -9px 22px 7px 0px #00000000;
    overflow: hidden;
    flex-grow: 1;
}
.grid-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 8px;
}
.jc-info-chip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
    padding: 13px 20px;
}
.jc-cable-dt-section {
    display: flex;
    gap: 6.81vw;
}
.jc-sub-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #252928;
}
.jc-cable-dt {
    flex-grow: 1;
    position: relative;
}
.jc-sec-col:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
}
.jc-section-icnx img {
    max-width: 27px;
}
.jc-info-label {
    font-size: 11.5px;
    color: #75747f;
    margin-bottom: 5px;
    line-height: normal;
}
.jc-info-value {
    font-size: 12.5px;
    color: #252928;
}
.jc-chip-id-badge {
    --sz: 24px;
    width: var(--sz);
    height: var(--sz);
    border-radius: 50%;
    background: var(--theme);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.jc-cable-dt .jc-section-title {
    color: #252928;
}
.cbl-dt-1:not(:last-of-type) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ececec;
}
.jc-cable-dt:not(:last-of-type)::after {
    position: absolute;
    content: '';
    background: #ececec;
    right: calc(6.81vw / -2);
    top: 0;
    width: 1px;
    height: 100%;
}
.jcd-sit-info .site-name {
    gap: 5px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.jcd-cardId {
    flex: unset;
    flex-basis: 17%;
}
.jcd-emp-info,
.jcd-type-info {
    max-width: 25%;
}
.jc-info-chip {
    position: relative;
}
.jc-info-chip .button-grp {
    position: absolute;
    right: 20px;
}
.jc-detail-header .btn-bordered-grey {
    padding-inline: 5px;
    min-width: 97px;
    text-align: center;
    font-size: 13px;
    height: 39px;
    line-height: 39px;
}
.badge-jc-status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 12px;
}
.badge-jc-completed {
    background: #dcfce7;
    color: #16a34a;
}
.badge-jc-pending {
    background: #fef3c7;
    color: #d97706;
}
.badge-jc-inprogress {
    background: #dbeafe;
    color: #2563eb;
}
.jc-progress-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}
.jc-detail-grid {
    display: grid;
    gap: 8px;
    align-items: start;
    grid-template-columns: 30% 26% 1fr;
}
.jc-section:last-child {
    margin-bottom: 0;
}
.jc-section-hd {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    position: relative;
}
.jc-section-hd .ml-copy-btn {
    position: absolute;
    right: 0;
}
.jc-section-title {
    font-size: 13px;
    color: #00958a;
    margin-bottom: 0;
}
.jc-section-hd .jc-edit-btn {
    color: #cbd5e1;
    font-size: 13px;
    text-decoration: none;
    transition: 0.15s;
}
.jc-section-hd .jc-edit-btn:hover {
    color: var(--theme);
}
.jc-field {
    margin-bottom: 11px;
}
.jc-field:last-child {
    margin-bottom: 0;
}
.jc-field-lbl {
    font-size: 10.5px;
    color: #94a3b8;
    font-weight: 500;
    margin-bottom: 2px;
}
.jc-field-val {
    font-size: 12.5px;
    color: #1e293b;
    line-height: 1.5;
}
.jc-detail-grid .jc-info-label {
    line-height: normal;
}
.full-grid {
    grid-template-columns: 1fr;
}
.half-grid {
    grid-template-columns: 1fr 1fr;
}
.jcv-location-label {
    background: #f5fafa;
    border: 1px solid #00958a33;
    padding: 6px 11px;
    border-radius: 8px;
    font-size: 12px;
    color: #75747f;
    margin-bottom: 8px;
}
.photoCategoryModal .modal-header .close {
    margin-top: -9px;
}
.jc-contact-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #475569;
    margin-bottom: 5px;
}
.jc-contact-row:last-child {
    margin-bottom: 0;
}
.jc-contact-row i {
    color: #94a3b8;
    width: 14px;
    text-align: center;
    flex-shrink: 0;
}
.jc-map-box {
    border-radius: 8px;
    overflow: hidden;
    height: 257px;
    background: #f1f5f9;
    margin-bottom: 0;
}
.jc-map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.photo-sliders-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 20px;
}
.jc-photo-item {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
    overflow: hidden;
}
.jc-photo-title {
    font-size: 12.5px;
    font-weight: 500;
    color: #1e293b;
    flex-grow: 1;
}
.jc-photo-slot {
    border-radius: 17px;
    overflow: hidden;
    background: #f1f5f9;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
}
.jc-photo-slot .slick-slide {
    overflow: hidden;
}
.jc-photo-slot img {
    width: 100%;
    height: 11vw;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    max-width: 100%;
}
.jc-photo-cap {
    font-size: 0.65vw;
    color: #000;
    text-align: center;
    line-height: normal;
}
.jc-photo-slot .slick-slide > div {
    line-height: 0;
}
.jc-photo-slot .slick-dots {
    bottom: 6px;
}
.jc-photo-slot .slick-dots li button:before {
    font-size: 8px;
    color: #fff;
    opacity: 0.7;
}
.jc-photo-slot .slick-dots li.slick-active button:before {
    opacity: 1;
}
.jc-photo-slot .slick-dots li.slick-active button:before {
    opacity: 1;
}
.jc-photo-slot .slick-prev,
.jc-photo-slot .slick-next {
    z-index: 1;
}
.jc-photo-slot .slick-prev {
    left: 6px;
}
.jc-photo-slot .slick-dots li {
    margin-inline: 0;
}
.jc-photo-slot .slick-next {
    right: 6px;
}
.jc-photo-slot .slick-prev:before,
.jc-photo-slot .slick-next:before {
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.jc-photo-slot {
    opacity: 0;
    transition: opacity 0.2s;
}
.jc-photo-slot.slick-initialized {
    opacity: 1;
}
.jc-photo-item {
    cursor: pointer;
}
.jc-photo-item:hover .jc-photo-slot {
    opacity: 0.88;
    transition: opacity 0.15s;
}
.jc-photo-modal-content {
    border-radius: 16px;
    overflow: hidden;
    border: none;
}
.jc-photo-modal-header {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 20px;
}
.jc-photo-modal-title {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
}
.jc-photo-modal-close {
    font-size: 20px;
    color: #64748b;
    opacity: 1;
}
.jc-photo-modal-body {
    padding: 20px;
    background: #fff;
    max-height: 70vh;
    overflow-y: auto;
}
.jc-modal-images-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}
.jc-modal-img-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.jc-modal-img-wrap {
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f9;
    aspect-ratio: 1;
}
.jc-modal-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.jc-modal-img-cap {
    font-size: 11px;
    color: #475569;
    text-align: center;
    line-height: 1.3;
}
.jc-make-cover-btn {
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    border-radius: 9px;
    width: 100%;
    height: 37px;
    line-height: 36px;
}
.jc-make-cover-btn.jc-cover-active {
    background: var(--theme);
    color: #fff;
    border-color: var(--theme);
}
.jc-checklist-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.badge-checklist-done {
    background: #dcfce7;
    color: #16a34a;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.jc-checklist-text {
    font-size: 12px;
    color: #75747f;
    line-height: 1.6;
    margin: 0;
}
.jc-checklist-card {
    border-radius: 12px;
    padding: 14px 16px;
    background: #f0fcfb;
    border: 1px solid #d1fae5;
}
.jc-checklist-card.jc-checklist-card--approved {
    background: #f0fcfb;
    border-color: #d1fae5;
}
.jc-checklist-card.jc-checklist-card--approved .jc-checklist-status-text {
    color: #00958a;
}
.jc-checklist-card.jc-checklist-card--warning {
    background: #fffbeb;
    border-color: #fde68a;
}
.jc-checklist-card.jc-checklist-card--warning .jc-checklist-status-text {
    color: #d97706;
}
.jc-checklist-card.jc-checklist-card--danger {
    background: #fef2f2;
    border-color: #fecaca;
}
.jc-checklist-card.jc-checklist-card--danger .jc-checklist-status-text {
    color: #dc2626;
}
.jc-checklist-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.jc-checklist-card-left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.jc-checklist-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.jc-checklist-label {
    font-size: 13px;
    font-weight: 600;
    color: #252928;
}
.jc-checklist-status-text {
    font-size: 11px;
    font-weight: 700;
    color: #00958a;
    letter-spacing: 0.5px;
}
.jc-job-satisfactory-card-top {
    margin-bottom: 0px;
}
.jc-equip-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

/* Signature blocks */
.jc-sig-row {
    display: flex;
    gap: 20px;
    margin-top: 14px;
    padding-top: 14px;
}
.jc-sig-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.jc-sig-block {
    width: 100%;
    height: 95px;
    border: 1px solid #c8c8c852;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    font-size: 11px;
    background: #fff;
    margin-bottom: 4px;
}
.jc-sig-name {
    font-size: 11px;
    color: #252928;
    text-align: center;
    font-weight: 500;
}
.jc-sig-role {
    font-size: 10px;
    color: #2f2f2f;
    text-align: center;
}
.jc-sig-section-label {
    font-size: 11.5px;
    color: #2f2f2f;
    margin-bottom: 8px;
}
.jc-fnd-section {
    display: flex;
    gap: 0;
}
.jc-fnd-dt.col1 {
    flex: 0 0 45%;
    padding-right: 20px;
    border-right: 1px solid #ececec;
}
.jc-fnd-dt.col2 {
    flex: 1;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.jc-fnd-dt.col1 .jc-section-hd {
    padding: 0;
    border: none;
    background: none;
}
.jc-fnd-dt.col1 .jc-section-body {
    padding: 12px 0 0;
}
.jc-fnd-section .jc-sig-row {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.jc-sub-card {
    background: #fff;
    border: 1px solid #e9eef4;
    border-radius: 10px;
    margin-bottom: 14px;
}
.jc-sub-card:last-child {
    margin-bottom: 0;
}
.jc-sub-card-title {
    font-size: 12px;
    font-weight: 600;
    color: #1e293b;
    padding: 10px 16px;
    border-bottom: 1px solid #f1f5f9;
}
.jc-sub-card-body {
    padding: 13px 16px;
}
.jc-ir-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 12px;
}
.contact-dt .jc-contact-row {
    font-size: 10px;
    color: #75747f;
    align-items: flex-start;
    gap: 3px;
}
.contact-dt .sm-incx {
    --sz: 12px;
    transform: translateY(1.5px);
}

@media (min-width: 768px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 235px;
    }
}
@media screen and (max-width: 1450px) {
    .filter-col {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .cmn-search-box {
        grid-column: span 2;
    }
    .step-2-box {
        max-width: 100%;
    }
    .form-layout {
        max-width: 77%;
    }
    .ml-ci-assigned,
    .ml-ci-more {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 992px) {
    .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .menu-closer,
    .sidebar-mini.sidebar-collapse .main-sidebar:hover .menu-closer,
    .sidebar-mini.sidebar-collapse .main-sidebar .menu-closer {
        left: -0.4rem;
    }
    .sidebar-collapse .brand-link .brand-image {
        max-height: 50px;
    }
    .site-table-box .js-site-view {
        margin-left: unset;
    }
    .ml-ci-more,
    .ml-ci-assigned {
        flex-wrap: wrap;
        gap: 4px 8px;
    }
    .jc-detail-grid {
        grid-template-columns: 1fr;
    }
    .jc-info-bar {
        flex-wrap: wrap;
    }
    .jc-info-chip {
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        flex: unset;
        width: 50%;
    }
    .jc-info-chip:nth-child(odd) {
        border-right: 1px solid #f1f5f9;
    }
    .jc-info-chip:nth-last-child(-n + 2) {
        border-bottom: none;
    }
}

.img-repeat {
    min-width: 36px;
    min-height: 36px;
    background: #ffe2c2;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff8a04;
}
.dash-section-label {
    font-size: 13px;
    font-weight: 600;
    color: #75747f;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
}
.dash-col-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 2px 12px 0px #0000000a;
    padding: 14px;
    max-height: 376px;
    height: 100%;
    overflow: auto;
    border-top: 1px solid #dddddd80;
}
.dash-col-title {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #2a2932;
}
.dash-view-all {
    font-size: 12px;
    color: #75747f;
    font-weight: 500;
    text-decoration: none;
}
.dash-jc-item {
    padding: 14px 10px;
    border-radius: 16px;
    border: 1px solid #eeeeee;
}
.dash-jc-item:not(:last-child) {
    margin-bottom: 10px;
}
.dash-photo-row {
    display: flex;
    gap: 6px;
    margin-top: 16px;
    overflow: auto;
}
.dash-thumb {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    object-fit: cover;
}
/* ── Daterangepicker theme overrides ───────────────────── */
.daterangepicker {
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(40px);
}
.daterangepicker:before {
    display: none;
}
.daterangepicker:after {
    display: none;
}
.daterangepicker .calendar-table {
    border: none;
    border-radius: 10px;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    border-radius: 6px;
    font-size: 12px;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background: #e6faf8;
    color: #00958a;
}
.daterangepicker td.in-range {
    background: #e6faf8;
    color: #1e293b;
}
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.start-date,
.daterangepicker td.end-date {
    background: #00958a !important;
    color: #fff !important;
    border-radius: 6px;
}
.daterangepicker td.today {
    font-weight: 700;
    color: #00958a;
}
.daterangepicker .ranges li {
    font-size: 12px;
    border-radius: 6px;
    color: #475569;
}
.daterangepicker .ranges li:hover {
    background: #e6faf8;
    color: #00958a;
}
.daterangepicker .ranges li.active {
    background: #00958a;
    color: #fff;
}
.daterangepicker .drp-buttons {
    border-top: 1px solid #f1f5f9;
}
.daterangepicker .drp-buttons .btn-primary {
    background: #00958a;
    border-color: #00958a;
    border-radius: 8px;
    font-size: 12px;
    font-family: 'Sora', sans-serif;
}
.daterangepicker .drp-buttons .btn-primary:hover {
    background: #00796f;
    border-color: #00796f;
}
.daterangepicker .drp-buttons .btn-default {
    border-radius: 8px;
    font-size: 12px;
    font-family: 'Sora', sans-serif;
    color: #475569;
    border-color: #e2e8f0;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 12px;
    color: #1e293b;
}
/* ── Daterangepicker trigger button ─────────────────────── */
.dash-drp-wrap {
    display: inline-block;
}

.dash-drp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #eeeeee;
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #1e293b;
    cursor: pointer;
    white-space: nowrap;
}
.dash-drp-btn:hover {
    border-color: #cbd5e1;
}
.dash-drp-btn .bi-calendar3 {
    opacity: 0;
}
.dash-chart-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #dddddd80;
    box-shadow: 0px 2px 12px 0px #0000000a;
    padding: 20px;
}
.dash-year-select {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 12px;
    color: #1e293b;
    padding: 5px 10px;
    outline: none;
    cursor: pointer;
    background: #fff;
}
.dash-chart-legend {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #75747f;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #dddddd9c;
}
.dash-legend-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
.dash-pending .jc-ring-fill {
    stroke: #ff4343;
}
.dash-pending .jc-ring-text {
    fill: #ff4343;
}
.dash-ongoing .jc-ring-fill {
    stroke: #ff8a04;
}
.dash-ongoing .jc-ring-text {
    fill: #ff8a04;
}
.dash-completed .jc-ring-fill {
    stroke: #00958a;
}
.dash-completed .jc-ring-text {
    fill: #00958a;
}
.daterangepicker .ranges {
    padding: 5px;
}
.setting-incx {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3594 6.03223C10.5643 6.03223 10.7397 6.18199 10.7695 6.38574L10.8564 6.97949C10.967 7.01797 11.0752 7.06318 11.1807 7.11426L11.6641 6.75586C11.8083 6.64922 12.0024 6.64951 12.1455 6.74805L12.2041 6.7959L12.916 7.50781C13.0433 7.63512 13.0717 7.82733 12.9951 7.9834L12.9561 8.04785L12.5967 8.53027C12.6478 8.6357 12.6929 8.74385 12.7314 8.85449L13.3262 8.94238C13.5285 8.97286 13.679 9.14686 13.6797 9.35156V10.3594C13.6797 10.5389 13.5649 10.6958 13.3994 10.752L13.3262 10.7695L12.7314 10.8564C12.6929 10.9671 12.6478 11.0752 12.5967 11.1807L12.9561 11.6641C13.0787 11.8292 13.0608 12.0593 12.916 12.2041L12.2041 12.916C12.0587 13.0618 11.8293 13.0775 11.665 12.9561L11.1807 12.5967C11.0752 12.6478 10.9671 12.6929 10.8564 12.7314L10.7695 13.3262C10.7392 13.5285 10.5649 13.6797 10.3594 13.6797H9.35254C9.17302 13.6797 9.01608 13.565 8.95996 13.3994L8.94238 13.3262L8.85449 12.7314C8.74419 12.693 8.63645 12.6477 8.53125 12.5967L8.04785 12.9561C7.88287 13.0782 7.6527 13.0609 7.50781 12.916L6.7959 12.2041C6.65046 12.0587 6.63415 11.8284 6.75586 11.6641L7.11426 11.1807C7.06325 11.0753 7.01889 10.9669 6.98047 10.8564L6.38574 10.7695C6.18303 10.7392 6.03223 10.5645 6.03223 10.3594V9.35254C6.03223 9.14772 6.18212 8.97235 6.38574 8.94238L6.98047 8.85449C7.01894 8.74405 7.06321 8.6356 7.11426 8.53027L6.75684 8.04785C6.63394 7.88271 6.65101 7.6527 6.7959 7.50781L7.50781 6.7959C7.63516 6.66814 7.82731 6.64022 7.9834 6.7168L8.04785 6.75586L8.53125 7.11426C8.63643 7.0633 8.74422 7.01791 8.85449 6.97949L8.94238 6.38477C8.97277 6.18241 9.14699 6.03223 9.35254 6.03223H10.3594ZM9.63574 7.36328C9.61125 7.52972 9.48767 7.6641 9.32422 7.7041C9.10837 7.75706 8.9021 7.8432 8.71094 7.95898C8.56661 8.04641 8.38445 8.03693 8.25 7.9375L7.83984 7.63379L7.63379 7.84082L7.93555 8.24805C8.03694 8.38347 8.04562 8.56659 7.95898 8.70996C7.84321 8.90145 7.75738 9.10889 7.7041 9.3252C7.66376 9.4884 7.52865 9.61094 7.36328 9.63574L6.86035 9.70898V10.002L7.3623 10.0762L7.42285 10.0898C7.56089 10.1318 7.66889 10.2437 7.7041 10.3867C7.75735 10.6029 7.84312 10.8097 7.95898 11.001C8.04591 11.1452 8.03712 11.3282 7.9375 11.4629L7.63379 11.8701L7.84082 12.0771L8.24902 11.7744C8.38449 11.6735 8.56777 11.6662 8.71094 11.7529C8.90279 11.8688 9.10914 11.9545 9.3252 12.0078C9.46815 12.0431 9.57987 12.1508 9.62207 12.2881L9.63574 12.3486L9.70996 12.8516H10.002L10.0771 12.3486C10.1018 12.1825 10.2245 12.0479 10.3877 12.0078L10.5479 11.9619C10.7062 11.91 10.8584 11.8399 11.002 11.7529L11.0576 11.7246C11.1719 11.6772 11.3014 11.6837 11.4102 11.7412L11.4629 11.7744L11.8711 12.0771L12.0771 11.8701L11.7754 11.4629C11.6744 11.3275 11.6664 11.1451 11.7529 11.002L11.834 10.8555C11.9094 10.7065 11.9678 10.5498 12.0078 10.3877L12.0273 10.3281C12.0824 10.1948 12.2046 10.0988 12.3496 10.0771L12.8525 10.002V9.70898L12.3496 9.63574C12.2043 9.61422 12.0823 9.51785 12.0273 9.38477L12.0088 9.3252C11.9689 9.16293 11.9104 9.00631 11.835 8.85742L11.7539 8.71094C11.6662 8.56644 11.6758 8.38369 11.7754 8.24902L12.0771 7.84082L11.8701 7.63379L11.4629 7.9375L11.4619 7.93652C11.3265 8.0373 11.145 8.0456 11.002 7.95898C10.8101 7.84313 10.6028 7.75835 10.3867 7.70508C10.2438 7.66976 10.133 7.56116 10.0908 7.42383L10.0771 7.36328L10.002 6.86035H9.70996L9.63574 7.36328ZM1.3252 8.4502C1.44067 8.29679 1.65224 8.23985 1.83301 8.3252L2.60352 8.69043C2.80954 8.78827 2.89879 9.03541 2.80078 9.24219C2.73479 9.38113 2.6005 9.46467 2.45703 9.47559C3.11421 10.5731 4.23377 11.2693 5.60449 11.3867C5.83391 11.4055 6.00057 11.6071 5.98145 11.834C5.96266 12.0495 5.78229 12.2129 5.56934 12.2129C5.55636 12.2129 5.54386 12.2121 5.54102 12.2119H5.53418C4.53525 12.1265 3.60935 11.7676 2.85938 11.1709C2.3565 10.7707 1.94315 10.2705 1.63477 9.7002C1.5567 9.81662 1.42644 9.88379 1.29102 9.88379C1.23084 9.88375 1.17016 9.87002 1.11426 9.84375C0.908409 9.74574 0.818823 9.4987 0.916992 9.29199L1.28223 8.52246L1.3252 8.4502ZM9.85645 8.09473C10.8281 8.0949 11.6182 8.88477 11.6182 9.85645C11.618 10.828 10.828 11.618 9.85645 11.6182C8.88477 11.6182 8.0949 10.8281 8.09473 9.85645C8.09473 8.88466 8.88466 8.09473 9.85645 8.09473ZM9.85645 8.92285C9.34182 8.92285 8.92285 9.34182 8.92285 9.85645C8.92302 10.3709 9.34193 10.79 9.85645 10.79C10.3708 10.7899 10.7899 10.3708 10.79 9.85645C10.79 9.34193 10.3709 8.92302 9.85645 8.92285ZM4.32715 0C4.53189 9.52702e-05 4.70638 0.149955 4.73633 0.353516L4.82422 0.947266C4.93464 0.985704 5.04215 1.032 5.14746 1.08301L5.63086 0.723633C5.77538 0.616001 5.96994 0.616093 6.11328 0.714844L6.1709 0.763672L6.88379 1.47559C7.02909 1.621 7.04444 1.85035 6.92285 2.01465L6.56348 2.49805C6.61455 2.6034 6.65877 2.71171 6.69727 2.82227L7.29395 2.91016C7.4964 2.94046 7.64746 3.11469 7.64746 3.32031V4.32715C7.64746 4.53209 7.49678 4.70652 7.29297 4.73633L6.69727 4.82422C6.65887 4.93445 6.6144 5.04232 6.56348 5.14746L6.92188 5.63086C7.04524 5.7965 7.02707 6.02519 6.88574 6.16992L6.17188 6.88379C6.04449 7.01118 5.85241 7.03966 5.69629 6.96289L5.63184 6.92383L5.14844 6.56445C5.04296 6.61548 4.93487 6.66071 4.82422 6.69922L4.7373 7.29395C4.7069 7.49628 4.53269 7.64746 4.32715 7.64746H3.32031C3.14082 7.64746 2.98388 7.53268 2.92773 7.36719L2.91016 7.29395L2.82227 6.69922C2.71196 6.66078 2.60423 6.61544 2.49902 6.56445L2.01562 6.92383L2.01465 6.92285C1.84954 7.04538 1.62034 7.02854 1.47559 6.88379L0.763672 6.17188C0.61823 6.02643 0.601914 5.79619 0.723633 5.63184L1.08203 5.14844C1.03102 5.04306 0.986663 4.93467 0.948242 4.82422L0.353516 4.7373C0.151275 4.70682 0 4.53262 0 4.32715V3.32031C0 3.11546 0.149844 2.94008 0.353516 2.91016L0.948242 2.82227C0.986675 2.71197 1.03203 2.60422 1.08301 2.49902L0.723633 2.01562C0.601559 1.85056 0.61908 1.62018 0.763672 1.47559L1.47559 0.763672L1.53418 0.714844C1.6573 0.630223 1.81747 0.618975 1.95117 0.68457L2.01562 0.723633L2.49805 1.08301C2.60322 1.0321 2.71096 0.986693 2.82129 0.948242L2.91016 0.352539C2.94064 0.150414 3.114 0.000133213 3.31934 0H4.32715ZM3.60254 1.3291C3.57832 1.4959 3.4557 1.63181 3.29199 1.67188C3.07592 1.72486 2.86907 1.81083 2.67773 1.92676C2.53342 2.01404 2.35118 2.00469 2.2168 1.90527L1.80859 1.60156L1.60156 1.80859L1.9043 2.21582L1.9375 2.26855C1.99629 2.37818 2.00228 2.5081 1.95508 2.62207L1.92676 2.67773C1.81078 2.86939 1.72514 3.07594 1.67188 3.29199C1.63171 3.4554 1.49651 3.57763 1.33105 3.60254L0.828125 3.67676V3.96973L1.33008 4.04395L1.39062 4.05762C1.52865 4.0996 1.63669 4.2115 1.67188 4.35449L1.71777 4.51465C1.75243 4.62024 1.79537 4.72291 1.8457 4.82227L1.92676 4.96875C2.01365 5.11293 2.00489 5.29602 1.90527 5.43066L1.60156 5.83789L1.80859 6.04492L2.2168 5.74219C2.35187 5.64157 2.5338 5.63381 2.67676 5.71973C2.86861 5.83558 3.07692 5.92133 3.29297 5.97461C3.43588 6.00993 3.54672 6.11853 3.58887 6.25586L3.60254 6.31641L3.67773 6.81934H3.96973L4.04395 6.31641C4.06841 6.15011 4.19125 6.01474 4.35449 5.97461C4.57047 5.92166 4.77748 5.83655 4.96875 5.7207L5.02441 5.69238C5.15788 5.63679 5.31192 5.6551 5.42969 5.74219L5.83789 6.04395L6.04492 5.83789L5.74316 5.43066C5.64195 5.29501 5.63443 5.11283 5.7207 4.96973L5.80176 4.82324C5.87724 4.6741 5.93561 4.51679 5.97559 4.35449C6.01593 4.19129 6.15104 4.06875 6.31641 4.04395L6.81934 3.96973V3.67676L6.31738 3.60352C6.15094 3.57921 6.01581 3.45627 5.97559 3.29297L5.92969 3.13184C5.895 3.02625 5.85213 2.92354 5.80176 2.82422L5.7207 2.67871C5.63289 2.5342 5.64254 2.3515 5.74219 2.2168L6.04492 1.80859L5.83789 1.60156L5.43066 1.90527L5.42969 1.9043C5.29424 2.00513 5.11186 2.01345 4.96875 1.92676C4.77716 1.8112 4.57019 1.72506 4.35449 1.67188C4.19113 1.63158 4.06871 1.49656 4.04395 1.33105L3.96973 0.828125H3.67676L3.60254 1.3291ZM3.82324 2.06152C4.79492 2.06152 5.58479 2.8516 5.58496 3.82324C5.58496 4.79502 4.79502 5.58496 3.82324 5.58496C2.8516 5.58479 2.06152 4.79492 2.06152 3.82324C2.06169 2.85171 2.85171 2.06169 3.82324 2.06152ZM8.14551 1.46777C9.13922 1.55292 10.0618 1.90842 10.8096 2.5C11.3174 2.90167 11.7342 3.40575 12.0449 3.98047C12.1415 3.83568 12.3185 3.76646 12.4863 3.80762L12.5654 3.83594L12.6377 3.87891C12.7912 3.99448 12.8474 4.20586 12.7617 4.38672L12.7627 4.3877L12.3975 5.15723C12.3621 5.2319 12.3052 5.29326 12.2354 5.33496L12.1611 5.37012C12.1172 5.38562 12.0699 5.39355 12.0225 5.39355C11.9631 5.3935 11.9026 5.38067 11.8457 5.35352L11.0752 4.98926C10.8691 4.89138 10.7807 4.64432 10.8789 4.4375L10.9219 4.36523C10.9945 4.26872 11.1051 4.21204 11.2217 4.20312C10.5639 3.10627 9.44287 2.41015 8.07422 2.29297C7.84653 2.27323 7.67913 2.07256 7.69824 1.8457L7.71289 1.7627C7.76743 1.57793 7.94649 1.45093 8.14551 1.46777ZM3.82324 2.88965C3.30886 2.88982 2.88982 3.30886 2.88965 3.82324C2.88965 4.33776 3.30876 4.75667 3.82324 4.75684C4.33787 4.75684 4.75684 4.33787 4.75684 3.82324C4.75667 3.30876 4.33776 2.88965 3.82324 2.88965Z' fill='%2375747F'/%3E%3C/svg%3E%0A");
}

#products_container {
    position: relative;
}
.btn-add-product-row {
    position: absolute;
    white-space: nowrap;
}
input[type='number'].form-control {
    line-height: normal;
}
button.w-100,
.input-block.w-100 {
    width: 100%;
    max-width: 100% !important;
    margin-left: 0;
}
.assignEmployeeProduct {
    line-height: 1;
}
.act-stat-col {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.act-stat-col .ml-act-btns {
    gap: 5px;
    height: fit-content;
}

/* ── Common table cell helpers ───────────────────────────── */
.tbl-name {
    font-weight: 600;
    font-size: 11px;
    max-width: 170px;
}
.tbl-text {
    font-size: 11px;
}
.tbl-remark {
    font-size: 11px;
    color: #333333;
}
.tbl-meta {
    font-size: 10.5px;
    color: #75747f;
}
.tbl-link {
    font-size: 11px;
    color: #333333;
    cursor: pointer;
    text-decoration: underline;
}
.tbl-val {
    font-size: 11px;
    font-weight: 400;
    color: #333333;
}
.tbl-primary {
    font-size: 11px;
    color: var(--primary);
    font-weight: 600;
}
.tbl-icon-row {
    font-size: 10.5px;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    gap: 3px;
}
.tbl-icon-row .icon-xs {
    color: #64748b;
    font-size: 9px;
    margin-top: -1px;
}
.tbl-note {
    font-size: 10px;
    color: #64748b;
    margin-top: 4px;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
}
/* .site-table-box .ml-meta{max-width: calc(100% - 37px);} */
.site-drw-tabs-nav button {
    flex-grow: 1;
}
/* ── Request Action Modal ──────────────────────────────────── */
.modal-profile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.modal-profile-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}
.modal-profile-info .avatar-circle {
    --sz: 60px;
}
.modal-profile-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.modal-sub-ttl {
    font-size: 12px;
    color: #2f2f2f;
    font-weight: 300 !important;
}
.modal-profile-name {
    font-size: 13px;
    font-weight: 600;
    color: #252928;
}
.modal-badge-call {
    display: flex;
    align-items: center;
    gap: 5px;
}
.modal-profile-sub {
    font-size: 11.5px;
    color: #252928;
}
.modal-profile-contact {
    font-size: 11.5px;
    color: #75747f;
    align-items: center;
    display: flex;
    gap: 5px;
}
.modal-profile-contact::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #999999;
}
.modal-tier-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 500;
    background: #64748b1a;
    color: #64748b;
    border-radius: 20px;
    padding: 2px 10px;
}
.modal-tier-badge .bi {
    font-size: 9px;
    color: #64748b;
}
.modal-stat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 18px;
    min-width: 100px;
    text-align: center;
    flex-shrink: 0;
    border: 1px solid #e9eef4;
}
.modal-stat-top {
    display: flex;
    align-items: center;
    gap: 5px;
}
.modal-stat-num {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}
.modal-stat-star {
    font-size: 14px;
    color: #ffdc64;
}
.modal-stat-label {
    font-size: 12px;
    color: #75747f;
    margin-top: 3px;
}
.modal-amount-section {
    text-align: center;
    padding: 4px 0 8px;
}
.modal-amount-label {
    font-size: 13px;
    color: #1e293b;
    margin-bottom: 10px;
}
.modal-amount-val {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1;
}
.modal-upload-zone {
    border: 1.5px dashed #cbd5e1;
    border-radius: 10px;
    padding: 0.5rem 0.75rem;
    text-align: center;
    cursor: pointer;
    color: #999999;
    font-weight: 300;
    display: flex;
    font-size: 13px;
    align-items: center;
    gap: 10px;
    transition: border-color 0.2s;
}
.modal-upload-zone:hover {
    border-color: #94a3b8;
}
.modal-upload-zone.upload-zone-drag {
    border-color: #009288;
    background: #f0fafa;
}
.modal-upload-zone.upload-zone-active {
    border-color: #009288;
    border-style: solid;
    color: #009288;
}
.modal-upload-zone i {
    font-size: 17px;
}
.modal-upload-zone .bi-paperclip {
    transform: rotate(45deg);
    font-size: 17px;
}
.modal-upload-icon {
    font-size: 24px;
    color: #94a3b8;
    display: block;
    margin-bottom: 6px;
}
.modal-upload-link {
    color: var(--primary, #4f46e5);
    text-decoration: underline;
    cursor: pointer;
}
.modal-action-row {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}
.modal-action-row .btn {
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
}
.btn-approve {
    background: #009288;
    color: #fff;
}
.btn-approve:hover {
    background: #00786f;
    color: #fff;
}
.btn-reject {
    background: #ef4444;
    color: #fff;
}
.btn-reject:hover,
.btn-reject:focus {
    background: #dc2626;
    color: #fff;
}
.textarea-auto {
    height: auto !important;
    font-size: 13px !important;
}
.cmn-modal .modal-header {
    border-bottom: 0;
    padding-top: 24px;
    padding-inline: 30px;
}
.cmn-modal .modal-header .close {
    padding: 0;
    outline: none;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    justify-content: center;
    border-radius: 5px;
    margin: 0;
    color: #75747f;
    font-size: 18px;
    opacity: 1;
    font-weight: 300;
}
.cmn-modal .modal-content {
    border-radius: 30px;
}
.cmn-modal .modal-body {
    padding-inline: 30px;
    padding-bottom: 30px;
}
/* ── Transaction Accordion ──────────────────────────────── */
.txn-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    user-select: none;
}
.txn-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.txn-item:hover {
    background: #f8fafc;
}
.txn-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #f5fafa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
    color: #00958a;
    margin-top: 2px;
}
.txn-icon-redeem {
    background: #fef3c7;
    color: #d97706;
}
.txn-body {
    flex: 1;
    min-width: 0;
}
.txn-code {
    font-size: 10.5px;
    color: #75747f;
    margin-bottom: 1px;
}
.txn-title {
    font-size: 12.5px;
    font-weight: 600;
    color: #2a2932;
}
.txn-meta {
    font-size: 11px;
    color: #75747f;
    margin-top: 2px;
}
.txn-detail {
    display: none;
    font-size: 11.5px;
    color: #64748b;
    margin-top: 6px;
    line-height: 1.6;
    border-radius: 6px;
}
.txn-item.open .txn-detail {
    display: block;
}
.txn-right {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    flex-shrink: 0;
    padding-top: 2px;
}
.txn-amount {
    font-size: 13px;
    font-weight: 700;
}
.txn-credit {
    color: #059669;
}
.txn-debit {
    color: #ef4444;
}
.ed-gender-dot {
    color: #94a3b8;
    margin: 0 4px;
    font-size: 8px;
    vertical-align: middle;
}
.ed-gender-text {
    font-size: 12px;
    font-weight: 400;
    color: #64748b;
}
.mail-contact-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}
.vertical-divider {
    width: 2px;
    height: 13px;
    background-color: #eeeeee;
    display: block;
}
.ed-profile-info {
    width: 100%;
}
.ed-profile-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.cmpy-incx {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.16697 9.4995C8.16697 8.55635 7.79231 7.65184 7.1254 6.98493C6.4585 6.31802 5.55398 5.94336 4.61083 5.94336C3.66768 5.94336 2.76316 6.31802 2.09626 6.98493C1.42935 7.65184 1.05469 8.55635 1.05469 9.4995' stroke='%23999999' stroke-width='0.750124' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.61077 5.94518C5.83828 5.94518 6.83336 4.95009 6.83336 3.72259C6.83336 2.49509 5.83828 1.5 4.61077 1.5C3.38327 1.5 2.38818 2.49509 2.38818 3.72259C2.38818 4.95009 3.38327 5.94518 4.61077 5.94518Z' stroke='%23999999' stroke-width='0.750124' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.94539 9.05619C9.94539 7.55816 9.05635 6.16682 8.16732 5.50005C8.45955 5.2808 8.69323 4.99289 8.84768 4.6618C9.00213 4.33072 9.07258 3.96667 9.05281 3.60187C9.03303 3.23706 8.92363 2.88276 8.73429 2.57032C8.54495 2.25787 8.28151 1.99692 7.96729 1.81055' stroke='%23999999' stroke-width='0.750124' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.sites-incx {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1488_7936)'%3E%3Cpath d='M5.61641 7.53829C6.31566 6.91154 8.09084 5.16067 8.09084 3.50294C8.09084 2.77282 7.8008 2.07259 7.28453 1.55632C6.76825 1.04004 6.06803 0.75 5.3379 0.75C4.60778 0.75 3.90756 1.04004 3.39128 1.55632C2.875 2.07259 2.58496 2.77282 2.58496 3.50294C2.58496 5.16067 4.36061 6.91154 5.0594 7.53829C5.13939 7.59939 5.23725 7.63249 5.3379 7.63249C5.43856 7.63249 5.53642 7.59939 5.61641 7.53829Z' stroke='%23999999' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.33806 4.42025C5.84486 4.42025 6.2557 4.00941 6.2557 3.50261C6.2557 2.99581 5.84486 2.58496 5.33806 2.58496C4.83125 2.58496 4.42041 2.99581 4.42041 3.50261C4.42041 4.00941 4.83125 4.42025 5.33806 4.42025Z' stroke='%23999999' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.83035 6.25586H2.12811C2.03191 6.2559 1.93815 6.28618 1.8601 6.34241C1.78205 6.39865 1.72364 6.478 1.69315 6.56924L0.773664 9.32218C0.750612 9.39114 0.744283 9.4646 0.755198 9.53649C0.766113 9.60839 0.793959 9.67665 0.83644 9.73567C0.878922 9.79469 0.934822 9.84276 0.999533 9.87593C1.06424 9.9091 1.13591 9.92642 1.20863 9.92645H9.46745C9.54011 9.92639 9.61173 9.90908 9.67639 9.87594C9.74105 9.84279 9.79692 9.79476 9.83939 9.73581C9.88186 9.67685 9.90972 9.60865 9.92068 9.53681C9.93164 9.46498 9.92538 9.39158 9.90242 9.32264L8.98477 6.56969C8.95433 6.47829 8.89589 6.39879 8.81773 6.34247C8.73958 6.28614 8.64568 6.25584 8.54935 6.25586H6.84619' stroke='%23999999' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1488_7936'%3E%3Crect width='11' height='11' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.act-btn img {
    width: 11px;
    filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(797%) hue-rotate(176deg) brightness(92%)
        contrast(86%);
}

.act-btn:hover img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(11%) saturate(1250%) hue-rotate(178deg) brightness(94%)
        contrast(88%);
}
.ed-profile-top .ed-profile-right img {
    width: 22px;
}
.transac-list {
    border-top: 1px solid #ececec;
    margin-top: 18px;
    padding-top: 8px;
}
/* ===== NOTIFICATIONS ===== */
.notif-item {
    display: flex;
    align-items: flex-start;
    padding: 14px 5px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}
.notif-item:last-child {
    border-bottom: none;
}
.notif-item:hover {
    background: #f8fafc;
}
.notif-icon-box {
    position: relative;
    flex-shrink: 0;
    --sz: 44px;
    width: var(--sz);
    height: var(--sz);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notif-icon-started {
    background: #adf1ec;
}
.notif-icon-resumed {
    background: #dbeafe;
}
.notif-icon-ongoing {
    background: #ff43431a;
}
.notif-icon-ongoing2 {
    background: #feb76666;
}
.notif-icon-completed {
    background: #adf1ec;
}
.notif-icon-redeem {
    background: #faee62;
}
.notif-icon-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.notif-unread-dot {
    position: absolute;
    top: -3px;
    right: -3px;
    --sz: 12px;
    width: var(--sz);
    height: var(--sz);
    background: #ef4444;
    border-radius: 50%;
    border: 2px solid #fff;
}
.notif-body {
    flex: 1;
    padding-left: 14px;
}
.notif-text {
    font-size: 13px;
    color: #252928;
    line-height: 1.5;
}
.notif-text strong {
    font-weight: 600;
}
.notif-time {
    font-size: 11px;
    color: #75747f;
    margin-top: 2px;
}
.notif-bell-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
