:root {
    --rx-shell-bg: #f3f6f9;
    --rx-shell-surface: #ffffff;
    --rx-shell-border: #d7e2ec;
    --rx-shell-text: #17283a;
    --rx-shell-muted: #5d7488;
    --rx-sidebar-bg: #162331;
    --rx-sidebar-panel: #1d2d3b;
    --rx-sidebar-hover: #243746;
    --rx-sidebar-active: #1f405a;
    --rx-sidebar-text: #d4e0e8;
    --rx-sidebar-muted: #8fa3b2;
    --rx-sidebar-accent: #256d96;
    --rx-sidebar-accent-soft: rgba(37, 109, 150, 0.16);
    --rx-shell-shadow: 0 10px 28px rgba(15, 35, 54, 0.08);
}

body {
    background: var(--rx-shell-bg);
    color: var(--rx-shell-text);
}

.wrapper,
.content-wrapper {
    background: var(--rx-shell-bg) !important;
}

.rx-public-layout .wrapper,
.rx-public-layout .content-wrapper {
    min-height: 100vh;
    margin-left: 0 !important;
}

.rx-public-layout .content-wrapper > .content {
    padding-top: 0;
}

.rx-public-layout .main-footer {
    margin-left: 0 !important;
}

.rx-top-navigation-layout .main-header,
.rx-top-navigation-layout .content-wrapper,
.rx-top-navigation-layout .main-footer {
    margin-left: 0 !important;
}

.rx-top-navigation-layout .content-wrapper > .content {
    padding-top: 14px;
}

.content-wrapper > .content {
    padding-top: 12px;
}

#top-nav-bar.main-header {
    min-height: 58px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid var(--rx-shell-border);
    box-shadow: 0 8px 22px rgba(15, 35, 54, 0.07);
    z-index: 1040;
}

#top-nav-bar .rx-topbar-nav {
    align-items: center;
    width: 100%;
    min-width: 0;
}

#top-nav-bar .nav-link[data-widget="pushmenu"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    padding: 0;
    color: #1f405a;
    background: #edf6fb;
    border: 1px solid #c5d8e6;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(31, 64, 90, 0.08);
}

#top-nav-bar .nav-link[data-widget="pushmenu"]:hover,
#top-nav-bar .nav-link[data-widget="pushmenu"]:focus {
    color: #123149;
    background: #e2f0f8;
}

#top-nav-bar .rx-topbar-breadcrumb {
    flex: 1 1 auto;
    min-width: 0;
}

.rx-topbar-brand-item {
    flex: 0 1 auto;
    min-width: 0;
    margin-right: 18px;
    padding-right: 18px;
    border-right: 1px solid var(--rx-shell-border);
}

#top-nav-bar .rx-topbar-brand-item {
    margin-right: 18px;
}

.rx-topbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 260px;
    min-height: 38px;
    color: #17283a;
    font-weight: 900;
    text-decoration: none;
}

.rx-topbar-brand:hover,
.rx-topbar-brand:focus {
    color: #1f5f83;
    text-decoration: none;
}

.rx-topbar-brand img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    border: 1px solid #cfe0ec;
    border-radius: 8px;
    background: #ffffff;
    padding: 3px;
}

.rx-topbar-brand span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rx-topbar-layout-item {
    flex: 0 0 auto;
    margin-left: 12px;
}

.rx-nav-layout-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px;
    border: 1px solid #c7d9e7;
    border-radius: 8px;
    background: #edf6fb;
}

.rx-nav-layout-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #49687d;
}

.rx-nav-layout-button:hover,
.rx-nav-layout-button:focus {
    color: #123149;
    background: #dfeef7;
}

.rx-nav-layout-button.active {
    color: #ffffff;
    background: #1f6f95;
    box-shadow: 0 5px 12px rgba(31, 111, 149, 0.2);
}

.rx-top-navigation-menu-shell {
    position: relative;
    z-index: 1035;
    overflow: visible;
    padding: 0 14px;
    background: #ffffff;
    border-bottom: 1px solid var(--rx-shell-border);
    box-shadow: 0 8px 18px rgba(15, 35, 54, 0.05);
}

.rx-top-navigation-menu-shell #rx-top-navigation-menu {
    min-width: max-content;
}

.rx-top-navigation-menu-shell .dx-menu {
    background: transparent;
    border: 0;
}

.rx-top-navigation-menu-shell .dx-menu-horizontal .dx-menu-item-wrapper {
    padding: 0;
}

.rx-top-navigation-menu-shell .dx-menu-item {
    min-height: 42px;
    color: #20384d;
    font-weight: 800;
}

.rx-top-navigation-menu-shell .dx-menu-item.dx-state-hover,
.rx-top-navigation-menu-shell .dx-menu-item.dx-state-focused,
.rx-top-navigation-menu-shell .dx-menu-item.dx-state-active {
    background: #edf6fb;
    color: #123149;
}

.rx-top-navigation-menu-shell .dx-menu-item.rx-top-menu-active,
.rx-top-navigation-menu-shell .dx-menu-item.rx-top-menu-open {
    background: linear-gradient(180deg, #eaf4fb 0%, #dceef8 100%);
    border-color: rgba(37, 109, 150, 0.36);
    color: #102b3d;
    box-shadow: inset 0 -3px 0 var(--rx-sidebar-accent);
}

.rx-top-navigation-menu-shell .dx-menu-item.rx-top-menu-active .rx-top-menu-item-content,
.rx-top-navigation-menu-shell .dx-menu-item.rx-top-menu-open .rx-top-menu-item-content {
    color: #102b3d;
    font-weight: 900;
}

.rx-top-navigation-menu-shell .dx-menu-item.rx-top-menu-active .rx-top-menu-item-content i,
.rx-top-navigation-menu-shell .dx-menu-item.rx-top-menu-open .rx-top-menu-item-content i {
    color: #256d96;
}

.rx-top-navigation-menu-shell .dx-menu-item.dx-state-disabled {
    opacity: 1;
}

.rx-top-navigation-menu-shell .dx-menu-item.dx-state-disabled .rx-top-menu-item-content {
    color: #5b758a;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.rx-top-navigation-menu-shell .dx-menu-item-content {
    padding: 0;
}

.rx-top-menu-item-content {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 13px;
    white-space: nowrap;
}

.rx-top-menu-item-content i {
    color: #1f7890;
    font-size: 13px;
}

.rx-top-menu-has-children .rx-top-menu-item-content::after {
    margin-left: 2px;
    color: #7592a5;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    font-weight: 900;
}

.rx-top-navigation-mega {
    position: absolute;
    top: calc(100% + 6px);
    left: 14px;
    z-index: 1100;
    width: max-content;
    min-width: 320px;
    max-width: min(980px, calc(100vw - 42px));
    padding: 14px;
    background: #ffffff;
    border: 1px solid #cddcea;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 35, 54, 0.18);
}

.rx-top-navigation-mega::before {
    position: absolute;
    top: -7px;
    left: 26px;
    width: 14px;
    height: 14px;
    content: "";
    background: #ffffff;
    border-top: 1px solid #cddcea;
    border-left: 1px solid #cddcea;
    transform: rotate(45deg);
}

.rx-top-navigation-mega-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 1fr);
    gap: 12px;
    max-width: 100%;
}

.rx-top-navigation-mega-column {
    min-width: 190px;
    padding: 10px;
    background: #f7fafc;
    border: 1px solid #dbe7f0;
    border-radius: 8px;
}

.rx-top-navigation-mega-title {
    margin-bottom: 8px;
    padding: 0 2px 7px;
    color: #1f6f8f;
    border-bottom: 1px solid #dbe7f0;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.rx-top-navigation-mega-link {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    min-height: 34px;
    margin: 2px 0;
    padding: 7px 9px;
    color: #1d3348;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}

.rx-top-navigation-mega-link i {
    width: 18px;
    min-width: 18px;
    color: #1f7890;
    text-align: center;
}

.rx-top-navigation-mega-link:hover,
.rx-top-navigation-mega-link:focus {
    color: #102b3d;
    background: #eaf4f9;
    border-color: #c8dce9;
    outline: 0;
}

.rx-top-navigation-mega-link.active {
    color: #102b3d;
    background: linear-gradient(90deg, rgba(37, 109, 150, 0.22), rgba(234, 244, 251, 0.96));
    border-color: rgba(37, 109, 150, 0.42);
    box-shadow: inset 4px 0 0 var(--rx-sidebar-accent);
    font-weight: 900;
}

.rx-top-navigation-mega-link.active i {
    color: #256d96;
}

.rx-top-mobile-menu-toggle,
.rx-top-mobile-menu {
    display: none;
}

.rx-breadcrumb-shell {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid var(--rx-shell-border);
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(15, 35, 54, 0.04);
}

#top-nav-bar .rx-breadcrumb-shell {
    min-height: 38px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.rx-breadcrumb-shell [aria-label="Breadcrumb"] {
    min-width: 0;
    width: 100%;
}

.rx-breadcrumb {
    align-items: center;
    min-width: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    color: var(--rx-shell-muted);
    font-size: 13px;
    font-weight: 700;
}

.rx-breadcrumb .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    color: var(--rx-shell-muted);
}

.rx-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #92a8b9;
    content: "/";
    font-weight: 700;
}

.rx-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    color: #1f6f8f;
    text-decoration: none;
}

.rx-breadcrumb a:hover,
.rx-breadcrumb a:focus {
    color: #185a75;
    text-decoration: none;
}

.rx-breadcrumb .active {
    color: var(--rx-shell-text);
}

.rx-breadcrumb i {
    font-size: 12px;
}

#left-side-bar.main-sidebar {
    background: var(--rx-sidebar-bg) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 10px 0 28px rgba(9, 24, 37, 0.22) !important;
}

body.sidebar-collapse #left-side-bar:hover,
body.sidebar-collapse #left-side-bar.sidebar-focused {
    z-index: 1050;
}

#left-side-bar .brand-link {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 10px 14px;
    background: #12202c;
    border-bottom: 1px solid rgba(215, 226, 236, 0.11);
    color: #f7fbfd !important;
}

#left-side-bar .brand-link:hover {
    color: #ffffff !important;
}

#left-side-bar .brand-link .brand-image {
    width: 34px !important;
    height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
    margin: 0 10px 0 0;
    padding: 2px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 1 !important;
    object-fit: contain;
    box-shadow: none !important;
}

#left-side-bar .brand-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #f7fbfd;
    font-size: 15px;
    font-weight: 700 !important;
    letter-spacing: 0;
}

#left-side-bar .sidebar {
    padding: 10px 10px 18px;
}

#left-side-bar .sidebar::-webkit-scrollbar {
    width: 8px;
}

#left-side-bar .sidebar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.04);
}

#left-side-bar .sidebar::-webkit-scrollbar-thumb {
    background: rgba(176, 196, 208, 0.28);
    border-radius: 999px;
}

#left-side-bar .user-panel {
    align-items: center;
    margin: 2px 0 12px !important;
    padding: 10px !important;
    background: var(--rx-sidebar-panel);
    border: 1px solid rgba(215, 226, 236, 0.1);
    border-radius: 8px;
}

#left-side-bar .user-panel .image {
    padding-left: 0;
}

#left-side-bar .user-panel img {
    width: 34px;
    height: 34px;
    border: 2px solid rgba(37, 109, 150, 0.35);
    box-shadow: none !important;
}

#left-side-bar .user-panel .info {
    min-width: 0;
    padding: 0 0 0 9px;
}

#left-side-bar .user-panel .info a {
    display: block;
    max-width: 168px;
    overflow: hidden;
    color: #ecf4f7 !important;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#left-side-bar nav.mt-2 {
    margin-top: 0 !important;
}

.rx-left-navigation-shell {
    margin-top: 0 !important;
}

#rx-left-navigation-tree.dx-treeview,
#rx-left-navigation-tree .dx-treeview,
#rx-left-navigation-tree .dx-scrollable-content,
#rx-left-navigation-tree .dx-treeview-node-container,
#rx-left-navigation-tree .dx-treeview-item {
    background: transparent;
}

#rx-left-navigation-tree .dx-treeview-node {
    padding-left: 0;
}

#rx-left-navigation-tree .dx-treeview-node .dx-treeview-node-container {
    margin: 3px 0 8px 12px;
    padding-left: 10px;
    border-left: 1px solid rgba(176, 196, 208, 0.18);
}

#rx-left-navigation-tree > .dx-scrollable .dx-treeview-node-container {
    margin: 0;
    padding-left: 0;
    border-left: 0;
}

#rx-left-navigation-tree .dx-treeview-item {
    position: relative;
    min-height: 36px;
    margin: 2px 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 7px;
    color: var(--rx-sidebar-text);
}

#rx-left-navigation-tree .dx-treeview-item.dx-state-hover,
#rx-left-navigation-tree .dx-treeview-item.dx-state-focused {
    background: var(--rx-sidebar-hover);
    border-color: rgba(215, 226, 236, 0.1);
    color: #ffffff;
}

#rx-left-navigation-tree .dx-treeview-item.rx-left-menu-parent-active {
    background: linear-gradient(90deg, rgba(37, 109, 150, 0.18), rgba(32, 53, 65, 0.96));
    border-color: rgba(37, 109, 150, 0.38);
    color: #ffffff;
    box-shadow: inset 4px 0 0 rgba(37, 109, 150, 0.82);
}

#rx-left-navigation-tree .dx-treeview-item.dx-state-selected,
#rx-left-navigation-tree .dx-treeview-item.rx-left-menu-selected,
#rx-left-navigation-tree .dx-treeview-item:has(.rx-left-menu-selected) {
    background: linear-gradient(90deg, rgba(37, 109, 150, 0.24), rgba(31, 64, 90, 0.94));
    border-color: rgba(37, 109, 150, 0.58);
    color: #ffffff;
    box-shadow: inset 4px 0 0 var(--rx-sidebar-accent), 0 6px 16px rgba(5, 18, 28, 0.2);
}

#rx-left-navigation-tree .dx-treeview-item.dx-state-selected::after,
#rx-left-navigation-tree .dx-treeview-item.rx-left-menu-selected::after,
#rx-left-navigation-tree .dx-treeview-item:has(.rx-left-menu-selected)::after {
    position: absolute;
    top: 50%;
    right: 9px;
    width: 6px;
    height: 6px;
    content: "";
    background: var(--rx-sidebar-accent);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(37, 109, 150, 0.16);
    transform: translateY(-50%);
}

#rx-left-navigation-tree .dx-treeview-item.dx-state-selected .rx-left-menu-item-content,
#rx-left-navigation-tree .dx-treeview-item.rx-left-menu-selected .rx-left-menu-item-content,
#rx-left-navigation-tree .dx-treeview-item:has(.rx-left-menu-selected) .rx-left-menu-item-content,
#rx-left-navigation-tree .rx-left-menu-selected .rx-left-menu-item-content,
#rx-left-navigation-tree .rx-left-menu-item-content.rx-left-menu-selected {
    color: #ffffff;
    font-weight: 900;
}

#rx-left-navigation-tree .dx-treeview-item.dx-state-disabled,
#rx-left-navigation-tree .dx-treeview-item.rx-left-menu-header {
    opacity: 1;
}

#rx-left-navigation-tree .rx-left-menu-item-content {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    max-width: 100%;
    padding: 7px 9px;
    overflow: hidden;
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#rx-left-navigation-tree .rx-left-menu-item-content i {
    width: 20px;
    min-width: 20px;
    color: var(--rx-sidebar-muted);
    font-size: 14px;
    text-align: center;
}

#rx-left-navigation-tree .dx-treeview-item.dx-state-hover .rx-left-menu-item-content i,
#rx-left-navigation-tree .dx-treeview-item.dx-state-focused .rx-left-menu-item-content i,
#rx-left-navigation-tree .dx-treeview-item.rx-left-menu-parent-active .rx-left-menu-item-content i,
#rx-left-navigation-tree .dx-treeview-item.dx-state-selected .rx-left-menu-item-content i,
#rx-left-navigation-tree .dx-treeview-item.rx-left-menu-selected .rx-left-menu-item-content i,
#rx-left-navigation-tree .dx-treeview-item:has(.rx-left-menu-selected) .rx-left-menu-item-content i,
#rx-left-navigation-tree .rx-left-menu-selected .rx-left-menu-item-content i {
    color: var(--rx-sidebar-accent);
}

#rx-left-navigation-tree .rx-left-menu-header .rx-left-menu-item-content {
    min-height: 24px;
    padding: 10px 9px 4px;
    color: #8ea2b1;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#rx-left-navigation-tree .rx-left-menu-header .rx-left-menu-item-content i {
    display: none;
}

#rx-left-navigation-tree .dx-treeview-toggle-item-visibility {
    color: #9cafbc;
}

#left-side-bar .nav-sidebar > .nav-item {
    margin-bottom: 2px;
}

#left-side-bar .nav-sidebar .nav-link {
    display: flex;
    align-items: center;
    min-height: 36px;
    margin: 2px 0;
    padding: 8px 9px;
    border: 1px solid transparent;
    border-radius: 7px;
    color: var(--rx-sidebar-text) !important;
    transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

#left-side-bar .nav-sidebar .nav-link > .nav-icon {
    width: 20px;
    min-width: 20px;
    margin-right: 9px;
    color: var(--rx-sidebar-muted) !important;
    font-size: 14px;
    text-align: center;
}

#left-side-bar .nav-sidebar .nav-link p {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: inherit;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#left-side-bar .nav-sidebar .nav-link .right {
    position: static;
    margin-left: auto;
    padding-left: 10px;
    color: #9cafbc;
    font-size: 10px;
    line-height: 1;
    transition: color 140ms ease, transform 140ms ease;
}

#left-side-bar .nav-sidebar .nav-link .right::before {
    content: "\f054" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#left-side-bar .nav-sidebar > .nav-item.menu-open > .nav-link .right::before,
#left-side-bar .nav-sidebar > .nav-item.menu-is-opening > .nav-link .right::before,
#left-side-bar .nav-sidebar > .nav-item > .nav-link.active .right::before,
#left-side-bar .nav-sidebar > .nav-item > .nav-link[aria-expanded="true"] .right::before {
    content: "\f077" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#left-side-bar .nav-sidebar .nav-link:hover {
    background: var(--rx-sidebar-hover) !important;
    border-color: rgba(215, 226, 236, 0.1);
    color: #ffffff !important;
}

#left-side-bar .nav-sidebar .nav-link:hover > .nav-icon {
    color: #b7d8ea !important;
}

#left-side-bar .nav-sidebar .nav-link:hover .right,
#left-side-bar .nav-sidebar > .nav-item.menu-open > .nav-link .right,
#left-side-bar .nav-sidebar .nav-link.active .right {
    color: #c9e3f1;
}

#left-side-bar .nav-sidebar > .nav-item.menu-open > .nav-link,
#left-side-bar .nav-sidebar .nav-link.active {
    background: var(--rx-sidebar-active) !important;
    border-color: rgba(37, 109, 150, 0.34) !important;
    color: #ffffff !important;
    box-shadow: inset 3px 0 0 var(--rx-sidebar-accent);
}

#left-side-bar .nav-sidebar > .nav-item.menu-open > .nav-link > .nav-icon,
#left-side-bar .nav-sidebar .nav-link.active > .nav-icon {
    color: var(--rx-sidebar-accent) !important;
}

#left-side-bar .nav-treeview {
    margin: 3px 0 9px 11px;
    padding-left: 10px;
    border-left: 1px solid rgba(176, 196, 208, 0.18);
}

#left-side-bar .nav-treeview > .nav-item > .nav-link {
    min-height: 32px;
    padding: 6px 8px;
    background: transparent !important;
    color: #b6c5ce !important;
    box-shadow: none;
}

#left-side-bar .nav-treeview > .nav-item > .nav-link > .nav-icon {
    width: 16px;
    min-width: 16px;
    color: #718898 !important;
    font-size: 9px;
}

#left-side-bar .nav-treeview > .nav-item > .nav-link:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
}

#left-side-bar .nav-treeview > .nav-item > .nav-link.active {
    background: var(--rx-sidebar-accent-soft) !important;
    border-color: rgba(37, 109, 150, 0.3) !important;
    color: #ffffff !important;
}

#left-side-bar .nav-header {
    margin: 12px 6px 5px;
    padding: 0 !important;
    color: #8ea2b1 !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#left-side-bar .nav-header:empty,
#left-side-bar br {
    display: none;
}

.main-footer {
    background: #ffffff;
    border-top: 1px solid var(--rx-shell-border);
    color: var(--rx-shell-muted);
    font-size: 13px;
    box-shadow: 0 -3px 14px rgba(15, 35, 54, 0.035);
}

.main-footer strong,
.main-footer b {
    color: var(--rx-shell-text);
}

.chat-fab {
    right: 96px !important;
    bottom: 12px !important;
    background: #256d96 !important;
    border: 1px solid rgba(255, 255, 255, 0.64);
    box-shadow: 0 10px 22px rgba(37, 109, 150, 0.28) !important;
}

.chat-fab:hover,
.chat-fab:focus {
    background: #1f5f83 !important;
}

body.sidebar-collapse #left-side-bar:not(:hover) .brand-link {
    justify-content: center;
    padding-right: 8px;
    padding-left: 8px;
}

body.sidebar-collapse #left-side-bar:not(:hover) .brand-link .brand-image {
    margin-right: 0;
}

body.sidebar-collapse #left-side-bar:not(:hover) .user-panel {
    justify-content: center;
    padding: 8px !important;
    background: transparent;
    border-color: transparent;
}

body.sidebar-collapse #left-side-bar:not(:hover) .nav-sidebar .nav-link {
    justify-content: center;
    padding-right: 8px;
    padding-left: 8px;
}

body.sidebar-collapse #left-side-bar:not(:hover) .nav-sidebar .nav-link > .nav-icon {
    margin-right: 0;
}

body.sidebar-collapse #left-side-bar:hover .brand-link,
body.sidebar-collapse #left-side-bar.sidebar-focused .brand-link {
    justify-content: flex-start;
    padding: 10px 14px;
}

body.sidebar-collapse #left-side-bar:hover .brand-link .brand-image,
body.sidebar-collapse #left-side-bar.sidebar-focused .brand-link .brand-image {
    margin-right: 10px;
}

body.sidebar-collapse #left-side-bar:hover .brand-text,
body.sidebar-collapse #left-side-bar.sidebar-focused .brand-text {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.sidebar-collapse #left-side-bar:hover .user-panel,
body.sidebar-collapse #left-side-bar.sidebar-focused .user-panel {
    justify-content: flex-start;
    padding: 10px !important;
    background: var(--rx-sidebar-panel);
    border-color: rgba(215, 226, 236, 0.1);
}

body.sidebar-collapse #left-side-bar:hover .user-panel .info,
body.sidebar-collapse #left-side-bar.sidebar-focused .user-panel .info {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.sidebar-collapse #left-side-bar:hover .nav-sidebar .nav-link,
body.sidebar-collapse #left-side-bar.sidebar-focused .nav-sidebar .nav-link {
    justify-content: flex-start;
    padding: 8px 9px;
}

body.sidebar-collapse #left-side-bar:hover .nav-sidebar .nav-link > .nav-icon,
body.sidebar-collapse #left-side-bar.sidebar-focused .nav-sidebar .nav-link > .nav-icon {
    margin-right: 9px;
}

body.sidebar-collapse #left-side-bar:hover .nav-sidebar .nav-link p,
body.sidebar-collapse #left-side-bar.sidebar-focused .nav-sidebar .nav-link p {
    display: flex !important;
    width: auto !important;
    margin-left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.sidebar-collapse #left-side-bar:hover .nav-treeview,
body.sidebar-collapse #left-side-bar.sidebar-focused .nav-treeview {
    margin: 3px 0 9px 11px;
    padding-left: 10px;
}

@media (max-width: 767.98px) {
    #left-side-bar.main-sidebar {
        box-shadow: 10px 0 30px rgba(9, 24, 37, 0.28) !important;
    }

    #top-nav-bar.main-header {
        min-height: 54px;
    }

    #top-nav-bar .nav-link {
        min-height: 34px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .rx-topbar-brand {
        max-width: 170px;
    }

    .rx-topbar-brand-item {
        margin-right: 10px;
        padding-right: 10px;
    }

    #top-nav-bar .rx-topbar-brand-item {
        margin-right: 10px;
    }

    .rx-topbar-layout-item {
        margin-left: 8px;
    }

    .rx-top-navigation-menu-shell {
        padding: 8px;
        overflow: visible;
    }

    .rx-top-navigation-menu-shell #rx-top-navigation-menu,
    .rx-top-navigation-mega {
        display: none !important;
    }

    .rx-top-mobile-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 40px;
        padding: 0 12px;
        color: #102b3d;
        background: linear-gradient(180deg, #eaf4fb 0%, #dceef8 100%);
        border: 1px solid rgba(37, 109, 150, 0.42);
        border-radius: 8px;
        box-shadow: inset 0 -3px 0 var(--rx-sidebar-accent);
        font-size: 14px;
        font-weight: 900;
    }

    .rx-top-mobile-menu-toggle > i:first-child {
        color: #256d96;
        margin-right: 8px;
    }

    .rx-top-mobile-menu-toggle span {
        flex: 1 1 auto;
        text-align: left;
    }

    .rx-top-mobile-menu-toggle-icon {
        color: #527084;
        font-size: 11px;
        transition: transform 140ms ease;
    }

    .rx-top-mobile-menu-toggle.open .rx-top-mobile-menu-toggle-icon {
        transform: rotate(180deg);
    }

    .rx-top-mobile-menu.open {
        display: block;
        margin-top: 8px;
        padding: 8px;
        background: #ffffff;
        border: 1px solid #cddcea;
        border-radius: 8px;
        box-shadow: 0 12px 28px rgba(15, 35, 54, 0.14);
    }

    .rx-top-mobile-menu-group + .rx-top-mobile-menu-group {
        margin-top: 6px;
    }

    .rx-top-mobile-menu-group-button {
        display: flex;
        align-items: center;
        gap: 9px;
        width: 100%;
        min-height: 38px;
        padding: 8px 10px;
        color: #1d3348;
        background: #f7fafc;
        border: 1px solid #dbe7f0;
        border-radius: 7px;
        font-size: 13px;
        font-weight: 800;
        text-align: left;
    }

    .rx-top-mobile-menu-group-button > i:first-child {
        width: 18px;
        color: #1f7890;
        text-align: center;
    }

    .rx-top-mobile-menu-group-button span {
        flex: 1 1 auto;
    }

    .rx-top-mobile-menu-group-icon {
        color: #7592a5;
        font-size: 10px;
        transition: transform 140ms ease;
    }

    .rx-top-mobile-menu-group.open .rx-top-mobile-menu-group-icon {
        transform: rotate(180deg);
    }

    .rx-top-mobile-menu-group.active > .rx-top-mobile-menu-group-button,
    .rx-top-mobile-menu-group-button.active {
        color: #102b3d;
        background: linear-gradient(90deg, rgba(37, 109, 150, 0.2), rgba(234, 244, 251, 0.96));
        border-color: rgba(37, 109, 150, 0.44);
        box-shadow: inset 4px 0 0 var(--rx-sidebar-accent);
        font-weight: 900;
    }

    .rx-top-mobile-menu-group.active > .rx-top-mobile-menu-group-button > i:first-child,
    .rx-top-mobile-menu-group-button.active > i:first-child {
        color: #256d96;
    }

    .rx-top-mobile-menu-group-body {
        margin: 6px 0 8px 12px;
        padding-left: 10px;
        border-left: 1px solid #dbe7f0;
    }

    .rx-top-mobile-menu-section-title {
        padding: 9px 8px 4px;
        color: #1f6f8f;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .rx-top-mobile-menu-link {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        min-height: 34px;
        margin: 2px 0;
        padding: 7px 9px;
        color: #1d3348;
        background: transparent;
        border: 1px solid transparent;
        border-radius: 7px;
        font-size: 13px;
        font-weight: 700;
        text-align: left;
    }

    .rx-top-mobile-menu-link i {
        width: 18px;
        color: #1f7890;
        text-align: center;
    }

    .rx-top-mobile-menu-link.active {
        color: #102b3d;
        background: rgba(37, 109, 150, 0.16);
        border-color: rgba(37, 109, 150, 0.34);
        font-weight: 900;
    }
}
