:root {
    --bg: #0f1724;
    --sidebar: #172233;
    --sidebar-2: #1b293b;
    --panel: #1a2637;
    --panel-2: #202d40;
    --border: #2b3a50;
    --text: #c8d1df;
    --muted: #8592a6;
    --heading: #edf3fb;
    --primary: #24c7ad;
    --green: #22c55e;
    --blue: #1976d2;
    --yellow: #d99a22;
    --red: #ef4444;
    --purple: #b84ad6;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    color: var(--text);
    background: var(--bg);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

.container.body,
.main_container {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    padding: 0;
    margin: 0;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.left_col {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 1000;
    width: 230px;
    background: var(--sidebar);
    border-right: 1px solid var(--border);
    transition: width .25s ease, transform .25s ease;
}

.sidebar-scroll {
    min-height: 100vh;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 88px;
}

.sidebar-scroll::-webkit-scrollbar {
    width: 4px;
}

.sidebar-scroll::-webkit-scrollbar-thumb {
    background: #334155;
    border-radius: 999px;
}

.nav_title {
    height: 64px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border);
    padding: 0 16px;
}

.site_title {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--heading) !important;
    font-size: 16px;
    font-weight: 700;
    min-width: 0;
}

.site_title strong {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    font-size: 13px;
    letter-spacing: .04em;
}

.site_title span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site_title small {
    color: var(--muted);
    font-weight: 500;
    margin-left: 4px;
}

.main_menu_side {
    padding: 22px 10px 0;
}

.menu_section {
    margin-bottom: 24px;
}

.menu_section h3 {
    margin: 0 0 10px;
    padding: 0 10px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    font-weight: 800;
}

.nav.side-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.nav.side-menu>li {
    display: block;
    margin: 4px 0;
}

.nav.side-menu>li>a {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 44px;
    padding: 0 10px;
    border-radius: 7px;
    color: #91a0b5;
    font-size: 14px;
    font-weight: 500;
    transition: color .16s ease, background .16s ease;
}

.nav.side-menu>li>a i {
    width: 22px;
    text-align: center;
    color: #607086;
    font-size: 16px;
}

.nav.side-menu>li>a:hover,
.nav.side-menu>li.current-page>a {
    color: var(--heading);
    background: #1e2d42;
}

.nav.side-menu>li>a:hover i,
.nav.side-menu>li.current-page>a i {
    color: var(--primary);
}

.nav-pill {
    margin-left: auto;
    min-width: 28px;
    height: 25px;
    display: inline-grid;
    place-items: center;
    border-radius: 6px;
    background: rgba(36, 199, 173, .16);
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
}

.sidebar-user {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 230px;
    height: 76px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: var(--sidebar-2);
    border-top: 1px solid var(--border);
    border-right: 1px solid var(--border);
    transition: width .25s ease;
}

.sidebar-avatar,
.user-profile {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff !important;
    font-weight: 800;
}

.sidebar-user strong {
    display: block;
    color: var(--heading);
    font-size: 15px;
}

.sidebar-user small {
    color: var(--muted);
    font-size: 13px;
}

.top_nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 230px;
    z-index: 900;
    height: 64px;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    transition: left .25s ease;
}

.nav_menu {
    height: 64px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 24px;
}

.nav.toggle {
    width: 40px;
    flex: 0 0 40px;
}

.nav.toggle a {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    color: #a8b3c4;
    cursor: pointer;
    border-radius: 8px;
}

.nav.toggle a:hover {
    background: #1a2433;
    color: #fff;
}

.topbar-page {
    color: var(--heading);
    font-size: 17px;
    font-weight: 600;
}

.topbar-search {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: min(42vw, 470px);
    height: 44px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
    border-radius: 9px;
    background: #111a28;
    border: 1px solid var(--border);
    color: var(--muted);
}

.topbar-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
    font-size: 16px;
}

.topbar-search kbd {
    background: #202b3d;
    color: #9ba7bb;
    border: 1px solid #334155;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 6px;
}

.navbar-nav {
    margin-left: auto;
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.docs-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 18px;
    border-radius: 7px;
    color: var(--primary);
    background: rgba(36, 199, 173, .12);
    border: 1px solid rgba(36, 199, 173, .35);
    font-weight: 700;
}

.topbar-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #b9c4d4;
    font-size: 18px;
}

.notify-dot {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 6px;
    height: 6px;
    background: #ef4444;
    border-radius: 50%;
}

.dropdown-menu {
    background: #162132;
    border: 1px solid var(--border);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .35);
    border-radius: 10px;
    color: var(--text);
}

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

.dropdown-item:hover {
    background: #1e2d42;
    color: #fff;
}

.msg_list {
    width: 340px;
    padding: 8px;
}

.msg_list li {
    border-bottom: 1px solid var(--border);
    padding: 8px 0;
}

.msg_list .image img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.msg_list .time,
.msg_list .message {
    color: var(--muted);
    font-size: 12px;
    display: block;
}

.right_col {
    margin-left: 230px;
    min-height: 100vh;
    padding: 88px 24px 28px;
    background: var(--bg);
    transition: margin .25s ease;
}

.page-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.page-pretitle {
    display: block;
    color: #7f8ca0;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 6px;
}

.page-title h3 {
    margin: 0;
    color: var(--heading);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.03em;
}

.page-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn {
    height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-radius: 6px;
    border: 1px solid var(--border);
    color: var(--text);
    font-weight: 700;
}

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

.btn-dark-soft {
    background: #1a2433;
    color: var(--text);
}

.tile_count {
    row-gap: 18px;
    margin-bottom: 18px;
}

.tile_stats_count {
    position: relative;
    min-height: 116px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 18px;
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
    overflow: hidden;
}

.stat-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 9px;
    background: rgba(36, 199, 173, .13);
    color: var(--primary);
    font-size: 17px;
}

.stat-icon.blue {
    background: rgba(25, 118, 210, .18);
    color: #2f98ff;
}

.stat-icon.yellow {
    background: rgba(217, 154, 34, .2);
    color: var(--yellow);
}

.stat-icon.red {
    background: rgba(239, 68, 68, .18);
    color: var(--red);
}

.stat-copy {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.count_top {
    display: block;
    color: #8b97aa;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: 14px;
    font-weight: 800;
}

.count-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 2px;
}

.count {
    color: var(--heading) !important;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.04em;
}

.stat-change {
    font-size: 13px;
    font-weight: 800;
}

.stat-change.up {
    color: var(--green);
}

.stat-change.down {
    color: var(--red);
}

.count_bottom {
    display: block;
    color: var(--muted);
    font-size: 14px;
    margin-top: 6px;
}

.stat-spark {
    margin-left: auto;
    height: 42px;
    display: flex;
    align-items: end;
    gap: 5px;
    min-width: 86px;
}

.stat-spark span {
    width: 5px;
    border-radius: 5px;
    background: rgba(36, 199, 173, .55);
}

.stat-spark span.blue {
    background: rgba(47, 152, 255, .62);
}

.stat-spark span.yellow {
    background: rgba(217, 154, 34, .7);
}

.stat-spark span.red {
    background: rgba(239, 68, 68, .66);
}

.x_panel {
    width: 100%;
    margin-bottom: 22px;
    padding: 0;
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
    overflow: hidden;
}

.x_title {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid var(--border);
}

.x_title h2 {
    margin: 0;
    color: var(--heading);
    font-size: 19px;
    font-weight: 800;
}

.x_title h2 small {
    display: block;
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 500;
}

.panel_toolbox {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.panel_toolbox a {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    color: #8491a5;
    background: #142033;
    border-radius: 7px;
}

.x_content {
    padding: 18px 20px;
}

#revenueChart {
    width: 100%;
    height: 260px;
}

.activity-feed {
    margin: 0;
    padding: 0;
    list-style: none;
}

.activity-feed li {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
    color: var(--text);
}

.activity-feed li:first-child {
    padding-top: 0;
}

.activity-feed li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.activity-avatar {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    background: var(--primary);
}

.activity-avatar.blue {
    background: var(--blue);
}

.activity-avatar.yellow {
    background: #f59e0b;
}

.activity-avatar.purple {
    background: var(--purple);
}

.activity-feed strong {
    color: var(--heading);
}

.activity-feed div div {
    color: var(--muted);
    font-size: 13px;
    margin-top: 3px;
}

.jambo_table {
    color: var(--text);
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.jambo_table thead {
    background: #142033;
    color: #97a4b8;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 12px;
}

.table>thead>tr>th,
.table>tbody>tr>td {
    border-color: var(--border);
    padding: 13px 10px;
    vertical-align: middle;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgba(255, 255, 255, .015);
    color: var(--text);
}

.jambo_table tbody tr:hover {
    background: rgba(36, 199, 173, .06);
}

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

.dataTables_wrapper .row {
    align-items: center;
    row-gap: 12px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    color: var(--muted);
    font-size: 13px;
}

.dataTables_wrapper .dataTables_filter {
    text-align: right;
}

.dataTables_wrapper .form-control,
.dataTables_wrapper .form-select {
    min-height: 38px;
    background-color: #111a28;
    border-color: var(--border);
    color: var(--text);
    border-radius: 7px;
}

.dataTables_wrapper .form-control:focus,
.dataTables_wrapper .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 .18rem rgba(36, 199, 173, .12);
}

.dataTables_wrapper .page-link {
    background: #111a28;
    border-color: var(--border);
    color: var(--text);
}

.dataTables_wrapper .page-item.active .page-link {
    background: var(--primary);
    border-color: var(--primary);
    color: #08131f;
}

.dataTables_wrapper .page-item.disabled .page-link {
    background: #111a28;
    border-color: var(--border);
    color: #526176;
}

.table-muted {
    display: block;
    color: var(--muted);
    font-size: 12px;
    margin-top: 3px;
}

.status-badge {
    background: rgba(36, 199, 173, .14);
    color: var(--primary);
    border: 1px solid rgba(36, 199, 173, .3);
    padding: 6px 10px;
}

.customer-table th,
.customer-table td {
    white-space: nowrap;
}

.reference-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 46px;
    justify-content: center;
    border: 0;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(148, 163, 184, .12);
    color: #94a3b8;
    font-size: 12px;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
}

.reference-chip i {
    font-size: 11px;
}

.reference-chip:hover {
    background: rgba(36, 199, 173, .14);
    color: var(--primary);
}

.reference-chip.is-disabled {
    opacity: .55;
    cursor: not-allowed;
    pointer-events: none;
}

.lead-status-select {
    min-width: 150px;
    background-color: #111a28;
    border-color: var(--border);
    color: var(--text);
    font-weight: 700;
}

.admin-config-form {
    display: grid;
    gap: 20px;
}

.admin-config-form .form-label {
    color: #aebbd0;
    font-weight: 800;
}

.admin-config-form .form-control,
.admin-config-form .input-group-text {
    min-height: 42px;
    background-color: #111a28;
    border-color: var(--border);
    color: var(--text);
}

.admin-config-form .input-group-text {
    font-weight: 900;
    color: var(--primary);
}

.form-help {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 12px;
}

.config-preview-card {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    max-width: 100%;
    padding: 13px 15px;
    border: 1px solid rgba(36, 199, 173, .24);
    border-radius: 12px;
    background: rgba(36, 199, 173, .08);
}

.config-preview-card span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 10px;
    background: rgba(36, 199, 173, .14);
    color: var(--primary);
}

.config-preview-card strong,
.config-preview-card small {
    display: block;
}

.config-preview-card strong {
    color: var(--heading);
}

.config-preview-card small {
    color: var(--muted);
}

.action-cell {
    display: flex;
    align-items: center;
    gap: 7px;
}

.icon-action {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--border);
    border-radius: 7px;
    background: #142033;
    color: #9fb0c6;
    padding: 0;
    transition: .16s ease;
}

.icon-action i {
    font-size: 12px;
}

.icon-action:hover {
    color: var(--heading);
    background: #203149;
}

.icon-action.danger:hover {
    color: #fff;
    background: rgba(239, 68, 68, .9);
    border-color: rgba(239, 68, 68, .9);
}

.status-switch {
    position: relative;
    display: inline-flex;
    width: 42px;
    height: 23px;
    margin: 0;
    vertical-align: middle;
}

.status-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.status-switch span {
    position: absolute;
    inset: 0;
    cursor: pointer;
    border-radius: 999px;
    background: #334155;
    transition: .18s ease;
}

.status-switch span::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background: #cbd5e1;
    transition: .18s ease;
}

.status-switch input:checked+span {
    background: rgba(36, 199, 173, .35);
}

.status-switch input:checked+span::before {
    transform: translateX(19px);
    background: var(--primary);
}

.station-row {
    padding: 14px;
    margin-bottom: 14px;
    background: #142033;
    border: 1px solid var(--border);
    border-radius: 9px;
}

.station-row strong {
    color: var(--heading);
}

.station-row span {
    display: block;
    color: var(--muted);
    font-size: 13px;
    margin: 4px 0 10px;
}

.progress.progress_sm {
    height: 8px !important;
    background: #0f1724;
    border-radius: 999px;
    overflow: hidden;
}

.progress-bar.bg-green {
    background: var(--primary) !important;
}

.timeline.widget {
    margin: 0;
}

.timeline .block {
    padding: 13px 14px;
    margin-bottom: 12px;
    background: #142033;
    border-left: 3px solid var(--primary);
    border-radius: 0 8px 8px 0;
}

.timeline h2.title {
    margin: 0 0 5px;
    color: var(--heading);
    font-size: 14px;
}

.timeline .excerpt {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

footer {
    display: none;
}

.pull-right {
    float: right;
}

.is-hidden {
    display: none !important;
}

.login {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 22% 12%, rgba(36, 199, 173, .18), transparent 30%), var(--bg);
}

.login_wrapper {
    width: min(92vw, 430px);
}

.login_content {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 34px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
    text-align: center;
}

.login-brand span {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: var(--primary);
    color: #fff;
}

.login-brand h1,
.login_content h2 {
    color: var(--heading);
}

.login-copy,
.change_link,
.separator p {
    color: var(--muted);
}

.field-wrap {
    position: relative;
    margin-bottom: 14px;
}

.field-wrap i {
    position: absolute;
    left: 14px;
    top: 13px;
    color: var(--muted);
}

.field-wrap .form-control {
    height: 44px;
    padding-left: 40px;
    background: #111a28;
    border: 1px solid var(--border);
    color: var(--text);
}

.login-options {
    display: flex;
    justify-content: space-between;
    margin: 4px 0 18px;
    color: var(--muted);
    font-size: 13px;
}

.login_content .btn.submit {
    width: 100%;
    justify-content: center;
    background: var(--primary);
    border-color: var(--primary);
}

.separator {
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
}

.alert {
    text-align: left;
}

.tkp-modal .modal-content {
    background: var(--panel);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .45);
    overflow: hidden;
}

.tkp-modal .modal-header,
.tkp-modal .modal-footer {
    border-color: var(--border);
    padding: 18px 22px;
}

.tkp-modal .modal-body {
    padding: 22px;
}

.tkp-modal .modal-title {
    color: var(--heading);
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}

.tkp-modal .form-label {
    color: #aebbd0;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 7px;
}

.tkp-modal .form-label small {
    color: var(--muted);
    font-weight: 500;
}

.tkp-modal .form-control,
.tkp-modal .form-select {
    min-height: 42px;
    background-color: #111a28;
    border-color: var(--border);
    color: var(--text);
    border-radius: 8px;
}

.tkp-modal .form-control:focus,
.tkp-modal .form-select:focus {
    background-color: #111a28;
    border-color: var(--primary);
    color: var(--text);
    box-shadow: 0 0 0 .2rem rgba(36, 199, 173, .12);
}

.customer-id-preview {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 15px;
    margin-bottom: 18px;
    border: 1px solid rgba(36, 199, 173, .25);
    background: rgba(36, 199, 173, .08);
    border-radius: 10px;
}

.customer-id-preview span {
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
}

.customer-id-preview strong {
    color: var(--primary);
    font-size: 18px;
    margin-right: auto;
}

.customer-id-preview small {
    color: var(--muted);
}

.bank-card {
    margin-top: 20px;
    padding: 18px;
    background: #142033;
    border: 1px solid var(--border);
    border-radius: 12px;
}

.bank-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.bank-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(36, 199, 173, .13);
    color: var(--primary);
}

.bank-card h6 {
    margin: 0;
    color: var(--heading);
    font-size: 16px;
    font-weight: 800;
}

.bank-card p {
    margin: 3px 0 0;
    color: var(--muted);
    font-size: 13px;
}

.swal2-popup {
    border: 1px solid var(--border);
}

.notyf__toast {
    border-radius: 10px;
}

body.nav-sm .left_col {
    width: 70px;
}

body.nav-sm .top_nav {
    left: 70px;
}

body.nav-sm .right_col {
    margin-left: 70px;
}

body.nav-sm .nav_title {
    padding: 0 14px;
}

body.nav-sm .site_title span,
body.nav-sm .menu_section h3,
body.nav-sm .nav.side-menu>li>a .nav-pill,
body.nav-sm .sidebar-user span:not(.sidebar-avatar) {
    display: none;
}

body.nav-sm .site_title strong {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
}

body.nav-sm .main_menu_side {
    padding-left: 8px;
    padding-right: 8px;
}

body.nav-sm .nav.side-menu>li>a {
    justify-content: center;
    gap: 0;
    padding: 0;
    font-size: 0;
}

body.nav-sm .nav.side-menu>li>a i {
    width: auto;
    font-size: 18px;
}

body.nav-sm .sidebar-user {
    width: 70px;
    justify-content: center;
    padding: 16px 0;
}

@media (max-width: 1200px) {
    .topbar-search {
        display: none;
    }
}

@media (max-width: 991px) {
    .left_col {
        transform: translateX(-100%);
        width: 230px;
    }

    body.sidebar-open .left_col {
        transform: translateX(0);
    }

    .top_nav,
    body.nav-sm .top_nav {
        left: 0;
    }

    .right_col,
    body.nav-sm .right_col {
        margin-left: 0;
        padding: 82px 16px 24px;
    }

    .sidebar-user {
        width: 230px;
    }

    .page-title {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .nav_menu {
        padding: 0 14px;
        gap: 10px;
    }

    .topbar-page,
    .docs-btn {
        display: none;
    }

    .navbar-right {
        gap: 8px;
    }

    .page-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .page-actions .btn {
        justify-content: center;
    }

    .tile_stats_count {
        padding: 20px;
    }
}
