﻿/* --/ Root /-- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');
* {
    font-family: 'Poppins', sans-serif;
}

.tooltip-inner {
    text-align: left;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    box-shadow: none;
}

.btn-outline-secondary:hover i {
    color: #fff !important;
}

.ss-main .ss-single-selected {
    height: 31px !important;
}

body {
    margin: 0;
    padding: 0;
}

.avart-latter {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin-top: 8px;
}

    .avart-latter span {
        cursor: pointer;
    }

.loader_wrapper {
    width: calc(100% - 119px);
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: rgb(255 255 255 / 57%);
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 15px;
}

    .loader img {
        height: 70px;
    }

.loader-modal {
    text-align: center;
    padding: 50px 0;
}

    .loader-modal img {
        height: 70px;
    }

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-22 {
    font-size: 22px;
}

.fs-80 {
    font-size: 80px;
}

.fs-30 {
    font-size: 30px;
}

.fs-18 {
    font-size: 18px;
}

.fs-35 {
    font-size: 35px;
}

.img-cover {
    object-fit: cover !important;
}

.img-contain {
    object-fit: contain !important;
}

main {
    padding: 0 1rem;
    position: relative;
}

.action-delete {
    color: red;
    font-size: 20px;
}

.action-edit {
    color: #ffb800;
    font-size: 20px;
}

.action-add {
    color: #0f9900;
    font-size: 20px;
}

.action-view {
    color: #0d6efd;
    font-size: 20px;
}

.action-print {
    color: #ac00db;
    font-size: 20px;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus,
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus,
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus,
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus,
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus,
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus,
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus,
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus,
.btn-check:focus + .btn-primary, .btn-primary:focus,
.btn-check:focus + .btn-secondary, .btn-secondary:focus,
.btn-check:focus + .btn-success, .btn-success:focus,
.btn-check:focus + .btn-danger, .btn-danger:focus,
.btn-check:focus + .btn-warning, .btn-warning:focus,
.btn-check:focus + .btn-info, .btn-info:focus,
.btn-check:focus + .btn-light, .btn-light:focus,
.btn-check:focus + .btn-dark, .btn-dark:focus {
    box-shadow: none;
}

button.btn.dropdown-toggle.btn-light {
    background: #fff;
    border-color: #ced4da;
}

.page-link {
    cursor: pointer;
}

.label {
    font-size: 13px
}

    .label span {
        color: red;
    }

.no-label {
    height: 24px;
}

.no-label-checkbox {
    margin-top: 22px;
}

.label-highlight {
    background: #ffc595;
    padding: 0 6px;
}

.border-default {
    border: 1px solid #f86f00
}

.table {
    font-size: 13px;
}

.action-100 {
    width: 100px;
}

.opacity-25 {
    opacity: 25%;
}

.opacity-50 {
    opacity: 50%;
}

.ma-checkbox, .ma-radio-btn {
    display: flex;
    align-items: center;
}

    .ma-checkbox input, .ma-radio-btn input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .ma-checkbox label, .ma-radio-btn label {
        font-size: 13px;
        cursor: pointer;
        position: relative;
    }

        .ma-checkbox label:before, .ma-radio-btn label:before, .ma-radio-btn.style-star label:before, .ma-radio-btn.style-flower label:before {
            content: '';
            -webkit-appearance: none;
            background-color: white;
            border: 2px solid #FC913A;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 7px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
            transition: all 0.5s ease;
        }

    .ma-radio-btn.style-flower label:before {
        border: 2px solid #ffe012;
    }

            .ma-checkbox.menu-access label:before {
                width: 100px;
                height: 18px;
                border: 2px solid #EB235C;
                background-color: #EB235C;
            }

    .ma-radio-btn.style-star label:before,
    .ma-radio-btn.style-flower label:before {
        background: #fff;
        border-radius: 50px;
        padding: 10px;
    }

    .ma-radio-btn label:before {
        background: #fff;
    }

    .ma-checkbox input:checked + label:before {
        background: #FC913A;
        border-color: #FC913A;
    }

    .ma-radio-btn input:checked + label:before,
    .ma-radio-btn.style-star input:checked + label:before {
        background: #FC913A;
        border-color: #FC913A;
    }

    .ma-radio-btn.style-flower input:checked + label:before {
        background: #ffe012;
        border-color: #ffe012;
    }

    .ma-radio-btn input:disabled + label:before,
    .ma-radio-btn.style-star input:disabled + label:before,
    .ma-radio-btn.style-flower input:disabled + label:before {
        background: #b9b9b9;
        border-color: #b9b9b9;
    }

    .ma-radio-btn input:checked + label:after {
        content: '\2713';
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: -3px;
        left: 2px;
    }

    .ma-radio-btn.style-star input:checked + label:after,
    .ma-radio-btn.style-flower input:checked + label:after {
        content: '\2605';
        color: #fff;
        font-size: 22px;
        position: absolute;
        top: -5px;
        left: 3px;
    }

    .ma-radio-btn.style-flower input:checked + label:after {
        content: '\273F';
    }

    .ma-checkbox.ma-checkbox-times input:checked + label:before, .ma-checkbox.ma-defualt-times label:before {
        content: '';
        background: red;
        border-color: red;
    }

    .ma-checkbox input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        left: 6px;
        width: 6px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        transition: all 0.5s ease;
    }

    .ma-checkbox.menu-access input:checked + label:after {
        border: solid transparent;
    }

    .ma-checkbox.ma-checkbox-times input:checked + label:after, .ma-checkbox.ma-defualt-times label:after {
        content: '\00D7';
        border: 0;
        transform: none;
        color: #fff;
        font-size: 22px;
        position: absolute;
        top: -6px;
        left: 2px;
    }

    /*Radio BTN*/


    .ma-checkbox input:checked + label:before {
        content: '';
        background: #2b5508;
        border-color: #2b5508;
    }

    .ma-checkbox.menu-access input:checked + label:before {
        content: '';
        background: #27F127;
        border-color: #27F127;
    }

    .ma-checkbox input:disabled + label:before {
        content: '';
        background: #b9b9b9;
        border-color: #b9b9b9;
    }
/* - Table Header Fixed - */
.fixTableHead {
    background: #f0f0f0;
    overflow-y: auto;
}

.fixTableHead {
    background: #f0f0f0;
    overflow-y: auto;
    scrollbar-width: 0.5em;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background: #e7ecfe !important;
    left: 0;
    z-index: 999 !important;
}

    .sticky-col.super-sticky-col {
        z-index: 1010 !important;
    }

/*.fixTableHead::-webkit-scrollbar {
    width: 2px;
    border-radius: 50px;
    overflow: hidden;
}

.fixTableHead::-webkit-scrollbar-track {*/
/*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
/*border: 1px solid #f2f2f2;
}

.fixTableHead::-webkit-scrollbar-thumb {
    background-color: #fc913a;
    border-radius: 50px;
}*/

.fixTableHead table {
    margin-bottom: 0;
}

    .fixTableHead table thead th {
        position: sticky;
        top: -1px;
        background: #e7ecfe;
        z-index: 99;
    }

    .fixTableHead table thead tr.table-success th {
        background: #d1e7dd;
    }


.shadow-scroll-x {
    overflow-x: auto;
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll;
    -webkit-overflow-scrolling: touch;
}

/*.shadow-scroll-x::-webkit-scrollbar {
        height: 8px;
        border-radius: 50px;
        overflow: hidden;
        border: 1px solid #f2f2f2;
    }*/

/*.shadow-scroll-x::-webkit-scrollbar-thumb {
        background-color: #fc913a;
        border-radius: 50px;
    }

    .shadow-scroll-x::-webkit-scrollbar-button {
        display: none;
    }*/

td .form-check {
    display: inline-flex;
}

.multi-form-check td .form-check.form-check-inline {
    display: inline-block;
}

.custome-scroll {
    overflow-y: auto;
}

/*.custome-scroll::-webkit-scrollbar {
        width: 2px;
        border-radius: 50px;
        overflow: hidden;
    }*/

/*.custome-scroll::-webkit-scrollbar-track {*/
/*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
/*border: 1px solid #f2f2f2;
    }*/

/*.custome-scroll::-webkit-scrollbar-thumb {
        background-color: #fc913a;
        border-radius: 50px;
    }*/

/* - Login Page - */
.login-page {
    background: url('../img/login-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100vh;
}

.login-box {
    width: 300px;
    background: #fff;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #c6c8d5;
}

.login-box-logo {
    text-align: center;
}

    .login-box-logo img {
        height: 130px;
    }
/* - [M] - */
/* - Sidebar Nav - */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background: #ffffff;
    z-index: 1011;
    transition: all 0.5s ease;
}

    .sidebar.close {
        width: 70px;
    }

    .sidebar .logo-details {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 15px
    }

        .sidebar .logo-details img {
            width: 220px;
            height: 80px;
            margin-right: 20px;
        }

    .sidebar.close .logo-details img {
        width: 50px;
        height: 40px;
        margin-right: 0px;
    }


    .sidebar .nav-links {
        height: 100%;
        overflow-y: auto;
        padding-bottom: 134px;
    }

    .sidebar.close .nav-links {
        overflow: visible;
    }

    .sidebar .nav-links::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .sidebar .nav-links::-webkit-scrollbar {
        width: 6px;
        border-radius: 0px;
    }

    .sidebar .nav-links::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #FFF;
        background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#f86f00), to(#f86f00), color-stop(.6,#efb686))
    }

    .sidebar li.menu-label {
        font-size: 11px;
        font-weight: bold;
        color: #fc913a !important;
        padding: 5px;
    }

    .sidebar.close li.menu-label {
        display: none;
    }

    .sidebar .nav-links li.menu-label i {
        min-width: 0;
        height: 0 !important;
        line-height: 0;
        font-size: 16px !important;
    }

.display_image {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 123;
    background-color: #f2f2f2;
    padding: 24px;
    border-radius: 8px;
    width: 150px;
    text-align: center;
}

    .display_image img {
        width: 100px;
        top: 24px;
        right: 88px;
        z-index: 123;
        background-color: #f2f2f2;
        padding: 12px;
        border-radius: 8px;
        width: 110px;
        text-align: center;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }

    .display_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .display_image p {
        margin: 12px 0 0;
        font-size: 10px;
    }



.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
    color: #000;
}

.sidebar .nav-links .hasSubmenu .sub-menu li.menu-label {
    list-style: none;
    pointer-events: none;
}

.sidebar .nav-links li:not(.menu-label):hover,
.sidebar .nav-links li a.active,
.sidebar .nav-links li.active {
    background: #f86f00;
}

.sidebar .nav-links li .icon-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar.close .nav-links li .icon-link {
    display: block;
}

.sidebar .nav-links li i,
.profile-menu .profile-details i {
    height: 40px;
    min-width: 50px;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-size: 20px;
    transition: all 0.4s ease;
    cursor: pointer;
}

    .sidebar .nav-links li i.arrow {
        font-size: 16px;
    }

.sidebar .nav-links li.showMenu i.arrow {
    transform: rotate(-180deg)
}

.sidebar.close .nav-links i.arrow {
    display: none;
}

.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

    .sidebar .nav-links li a .link-name {
        font-size: 14px;
        font-weight: 400;
        color: #000;
    }

    .sidebar .nav-links li:hover .arrow,
    .sidebar .nav-links li:hover a .link-name,
    .sidebar .nav-links li:hover a .link-icon,
    .sidebar .nav-links li:hover .icon-link a .link-name,
    .sidebar .nav-links li:hover .icon-link a .link-icon,
    .sidebar .nav-links li.active .arrow,
    .sidebar .nav-links li.active a .link-name,
    .sidebar .nav-links li.active a .link-icon,
    .sidebar .nav-links li.active .link-name,
    .sidebar .nav-links li a.active .link-name,
    .sidebar .nav-links li a.active .link-icon {
        color: #fff;
    }

.sidebar.close .nav-links li a .link-name {
    opacity: 0;
    pointer-events: none;
    height: 0;
}

.sidebar .nav-links li .sub-menu {
    padding: 6px 0 8px 30px;
    margin-top: 0px;
    background: #fff;
    display: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
    display: block;
}

.sidebar .nav-links li .sub-menu li a {
    color: #000;
    font-size: 12px;
    padding: 4px 12px;
    white-space: nowrap;
    opacity: 0.7;
    transition: all 0.3s ease;
    padding-left: 5px
}


    .sidebar .nav-links li .sub-menu li a:hover,
    .sidebar .nav-links li .sub-menu li a.active {
        opacity: 1;
        color: #fff;
    }

.sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: 0;
    padding: 12px;
    border-radius: 0px 6px 6px 0px;
    transition: all 0.4s ease;
    opacity: 0;
    display: block;
    z-index: 999;
    pointer-events: none;
}

    .sidebar.close .nav-links li .sub-menu .link-name-li:hover {
        background: transparent;
    }

        .sidebar.close .nav-links li .sub-menu .link-name-li:hover a, .sidebar.close .nav-links li.active .sub-menu .link-name-li a {
            color: #000;
        }

.sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
}

.sidebar .nav-links li .sub-menu li .link-name {
    display: none
}

.sidebar.close .nav-links li .sub-menu li .link-name {
    font-size: 15px;
    opacity: 1;
    display: block;
}

.sidebar .nav-links li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}

.sidebar .profile-details {
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    background: #204006;
    width: 260px;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details {
    width: 70px;
    background: none;
}

.sidebar .profile-details .profile-content {
    display: flex;
    align-items: center;
}

.sidebar .profile-details img {
    height: 52px;
    width: 52px;
    object-fit: cover;
    border-radius: 14px;
    margin: 0px 14px 0px 9px;
    background: #102003;
    padding: 5px;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details img {
    padding: 10px;
}

.sidebar .profile-details .profile-name, .sidebar .profile-details .job {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile-name,
.sidebar.close .profile-details .job {
    display: none;
}

.sidebar .profile-details .job {
    font-size: 12px;
}

.sidebar .profile-details .profile-name {
    width: 135px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* - [M] - */
/* - Main Section - */
.main-section {
    position: relative;
    background: #f1f3f4;
    height: 100vh;
    left: 260px;
    width: calc(100% - 260px);
    overflow: auto;
    transition: all 0.5s ease;
}

.sidebar.close ~ .main-section {
    left: 70px;
    width: calc(100% - 70px);
}

.sidebar.close .nav-links li i {
    min-width: 70px;
}

.main-section .top-content {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    position: sticky;
    top: 0;
    background: #f1f3f4;
    z-index: 1012;
}

    .main-section .top-content .la-bars {
        font-size: 30px;
        cursor: pointer;
    }
/* - [M] - */
/* - Pick List - */
.pl_accord_menu ul li {
    font-size: 14px;
    list-style: none;
    padding: 4px 8px;
    background: #f2f2f2;
    margin-bottom: 1px;
    transition: all 0.5s ease;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

    .pl_accord_menu ul li:last-child {
        margin-bottom: 0;
    }

    .pl_accord_menu ul li:hover, .pl_accord_menu ul li.active {
        background: #2b5508;
        cursor: pointer;
        color: #fff;
    }

.pl_accord_details .card .card-body p {
    margin-bottom: 0;
}

.pl_accord_details {
    font-size: 14px;
}

.pl_accord_menu {
    position: sticky;
    top: 20px;
    left: 0;
}

.pl_accord_details_title {
    text-align: center;
    margin-bottom: 20px;
}

    .pl_accord_details_title h2 {
        font-size: 20px;
        border-bottom: 1px solid #eaeaea;
    }
/* - [M] - */

/* - [%AM%] - */
.tabledivider-background {
    width: 100px;
    height: 50px;
    padding: 0;
    margin: 0;
}

.tabledivider-line {
    width: 112px;
    height: 47px;
    border-bottom: 1px solid red;
    transform: translateY(-20px) translateX(5px) rotate(27deg);
    position: absolute;
    z-index: -1;
}

.tabledivider-background > div {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.tabledivider-bottom {
    position: absolute;
    bottom: 1px;
    left: 1px;
}

.tabledivider-top {
    position: absolute;
    top: 1px;
    right: 1px;
}

.table-pagination {
    display: flex;
    justify-content: end
}
/*-------------------------------------*/
.m-cstm-clr-walp, .m-cstm-clr-porc, .m-cstm-clr-smpb, .m-cstm-clr-cstmpd, .m-cstm-clr-cstmpd, .m-cstm-clr-furni {
    color: #000;
    font-size: 10px
}

    .m-cstm-clr-walp:hover, .m-cstm-clr-porc:hover, .m-cstm-clr-smpb:hover, .m-cstm-clr-cstmpd:hover, .m-cstm-clr-cstmpd:hover, .m-cstm-clr-furni:hover {
        color: #000;
        background-color: inherit;
    }

.m-cstm-clr-walp {
    background-color: #ccffff;
    border-color: #ccffff;
}

.m-cstm-clr-porc {
    background-color: #cc99ff;
    border-color: #cc99ff;
}

.m-cstm-clr-smpb {
    background-color: #ffcccc;
    border-color: #ffcccc;
}

.m-cstm-clr-cstmpd {
    background-color: #ffffcc;
    border-color: #ffffcc;
}

.m-cstm-clr-furni {
    background-color: #ffdfff;
    border-color: #ffdfff;
}

.set_code_list table thead tr th, .set_code_list table tbody tr td {
    font-size: 13px;
}

.wallCovering-set-details p {
    font-size: 12px;
    margin-bottom: 10px;
}

.mnl-client td {
    font-size: 14px;
    margin: 0;
}

.shiping .nav-link {
    color: #000;
}

.shiping.nav-pills .nav-link.active, .shiping.nav-pills .show > .nav-link {
    background-color: #2b5508;
}

.wp-dhi-hover-prnt i {
    cursor: pointer;
}

.wp-dhi-hover-prnt:hover .wp-dhi-hover {
    display: block;
}

.wp-dhi-hover {
    display: none;
    background: #ecca72;
    padding: 2px;
    border-radius: 2px;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 123;
    text-align: center;
    transition: all 0.5s ease;
}

    .wp-dhi-hover p {
        font-size: 9px;
        font-weight: normal;
        margin: 0;
    }

.table-fs-13 * {
    font-size: 13px
}

.wp-dhi-hover.hover-3d {
    top: 30px;
}

.wp-dhi-hover p {
    font-size: 9px;
    font-weight: normal;
    margin: 0;
}

.shipment-no-item.active {
    background: #2b5508;
    color: #fff;
}


th.sl_price_txt {
    min-width: 130px;
    font-size: 10px;
    text-align: center;
    font-weight: 500;
}

.ma-right-overlay {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 150px;
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

    .ma-right-overlay::before {
        content: '';
        position: absolute;
        left: -8px;
        top: 15px;
        width: 0;
        height: 0;
        z-index: 123;
        border-top: 6px solid transparent;
        border-right: 8px solid #fff;
        border-bottom: 6px solid transparent;
    }

.ma-overlay-pointer:hover .ma-right-overlay {
    display: block;
}

.ma-right-overlay h6 {
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
}

    .ma-right-overlay h6 span i {
        cursor: pointer;
    }

.ma-right-overlay p {
    font-size: 12px;
    margin: 0;
    line-height: 14px;
}

.media-view-action {
    top: 6px;
    right: 6px;
}

.media-main-action {
    top: 6px;
    left: 6px;
}

.active-row {
    background: #fff4a2;
}

.dbhw-table {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.action-dropdown-menu {
    min-width: 0;
    padding: 0;
}

    .action-dropdown-menu .dropdown-item {
        font-size: .9rem;
    }

.w-600 {
    width: 600px;
}

.w-250 {
    width: 250px;
}

.w-200 {
    width: 200px;
}

.w-400 {
    width: 400px;
}

.w-300 {
    width: 300px;
}

.min-h-0 {
    min-height: 0;
}

.table-rotate-text-wrap {
    width: 30px;
    background-color: #9b9b9b !important;
}

.table-rotate-text {
    font-size: 14px;
    padding: 0 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%) rotateZ(90deg);
}

.view-media-item {
    position: relative;
}

    .view-media-item img {
        height: 180px;
        object-fit: cover;
    }

    .view-media-item p {
        font-size: 12px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 12px;
        background: linear-gradient(transparent, black);
        color: #fff;
    }

.short-action {
    cursor: pointer;
}


/* Panel Img Slider */
.owl-theme.pd-main-slider .owl-nav,
.owl-theme.pd-thumb-slider .owl-nav {
    margin: 0;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}

.owl-theme.pd-main-slider .owl-nav {
    top: 45%;
}

.owl-theme.pd-thumb-slider .owl-nav {
    top: 25%;
}

    .owl-theme.pd-main-slider .owl-nav [class*=owl-], .owl-theme.pd-thumb-slider .owl-nav [class*=owl-] {
        position: absolute;
        background: #f6f6f4;
        border: 1px solid #ffffff;
        color: #383838;
        font-size: 1.25rem;
        width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 100%;
        margin: 0 5px;
    }

    .owl-theme.pd-thumb-slider .owl-nav [class*=owl-] {
        width: 26px;
        height: 26px;
        font-size: 1rem;
        line-height: 26px;
    }

.owl-theme.pd-main-slider .owl-nav .owl-prev {
    left: 0;
}

.owl-theme.pd-main-slider .owl-nav .owl-next {
    right: 0;
}

.owl-theme.pd-thumb-slider .owl-nav .owl-prev {
    left: -18px;
}

.owl-theme.pd-thumb-slider .owl-nav .owl-next {
    right: -18px;
}

.pd-main-slider {
    margin-bottom: 12px;
}

    .pd-main-slider .item img,
    .pd-thumb-slider .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#mob_thumb .owl-item.thumb_active {
    border: 1px solid #008000;
}

.record-found {
    background: #d3f1d0;
    font-size: 12px;
    text-align: center;
    color: #2d9b00;
    padding: 2px 0;
}

.dg-color {
    background: #fc913a;
    color: #fff;
    border-color: #fc913a;
}

    .dg-color:hover, .dg-color:focus, .dg-color:active {
        background: #ff821d;
        color: #fff;
        border-color: #fc913a;
    }

        .dg-color:active:focus {
            box-shadow: none;
        }

.dropdown-item.active, .dropdown-item:active {
    background: #fc913a;
}

.qr-frame {
    width: 151px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 227px;
}


.qr-wrapper canvas,
.qr-wrapper img {
    width: 138px;
    height: 138px;
}

/* Enable scroll only when content exceeds height */
.qr-scroll-body {
    max-height: 70vh; /* visible height of modal body */
    overflow-y: auto;
    overflow-x: hidden;
}

    /* Optional: smoother scrolling */
    .qr-scroll-body::-webkit-scrollbar {
        width: 6px;
    }

    .qr-scroll-body::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
    }

.codes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    width: 100%;
}

.code-box {
    border: 1px solid #000;
    padding: 5px 5px;
    text-align: center;
    font-family: monospace;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

/* PRINT ONLY THE CODE AREA */
@media print {

    @page {
        size: A4;
        margin: 12mm;
    }

    body * {
        visibility: hidden;
    }

    #printArea, #printArea * {
        visibility: visible;
    }

    #printArea {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    /* Remove modal restrictions while printing */
    .modal-dialog,
    .modal-content {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .modal-header,
    .modal-footer {
        display: none;
    }
}
/*
    Responsive Start
*/

@media (max-width: 575.98px) {
    .search-set-criteria-btn .btn {
        width: 100%;
        margin-bottom: 6px;
    }
}

@media (max-width: 767.98px) {
    .main-section {
        left: 0;
        width: 100%;
    }

    .sidebar {
        transition: all 0.5s ease;
        padding-top: 60px;
        transform: translateX(0);
    }

    .user-logout span {
        display: none;
    }

    .sidebar.close {
        width: 260px;
        transform: translateX(-260px);
    }

        .sidebar.close ~ .main-section {
            left: 0;
            width: 100%;
        }
}
/* container */
/* container */
.dt-paging nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
}

/* buttons */
.dt-paging-button {
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 14px !important;
    border-radius: 8px !important;
    border: 1px solid #e5e7eb !important;
    background: #f8f9fb !important;
    color: #374151 !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all .2s ease !important;
}

    /* hover */
    .dt-paging-button:hover {
        background: #f1f3f5 !important;
    }

    /* active page */
    .dt-paging-button.current {
        background: #ffffff !important;
        border: 2px solid #6c4cff !important;
        color: #6c4cff !important;
        font-weight: 600 !important;
    }

    /* disabled arrows */
    .dt-paging-button.disabled {
        background: #e5e7eb !important;
        color: #9ca3af !important;
        border: none !important;
        cursor: not-allowed !important;
    }

.suggestion_list {
    position: absolute;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    max-height: 250px;
    overflow-y: auto;
    /*display: none;*/
    z-index: 1000;
    left: 0;
    right: 0;
}

    .suggestion_list .list-item {
        padding: 6px 12px;
        cursor: pointer;
        font-size: 14px;
        transition: background 0.2s;
    }

        .suggestion_list .list-item:hover {
            background: #f5f5f5;
        }

.bg-secondary-subtle{
    background: #f2f2f2;
}
.modal-header.ui-draggable-handle {
    background: #ffc595;
}