:root {
    --topbar-height: 100px;
}

html {
    font-size: 14px;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    :root {
        --topbar-height: 70px;
    }
}

body {
    margin: 0;
    color: var(--text-dark, #20313A);
    background:
        radial-gradient(circle at top left, rgba(190, 219, 255, 0.52), transparent 24%),
        radial-gradient(circle at top right, rgba(230, 241, 255, 0.92), transparent 22%),
        radial-gradient(circle at bottom right, rgba(190, 219, 255, 0.34), transparent 18%),
        linear-gradient(180deg, #eef5ff 0%, #e6f1ff 50%, #dbeafd 100%);
    background-color: var(--bg-color-light, #E6F1FF);
}

body.working-indicator-active {
    cursor: progress;
}

body.working-indicator-active * {
    cursor: progress !important;
}

.working-indicator[hidden] {
    display: none !important;
}

.working-indicator {
    position: fixed;
    inset: 0;
    z-index: 6000;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background: rgba(15, 23, 42, 0.34);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.working-indicator-card {
    width: min(360px, 100%);
    display: grid;
    justify-items: center;
    gap: 1rem;
    padding: 1.5rem 1.4rem;
    border: 1px solid rgba(29, 41, 61, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96)),
        rgba(255, 255, 255, 0.98);
    box-shadow:
        0 24px 60px rgba(29, 41, 61, 0.16),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
    text-align: center;
}

.working-indicator-atom {
    position: relative;
    width: 104px;
    height: 104px;
    display: grid;
    place-items: center;
    filter: drop-shadow(0 12px 28px rgba(29, 41, 61, 0.14));
}

.working-indicator-atom > span,
.working-indicator-supernova-planet {
    position: absolute;
}

.working-indicator-supernova-core {
    inset: 0;
    margin: auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.98), rgba(154, 238, 255, 0.98) 24%, rgba(93, 189, 255, 0.95) 50%, rgba(115, 108, 255, 0.88) 72%, rgba(29, 41, 61, 0.94) 100%);
    box-shadow:
        0 0 0 10px rgba(93, 189, 255, 0.10),
        0 0 22px rgba(93, 189, 255, 0.42),
        0 0 34px rgba(115, 108, 255, 0.20),
        0 0 48px rgba(97, 236, 210, 0.18);
    z-index: 4;
    animation: working-time-core 2.8s ease-in-out infinite;
}

.working-indicator-supernova-wave {
    inset: 0;
    margin: auto;
    border-radius: 50%;
    border: 1.5px solid rgba(147, 197, 253, 0.48);
    opacity: 0;
    z-index: 1;
}

.working-indicator-supernova-wave-one {
    width: 44px;
    height: 44px;
    animation: working-time-wave 2.6s ease-out infinite;
}

.working-indicator-supernova-wave-two {
    width: 44px;
    height: 44px;
    animation: working-time-wave 2.6s ease-out 1.1s infinite;
}

.working-indicator-supernova-ring {
    inset: 0;
    margin: auto;
    border-radius: 50%;
    border-style: solid;
    border-color: transparent;
    z-index: 3;
}

.working-indicator-supernova-ring-one {
    width: 72px;
    height: 72px;
    border-width: 2px;
    border-top-color: rgba(76, 201, 255, 0.95);
    border-right-color: rgba(76, 201, 255, 0.30);
    animation: working-time-ring-one 4.8s linear infinite;
}

.working-indicator-supernova-ring-two {
    width: 88px;
    height: 88px;
    border-width: 2px;
    border-left-color: rgba(255, 202, 87, 0.90);
    border-bottom-color: rgba(255, 202, 87, 0.28);
    animation: working-time-ring-two 6.2s linear infinite;
}

.working-indicator-supernova-ring-three {
    width: 102px;
    height: 102px;
    border-width: 2px;
    border-top-color: rgba(88, 226, 194, 0.85);
    border-left-color: rgba(122, 122, 255, 0.30);
    animation: working-time-ring-three 7.2s linear infinite;
}

.working-indicator-supernova-planet {
    top: 50%;
    right: -1px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-radius: 50%;
    box-shadow:
        0 0 0 3px rgba(255, 255, 255, 0.32),
        0 0 10px currentColor,
        0 0 18px color-mix(in srgb, currentColor 70%, white 30%);
}

.working-indicator-supernova-planet::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.98), currentColor 62%, rgba(29, 41, 61, 0.94));
}

.working-indicator-supernova-planet-one {
    color: #4cc9ff;
}

.working-indicator-supernova-planet-two {
    color: #ffca57;
}

.working-indicator-supernova-planet-three {
    color: #58e2c2;
}

.working-indicator-supernova-spark {
    width: 5px;
    height: 20px;
    border-radius: 999px;
    opacity: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), currentColor);
    box-shadow: 0 0 12px currentColor;
    transform-origin: center center;
    animation: working-time-streak 2.6s ease-in infinite;
}

.working-indicator-supernova-spark-one {
    color: #4cc9ff;
    left: 12px;
    top: 14px;
    --working-time-streak-rotate: -28deg;
    animation-delay: 0.15s;
}

.working-indicator-supernova-spark-two {
    color: #ffca57;
    right: 13px;
    top: 18px;
    --working-time-streak-rotate: 28deg;
    animation-delay: 0.95s;
}

.working-indicator-supernova-spark-three {
    color: #58e2c2;
    left: 23px;
    bottom: 10px;
    --working-time-streak-rotate: -6deg;
    animation-delay: 1.55s;
}

.working-indicator-copy {
    display: grid;
    gap: 0.35rem;
}

.working-indicator-title {
    color: #1d293d;
    font-size: 1.1rem;
    font-weight: 800;
}

.working-indicator-message {
    color: #5b6b7f;
    font-size: 0.95rem;
    line-height: 1.6;
}

@keyframes working-time-core {
    0%, 100% {
        transform: scale(0.95);
        box-shadow:
            0 0 0 10px rgba(93, 189, 255, 0.10),
            0 0 22px rgba(93, 189, 255, 0.42),
            0 0 34px rgba(115, 108, 255, 0.20),
            0 0 48px rgba(97, 236, 210, 0.18);
    }

    40% {
        transform: scale(1.12);
        box-shadow:
            0 0 0 14px rgba(93, 189, 255, 0.08),
            0 0 28px rgba(93, 189, 255, 0.50),
            0 0 44px rgba(115, 108, 255, 0.26),
            0 0 58px rgba(88, 226, 194, 0.24);
    }

    72% {
        transform: scale(1.02);
    }
}

@keyframes working-time-wave {
    0% {
        opacity: 0;
        transform: scale(0.52);
    }

    28% {
        opacity: 0.62;
    }

    100% {
        opacity: 0;
        transform: scale(2.4);
    }
}

@keyframes working-time-ring-one {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes working-time-ring-two {
    from {
        transform: rotate(135deg);
    }

    to {
        transform: rotate(-225deg);
    }
}

@keyframes working-time-ring-three {
    from {
        transform: rotate(255deg);
    }

    to {
        transform: rotate(615deg);
    }
}

@keyframes working-time-streak {
    0% {
        opacity: 0;
        transform: rotate(var(--working-time-streak-rotate, 0deg)) translateY(12px) scaleY(0.6);
        filter: blur(0.5px);
    }

    20% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
        transform: rotate(var(--working-time-streak-rotate, 0deg)) translateY(-16px) scaleY(1.3);
        filter: blur(1px);
    }
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    z-index: 5000;
    transform: translateY(-160%);
    border-radius: 8px;
    background: #ffffff;
    color: #1d293d;
    font-weight: 700;
    padding: 0.65rem 0.85rem;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(29, 41, 61, 0.22);
}

.skip-link:focus {
    transform: translateY(0);
    outline: 3px solid #53eafd;
    outline-offset: 2px;
}

.top-header {
    position: sticky;
    top: 0;
    z-index: 2200;
    width: 100%;
}

/* =========================
   Main page shell
   ========================= */
.page-shell {
    min-height: calc(100vh - var(--topbar-height));
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

#content-wrapper {
    flex: 1 0 auto;
    display: flex;
    min-height: 0;
}

.app-body-wrapper {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    background: transparent;
}

.app-main-content {
    min-height: 100%;
    background:
        radial-gradient(circle at 16% 8%, rgba(190, 219, 255, 0.44), transparent 18%),
        radial-gradient(circle at 84% 0%, rgba(230, 241, 255, 0.8), transparent 22%),
        linear-gradient(180deg, rgba(238, 245, 255, 0.96), rgba(230, 241, 255, 0.98));
}

.no-sidebar .app-main-content {
    width: 100%;
}

/* =========================
   Navbar
   ========================= */
.navbar {
    position: relative;
    z-index: 2000;
    background-color: var(--bg-color-light, #F8FCFA);
    color: var(--text-dark, #20313A);
}

/* =========================
   Icon-only navbar
   ========================= */
.icon-nav {
    display: flex;
    gap: 3px;
    align-items: center;
    color: var(--text-dark, #20313A);
}

.icon-link {
    position: relative;
    padding: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    line-height: 1;
}

    .icon-link img {
        width: 28px;
        height: 28px;
        display: block;
        flex-shrink: 0;
        object-fit: contain;
        transition: transform 0.15s ease, filter 0.15s ease;
        filter: none;
    }

    .icon-link:hover img,
    .icon-link:focus img {
        transform: scale(1.1);
        filter: brightness(0) saturate(100%) invert(66%) sepia(39%) saturate(1218%) hue-rotate(331deg) brightness(96%) contrast(98%);
    }

/* =========================
   Sidebar icons and labels
   ========================= */
.sidebar-item {
    color: var(--text-light, #FFFFFF);
    text-decoration: none;
    transition: color 0.2s ease;
}

    .sidebar-item .label {
        color: inherit;
        transition: color 0.2s ease;
    }

    .sidebar-item:hover,
    .sidebar-item:focus {
        color: var(--highlight-attention, #FE9A37);
    }

        .sidebar-item:hover .label,
        .sidebar-item:focus .label {
            color: var(--highlight-attention, #FE9A37);
        }

.sidebar-icon {
    width: 18px;
    height: 18px;
    display: block;
    object-fit: contain;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.sidebar-item:hover .sidebar-icon,
.sidebar-item:focus .sidebar-icon {
    filter: brightness(0) saturate(100%) invert(58%) sepia(68%) saturate(1040%) hue-rotate(356deg) brightness(92%) contrast(94%);
    transform: scale(1.08);
}

/* =========================
   Tooltip
   ========================= */
.icon-item {
    position: relative;
}

    .icon-item::after {
        content: attr(data-label);
        position: absolute;
        left: 50%;
        bottom: -1.9rem;
        transform: translateX(-50%) translateY(6px);
        background: #FF5722;
        color: #FDFEFE;
        font-size: 0.80rem;
        line-height: 1;
        padding: 0.35rem 0.55rem;
        border-radius: 6px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    }

    .icon-item:hover::after,
    .icon-item:focus-within::after {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
        transition: opacity 0.18s ease, transform 0.18s ease;
    }

.icon-nav.auto-labels .icon-item::after {
    animation: navLabelPulse var(--nav-label-cycle, 16s) infinite;
    animation-delay: var(--nav-label-delay, 0s);
}

@keyframes navLabelPulse {
    0%, 18%, 100% {
        opacity: 0;
        transform: translateX(-50%) translateY(6px);
    }

    4%, 14% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* =========================
   Auth side links
   ========================= */
.auth-side-links {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    font-size: 0.95rem;
}

.auth-side-group a {
    display: inline-block;
    color: var(--surface-card-accent-blue, #74D4FF);
    text-decoration: none;
    font-weight: 500;
}

    .auth-side-group a:hover {
        text-decoration: underline;
        color: var(--highlight-premium, #8E51FF);
    }

.auth-side-group .auth-side-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted-on-light, #1D293D);
    margin-bottom: 0.25rem;
}

.main-content-custom {
    padding-left: 2rem;
    padding-right: 1.5rem;
}

/* =========================
   Shared Compact Density
   ========================= */
.app-main-content {
    --page-container-pad-y: 1.2rem;
    --page-title-size: clamp(1.72rem, 2.45vw, 2.35rem);
    --page-subtitle-size: 0.95rem;
    --page-subtitle-line: 1.55;
    --page-card-radius: 22px;
    --page-panel-radius: 20px;
}

.app-main-content > [class$="-page"] > .container,
.app-main-content > [class$="-page"] > .container-fluid {
    padding-top: var(--page-container-pad-y) !important;
    padding-bottom: 1.4rem !important;
}

.app-main-content [class$="-page"] [class$="-hero"] {
    padding: 0.2rem 0 !important;
}

.app-main-content [class$="-page"] [class$="-badge"] {
    padding: 0.36rem 0.8rem !important;
    font-size: 0.8rem !important;
    margin-bottom: 0.7rem !important;
}

.app-main-content [class$="-page"] h1[class$="-title"],
.app-main-content [class$="-page"] h1[class*="-title"],
.app-main-content [class$="-page"] .dashboard-modern-title {
    font-size: var(--page-title-size) !important;
    line-height: 1.08 !important;
    margin-bottom: 0.45rem !important;
}

.app-main-content [class$="-page"] [class$="-subtitle"] {
    font-size: var(--page-subtitle-size) !important;
    line-height: var(--page-subtitle-line) !important;
}

.app-main-content [class$="-page"] [class*="-card"],
.app-main-content [class$="-page"] [class*="-panel"],
.app-main-content [class$="-page"] [class*="-shell"] {
    border-radius: var(--page-card-radius) !important;
}

.app-main-content [class$="-page"] .card,
.app-main-content [class$="-page"] .modal-content {
    border-radius: var(--page-card-radius) !important;
}

.app-main-content [class$="-page"] .card-body {
    padding: 1.2rem !important;
}

.app-main-content .section-kicker {
    font-size: 0.8rem !important;
    margin-bottom: 0.3rem !important;
}

.app-main-content .section-title {
    font-size: 1.24rem !important;
    margin-bottom: 0.7rem !important;
}

.app-main-content .side-title {
    font-size: 1rem !important;
}

.app-main-content .table thead th {
    padding: 0.85rem 1rem !important;
    font-size: 0.78rem !important;
}

.app-main-content .table tbody td {
    padding: 0.85rem 1rem !important;
}

.app-main-content input.form-control,
.app-main-content select.form-control,
.app-main-content .form-select,
.app-main-content .field-input,
.app-main-content .field-select,
.app-main-content .resume-input {
    min-height: 48px !important;
    padding: 0.75rem 0.9rem !important;
    font-size: 0.95rem !important;
}

.app-main-content textarea.form-control,
.app-main-content textarea.field-input,
.app-main-content textarea.resume-input {
    min-height: 176px !important;
    padding: 0.9rem 1rem !important;
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
}

.app-main-content .btn {
    font-size: 0.94rem;
}

.app-main-content .btn-lg,
.app-main-content .btn-upload-resume,
.app-main-content .btn-save-settings,
.app-main-content .settings-btn-primary,
.app-main-content .settings-btn-secondary {
    padding: 0.78rem 1.1rem !important;
}

@media (max-width: 991.98px) {
    .app-main-content > [class$="-page"] > .container,
    .app-main-content > [class$="-page"] > .container-fluid {
        padding-top: 1rem !important;
        padding-bottom: 1.15rem !important;
    }

    .app-main-content [class$="-page"] .card-body {
        padding: 1rem !important;
    }
}

@media (max-width: 767.98px) {
    .main-content-custom {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.pop-interview {
    background-color: var(--bg-pop-violet, #8E51FF);
    color: var(--text-dark, #1D293D);
}

.pop-btn-dark {
    background-color: var(--bg-color-dark, #1D293D);
    color: var(--text-light, #FAFAF9);
    border: none;
}

    .pop-btn-dark:hover {
        background-color: var(--highlight-attention, #FE9A37);
        color: var(--color-primary-dark, #1D293D);
    }

.auth-card {
    background-color: var(--color-primary-light, #FFF7F0);
    border: 1px solid rgba(76, 74, 79, 0.14);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(76, 74, 79, 0.10);
}

    .auth-card .card-body {
        color: var(--text-dark, #2B2A2E);
    }

    .auth-card .text-muted {
        color: var(--text-muted-on-light, #706D75) !important;
    }

    .auth-card .form-control {
        background-color: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(76, 74, 79, 0.14);
        color: var(--text-dark, #2B2A2E);
    }

        .auth-card .form-control:focus {
            border-color: var(--highlight-attention, #FE9A37);
            box-shadow: 0 0 0 0.2rem rgba(254, 154, 55, 0.14);
        }

    .auth-card .form-check-input:checked {
        background-color: var(--color-primary-dark, #4C4A4F);
        border-color: var(--color-primary-dark, #4C4A4F);
    }

/* =========================
   App Navbar
   ========================= */
.app-navbar {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 250, 248, 0.96), rgba(250, 244, 252, 0.92)),
        rgba(255, 255, 255, 0.88);
    color: var(--text-dark, #20313A);
    width: 100%;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(32, 49, 58, 0.08) !important;
    box-shadow:
        0 16px 40px rgba(32, 49, 58, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

    .app-navbar .navbar-brand,
    .app-navbar .nav-link,
    .app-navbar .icon-link {
        color: var(--text-dark, #20313A) !important;
    }

        .app-navbar .icon-link img {
            filter: none;
        }

        .app-navbar .icon-link:hover,
        .app-navbar .nav-link:hover {
            color: var(--highlight-attention, #F28C6B) !important;
        }

            .app-navbar .icon-link:hover img {
                filter: brightness(0) saturate(100%) invert(66%) sepia(39%) saturate(1218%) hue-rotate(331deg) brightness(96%) contrast(98%);
            }

    .app-navbar .navbar-toggler {
        border-color: rgba(32, 49, 58, 0.12);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 246, 0.92));
    }

.app-navbar .navbar-toggler-icon {
    filter: none;
}

.app-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    padding: 6px 10px;
    border: 1px solid rgba(32, 49, 58, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 252, 0.94), rgba(242, 251, 248, 0.96)),
        rgba(255, 255, 255, 0.96);
    box-shadow:
        0 10px 26px rgba(32, 49, 58, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.app-brand-logo {
    display: block;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.app-brand-logo-full {
    max-width: min(440px, 54vw);
    height: 70px;
}

.app-brand-logo-compact {
    display: none;
    height: 48px;
}

.mobile-sidebar-menu-btn {
    display: none;
    width: 48px;
    height: 42px;
    border: 1px solid rgba(32, 49, 58, 0.12);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 247, 0.92));
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.mobile-sidebar-menu-btn span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 8px;
    background: var(--text-dark, #20313A);
}

.mobile-sidebar-menu-btn:hover,
.mobile-sidebar-menu-btn:focus {
    border-color: var(--highlight-attention, #FE9A37);
    background: rgba(254, 154, 55, 0.16);
}

.mobile-sidebar-backdrop {
    display: none;
}

@media (min-width: 768px) {
    body.app-authenticated .mobile-sidebar-menu-btn,
    body.app-authenticated .app-navbar .navbar-toggler {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .app-navbar .container-fluid {
        min-height: 62px;
    }

    .app-brand-logo-compact {
        height: 40px;
    }

    .mobile-sidebar-menu-btn {
        display: inline-flex;
        margin-left: auto;
    }
}

@media (max-width: 767.98px) {
    .app-brand-logo-full {
        display: none;
    }

    .app-brand-logo-compact {
        display: block;
        height: 44px;
    }

    body.sidebar-mobile-open {
        overflow: hidden;
    }

    .app-body-wrapper,
    body.sidebar-icons-only .app-body-wrapper {
        width: 100%;
        margin-left: 0 !important;
    }

    .app-main-content {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .mobile-sidebar-backdrop {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: var(--topbar-height);
        z-index: 2050;
        background: rgba(15, 23, 42, 0.48);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    body.sidebar-mobile-open .mobile-sidebar-backdrop {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }
}

/* =========================
   Tables
   ========================= */
table {
    background: var(--color-primary-light);
}

thead th {
    background: rgba(76, 74, 79, 0.08);
    color: var(--text-dark);
    border-bottom: 1px solid rgba(76, 74, 79, 0.15);
}

tbody td {
    color: var(--text-dark);
}

tbody tr {
    border-bottom: 1px solid rgba(76, 74, 79, 0.12);
}

    tbody tr:hover {
        background: rgba(76, 74, 79, 0.05);
    }

.password-input-wrap {
    position: relative;
}

.password-input-wrap .form-control {
    padding-right: 4.75rem;
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    min-width: 54px;
    min-height: 34px;
    border: 1px solid #d7e0ea;
    border-radius: 8px;
    background: #f8fbfd;
    color: #395a7c;
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 1;
    padding: 0.45rem 0.65rem;
}

.password-toggle-btn:hover,
.password-toggle-btn:focus {
    border-color: #53eafd;
    background: #eefcff;
    color: #1d293d;
}
