.login-page {
    background:
        radial-gradient(circle at top left, rgba(80, 120, 255, 0.14), transparent 28%),
        radial-gradient(circle at bottom right, rgba(11, 85, 201, 0.16), transparent 24%),
        linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
}

.login-shell {
    min-height: calc(100vh - 72px);
}

.login-boxBg {
    position: relative;
    overflow: hidden;
}

.login-boxBg::before,
.login-boxBg::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    z-index: 0;
}

.login-boxBg::before {
    top: 8%;
    left: 8%;
    width: 220px;
    height: 220px;
    background: rgba(21, 76, 197, 0.08);
}

.login-boxBg::after {
    right: 10%;
    bottom: 10%;
    width: 280px;
    height: 280px;
    background: rgba(68, 136, 255, 0.08);
}

.login-boxBg .row {
    position: relative;
    z-index: 1;
}

.login-card {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
}

.login-card-body {
    padding: 2rem 2rem 1.75rem;
}

.login-shadow {
    box-shadow: 0 28px 60px rgba(34, 46, 71, 0.12);
}

.login-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(180px, 32vw, 260px);
    min-height: 86px;
    padding: 1rem 1.5rem;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(21, 76, 197, 0.10), rgba(21, 76, 197, 0.02));
}

.login-brand-logo {
    width: 100%;
    max-width: 210px;
    max-height: 58px;
    object-fit: contain;
}

.login-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #4f5d75;
}

.login-card .form-control {
    min-height: 56px;
    border-radius: 14px;
    border: 1px solid #d9e2ef;
    box-shadow: none;
}

.login-card .form-control:focus {
    border-color: #154cc5;
    box-shadow: 0 0 0 0.2rem rgba(21, 76, 197, 0.10);
}

.login-submit {
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
}

.login-links a {
    color: #5b6577;
    text-decoration: none;
}

.login-links a:hover {
    color: #154cc5;
    text-decoration: underline;
}

.auth-footer {
    color: #7b8798;
}

.page-shell {
    padding: 0.75rem 0 2rem;
}

.page-header-card,
.search-panel,
.result-panel,
.side-panel {
    border: 1px solid #e4eaf2;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(34, 46, 71, 0.06);
}

.page-header-card {
    padding: 0.85rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 18px;
    text-align: center;
}

.page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5f7aa5;
}

.page-header-card h4 {
    margin-bottom: 0.25rem;
    line-height: 1.25;
    justify-content: center;
}

.page-header-card p {
    margin-bottom: 0;
    color: #7b8798;
}

.search-panel,
.result-panel,
.side-panel {
    padding: 1.25rem;
}

.panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.panel-title h5,
.panel-title h6 {
    margin-bottom: 0;
}

.panel-title p {
    margin-bottom: 0;
    color: #7b8798;
}

.search-grid .form-group,
.search-grid .word-search,
.search-grid .date-search {
    margin-bottom: 1rem;
}

.search-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.summary-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 132px;
    margin-bottom: 1rem;
    padding: 1.25rem 1.35rem;
    border: 1px solid #e4eaf2;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    box-shadow: 0 12px 30px rgba(34, 46, 71, 0.06);
}

.summary-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(21, 76, 197, 0.09);
    color: #154cc5;
    font-size: 1.4rem;
}

.summary-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.summary-card__label {
    color: #6b7890;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.summary-card__value {
    font-size: 1.7rem;
    line-height: 1.1;
    color: #1f2a3d;
}

.dashboard-chart {
    position: relative;
    width: 100%;
    height: clamp(320px, 42vw, 460px);
}

.result-panel--chart {
    padding: 1.25rem 1.25rem 1rem;
}

.result-panel--chart .chartjs-chart {
    width: 100%;
}

.dashboard-note {
    background:
        radial-gradient(circle at top right, rgba(21, 76, 197, 0.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.dashboard-note__list {
    margin: 0;
    padding-left: 1.1rem;
    color: #546277;
}

.dashboard-note__list li + li {
    margin-top: 0.75rem;
}

.account-summary-panel {
    background:
        radial-gradient(circle at top right, rgba(21, 76, 197, 0.08), transparent 28%),
        #ffffff;
}

.account-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.account-summary-item {
    padding: 1rem;
    border: 1px solid #e7edf5;
    border-radius: 16px;
    background: #f8fbff;
}

.account-summary-item__label {
    display: block;
    margin-bottom: 0.55rem;
    color: #63728a;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.password-panel {
    padding-top: 1rem;
    border-top: 1px solid #e9eef5;
}

.modal-content {
    border: 1px solid #dde6f1;
    border-radius: 24px;
    box-shadow: 0 22px 55px rgba(22, 33, 55, 0.18);
    overflow: hidden;
}

.modal-header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e9eef5;
    background:
        radial-gradient(circle at top right, rgba(21, 76, 197, 0.08), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.modal-header .modal-title {
    font-weight: 700;
    color: #1f2a3d;
}

.modal-header .close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: #eef3fb;
    color: #5a6981;
    opacity: 1;
}

.modal-header .close:hover {
    background: #e1e9f6;
    color: #1f2a3d;
}

.modal-body.h-scroll {
    padding: 1.25rem;
    background: #f5f8fc;
}

.modal-footer {
    padding: 1rem 1.25rem;
    border-top: 1px solid #e9eef5;
    background: #ffffff;
}

.modal-body .card.ribbon-box {
    border: 1px solid #e2e9f3;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(34, 46, 71, 0.05);
}

.modal-body .card.ribbon-box .card-body {
    padding: 1.15rem !important;
}

.modal-body .card.ribbon-box h6,
.modal-body .card.ribbon-box .fs-10.text-muted,
.modal-body .card.ribbon-box .border-bottom span:first-child {
    color: #4e607a !important;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.modal-body .border-bottom {
    border-color: #e6edf6 !important;
}

.modal-body .resetBtn,
.modal-body .btn.btn-dark.fs-9,
.modal-body .btn.btn-secondary.fs-9 {
    border-radius: 10px;
}

.popupTable-header {
    background: #f1f5fb !important;
    color: #506078;
}

.popupTable th,
.popupTable td {
    vertical-align: middle;
}

.popupTable-data {
    background: #ffffff;
}

.popupTable .form-control,
.popupTable .form-select,
.popupTable .inputTxt-No2,
.popupTable .inputTxt-No3 {
    min-height: 42px;
    border-radius: 12px;
    border-color: #d7e0ec;
    box-shadow: none;
}

.popupTable textarea.form-control,
.popupTable textarea,
.modal-body textarea.textarea {
    min-height: 120px;
    border-radius: 14px;
    border-color: #d7e0ec;
    box-shadow: none;
}

.popupTable .form-control:focus,
.popupTable .form-select:focus,
.popupTable textarea:focus,
.modal-body textarea.textarea:focus {
    border-color: #154cc5;
    box-shadow: 0 0 0 0.18rem rgba(21, 76, 197, 0.10);
}

.popupTable input[disabled],
.popupTable input[readonly],
.popupTable select[disabled],
.popupTable textarea[readonly],
.popupTable .inputTxt-No2,
.popupTable .inputTxt-No3 {
    background: #f7faff;
    color: #5d6d85;
}

.result-panel .table-responsive {
    margin-top: 0.5rem;
}

.side-panel {
    height: 100%;
}

.container-fluid > form > .row:first-child .page-title-box,
.container-fluid > .row:first-child .page-title-box {
    margin-bottom: 1rem;
    padding: 0.8rem 1.25rem;
    border: 1px solid #e4eaf2;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(34, 46, 71, 0.05);
    text-align: center;
}

.container-fluid .page-title-box .page-title {
    margin-bottom: 0;
    line-height: 1.25;
    text-align: center;
}

.container-fluid .search_group {
    padding: 0.25rem 0;
}

.container-fluid .search_group .font-weight-bold6 {
    color: #4f5d75;
}

.container-fluid form > .row > [class*="col-"] > .card.d-block,
.container-fluid form > .card.mb-0,
.container-fluid form > .row > [class*="col-"] > .card.h-100,
.container-fluid form > .row > [class*="col-"] > .card.mb-0 {
    border: 1px solid #e4eaf2;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(34, 46, 71, 0.06);
}

.container-fluid form > .row > [class*="col-"] > .card.d-block .card-body,
.container-fluid form > .card.mb-0 .card-body,
.container-fluid form > .row > [class*="col-"] > .card.h-100 .card-body,
.container-fluid form > .row > [class*="col-"] > .card.mb-0 .card-body {
    padding: 1.25rem;
}

.container-fluid .btn-wrap {
    justify-content: flex-end !important;
}

#left-side-menu-container {
    overflow-y: auto;
}

.layout-menu {
    display: flex;
    flex-direction: column;
    width: 260px;
    min-width: 260px;
    background: #ffffff;
    border-right: 1px solid #e8ebf0;
    box-shadow: 8px 0 20px rgba(15, 23, 42, 0.04);
}

.content-page {
    padding: 0 12px 65px;
}

.navbar-custom {
    min-height: 60px;
}

.main-layout-content {
    padding-top: 60px;
}

.app-brand.demo {
    padding: 1rem 1rem 0.75rem;
}

.app-brand-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
    padding: 0.75rem 1rem;
    border: 1px solid #d7e6ff;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
    text-decoration: none;
}

.sidebar-main-logo {
    width: 100%;
    max-width: 178px;
    max-height: 42px;
    height: auto;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(18%) sepia(94%) saturate(2351%) hue-rotate(211deg) brightness(95%) contrast(99%);
}

.menu-inner-shadow {
    height: 1px;
    margin: 0 1rem;
    background: linear-gradient(90deg, transparent 0%, #eef2f6 50%, transparent 100%);
}

.menu-scrollable-area {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0 0.85rem 1rem;
}

.menu-inner {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.menu-item {
    margin-bottom: 0.28rem;
    list-style: none;
}

.menu-link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 48px;
    padding: 0.8rem 0.95rem;
    border-radius: 16px;
    color: #123a7a;
    text-decoration: none;
    transition: all 0.18s ease;
}

.menu-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    font-size: 1rem;
    color: #2460c6;
}

.menu-link:hover {
    background: linear-gradient(90deg, #eaf2ff 0%, #dce9ff 100%);
    color: #0d47a1;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px rgba(36, 96, 198, 0.12);
}

.menu-item.active > .menu-link,
.menu-item.open > .menu-link {
    background: linear-gradient(90deg, #dcebff 0%, #c9defe 100%);
    color: #0b3c91;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(28, 84, 184, 0.16);
}

.menu-item.active > .menu-link i,
.menu-item.open > .menu-link i {
    color: #0b56c3;
}

.menu-link.menu-toggle::after {
    content: "";
    margin-left: auto;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #4b6fb1;
    border-bottom: 2px solid #4b6fb1;
    transform: rotate(45deg);
    transition: transform 0.18s ease;
}

.menu-item.open > .menu-link.menu-toggle::after,
.menu-item.active > .menu-link.menu-toggle::after {
    transform: rotate(225deg);
}

.menu-sub {
    display: none;
    margin: 0.15rem 0 0;
    padding-left: 0.6rem;
    list-style: none;
}

.menu-item.open > .menu-sub,
.menu-item.active > .menu-sub {
    display: block;
}

.menu-sub .menu-link {
    min-height: 42px;
    padding-top: 0.68rem;
    padding-bottom: 0.68rem;
    font-size: 0.94rem;
    color: #35558f;
}

.user-fixed-label {
    margin: auto 0.95rem 1rem;
    padding: 0.95rem 1rem;
    border: 1px solid #eceff3;
    border-radius: 18px;
    background: #fafafa;
}

.user-name {
    color: #444444;
}

.user-name .user {
    color: #111111;
    font-weight: 700;
}

.user-fixed-label a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #f1f5f9;
    color: #111111;
    text-decoration: none;
}

.user-fixed-label a:hover {
    background: #e5e7eb;
    color: #000000;
}

.left-side-menu {
    display: flex;
    flex-direction: column;
    padding-top: 0 !important;
    background:
        radial-gradient(circle at top right, rgba(64, 64, 240, 0.06), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f9fbff 100%) !important;
    box-shadow: 14px 0 32px rgba(18, 53, 117, 0.07);
    border-right: 1px solid rgba(218, 228, 243, 0.95);
}

.left-side-menu .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    width: 100%;
    height: auto;
    min-height: 0;
    line-height: 1.2;
    padding: 1.15rem 1.15rem 1rem;
    text-align: center;
    background:
        radial-gradient(circle at top right, rgba(64, 64, 240, 0.06), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f9fbff 100%) !important;
    border-bottom: 1px solid rgba(218, 228, 243, 0.95);
}

.left-side-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    background: #eef4ff;
    color: #4f6ea7;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.left-side-logo-lg,
.left-side-logo-sm {
    display: inline-flex;
    align-items: center;
}

.left-side-logo-lg {
    display: inline-flex !important;
    justify-content: center;
    width: 100%;
}

.left-side-logo-sm {
    display: none !important;
}

.left-side-logo-lg img {
    width: auto;
    max-width: 160px;
    height: 34px;
    object-fit: contain;
}

.left-side-logo-sm img {
    width: auto;
    height: 24px;
    object-fit: contain;
}

.left-side-menu .logo img {
    filter: none;
}

.left-side-menu #left-side-menu-container {
    background: transparent;
    height: calc(100vh - 110px);
    margin-top: 0;
}

.left-side-menu #left-side-menu-container .simplebar-wrapper,
.left-side-menu #left-side-menu-container .simplebar-mask,
.left-side-menu #left-side-menu-container .simplebar-offset,
.left-side-menu #left-side-menu-container .simplebar-content-wrapper,
.left-side-menu #left-side-menu-container .simplebar-content {
    height: 100%;
}

.left-side-menu-body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0.85rem 0.65rem 0.9rem;
}

.left-side-menu .side-nav {
    padding: 0;
}

.left-side-menu .side-nav .side-nav-item + .side-nav-item {
    margin-top: 0.2rem;
}

.left-side-menu .side-nav .side-nav-link,
.left-side-menu .side-nav-second-level li a,
.left-side-menu .side-nav-third-level li a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0.72rem 0.9rem;
    color: #24344d !important;
    border-radius: 16px;
    font-weight: 600;
    transition: background-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.left-side-menu .side-nav .side-nav-link span,
.left-side-menu .side-nav-second-level li a span,
.left-side-menu .side-nav-third-level li a span {
    line-height: 1.25;
}

.left-side-menu .side-nav .side-nav-link i,
.left-side-menu .side-nav-second-level li a i,
.left-side-menu .side-nav-third-level li a i,
.left-side-menu .side-nav .menu-arrow {
    color: #6a7a94 !important;
    transition: color 0.18s ease;
}

.left-side-menu .side-nav .side-nav-link i,
.left-side-menu .side-nav-second-level li a i,
.left-side-menu .side-nav-third-level li a i {
    width: 1.2rem;
    margin-right: 0.75rem;
    font-size: 1rem;
}

.left-side-menu .side-nav-second-level,
.left-side-menu .side-nav-third-level {
    margin-top: 0.25rem;
    position: relative;
}

.left-side-menu .side-nav-second-level {
    padding: 0.25rem 0 0.25rem 0.65rem;
}

.left-side-menu .side-nav-third-level {
    padding: 0.25rem 0 0.25rem 1.3rem;
}

.left-side-menu .side-nav-second-level::before,
.left-side-menu .side-nav-third-level::before {
    content: "";
    position: absolute;
    top: 0.2rem;
    bottom: 0.2rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(186, 200, 220, 0.15), rgba(186, 200, 220, 0.9), rgba(186, 200, 220, 0.15));
}

.left-side-menu .side-nav-second-level::before {
    left: 0.2rem;
}

.left-side-menu .side-nav-third-level::before {
    left: 0.85rem;
}

.left-side-menu .side-nav-second-level li a,
.left-side-menu .side-nav-third-level li a {
    min-height: 40px;
    padding: 0.62rem 0.8rem;
    font-size: 0.92rem;
    font-weight: 500;
}

.left-side-menu .side-nav-third-level li a {
    font-size: 0.89rem;
    color: #49617f !important;
}

.left-side-menu .side-nav .side-nav-link:hover,
.left-side-menu .side-nav .side-nav-link:focus,
.left-side-menu .side-nav .side-nav-link:active,
.left-side-menu .side-nav-second-level li a:hover,
.left-side-menu .side-nav-second-level li a:focus,
.left-side-menu .side-nav-second-level li a:active,
.left-side-menu .side-nav-third-level li a:hover,
.left-side-menu .side-nav-third-level li a:focus,
.left-side-menu .side-nav-third-level li a:active {
    background: rgba(21, 76, 197, 0.08) !important;
    color: #154cc5 !important;
    transform: translateX(2px);
}

.left-side-menu .side-nav .mm-active > a:not(.menu-toggle-noactive),
.left-side-menu .side-nav .side-nav-item > a[aria-expanded="true"]:not(.menu-toggle-noactive),
.left-side-menu .side-nav-second-level li.active > a,
.left-side-menu .side-nav-third-level li.active > a {
    background: linear-gradient(90deg, rgba(21, 76, 197, 0.15) 0%, rgba(21, 76, 197, 0.06) 100%) !important;
    color: #154cc5 !important;
    box-shadow: inset 0 0 0 1px rgba(21, 76, 197, 0.16), 0 8px 18px rgba(21, 76, 197, 0.06);
}

.left-side-menu .side-nav .mm-active > a:not(.menu-toggle-noactive) span,
.left-side-menu .side-nav .side-nav-item > a[aria-expanded="true"]:not(.menu-toggle-noactive) span,
.left-side-menu .side-nav-second-level li.active > a span,
.left-side-menu .side-nav-third-level li.active > a span,
.left-side-menu .side-nav .side-nav-link:active span,
.left-side-menu .side-nav-second-level li a:active span,
.left-side-menu .side-nav-third-level li a:active span {
    color: #154cc5 !important;
}

.left-side-menu .side-nav .mm-active > a:not(.menu-toggle-noactive) i,
.left-side-menu .side-nav .mm-active > a:not(.menu-toggle-noactive) .menu-arrow,
.left-side-menu .side-nav .side-nav-item > a[aria-expanded="true"]:not(.menu-toggle-noactive) i,
.left-side-menu .side-nav .side-nav-item > a[aria-expanded="true"]:not(.menu-toggle-noactive) .menu-arrow,
.left-side-menu .side-nav-second-level li.active > a i,
.left-side-menu .side-nav-third-level li.active > a i,
.left-side-menu .side-nav .side-nav-link:active i,
.left-side-menu .side-nav .side-nav-link:active .menu-arrow,
.left-side-menu .side-nav-second-level li a:active i,
.left-side-menu .side-nav-second-level li a:active .menu-arrow,
.left-side-menu .side-nav-third-level li a:active i {
    color: #154cc5 !important;
}

.left-side-user-card {
    margin-top: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(213, 222, 236, 0.95);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 26px rgba(34, 46, 71, 0.06);
}

.left-side-user-copy {
    min-width: 0;
}

.left-side-user-label {
    display: block;
    margin-bottom: 0.18rem;
    color: #8a98ab;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.left-side-user-name {
    display: block;
    color: #1f2f48;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.2;
}

.left-side-user-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #eff4fd;
    color: #295dc5;
    font-size: 1.1rem;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.left-side-user-action:hover {
    background: #154cc5;
    color: #ffffff;
    transform: translateY(-1px);
}

.hidden {
    display: none !important;
}

@media (max-width: 767.98px) {
    .left-side-menu {
        width: 240px;
        max-width: calc(100vw - 32px);
    }

    .content-page {
        margin-left: 0 !important;
    }

    .navbar-custom {
        left: 0 !important;
        width: 100% !important;
    }

    .dashboard-chart {
        height: 280px;
    }

    .login-card {
        max-width: 100%;
        border-radius: 20px;
    }

    .login-card-body {
        padding: 1.5rem 1.25rem 1.35rem;
    }

    .login-brand {
        width: min(68vw, 220px);
        min-height: 76px;
        padding: 0.85rem 1rem;
        border-radius: 20px;
    }

    .left-side-menu #left-side-menu-container {
        height: calc(100vh - 102px);
    }

    .login-brand-logo {
        max-width: 180px;
        max-height: 48px;
    }

    .search-actions {
        justify-content: stretch;
        flex-direction: column;
    }

    .account-summary-grid {
        grid-template-columns: 1fr;
    }
}
