body.ivecloud-theme {
    background-color: #f5f7fb;
    color: #1c2a4b;
    overflow-x: hidden;
}

.ive-layout {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    width: 100%;
}

.ive-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    background: #ffffff;
    color: #1c2a4b;
    overflow-y: auto;
    border-right: 1px solid #e2e8f4;
    box-shadow: 0 12px 24px rgba(15, 31, 58, 0.06);
    transition: width 0.3s ease, transform 0.3s ease;
    z-index: 1035;
}

.ive-sidebar__inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.ive-sidebar__brand {
    position: sticky;
    z-index: 1;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem 0;
    border-bottom: 1px solid rgba(28, 42, 75, 0.08);
    background-color: #ffffff;
}

.ive-sidebar__logo img {
    max-height: 36px;
}

.ive-sidebar__close {
    color: #1c2a4b;
    font-size: 1.25rem;
}

.ive-sidebar__nav .nav,
.ive-sidebar__secondary .nav {
    flex-direction: column;
    width: 100%;
    margin-top: 1.25rem;
    padding: 0 1.5rem 0;
}

.ive-sidebar__nav .nav>li,
.ive-sidebar__secondary .nav>li {
    margin-bottom: 0.5rem;
}

.ive-sidebar__nav .nav>li>a,
.ive-sidebar__secondary .nav>li>a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.3rem 0.3rem;
    border-radius: 0.25rem;
    color: #1c2a4b;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ive-sidebar__nav .nav>li>a.dropdown-toggle::after {
    display: none;
}

.ive-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.65rem;
    background-color: rgba(28, 42, 75, 0.08);
    color: #1b3b8f;
    font-size: 0.9rem;
}

.ive-nav-icon i {
    line-height: 1;
}

.ive-nav-text {
    flex: 1 1 auto;
}

.ive-nav-caret {
    margin-left: auto;
    font-size: 0.65rem;
    color: rgba(28, 42, 75, 0.45);
    transition: transform 0.2s ease;
}

.ive-sidebar .collapsable-dropdown {
    display: none !important;
}

.ive-sidebar__nav .nav>li>a:hover,
.ive-sidebar__nav .nav>li>a:focus,
.ive-sidebar__secondary .nav>li>a:hover,
.ive-sidebar__secondary .nav>li>a:focus {
    text-decoration: none;
    background-color: rgba(28, 42, 75, 0.08);
    color: #1c2a4b;
}

.ive-sidebar .dropdown-menu {
    position: static !important;
    float: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0.35rem 0 0.35rem 1.9rem;
    margin: 0;
}

.ive-sidebar .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 0.35rem;
    border-radius: 0.65rem;
    color: rgba(28, 42, 75, 0.7);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ive-sidebar .dropdown-menu .dropdown-item .ive-nav-icon {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.5rem;
    background-color: transparent;
    color: rgba(28, 42, 75, 0.5);
    font-size: 0.85rem;
}

.ive-sidebar .dropdown-menu .dropdown-item .ive-nav-text {
    flex: 1 1 auto;
}

.ive-sidebar .dropdown-menu .dropdown-item:hover,
.ive-sidebar .dropdown-menu .dropdown-item:focus {
    background: rgb(25 71 171 / 6%);
    color: #1c2a4b;
}

.ive-sidebar__nav .nav>li.active>a,
.ive-sidebar__nav .nav>li.open>a,
.ive-sidebar__nav .nav>li>a.active {
    background-color: rgba(25, 71, 171, 0.12);
}

.ive-sidebar__nav .nav>li.active>a .ive-nav-icon,
.ive-sidebar__nav .nav>li.open>a .ive-nav-icon,
.ive-sidebar__nav .nav>li>a.active .ive-nav-icon {
    background-color: rgba(25, 71, 171, 0.18);
    color: #193a76;
}

.ive-sidebar__nav .nav>li.open>a .ive-nav-caret {
    transform: rotate(180deg);
}

.ive-sidebar .dropdown-menu .dropdown-item.active,
.ive-sidebar .dropdown-menu .dropdown-item.active .ive-nav-icon,
.ive-sidebar .dropdown-menu .dropdown-item.active .ive-nav-text {
    color: #193a76;
}

.ive-sidebar .dropdown-menu .dropdown-item.active {
    background: rgba(25, 71, 171, 0.12);
}

.ive-sidebar__secondary h6 {
    letter-spacing: 0.05em;
    color: rgba(28, 42, 75, 0.45);
}

.ive-main {
    margin-left: 280px;
    width: calc(100% - 280px);
    min-height: 100vh;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background-color: #f5f7fb;
    transition: margin-left 0.3s ease, width 0.3s ease;
    position: relative;
}


.ive-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(28, 42, 75, 0.05);
    box-shadow: 0 6px 18px rgba(15, 31, 58, 0.06);
    z-index: 1050;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
    height: 70px;
    align-content: center;
}

.ive-header--scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 30px rgba(15, 31, 58, 0.12);
}

.ive-header__bar {
    padding: 0.75rem 0;
}

.ive-header__lead {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-width: 0;
    flex-wrap: wrap;
}

.ive-header__bar .navbar-brand {
    margin-left: 0.25rem;
    font-weight: 600;
}

.ive-header__bar .logo-img {
    max-height: 42px;
}

.ive-header__actions {
    gap: 1.25rem;
    min-width: 0;
}

.ive-header__bar .cart-btn {
    color: #1c2a4b;
}

.ive-header__bar .cart-btn:hover,
.ive-header__bar .cart-btn:focus {
    color: #0f1f3a;
    text-decoration: none;
}

.ive-header__action {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    color: #1c2a4b;
    font-weight: 600;
}

.ive-header__action i {
    font-size: 1rem;
    color: #ff7d3b;
}

.ive-header__action-value {
    font-weight: 700;
    color: #0f1f3a;
}

.ive-header__credit {
    align-items: center;
    gap: 0.35rem;
}

.ive-header__credit i {
    font-size: 1.1rem;
}

.ive-header__credit-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(28, 42, 75, 0.55);
    transition: color 0.2s ease-in-out;
}

.ive-header__credit-add:hover,
.ive-header__credit-add:focus {
    color: #1c2a4b;
    text-decoration: none;
}

.ive-header__credit-add i {
    font-size: 1rem;
}

.ive-header__language {
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    border-radius: 0.25rem;
    background-color: rgb(25 71 171 / 6%);
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1c2a4b;
}

.ive-header__language:hover,
.ive-header__language:focus {
    color: #0f1f3a;
    background-color: rgba(15, 31, 58, 0.12);
    text-decoration: none;
}

.ive-header__language-flag {
    display: inline-flex;
    align-items: center;
}

.ive-header__language-flag .iti-flag {
    transform: scale(1.05);
}

.ive-header__language-text {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.ive-header__language-divider {
    opacity: 0.6;
}

.ive-header__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1c2a4b;
    background: transparent;
    border: 0;
    padding: 0;
}

.ive-header__icon:hover,
.ive-header__icon:focus {
    color: #0f1f3a;
    text-decoration: none;
}

.ive-header__icon i {
    font-size: 1.3rem;
}

.ive-header__icon--alert i {
    animation: ive-header-bell-ring 1.8s ease-in-out infinite;
    transform-origin: top center;
}

@keyframes ive-header-bell-ring {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(18deg);
    }

    30% {
        transform: rotate(-16deg);
    }

    45% {
        transform: rotate(12deg);
    }

    60% {
        transform: rotate(-8deg);
    }

    75% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ive-header__icon--alert i {
        animation: none;
    }
}

.ive-header__icon .badge {
    position: absolute;
    top: -0.35rem;
    right: -0.45rem;
    font-size: 65%;
}

.ive-header__quicklinks {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
}

.ive-header__alerts {
    display: inline-flex;
    align-items: center;
}

.badge.badge-info {
    color: #fff;
    background-color: #fcb100;
}

.ive-header__account .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0;
    color: #1c2a4b;
}

.ive-header__account .btn:hover,
.ive-header__account .btn:focus {
    color: #0f1f3a;
    text-decoration: none;
}

.ive-header__account i {
    font-size: 1.125rem;
    color: #1c2a4b;
}

.ive-header__account-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}

.ive-header__account-name {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ive-header__account-company {
    font-size: 0.75rem;
    color: rgba(28, 42, 75, 0.7);
}

.ive-header__logout {
    font-size: 1.125rem;
}

.ive-header__auth>li {
    margin-left: 1rem;
}

.ive-header__auth a {
    color: #1c2a4b;
    font-weight: 600;
}

.ive-header__mobile-actions {
    padding: 0.75rem 1.5rem 1.25rem;
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(15, 31, 58, 0.05);
}

.master-breadcrumb {
    background: transparent;
    padding: 1rem 1.5rem 0;
}

.master-breadcrumb .breadcrumb {
    background: transparent;
    margin-bottom: 0;
}

.ive-main__body {
    flex: 1 0 auto;
    padding: 1.5rem 0 2.5rem;
}

.ive-main__container {
    width: 100%;
    padding: 0 1.5rem;
}

.ive-main__container.container-fluid,
footer.footer .container-fluid {
    max-width: 1365px;
    margin: 0 auto;
}

footer.footer {
    margin-top: auto;
}



.ive-main__container.container-fluid .row {
    margin: 0;
}

.primary-content {
    CORNER-SHAPE: SUPERELLIPSE(0.5);
    border-radius: 8px;
    box-shadow: 0 20px 45px rgba(15, 31, 58, 0.08);
    padding: 2rem;
    margin-bottom: 2rem;
}

.sidebar .panel,
.sidebar .card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(15, 31, 58, 0.1);
}

.ive-sidebar-toggle {
    color: #1c2a4b;
    padding: 0.35rem 0.75rem;
    border-radius: 0.75rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ive-sidebar-toggle span,
.ive-sidebar__close span {
    font-size: 1.25rem;
}

.ive-sidebar-toggle:hover,
.ive-sidebar-toggle:focus {
    background-color: rgba(15, 31, 58, 0.08);
    color: #0f1f3a;
    text-decoration: none;
}

/* Account menu */
.account_menu {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
    z-index: 1095;
}

.account_menu__overlay {
    flex: 1 1 auto;
    background: rgba(10, 20, 38, 0.45);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.account_menu__panel {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 100%;
    background: #ffffff;
    box-shadow: -24px 0 60px rgba(15, 31, 58, 0.15);
    transform: translateX(40px);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.25s ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    border-radius: 0 0 0 24px;
}

body.ivecloud-theme.account-menu-open .account_menu {
    pointer-events: auto;
}

body.ivecloud-theme.account-menu-open .account_menu__overlay {
    opacity: 1;
}

body.ivecloud-theme.account-menu-open .account_menu__panel {
    transform: translateX(0);
    opacity: 1;
}

.account_menu__header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    height: 70px;
    padding: 0 1.5rem 0;
    border-bottom: 1px solid #f3f3f3;
}

.account_menu__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    font-size: 1.75rem;
    color: #0f7dd8;
    background: rgba(15, 125, 216, 0.1);
}

.account_menu__title {
    display: flex;
    flex-direction: column;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1c2a4b;
    gap: 0.15rem;
}

.account_menu__details {
    font-size: 0.875rem;
    font-weight: 400;
    color: #18a0fb;
}

.account_menu__details:hover,
.account_menu__details:focus {
    text-decoration: none;
    color: #0f7dd8;
}

.account_menu__close {
    color: #9aa6c1;
    padding: 0;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.account_menu__close:hover,
.account_menu__close:focus {
    color: #1c2a4b;
    background-color: rgba(15, 31, 58, 0.08);
}

.account_menu__summary {
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.account_menu__customer-code {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.account_menu__customer-code-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(28, 42, 75, 0.6);
}

.account_menu__customer-code-value {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.account_menu__customer-code-text {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f1f3a;
}

.account_menu__copy {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 1px solid rgba(24, 160, 251, 0.25);
    background: rgba(24, 160, 251, 0.1);
    color: #0f7dd8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.account_menu__copy:hover,
.account_menu__copy:focus,
.account_menu__copy.account_menu__copy--active {
    text-decoration: none;
    background: #0f7dd8;
    color: #ffffff;
    border-color: #0f7dd8;
}

.account_menu__copy-feedback {
    font-size: 0.75rem;
    color: #0f7dd8;
    min-height: 1em;
}

.account_menu__body {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1.5rem 1.5rem 2rem;
    border-top: 1px solid #f3f3f3;
    flex: 1 1 auto;
}

.account_menu__section-title {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: rgba(28, 42, 75, 0.55);
    margin-bottom: 0.75rem;
}

.account_menu__nav {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.account_menu__link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.75rem;
    border-radius: 0.25rem;
    color: #1c2a4b;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.account_menu__link:hover,
.account_menu__link:focus {
    text-decoration: none;
    background: rgb(25 71 171 / 6%);
    color: #1c2a4b;
}

.account_menu__link--alert {
    color: #d94a3d;
}

.account_menu__link--alert:hover,
.account_menu__link--alert:focus {
    background: rgba(217, 74, 61, 0.12);
    color: #b83227;
}

.account_menu__icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.85rem;
    background: rgba(24, 160, 251, 0.12);
    color: #0f7dd8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

.account_menu__link--alert .account_menu__icon {
    background: rgba(217, 74, 61, 0.12);
    color: #d94a3d;
}

.account_menu__link-text {
    flex: 1 1 auto;
}

.account_menu__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    font-size: 0.75rem;
    background: #18a0fb;
    color: #ffffff;
}

.account_menu__divider {
    height: 1px;
    background: rgba(28, 42, 75, 0.08);
    margin: 0.35rem 0;
}

@media (max-width: 991.98px) {
    .account_menu__panel {
        max-width: 320px;
    }
}

@media (max-width: 767.98px) {
    .account_menu {
        position: fixed;
    }

    .account_menu__panel {
        max-width: 100%;
        border-radius: 0;
    }

    .account_menu__summary {
        padding: 1.25rem 1rem;
    }

    .account_menu__body {
        padding: 1.5rem 1rem 2rem;
    }
}


.ive-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 20, 38, 0.55);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1025;
}

body.ivecloud-theme.sidebar-collapsed .ive-sidebar {
    width: 80px;
}

body.ivecloud-theme.sidebar-collapsed .ive-sidebar__brand {
    padding: 0 0.5rem;
}

body.ivecloud-theme.sidebar-collapsed .ive-sidebar__logo img {
    max-height: 28px;
}

body.ivecloud-theme.sidebar-collapsed .ive-sidebar__nav .nav,
body.ivecloud-theme.sidebar-collapsed .ive-sidebar__secondary .nav {
    padding: 0 0.75rem;
}

body.ivecloud-theme.sidebar-collapsed .ive-sidebar__nav .nav>li>a,
body.ivecloud-theme.sidebar-collapsed .ive-sidebar__secondary .nav>li>a {
    justify-content: center;
    padding: 0.6rem 0;
}

body.ivecloud-theme.sidebar-collapsed .ive-nav-text,
body.ivecloud-theme.sidebar-collapsed .ive-nav-caret,
body.ivecloud-theme.sidebar-collapsed .ive-sidebar .dropdown-menu {
    display: none !important;
}

body.ivecloud-theme.sidebar-collapsed .ive-main {
    margin-left: 80px;
    width: calc(100% - 80px);
}

body.ivecloud-theme.sidebar-mobile-open .ive-sidebar-overlay {
    opacity: 1;
    visibility: visible;
}

body.ivecloud-theme.sidebar-mobile-open {
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .primary-content {
        padding: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .ive-layout {
        flex-direction: column;
    }

    .ive-sidebar {
        width: 260px;
        transform: translateX(-100%);
    }

    body.ivecloud-theme.sidebar-collapsed .ive-sidebar {
        width: 260px;
    }

    body.ivecloud-theme.sidebar-collapsed .ive-main {
        margin-left: 0;
        width: 100%;
    }

    .account_menu__panel {
        max-width: 260px;
    }

    .ive-main {
        margin-left: 0;
        width: 100%;
    }

    body.ivecloud-theme.sidebar-mobile-open .ive-sidebar {
        transform: translateX(0);
    }

    .ive-header__auth {
        display: none !important;
    }

    .ive-header__actions {
        gap: 0.75rem;
    }

    .ive-header__action {
        font-size: 0.8125rem;
    }

    .ive-header__action-label {
        display: none;
    }

    .ive-header__language .custom-select {
        max-width: 170px;
    }

    .ive-header__account-name {
        font-size: 0.8125rem;
    }

    .ive-header {
        box-shadow: 0 8px 20px rgba(15, 31, 58, 0.1);
    }

    .primary-content {
        box-shadow: none;
        border-radius: 1rem;
    }
}

@media (max-width: 767.98px) {
    .ive-header__lead {
        align-items: center;
    }

    .ive-header__bar .logo-img {
        max-height: 30px;
    }

    .ive-header__actions {
        margin-left: auto !important;
        width: auto;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        display: flex !important;
        align-items: center !important;
        gap: 0.75rem;
    }

    .ive-header__credit,
    .ive-header__logout {
        display: none !important;
    }

    .ive-header__language {
        padding: 0;
        background: transparent;
        gap: 0;
        min-width: 0;
    }

    .ive-header__language-text,
    .ive-header__language-divider,
    .ive-header__account-info {
        display: none;
    }

    .ive-header__quicklinks {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        width: auto;
    }

    .ive-header__quicklinks>.ive-header__icon:first-child {
        display: none;
    }

    .ive-header__account .ive-account-toggle {
        display: flex;
        align-items: center;
        padding: 0;
    }
}

.ive-account-overview {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.5rem;
    padding: 1.75rem;
    background: #ffffff;
    border: 1px solid #e3e8f5;
    border-radius: 0.25rem;
    box-shadow: 0 8px 24px rgba(15, 31, 58, 0.06);
}

.ive-account-overview__content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-width: 0;
}

.ive-account-overview__top {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    align-items: flex-start;
}

.ive-account-overview__avatar {
    width: 72px;
    height: 72px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #ffffff;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24);
}

.ive-account-overview__summary {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
}

.ive-account-overview__greeting {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0f1f3a;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.ive-account-overview__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #e9edf9;
    color: #1c2a4b;
}

.ive-account-overview__status--active {
    background: rgba(34, 197, 94, 0.15);
    color: #13824f;
}

.ive-account-overview__status--inactive {
    background: rgba(250, 204, 21, 0.18);
    color: #b7791f;
}

.ive-account-overview__status--closed {
    background: rgba(239, 68, 68, 0.18);
    color: #c53030;
}

.ive-account-overview__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    color: #5c6c93;
}

.ive-account-overview__meta-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.95rem;
    line-height: 1.45;
    min-width: 15rem;
}

.ive-account-overview__meta-item i {
    color: #7f8bb5;
    font-size: 1rem;
    line-height: 1;
    margin-top: 0.2rem;
}

.ive-account-overview__meta-item span {
    display: block;
    word-break: break-word;
}

.ive-account-overview__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.ive-account-overview__stat {
    flex: 1 1 220px;
    min-width: 200px;
    background: #f5f7fb;
    border-radius: 0.25rem;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ive-account-overview__stat-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7f8bb5;
}

.ive-account-overview__stat-value {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1c2a4b;
}

.ive-account-overview__stat-value--alert {
    color: #d1434b;
}

.ive-account-overview__stat .btn {
    align-self: flex-start;
    border-radius: 0.25rem;
    font-weight: 600;
    padding: 0.3rem 1.15rem;
}

.ive-account-overview__actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ive-account-overview__actions .btn {
    min-width: 220px;
    border-radius: 0.25rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
}

@media (max-width: 1199.98px) {
    .ive-account-overview {
        padding: 1.5rem;
    }

    .ive-account-overview__meta-item {
        min-width: 12rem;
    }
}

@media (max-width: 991.98px) {
    .ive-account-overview {
        gap: 1.25rem;
    }

    .ive-account-overview__stat {
        flex: 1 1 100%;
    }

    .ive-account-overview__actions {
        width: 100%;
        justify-content: flex-start;
    }

    .ive-account-overview__actions .btn {
        min-width: 0;
    }
}

@media (max-width: 767.98px) {
    .ive-account-overview {
        padding: 1.25rem;
    }

    .ive-account-overview__avatar {
        width: 64px;
        height: 64px;
        font-size: 2.1rem;
    }

    .ive-account-overview__greeting {
        font-size: 1.25rem;
    }

    .ive-account-overview__actions {
        justify-content: center;
    }

    .ive-account-overview__actions .btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .primary-content {
        padding: 1.25rem;
    }

    .ive-header__bar {
        padding: 0.5rem 0;
    }

    .ive-main__container {
        padding: 0 1rem;
    }

    .ive-account-overview {
        padding: 1rem;
        gap: 1rem;
    }

    .ive-account-overview__meta-item,
    .ive-account-overview__stat {
        min-width: 100%;
    }

    .ive-account-overview__stat .btn {
        width: 100%;
        text-align: center;
    }
}
