@import url(../../css/stylesheet.css);

:root,
:root.light {
    --common-color: white;
    --primary-color: #5d1f72;
    --body-color: #eae3ed;
    --secondary-color: #996da7;
    --data-orange: #d2785a;
    --light-purple: rgb(172, 121, 189);
    --wheat: #dbd99a;
    --text-color: #676767;
    --light-color: #f5f5f5;
    --dark-light: #b987cb;
    --font-family: "Nunito", sans-serif;
    --font-family-hedings: "Nunito", sans-serif;
}

body {
    height: 100%;
    font-size: var(--body-font);
    background: var(--body-color);
    overflow-x: hidden !important;
    overflow-y: auto;
    letter-spacing: 0.0312rem;
    font-family: var(--font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-hedings);
}

.text-purple {
    color: var(--light-purple) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-orange {
    color: var(--data-orange) !important;
}

.text-color {
    color: var(--text-color);
}

.text-wheat {
    color: var(--wheat) !important;
}

h6 {
    font-weight: 700;
}

.btn-main {
    padding: 0 35px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid transparent;
    color: #fff;
}

.btn-purple {
    box-shadow: 1px 2px 10px #847ddc4d;
    background-color: #847ddc !important;
    border-color: #847ddc !important;
}

.btn-red {
    background-color: #f64242 !important;
    border-color: #f64242 !important;
    box-shadow: 1px 2px 10px #f642424d;
}

.action_btn .btn-main {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

/* Map css */

#chartdiv {
    width: 100%;
    height: 100%;
}

#severity-marker {
    width: 100%;
}

#severity-category {
    width: 100%;
}

#severity-subCategory {
    width: 100%;
}

/* table css */

/* Standard app table: use .app-table on <table> and .app-table-wrapper on wrapper for consistent UI */
.app-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.app-table-wrapper .app-table,
table.app-table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
    border: 1px solid #ebedf2;
}
.app-table-wrapper .app-table > thead > tr > th,
table.app-table > thead > tr > th {
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--primary-color, #5d1f72);
    vertical-align: middle;
    border-bottom: 1px solid #ebedf2;
    padding: 0.75rem 1rem;
    background-color: #f9fafb;
}
.app-table-wrapper .app-table > tbody > tr > td,
table.app-table > tbody > tr > td {
    vertical-align: middle;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #ebedf2;
    color: var(--table-td-color, #515365);
    font-size: 0.875rem;
}
.app-table-wrapper .app-table > tbody > tr:nth-of-type(odd),
table.app-table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9fafb;
}
.app-table-wrapper .app-table > tbody > tr:hover > td,
table.app-table.table-hover > tbody > tr:hover > td {
    background-color: #f1f2f3;
}
.app-table-wrapper .app-table > tbody > tr > td,
.app-table-wrapper .app-table > thead > tr > th,
table.app-table.table-bordered > tbody > tr > td,
table.app-table.table-bordered > thead > tr > th {
    border: 1px solid #ebedf2;
}
.app-table-wrapper .app-table > tfoot > tr > th,
table.app-table > tfoot > tr > th {
    font-weight: 600;
    padding: 0.75rem 1rem;
    border-top: 1px solid #ebedf2;
    background-color: #f9fafb;
}

.refill_table td,
.refill_table th,
.refill_table tr {
    border: 0 !important;
    padding: 3px 10px !important;
}

/*  */

.common_icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.common_icon i {
    font-size: 18px;
}

.set-positon {
    right: -1px;
    position: absolute;
    z-index: 9999;
    width: 55px;
    height: 40px;
}

#add-user-managed .set-positon {
    width: 40px;
}

.input-group-append.set-positon {
    width: 38px;
}

#add-user-managed .set-positon .btn-primary {
    height: 40px;
    width: 40px;
}

.modal-title {
    font-weight: 600;
}

#addNewChecklist .form-control {
    width: 100% !important;
    margin-left: 63px !important;
}

.set-positon button {
    border-radius: 0px 4px 4px 0px !important;
}

#addNewChecklist .form-control {
    width: 100% !important;
    margin-left: 50px !important;
    height: 40px;
}

.input-group .input-group-prepend .input-group-text.bgm {
    position: absolute;
    height: 40px;
}

.width-80 {
    max-width: 86%;
}

::placeholder {
    color: #000;
}

.set-positon .btn-primary {
    box-shadow: none;
    height: 43px;
}

/* 22-03-2023 */
.popup-open {
    width: 100%;
    margin-left: -3px;
    margin: auto;
}

ul.edit-icon li a {
    padding: 0;
}

/* 22-03-2023 */

.table-bordered > :not(caption) > * {
    border-width: 0;
}

/* heading */

.main_title {
    font-size: 20px;
    font-weight: 700;
}

.card-header {
    background-color: var(--primary-color);
    border: 0;
    padding: 11px 12px;
}

.card-header .btn-primary.disabled,
.card-header .btn-primary.btn[disabled],
.card-header .btn-primary:disabled {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.card-header .nav-pills .nav-link.active {
    color: var(--primary-color);
    background-color: #fff !important;
}

.card-header .nav-pills .nav-link {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.card-header h5 {
    letter-spacing: 0px;
    font-size: 16px;
    display: block;
    /* color: #0e1726; */
    font-weight: 600;
    margin-bottom: 0;
}

.card-body.widget {
    border-radius: 0 0 0.2rem 0.2rem;
    border: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
}

.card-body.widget p {
    font-size: 14px;
    color: #000;
}

.card-body.widget .value,
.card-header label {
    color: #fff;
}

.nav-tabs .nav-link {
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 600;
    margin: 0 2px 0 2px;
    border: 1px solid var(--primary-color);
    padding: 8px 14px;
}

.attach_img {
    height: 200px;
}

.attach_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.lead_text {
    font-size: 15px !important;
    font-weight: 700 !important;
}

#nav-activity .t-content {
    margin-left: 14px;
    margin-top: 8px;
}

#nav-activity .timeline-line .item-timeline .t-dot:after {
    left: 50%;
    top: 33px;
}

.accord .accordion-button::after {
    position: absolute;
    right: 14px;
    filter: invert(1) brightness(10);
}

.search_work {
    width: 150px;
}

.h-btn {
    height: 38px;
    padding: 0 1.2rem;
    line-height: 34px;
    display: flex;
    align-items: center;
}

.light-color {
    background: var(--light-color);
}

.tab-content .card-body.widget,
.max-height-scroll {
    height: 100%;
    max-height: 505px;
    overflow-x: hidden;
    overflow-y: auto;
}

.max-height-350 {
    height: 100%;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}
.max-height-300 {
    height: 100%;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
.min-height-scroll {
    height: 100%;
    max-height: 505px;
    min-height: calc(100vh - 200px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.checklist_que .card-body.widget,
.accordion .card-body.widget {
    height: 100%;
    max-height: 300px;
    overflow: auto;
}

.text-truncate {
    width: 122px;
}

.text-truncate:hover {
    overflow: visible;
    white-space: normal;
    width: max-content;
    transition: none;
    display: block;
    text-align: left;
}

.checklist_img {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
}

.checklist_img img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.widget-chart-two .gender-distribution-values p {
    font-size: 14px;
}

.img_tbl {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 35px;
    width: 35px;
    margin-right: 8px;
}

.img_tbl img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    overflow: hidden;
    margin: 0 !important;
}

.widget-table-two.top-five-user
    .table
    .td-content.customer-name
    .align-left
    span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-width: 200px;
    width: 100%;
    overflow: auto;
}

.accordion-head-bg,
.accordion-head-bg p {
    color: #fff;
}

.sync-btn {
    line-height: 42px;
    padding: 0;
    width: 42px;
    height: 42px;
}

.card-header .btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: var(--primary-color) !important;
}

.card-header p {
    color: #fff !important;
}

.heading-report {
    margin-bottom: 15px;
}

.page-link {
    margin-right: 5px;
    border-radius: 50%;
    padding: 0 !important;
    background: rgba(0, 23, 55, 0.08);
    border: none;
    color: var(--secondary-color);
    min-width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.btn-height {
    height: 41px;
}

#prev-week,
#next-week {
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
}

/* client dashboard */
.dashboard-widget i {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: initial;
    margin-bottom: 15px;
    border-radius: 50px;
    font-size: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
        rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.dashboard-widget .labels-card-dashboard {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.dashboard-widget span {
    color: #fff;
}

/* Apply gradient to the 1st card */
.common_widget .row [class*="col"]:nth-child(8n + 1) .dashboard-widget {
    background: linear-gradient(
            45deg,
            var(--primary-color) 0%,
            var(--primary-color) 100%
        )
        /* Light blue to Dark blue */;
}

/* Apply gradient to the 2nd card */
.common_widget .row [class*="col"]:nth-child(8n + 2) .dashboard-widget {
    background: linear-gradient(45deg, #8fc3a8, #34a174);
    /* Light green to Dark green */
}

/* Apply gradient to the 3rd card */
.common_widget .row [class*="col"]:nth-child(8n + 3) .dashboard-widget {
    background: linear-gradient(45deg, #fbafb6, #d17878);
    /* Light pink to Dark pink */
}

/* Apply gradient to the 4th card */
.common_widget .row [class*="col"]:nth-child(8n + 4) .dashboard-widget {
    background: linear-gradient(45deg, #bfb08b, #bd9d23);
    /* Light orange to Dark orange */
}

/* Apply gradient to the 5th card */
.common_widget .row [class*="col"]:nth-child(8n + 5) .dashboard-widget {
    background: linear-gradient(45deg, #b5b1ab, #a57b58);
    /* Light beige to Dark beige */
}

/* Apply gradient to the 6th card */
.common_widget .row [class*="col"]:nth-child(8n + 6) .dashboard-widget {
    background: linear-gradient(45deg, #757f70, #7b9d6d);
    /* Light lime to Dark lime */
}

/* Apply gradient to the 7th card */
.common_widget .row [class*="col"]:nth-child(8n + 7) .dashboard-widget {
    background: linear-gradient(45deg, #d9b4e7, #8b6b97);
    /* Light purple to Dark purple */
}

/* Apply gradient to the 8th card */
.common_widget .row [class*="col"]:nth-child(8n + 8) .dashboard-widget {
    background: linear-gradient(45deg, #abaaa0, #8f9f2c)
        /* Light yellow to Dark yellow */;
}

.common_widget .row [class*="col"]:nth-child(8n + 1) .dashboard-widget i {
    color: var(--primary-color);
}

/* Apply gradient to the 2nd card */
.common_widget .row [class*="col"]:nth-child(8n + 2) .dashboard-widget i {
    color: #1a7952;
    /* Light green to Dark green */
}

/* Apply gradient to the 3rd card */
.common_widget .row [class*="col"]:nth-child(8n + 3) .dashboard-widget i {
    color: #ab4f69;
    /* Light pink to Dark pink */
}

/* Apply gradient to the 4th card */
.common_widget .row [class*="col"]:nth-child(8n + 4) .dashboard-widget i {
    color: #bf864d;
    /* Light orange to Dark orange */
}

/* Apply gradient to the 5th card */
.common_widget .row [class*="col"]:nth-child(8n + 5) .dashboard-widget i {
    color: #7f5430;
    /* Light beige to Dark beige */
}

/* Apply gradient to the 6th card */
.common_widget .row [class*="col"]:nth-child(8n + 6) .dashboard-widget i {
    color: #4a7936;
    /* Light lime to Dark lime */
}

/* Apply gradient to the 7th card */
.common_widget .row [class*="col"]:nth-child(8n + 7) .dashboard-widget i {
    color: #643475;
    /* Light purple to Dark purple */
}

/* Apply gradient to the 8th card */
.common_widget .row [class*="col"]:nth-child(8n + 8) .dashboard-widget i {
    color: #748124;
    /* Light yellow to Dark yellow */
}

.dashboard-widget .filter-icon i {
    font-size: 10px;
    height: 22px;
    width: 22px;
    padding: 0;
    text-align: center;
    line-height: 22px;
    margin: 0;
}

.dashboard-widget .filter-icon {
    top: 8px;
    right: 8px;
}

.dashboard-widget:after {
    position: absolute;
    content: "";

    height: 150px;
    width: 150px;
    transform: rotate(40deg);
    bottom: -40px;
    right: -30px;
    border-radius: 1rem;
    background: linear-gradient(
        to right,
        rgb(255 255 255 / 15%) 0%,
        rgb(255 255 255 / 21%) 100%
    );
}

.dashboard-widget {
    padding: 15px;
    height: 100%;
    overflow: hidden;
    position: relative;
    color: #fff;
    /* min-height: 150px; */
    border-radius: 5px;
    transition: 0.2s;
    cursor: pointer;
}

.flex-dash {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-widget:hover {
    transform: scale(1.01);
}

.dashboard-widget h4 {
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
}

.dashboard-widget h6,
.dashboard-widget p {
    color: #fff;
}

.dashboard-widget h6 {
    font-size: 14px;
}

.dashboard-widget h5 {
    font-weight: 600;
    color: #fff;
}

.dashboard-content {
    height: 100%;
}

.dashboard-content > .row {
    align-items: center;
    height: 100%;
}

.dashboard-widget .progress {
    height: 8px;
    margin-bottom: 0;
    height: 20px;
    padding: 4px;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgba(224, 230, 237, 0.4588235294117647);
    width: 100%;
    align-self: flex-end;
    margin-right: 22px;
    background-color: #ebedf2;
}

.dashboard-widget .progress-bar.bg-gradient-secondary {
    position: relative;
    background-color: #fc5296;
    background-image: linear-gradient(
        315deg,
        var(--secondary-color) 0%,
        var(--primary-color) 74%
    );
}

.dashboard-widget .progress-bar:before {
    content: "";
    height: 7px;
    width: 7px;
    background: #fff;
    position: absolute;
    right: 3px;
    border-radius: 50%;
    top: 3.4px;
}

.dashboard-widget .w-progress-stats {
    display: flex;
    margin-top: 15px;
}

.dashboard-widget .w-icon p {
    color: #fff;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin: 0;
}

.dashboard-widget .w-content span.value {
    font-size: 16px;
    font-weight: 600;
}

.cstm-announcement {
    display: flex;
    gap: 5px;
    padding: 0 8px;
    align-items: center;
    height: 36px;
    line-height: 38px;
}

#exportForm .select-cstm {
    position: relative;
    display: inline-block;
    width: 100%;
}

#exportForm .select-cstm:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%);
    color: var(--primary-color);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.roaster-table .helpdesk-cstm-column {
    min-width: 400px;
    max-width: 400px;
    width: 260px;
}

select#inputGroupSelect04 {
    height: 40px;
    border-color: #bfc9d4;
}

.asset_list_img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 0;
    max-width: 150px;
    min-width: 100%;
}

.asset_list_img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
    border-radius: 0;
    border: none;
}

.cstm-scroll .summery-info {
    display: flex;
    font-size: 16px;
    align-items: baseline;
    gap: 8px;
}

.cstm-scroll .small,
.cstm-scroll small {
    font-size: 0.675em;
}

.t-control-height {
    height: 42px;
    padding: 0 15px;
    line-height: 42px;
}

.cstm_width {
    width: 150px;
    min-width: 125px;
    max-width: 160px;
}

.search_input_icon {
    position: relative;
}

.search_input_icon label {
    margin-bottom: 0;
}

.search_input_icon i {
    position: absolute;
    right: 7px;
    top: 20px;
    color: #ced4da;
    transform: translate(-50%, -50%);
}

.object-fit-cover {
    object-fit: cover;
}

/* asset health site */

.parent:focus-within > .dropdown-space {
    display: block;
    position: absolute;
}

.dropdown-space {
    position: absolute;
    top: 100%;
    left: 24px;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.dropdown-space hr {
    background-color: #e5e5e5;
    border: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
}

.dropdown-space > li {
    display: block;
    padding: 0px 22px;
    clear: both;
    color: #333;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    cursor: pointer;
}

.dropdown-space > li:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.dropdown-submenu {
    position: relative;
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23888" d="M10,17L15,12L10,7V17Z"></path></svg>') 97% center / 24px no-repeat;
}

.dropdown-submenu .dropdown-space {
    top: 0px;
    left: 100%;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.dropdown-submenu:hover > .dropdown-space {
    visibility: visible;
    opacity: 1;
}

.menuDropdown {
    height: 40px;
    line-height: 40px;
    outline: 0;
    background: white !important;
    cursor: pointer;
}

.parent {
    margin: 60px;
    font-family: "Roboto", sans-serif;
}

/* ticket detail */

.image-container-ticket.position-relative {
    min-height: 100px;
    overflow: hidden;
    max-height: 100%;
    height: 200px;
}

.timeline-line .item-timeline .t-content .t-uppercontent span.strong {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

/* digital checklist */

.border-bottom-head {
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color) !important;
    width: max-content;
    font-weight: 700;
    font-size: 18px;
}

.product_image-select .file-upload-select {
    color: black;
    cursor: pointer;
    text-align: left;
    background: white;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    height: 68px;
}

.product_image-select .file-upload-select:hover {
    border: 1px solid #4680db;
}

.product_image-select .file-upload-select .file-select-button {
    display: inline-block;
    height: 68px;
    line-height: 61px;
    padding: 0 20px;
    background: #dcdcdc !important;
    box-shadow: inset 2px 0px 11px #00000047 !important;
    border-radius: 7px;
    width: 144px;
    font-size: 20px;
    font-weight: 500;
    color: #000 !important;
}

.product_image-select .file-upload-select .file-select-name {
    display: inline-block;
    padding: 0 15px;
    font-size: 20px;
}

.product_image-select .file-upload-select input[type="file"] {
    display: none;
}

.randem-width .zd-cascader-wrap.is-focus .zd-cascader__dropdown {
    width: max-content;
    overflow: none;
}

/* ppm dashboard page */

.font-size-12 {
    font-size: 12px;
    color: black;
}

.apexcharts-datalabels-group .apexcharts-text.apexcharts-datalabel-label {
    font: normal !important;
    font-size: 12px !important;
    fill: var(--black-white) !important;
    font-family: var(--font-family) !important;
}

.td-border tbody,
.td-border td,
.td-border tfoot,
.td-border th,
.td-border thead,
.td-border tr {
    border-color: #ebedf2;
    border-width: 1px;
}

.fs-10 {
    font-size: 10px;
}

span#addMore,
span#addMores,
.dltmore {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 40px;
}

span#addMore i,
span#addMores i,
.dltmore i {
    font-size: 14px;
}

.indicate {
    width: 16px;
    height: 16px;
    text-align: center;
    padding: 0;
    line-height: 18px;
    font-size: 6px;
    /* background: var(--primary-color)!important; */
    right: -18px !important;
}

.nav-pills .nav-link {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-weight: 700;
    margin: 0 2px;
}

.setting_pills {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.setting_pills .nav-link {
    width: max-content;
}

/* emojic css */
.star-rating {
    height: 45px;
}

.star-rating label {
    font-size: 35px;
    color: #fc0;
}

.numbers-rate {
    width: 40px;
    height: 40px;
}

.rating-div {
    height: 35px;
}

.preLabel {
    display: inline-block;
    margin-top: 11px;
    margin-bottom: 0;
}

.emoji {
    width: 99%;
    display: flex;
    margin: 8px 0px;
    padding: 8px 5px;
}

.emoji:hover {
    background: antiquewhite;
}

.emoji.emoji-selected {
    border: 2px solid;
    border-radius: 10px;
}

.smileys-selected {
    width: 100%;
    padding: 3px;
    margin-top: 23px;
    border: 2px solid;
    border-radius: 5px;
}

.smileys-input-selected {
    width: 41px;
    height: 41px;
    padding: 3px;
    border: 2px solid;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
}

.smileys-input-selected svg {
    width: 30px;
}

.modal-body-overflow {
    max-height: 550px;
    overflow: auto;
}

.emoji-rate {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    border-radius: 3px;
}

.star-fs-45 {
    font-size: 45px !important;
}

.weight-smileys-text {
    width: 71%;
}

.added-emoji-waight,
.removed-emoji-waight {
    height: 40px;
    width: 40px !important;
    font-size: 15px;
    line-height: 40px;
    padding: 0 !important;
    text-align: center;
}

/* qr page */

.logo-qr img {
    width: 70px;
}

.mn-50 {
    max-width: 320px;
    width: 100%;
}

.dynamicqr_wrap {
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito", sans-serif;
}

/* team info */

.user_info_img {
    width: 170px;
    height: 170px;
    position: absolute;
}

.user_info_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whole-profile {
    margin-left: 180px;
}

.icon-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 2px;
}

.info_user {
    position: relative;
    padding: 5px 0 5px 32px;
}

#severity-status .apexcharts-legend {
    margin: 0;
}

@media (max-width: 768px) {
    .whole-profile {
        margin-top: 10px;
        margin-left: 0;
    }

    .user_info_img {
        position: inherit;
    }
}

/* general setting page */

.custom-label {
    font-size: var(--td-font);
    color: var(--less-visib-label);
    font-weight: 600;
}

.heading-color {
    color: var(--primary-color);
}

.active5 {
    background-color: var(--primary-color);
    color: white;
    border-radius: 4px;
    transition: 0.3s;
}

.custom-file-container__custom-file__custom-file-control {
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #cdcdcd;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.btn5 {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 4px;
}

/* CSS to hide the navigation bar */
.navbar-hide {
    display: none;
}

.sidenav-content .nav-link.active {
    background: var(--primary-color);
    color: white;
    border-radius: 6px;
}

.sidenav-content {
    margin: 10px;
}

.sidenav-content .nav-link {
    display: block;
    padding: 0.7rem 2rem;
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
    font-weight: 700;
}

.background {
    background: #ecfaff;
    border-radius: 12px;
}

.text-area-bg {
    background-color: #f1f1f1;
    border-radius: 10px;
    border: none;
}

.font-20 {
    font-size: 20px;
}

.font-23 {
    font-size: 23px;
}

.form-control.height-41 {
    height: 41px;
    background-color: #f1f1f1;
    border: none;
}

.nav-pills .nav-link.active.cstm-prm-bg {
    background-color: var(--primary-color);
}

.form-control.height-cst-feed {
    height: 41px;
}

#qrCode svg {
    width: 100%;
    height: 100%;
}

.select-width {
    width: 60px;
    border: 1px solid #bfc9d4;
    border-radius: 4px;
    padding: 4px;
    margin-left: 6px;
}

.g-setting {
    top: 128px;
}

.space-column-td-first {
    background: #fff !important;
}

.cstm-badge-bg {
    font-size: 10px !important;
    width: max-content !important;
}

.cstm-badge-bg .ellipses-td-space {
    max-width: max-content;
    width: max-content;
}

#borderTopContent .card-body.widget,
#pills-setting .card-body.widget {
    max-height: 100%;
}

/* setting scrool arrow */

.tag-rail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}

.rail-container {
    padding: 5px 42px 0 0;
    cursor: pointer;
    scroll-behavior: smooth;
}

.btn-left-con,
.btn-right-con {
    position: absolute;
}

.right-15 {
    right: 15px !important;
}

.btn-right-con {
    right: 0;
}

.btn-left,
.btn-right {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 100%;
    cursor: pointer;
    transition-duration: 0.25s;
    box-shadow: 0 0 16px 24px #fff;
    background: var(--secondary-color);
    color: #fff;
}

.btn-left {
    margin-left: 3px;
}

.btn-right {
    margin-right: 3px;
}

.btn-left:hover,
.btn-right:hover {
    background: var(--primary-color);
}

.btn-left:active,
.btn-right:active {
    background: #d9d9d9;
}

/* helpdesk configuration client setting */

.btn_radio {
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 12px;
}

.cstm_select
    .bootstrap-select.btn-group
    .dropdown-menu
    a.dropdown-item
    span.dropdown-item-inner {
    padding: 0px 19px;
    height: 40px;
}

/* pantry home page  */

.prod_img {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 6px;
}

.prod_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.dt-buttons .dt-button {
    height: 40px;
    line-height: 40px;
    padding: 0 15px !important;
    /* margin-bottom: 8px !important; */
}

.dt-buttons .dt-button i {
    margin-left: 5px;
}

.mt-20 {
    margin-top: 20px;
}

#pills-tab {
    row-gap: 0.3rem !important;
    column-gap: 0.1rem !important;
}

#pills-tab .nav-item:not(:last-child) {
    margin-right: 0px;
}

.attend_log th {
    width: 170px;
}

.msg_error {
    position: absolute;
    left: 14px;
    bottom: -18px;
    font-size: 11px;
}

span.error,
.error-text {
    font-size: 11px;
}

.pagination {
    margin: 10px 0;
}

#borderTop .nav-link {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.card-header select.form-control[multiple],
select.form-control[size] {
    height: 40px;
}

/* input file customize */
.asset-upload {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.asset-upload input[type="file"] {
    position: absolute;
    left: 3px;
    top: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    border: none !important;
    padding-left: 0;
}

.asset-upload-label {
    display: inline-block;
    background-color: var(--primary-color);
    /* color: #ffffff !important; */
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 40px;
    padding: 0px 14px;
    line-height: 38px;
    max-width: 105px;
}

.asset-upload-label span {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 0;
    border-radius: 0;
    width: 89px;
    cursor: pointer;
    left: 0;
    position: absolute;
    z-index: 9;
    text-align: center;
}

/* .asset-upload-label:hover {
    background-color: var(--secondary-color);
} */

textarea::placeholder {
    font-size: 13px !important;
}

.Repair-and-maintenance-table .img_wrap {
    background: #d1d1d1;
    height: 50px;
    width: 50px;
}

.Repair-and-maintenance-table .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img_alloacte {
    background: #d1d1d1;
}

.usr-email-addr {
    width: 200px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;

    text-wrap: auto;
}

.usr-email-addr :hover {
    -webkit-line-clamp: unset;
    display: block;
    white-space: normal;
    width: 240px;
}

.card-body.widget p.badge,
.card-body.widget #addQuestionData p {
    font-size: inherit;
}

.apexcharts-canvas {
    height: 100% !important;
    width: 100% !important;
}

#work-permits-by-status span.apexcharts-legend-text {
    max-width: 300px;
    height: 18px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin: 0 5px 0 5px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget,
.card-body {
    background-color: var(--all-widget);
}

/* client dashboard graph */
.site-graph-info .card-body.widget {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.site-graph-info .dashboard-widget {
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        rgb(209, 213, 219) 0px 0px 0px 1px inset;
    color: #000;
    padding: 10px;
    min-height: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-graph-info .dashboard-widget .over_text {
    color: #000 !important;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 9px;
}

.site-graph-info .dashboard-widget small {
    font-size: 9px;
}

.site-graph-info .dashboard-widget h6,
.site-graph-info .dashboard-widget p {
    color: #949494;
}

.site-graph-info .dashboard-widget h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
}

.site-graph-info .dashboard-widget::after {
    display: none;
}

/* header profile menu */

.profile_menu.show {
    min-width: 15rem !important;
}

.ps-750 {
    padding-left: 750px;
}

/* cxo dashboard */
.legend-text {
    font-size: 12px;
}

.bg_Capital {
    padding: 120px 5px 5px;
    background: #e2e1e7;
    border-radius: 10px;
    background-image: url(../../img/bg_capital.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cxo_dash .legend-circle,
.site_cxo_dash .legend-circle,
.sla_dash .legend-circle {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 2px 1px 3px 4px;
}

.cxo_dash .cap_img {
    padding: 5px;
}

.cap_img {
    width: 34px;
    height: 34px;
    margin-right: 6px;

    border-radius: 10px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

.c_bgr .cap_img {
    background: #ffe0e0;
    background: linear-gradient(
        90deg,
        rgba(255, 224, 224, 1) 5%,
        rgba(227, 200, 200, 1) 50%
    );
}

.c_bgs .cap_img {
    background: #e0ffed;
    background: linear-gradient(
        90deg,
        rgba(224, 255, 237, 1) 5%,
        rgba(195, 219, 205, 1) 50%
    );
}

.c_bgb .cap_img {
    background: #e2ebff;
    background: linear-gradient(
        90deg,
        rgba(226, 235, 255, 1) 5%,
        rgba(202, 211, 229, 1) 50%
    );
}

.c_bgy .cap_img {
    background: #fff0da;
    background: linear-gradient(
        90deg,
        rgba(255, 240, 218, 1) 5%,
        rgba(238, 223, 202, 1) 50%
    );
}

.c_bgg .cap_img {
    background: #defff8;
    background: linear-gradient(
        90deg,
        rgba(222, 255, 248, 1) 5%,
        rgba(195, 227, 220, 1) 50%
    );
}

.c_bgp .cap_img {
    background: #e5e3ff;
    background: linear-gradient(
        90deg,
        rgba(229, 227, 255, 1) 5%,
        rgba(217, 215, 240, 1) 50%
    );
}

.cap_img img {
    height: 100%;
}

.cap_card {
    display: flex;
    position: relative;
}

.cstm_card_header .card-header {
    background-color: transparent;
    color: var(--primary-color);
}

.cstm_card_header .card-header h5 {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.cstm_card_header .card-body {
    background-color: transparent;
}

.card-header .filter-icon {
    color: #000;
}

.text-green {
    color: #28bfa1 !important;
}

.card-title {
    font-weight: 700 !important;
}

/* #clientSpecifVisitor {
    height: 310px !important;
} */

.myTabyearly .nav-tabs .nav-link {
    font-size: 11px;
    color: var(--primary-color);
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px !important;
    margin: 0 3px !important;
}

.myTabyearly .nav-tabs .nav-link.active {
    border-radius: 4px !important;
    margin: 0 3px !important;
}
.user_bg {
    border-radius: 10px;
    background-image: url(../../img/user-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 179px;
    position: absolute;
    bottom: -45px;
    opacity: 0.5;
    display: flex;
    justify-content: end;
    right: 0;
    width: 300px;
}
.vis_image {
    border-radius: 10px;
    background-image: url(../../img/vis_status.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_diesel {
    border-radius: 10px;
    background-image: url(../../img/diesel_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 41px 41px;
    z-index: 9;
}

.circle_bg {
    position: relative;
    height: 100px;
    width: 200px;
    margin-left: auto;
    margin-top: -38px;
    margin-right: 55px;
}

.img_small {
    width: 20px;
}

.cxo_dash select#ticketRange {
    font-size: 0.85rem;
    padding: 5px 35px 7px 8px;
    box-shadow: none;
    border-color: var(--primary-color);
}

.light_img {
    height: 250px;
    /* width: 210px; */
    position: absolute;
    border: 0;
    left: -5px;
    bottom: -8px;
}

.bg-light-blue {
    background-color: #d4e1ff;
}

#energyUsageBar {
    width: 100px !important;
    height: 150px !important;
    z-index: 2;
    margin-left: 56px;
    position: relative;
    bottom: 6px;
    left: 3px;
}

/* 
.light_graph {
    width: 90px;
    height: 130px;
} */

.background-img {
    position: absolute;
    left: 100px;
    /* width: 100%; */
    height: 143px;
    z-index: 0;
    pointer-events: none;
    transform: translateZ(10px);
    top: -58px;
    opacity: 0.4;
}

/* #energyConsumptionChart {
    height: 300px !important;
    width: 100% !important;
} */
.ht-250 {
    height: 300px;
}

.border_line {
    height: 100%;
    width: 3px;
    background: var(--primary-color);
    border-radius: 4px;
    margin: 0 auto;
}

#camChargesChart {
    height: 500px !important;
    width: 100% !important;
}

#dieselUsageLine {
    width: 100%;
    height: 220px !important;
    /* Use !important to override potential Chart.js inline styles */
}

canvas#ticketsChart {
    height: 220px !important;
}

#chillerAssets {
    height: 145px;
}

#maintenance {
    height: 200px !important;

    max-width: 100%;
}

.overall-asset {
    /* width: 345px;
    margin: 0 auto;
    */
    height: 300px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 400px;
    max-width: 900px; */
    margin: auto;
}

#overallAssets {
    width: 100% !important;
    height: 100% !important;
}

#workOrdersChart {
    height: 180px;
}

#ParkingChart {
    width: 100% !important;
}

.chart-wrapper {
    width: 170px;
    height: 170px;
}

.chart-wrapper canvas {
    width: 100% !important;
    height: 100% !important;
}

.attendance-chart-container {
    height: 400px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.attendance-chart-container canvas {
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 1600px) {
    .bg_diesel {
        padding: 10px 5px 25px;
    }
}

/* asset dashboard */

.asset_dash .dashboard-widget .w-content span.value {
    font-size: 22px;
    font-weight: 600;
}

.asset_dash .dashboard-widget h4 {
    display: flex;
    flex-direction: column;
}

.asset_dash .w-content {
    position: absolute;
    right: 15px;
    top: 36px;
}

.hr_brdr {
    border-top: 1px solid #d7d7d7;
}

.mt-35 {
    margin-top: 35px;
}

.swal2-popup .swal2-title {
    color: #595959;
}

div:where(.swal2-icon) .swal2-icon-content {
    font-size: 1.75em !important;
}

.mt-37 {
    margin-top: 37px;
}

/* asset dashboard */

.asset_dash .dashboard-widget .w-content span.value {
    font-size: 22px;
    font-weight: 600;
}

.asset_dash .dashboard-widget h4 {
    display: flex;
    flex-direction: column;
}

.asset_dash .w-content {
    position: absolute;
    right: 15px;
    top: 36px;
}

.hr_brdr {
    border-top: 1px solid #d7d7d7;
}

.mt-35 {
    margin-top: 35px;
}

.swal2-popup .swal2-title {
    color: #595959;
}

div:where(.swal2-icon) .swal2-icon-content {
    font-size: 1.75em !important;
}

.mt-37 {
    margin-top: 37px;
}

.select2-selection.select2-selection--single {
    box-shadow: none !important;
}
.swal2-icon {
    width: 2.5em !important;
    height: 2.5em !important;
    line-height: 2.5em !important;
    margin: 10px auto 20px !important;
}
/*  */

.wizard-space .nav-tabs .nav-link {
    color: grey;
}

.wizard-space {
    display: table;
    width: 100%;
    position: relative;
}

.wizard-space-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.wizard-space-row:before {
    top: 25px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #e3e3e3d9;
}

.wizard-space-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.wizard-space-row .nav-link {
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 0 !important;
    font-size: 24px;
    line-height: 50px;
    border-radius: 50px !important;
}

.wizard-space-row .nav-link.active {
    color: white !important;
    background: var(--primary-color) !important;
    border-radius: 50px !important;
    box-shadow: none;
    border: none;
}

.fs-12 {
    font-size: 12px;
}

.hide {
    display: none !important;
}

.filtered-list-search form .cstm_search_position button {
    border-radius: 0 6px 6px 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 40px !important;
    height: 42px;
    background: var(--primary-color);
}

.mt-20 {
    margin-top: 20px;
}

/*Data right sidebar client dashboard*/

.data_sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: var(--body-color);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
    padding: 0 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    color: var(--primary-color);
}

.data_sidebar .closebtn {
    position: absolute;
    right: 12px;
    z-index: 2;
    font-size: 33px;
    margin-left: 0px;
    background-color: transparent;
    display: flex;
    justify-content: end;
    padding-right: 10px;
    top: -6px;
    color: #fff;
}
.data_sidebar .card {
   height: 100vh;
}
.data_sidebar .card-body {
    max-height: calc(100vh - 30px);
    padding: 15px 15px 0;
    overflow: scroll;
    height: 100%;
}
.data_sidebar .card-body th {
    position: sticky;
}
.data_sidebar {
    right: 0;
}
@media screen and (max-width: 1500px) {
    #energyUsageBar {
        width: 65px !important;
        margin-left: 40px;
        height: 125px;
    }
    .light_img {
        height: 220px;
    }
    #energy_current_month,
    #energy_last_month {
        font-size: 18px;
        letter-spacing: -0.4px;
    }
}
@media screen and (max-width: 1400px) {
    .small,
    small {
        font-size: 0.85em;
    }

    /* .cap_img {
        width: 20px;
        height: 20px;
    } */

    .img_small {
        width: 14px;
    }

    .card-body.widget p {
        font-size: 12px;
    }

    h2 {
        font-size: 1.3rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    h4 {
        font-size: 1rem;
    }

    .widget h5 {
        font-size: 13px;
    }

    #workOrdersChart {
        height: 166px !important;
        width: 166px !important;
    }
}

@media screen and (max-width: 1440px) {
    #severity-status .apexcharts-legend {
        display: none !important;
    }
}

@media screen and (max-width: 450px) {
    .data_sidebar {
        padding-top: 15px;
    }
}

.mx-width-fit {
    max-width: fit-content;
}

.bt-select-type .bootstrap-select.btn-group .dropdown-menu {
    max-height: 280px !important;
    /* height: 100%; */
}

div#occupancyStatusChart {
    height: 190px !important;
}

.black-background::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000040;
    top: 0;
    left: 0;
}

.black-background {
    z-index: 99;
}

.z-99 {
    z-index: 9;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.bg-blue-light {
    background-color: rgb(166 176 249);
}

.bg-blue-dark {
    background-color: rgb(76 97 249);
}

.text-blue {
    color: rgb(76 97 249) !important;
}

.cstm-icon-sm {
    font-size: 13px;
}

#checklist-work-orders,
.ppm-checklist-work-orders {
    min-height: 320px !important;
    width: 100%;
    text-align: center;
}

/* For screens 1199px and below */
@media (max-width: 1199px) {
    #checklist-work-orders,
    .ppm-checklist-work-orders {
        min-height: 320px !important;
    }
    .dashboard-widget h4 {
        font-size: 13px;
    }
    .dashboard-widget i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    #overallEnergyConsumption {
        height: inherit !important;
    }

    .energyConsumptionChart {
        min-height: inherit;
    }

    .border_line {
        height: 3px;
        width: 100%;
        background: var(--primary-color);
    }
}

/* For screens 768px and below */
@media (max-width: 768px) {
    #checklist-work-orders,
    .ppm-checklist-work-orders {
        min-height: 300px !important;
    }
}

/* For very small screens 480px and below */
@media (max-width: 480px) {
    #checklist-work-orders,
    .ppm-checklist-work-orders {
        min-height: 250px !important;
    }
}

.custom-icon {
    color: #8a7f8d;
    font-size: 18px;
}

/* site cxo dashboard */

.site_cxo_dash .bg_Capital {
    padding: 8px;
    margin: auto;
    display: flex;
    justify-content: end;
    border-radius: 10px 0 0 10px;
}

.site_cxo_dash .cap_card {
    flex-direction: column;
    gap: 6px;
    height: 100%;
    justify-content: space-between;
}

.site_cxo_dash .card-body.widget {
    padding: 12px;
}

.site_cxo_dash .cap_img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.site_cxo_dash .bg_Capital .card {
    width: 270px;
}

.cap_icon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    color: initial;
    border-radius: 50px;
    font-size: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
        rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    margin-right: 10px;
}

.custom-card-cxo {
    border-radius: 6px;
}

.cmn_img {
    position: absolute;
    right: 0;
    width: 64px;
    bottom: -15px;
    opacity: 0;
}

.digitalchecklist_monthly {
    max-height: 450px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

#digitalchecklistmonthly {
    width: 100% !important;
    max-height: 330px !important;
}

.smart-ticket-wrap {
    max-height: 400px !important;
    width: 100% !important;
}

#smartticket {
    height: 100% !important;
    max-height: 250px !important;
    width: 100% !important;
    max-width: 100%;
}

/* pagination */

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black-white);
}

/* from custom-sweetalert */

.widget-content .row.padding35 .col-md-4 {
    margin-bottom: 20px;
}

/* site cxo right sidebar */

#sidebar-data #workOrdersTable {
    margin-bottom: 20px !important;
    border-bottom: 1px solid #eee;
}

#sidebar-data .dataTables_wrapper div.dataTables_paginate {
    float: inline-end;
}
#sidebar-data .card-header {
    position: sticky;
    top: 0;
    z-index: 1;
}
/* global loader */

.global-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
    pointer-events: none;
}

.loader-container {
    text-align: center;
    pointer-events: all;
}

.custom-spinner {
    width: 3rem;
    height: 3rem;
    border: 0.25em solid #f3f3f3;
    border-top: 0.25em solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

.loader-text {
    color: #3498db;
    margin-top: 1rem;
    font-weight: 500;
    font-size: 1.1rem;
}

/* global loader */

#sidebar-data div.dt-buttons {
    position: initial;
    float: inline-end;
    margin-left: 10px;
}

.buttons-csv {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* outline button */

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.ms-50 {
    margin-left: 50%;
}

.swal2-popup .swal2-actions button {
    border: none;
    margin: 0 6px;
    height: 40px;
    padding: 0 14px;
    color: #fff;
    box-shadow: none;
    border-radius: 3px;
}

.swal2-popup .swal2-actions button.swal2-confirm {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.swal2-popup .swal2-actions button.swal2-cancel {
    background-color: transparent !important;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

/* chart reponsive  */

@media (max-width: 767px) {
    .overall-asset {
        flex-direction: column;
    }
}

.fc-license-message {
    display: none;
}

/* designation client css */
.team_circle_wrap {
    display: flex;
    align-items: center;
}

.team_circle_wrap .team_design_circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-left: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: var(--primary-color);
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
        rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    z-index: 1;
    position: relative;
}

/* Optional: Ensure the first circle doesn't shift left */
.team_circle_wrap .team_design_circle:first-child {
    margin-left: 0;
}

.team_circle_wrap .team_design_circle:nth-child(3n + 1) {
    background-color: #d0cdff;
    color: #847ddc;
    z-index: 4;
}

.team_circle_wrap .team_design_circle:nth-child(3n + 2) {
    background-color: #b7ffd4;
    color: #40af6d;
    z-index: 3;
}

.team_circle_wrap .team_design_circle:nth-child(3n + 3) {
    background-color: #ffdfdf;
    color: #f64242;
    z-index: 2;
}

.img_size {
    width: 35px;
    height: 35px;
}

.width-15 {
    width: 15px;
}

.chart-inventory {
    width: 100%;
    max-width: 150px;
}

.bg_Capital_inventory {
    border-radius: 10px;
    background-image: url(../../img/bg_capital_inventory.png);
    background-repeat: no-repeat;
    background-size: cover;
    background: var(--primary-color);
}

.inventory-card {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 10px 0;
}

.inventory-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 4px;
    border: 3px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 8px;
}

.inventory-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.inventory-info {
    flex: 1;
}

.inventory-info .title {
    margin-bottom: 2px;
}

.inventory-info .category {
    color: #999;
    font-size: 14px;
}

.inventory-requests {
    text-align: right;
}

.inventory-requests .count {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}

.inventory-requests .label {
    font-size: 12px;
    color: #666;
}

.legend-item {
    display: flex;
    flex-direction: column;
    background: #f2f2f2;
    border-radius: 8px;
    padding: 7px 10px;
}

.legend-item span {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
}

.legend-color {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.red {
    background-color: #ff4c4c;
}

.blue {
    background-color: #4c89ff;
}

.data-value {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.red-value {
    color: #ff4c4c;
}

.blue-value {
    color: #4c89ff;
}

.chart-containerd {
    height: 222px;
    width: 222px;
    margin: 0 auto 10px;
}

.chart-container {
    max-height: 400px !important;
    width: 100% !important;
}

.chart-container canvas {
    max-height: 270px !important;
    width: 100% !important;
    max-width: 100%;
}

.rchart-container {
    max-height: 400px !important;
    width: 100% !important;
}

.rchart-container canvas {
    max-height: 320px !important;
    width: 100% !important;
    max-width: 100%;
}

canvas#stockChart {
    max-height: 325px !important;
}

.min-wd-210 {
    min-width: 210px;
}

.bg-opacity-less {
    background: #0000008a;
    padding: 10px 0;
}

.wd-80 {
    width: 80px;
}

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

.mx-width {
    max-width: 300px;
}

.border-cstm {
    border: 1px solid #e8e8e8;
}

.item-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
}

.item-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.stock-bar-container {
    margin-top: 10px;
    margin-bottom: 20px;
}

.stock-bar {
    height: 6px;
    border-radius: 10px;
    background: #e0e0e0;
    position: relative;
}

.stock-bar-fill {
    height: 100%;
    background: #7e6fe3;
    border-radius: 10px;
}

.stock-values {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 14px;
    color: #444;
}

.highlight {
    color: #7e6fe3;
    font-weight: bold;
}

.chart-box {
    width: 45%;
    text-align: center;
}

.stock_level_wrap canvas {
    max-width: 150px;
    max-height: 160px;
    margin: 0 auto;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #b3b3b3;
    margin: 0 -15px 15px;
}

.wd-100 {
    width: 100px;
}

.width-0 {
    width: 0;
}

.ticket_image {
    width: 100px;
    height: 100px;
    object-fit: fill;
    margin-right: 10px;
}

.d-inline-grid {
    display: inline-grid;
}

.show-att-img {
    border-radius: 0%;
    box-shadow: 0px 1px 5px rgba(71, 71, 71, 0.4);
    width: 123px;
    height: 132px;
    object-fit: cover;
}

.wd-210 {
    min-width: 210px;
}

.wd-330 {
    min-width: 330px;
    width: 100%;
}

.wd-140 {
    min-width: 140px;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px;
}

.wd-75 {
    width: 75px;
}

.wd-32 {
    width: 32px;
}

.disp-none {
    display: none;
}

.remove_icon {
    width: 25px !important;
    height: 25px;
    background: var(--bs-danger);
    color: #fff !important;
    line-height: 25px;
    text-align: center;
    border-radius: 20px;
    padding: 0 !important;
}

.btn-md-width {
    min-width: 160px;
}

.btn-width-180 {
    width: 180px;
}

.btn-width-120 {
    width: 120px !important;
}

.n-chk.cst {
    height: 40px;
}

.breadcrumb-item a {
    color: var(--black-white);
}

.bg_Capital_visitor {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* ensures pseudo-element doesn't spill */
    /* fallback background color */
    background: var(--primary-color);
}

.bg_Capital_visitor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/bg_capital_visitor.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* opacity: 0.6; */
    z-index: 0;
    background-position: center;
}

/* Ensure content is above the pseudo-element */
.bg_Capital_visitor * {
    position: relative;
    z-index: 1;
}

.apexcharts-tooltip {
    z-index: 9999 !important;
    /* ensures tooltip is above everything */
}

.container-chart {
    max-height: 400px;
    width: 100%;
}

.container-chart .graph-height {
    min-height: 300px !important;
    height: 100%;
    width: 100%;
}

.container_graph {
    max-height: 220px;
    width: 100%;
}

.cstm-img_access {
    height: 60px;
    object-fit: fill !important;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
        rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    padding: 8px;
    border-radius: 5px;
    width: max-content;
}

.ppm_assign_wrap .tab-content .card-body.widget {
    max-height: 100%;
}

.fc-icon-chevron-right:before {
    font-family: "Font Awesome 6 Free";
    /* or 5 depending on version */
    font-weight: 900;
    content: "\f054";
    /* Unicode for FA chevron-right */
}

.fc-icon-chevron-left:before {
    font-family: "Font Awesome 6 Free";
    /* or 5 depending on your setup */
    font-weight: 900;
    content: "\f053";
    /* Unicode for FA chevron-left */
}

.cstm-maxwidth {
    max-width: 445px;
    width: 100%;
}

/* new error page */

.error_page {
    height: 100vh;
    background: #faedff;
}

.btn-theme {
    background: var(--primary-color);
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    border: 1px solid var(--primary-color);
}

.btn-theme:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Define the keyframes */

.img_error {
    height: 400px;
    padding: 15px;
}

.img_error img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* mark attenadnce sticky td */

/* Sticky first 4 table headers */
.sticky-thead #attendance-table thead th:nth-child(-n + 5) {
    position: sticky;
    top: 0;
    /* stick to top when scrolling vertically */
    /* background: var(--primary-color); */
    z-index: 10;
    /* color: var(--white); */
}

/* Sticky first 4 table cells */
.sticky-thead #attendance-table tbody td:nth-child(1),
.sticky-thead #attendance-table tbody td:nth-child(2),
.sticky-thead #attendance-table tbody td:nth-child(3),
.sticky-thead #attendance-table tbody td:nth-child(4),
.sticky-thead #attendance-table tbody td:nth-child(5) {
    position: sticky;
    background: var(--all-widget);
    z-index: 5;
}

/* Set left offsets for each sticky column */
.sticky-thead #attendance-table thead th:nth-child(1),
.sticky-thead #attendance-table tbody td:nth-child(1) {
    left: 0;
}

.sticky-thead #attendance-table thead th:nth-child(2),
.sticky-thead #attendance-table tbody td:nth-child(2) {
    left: 148px;
}

/* width of 1st column */
.sticky-thead #attendance-table thead th:nth-child(3),
.sticky-thead #attendance-table tbody td:nth-child(3) {
    left: 228px;
}

/* sum of 1st + 2nd */
.sticky-thead #attendance-table thead th:nth-child(4),
.sticky-thead #attendance-table tbody td:nth-child(4) {
    left: 353px;
}

/* sum of 1st + 2nd + 3rd */

.sticky-thead #attendance-table thead th:nth-child(5),
.sticky-thead #attendance-table tbody td:nth-child(5) {
    left: 488px;
}
.sticky-thead #attendance-table thead th {
    padding: 10px 23px 10px 23px !important;
    position: sticky;
    top: 0;
}
.chart-wrapper1 {
    min-height: 235px;
    height: 100%;
}

.attendance-chart {
    height: 250px;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
}

.post-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
}

.radius-12 {
    border-radius: 12px;
}

.holiday-list {
    list-style: none;
    padding: 0;
}

.holiday-list li {
    margin-bottom: 10px;
}

textarea.cstm-textarea {
    border: none !important;
    background: transparent;
    appearance: none;
    resize: none;
}

.user_img {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
}

.ht-50 {
    height: 50px !important;
}

.ht-30 {
    height: 30px !important;
}

.wd-50 {
    width: 50px !important;
}

.user_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bg_Capital_landing {
    padding: 208px 15px 15px;
    background: #e2e1e7;
    border-radius: 10px;
    background-image: url(../../img/landing_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

.sites_name {
    bottom: 0;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: bold;
    color: #fff;
}

.sites_name h5 {
    font-weight: 700;
    color: #fff;
}

.rounded-2 {
    border-radius: 5px !important;
}
.rounded-5 {
    border-radius: 15px !important;
}

.card-horizontal {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 8px;
    position: relative;
}

.card-horizontal img.main-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

.card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.small-img {
    width: 15px;
    height: 15px;
    object-fit: cover;
    border-radius: 50%;
    float: right;
}

.date_wrap {
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    line-height: 16px;
}

.fs-14 {
    font-size: 14px;
}

.shift-card {
    background-color: var(--primary-color);
    color: white;
    border-radius: 12px;
    width: 100%;
    padding: 20px;
}

.shift-card h6 {
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.shift-card .time,
.shift-card .date {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 5px 0;
}

.shift-details {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.shift-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 200px;
}

.shift-item h6 {
    font-size: 0.8rem;
}

.shift-item p {
    margin: 0;
    font-size: 0.85rem;
}

.shift-item .number {
    font-size: 1.5rem;
    font-weight: bold;
}

.chart-container_landing {
    width: 100%;
}

.truncate-2lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.3s ease;
}

.truncate-2lines.expanded {
    -webkit-line-clamp: unset;
    /* remove clamp */
}

.btn-text-read {
    background: none;
    /* Remove background */
    padding: 0;
    /* Remove padding */
    border: none;
    /* Remove border */
    box-shadow: none;
    /* Remove any shadow */
    color: var(--primary-color);
    /* Bootstrap primary color */
    text-decoration: underline;
    /* optional underline */
    cursor: pointer;
    /* Pointer on hover */
    margin: 0;
}

.btn-text-read:hover {
    color: var(--primary-color);
    /* Darker on hover */
    text-decoration: none;
    /* Remove underline on hover if desired */
}

.dataTables_processing {
    color: #000 !important;
    z-index: 11 !important;
}

/* reading dashboard */
.chiller_box {
    padding: 15px;
    border-radius: 5px;
    position: relative;
    background: aliceblue;
    /* fallback */
}

.chiller_box::before {
    width: 6px;
    height: 100%;
    content: "";
    position: absolute;
    border-radius: 5px;
    left: 0;
    top: 0;
}

.chiller_status .row > div:nth-child(1) .chiller_box {
    background-color: #e8fce8;
    /* light green */
}

.chiller_status .row > div:nth-child(1) .chiller_box::before {
    background-color: #28a745;
    /* green stripe */
}

.chiller_status .row > div:nth-child(2) .chiller_box {
    background-color: #f642422e;
    /* light green */
}

.chiller_status .row > div:nth-child(2) .chiller_box::before {
    background-color: #dc3545;
    /* green stripe */
}

.chiller_status .row > div:nth-child(3) .chiller_box {
    background-color: #fff5e6;
    /* light orange */
}

.chiller_status .row > div:nth-child(3) .chiller_box::before {
    background-color: #ff9800;
    /* orange stripe */
}

.progress-bar-gredient {
    background: linear-gradient(90deg, #5d1f72, #ae8fb8);
}

.rechart-container {
    max-height: 200px !important;
    width: 100% !important;
}

.trchart-container {
    max-height: 150px !important;
    width: 100% !important;
}

.trchart-container canvas {
    max-height: 150px !important;
    width: 100% !important;
    max-width: 100%;
    height: 100%;
}

.rdata_wrap {
    position: absolute;
    top: 50px;
}

.rechart-container canvas {
    max-height: 200px !important;
    width: 100% !important;
    max-width: 100%;
    height: 100%;
}

#runtimeChart {
    width: auto !important;
    margin: 0 auto;
}

.cooling-card {
    background: #efe9f1;
    display: flex;
    align-items: end;
}

.chiller_img {
    height: 150px;
    max-width: 100%;
    object-fit: cover;
}

.apexcharts-legend {
    margin-top: 10px;
}

#work-permits-by-status,
#work-permits-by-hot-cold {
    text-align: center;
}

.no_img_found {
    width: 370px;
    margin: 0 auto;
    max-width: 100%;
}

.my-box {
    background: linear-gradient(
        62deg,
        color-mix(in srgb, var(--primary-color) 90%, black),
        var(--primary-color) 53%,
        color-mix(in srgb, var(--primary-color) 70%, white)
    );
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
        rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.width-120 {
    width: 120px;
}

.shadow_main {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
        rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

/* 3D chart */

.cstm-container-chart {
    max-height: 300px !important;
    width: 100% !important;
    height: 100%;
}

.cstm-container-chart2 {
    max-height: 350px !important;
    width: 100% !important;
    height: 100%;
}

.cstm-container-chart2 .custom_chart {
    max-height: 300px !important;
}

.custom_chart {
    width: 100% !important;
    max-width: 100%;
    height: 100%;
}

.cstm-container-chart .custom_chart {
    max-height: 230px !important;
}

.cstm-container-chart1 .custom_chart {
    max-height: 270px !important;
}

.cstm-container-chart .chart-input {
    margin: 10px 0;
}

.fs-small {
    font-size: 13px;
    font-weight: 600;
}

/* sla  page  html design  */

.schart-container {
    max-height: 100px !important;
    width: 100%;
}

.schart-container canvas {
    max-height: 90px !important;
    width: 100% !important;
    max-width: 100%;
}

.sla_dash .schart-container {
    margin: 0 0px -11px 3px;
    padding: 10px 0 0;
}

.sla_dash .schart-container canvas {
    max-height: 100px !important;
}

/* setting sla */

.group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-items {
    padding-left: 2rem;
}

.sub-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.15rem 0;
}

.disabled {
    color: #6c757d;
}

.cstm-center-border::after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    z-index: 9;
    background: #9d9d9d;
    left: 50%;
    top: 0;
}

.custom-check .form-check-input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary-color);
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.custom-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.custom-check .form-check-input:checked::after {
    /* content: "✔"; */
    position: absolute;
    color: white;
    font-size: 14px;
    top: 0;
    left: 3px;
}

.custom-check .form-check-input:hover {
    box-shadow: 0 0 4px var(--primary-color);
}

/* Disabled styling */
.disabled-group {
    opacity: 0.6;
    pointer-events: none;
}

.disabled-group .form-check-label {
    cursor: not-allowed;
}

.sla_settings .switch.s-success .slider:before {
    background-color: var(--primary-color);
}

.sla_settings .switch.s-success input:checked + .slider {
    background-color: var(--primary-color);
}

.sla_settings .switch input:checked + .slider:before {
    background-color: #fff;
}

.second_cstm-center-border::after {
    top: 46px;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 9;
    background: #9d9d9d;
    left: 0;
}

.second_cstm-center-border .cstm-center-border::after {
    left: 100%;
}

.team-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    padding: 0 0 0 15px;
    margin-bottom: 8px;
    box-shadow: 0 0 4px rgba(108, 95, 252, 0.1);
    overflow: hidden;
    height: 40px;
}

.team-name {
    font-weight: 500;
    color: #444;
    font-size: 12px;
}

.delete-btn {
    background-color: #ff4d4d;
    border: none;
    color: white;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.delete-btn:hover {
    background-color: #e04343;
}

.form-select {
    border-color: #d4c9f9;
    /* border-radius: 10px; */
    color: #555;
    height: 40px;
}

.filter-dropdown {
    min-width: 300px;
    padding: 15px;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}

.filter-section {
    margin-bottom: 15px;
}

.filter-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.reset-link {
    font-size: 12px;
    color: var(--primary-color);
    cursor: pointer;
    margin-left: auto;
}

#departmentTabsContent .table-bordered td {
    white-space: nowrap;
    font-size: 11px;
    padding: 4px;
}

#departmentTabsContent
    .table-bordered
    tbody
    > tr
    > td
    > table
    > tbody
    > tr
    > td:not(:first-child) {
    text-align: center !important;
}

.loader-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 5;
    display: none;
    /* hidden by default */
}

.cstm-container-chart {
    position: relative;
    /* min-height: 250px; */
}

.energyLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: none;
    z-index: 10;
    display: none;
    /* hidden by default */
}

/* Spinners */

.loader--spinner {
    display: inline-block;
    position: absolute;
    color: var(--primary-color);
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader--spinner div {
    animation: loader--spinner 1.2s linear infinite;
    transform-origin: 30px 30px;
}

.loader--spinner div:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 27px;
    border-radius: 20%;
    content: " ";
    height: 10px;
    width: 5px;
}

.loader--spinner div:nth-child(1) {
    animation-delay: -1.1s;
    transform: rotate(0deg);
}

.loader--spinner div:nth-child(2) {
    animation-delay: -1s;
    transform: rotate(30deg);
}

.loader--spinner div:nth-child(3) {
    animation-delay: -0.9s;
    transform: rotate(60deg);
}

.loader--spinner div:nth-child(4) {
    animation-delay: -0.8s;
    transform: rotate(90deg);
}

.loader--spinner div:nth-child(5) {
    animation-delay: -0.7s;
    transform: rotate(120deg);
}

.loader--spinner div:nth-child(6) {
    animation-delay: -0.6s;
    transform: rotate(150deg);
}

.loader--spinner div:nth-child(7) {
    animation-delay: -0.5s;
    transform: rotate(180deg);
}

.loader--spinner div:nth-child(8) {
    animation-delay: -0.4s;
    transform: rotate(210deg);
}

.loader--spinner div:nth-child(9) {
    animation-delay: -0.3s;
    transform: rotate(240deg);
}

.loader--spinner div:nth-child(10) {
    animation-delay: -0.2s;
    transform: rotate(270deg);
}

.loader--spinner div:nth-child(11) {
    animation-delay: -0.1s;
    transform: rotate(300deg);
}

.loader--spinner div:nth-child(12) {
    animation-delay: 0s;
    transform: rotate(330deg);
}

@keyframes loader--spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loader--spinner div:after {
    background: var(--primary-color);
}

.form-control.score-input {
    border-radius: 4px 0 0 4px;
    width: 45px;
    padding: 2px;
    font-size: 11px;
}

/* Scrollable table inside tabs */
/* #departmentTabsContent .card-body {
    max-height: calc(100vh - 230px);
    scrollbar-width: thin;
    overflow-x: hidden;
    height: 100%;
    padding-top: 0;
    position: relative;
} */
#departmentTabsContent .card-body .table-responsive {
    margin-top: 25px;
    overflow: scroll;
    height: calc(100vh - 230px);
    padding-bottom: 50px;
}

#departmentTabsContent .table > thead {
    vertical-align: bottom;
    position: sticky;
    top: 0;
    z-index: 4;
}

/* Optional: nice scrollbar for Chrome/Edge */
#departmentTabsContent .table-responsive::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

#departmentTabsContent .table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

#departmentTabsContent .table-responsive::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.cstm_card_header .bg_tran_cstm {
    background-color: #ffffffb0 !important;
}

#departmentTabsContent .card-body .btn_wrap {
    position: sticky;
    right: 34px;
    top: 10px;
}

#departmentTabsContent #remarks_input_cms,
#departmentTabsContent textarea {
    min-height: 40px;
    height: 40px;
}

#departmentTabsContent .table > tbody tr {
    line-height: 40px;
    border-collapse: collapse;
}

.weightedscore-input,
#weightedscore-input,
.security-weightscore,
.eng-weightscore,
input#weightedscore_input_cms,
#engineering-input,
.cstm_input_wd {
    width: 75px;
    /* margin: 0 auto; */
}

select.form-select.weightedscore-input {
    width: 100%;
    max-width: 90px;
    font-size: 11px;
    padding: 2px;
}

/* Applies to all tables inside #departmentTabsContent */
#departmentTabsContent .table > thead > tr > th {
    padding: 10px !important;
    text-align: center;
    vertical-align: middle;
}

/* Left-align only the first column in head, body, and footer */
/* Apply padding and center align for all table headers */
#departmentTabsContent .table > thead > tr > th {
    padding: 10px !important;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 0 !important;
    line-height: 13px;
}

/* Left-align the 1st and 2nd columns (header, body, and footer) */
#departmentTabsContent .table>thead>tr>th:first-child,
/* #departmentTabsContent .table > thead > tr > th:nth-child(2), */
#departmentTabsContent .table>tbody>tr>td:first-child,
/* #departmentTabsContent .table > tbody > tr > td:nth-child(2), */
#departmentTabsContent .table>tfoot>tr>td:first-child

/* #departmentTabsContent .table > tfoot > tr > td:nth-child(2)  */ {
    text-align: left !important;
}

.manpower td:first-child,
.score-card td:first-child {
    text-align: center;
}

/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    z-index: 1;
}

.order-summary {
    gap: 6px;
    display: flex;
    flex-direction: column;
}

/* animated header */

.animated_header
    .navbar
    .navbar-item
    .nav-item.user-profile-dropdown
    .nav-link.user
    span {
    color: #fff !important;
}

.animated_header
    .navbar
    .navbar-item
    .nav-item.user-profile-dropdown
    .nav-link.user
    .second-span {
    font-size: 10px;
    color: #fff !important;
    font-weight: 600;
}

.animated_header .profile-drop-icon::before {
    top: 19px;
    right: auto;
    position: absolute;
    margin-left: 10px;
    color: #fff !important;
}

/* sticky td for SLA */
/* === Table Cell Defaults === */
.cstm_tbl_td td {
    line-height: 16px;
    width: 200px;
    height: 45px;
    vertical-align: middle;
    word-break: break-all;
    text-align: left;
    padding: 0px 14px !important;
}

.cstm_tbl_td tbody tr {
    border: none;
}

.cstm_tbl_td {
    max-width: 160px;
}

/* === Sticky First & Second Columns (TDs) === */
/* === General Cell Styles === */
.cstm_tbl_td td {
    line-height: 16px;
    width: 200px;
    height: 45px;
    vertical-align: middle;
    word-break: break-all;
    text-align: left;
    padding: 0 14px !important;
}

.cstm_tbl_td tbody tr {
    border: none;
}

.cstm_tbl_td {
    max-width: 160px;
}

/* === Sticky Columns (TDs + THs) === */
.cstm_td_sticky > td:first-child,
.cstm_td_sticky > td:nth-child(2) {
    position: sticky;
    background: var(--body-color, #fff);
    z-index: 2;
    color: var(--primary-color, #6c5ffc) !important;
}

.cstm_td_sticky th:first-child,
.cstm_td_sticky th:nth-child(2) {
    position: sticky;
    z-index: 9;
}

/* === First Column === */
.cstm_td_sticky > td:first-child,
.cstm_td_sticky th:first-child {
    left: 0;
    width: 200px;
    /* above 2nd column */
}

/* === Second Column === */
.cstm_td_sticky > td:nth-child(2),
.cstm_td_sticky th:nth-child(2) {
    left: 176px;
    width: 200px;
}

/* === Sticky Header (TH) === */
.cstm_td_sticky th {
    position: sticky;
    top: 0;
    background: var(--secondary-color);
    z-index: 9;
    /* header stays above cells */
}

/* === Top-left Corner Cells (first 2 THs) === */
.cstm_tbl_td th:first-child {
    left: 0;
    top: 0;
    z-index: 6;
    /* highest */
    background-color: var(--primary-color);
    color: #fff !important;
}

.cstm_tbl_td thead th:nth-child(2) {
    left: 196px;
    top: 0;
    z-index: 5;
}

/* === Header Highlight (Optional Custom Header Cells) === */
#departmentTabsContent .cstm_td_sticky .cstm_head_td {
    z-index: 2;
    position: sticky;
    left: 0;
    background: var(--primary-color) !important;
    color: #fff !important;
    padding: 0px 10px;
    font-size: 13px !important;
    height: 35px;
    line-height: 14px;
    vertical-align: middle;
}

/* /inventory added select 2 and search  */
span.select2-selection.select2-selection--single {
    border: 0;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
    top: 0;
    right: 0;
    width: 34px;
}

.slide_show_btn {
    position: fixed;
    left: 50%;
    background-color: var(--secondary-color);
    z-index: 9999;
    top: 10px;
    color: #fff!important;
    padding: 10px 15px;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    font-weight: 600;
    /* animation: bounceGrow 1.6s infinite ease-in-out; */
}
/* Keyframes for bounce + slight grow */
@keyframes bounceGrow {
    0%,
    100% {
        transform: scale(1) translateY(0);
    }

    50% {
        transform: scale(1.12) translateY(-0px);
    }
}
.month-box {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 9999;
    width: 200px;
    border-radius: 6px;
    top: 44px;
}

.month-option {
    padding: 8px 12px;
    cursor: pointer;
}

.month-option:hover {
    background: #f2f2f2;
}

.seat_dashboard .cap_icon > .img_small {
    width: 20px;
    filter: grayscale(1);
}
.vector_transparent::after {
    position: absolute;
    right: -69px;
    content: url(../../img/transparentbg.png);
    bottom: -6px;
    transform: perspective(10px);
}
.vector_transparent {
    position: relative;
}
.seat_dashboard .cap_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table > thead > tr > th {
    line-height: 1.2;
}

/* mark attendance scroll */

#attendance-table_wrapper .table-responsive {
    overflow-x: auto;
    overflow-y: auto;
    height: calc(100vh - 320px);
}

/* inventory module */

.inventory_items .table > thead > tr > th {
    padding: 10px 30px 10px 10px !important;
}

.daterangepicker {
    line-height: 1em;
    right: auto !important;
    left: auto !important;
    top: 20% !important;
}

.zd-scrollbar {
    overflow: scroll !important;
}
.work-permit-create .zd-scrollbar {
    overflow: auto; /* Always show scrollbar if content overflows */
    position: relative;
}

/* For WebKit browsers (Chrome, Edge, Safari) */
.work-permit-create .zd-scrollbar::-webkit-scrollbar {
    width: 10px; /* width of vertical scrollbar */
    height: 10px; /* height of horizontal scrollbar */
}

.work-permit-create .zd-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--primary-color); /* Prominent primary color */
    border-radius: 5px;
}

.work-permit-create .zd-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1; /* optional track color */
    border-radius: 5px;
}

/* For Firefox */
.work-permit-create .zd-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) #f1f1f1; /* thumb and track */
}

.icon_wrap {
    border: 1px solid #dfdfdf;
    padding: 8px;
    display: inline-block;
    border-radius: 5px;
    font-size: 25px;
    color: var(--primary-color);
}

.drill-down-icon {
    display: inline-block;
    position: relative;
}

.drill-down-icon i {
    display: inline-block;
    animation: moveRight 1s infinite;
    color: var(--primary-color); /* optional: color */
    font-size: 16px;
}

@keyframes moveRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

.z-index-9 {
    z-index: 2;
}

.animated-div {
    position: absolute;
    top: -30px;
    z-index: 1;
    background: var(--secondary-color) !important;
    right: 220px;
    width: 480px;
    text-align: center;
    max-width: max-content;
    height: 30px;
    line-height: 30px !important;
    padding: 0 !important;
    border-radius: 0 0 8px 8px;
    color: #fff;
}
.flash {
    animation: flash 500ms ease infinite alternate;
}
@keyframes flash {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.pulse {
    animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(0.9);
    }
}

.cstm_select_width {
    width: 200px;
}

.setting-horizon .inner_div {
    display: flex;
    gap: 20px; /* space between pills and content */
}

/* Left-side pills */
.setting-horizon .nav-pills {
    flex-direction: column; /* vertical pills */
    width: 290px; /* adjust width as needed */
}

/* Make the pills links look like full-width buttons */
.setting-horizon .nav-pills .nav-link {
    margin-bottom: 5px;
    border-radius: 4px; /* pill shape */
    text-align: left;
}

/* Right-side tab content */
.setting-horizon .tab-content {
    flex: 1; /* take remaining width */
    /*  background-color: #f8f9fa; */
    padding: 3px;
    border-radius: 8px;
    min-height: 300px; /* optional: ensure height */
    overflow: auto;
}

/* Main layout */
.settings-layout {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

/* LEFT: Sidebar */
.settings-sidebar {
    width: 280px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;

    position: sticky;
    top: 20px;
    max-height: calc(100vh - 164px);
    overflow-y: auto;
    flex-wrap: nowrap;
}

/* Pills */
.settings-sidebar .nav-link {
    text-align: left;
    border-radius: 50px;
    margin-bottom: 6px;
    white-space: normal;
}

/* RIGHT: Form area */
.settings-form {
    flex: 1;
    min-width: 0; /* critical for flex layouts */
}

/* Content box */
.settings-content {
    padding: 16px;
    border-radius: 8px;
    min-height: 400px;
}
@media (max-width: 991px) {
    .settings-layout {
        flex-direction: column;
    }

    .settings-sidebar {
        width: 100%;
        position: relative;
        max-height: none;
    }
}
#configurationForm {
    width: 100%;
}
/* Horizontal scrolling container */
.table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
}

/* Keep table wide */
.main_width_setting {
    min-width: 2600px;
    white-space: nowrap;
}
/* Prevent card from overflowing parent */
#pills-approval,
#site-time-configuration {
    width: max-content;
    max-width: calc(100% - 144px);
}

.manufacturer-icon {
    line-height: 40px;
    padding: 0;
    width: 40px;
    height: 40px;
}
.gatepass-form .table > tbody > tr > td {
    vertical-align: top;
}
.error-unit_amount {
    font-size: 9px;
    font-weight: 700;
}
.inventory_items #style-3_wrapper .table-responsive {
    overflow-x: auto;
    overflow-y: auto;
    height: calc(100vh - 320px);
}
.inventory_items .sticky-thead #style-3 thead th {
    padding: 10px 23px 10px 23px !important;
    position: sticky;
    top: 0;
}

.swal2-error.swal2-icon {
    width: 5em !important;
    height: 5em !important;
    padding: 26px;
}
.asset_list_page .table-responsive {
    overflow-x: auto;
    overflow-y: auto;
    height: calc(100vh - 320px);
}
.asset_list_page .sticky-thead #asset_table thead th {
    padding: 10px 23px 10px 23px !important;
    position: sticky;
    top: 0;
    background: var(--bs-table-bg, #fff);
    z-index: 1;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.3;
}

/* Autofit: table and cells contain content; data does not overlap or get garbled */
.asset_list_page #asset_table {
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
}
.asset_list_page #asset_table th,
.asset_list_page #asset_table td {
    box-sizing: border-box;
    vertical-align: top;
}
/* All columns except Action: wrap text and contain within cell */
.asset_list_page #asset_table th:not([data-column-id="action"]),
.asset_list_page #asset_table td:not([data-column-id="action"]) {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    overflow: hidden;
    min-width: 0;
}
/* Action column: keep buttons in one row */
.asset_list_page #asset_table td.asset-table-action-cell {
    min-width: 220px;
    white-space: nowrap;
    vertical-align: middle;
}
.asset_list_page #asset_table td.asset-table-action-cell .table-controls {
    flex-wrap: nowrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.asset_list_page #asset_table td.asset-table-action-cell .table-controls > li {
    flex-shrink: 0;
    margin: 0;
}

/* Hidden columns */
.asset_list_page #asset_table th.column-hidden,
.asset_list_page #asset_table td.column-hidden {
    display: none !important;
}
/* Frozen columns */
.asset_list_page #asset_table th.column-frozen,
.asset_list_page #asset_table td.column-frozen {
    box-shadow: 2px 0 4px rgba(0,0,0,0.06);
}
.asset_list_page #asset_table thead th.column-frozen { z-index: 2; }
.asset_list_page #asset_table tbody td.column-frozen { z-index: 1; }

/* Helpdesk table: hidden and frozen columns (column picker) */
.helpdesk_list_page #helpdesk_table th.column-hidden,
.helpdesk_list_page #helpdesk_table td.column-hidden {
    display: none !important;
}
.helpdesk_list_page #helpdesk_table th.column-frozen,
.helpdesk_list_page #helpdesk_table td.column-frozen {
    box-shadow: 2px 0 4px rgba(0,0,0,0.06);
    background: var(--bs-table-bg, #fff) !important;
    isolation: isolate;
    float: none !important;
    display: table-cell !important;
}
.helpdesk_list_page #helpdesk_table thead th.column-frozen {
    z-index: 10;
    background: var(--bs-table-bg, #fff) !important;
}
.helpdesk_list_page #helpdesk_table tbody td.column-frozen {
    z-index: 5;
    background: var(--bs-body-bg, #fff) !important;
}
.helpdesk_list_page #helpdesk_table thead th { position: relative; }

/* Resize handle */
.asset_list_page #asset_table thead th { position: relative; }
.asset-table-resize-handle {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    cursor: col-resize;
    user-select: none;
}
.asset-table-resize-handle:hover,
.asset-table-resize-handle:active {
    background: rgba(0, 123, 255, 0.15);
}

.asset_health_check .table-responsive {
    overflow-x: auto;
    overflow-y: auto;
    height: calc(100vh - 320px);
}
.asset_health_check .sticky-thead #style-1 thead th {
    padding: 10px 23px 10px 23px !important;
    position: sticky;
    top: 0;
}

.kiosk-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kiosk-text.expanded {
    -webkit-line-clamp: unset;
}

.kiosk-read-more {
    cursor: pointer;
    font-weight: 600;
}
.swal2-icon.swal2-success {
    width: 5em !important;
    height: 5em !important;
    font-size: 33px;
}
.super_pmis .switch {
    width: 35px;
    height: 18px;
}
.switch {
    width: 35px;
    height: 18px;
}
.full_width_div {
    flex: 0 0 auto;
    width: 100%;
}

.inventory-info .badge {
    font-size: 9px;
    font-weight: 600;
    height: 16px;
    line-height: 16px;
    padding: 0 7px;
}

#visitor-activity-list .inventory-card {
    border-radius: 0;
    padding: 3px 0 !important;
    border-bottom: 1px solid #eee;
}
  #energyChart {
    width: 300px;
    height: 300px;
  }
  .energy-wrapper {
    position: relative;
    width: 260px;
    height: 260px;
}

#energyChart {
    width: 100%;
    height: 100%;
}

.energy-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
}

.energy-center .icon {
    font-size: 26px;
    color: #18a0fb;
    margin-bottom: 6px;
}

.energy-center .value {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.energy-center .unit {
    font-size: 13px;
    color: #999;
}
tbody#incident-list {
    margin: auto;
    height: calc(100vh - 210px);
}

.brand-name {
    font-weight: 600;
    font-size: 18px;
}

.setup-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.setup-icon {
    font-size: 48px;
    color: var(--primary-color);
}

/* Work Orders pages: two-row toolbar (row 1 = filters/search, row 2 = pagination + Columns) */
.work_orders_list_page .work-orders-toolbar {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    border: 1px solid rgba(93, 31, 114, 0.08);
    margin-bottom: 1rem;
    overflow: visible;
    min-width: 0;
}
.work_orders_list_page .work-orders-toolbar-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.work_orders_list_page .work-orders-toolbar-row > * {
    flex-shrink: 0;
}
.work_orders_list_page .work-orders-toolbar-row-2 {
    padding-top: 0.25rem;
    border-top: 1px solid rgba(93, 31, 114, 0.08);
}
.work_orders_list_page .work-orders-toolbar-row-3 {
    padding-top: 0.25rem;
    border-top: 1px solid rgba(93, 31, 114, 0.08);
}
.work_orders_list_page .work-orders-toolbar .form-control,
.work_orders_list_page .work-orders-toolbar .form-select {
    height: 38px;
    min-height: 38px;
    border-radius: 8px;
    border-color: rgba(93, 31, 114, 0.2);
    font-size: 0.875rem;
}
.work_orders_list_page .work-orders-toolbar .form-control:focus,
.work_orders_list_page .work-orders-toolbar .form-select:focus {
    border-color: var(--primary-color, #5d1f72);
    box-shadow: 0 0 0 3px rgba(93, 31, 114, 0.12);
}
.work_orders_list_page .work-orders-toolbar .btn {
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.875rem;
}
.work_orders_list_page .work-orders-toolbar .search_input_icon {
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(93, 31, 114, 0.2);
    background: #fff;
}
.work_orders_list_page .work-orders-toolbar .search_input_icon input {
    border: none;
    height: 38px;
    min-height: 38px;
    flex: 1;
    min-width: 120px;
    border-radius: 8px 0 0 8px;
    background: #fff;
}
.work_orders_list_page .work-orders-toolbar .search_input_icon .search_wrap {
    height: 38px;
    min-height: 38px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(93, 31, 114, 0.04);
    color: var(--primary-color, #5d1f72);
    border-left: 1px solid rgba(93, 31, 114, 0.12);
}
.work_orders_list_page .work-orders-toolbar .search_input_icon .search_wrap i {
    position: static;
    transform: none;
}
.work_orders_list_page .work-orders-toolbar .dropdown .btn {
    height: 38px;
    padding: 0 1rem;
    display: inline-flex;
    align-items: center;
}
/* Column picker: no vertical scroll, header at top */
.asset-table-column-picker-menu {
    max-height: none !important;
    overflow: visible !important;
}
.asset-table-column-picker-header {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f1f3f5 !important;
    font-size: 0.8125rem;
}
.work_orders_list_page #approval-request,
.work_orders_list_page #pending-review {
    width: 100%;
    min-width: 0;
}

/* Work Orders tables: scrollable body, sticky header – no content showing behind frozen cells */
.work_orders_list_page .table-responsive {
    max-height: calc(100vh - 280px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(93, 31, 114, 0.12);
    border-radius: 0 0 12px 12px;
}
/* All header cells: sticky to top on vertical scroll, solid background so body doesn’t show through */
.work_orders_list_page #work_orders_table thead th,
.work_orders_list_page #work_orders_pending_table thead th,
.work_orders_list_page #work_orders_approval_table thead th {
    position: sticky !important;
    top: 0 !important;
    z-index: 20 !important;
    background: #f1f3f5 !important;
    background-image: none !important;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.06);
}
.work_orders_list_page #work_orders_table thead th[data-column-id]:not([data-column-id="checkbox"]):not([data-column-id="action"]),
.work_orders_list_page #work_orders_pending_table thead th[data-column-id]:not([data-column-id="action"]),
.work_orders_list_page #work_orders_approval_table thead th[data-column-id]:not([data-column-id="checkbox"]):not([data-column-id="action"]) {
    cursor: pointer;
    user-select: none;
}
/* Frozen header cells: stick top + left, highest z-index so scrolling content never shows behind */
.work_orders_list_page #work_orders_table thead th.column-frozen,
.work_orders_list_page #work_orders_pending_table thead th.column-frozen,
.work_orders_list_page #work_orders_approval_table thead th.column-frozen {
    z-index: 25 !important;
    background: #f1f3f5 !important;
    background-image: none !important;
    box-shadow: 2px 0 6px rgba(0,0,0,0.08);
    isolation: isolate;
}
/* Frozen body cells: above scrolling content so data/headers don’t show behind */
.work_orders_list_page #work_orders_table tbody td.column-frozen,
.work_orders_list_page #work_orders_pending_table tbody td.column-frozen,
.work_orders_list_page #work_orders_approval_table tbody td.column-frozen {
    z-index: 15 !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: 2px 0 6px rgba(0,0,0,0.08);
    isolation: isolate;
}
.work_orders_list_page #work_orders_table th.column-frozen,
.work_orders_list_page #work_orders_table td.column-frozen,
.work_orders_list_page #work_orders_pending_table th.column-frozen,
.work_orders_list_page #work_orders_pending_table td.column-frozen,
.work_orders_list_page #work_orders_approval_table th.column-frozen,
.work_orders_list_page #work_orders_approval_table td.column-frozen {
    float: none !important;
    display: table-cell !important;
}

/* Work Orders tables: column picker show/hide – hidden columns must not take space */
.work_orders_list_page #work_orders_table th.column-hidden,
.work_orders_list_page #work_orders_table td.column-hidden,
.work_orders_list_page #work_orders_pending_table th.column-hidden,
.work_orders_list_page #work_orders_pending_table td.column-hidden,
.work_orders_list_page #work_orders_approval_table th.column-hidden,
.work_orders_list_page #work_orders_approval_table td.column-hidden {
    display: none !important;
}

/* Work Orders tables: auto-fit columns (override column-picker fixed widths) */
.work_orders_list_page #work_orders_table,
.work_orders_list_page #work_orders_pending_table,
.work_orders_list_page #work_orders_approval_table {
    table-layout: auto !important;
    width: 100%;
}
.work_orders_list_page #work_orders_table th,
.work_orders_list_page #work_orders_table td,
.work_orders_list_page #work_orders_pending_table th,
.work_orders_list_page #work_orders_pending_table td,
.work_orders_list_page #work_orders_approval_table th,
.work_orders_list_page #work_orders_approval_table td {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
}

/* PPM Work Orders toolbar second row: Columns and Export same size; Export + Search right-aligned */
.ppm_work_orders_list_page .ppm-work-orders-toolbar-row:last-child {
    width: 100%;
}
.ppm_work_orders_list_page .ppm-work-orders-toolbar-row:last-child .ppm-toolbar-row2-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.ppm_work_orders_list_page .ppm-work-orders-toolbar-row:last-child #ppm-work-orders-table-column-picker-container .btn,
.ppm_work_orders_list_page .ppm-work-orders-toolbar-row:last-child .ppm-toolbar-row2-btn {
    height: 38px;
    min-height: 38px;
    padding: 0 1rem;
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
}

/* PPM Work Orders table: auto-fit columns */
.ppm_work_orders_list_page #ppm_work_orders_table {
    table-layout: auto !important;
    width: 100%;
}
.ppm_work_orders_list_page #ppm_work_orders_table th,
.ppm_work_orders_list_page #ppm_work_orders_table td {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
}