﻿:root {
    scroll-behavior: smooth;
}

body {
    font-family: var(--bs-font-family) !important;
    background: #ffffff;
    color: #232323;
}

a {
    color: #4154f1;
    text-decoration: none;
}

a:hover {
    color: #717ff5;
    text-decoration: none;
}

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

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/

#main {
    margin-top: 80px;
    padding: 20px 0px;
    transition: all 0.3s;
    min-height: 78vh;
    overflow-x: hidden;
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }

    .sidebar {
        top: 80px !important;
        z-index: 9999 !important;
    }
}

.btn-action:disabled {
    background-color: grey;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/

.pagetitle {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 25.2px;
    gap: 8px;
    /* flex-grow: 1; */
    align-items: center;
}

.pagetitle h1 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
    color: #232323;
    line-height: 25.2px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6776f4;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.button-container {
    display: flex;
    justify-content: center;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 24px;
}

.reset-btn,
.submit-btn {
    width: 100%;
    max-width: 120px;
    height: 42px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.reset-btn {
    background-color: white;
    border: 1px solid #B8B8B8;
    color: rgba(79, 79, 79, 1);
}

.submit-btn {
    background-color: #0A6F5F;
    color: rgba(255, 255, 255, 1);
    border: none;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */

.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
    color: #232323;
    text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 800px !important;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px !important;
    }
}


.per-page-dropdown .dropdown-menu {
    min-width: 58px;
    padding: 8px;
    margin: 0.125rem 0 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.per-page-dropdown .dropdown-menu a,
.per-page-dropdown .dropdown-item,
.per-page-dropdown .dropdown-item-cuisine,
.per-page-dropdown .dropdown-item-branch {
    display: block;
    width: 100%;
    max-width: 40px;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    color: #0A6F5F !important;
    border-radius: 8px;
}

.per-page-dropdown .dropdown-menu.show {
    gap: 0 !important;
}

.per-page-dropdown .dropdown-menu li {
    margin: 1px 0 !important;
}

.per-page-dropdown .dropdown-menu a:hover,
.per-page-dropdown .dropdown-menu a:focus,
.per-page-dropdown .dropdown-item:hover,
.per-page-dropdown .dropdown-item:focus,
.per-page-dropdown .dropdown-item-cuisine:hover,
.per-page-dropdown .dropdown-item-cuisine:focus,
.per-page-dropdown .dropdown-item-branch:hover,
.per-page-dropdown .dropdown-item-branch:focus {
    background-color: rgba(231, 241, 239, 1) !important;
    color: #0A6F5F !important;
}

.per-page-dropdown .dropdown-menu a.active,
.per-page-dropdown .dropdown-item.active,
.per-page-dropdown .dropdown-item-cuisine.active,
.per-page-dropdown .dropdown-item-branch.active {
    background-color: #0A6F5F !important;
    color: #fff !important;
    border-radius: 8px !important;
}

#per-page-selector {
    min-width: 58px;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    margin: 0;
}

#per-page-selector a,
#per-page-selector .dropdown-item,
#per-page-selector .dropdown-item-branch,
#per-page-selector .dropdown-item-cuisine {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 40px;
    height: 30px;
    padding: 4px 8px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #0A6F5F !important;
    border-radius: 8px;
    text-decoration: none;
    border: none !important;
    line-height: 1;
}

#per-page-selector li,
#per-page-selector .drp-down-status {
    margin: 1px 0 !important;
}

#per-page-selector.show {
    gap: 0 !important;
}

#per-page-selector a:hover,
#per-page-selector a:focus,
#per-page-selector .dropdown-item:hover,
#per-page-selector .dropdown-item:focus {
    background-color: rgba(231, 241, 239, 1) !important;
    color: #0A6F5F !important;
}

#per-page-selector a.active,
#per-page-selector .dropdown-item.active {
    background-color: #0A6F5F !important;
    color: #fff !important;
    font-weight: 600;
}

/* Treat anchors marked with text-success as selected chips */
#per-page-selector .dropdown-item-branch.text-success,
#per-page-selector .dropdown-item-cuisine.text-success {
    background-color: #0A6F5F !important;
    color: #fff !important;
    font-weight: 600;
    padding-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#per-page-selector .dropdown-item-branch.text-success:hover,
#per-page-selector .dropdown-item-branch.text-success:focus,
#per-page-selector .dropdown-item-cuisine.text-success:hover,
#per-page-selector .dropdown-item-cuisine.text-success:focus {
    background-color: #0A6F5F !important;
    color: #fff !important;
}

/* Ensure active state in table partials that mark the current item on the li */
#per-page-selector .current-page > a,
#per-page-selector .current-page > .dropdown-item-branch,
#per-page-selector .current-page > .dropdown-item-cuisine {
    background-color: #0A6F5F !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-weight: 600;
}

/* Remove background from the li itself to avoid big green blocks */
#per-page-selector .current-page {
    background: transparent !important;
    padding: 0 !important;
}

/* Guard against more specific page CSS that sets black text in partials */
#per-page-selector .dropdown-item-branch,
#per-page-selector .dropdown-item-cuisine,
#per-page-selector .dropdown-item {
    color: #0A6F5F !important;
}

/* Per-page wrapper variants that use text-success */
.per-page-dropdown .dropdown-item-branch.text-success,
.per-page-dropdown .dropdown-item-cuisine.text-success {
    background-color: #0A6F5F !important;
    color: #fff !important;
    font-weight: 600;
    padding-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.per-page-dropdown .dropdown-item-branch.text-success:hover,
.per-page-dropdown .dropdown-item-branch.text-success:focus,
.per-page-dropdown .dropdown-item-cuisine.text-success:hover,
.per-page-dropdown .dropdown-item-cuisine.text-success:focus {
    background-color: #0A6F5F !important;
    color: #fff !important;
}



/*Text Color */

.text-primary-main {
}

.text-secondary-main {
    color: #23232399;
}

.text-dark-main {
    color: #232323 !important;
}

.btn-primary,
.btn-primary:active {
    background-color: #0A6F5F !important;
    border-color: #0A6F5F !important;
}

.p-viewer {
    z-index: 99;
    position: absolute;
    top: 60%;
    right: 10px;
}

.pwd {
    position: relative;
}

input[type="password"] {
    -webkit-text-security: disc;
}

/* Light Backgrounds */

.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */

.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #232323 !important;
}

@media (min-width: 1026px) {
    .card {
        margin-bottom: 30px;
        border: none;
        border-radius: 5px;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
        color: #232323 !important;
        margin-right: 26px;
    }
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 15px 0 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #0A6F5F;
    font-family: var(--bs-font-family) !important;
}

.card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
}

.card-body {
    padding: 0 20px 20px 20px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-family: var(--bs-font-family) !important;
    font-size: 20px;
}

.alert-heading {
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
}

/* Close Button */

.btn-close {
    background-size: 25%;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}

/* Accordion */

.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #4154f1;
}

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */

.breadcrumb {
    font-size: 14px;
    font-family: var(--bs-font-family) !important;
    color: #899bbd;
    font-weight: 600;
}

.breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
    color: #899bbd;
}

.breadcrumb .active {
    color: #51678f;
    font-weight: 600;
}

/* Bordered Tabs */

.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: #0A6F5F;
}

.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #0A6F5F;
    border-bottom: 2px solid #0A6F5F;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 210px;
    }
}

.logo img {
    max-height: 32px;
    margin-right: 6px;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: var(--bs-font-family) !important;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 80px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: poOutfit;
    color: #012970;
}

.header .search-bar {
    min-width: 360px;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

.header .search-form input {
    border: 0;
    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

.header .search-form button i {
    color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/

.header-nav ul {
    list-style: none;
}

.header-nav>ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #232323;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #232323;
}

.header-nav .nav-profile img {
    /* max-height: 36px; */
    height: 40px;
    width: 40px;
    border: 1px solid #0A6F5F;
}

.header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 500;
}

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
}

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .messages .message-item a {
    display: flex;
}

.header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
}

.header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
}

.header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
}

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}

.header-nav .profile .dropdown-header span {
    font-size: 14px;
}

.header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar {
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    width: 270px;
    z-index: 996;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}



@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {

    #main,
    #footer {
        margin-left: 300px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 72px;
        /* margin-left: 0; */
    }

    .toggle-sidebar .sidebar {
        width: 72px;
        padding: 5px;
        /* left: -300px; */
    }

    body.sidebar-collapsed aside {
        width: 72px;
    }

    body.sidebar-collapsed .module-heading {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 0.3s;
        text-align: center;
    }

    body.sidebar-collapsed aside:hover .module-heading {
        text-overflow: unset;
        overflow: visible;
        white-space: normal;
    }

    .sidebar-nav li {
        padding: 5px !important;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 8px;
}

.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    /* color: #4F4F4F; */
    transition: 0.3;
    padding: 10px 10px;
    border-radius: 4px;
}

.sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    color: #232323;
}

.sidebar-nav .nav-link.collapsed {
    color: #232323;
    background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
    color: #232323;
}

.sidebar-nav .nav-link:hover {
    color: #0A6F5F;
    background: #DAE9E7;
}

.sidebar-nav .nav-link:hover i {
    color: #0A6F5F;
}

.sidebar-nav .nav-link .sidebar-chevron-icon-svg {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .sidebar-chevron-icon-svg {
    transform: rotate(180deg);
}

.sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #0A6F5F;
    transition: 0.3;
    padding: 10px 10px;
    transition: 0.3s;
}

.sidebar-nav .nav-content a i {
    font-size: 12px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
    color: #0A6F5F;
}

.sidebar-nav .nav-content a.active i {
    background-color: #0A6F5F;
}

.child-nav>a.active {
    background-color: #DAE9E7;
    color: #0A6F5F !important;
    border-radius: 6px;
}

.child-nav>a.active>.sidebar-badge {
    border: 1px solid #0A6F5F;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */

.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

.dashboard .filter .icon {
    color: #aab7cf;
    padding-right: 20px;
    padding-bottom: 5px;
    transition: 0.3s;
    font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
    color: #4154f1;
}

.dashboard .filter .dropdown-header {
    padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aab7cf;
    margin-bottom: 0;
    padding: 0;
}

.dashboard .filter .dropdown-item {
    padding: 8px 15px;
}

/* Info Cards */

.dashboard .info-card {
    padding-bottom: 10px;
}

.dashboard .info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

/* Activity */

.dashboard .activity {
    font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
    color: #888;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
    content: "";
    position: absolute;
    right: -11px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 11px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
    padding-left: 10px;
    padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
    top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
    padding-bottom: 0;
}

/* News & Updates */

.dashboard .news .post-item+.post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dashboard .news h4 a {
    color: #012970;
    transition: 0.3s;
}

.dashboard .news h4 a:hover {
    color: #4154f1;
}

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
}

/* Recent Sales */

.dashboard .recent-sales {
    font-size: 14px;
}

.dashboard .recent-sales .table thead {
    background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
    border: 0;
}

.dashboard .recent-sales .dataTable-top {
    padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
    padding: 10px 0 0 0;
}

/* Top Selling */

.dashboard .top-selling {
    font-size: 14px;
}

.dashboard .top-selling .table thead {
    background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
    border: 0;
}

.dashboard .top-selling .table tbody td {
    vertical-align: middle;
}

.dashboard .top-selling img {
    border-radius: 5px;
    max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/

.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

.iconslist .icon {
    background-color: #fff;
    border-radius: 0.25rem;
    text-align: center;
    color: #012970;
    padding: 15px 0;
}

.iconslist i {
    margin: 0.25rem;
    font-size: 2.5rem;
}

.iconslist .label {
    font-family: var(--bs-font-family) !important;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 0.25rem;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/

.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
    color: #012970;
}

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/

.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #4154f1;
}

.faq .basic p {
    color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-box {
    padding: 28px 30px;
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #4154f1;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #4154f1;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #4154f1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #5969f3;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/

.error-404 {
    padding: 30px;
}

.error-404 h1 {
    font-size: 180px;
    font-weight: 700;
    color: #4154f1;
    margin-bottom: 0;
    line-height: 150px;
}

.error-404 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970;
    margin-bottom: 30px;
}

.error-404 .btn {
    background: #51678f;
    color: #fff;
    padding: 8px 30px;
}

.error-404 .btn:hover {
    background: #0A6F5F;
}

.btn:hover {
    background: #0A6F5F;
    border: 1px solid #0A6F5F;
}

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
}

.footer .copyright {
    text-align: center;
    color: #012970;
}

.footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}

.dine-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/dine.png');
    background-size: cover;
}

.small,
small {
    font-size: .70em;
}

/* Container */

.icon-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 12px 4px 8px;
    gap: 4px;
    width: auto;
    height: 32px;
}

.icon-container .mid-icon {
    padding-right: 15px !important;
    /* New padding */
}


/* Icon */

.icon-container i {
    font-size: 24px;
    color: #333;
}

/* Number */

.icon-container .count {
    font-size: 14px;
    font-weight: 600 !important;
}

/* sidebar search */

.search-container {
    box-sizing: border-box;
    width: 240px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 12px;
    position: relative;
}

.search-input {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding-left: 40px !important;
    /* Adjust padding to make space for the icon */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(166, 166, 166, 0.8);
    cursor: pointer;
}

.search-input::placeholder {
    color: #7b7b7b !important;
}

.search-container::before {
    content: "\f002";
    /* Unicode for the search icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(166, 166, 166, 0.8);
}

/* sidebar link */

.sidebar-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 20px;
    height: 20px;
    position: relative;
    color: #232323;
}

.sidebar-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    /* color: #4F4F4F; */
}

.sidebar-text:hover {
    color: #0A6F5F;
}

.module-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #4F4F4F;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.module-heading.active {
    color: #0A6F5F !important;
    /* Green text color for active module heading */
}

/* Active state for nav-link collapsed */

.nav-link.active {
    background-color: #DAE9E7;
    /* Light green background */
    color: #0A6F5F !important;
    /* Green text color */
}

.nav-link.active .sidebar-icon {
    color: #0A6F5F !important;
    /* Green text color */
}

.nav-link.active .sidebar-text {
    color: #0A6F5F !important;
    /* Green icon color */
}

.nav-link.active.collapsed .sidebar-text {
    color: #4F4F4F !important;
}

.nav-link.active.collapsed .sidebar-icon {
    color: #4F4F4F !important;
}

.nav-link.active .sidebar-chevron-icon-svg {
    color: #0A6F5F !important;
    /* Green icon color */
}

.nav-link.active.collapsed .sidebar-chevron-icon-svg {
    color: #232323 !important;
    /* Green icon color */
}

.bg-primary {
    background-color: #DAE9E7 !important;
    /* Light green background */
    color: #0A6F5F !important;
    /* Green text color */
}

.sidebar-badge {
    border-radius: 8px;
    font-weight: 400;
}

.profile {
    height: 100px;
    width: 100px;
    border: 1px solid #0A6F5F;
}

.form-control {
    line-height: 2;
    border-radius: 8px;
    border: 1px solid #B8B8B8;
    font-size: 14px;
}

.form-control:focus {
    box-shadow: none;
}

::placeholder {
    color: #A7A7A7;
    font-weight: 300;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A7A7A7;
    font-weight: 300;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #A7A7A7;
    font-weight: 300;
}

label {
    font-size: 14px;
}

.mandatory {
    color: red;
}

.card {
    border-radius: 12px;
    border: 0.2px solid #B8B8B8;
}

.nav-dropdown {
    border: 0.5px solid #a6a6a6;
    border-radius: 12px;
    width: 160px !important;
    min-width: 160px !important;
}

/* Ensure profile dropdown consistency across all pages */
.header-nav .nav-dropdown,
header .nav-dropdown {
    border: 0.5px solid #a6a6a6 !important;
    border-radius: 12px !important;
    padding: 10px 0 !important;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2) !important;
    background-color: #fff !important;
}

.header-nav .nav-dropdown .dropdown-item,
header .nav-dropdown .dropdown-item {
    font-size: 14px !important;
    padding: 10px 15px !important;
    transition: 0.3s !important;
    display: flex !important;
    align-items: center !important;
}

.header-nav .nav-dropdown .dropdown-item:hover,
header .nav-dropdown .dropdown-item:hover {
    background-color: #f6f9ff !important;
}

.header-nav .nav-dropdown .dropdown-item .sidebar-icon-svg,
header .nav-dropdown .dropdown-item .sidebar-icon-svg {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
}

.mobile-footer {
    display: none;
}

@media (max-width: 764px) {
    .sidebar {
        top: 80px !important;
        z-index: 99999;
    }

    .mobile-footer {
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 84px;
        box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
        background-color: #fff;
        padding: 10px 0;
        z-index: 997;
    }

    .mobile-footer a {
        /* color: white; */
        text-decoration: none;
        font-size: 16px;
    }

    .fs-3 {
        font-size: unset !important;
    }
}

.reset-form-container {
    padding: 20px;
    /* Add padding for better spacing */
}

.container {
    width: 100%;
    max-width: none;
}

.sidebar-icon-svg {
    width: 20px;
    /* Adjust size as needed */
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    /* Align with text */
    margin-right: 8px;
}

/* Desktop */

@media (min-width: 1025px) {
    .reset-form-container {
        width: 34.58%;
    }
}

.footer-icon-svg {
    width: 24px;
    /* Adjust size as needed */
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    /* Align with text */
}

@media (min-width: 768px) {
    .nav-link .d-md-block {
        display: inline-block !important;
    }
}

.search-input {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

.search-input::placeholder {
    color: #666;
    opacity: 1;
}

.password-eye-icon {
    cursor: pointer;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

body.sidebar-open {
    overflow: hidden;
    height: 100vh;
}

.child-nav {
    padding-left: 28px !important;
}

.profile-img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
}

.form-control:focus {
    /* box-shadow: 0 0 0 .25rem rgba(10, 111, 95, 0.5) !important; */
    border-color: #0A6F5F !important;
}

#pageLoader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.primary-label {
    color: #7b7b7b !important;
}

.form-input {
    height: 46px !important;
}

.signin-btn {
    height: 46px !important;
}

.label-values {
    color: #4F4F4F !important;
}

.save-changes-btn {
    font-size: 14px !important;
    height: 42px !important;
    /* width: 86px !important; */
}

.responsive-width {
    width: 100% !important;
    /* Default: Full width on mobile */
}

@media (min-width: 768px) {
    .responsive-width {
        width: auto !important;
        /* Auto width on tablets and larger */
    }
}

input.form-control:valid,
input.form-control:invalid {
    background-image: none !important;
}

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

.cancel-confim-button:hover {
    background-color: white;
    color: #4F4F4F;
}

#customConfirmTitle {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #000000 !important;
}

#customConfirmMessage {
    font-size: 16px !important;
    color: #000000 !important;
    font-weight: 400 !important;
}

#customConfirmCancelBtn {
    border: 1px solid #B8B8B8 !important;
    font-size: 14px !important;
    color: #4F4F4F !important;
    font-weight: 500 !important;
    width: 120px;
    height: 42px;
}

#customConfirmConfirmBtn {
    width: 120px;
    height: 42px;
}

.btn-confirm-danger {
    color: #ffffff !important;
    background-color: #Eb2123 !important;
    border: 1px solid #Eb2123 !important;
    border-radius: 6px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.btn-confirm-dange:hover {
    color: #ffffff !important;
    background-color: #Eb2123 !important;
    border: 1px solid #Eb2123 !important;
}

.footer-nav {
    color: #7a7a7a !important;
    font-size: 16px !important;
}

/* .bg-info {
background-color: #32ADE6 !important;
color: #20ABEB !important;
} */
/* .select2-container {
width: 100% !important;
}


.select2-container--default .select2-selection--single {
background-color: #fff !important;
border: 0.5px solid #A6A6A6 !important;
height: 36px !important;
border-radius: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 5px !important;
} */
/* .my-dropdown-container {
position: relative;
display: inline-block;
width: 100%;
max-width: 350px;
}
.my-dropdown-toggle {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
border: 1px solid #dee2e6;
border-radius: 0.375rem;
padding: 0.5rem 1rem;
background: #fff;
}
.my-dropdown-menu {
position: absolute;
left: 0;
right: 0;
top: 100%;
z-index: 1000;
background: #fff;
border: 1px solid #dee2e6;
border-radius: 0.375rem;
margin-top: 2px;
box-shadow: 0 8px 24px rgba(0,0,0,0.15);
display: none;
max-height: 270px;
overflow-y: auto;
}
.my-dropdown-menu.show {
display: block;
animation: fade-in 0.2s;
}
.my-dropdown-search {
border-bottom: 1px solid #f1f3f6;
background: #f8f9fa;
padding: 0.5rem;
}
.my-dropdown-option {
padding: 0.5rem 1rem;
cursor: pointer;
display: flex;
align-items: center;
gap: 0.5rem;
background: #fff;
border: none;
width: 100%;
text-align: left;
}
.my-dropdown-option:hover {
background: #f1f3f6;
}
.my-dropdown-checkbox {
accent-color: #0d6efd;
}
@media (max-width: 576px) {
.my-dropdown-container {
max-width: 100%;
}
.my-dropdown-menu {
font-size: 0.96rem;
}
}
@keyframes fade-in {
from { opacity: 0; transform: translateY(10px);}
to   { opacity: 1; transform: translateY(0);}
} */

.vr {
    background-color: #B8B8B8 !important;
}

select.just-validate-error-field {
    border-color: #dc3545 !important;
    /* red border */
}

.just-validate-error-label {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

/* .is-invalid+.just-validate-error {
color: red;
font-size: 12px;
margin-top: 5px;
} */

.nav-active {
    color: #0A6F5F !important;
    background-color: #DAE9E7 !important;
}

/* Tooltip main container */
.tooltip.show {
    background-color: transparent !important;
    /* prevent black background */
}

/* Tooltip content styling */
.tooltip-inner {
    background-color: #DAE9E7;
    /* Tailwind blue-700 */
    color: #0A6F5F;
    font-weight: 500;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 4px;
}

/* Tooltip arrow (top) */
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #DAE9E7 !important;
}

/* Tooltip arrow (right / end) */
.tooltip.bs-tooltip-end .tooltip-arrow::before,
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #DAE9E7 !important;
}

/* Tooltip arrow (bottom) */
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #DAE9E7 !important;
}

/* Tooltip arrow (left / start) */
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #DAE9E7 !important;
}

.model-body-content {
    margin-top: -35px;
    /* Adjust the top margin */
    height: auto;
    /* Adjust the height as needed */
}

#cancelCloseBtn {
    background-color: #FFFFFF;
    height: 20px;
    width: 20px;
    border-radius: 12px;
    border: 0.5px;
    padding: 5px;
    background-size: 35%;
    opacity: 1;
}

@media (max-width: 576px) {
    .popup-modal {
        width: 80%;
        margin-left: 10%;
    }

    .save-changes-btn {
        height: 46px !important;
        width: 120px !important;
    }
}

#limitSelect {
    height: 36px;
    width: 62px;
    border-radius: 8px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 12px 12px 12px 12px !important;
    width: 330px;
    margin-top: 4px !important;
    border-top: 1px solid #aaa !important;
}

.sidebar.collapsed .sidebar-text {
    display: none !important;
}

.sidebar.collapsed .sidebar-icon-svg {
    margin: 0 auto;
}

.sidebar.collapsed .nav-link {
    justify-content: center;
    text-align: center;
    padding: 0.75rem 0;
}

.sidebar.collapsed .nav-content {
    display: none !important;
}

.sidebar .sidebar-text {
    transition: opacity 0.2s ease;
}

.sidebar.collapsed .sidebar-text {
    opacity: 0;
}

/* highlight for top-level links */
.nav-link.active-mark {
    background: #E6F4F1 !important;
    color: #0A6F5F !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
}

/* highlight for child links inside collapses */
.child-nav a.active-sub {
    background-color: #E6F4F1;
    border-radius: 8px;
    color: #0A6F5F !important;
    font-weight: 600 !important;
}

/* Table Action Dropdown - standardized across all panels */
.table .dropdown-menu,
.menu-table .dropdown-menu,
.product-table .dropdown-menu,
.roles-table .dropdown-menu {
    min-width: 110px !important;
    padding: 8px !important;
    border: 0.5px solid #a6a6a6 !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.15) !important;
    gap: 8px;
}

.table .dropdown-menu.show,
.menu-table .dropdown-menu.show,
.product-table .dropdown-menu.show,
.roles-table .dropdown-menu.show {}

.table .dropdown-menu .dropdown-item,
.table .dropdown-menu .action-drp,
.menu-table .dropdown-menu .dropdown-item,
.menu-table .dropdown-menu .action-drp,
.product-table .dropdown-menu .dropdown-item,
.product-table .dropdown-menu .action-drp,
.roles-table .dropdown-menu .dropdown-item,
.roles-table .dropdown-menu .action-drp {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 13px !important;
    padding: 6px 8px !important;
    color: #232323 !important;
    border-radius: 4px !important;
}

.table .dropdown-menu .dropdown-item:hover,
.table .dropdown-menu .action-drp:hover,
.menu-table .dropdown-menu .dropdown-item:hover,
.menu-table .dropdown-menu .action-drp:hover,
.product-table .dropdown-menu .dropdown-item:hover,
.product-table .dropdown-menu .action-drp:hover,
.roles-table .dropdown-menu .dropdown-item:hover,
.roles-table .dropdown-menu .action-drp:hover {
    background-color: #DAE9E7 !important;
    color: #000 !important;
}

.table .btn-action,
.menu-table .btn-action,
.product-table .btn-action,
.roles-table .btn-action {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
}

.table .btn-action:hover,
.menu-table .btn-action:hover,
.product-table .btn-action:hover,
.roles-table .btn-action:hover,
.table .btn-action:active,
.menu-table .btn-action:active,
.product-table .btn-action:active,
.roles-table .btn-action:active,
.table .btn-action:focus,
.menu-table .btn-action:focus,
.product-table .btn-action:focus,
.roles-table .btn-action:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
    color: #000 !important;
}

.table .dropdown,
.menu-table .dropdown,
.product-table .dropdown,
.roles-table .dropdown {
    position: relative;
}

.table .dropdown .btn-action+.dropdown-menu.show,
.menu-table .dropdown .btn-action+.dropdown-menu.show,
.product-table .dropdown .btn-action+.dropdown-menu.show,
.roles-table .dropdown .btn-action+.dropdown-menu.show,
.table .dropdown .action-btn+.dropdown-menu.show,
.menu-table .dropdown .action-btn+.dropdown-menu.show,
.product-table .dropdown .action-btn+.dropdown-menu.show,
.roles-table .dropdown .action-btn+.dropdown-menu.show {}

.dropdown .btn-action+.dropdown-menu,
.dropdown .action-btn+.dropdown-menu,
.action-dropdown.dropdown-menu {
    width: 120px !important;
    min-width: 120px !important;
    padding: 12px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 8px;
    box-sizing: border-box;
}

.dropdown .btn-action+.dropdown-menu .dropdown-item,
.dropdown .action-btn+.dropdown-menu .dropdown-item,
.dropdown .btn-action+.dropdown-menu .dropdown-item-notification,
.dropdown .action-btn+.dropdown-menu .dropdown-item-notification {
    padding: 8px 12px;
}

/* Tooltip arrow (left / start) */
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #DAE9E7 !important;
}

.model-body-content {
    margin-top: -35px;
    /* Adjust the top margin */
    height: auto;
    /* Adjust the height as needed */
}

#cancelCloseBtn {
    background-color: #FFFFFF;
    height: 20px;
    width: 20px;
    border-radius: 12px;
    border: 0.5px;
    padding: 5px;
    background-size: 35%;
    opacity: 1;
}

@media (max-width: 576px) {
    .popup-modal {
        width: 80%;
        margin-left: 10%;
    }

    .save-changes-btn {
        height: 46px !important;
        width: 120px !important;
    }
}

#limitSelect {
    height: 36px;
    width: 62px;
    border-radius: 8px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 12px 12px 12px 12px !important;
    width: 330px;
    margin-top: 4px !important;
    border-top: 1px solid #aaa !important;
}

.sidebar.collapsed .sidebar-text {
    display: none !important;
}

.sidebar.collapsed .sidebar-icon-svg {
    margin: 0 auto;
}

.sidebar.collapsed .nav-link {
    justify-content: center;
    text-align: center;
    padding: 0.75rem 0;
}

.sidebar.collapsed .nav-content {
    display: none !important;
}

.sidebar .sidebar-text {
    transition: opacity 0.2s ease;
}

.sidebar.collapsed .sidebar-text {
    opacity: 0;
}

/* highlight for top-level links */
.nav-link.active-mark {
    background: #E6F4F1 !important;
    color: #0A6F5F !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
}

/* highlight for child links inside collapses */
.child-nav a.active-sub {
    background-color: #E6F4F1;
    border-radius: 8px;
    color: #0A6F5F !important;
    font-weight: 600 !important;
}

/* Table Action Dropdown - standardized across all panels */
.table .dropdown-menu,
.menu-table .dropdown-menu,
.product-table .dropdown-menu,
.roles-table .dropdown-menu {
    min-width: 110px !important;
    padding: 8px !important;
    border: 0.5px solid #a6a6a6 !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.15) !important;
    gap: 8px;
}

.table .dropdown-menu.show,
.menu-table .dropdown-menu.show,
.product-table .dropdown-menu.show,
.roles-table .dropdown-menu.show {}

.table .dropdown-menu .dropdown-item,
.table .dropdown-menu .action-drp,
.menu-table .dropdown-menu .dropdown-item,
.menu-table .dropdown-menu .action-drp,
.product-table .dropdown-menu .dropdown-item,
.product-table .dropdown-menu .action-drp,
.roles-table .dropdown-menu .dropdown-item,
.roles-table .dropdown-menu .action-drp {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 13px !important;
    padding: 6px 8px !important;
    color: #232323 !important;
    border-radius: 4px !important;
}

.table .dropdown-menu .dropdown-item:hover,
.table .dropdown-menu .action-drp:hover,
.menu-table .dropdown-menu .dropdown-item:hover,
.menu-table .dropdown-menu .action-drp:hover,
.product-table .dropdown-menu .dropdown-item:hover,
.product-table .dropdown-menu .action-drp:hover,
.roles-table .dropdown-menu .dropdown-item:hover,
.roles-table .dropdown-menu .action-drp:hover {
    background-color: #DAE9E7 !important;
    color: #000 !important;
}

.table .btn-action,
.menu-table .btn-action,
.product-table .btn-action,
.roles-table .btn-action {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
}

.table .btn-action:hover,
.menu-table .btn-action:hover,
.product-table .btn-action:hover,
.roles-table .btn-action:hover,
.table .btn-action:active,
.menu-table .btn-action:active,
.product-table .btn-action:active,
.roles-table .btn-action:active,
.table .btn-action:focus,
.menu-table .btn-action:focus,
.product-table .btn-action:focus,
.roles-table .btn-action:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
    color: #000 !important;
}

.table .dropdown,
.menu-table .dropdown,
.product-table .dropdown,
.roles-table .dropdown {
    position: relative;
}

.table .dropdown .btn-action+.dropdown-menu.show,
.menu-table .dropdown .btn-action+.dropdown-menu.show,
.product-table .dropdown .btn-action+.dropdown-menu.show,
.roles-table .dropdown .btn-action+.dropdown-menu.show,
.table .dropdown .action-btn+.dropdown-menu.show,
.menu-table .dropdown .action-btn+.dropdown-menu.show,
.product-table .dropdown .action-btn+.dropdown-menu.show,
.roles-table .dropdown .action-btn+.dropdown-menu.show {}

.dropdown .btn-action+.dropdown-menu,
.dropdown .action-btn+.dropdown-menu,
.action-dropdown.dropdown-menu {
    width: 120px !important;
    min-width: 120px !important;
    padding: 12px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 8px;
    box-sizing: border-box;
}

.dropdown .btn-action+.dropdown-menu .dropdown-item,
.dropdown .action-btn+.dropdown-menu .dropdown-item,
.dropdown .btn-action+.dropdown-menu .dropdown-item-notification,
.dropdown .action-btn+.dropdown-menu .dropdown-item-notification {
    padding: 8px 12px;
}

/* ============================================================
   GLOBAL STATUS DROPDOWN â€” SINGLE SOURCE OF TRUTH
   All status dropdown behaviour is controlled from here.
   Do NOT add status-btn / status-btn-dan overrides in any
   individual module CSS file. Edit only this block.
   ============================================================ */

/* 1. The trigger button — ONLY when inside a .dropdown wrapper.
   Standalone badge uses of .status-btn/badge are NOT affected. */
.dropdown > .status-btn,
.dropdown > .status-btn-dan,
.dropdown > .btn.status-btn,
.dropdown > .btn.status-btn-dan,
.dropdown > .status-toggle,
.dropdown > .status-active,
.dropdown > .status-inactive,
.dropdown > .submenu-status {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 115px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    white-space: nowrap !important;
}

/* 2. The dropdown menu — width matches button, no scrollbar */
.dropdown > .status-btn + .dropdown-menu,
.dropdown > .status-btn-dan + .dropdown-menu,
.dropdown > .status-btn ~ .dropdown-menu,
.dropdown > .status-btn-dan ~ .dropdown-menu,
.dropdown > .btn.status-btn + .dropdown-menu,
.dropdown > .btn.status-btn-dan + .dropdown-menu,
.dropdown > .status-toggle + .dropdown-menu,
.dropdown > .status-active + .dropdown-menu,
.dropdown > .status-inactive + .dropdown-menu,
.dropdown > .submenu-status + .dropdown-menu {
    min-width: 115px !important;
    width: 115px !important;
    max-width: 115px !important;
    padding: 7px !important;          /* Tight, even padding — no excess space */
    max-height: none !important;      /* Remove any max-height that causes scrollbar */
    overflow-y: visible !important;   /* No scrollbar */
    overflow: visible !important;
}

/* 3. Items inside the menu */
.dropdown > .status-btn + .dropdown-menu .dropdown-item,
.dropdown > .status-btn-dan + .dropdown-menu .dropdown-item,
.dropdown > .status-btn ~ .dropdown-menu .dropdown-item,
.dropdown > .status-btn-dan ~ .dropdown-menu .dropdown-item,
.dropdown > .status-toggle + .dropdown-menu .dropdown-item,
.dropdown > .status-active + .dropdown-menu .dropdown-item,
.dropdown > .status-inactive + .dropdown-menu .dropdown-item,
.dropdown > .submenu-status + .dropdown-menu .dropdown-item {
    padding: 7px 10px !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 6px !important;
    transition: background-color 0.2s !important;
}

/* High Specificity Overrides for Status Colors */
.dropdown-menu .dropdown-item.status-active-item,
.dropdown > .status-toggle + .dropdown-menu .dropdown-item.status-active-item,
.dropdown > .submenu-status + .dropdown-menu .dropdown-item.status-active-item {
    color: #0A6F5F !important;
}

.dropdown-menu .dropdown-item.status-inactive-item,
.dropdown > .status-toggle + .dropdown-menu .dropdown-item.status-inactive-item,
.dropdown > .submenu-status + .dropdown-menu .dropdown-item.status-inactive-item {
    color: #D32F2F !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #DAE9E7 !important;
}

.dropdown-menu .dropdown-item.status-active-item:hover {
    color: #0A6F5F !important;
}

.dropdown-menu .dropdown-item.status-inactive-item:hover {
    color: #D32F2F !important;
}


/*--------------------------------------------------------------
# Sidebar Search Sticky & Collapsed State Fixes
--------------------------------------------------------------*/
.sidebar-search {
    position: sticky !important;
    top: -20px !important;
    background: #fff !important;
    z-index: 999 !important;
    padding: 20px 0 15px 0 !important;
    margin: -20px 0 10px 0 !important;
    transition: all 0.3s ease-in-out !important;
    width: 100% !important;
}

.sidebar-search .search-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    transition: all 0.3s ease-in-out !important;
    position: relative !important;
    height: 40px !important;
    overflow: hidden !important;
}

.sidebar-search .search-input {
    transition: all 0.3s ease-in-out !important;
    padding-left: 40px !important;
}

/* Sidebar Search - Icon Styles */
.sidebar-search .search-container::before {
    content: "\f002" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    color: rgba(166, 166, 166, 0.8) !important;
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 5 !important;
    pointer-events: none !important;
    transition: all 0.3s ease-in-out !important;
}

@media (min-width: 1200px) {
    .toggle-sidebar .sidebar-search {
        top: -5px !important;
        margin-top: -5px !important;
        padding: 10px 0 !important;
        margin-bottom: 10px !important;
    }

    .toggle-sidebar .search-container {
        width: 40px !important;
        height: 40px !important;
        margin: 0 auto !important;
        background: #fff !important;
        border: 1px solid #eee !important;
        border-radius: 8px !important;
    }

    .toggle-sidebar .search-input {
        opacity: 0 !important;
        width: 40px !important;
        padding-left: 0 !important;
        pointer-events: none !important;
    }

    /* Center icon ONLY on desktop when collapsed */
    .toggle-sidebar .search-container::before {
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
}

/* Smooth transitions for sidebar elements */
.sidebar {
    will-change: width;
    transition: all 0.3s ease-in-out;
    overflow-x: hidden !important;
}

.sidebar-nav .nav-link {
    white-space: nowrap !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
}

.sidebar-text, .sidebar-chevron-icon-svg, .module-heading {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
}

body.sidebar-collapsed .sidebar-text, 
body.sidebar-collapsed .sidebar-chevron-icon-svg {
    opacity: 0 !important;
    visibility: hidden !important;
}

.sidebar-search {
    will-change: transform, top, margin;
}

/* Advanced Hardware Acceleration */
.sidebar, .sidebar-search, .search-container, .search-input {
    backface-visibility: hidden;
    perspective: 1000px;
}
