/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.custom-yellow-bg {
    background-color: #4f46e5 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

#vrm_search::placeholder {
    color: #fff !important;
    /* darker text for contrast */
}

.light-style .menu .app-brand.demo {
    height: 64px;
}

.dark-style .menu .app-brand.demo {
    height: 64px;
}

.app-brand-logo.demo {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
}

.app-brand-logo.demo-auth {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 128px;
    height: 128px;
}

.app-brand-text.demo {
    font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 78px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
    display: block !important;
}

.demo-inline-spacing>* {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir="rtl"] .rtl-only {
    display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

body.swal2-shown>[aria-hidden="true"] {
    transition: 0.1s filter;
    filter: blur(10px);
}

.colored-toast.swal2-icon-success {
    background-color: #4f46e5 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #d34c4d !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #e68f3c !important;
}

.colored-toast.swal2-icon-info {
    background-color: #00bad1 !important;
}

.colored-toast.swal2-icon-question {
    background-color: #97999d !important;
}

.colored-toast .swal2-title {
    color: white !important;
}

.colored-toast .swal2-close {
    color: white !important;
}

.colored-toast .swal2-html-container {
    color: white !important;
}

.swal2-popup.swal2-toast {
    padding: 10px !important;
}

.swal2-toast .swal2-title {
    font-size: 1em !important;
    margin: 0.5em !important;
}

.datepicker,
.datepicker-dropdown {
    z-index: 1080 !important;
}

/* .dropdown-menu.show {
     width: 100% !important;
} */

.datatable-img {
    height: 31px;
}

.job-gallery {
    height: 93px;
    object-fit: contain;
}

@media print {
    body {
        background-color: transparent !important;
    }

    .fs-h4 {
        font-size: 14px !important;
        margin-bottom: 5px;
        color: black !important;
    }

    .fs-h5 {
        font-size: 13px !important;
        margin-bottom: 5px;
        color: black !important;
    }

    .fs-p {
        color: black !important;
        font-size: 9px !important;
        margin-bottom: 5px;
    }

    .table th {
        padding: 5px !important;
        font-size: 11px !important;
        color: black !important;
    }

    .table td {
        padding: 5px !important;
        font-size: 9px !important;
        color: black !important;
    }

    .sale-table thead th {
        font-size: 9px !important;
        font-weight: bold !important;
        padding: 3px !important;
        color: black !important;
    }

    .sale-table tbody td {
        font-size: 7px !important;
        padding: 3px !important;
        color: black !important;
    }

    .sale-table tfoot td {
        font-size: 7px !important;
        padding: 3px !important;
        color: black !important;
    }
}

/* Custom Light Theme Color Scheme Overrides */
/* Font: Inter */
body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.form-control {
    font-family: 'Inter', sans-serif !important;
}

/* Primary Color: #4f46e5, Gradient: #312e81 -> #4f46e5 -> #312e81 */

:root {
    --bs-primary: #4f46e5;
    --bs-primary-rgb: 79, 70, 229;
}

.text-primary {
    color: #4f46e5 !important;
}

.bg-primary {
    background-color: #4f46e5 !important;
}

/* Primary Button with Gradient Hover */
.btn-primary {
    background-image: linear-gradient(to right, #312e81 0%, #4f46e5 51%, #312e81 100%) !important;
    background-size: 200% auto !important;
    border-color: transparent !important;
    transition: 0.5s;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-position: right center !important;
    /* shift the gradient */
    color: #fff !important;
    text-decoration: none !important;
    border-color: transparent !important;
    box-shadow: 0 0.25rem 1rem rgba(79, 70, 229, 0.4) !important;
}

/* Outline Buttons */
.btn-outline-primary {
    color: #4f46e5 !important;
    border-color: #4f46e5 !important;
}

.btn-outline-primary:hover {
    background-color: #4f46e5 !important;
    color: #fff !important;
    box-shadow: 0 0.25rem 1rem rgba(79, 70, 229, 0.4) !important;
}

/* Active Menu Item with Gradient */
.bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
    background-image: linear-gradient(to right, #312e81 0%, #4f46e5 51%, #312e81 100%) !important;
    background-size: 200% auto !important;
    color: #fff !important;
    box-shadow: 0 4px 6px -1px rgba(79, 70, 229, 0.5) !important;
    transition: 0.5s;
}

.bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle):hover {
    background-position: right center !important;
}

/* Pagination */
.page-item.active .page-link {
    background-color: #4f46e5 !important;
    border-color: #4f46e5 !important;
}

.page-item .page-link:hover {
    background-color: #eef2ff !important;
    color: #4f46e5 !important;
    border-color: #4f46e5 !important;
}

.page-item.active .page-link:hover {
    background-color: #4f46e5 !important;
    color: #fff !important;
}

/* Form Controls */
.form-control:focus,
.form-select:focus,
.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
    border-color: #4f46e5 !important;
    box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25) !important;
}

.form-check-input:checked {
    background-color: #4f46e5 !important;
    border-color: #4f46e5 !important;
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #4f46e5 !important;
    border-color: #4f46e5 !important;
}

/* Nav Pills/Tabs */
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
    background-color: #4f46e5 !important;
    box-shadow: 0 2px 4px 0 rgba(79, 70, 229, 0.4) !important;
}

/* Switches */
.switch-input:checked~.switch-toggle-slider {
    background: #4f46e5 !important;
}

.switch-primary.switch .switch-input:checked~.switch-toggle-slider {
    background: #4f46e5 !important;
}

/* Dropdowns */
.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
    background-color: #4f46e5 !important;
}

/* Links */
a {
    color: #4f46e5;
}

a:hover {
    color: #4338ca;
    /* slightly darker for hover */
}

/* Success Color Overrides - Replacing Green with Primary Blue */

/* Buttons */
.btn-success {
    background-color: #4f46e5 !important;
    border-color: #4f46e5 !important;
    color: #fff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    background-color: #4338ca !important;
    /* Slightly darker */
    border-color: #4338ca !important;
    color: #fff !important;
    box-shadow: 0 0.25rem 1rem rgba(79, 70, 229, 0.4) !important;
}

.btn-outline-success {
    color: #4f46e5 !important;
    border-color: #4f46e5 !important;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active {
    background-color: #4f46e5 !important;
    color: #fff !important;
    box-shadow: 0 0.25rem 1rem rgba(79, 70, 229, 0.4) !important;
}

/* Alerts */
.alert-success {
    background-color: #eef2ff !important;
    /* Light blue background */
    border-color: #4f46e5 !important;
    color: #4f46e5 !important;
}

/* Badges / Labels */
.badge-success,
.bg-label-success,
.badge-info,
.bg-label-info {
    background-color: #eef2ff !important;
    color: #4f46e5 !important;
}

.badge-secondary,
.bg-label-secondary {
    background-color: #f1f3f4 !important;
    color: #312e81 !important;
}

/* Text */
.text-success {
    color: #4f46e5 !important;
}

/* Backgrounds */
.bg-success {
    background-color: #4f46e5 !important;
}

/* SweetAlert2 Success Icon */
.swal2-icon.swal2-success {
    border-color: #4f46e5 !important;
    color: #4f46e5 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid rgba(79, 70, 229, 0.3) !important;
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
    background-color: #4f46e5 !important;
}

.colored-toast.swal2-icon-success {
    background-color: #4f46e5 !important;
}

/* Dropdown active items */
.dropdown-item.active,
.dropdown-item:active {
    background-color: #4f46e5 !important;
}

/* Form Valid/Success States */
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #4f46e5 !important;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #4f46e5 !important;
    box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25) !important;
}

/* Dashboard Widget Glass Effect */
.glass-widget {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    border-radius: 15px;
    color: #fff !important;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.glass-widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.25);
}

/* Shine effect on hover */
.glass-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    transition: 0.5s;
    pointer-events: none;
    z-index: 2;
}

.glass-widget:hover::before {
    left: 125%;
}

/* Unique Gradients for each card type */
.glass-widget-primary {
    /* Deep Ocean Blue */
    background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
}

.glass-widget-warning {
    /* Burning Orange */
    background: linear-gradient(135deg, #FF416C 0%, #FF4B2B 100%);
}

.glass-widget-info {
    /* Royal Blue / Purple */
    background: linear-gradient(135deg, #654ea3 0%, #eaafc8 100%);
}

.glass-widget-success {
    /* Electric Blue */
    background: linear-gradient(135deg, #4f46e5 0%, #312e81 100%);
}

.glass-widget .card-header,
.glass-widget .card-body {
    background: transparent !important;
    position: relative;
    z-index: 1;
}

.glass-widget .avatar-initial {
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.glass-widget p,
.glass-widget h4,
.glass-widget i {
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.glass-widget .dropdown-toggle::after {
    color: #fff;
}

/* ============================================================
   COBALT WORKSPACE – Light Floating Sidebar + Flat Topbar
   ============================================================ */

/* Sidebar: White floating panel */
.portal-sidebar {
    background: #fff !important;
    border-right: none !important;
}

.portal-sidebar-brand {
    padding: 1rem .9rem .85rem;
    border-bottom: 1px solid #f0f1f3;
    margin-bottom: .3rem;
}

.portal-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.portal-brand-subtitle {
    color: #9ca3af;
    font-size: .62rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
}

/* Sidebar search slot */
.portal-sidebar-search {
    padding: .35rem .65rem .55rem;
}

.portal-search-box {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .48rem .7rem;
    border-radius: .5rem;
    background: #f4f5f7;
    border: 1px solid #e5e7eb;
    color: #9ca3af;
    font-size: .78rem;
    cursor: pointer;
    transition: border-color .18s ease;
}

.portal-search-box:hover {
    border-color: #c7c9d0;
}

.portal-search-box i {
    font-size: .9rem;
}

/* Logo ring */
.portal-logo-ring {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: .65rem;
    background: linear-gradient(135deg, #eef2ff, #e0e7ff);
    border: 1px solid #d4d8f0;
    flex-shrink: 0;
}

.portal-logo-ring .app-brand-logo.demo {
    width: 30px;
    height: 30px;
}

.portal-menu-label {
    color: #9ca3af;
    font-size: .62rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
    margin: .85rem .95rem .4rem;
}

.portal-menu-inner .menu-link {
    margin: .12rem .5rem;
    border-radius: .5rem;
    padding: .5rem .7rem;
    border: none;
    border-left: 3px solid transparent;
    transition: all .16s ease;
    color: #4b5563 !important;
}

.portal-menu-inner .menu-link:hover {
    background: #f9fafb;
    border-left-color: #e5e7eb;
}

.portal-menu-icon {
    width: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: .95rem;
    color: #6b7280;
}

.portal-menu-text {
    font-weight: 500;
    font-size: .86rem;
    letter-spacing: 0;
    color: #374151 !important;
}

.portal-menu-inner .menu-item.open > .menu-link,
.portal-menu-inner .menu-item.active > .menu-link {
    background: #eef2ff;
    border-left-color: #4f46e5;
    box-shadow: none;
    border-radius: .5rem;
}

.portal-menu-inner .menu-item.open > .menu-link .portal-menu-icon,
.portal-menu-inner .menu-item.active > .menu-link .portal-menu-icon,
.portal-menu-inner .menu-item.open > .menu-link .portal-menu-text,
.portal-menu-inner .menu-item.active > .menu-link .portal-menu-text {
    color: #4f46e5 !important;
}

.portal-menu-inner .menu-sub .menu-link {
    margin-left: .5rem;
    margin-right: .35rem;
    border-left: 2px solid #e5e7eb;
    border-radius: 0 .4rem .4rem 0;
    padding-top: .38rem;
    padding-bottom: .38rem;
    font-size: .84rem;
}

.portal-menu-inner .menu-sub .menu-item.active > .menu-link {
    border-left-color: #4f46e5;
    background: #f5f3ff;
    color: #4f46e5 !important;
}

/* Topbar: Flat, embedded, minimal */
.portal-topbar {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #eaecef !important;
    padding: .55rem 1.1rem !important;
    background: #fff !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

/* Topbar dot accent */
.portal-topbar-dot {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: #4f46e5;
    flex-shrink: 0;
}

.portal-topbar-title h5 {
    font-size: .9rem;
    font-weight: 600;
    color: #111827;
}

.portal-topbar-title small {
    color: #9ca3af;
    font-size: .76rem;
}

.portal-topbar-btn {
    width: 2.15rem;
    height: 2.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .45rem;
    transition: all .16s ease;
}

.portal-topbar-btn:hover {
    background: #f3f4f6;
}

.portal-user-toggle {
    display: flex !important;
    align-items: center;
    gap: .5rem;
    padding: .28rem .5rem !important;
    border-radius: .5rem;
    transition: all .16s ease;
}

.portal-user-toggle:hover {
    background: #f3f4f6;
}

.portal-user-meta {
    flex-direction: column;
    line-height: 1.1;
}

.portal-user-name {
    font-size: .78rem;
    font-weight: 600;
    color: #111827;
}

.portal-user-role {
    font-size: .68rem;
    color: #9ca3af;
}

.portal-topbar-dropdown {
    border: 1px solid #e5e7eb;
    border-radius: .55rem;
    box-shadow: 0 .35rem 1rem rgba(0, 0, 0, .08);
}

@media (max-width: 1199px) {
    .portal-topbar {
        border-radius: 0 !important;
    }

    .portal-user-toggle {
        padding: .25rem .4rem !important;
    }
}

/* ============================================================
   COBALT WORKSPACE – Clean Flat Page Skeleton
   ============================================================ */

:root {
    --bs-primary: #4f46e5;
    --bs-primary-rgb: 79, 70, 229;
    --portal-accent-strong: #4338ca;
    --portal-accent-soft: #e0e7ff;
    --portal-page-bg: #f4f5f7;
    --portal-panel-bg: #ffffff;
    --portal-border: #e5e7eb;
}

/* Clean flat background – no gradients */
body {
    background: var(--portal-page-bg) !important;
}

.layout-wrapper,
.layout-container,
.layout-page,
.content-wrapper {
    background: transparent !important;
}

/* Floating sidebar geometry */
.layout-menu-fixed:not(.layout-menu-collapsed) #layout-menu,
#layout-menu.portal-sidebar {
    margin: .75rem 0 .75rem .75rem;
    border-radius: .85rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 .35rem 1.4rem rgba(0, 0, 0, .05);
    height: calc(100vh - 1.5rem) !important;
    overflow: hidden;
}

.layout-menu-fixed:not(.layout-menu-collapsed) .layout-page {
    padding-left: calc(16.25rem + 1.5rem) !important;
}

/* Remove the old content gradient overlay */
.container-p-y {
    position: relative;
    padding: 1.1rem 1.3rem !important;
}

.container-p-y::before {
    display: none !important;
}

.container-p-y > * {
    position: relative;
    z-index: 1;
}

/* Cards: sharp corners, accent left border, minimal shadow */
.card,
.modal-content,
.offcanvas,
.dropdown-menu {
    border: 1px solid var(--portal-border);
    border-radius: .55rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}

.card {
    background: var(--portal-panel-bg);
    border-left: 3px solid transparent;
}

.card-header {
    background: #fafbfc;
    border-bottom: 1px solid var(--portal-border);
    border-radius: 0;
}

/* Tables: clean, neutral */
.table thead th {
    background: #f9fafb !important;
    border-bottom: 2px solid #e5e7eb !important;
    color: #374151;
    font-weight: 600;
    font-size: .8rem;
}

.table tbody td {
    border-color: #f3f4f6;
}

/* Inputs: neutral borders, clean */
.form-control,
.form-select,
.input-group-text,
.select2-selection,
.bootstrap-select .dropdown-toggle {
    border-color: #d1d5db !important;
    background-color: #fff !important;
    border-radius: .4rem !important;
}

.form-control:focus,
.form-select:focus,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.bootstrap-select .dropdown-toggle:focus {
    border-color: #4f46e5 !important;
    box-shadow: 0 0 0 .18rem rgba(79, 70, 229, .12) !important;
}

/* Buttons: solid, no gradients */
.btn-primary {
    background: #4f46e5 !important;
    background-image: none !important;
    background-size: unset !important;
    border-color: #4f46e5 !important;
    border-radius: .45rem;
    transition: all .18s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #4338ca !important;
    background-image: none !important;
    border-color: #4338ca !important;
    transform: translateY(-1px);
    box-shadow: 0 .3rem .8rem rgba(79, 70, 229, .28) !important;
}

.btn-outline-primary {
    color: #4f46e5 !important;
    border-color: #4f46e5 !important;
    border-radius: .45rem;
}

.btn-outline-primary:hover {
    background-color: #4f46e5 !important;
    color: #fff !important;
}

/* Sidebar overrides – Light theme */
.portal-sidebar {
    background: #fff !important;
    border-right: none !important;
}

.portal-sidebar .menu-inner-shadow {
    display: none !important;
}

.portal-sidebar .app-brand-text {
    color: #1f2937 !important;
    font-size: 1.15rem;
}

.portal-sidebar .portal-brand-subtitle {
    color: #9ca3af !important;
}

.portal-sidebar .portal-menu-label {
    color: #9ca3af !important;
}

.portal-sidebar .menu-link,
.portal-sidebar .portal-menu-text,
.portal-sidebar .menu-sub .menu-link {
    color: #4b5563 !important;
}

.portal-sidebar .menu-toggle::after {
    color: #9ca3af !important;
}

/* Active menu item override – left accent, no gradient */
.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
    background: #eef2ff !important;
    background-image: none !important;
    color: #4f46e5 !important;
    box-shadow: none !important;
    border-left: 3px solid #4f46e5 !important;
    border-radius: .5rem !important;
}

/* Topbar overrides */
.portal-topbar {
    border: none !important;
    border-bottom: 1px solid #eaecef !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.portal-topbar-btn,
.portal-user-toggle {
    border: none !important;
    border-radius: .45rem;
}

.portal-topbar-btn:hover,
.portal-user-toggle:hover {
    border-color: transparent !important;
    background: #f3f4f6 !important;
}

/* Breadcrumbs, misc text */
.breadcrumb-item + .breadcrumb-item::before,
.text-muted,
.text-secondary {
    color: #9ca3af !important;
}

.badge.bg-label-primary {
    background-color: #e0e7ff !important;
    color: #4338ca !important;
    border-radius: .35rem;
}

/* Footer */
.content-footer {
    border-top: 1px solid #e5e7eb;
}

/* Responsive */
@media (max-width: 1199px) {
    .layout-menu-fixed:not(.layout-menu-collapsed) #layout-menu,
    #layout-menu.portal-sidebar {
        margin: 0;
        border-radius: 0;
        height: 100vh !important;
        border: none;
    }

    .layout-menu-fixed:not(.layout-menu-collapsed) .layout-page {
        padding-left: 0 !important;
    }

    .container-p-y {
        padding: .85rem 1rem !important;
    }
}