@charset "UTF-8";
:root {
    --menupadding: 16px;
    --nav-top-h: 48px;
    --nav-top-h-page: 48px;
}

.sky-container {
    display: flex;
    transition: all 0.2s ease;
}

.sky-container.darkTheme .sky-sidebar ::-webkit-scrollbar-track {
    background: transparent;
}

.sky-container.darkTheme .sky-sidebar ::-webkit-scrollbar-thumb {
    background-color: #464646;
}

.sky-container.darkTheme .sky-sidebar .skynav-menu-wrapper {
    background-color: #181818;
}

.sky-container.darkTheme .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link {
    color: #fff;
}

.sky-container.darkTheme .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link span {
    color: hsla(0, 0%, 100%, 0.9);
}

.sky-container.darkTheme .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link.mini span {
    color: rgba(255, 255, 255, 0.35);
}

.sky-container.darkTheme .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link:hover {
    background: #202020;
}

.sky-container.darkTheme .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link:hover i {
    color: rgba(255, 255, 255, 0.8);
}

.sky-container.darkTheme .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link:hover span {
    color: rgba(255, 255, 255, 0.8);
}

.sky-container.darkTheme .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link.active {
    background-color: #1a1c26 !important;
}

.sky-container.darkTheme .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link.active i {
    color: #fff !important;
}

.sky-container.darkTheme .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link.active span {
    color: #fff !important;
}

.sky-container.darkTheme .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link.skynav-dropdown-toggle {
    position: relative;
    padding-right: 20px;
}

.sky-container.darkTheme .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link.skynav-dropdown-toggle.active {
    background: #eff2f7;
}

.sky-container.darkTheme .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link.skynav-dropdown-toggle.active::after {
    margin-top: -7px;
    transform: rotate(180deg);
}

.sky-container.darkTheme .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link.skynav-dropdown-toggle::after {
    color: hsla(0, 0%, 100%, 0.35);
}

.sky-container.darkTheme .sky-sidebar .sky-sidebar-footer {
    background: #202430;
    color: #fff;
}

.sky-container.darkTheme .sky-sidebar .sky-sidebar-footer .men-footer-fold .navigationButtons i {
    color: #e6e6e6;
    transform: rotate(180deg);
    display: inline-block;
    transition: all 0.3s ease;
}

.sky-container.darkTheme .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage .language-switch {
    background: rgb(26, 28, 38);
    border: 1px solid rgb(43, 47, 59);
}

.sky-container.darkTheme .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage .language-switch span, .sky-container.darkTheme .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage .language-switch i {
    color: #A6A7AC;
}

.sky-container.darkTheme .sky-navbar .sky-navbar-content .sky-navbar-right .sky-user-info .avatar {
    background-color: var(--primary);
}

.sky-container.darkTheme .sky-navbar .sky-navbar-content .sky-navbar-right .sky-user-info .user-name {
    color: #fff;
}

.sky-container.lightTheme .sky-navbar {
    background-color: #fff;
    border-bottom: 1px solid #f4f6ff;
}

.sky-container.lightTheme .sky-navbar .sky-logo {
    background-color: #fff;
}

.sky-container.lightTheme .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage .language-switch {
    background: #f4f6ff;
    border: 1px solid #f4f6ff;
    color: #8187A1;
}

.sky-container.lightTheme .sky-navbar .sky-navbar-content .sky-navbar-right .sky-user-info .user-name {
    color: #000;
}

.sky-container.lightTheme .sky-sidebar ::-webkit-scrollbar-track {
    background: transparent;
}

.sky-container.lightTheme .sky-sidebar ::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.sky-container.lightTheme .sky-sidebar .notLoggedIn .user-name {
    color: #000 !important;
}

.sky-container.lightTheme .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link i {
    color: #050505;
}

.sky-container.lightTheme .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link:hover i {
    color: #000 !important;
}

.sky-container.topMenuColor .sky-navbar {
    background-color: var(--navigationBarbg);
    border-bottom: 1px solid #f4f6ff;
}

.sky-container.topMenuColor .sky-navbar .sky-logo {
    background-color: var(--navigationBarbg);
}

.sky-container.topMenuColor .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage .language-switch {
    background: #f4f6ff;
    border: 1px solid #f4f6ff;
    color: #8187A1;
}

.sky-container.topMenuColor .sky-navbar .sky-navbar-content .sky-navbar-right .sky-user-info .user-name {
    color: #000;
}

.sky-container .sky-sidebar {
    position: fixed;
    top: var(--nav-top-h);
    left: 0;
    bottom: 0;
    z-index: 99;
    width: var(--nav-l-w);
    height: 100%;
    transition: all 0.2s ease;
}

.sky-container .sky-sidebar.collapsed .skynav-menu-wrapper {
    overflow-y: hidden;
}

.sky-container .sky-sidebar.collapsed .skynav-menu-wrapper span {
    width: 0;
    opacity: 0;
    display: block;
    overflow: hidden;
}

.sky-container .sky-sidebar.collapsed .skynav-menu-wrapper .skynav-dropdown-toggle:after {
    display: none;
}

.sky-container .sky-sidebar.collapsed .skynav-menu-wrapper .skynav-submenu-item-link {
    padding: 8px var(--menupadding) !important;
}

.sky-container .sky-sidebar.isswitch .sky-sidebar-footer .navigationButtons i {
    transform: rotate(0deg) !important;
}

.sky-container .sky-sidebar .skynav-menu-wrapper {
    width: 100%;
    background: #fff;
    height: calc(100% - 48px);
    overflow: hidden;
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 88px;
}

.sky-container .sky-sidebar .skynav-menu-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background: transparent;
    opacity: 0;
}

.sky-container .sky-sidebar .skynav-menu-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.sky-container .sky-sidebar .skynav-menu-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.sky-container .sky-sidebar .skynav-menu-wrapper:hover::-webkit-scrollbar {
    opacity: 1;
    width: 6px;
}

.sky-container .sky-sidebar .skynav-menu-wrapper:hover::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sky-container .sky-sidebar .skynav-menu-wrapper:hover::-webkit-scrollbar-thumb {
    background-color: rgb(201, 205, 212);
}

.sky-container .sky-sidebar .skynav-menu-wrapper:hover::-webkit-scrollbar-thumb:hover {
    background-color: rgb(190, 190, 190);
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item {
    width: 100%;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .bx {
    line-height: normal;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .itemactive {
    background-color: var(--primary) !important;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .itemactive i {
    color: #fff !important;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .itemactive span {
    color: #fff !important;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 40px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s;
    border-radius: 1px;
    padding: 8px var(--menupadding);
    white-space: nowrap;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link i {
    margin-right: 10px;
    color: #999;
    font-size: 18px;
    font-weight: 700;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link span {
    color: rgba(0, 0, 0, 0.9);
    white-space: nowrap;
    transition: all 0.2s ease;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link.skynav-dropdown-toggle {
    position: relative;
    padding-right: 20px;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link.skynav-dropdown-toggle.active {
    background: #eff2f7;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link.skynav-dropdown-toggle.active::after {
    margin-top: -7px;
    transform: rotate(180deg);
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link.skynav-dropdown-toggle::after {
    content: "\f0140";
    font-family: "Material Design Icons";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link.mini span {
    font-size: 13px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link:hover {
    background: #F1F3FB;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link:hover i {
    color: #999;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-menu-link:hover span {
    color: rgba(0, 0, 0, 0.9);
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-dropdown-submenu {
    display: none;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-dropdown-submenu.active {
    display: block;
}

.sky-container .sky-sidebar .skynav-menu-wrapper .skynav-main-menu .skynav-menu-item .skynav-dropdown-submenu .skynav-submenu-item-link {
    display: block;
    width: 100%;
    padding: 8px var(--menupadding) 8px calc(var(--menupadding) + 16px);
}

.sky-container .sky-sidebar .sky-sidebar-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f0f0f0;
    color: #000;
    height: 48px;
    width: var(--nav-l-w);
    z-index: 1;
    padding: 0 var(--menupadding);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sky-container .sky-sidebar .sky-sidebar-footer .men-footer-fold .navigationButtons i {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.sky-container .sky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    max-height: var(--nav-top-h);
    height: max-content;
    border-bottom: 2px solid #343a40;
}

.sky-container .sky-navbar .sky-logo {
    width: fit-content;
    min-width: var(--nav-l-w);
    padding: 0 var(--menupadding);
    height: var(--nav-top-h);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #000;
    transition: all 0.2s ease;
}

.sky-container .sky-navbar .sky-logo img {
    width: auto;
}

.sky-container .sky-navbar .sky-navbar-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 0 20px;
}

.sky-container .sky-navbar .sky-navbar-content.white .sky-buttons .button-a {
    color: #fff;
}

.sky-container .sky-navbar .sky-navbar-content.white .sky-buttons .button-a i {
    color: #fff;
}

.sky-container .sky-navbar .sky-navbar-content.white .sky-navbar-right .sky-user-info .user-name {
    color: #ff9800;
}

.sky-container .sky-navbar .sky-navbar-content.black .sky-buttons .button-a {
    color: #000;
}

.sky-container .sky-navbar .sky-navbar-content.black .sky-buttons .button-a i {
    color: #000;
}

.sky-container .sky-navbar .sky-navbar-content.black .sky-navbar-right .sky-user-info .user-name {
    color: #000;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-left {
    width: fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage {
    display: flex;
    align-items: center;
    position: relative;
    height: var(--nav-top-h);
    line-height: var(--nav-top-h);
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage .language-switch {
    min-width: 74px;
    background: rgb(26, 28, 38);
    border: 1px solid rgb(43, 47, 59);
    line-height: 24px;
    transition: color 0.3s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    height: 32px;
    color: #A6A7AC;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage .language-switch.active i {
    transform: rotate(180deg);
    margin-top: 4px;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage .language-switch img {
    width: 22px;
    height: 16px;
    margin-right: 4px;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage .language-switch span {
    font-size: 12px;
    margin-right: 2px;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage .language-switch i {
    margin-top: -2px;
    font-size: 14px;
    transition: all 0.3s;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage .sidebar-language-dropdown {
    position: absolute;
    top: calc(100% + 2px);
    z-index: 1;
    display: none;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage .sidebar-language-dropdown .language-dropdown-menu {
    height: 100%;
    background: #fff;
    min-width: 128px;
    border-radius: 1px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.26);
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage .sidebar-language-dropdown .language-dropdown-menu .language-item {
    padding: 5px 0;
    width: 100%;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage .sidebar-language-dropdown .language-dropdown-menu .language-item:hover {
    background: #f3f3f3;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-left .sky-sidebarlanguage .sidebar-language-dropdown .language-dropdown-menu .language-item img {
    width: 22px;
    height: 16px;
    margin-right: 4px;
}

.sky-container .sky-navbar .sky-navbar-content .sky-buttons {
    position: relative;
    line-height: var(--nav-top-h);
    cursor: pointer;
}

.sky-container .sky-navbar .sky-navbar-content .sky-buttons .button-a {
    color: #8187A1;
}

.sky-container .sky-navbar .sky-navbar-content .sky-buttons .button-a:hover {
    opacity: 0.78;
}

.sky-container .sky-navbar .sky-navbar-content .sky-buttons i {
    font-size: 17px;
    color: #8187A1;
}

.sky-container .sky-navbar .sky-navbar-content .sky-buttons i.shoppingCart {
    font-size: 19px;
}

.sky-container .sky-navbar .sky-navbar-content .sky-buttons .is-blue-dark {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 4px;
    margin-left: 2px;
    line-height: 18px;
    padding: 0 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 12px;
    min-width: 12px;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    width: 100%;
    gap: 28px;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-right .sky-user-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--nav-top-h);
    line-height: var(--nav-top-h);
    cursor: pointer;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-right .sky-user-info .avatar {
    width: 24px;
    height: 24px;
    border-radius: 1px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-right .sky-user-info .avatar img {
    width: 24px;
    height: 24px;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-right .sky-user-info .user-name {
    margin-right: 6px;
    color: var(--warning);
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-right .sky-user-info .sky-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 0;
    z-index: 1;
    top: calc(100% + 2px);
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-right .sky-user-info .sky-dropdown-content .user-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-right .sky-user-info .sky-dropdown-content .user-row .user-item {
    padding: 10px 20px;
    width: 100%;
    color: var(--txtcolor);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-right .sky-user-info .sky-dropdown-content .user-row .user-item:hover {
    background-color: #f3f3f3;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-right .sky-user-info .sky-dropdown-content .user-row .user-item i {
    font-weight: 700;
}

.sky-container .sky-navbar .sky-navbar-content .sky-navbar-right .sky-user-info .sky-dropdown-content .user-row .user-item span {
    font-size: 14px;
    font-weight: 500;
}

.sky-container .sky-dropdown-cost {
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    background: #fff;
    padding: 20px;
    width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    display: none;
}

.sky-container .sky-dropdown-cost .cost-balance {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    padding: 0px 0 20px;
    border-bottom: 1px solid #f3f3f3;
}

.sky-container .sky-dropdown-cost .cost-balance i {
    font-size: 24px;
    color: #fff !important;
}

.sky-container .sky-dropdown-cost .cost-balance .cost-balanceDetails {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.sky-container .sky-dropdown-cost .cost-balance .cost-balanceDetails span {
    color: #8187A1;
}

.sky-container .sky-dropdown-cost .cost-balance .cost-balanceDetails h1 {
    font-size: 32px;
    line-height: 32px;
}

.sky-container .sky-dropdown-cost .cost-row {
    padding: 12px 0;
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-direction: column;
    gap: 18px;
    border-bottom: 1px solid #f3f3f3;
}

.sky-container .sky-dropdown-cost .cost-row .cost-item span {
    font-size: 14px;
    color: var(--txtcolor);
    font-weight: 500;
}

.sky-container .sky-dropdown-cost .cost-row .cost-item i {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.sky-container .sky-dropdown-cost .cost-row .cost-item:hover * {
    color: var(--primary) !important;
}

.sky-container .sky-dropdown-cost .costOverview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 0 0;
}

.sky-container .sky-dropdown-cost .costOverview span {
    font-weight: 500;
    font-size: 14px;
    color: var(--txtcolor);
}

.sky-container .sky-dropdown-cost .costOverview i {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.sky-container .sky-dropdown-cost .costOverview:hover * {
    color: var(--primary) !important;
}

.sky-container .sky-container-fluid {
    position: fixed;
    z-index: 88;
    flex-grow: 1;
    width: calc(100% - var(--nav-l-w));
    margin-left: var(--nav-l-w);
    margin-top: calc(var(--nav-top-h));
    height: var(--nav-top-h-page);
    background-color: #fff;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    box-shadow: 0px 2px 4px 0px rgba(5, 17, 71, 0.05);
    transition: all 0.2s ease;
}

.sky-container .sky-container-fluid .breadcrumbsTitle {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.sky-container .sky-container-fluid .breadcrumbsTitle h4 {
    position: relative;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    -webkit-font-smoothing: initial;
    line-height: var(--nav-top-h-page);
}

.sky-container .sky-container-fluid .breadcrumbsTitle h4::after {
    content: "";
    width: 50%;
    height: 2px;
    background: #3464FF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sky-container .sky-main-content {
    flex-grow: 1;
    width: 100%;
    margin-left: var(--nav-l-w);
    margin-top: calc(var(--nav-top-h) + var(--nav-top-h-page));
    transition: all 0.2s ease;
}

.sky-content {
    padding: 20px;
    background: var(--rightBgColor);
    margin-bottom: 30px;
}

.sky-footer-Copyright {
    position: fixed;
    bottom: 0;
    left: calc(var(--nav-l-w) + 20px);
    right: 0;
    height: fit-content;
    background-color: var(--copyrightbg);
    padding: 20px;
    z-index: 99;
}

.sky-footer-Copyright .copyright {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.sky-footer-Copyright .copyright.center {
    justify-content: space-around;
}

.sky-footer-Copyright .copyright.left {
    justify-content: flex-start;
}

.sky-footer-Copyright .copyright.right {
    justify-content: flex-end;
}

.sky-footer-Copyright .copyright p {
    font-size: 14px;
    color: var(--copyrighttxt);
}

/* 企业科技像素风格 */
.tech-pixel-border {
    border: 2px solid #2c3e50;
    box-shadow: 
        2px 2px 0 #34495e,
        4px 4px 0 #1a252f;
    image-rendering: crisp-edges;
}

.tech-pixel-card {
    border: 2px solid #3498db;
    background-color: #f8fafc;
    box-shadow: 
        3px 3px 0 #2980b9,
        6px 6px 0 #1c5d87;
    position: relative;
    transition: all 0.2s ease;
}

.tech-pixel-card:hover {
    box-shadow: 
        2px 2px 0 #2980b9,
        4px 4px 0 #1c5d87;
    transform: translate(1px, 1px);
}

.tech-pixel-button {
    border: 2px solid #3498db;
    background-color: #3498db;
    color: #fff;
    padding: 8px 16px;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 
        2px 2px 0 #2980b9,
        4px 4px 0 #1c5d87;
    transition: all 0.15s ease;
}

.tech-pixel-button:hover {
    transform: translate(1px, 1px);
    box-shadow: 
        1px 1px 0 #2980b9,
        2px 2px 0 #1c5d87;
    background-color: #2980b9;
}

.tech-pixel-title {
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    color: #2c3e50;
}

.tech-pixel-title::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #e74c3c;
}

/* 置顶温馨提醒 */
.top-notice-container {
    margin-bottom: 20px;
}

.top-notice {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 1px solid #9ed9c4;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(229, 248, 240, 0.96));
    box-shadow: 0 10px 26px rgba(37, 169, 130, 0.14);
}

.top-notice::after {
    content: "";
    position: absolute;
    top: -58px;
    right: -38px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(115, 215, 181, 0.3), rgba(115, 215, 181, 0));
    pointer-events: none;
}

.notice-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    margin: 0;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(37, 169, 130, 0.18);
    background: linear-gradient(90deg, rgba(37, 169, 130, 0.14), rgba(115, 215, 181, 0.04));
}

.notice-header .notice-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 11px;
    background: linear-gradient(135deg, #176b5b, #4fc39e);
    box-shadow: 0 5px 12px rgba(23, 107, 91, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.notice-header .notice-icon svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: #fff;
}

.notice-title {
    color: #174f43;
    font-family: codeB, "Microsoft YaHei", sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.notice-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    padding: 16px 20px 20px;
}

.notice-content p {
    position: relative;
    min-height: 42px;
    margin: 0;
    padding: 10px 12px 10px 38px;
    border: 1px solid rgba(37, 169, 130, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    color: #355e55;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.65;
}

.notice-content p::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 15px;
    width: 9px;
    height: 9px;
    border: 2px solid #25a982;
    border-radius: 50%;
    background: #dff5ec;
    box-shadow: 0 0 0 3px rgba(37, 169, 130, 0.08);
}

.notice-content p:nth-child(4),
.notice-content p:nth-child(5) {
    grid-column: 1 / -1;
}

/* 删除渐变背景，恢复原样 */
body {
    background: #eff2f7 !important;
}

.sky-content {
    background: var(--rightBgColor) !important;
    backdrop-filter: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.sky-card {
    background-color: #fff !important;
    backdrop-filter: none !important;
}

/* 移动端公告适配 */
@media (max-width: 768px) {
    .notice-header {
        min-height: 52px;
        padding: 10px 14px;
    }

    .notice-header .notice-icon {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    .notice-header .notice-icon svg {
        width: 18px;
        height: 18px;
    }

    .notice-title {
        font-size: 15px;
    }

    .notice-content {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 12px 14px 14px;
    }

    .notice-content p,
    .notice-content p:nth-child(4),
    .notice-content p:nth-child(5) {
        grid-column: auto;
        min-height: auto;
        font-size: 12px;
    }
}

/* 企业科技风格二维码 */
.userInformation .avatar {
    min-width: 98px;
    max-width: 98px;
    width: 98px;
    height: 98px;
    border-radius: 4px;
    font-size: 48px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: row;
    flex-wrap: wrap;
    border: 2px solid #3498db;
    box-shadow: 2px 2px 0 #2980b9;
}

.userInformation .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.qrcode-section {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    border-left: 2px dashed #3498db;
}

.qrcode-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f8fafc;
    border: 2px solid #3498db;
    padding: 15px;
    box-shadow: 
        2px 2px 0 #2980b9,
        4px 4px 0 #1c5d87;
    position: relative;
    border-radius: 4px;
}

.qrcode-container::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid #a0d2ff;
    border-radius: 6px;
    z-index: -1;
}

.qrcode-img {
    width: 120px;
    height: 120px;
    image-rendering: crisp-edges;
    border: 2px solid #3498db;
    margin-bottom: 12px;
    background-color: #fff;
    padding: 5px;
    border-radius: 2px;
}

.qrcode-text {
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #e74c3c !important;
    text-align: center;
    padding: 6px 12px;
    background-color: #fff;
    border: 2px solid #e74c3c;
    box-shadow: 1px 1px 0 #c0392b;
    letter-spacing: 0.5px;
    border-radius: 2px;
}

/* 企业科技像素风格覆盖 */
.sky-card {
    border: 2px solid #3498db !important;
    box-shadow: 
        3px 3px 0 #2980b9,
        6px 6px 0 #1c5d87 !important;
    position: relative;
    background-color: #f8fafc !important;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.sky-card:hover {
    box-shadow: 
        2px 2px 0 #2980b9,
        4px 4px 0 #1c5d87 !important;
    transform: translate(1px, 1px);
}

.sky-title {
    font-family: 'Segoe UI', 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    border-bottom: 2px solid #3498db !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
    position: relative !important;
    color: #2c3e50 !important;
}

.sky-title::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #e74c3c;
}

.btn-outline-primary {
    border: 2px solid #3498db !important;
    background-color: #3498db !important;
    color: #fff !important;
    font-family: 'Segoe UI', 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    box-shadow: 
        2px 2px 0 #2980b9,
        4px 4px 0 #1c5d87 !important;
    transition: all 0.15s ease !important;
    border-radius: 2px;
}

.btn-outline-primary:hover {
    transform: translate(1px, 1px) !important;
    box-shadow: 
        1px 1px 0 #2980b9,
        2px 2px 0 #1c5d87 !important;
    background-color: #2980b9 !important;
}

/* 用户信息项企业科技风格 */
.userInformation-itme {
    border: 2px solid #3498db;
    padding: 10px 14px;
    margin-bottom: 12px !important;
    background-color: #fff;
    box-shadow: 1px 1px 0 #2980b9;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.userInformation-itme:hover {
    box-shadow: 2px 2px 0 #2980b9;
    transform: translate(-1px, -1px);
}

.userInformation-itme-name {
    font-family: 'Segoe UI', 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

.userInformation-itme-email {
    font-family: 'Segoe UI', 'Roboto', sans-serif !important;
    color: #34495e !important;
    font-weight: 500 !important;
}

.binding i {
    border: 2px solid #3498db !important;
    box-shadow: 1px 1px 0 #2980b9 !important;
    background-color: #fff !important;
    color: #3498db !important;
    border-radius: 50%;
}

.binding .text-success {
    background-color: #2ecc71 !important;
    color: #fff !important;
    border-color: #27ae60 !important;
}

.agent {
    border: 2px solid #3498db !important;
    box-shadow: 1px 1px 0 #2980b9 !important;
    font-family: 'Segoe UI', 'Roboto', sans-serif !important;
    border-radius: 2px;
}

.userInformation .userInformation-itme {
    min-width: 200px;
    margin-bottom: 12px;
}

.userInformation .sky-interval {
    margin-top: 12px;
}

.userInformation .binding i {
    background-color: #EAECF3;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.userInformation .binding .agent {
    color: #ff7301;
    display: flex;
    align-items: center;
    padding: 0px 8px;
    font-size: 12px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    position: relative;
    padding-left: 26px;
    border: 1px solid #ffffff;
    border-radius: 1px;
    background: rgba(255, 114, 0, 0.1);
}

.userInformation .binding .agent::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../images/GoldMedal.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.NeedToBeDealtWith .NeedToBeDealtWith-name {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
}

.NeedToBeDealtWith .NeedToBeDealtWith-content {
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.NeedToBeDealtWith .NeedToBeDealtWith-content .number {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 25px;
}

.NeedToBeDealtWith .NeedToBeDealtWith-content .unit {
    font-weight: 900;
    font-size: 14px;
    color: var(--txtcolor);
    -webkit-font-smoothing: initial;
}

.NeedToBeDealtWith .NeedToBeDealtWith-content .more {
    font-size: 12px;
    display: flex;
    align-items: flex-end;
}

.NeedToBeDealtWith .NeedToBeDealtWith-details {
    padding-top: 10px;
    border-top: 1px solid rgb(231, 234, 239);
    display: flex;
    gap: 12px;
}

.NeedToBeDealtWith .NeedToBeDealtWith-details .line {
    color: rgb(221, 221, 221);
    font-size: 14px;
}

.NeedToBeDealtWith .NeedToBeDealtWith-details a {
    color: rgb(136, 136, 136);
    font-size: 12px;
}

.user-center_product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 13px);
    border: 1px solid #e9ecf1;
    margin-left: -1px;
    margin-top: -1px;
    padding-left: 16px;
    padding-right: 24px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background-color: rgb(255, 255, 255);
    height: 58px;
}

.user-center_product:hover {
    transition: all 0.3s ease-in 0s;
    background-color: #f2f4f8;
}

.user-center_product .product-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.user-center_product .product-name img {
    width: 40px;
    height: 40px;
    margin-right: 2px;
}

.user-center_calc-1 {
    height: max-content;
    min-height: 100px;
}

.user-center_calc-1 .user-center_resources table {
    border: none;
}

.user-center_calc-1 .user-center_resources tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.user-center_calc-1 .user-center_resources .instanceName {
    font-size: 14px;
    color: var(--primary) !important;
    font-weight: 500;
}

.cost-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cost-container .info-container {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    width: 100%;
}

.cost-container .info-container .balance-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cost-container .info-container .balance-info span {
    display: block;
    color: #8187A1;
    margin-bottom: 5px;
}

.cost-container .info-container .balance-info h1 {
    font-size: 32px;
    line-height: 32px;
}

.cost-container .info-container a {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: center;
}

.cost-container .actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cost-container .actions .action {
    background-image: linear-gradient(0deg, #e1e6f0, #f3f5f8);
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1);
    padding: 14px 20px;
    flex-grow: 1;
    text-align: left;
}

.cost-container .actions .action:hover {
    background-image: linear-gradient(0deg, #fff, #f3f5f8);
}

.cost-container .actions .action:not(:last-child) {
    margin-right: 10px;
}

.cost-container .actions .action span {
    display: block;
    margin-bottom: 5px;
    color: #8187A1;
}

.cost-container .actions .action h2 {
    font-size: 18px;
    margin: 0;
}

.newsInformation .newsInformation-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-top: -10px;
    overflow: auto;
}

.newsInformation .newsInformation-list .list_item {
    width: 100%;
    height: fit-content;
    min-height: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsInformation .newsInformation-list .list_item:nth-child(-n+3) a:before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 7px;
}

.newsInformation .newsInformation-list .list_item:nth-child(1) a:before {
    background-image: url("../images/sort1.svg");
}

.newsInformation .newsInformation-list .list_item:nth-child(2) a:before {
    background-image: url("../images/sort2.svg");
}

.newsInformation .newsInformation-list .list_item:nth-child(3) a:before {
    background-image: url("../images/sort3.svg");
}

.newsInformation .newsInformation-list .list_item:last-child a {
    border-bottom: none;
}

.newsInformation .newsInformation-list .list_item:nth-child(n+4) a:before {
    content: attr(data-index);
    width: 22px;
    height: 22px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #fff;
    background: linear-gradient(1turn, #fff, #f3f5f8);
    box-shadow: 8px 8px 20px rgba(55, 99, 170, 0.06);
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: var(--txtcl);
    font-size: 14px;
    font-weight: 500;
    margin-top: 7px;
}

.newsInformation .newsInformation-list .list_item a {
    font-size: 14px;
    font-weight: 400;
    color: var(--txtdesc);
    width: 100%;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    border-bottom: 1px solid #f7f9fd;
    margin-right: 10px;
}

.newsInformation .newsInformation-list .list_item a:hover {
    color: var(--primary);
}

.newsInformation .newsInformation-list .list_item .frr {
    white-space: nowrap;
}

.apiInformation .apiInformation-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.apiInformation .apiInformation-content .ov-block-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 8px 12px;
    background-color: #fff7f6;
    min-width: 0;
    position: relative;
}

.apiInformation .apiInformation-content .ov-block-item .state {
    color: #ff584d;
}

.apiInformation .apiInformation-content .ov-block-item.success {
    background-color: #f3f6fb;
}

.apiInformation .apiInformation-content .ov-block-item.success .state {
    color: #27cc85;
}

.apiInformation .apiInformation-content .ov-block-item:nth-child(1) {
    margin-top: 0;
}

.apiInformation .apiInformation-content .ov-block-item:before {
    content: "";
    display: block;
    width: 3px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #ff584d;
}

.apiInformation .apiInformation-content .ov-block-item.success:before {
    background: #27cc85;
}

.AccountSecurity .AccountSecurity-content {
    display: flex;
    flex-direction: column;
}

.AccountSecurity .AccountSecurity-content .securityLevel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.AccountSecurity .AccountSecurity-content .securityLevel-info {
    display: flex;
    flex-direction: column;
}

.AccountSecurity .AccountSecurity-content .securityLevel-info .title {
    font-size: 14px;
    margin-bottom: 5px;
}

.AccountSecurity .AccountSecurity-content .securityLevel-info .state {
    margin-left: 10px;
    font-size: 14px;
}

.AccountSecurity .AccountSecurity-content .securityLevel-info .score {
    font-size: 32px;
    color: #000;
    margin-top: 8px;
}

.AccountSecurity .AccountSecurity-content .securityLevel .securityLevel-icon {
    width: 128px;
    height: 74px;
}

.AccountSecurity .AccountSecurity-content .AccountSecurity-desc .desc {
    font-size: 14px;
    color: #999;
}

.AccountSecurity .AccountSecurity-content .AccountSecurity-desc a {
    font-size: 14px;
    margin-left: 5px;
    color: var(--primary);
}

.AccountSecurity .state.yellow {
    color: #f44336;
}

.AccountSecurity .arc-circle.yellow {
    stroke: #f44336;
}

.AccountSecurity .state.orange {
    color: #ffa800;
}

.AccountSecurity .arc-circle.orange {
    stroke: #ffa800;
}

.AccountSecurity .state.green {
    color: #4caf50;
}

.AccountSecurity .arc-circle.green {
    stroke: #4caf50;
}

.earnCommission .freescan {
    display: flex;
    align-items: center;
    width: auto;
    padding: 9px 20px 9px 9px;
    background: rgba(255, 114, 0, 0.1);
}

.earnCommission .freescan .freescan_text {
    color: #ff7301;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 16px;
    margin-left: 4px;
}

.earnCommission .earnCommission-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.earnCommission .earnCommission-content .earnCommission-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.earnCommission .earnCommission-content .earnCommission-offers {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.earnCommission .earnCommission-content .earnCommission-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.earnCommission .earnCommission-content .earnCommission-info h1 {
    font-size: 24px;
    font-weight: 700;
}

.earnCommission .earnCommission-content .earnCommission-info p {
    font-size: 14px;
    color: var(--txtcolor);
    margin-bottom: 20px;
}

.earnCommission .earnCommission-content .earnCommission-action {
    margin-bottom: 20px;
}

.earnCommission .earnCommission-content .earnCommission-action .action-link {
    white-space: nowrap;
}

.earnCommission .earnCommission-content .offer-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #f2f4f8;
    padding: 16px 12px;
    border-radius: 1px;
    margin-right: 10px;
    width: calc(33.3333% - 10px);
    position: relative;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    box-shadow: rgba(235, 237, 241, 0.24) 0px 0px 0px 1px;
}

.earnCommission .earnCommission-content .offer-item:last-child {
    margin-right: 0;
}

.earnCommission .earnCommission-content .offer-item:hover:before {
    height: 3px;
}

.earnCommission .earnCommission-content .offer-item:nth-child(1) {
    background-image: url("../images/analysis.png");
}

.earnCommission .earnCommission-content .offer-item:nth-child(1):before {
    height: 3px;
}

.earnCommission .earnCommission-content .offer-item:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: var(--primary);
    content: "";
    transition: height 0.3s ease-out;
}

.earnCommission .earnCommission-content .offer-item .offer-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.earnCommission .earnCommission-content .offer-item .offer-header h1 {
    margin: 0 10px 0 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: initial;
}

.earnCommission .earnCommission-content .offer-item .offer-header .label {
    color: #ff9d00;
    background-color: #feeeda;
    padding: 0 8px;
    font-size: 12px;
    line-height: 18px;
}

.earnCommission .earnCommission-content .offer-item .desc {
    font-size: 13px;
    text-align: left;
    color: #8187A1;
}

.footer {
    bottom: 10px;
    background-color: #e1e6f0;
    left: calc(var(--nav-l-w) + 20px);
}

.Product-table {
    flex-direction: column;
}

.Product-table .table-responsive {
    box-shadow: 0 2px 4px 0 rgba(54, 58, 80, 0.32);
}

.Product-table .bg-light {
    background-color: #ffffff !important;
    border-color: #E1E6F0;
}

.Product-table .operationButtons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
    white-space: nowrap;
}

.Product-table .operationButtons.not-allowed .batch {
    background-color: #fff;
    border-color: var(--borderS);
    color: #999;
    opacity: 0.8;
    cursor: not-allowed;
    pointer-events: none;
}

.Product-table .operationButtons .renew.not-allowed {
    background-color: #fff;
    border-color: var(--borderS);
    color: #999;
    opacity: 0.8;
}

.Product-table .operationButtons .btn {
    font-weight: 500;
}

.Product-table .operationButtons .btn.btn-primary {
    padding: 0 10px;
    height: calc(32px - 2px);
    line-height: calc(32px - 2px);
    color: #fff;
    opacity: 1;
}

.Product-table .form-control {
    height: calc(32px + 2px) !important;
    line-height: calc(32px + 2px) !important;
}

.Product-table .search-box .search-icon {
    line-height: calc(32px + 2px);
    font-size: 20px;
}

.Product-table .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 150px;
    width: 100%;
    max-width: 220px;
}

.Product-table .dropdown-toggle.btn-default {
    padding: 0 8px;
    border-color: #ced4da !important;
}

.Product-table .bootstrap-select::after {
    top: calc(32px / 2 - 1px);
}

.Product-table .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    line-height: 32px;
    font-size: 12px;
    color: var(--teal);
    font-weight: 500;
    padding-right: 12px;
}

.Product-table .bootstrap-select .dropdown-menu li a {
    height: 36px;
    line-height: 36px;
    padding: 0px 10px;
}

.Product-table .table-container.tabs_table {
    box-shadow: 0 2px 4px 0 rgba(54, 58, 80, 0.32);
    background: #fff;
}

.Product-table .server-area {
    width: 100%;
    height: 45px;
    background-color: #e7eaef;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    max-width: calc(var(--windowWidth) - var(--nav-l-w) - 40px);
}

.Product-table .server-area .server-area-item {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0 5px;
    box-sizing: border-box;
}

.Product-table .server-area .server-area-item.active {
    background-color: #fff;
}

.Product-table .server-area .server-area-item:last-child:before {
    display: none;
}

.Product-table .server-area .server-area-item:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: #cfd5de;
    top: 0;
}

.Product-table .server-area .server-area-item i {
    margin-right: 5px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
}

.Product-table .server-area .server-area-item span {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.9);
}

.Product-table .card-body.padding0 {
    max-width: calc(var(--windowWidth) - var(--nav-l-w) - 40px);
}

.Product-table .table {
    background: #f7f8fa;
    border: none;
}

.Product-table .table .custom-control {
    min-height: 30px;
}

.Product-table .table .pointer span:nth-child(1) {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.Product-table .table .pointer span:nth-child(1) i {
    font-size: 16px;
    margin-right: 2px;
}

.Product-table .table td {
    padding: 0.5rem 0.75rem;
}

.Product-table .table td,
.Product-table .table td .text-dark * {
    font-weight: 400;
}

.Product-table .table td:hover,
.Product-table .table td .text-dark *:hover {
    color: var(--primary);
}

.Product-table .table .custom-control-input:disabled ~ .custom-control-label {
    cursor: not-allowed;
    pointer-events: none;
}

.Product-table .table .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #ced4da;
    border-color: #adb5bd;
}

.Product-table .table .custom-control-input:disabled ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.Product-table .table .systemOs {
    max-width: 150px;
    white-space: normal;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Product-table .table .productexpire {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.Product-table .table .operation .btn {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.Product-table .table .operation .btn i {
    font-size: 14px;
}

.Product-table .table .productIstatus {
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 500;
}

.Product-table .table .badge-pill {
    border-radius: 1px;
}

.Product-table .table .sk-status-suspended {
    background: var(--buttDanger);
    border-color: #e31519;
}

.Product-table .table .sk-status-unpaid,
.Product-table .table .sk-status-pending {
    background: var(--buttWarning);
    border-color: #fca426;
}

.Product-table .table .sk-status-deleted {
    background: var(--buttDanger);
    border-color: #2d2d2d;
}

.Product-table .table .sk-status-active,
.Product-table .table .sk-status-paid,
.Product-table .table .sk-status-refunded,
.Product-table .table .sk-status-cancelled,
.Product-table .table .sk-status-success {
    background: var(--buttSuccess);
    border-color: #3fbf70;
}

.Product-table .table .sk-status-refunded {
    background-color: #999999;
    border-color: #999999;
}

.Product-table .table .sk-status-cancelled {
    background-color: #959799;
}

.Product-table .table .sk-outline-status-suspended {
    color: #e31519;
    border: 1px solid #e31519;
}

.Product-table .table .sk-outline-status-unpaid,
.Product-table .table .sk-outline-status-pending {
    color: #fca426;
    border: 1px solid #fca426;
}

.Product-table .table .sk-outline-status-deleted {
    color: #2d2d2d;
    border: 1px solid #2d2d2d;
}

.Product-table .table .sk-outline-status-active,
.Product-table .table .sk-outline-status-paid,
.Product-table .table .sk-outline-status-refunded,
.Product-table .table .sk-outline-status-cancelled,
.Product-table .table .sk-outline-status-success {
    color: #3fbf70;
    border: 1px solid #3fbf70;
}

.Product-table .table .sk-outline-status-refunded {
    color: #999999;
    border: 1px solid #999999;
}

.Product-table .table .sk-outline-status-cancelled {
    color: #959799;
    border: 1px solid #959799;
}

.Product-table .table .dots {
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 10px;
    left: 6px;
}

.Product-table .table .on_color {
    background-color: #3fbf70;
}

.Product-table .table .ing_color {
    background-color: #f5f5f5;
}

.Product-table .table .off_color {
    background-color: #e31519;
}

.Product-table .table .unknown_color {
    background-color: #c0c0c0;
}

.Product-table .table .error_color {
    background-color: #959799;
}

.Product-table .table .not_support_color {
    background-color: #2d2d2d;
}

.Product-table .sky-table-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.Product-table .sky-table-footer .sky-table-quantity {
    font-size: 12px;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.4);
}

.Product-table .sky-table-footer .table-pageinfo .paging {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
}

.Product-table .sky-table-footer .table-pageinfo .paging .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 50px;
    width: 100%;
    max-width: 220px;
}

.Product-table .sky-table-footer .table-pageinfo .paging .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    line-height: 27px;
}

.Product-table .sky-table-footer .table-pageinfo .paging .bootstrap-select::after {
    top: 14px;
}

.rechargePage .accountBalance {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.rechargePage .accountBalance .accountBalance-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.rechargePage .accountBalance .accountBalance-item i {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
}

.rechargePage .accountBalance .accountBalance-item h1 {
    color: #5c5f66;
}

.rechargePage .accountBalance h1 {
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    gap: 14px;
    width: 100%;
    justify-content: space-between;
}

.rechargePage .accountBalance .record {
    display: flex;
    gap: 12px;
}

.rechargePage .accountBalance .record i,
.rechargePage .accountBalance .record .rechargeRecords {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.rechargePage .accountBalance .record i:hover,
.rechargePage .accountBalance .record .rechargeRecords:hover {
    color: var(--primary);
}

.rechargePage .form-sky-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.rechargePage .label {
    display: block;
    margin-bottom: 10px;
    min-width: 60px;
}

.rechargePage .input-sky-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.rechargePage .input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 1px;
    width: 300px;
    display: inline-block;
}

.rechargePage .currency {
    display: inline-block;
    padding-left: 5px;
}

.rechargePage .payment-options {
    display: flex;
    flex-wrap: wrap;
}

.rechargePage .payment-option {
    border-radius: 1px;
    cursor: pointer;
    position: relative;
    margin: 0 20px 0px 0;
}

.rechargePage .payment-option .option-input {
    display: none;
}

.rechargePage .payment-option .payment-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    cursor: pointer;
    margin-bottom: 0;
    height: 46px;
}

.rechargePage .payment-option .payment-label:hover {
    border-color: #007bff;
}

.rechargePage .payment-option .payment-label .payment-img {
    display: block;
    max-width: 100%;
    height: auto;
}

.rechargePage .payment-option .option-input + .payment-label {
    border: 1px solid #ccc;
}

.rechargePage .payment-option .option-input + .payment-label:hover {
    border: 1px solid #3784ff;
}

.rechargePage .payment-option .option-input:checked + .payment-label {
    border: 1px solid #3784ff;
}

.rechargePage .payment-option .option-input:checked + .payment-label:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../images/Select.svg");
    background-size: 26px;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}

.rechargePage .submit-btn {
    background-color: var(--primary);
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 1px;
    cursor: pointer;
}

.rechargePage .submit-btn:hover {
    opacity: 0.8;
}

.details-userInformation .details-userInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 0 60px;
    text-align: center;
}

.details-userInformation .details-userInfo .details-avatar {
    background-color: #ecf2ff;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    width: 80px;
}

.details-userInformation .details-userInfo .details-avatar > img {
    display: block;
    height: calc(100% - 22px);
    object-fit: cover;
    width: 100%;
}

.details-userInformation .details-userInfo .details-avatar .type {
    background-color: #05f;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 11px;
    font-weight: 500;
    height: 22px;
    justify-content: center;
    margin-top: auto;
}

.details-userInformation .details-userInfo p {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin: 24px 0 0;
}

.details-userInformation .details-userInfo .info {
    margin: 0 auto;
    margin-top: 12px;
}

.details-userInformation .details-userInfo .info > div {
    align-items: center;
    display: flex;
    height: 20px;
}

.details-userInformation .details-userInfo .info > div span {
    color: #4e5969;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 6px;
}

.details-userInformation .contact {
    border-bottom: 1px solid #e5e8ef;
    padding: 0 0 20px;
}

.details-userInformation .contact .contentCard {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-top: 12px;
}

.details-userInformation .contact .contentCard .cardLabel {
    color: #86909c;
    font-size: 14px;
    font-weight: 400;
    padding-right: 16px;
}

.details-userInformation .contact .contentCard .cardContent {
    color: #1d2129;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.details-userInformation .contact .contentCard .status {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-left: auto;
}

.details-userInformation .contact .contentCard .status img {
    height: 13px;
    width: 13px;
}

.details-userInformation .contact .contentCard .status .success {
    color: #00aa2a;
    font-size: 14px;
}

.details-userInformation .contact .contentCard .status .warning {
    color: #fa9600;
    font-size: 14px;
}

.details-userInformation .createTime {
    color: #86909c;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 12px;
}

.details-realNameInformation .AccountCertification {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 12px 0 24px;
}

.details-realNameInformation .AccountCertification .icon {
    font-size: 48px;
}

.details-realNameInformation .AccountCertification .titleBox {
    margin: 0 20px;
}

.details-realNameInformation .AccountCertification .titleBox p {
    color: #86909c;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
}

.details-realNameInformation .AccountCertification .titleBox p:last-child {
    margin-bottom: 0;
}

.details-realNameInformation .AccountCertification .detailInfo {
    margin-left: 20px;
}

.details-realNameInformation .AccountCertification .detailInfo p {
    color: var(--txtcolor);
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
}

.details-realNameInformation .AccountCertification .detailInfo p:last-child {
    margin-bottom: 0;
}

.details-realNameInformation .AccountCertification .detailInfo p .person {
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 2px;
    margin-left: 10px;
}

.details-realNameInformation .AccountCertification .detailInfo p .person.success {
    color: #00aa2a;
    background: #e6f4e6;
}

.details-realNameInformation .AccountCertification .detailInfo p .person.warning {
    color: #ff584d;
    background: #ffe6e6;
}

.workviewticket {
    position: relative;
}

.workviewticket .workviewticket-head {
    background: #eff2f7;
    padding: 20px 0 0;
}

.workviewticket .mdi.mdi-star.text-warning {
    font-size: 24px;
}

.workviewticket .workviewticket-drawPoints {
    position: sticky;
    height: fit-content;
    width: 100%;
    top: 100px;
}

.workviewticket .priority {
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
}

.workviewticket .priority_warning {
    color: #ed8d3e;
    background: rgba(255, 114, 0, 0.1);
}

.workviewticket .priority_danger {
    color: #ff584d;
    background: rgba(255, 88, 77, 0.1);
}

.workviewticket .priority_success {
    color: #27cc85;
    background: rgba(39, 204, 133, 0.1);
}

.workviewticket .workOrderInformation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.workviewticket .workOrderInformation .ticket-info-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.workviewticket .workOrderInformation .ticket-info-item .ticket-info-item-title {
    min-width: 68px;
    white-space: nowrap;
    color: #5c5f66;
}

.workviewticket .workOrderInformation .ticket-info-item .ticket-info-item-content.Number {
    color: var(--primary);
}

.workviewticket .chat-container {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.workviewticket .chat-container .chat-message {
    border-radius: 1px;
    padding: 18px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.workviewticket .chat-container .chat-message .message-header {
    display: flex;
    align-items: center;
}

.workviewticket .chat-container .chat-message .message-header .user-type {
    margin-right: 8px;
    padding: 2px 8px;
    border-radius: 2px;
    background-color: var(--primary);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.workviewticket .chat-container .chat-message .message-header .realname, .workviewticket .chat-container .chat-message .message-header .message-date {
    margin-right: 10px;
}

.workviewticket .chat-container .chat-message .message-header .message-date {
    color: #999;
}

.workviewticket .chat-container .chat-message .message-content {
    margin-top: 12px;
}

.workviewticket .chat-container .chat-message .message-content * {
    width: 100% !important;
    max-width: 100% !important;
}

.workviewticket .chat-container .chat-message .message-attachments {
    margin-top: 12px;
    display: flex;
}

.workviewticket .chat-container .chat-message .message-attachments a {
    margin-right: 8px;
    width: 56px;
    height: 56px;
    background-image: url(../images/zjzp_hz.png);
    background-size: cover;
    background-position: center;
    border-radius: 1px;
    font-size: 12px;
    display: flex;
    color: #fff;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    box-shadow: 0 2px 4px 0 #ccc;
    padding-bottom: 0px;
    position: relative;
}

.workviewticket .chat-container .chat-message .message-attachments a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background: rgba(0, 0, 0, 0.08);
}

.workviewticket .chat-container .admin {
    background: #eff2f7;
    margin-right: 80px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.workviewticket .chat-container .user {
    background-color: #fff;
    margin-left: 80px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.workviewticket .chat-container .user .message-header {
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.workviewticket .chat-container .user .message-header .user-type {
    background: var(--danger);
}

.workOrderList .workOrderTitle {
    max-width: calc((var(--windowWidth) - var(--nav-l-w) - 40px) * 0.3);
}

.workOrderList .workOrderTitle.replyReceived a:before {
    background-image: url(../images/Unprocessed.svg);
}

.workOrderList .workOrderTitle a {
    font-weight: 500;
    color: var(--primary) !important;
    padding-left: 30px;
    position: relative;
    display: flex;
}

.workOrderList .workOrderTitle a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-image: url(../images/Processed.svg);
    background-size: cover;
    background-position: center;
}

.workOrderList .workOrderTitle a p {
    max-width: calc((var(--windowWidth) - var(--nav-l-w) - 40px) * 0.3);
    color: var(--txtcolor) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
    font-weight: 400;
}

.workOrderList .workOrdercontent {
    max-width: calc((var(--windowWidth) - var(--nav-l-w) - 40px) * 0.2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.workOrderList .processingStatus {
    display: flex;
    align-items: center;
}

.workOrderList .processingStatus .origin {
    border-radius: 1px;
    display: inline-block;
    height: 4px;
    margin-right: 6px;
    position: relative;
    width: 4px;
}

.selectDepartment {
    box-shadow: 0 2px 4px 0 #ccc;
    padding-bottom: 60px;
}

.selectDepartment .problemSearch .btn-primary {
    font-size: 14px;
    font-weight: 500;
}

.selectDepartment .selectDepartment-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 26px;
}

.selectDepartment .selectDepartment-content .selectDepartment-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 20px;
}

.selectDepartment .selectDepartment-content .selectDepartment-row .selectDepartment-item {
    min-height: 80px;
    display: flex;
    border: 1px solid #cfd5de;
    margin-bottom: 10px;
    padding: 28px 20px;
    cursor: pointer;
    gap: 12px;
    align-items: center;
}

.selectDepartment .selectDepartment-content .selectDepartment-row .selectDepartment-item:hover {
    background-color: #f7f9fd;
    border: 1px solid #006eff;
}

.selectDepartment .selectDepartment-content .selectDepartment-row .selectDepartment-item .selectDepartment-item-icon {
    height: 32px;
    width: 32px;
}

.selectDepartment .selectDepartment-content .selectDepartment-row .selectDepartment-item .selectDepartment-item-icon img {
    height: 32px;
    width: 32px;
}

.selectDepartment .selectDepartment-content .selectDepartment-row .selectDepartment-item .selectDepartment-item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.selectDepartment .selectDepartment-content .selectDepartment-row .selectDepartment-item .selectDepartment-item-text .selectDepartment-item-title {
    font-size: 15px;
    font-weight: 900;
    color: #000;
}

.selectDepartment .selectDepartment-content .selectDepartment-row .selectDepartment-item .selectDepartment-item-text .selectDepartment-item-content {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.workOrderContent {
    box-shadow: 0 2px 4px 0 #ccc;
}

.workOrderContent .form-control-label {
    font-size: 12px;
    color: var(--txtcolor);
    font-weight: 500;
}

.tabs_table .table-shadow {
    box-shadow: 0 2px 4px 0 rgba(54, 58, 80, 0.32);
}

.tabs_table .card-body.padding0 {
    padding: 0px;
    overflow: hidden;
    overflow-x: auto;
}

.tabs_table .card-body.padding0 .table th {
    padding: 0 0.75rem;
}

.tabs_table .waves-effect.not-allowed {
    background: #fff;
    border-color: var(--borderS);
    color: #999;
    opacity: 0.8;
    cursor: not-allowed;
    pointer-events: none;
}

.tabs_table .bg-light,
.tabs_table .thead-light,
.tabs_table .thead-light th {
    background-color: #ffffff !important;
}

.tabs_table .table-footer {
    padding: 12px 0 0;
}

.tabs_table .table {
    border-top: none;
    border: none;
}

.tabs_table .table .badge.badge-light {
    background-color: #fff;
    color: #000;
    border: 1px solid var(--borderS);
    padding: 9px 10px;
    border-radius: 1px;
    font-size: 14px;
    position: relative;
}

.tabs_table .table .badge.badge-light:after {
    width: 14px;
    height: 14px;
    vertical-align: -3px;
    margin-left: 2px;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGcgZmlsbD0iIzAwNmVmZiI+PHBhdGggZD0iTTggM2wxLjc5MyAxLjc5M0w2IDguNTg2IDcuNDE0IDEwbDMuNzkzLTMuNzkzTDEzIDhWM3oiLz48cGF0aCBkPSJNMTEgMTFINVY1aDJWM0gzdjEwaDEwVjloLTJ6Ii8+PC9nPjwvc3ZnPg==);
}

.tabs_table .table .badge.badge-light:hover {
    background-color: #fff;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.tabs_table .table .status-unpaid, .tabs_table .table .status-pending {
    color: var(--warning);
    border: 1px solid var(--warning);
    background: #fff;
    border-radius: 1px;
    font-weight: 500;
    padding: 10px;
}

.tabs_table .table .status-active, .tabs_table .table .status-paid, .tabs_table .table .status-refunded, .tabs_table .table .status-cancelled, .tabs_table .table .status-success {
    color: var(--success);
    border: 1px solid var(--success);
    background: #fff;
    border-radius: 1px;
    font-weight: 500;
    padding: 10px;
}

.tabs_table .table .messageTitle {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-left: 30px;
    max-width: calc((var(--windowWidth) - var(--nav-l-w) - 40px) * 0.3);
    height: 52px;
}

.tabs_table .table .messageTitle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(../images/mail.svg);
    background-size: cover;
    background-position: center;
}

.tabs_table .tablemsg .table-footer {
    padding: 12px 0 32px;
}

.tabs_table .tablemsg .table-pagination {
    padding: 12px 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.tabs_table .tablemsg .table-pagination .table-pageinfo {
    color: #999;
}

.user-news .news-list-group {
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-direction: column;
    border-bottom: 1px solid #e9eef3;
    width: 100%;
    margin-bottom: 20px;
}

.user-news .news-list-group .news-list-item {
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-direction: column;
    border-bottom: 1px solid #e9eef3;
    width: 100%;
    padding-bottom: 18px;
}

.user-news .news-list-group .news-list-item .item-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--txtcolor);
    max-width: 90%;
}

.user-news .news-list-group .news-list-item .item-title:hover {
    color: var(--primary);
}

.user-news .news-list-group .news-list-item .item-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-news .news-list-group .news-list-item .item-information .information-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.user-news .news-list-group .news-list-item .item-information .information-row i {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.user-news .news-list-group .news-list-item .item-information .information-row .news-list-item-date, .user-news .news-list-group .news-list-item .item-information .information-row .news-list-item-reading {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.user-news .news-list-group .news-list-item .news-list-item-reading {
    font-size: 14px;
    color: var(--primary);
}

.user-newscenter .new-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9eef3;
}

.user-newscenter .new-center .new-center-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--txtcolor);
}

.user-newscenter .new-center .new-center-information {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 5px 12px;
    border-radius: 4px;
    background: #f1f6ff;
    width: 100%;
    margin-bottom: 20px;
}

.user-newscenter .new-center .new-center-information i {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.user-newscenter .new-center .new-center-information span {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.user-newscenter .articleContent {
    margin: 0px 0 34px;
    font-size: 14px;
    font-weight: 400;
    color: var(--txtcl);
    line-height: 30px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* 按钮样式 */
}

.user-newscenter .articleContent * {
    line-height: 24px;
    font-size: 14px;
}

.user-newscenter .articleContent .toolbar {
    top: 16px;
}

.user-newscenter .articleContent .code-toolbar .toolbar-item .copy-to-clipboard-button span:hover {
    background: #3E4151;
}

.user-newscenter .articleContent .code-toolbar .toolbar-item span {
    height: 30px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    font-family: "codeB";
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 2px;
    background: #6A718E;
    color: #fff;
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.user-newscenter .articleContent .code-toolbar .toolbar-item button {
    background: transparent;
    box-shadow: none;
}

.user-newscenter .articleContent > div {
    max-width: 100%;
    min-width: 100%;
}

.user-newscenter .articleContent .code-toolbar,
.user-newscenter .articleContent > pre {
    border: none;
}

.user-newscenter .articleContent .code-toolbar .code-toolbar,
.user-newscenter .articleContent > pre .code-toolbar {
    position: relative;
    border-radius: 4px;
}

.user-newscenter .articleContent .code-toolbar .code-toolbar pre,
.user-newscenter .articleContent > pre .code-toolbar pre {
    border: none;
}

.user-newscenter .articleContent .code-toolbar span,
.user-newscenter .articleContent > pre span {
    font-size: 14px;
    font-weight: 500;
}

.user-newscenter .articleContent img {
    max-width: 100%;
    min-width: auto;
    width: fit-content;
}

.user-newscenter .articleContent h1, .user-newscenter .articleContent h2, .user-newscenter .articleContent h3, .user-newscenter .articleContent h4, .user-newscenter .articleContent h5, .user-newscenter .articleContent h6 {
    color: #000000;
    font-weight: bold;
    position: relative;
}

.user-newscenter .articleContent h1 + h2, .user-newscenter .articleContent h1 + h3, .user-newscenter .articleContent h1 h2 + h3, .user-newscenter .articleContent h2 + h2, .user-newscenter .articleContent h2 + h3, .user-newscenter .articleContent h2 h2 + h3, .user-newscenter .articleContent h3 + h2, .user-newscenter .articleContent h3 + h3, .user-newscenter .articleContent h3 h2 + h3, .user-newscenter .articleContent h4 + h2, .user-newscenter .articleContent h4 + h3, .user-newscenter .articleContent h4 h2 + h3, .user-newscenter .articleContent h5 + h2, .user-newscenter .articleContent h5 + h3, .user-newscenter .articleContent h5 h2 + h3, .user-newscenter .articleContent h6 + h2, .user-newscenter .articleContent h6 + h3, .user-newscenter .articleContent h6 h2 + h3 {
    margin-top: 12px;
}

.user-newscenter .articleContent h1 {
    margin-top: 16px;
    margin-bottom: 12px;
    line-height: 28px;
    font-size: 18px;
}

.user-newscenter .articleContent h2 {
    margin-top: 16px;
    margin-bottom: 8px;
    line-height: 26px;
    font-size: 16px;
}

.user-newscenter .articleContent h3 {
    margin-top: 16px;
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 14px;
}

.user-newscenter .articleContent p, .user-newscenter .articleContent div.paragraph {
    margin-top: 0;
    margin-bottom: 8px;
    min-height: 24px;
}

.user-newscenter .articleContent ul {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.user-newscenter .articleContent ul > li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 18px;
}

.user-newscenter .articleContent ul > li::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #9BA6B7;
}

.user-newscenter .articleContent ul ul, .user-newscenter .articleContent ul ol {
    margin: 8px 0;
}

.user-newscenter .articleContent ul ul > li::before, .user-newscenter .articleContent ul ol > li::before {
    width: 7px;
    height: 7px;
    border: 1px solid #99A7B9;
    background-color: transparent;
}

.user-newscenter .articleContent ol {
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 6px;
    list-style-type: decimal;
    list-style-position: inside;
}

.user-newscenter .articleContent ol ol {
    list-style-type: lower-roman;
}

.user-newscenter .articleContent ol ol ol {
    list-style-type: lower-alpha;
}

.user-newscenter .articleContent tbody {
    font-size: 14px;
}

.user-newscenter .articleContent table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
}

.user-newscenter .articleContent table th, .user-newscenter .articleContent table td {
    padding: 12px 16px;
    border: 1px solid #E1E6F0;
}

.user-newscenter .articleContent table th {
    background-color: #F5F7FA;
    color: #677489;
    text-align: left;
    font-weight: normal;
    word-break: keep-all;
}

.user-newscenter .articleContent blockquote {
    margin: 0 0 24px;
    padding: 0 15px;
    color: #777;
    border-left: 4px solid #ddd;
}

.user-newscenter .articleContent blockquote p {
    margin: 0;
}

.user-newscenter .articleContent blockquote + blockquote {
    margin-top: -24px;
}

.user-newscenter .articleContent blockquote > :first-child {
    margin-top: 0;
}

.user-newscenter .articleContent blockquote > :last-child {
    margin-bottom: 0;
}

.user-newscenter .articleContent code {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #F3F5F9;
    padding: 0 12px;
    color: #0ABF5B;
    line-height: 20px;
    border-radius: 4px;
}

.user-newscenter .articleContent pre {
    margin: 12px 0;
    padding: 16px 20px;
    color: #fff;
    background-color: #50556B;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    word-wrap: normal;
    border-radius: 4px;
}

.user-newscenter .articleContent pre > code {
    display: inline;
    padding: 0;
    background: transparent;
    color: inherit;
}

.user-newscenter .articleContent button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.user-newscenter .articleContent button:hover {
    background-color: #0056b3;
}

.user-newscenter .labelContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.user-newscenter .labelContent .new-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-newscenter .labelContent .new-label .new-label-item {
    padding: 5px 10px;
    border-radius: 1px;
    font-size: 12px;
    font-weight: 500;
}

.user-newscenter .recommendedArticles {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.operation_details {
    max-width: calc((var(--windowWidth) - var(--nav-l-w) - 40px) * 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logSearch .justify-content-end {
    padding-bottom: 12px;
    justify-content: flex-start !important;
}

.billSearch {
    padding-bottom: 12px;
}

.billSearch .bootstrap-select {
    max-width: 300px;
}

.billSearch .bootstrap-select .btn-light {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.system_operation_details {
    max-width: calc((var(--windowWidth) - var(--nav-l-w) - 40px) * 0.5);
    white-space: break-spaces !important;
    display: block;
    color: var(--txtcolor);
}

body .security-header {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #f3f7ff !important;
}

.cloudServer-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.cloudServer-head .machineInformation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 8px;
}

.cloudServer-head .machineInformation .Information-content {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.cloudServer-head .machineInformation .Information-content .return {
    margin-right: 20px;
}

.cloudServer-head .machineInformation .Information-content .return i {
    font-size: 20px;
}

.cloudServer-head .machineInformation .Information-content .name {
    font-size: 24px;
    font-weight: 700;
    color: var(--txtcolor);
}

.cloudServer-head .machineInformation .Information-content .ip {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.cloudServer-head .machineInformation .instanceInformation-itme {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    width: 100%;
    color: var(--txtcolor);
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-end;
    margin-top: 20px;
}

.cloudServer-head .machineOptions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cloudServer-head .machineOptions .nav-tabs-custom {
    border-bottom: none;
}

.cloudServer-head .machineOptions .nav-tabs-custom .nav-item .nav-link.active {
    background-color: transparent;
    border: none;
    color: var(--primary) !important;
}

.cloudServer-head .machineOptions .nav-tabs-custom .nav-item .nav-link.active:after {
    background: var(--primary);
    bottom: 0;
}

.dcimcloud .instanceInformation-itme .service_module_button:nth-child(6),
.dcimcloud .instanceInformation-itme .service_module_button:nth-child(7) {
    display: none;
}

.sky-servicedetail .server_header_box {
    border: 2px solid rgba(116, 120, 141, 0.06);
    background-image: linear-gradient(0deg, #e1e6f0, #f3f5f8);
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1);
    border-radius: 1px;
}

.sky-servicedetail .server_header_box * {
    color: #000 !important;
}

.sky-servicedetail .cloudServer .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.sky-servicedetail .cloudServer .p-3 {
    padding: 1rem 0 !important;
}

.sky-servicedetail .cloudServer .tab-content > .active {
    background: #fff;
    padding: 20px;
}

.sky-servicedetail .cloudServer .tab-content > .active.user-outline {
    background: transparent;
    padding: 0;
}

.sky-servicedetail .cloudServer .example-left .instanceInformation .instanceInformation-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.sky-servicedetail .cloudServer .example-left .instanceInformation .instanceInformation-row .instanceInformation-itme {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.sky-servicedetail .cloudServer .example-left .instanceInformation .instanceInformation-row .instanceInformation-itme .instance-itme-name {
    min-width: 88px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.sky-servicedetail .cloudServer .example-left .instanceInformation .instanceInformation-row .instanceInformation-itme .instance-itme-desc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    flex: 1;
    width: 100%;
    color: var(--txtcolor);
    font-size: 14px;
    font-weight: 400;
}

.sky-servicedetail .cloudServer .example-left .instanceInformation .instanceInformation-row .instanceInformation-itme .instance-itme-desc .reinstall_system {
    padding-left: 10px;
}

.sky-servicedetail .cloudServer .example-left .instanceInformation .instanceInformation-row .instanceInformation-itme .instance-itme-desc .statusText {
    min-width: 38px;
}

.sky-servicedetail .cloudServer .example-left .instanceInformation .instanceInformation-row .instanceInformation-itme .instance-itme-desc .refreshStatus {
    color: #999;
    padding-left: 10px;
    font-size: 12px;
}

.sky-servicedetail .cloudServer .example-rigth .chartInformation {
    padding: 20px 0;
}

.sky-servicedetail .cloudServer .example-rigth .chartInformation > .row {
    margin-right: 0;
    margin-left: 0;
}

.sky-servicedetail .cloudServer .instance-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.sky-servicedetail .cloudServer .instance-options .options-itme {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

/* 渐变薄荷绿全局主题 */
:root {
    --primary: #25a982;
    --primary-hover: #1e8c6c;
    --primary-active: #176c54;
    --txtcolor: #193f38;
    --borderS: #c6e8dc;
    --enterprise-blue: linear-gradient(135deg, #176b5b 0%, #2eae89 50%, #82dcbc 100%);
    --enterprise-blue-hover: linear-gradient(135deg, #125448 0%, #238f71 50%, #5dc6a2 100%);
    --enterprise-blue-soft: linear-gradient(135deg, #fbfffd 0%, #edf9f4 55%, #e2f5ed 100%);
}

body.inherit {
    background: linear-gradient(135deg, #f3fcf8 0%, #e2f5ed 55%, #f9fdfb 100%) fixed !important;
}

body.inherit .sky-content {
    background: linear-gradient(135deg, #f3fcf8 0%, #e2f5ed 55%, #f9fdfb 100%) !important;
}

body.inherit .sky-container .sky-navbar,
body.inherit .sky-container .sky-navbar .sky-logo,
body.inherit .sky-container.lightTheme .sky-navbar,
body.inherit .sky-container.lightTheme .sky-navbar .sky-logo,
body.inherit .sky-container.topMenuColor .sky-navbar,
body.inherit .sky-container.topMenuColor .sky-navbar .sky-logo {
    background: var(--enterprise-blue) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

body.inherit .sky-navbar .sky-buttons .button-a,
body.inherit .sky-navbar .sky-buttons .button-a i,
body.inherit .sky-navbar .sky-navbar-left .language-switch,
body.inherit .sky-navbar .sky-navbar-left .language-switch span,
body.inherit .sky-navbar .sky-navbar-left .language-switch i {
    color: #fff !important;
}

body.inherit .sky-navbar .sky-navbar-left .language-switch {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
}

body.inherit .sky-container .sky-sidebar .skynav-menu-wrapper {
    background: linear-gradient(180deg, #fbfffd 0%, #e8f7f1 100%);
}

body.inherit .sky-container .sky-sidebar .skynav-menu-wrapper .skynav-menu-link:hover,
body.inherit .sky-container .sky-sidebar .skynav-menu-wrapper .skynav-menu-link.skynav-dropdown-toggle.active {
    background: linear-gradient(90deg, #d9f2e8 0%, #f4fbf8 100%);
}

body.inherit .sky-container .sky-sidebar .skynav-menu-wrapper .itemactive,
body.inherit .nav-tabs-custom .nav-item .nav-link.active,
body.inherit .page-item.active .page-link,
body.inherit .sky-step .step-item.active .step-item-num {
    background: var(--enterprise-blue) !important;
    border-color: #25a982 !important;
    color: #fff !important;
}

/* 选中状态统一使用高对比度文字，避免 servicedetail 等页面文字不可见 */
body.inherit .nav-tabs-custom .nav-item .nav-link.active,
body.inherit .nav-tabs-custom .nav-item .nav-link.active span,
body.inherit .nav-tabs-custom .nav-item .nav-link.active i,
body.inherit .cloudServer-head .machineOptions .nav-tabs-custom .nav-item .nav-link.active,
body.inherit .cloudServer-head .machineOptions .nav-tabs-custom .nav-item .nav-link.active span,
body.inherit .sky-container .sky-sidebar .skynav-menu-wrapper .itemactive,
body.inherit .sky-container .sky-sidebar .skynav-menu-wrapper .itemactive span,
body.inherit .sky-container .sky-sidebar .skynav-menu-wrapper .itemactive i,
body.inherit .page-item.active .page-link,
body.inherit .page-item.active .page-link span {
    color: #fff !important;
}

body.inherit .sky-tabs-card .sky-tabs .sky-tabs-item.active,
body.inherit .sky-tabs-card .sky-tabs .sky-tabs-item.active span,
body.inherit .sky-tabs-card .sky-tabs .sky-tabs-item.active i {
    color: #176b5b !important;
}

body.inherit .sky-container .sky-sidebar .sky-sidebar-footer,
body.inherit .sky-container .sky-container-fluid {
    background: var(--enterprise-blue-soft);
    border-color: #c6e8dc;
}

body.inherit .sky-container .sky-container-fluid .breadcrumbsTitle h4::after,
body.inherit .sky-tabs-card .sky-tabs .sky-tabs-item.active {
    border-color: #25a982;
    box-shadow: inset 0 2px 0 #25a982, inset -1px 0 0 #d6eee5;
}

body.inherit .sky-card,
body.inherit .card,
body.inherit .sky-tabs-card,
body.inherit .table-container.tabs_table {
    background: linear-gradient(145deg, #ffffff 0%, #f2fbf7 100%) !important;
    border-color: #a9ddca !important;
    box-shadow: 0 8px 24px rgba(37, 169, 130, 0.12) !important;
}

body.inherit .sky-card:hover {
    box-shadow: 0 10px 28px rgba(37, 169, 130, 0.18) !important;
}

body.inherit .sky-title {
    color: #176b5b !important;
    border-bottom-color: #75cdb1 !important;
}

body.inherit .sky-title::after {
    background: var(--enterprise-blue) !important;
}

body.inherit .btn-primary,
body.inherit .btn-primary-gradient,
body.inherit .btn-outline-primary,
body.inherit .rechargePage .submit-btn {
    background: var(--enterprise-blue) !important;
    border-color: #25a982 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(37, 169, 130, 0.22) !important;
}

body.inherit .btn-primary:hover,
body.inherit .btn-primary-gradient:hover,
body.inherit .btn-outline-primary:hover,
body.inherit .rechargePage .submit-btn:hover {
    background: var(--enterprise-blue-hover) !important;
    border-color: #1e8c6c !important;
}

body.inherit .form-control:focus,
body.inherit .custom-control-input:checked ~ .custom-control-label::before,
body.inherit .toggle-switch input:checked + .toggle-label {
    border-color: #25a982 !important;
    background-color: #25a982 !important;
    box-shadow: 0 0 0 0.15rem rgba(37, 169, 130, 0.16);
}

body.inherit table,
body.inherit .table-responsive .table {
    border-color: #c6e8dc;
    background: #f4fbf8;
}

body.inherit tbody tr:nth-of-type(odd) {
    background: #edf8f4;
}

body.inherit tbody tr:nth-of-type(even),
body.inherit .tabs_table .thead-light,
body.inherit .tabs_table .thead-light th {
    background: #fff !important;
}

body.inherit tbody tr:hover {
    background: #ddf3ea !important;
}

/* 用户信息区域薄荷绿主题 */
body.inherit .userInformation,
body.inherit .details-userInformation {
    background: linear-gradient(135deg, #f7fffc 0%, #e2f5ed 52%, #c9ebdc 100%) !important;
    border: 1px solid #8ed1b5 !important;
    box-shadow: 0 10px 26px rgba(37, 169, 130, 0.16), 0 0 0 1px rgba(142, 209, 181, 0.25) !important;
}

body.inherit .cost-container {
    background: #ffffff !important;
    border: 1px solid #bfe5d8 !important;
    box-shadow: 0 10px 26px rgba(37, 169, 130, 0.12) !important;
}

body.inherit .userInformation .sky-title,
body.inherit .details-userInformation .sky-title {
    color: #176b5b !important;
    border-bottom-color: #8ed1b5 !important;
}

body.inherit .userInformation .sky-title::after,
body.inherit .details-userInformation .sky-title::after {
    background: linear-gradient(90deg, #25a982, #82dcbc) !important;
}

body.inherit .userInformation .avatar,
body.inherit .details-userInformation .details-avatar,
body.inherit .sky-navbar .sky-user-info .avatar {
    background: linear-gradient(135deg, #25a982, #176b5b) !important;
    border: 1px solid #8ed1b5 !important;
    color: #fff !important;
    box-shadow: 0 5px 14px rgba(37, 169, 130, 0.22) !important;
}

body.inherit .userInformation .userInformation-itme,
body.inherit .details-userInformation .contentCard {
    background: rgba(255, 255, 255, 0.68) !important;
    border: 1px solid rgba(142, 209, 181, 0.75) !important;
    box-shadow: 0 3px 10px rgba(37, 169, 130, 0.1) !important;
}

body.inherit .userInformation-itme-name,
body.inherit .details-userInformation .cardLabel,
body.inherit .details-userInformation .createTime,
body.inherit .details-userInformation .info span,
body.inherit .cost-container .balance-info span {
    color: #287563 !important;
}

body.inherit .userInformation-itme-email,
body.inherit .details-userInformation .cardContent,
body.inherit .details-userInformation .details-userInfo p,
body.inherit .cost-container .balance-info h1 {
    color: #193f38 !important;
    font-weight: 700 !important;
}

body.inherit .userInformation .binding i,
body.inherit .userInformation .binding .agent {
    background: linear-gradient(135deg, #f7fffc, #d5f0e4) !important;
    border-color: #8ed1b5 !important;
    color: #176b5b !important;
}

body.inherit .userInformation .binding .text-success {
    background: linear-gradient(135deg, #25a982, #176b5b) !important;
    color: #fff !important;
}

body.inherit .userInformation .btn-outline-primary {
    background: linear-gradient(135deg, #25a982, #176b5b) !important;
    border-color: #25a982 !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(37, 169, 130, 0.2) !important;
}

body.inherit .userInformation .btn-outline-primary:hover {
    background: linear-gradient(135deg, #2fbd94, #1e8c6c) !important;
    color: #fff !important;
}

body.inherit .userInformation .qrcode-section {
    border-left-color: #8ed1b5;
}

body.inherit .userInformation .qrcode-container {
    background: linear-gradient(145deg, #f7fffc, #d5f0e4) !important;
    border-color: #8ed1b5 !important;
    box-shadow: 2px 2px 0 #82dcbc, 4px 4px 0 #4ea985 !important;
}

body.inherit .cost-container .actions .action {
    background: rgba(248, 253, 251, 0.9);
    border-color: #d8eee6;
}

body.inherit .cost-container .actions .action:hover {
    background: #effbf6;
}

/* 产品列表资源监控 */
.service-resource-monitor {
    width: 190px;
    margin-top: 9px;
}

.service-resource-row {
    display: grid;
    grid-template-columns: 34px minmax(62px, 1fr) auto;
    align-items: center;
    gap: 7px;
    margin-top: 6px;
    color: #47645d;
    font-size: 11px;
    line-height: 1;
}

.service-resource-label {
    color: #315b51;
    font-weight: 700;
}

.service-resource-track {
    position: relative;
    overflow: hidden;
    height: 7px;
    border-radius: 999px;
    background: #dbeee7;
    box-shadow: inset 0 1px 2px rgba(23, 107, 91, 0.12);
}

.service-resource-track i {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #4e78e8, #7c9cff);
    transition: width 0.45s ease, background 0.25s ease;
}

.service-resource-memory .service-resource-track i {
    background: linear-gradient(90deg, #8458d6, #b084ed);
}

.service-resource-row.is-danger .service-resource-track i {
    background: linear-gradient(90deg, #e5484d, #ff7b72);
}

.service-resource-row.is-danger .service-resource-value {
    color: #d9343b;
    font-weight: 700;
}

.service-resource-row.is-loading .service-resource-track i {
    width: 42% !important;
    background: linear-gradient(90deg, #c9d4ed, #8fa8e8, #c9d4ed);
    background-size: 200% 100%;
    animation: service-resource-loading 1.35s ease-in-out infinite;
}

.service-resource-row.is-loading .service-resource-value {
    color: #7c8ba9;
}

.service-resource-row.is-unavailable .service-resource-track i {
    background: #d9deea;
}

.service-resource-row.is-unavailable .service-resource-value {
    color: #9aa4b8;
}

@keyframes service-resource-loading {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

.service-resource-value {
    min-width: 34px;
    color: #315b51;
    font-size: 10px;
    font-variant-numeric: tabular-nums;
    text-align: right;
    white-space: nowrap;
}

.service-resource-monitor-mobile {
    width: min(100%, 360px);
    margin: 0;
}

.service-resource-monitor-mobile .service-resource-row {
    grid-template-columns: 38px minmax(80px, 1fr) auto;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .service-resource-detail {
        align-items: flex-start !important;
    }

    .service-resource-monitor-mobile {
        width: calc(100vw - 130px);
        min-width: 170px;
    }

    .service-resource-monitor-mobile .service-resource-value {
        max-width: 118px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* 用户中心首页参考图布局 */
@media (min-width: 992px) {
    .clientarea-dashboard {
        display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
        grid-auto-flow: row;
        gap: 16px;
        align-items: start;
    }

    .clientarea-dashboard > .sky-container-left,
    .clientarea-dashboard > .sky-container-right,
    .clientarea-dashboard > .sky-container-left > .sky-column,
    .clientarea-dashboard > .sky-container-right > .sky-column {
        display: contents;
    }

    .clientarea-dashboard .top-notice-container {
        grid-column: 1 / -1;
        grid-row: 1;
        margin-bottom: 0;
    }

    .clientarea-dashboard .userInformation {
        grid-column: 1;
        grid-row: 2;
        min-height: 190px;
    }

    .clientarea-dashboard .balance-card {
        grid-column: 2;
        grid-row: 2;
        min-height: 190px;
    }

    .clientarea-dashboard .NeedToBeDealtWith {
        grid-column: 1 / -1;
        grid-row: 3;
        margin: 0;
    }

    .clientarea-dashboard .AccountSecurity {
        grid-column: 1;
        grid-row: 4;
    }

    .clientarea-dashboard .AccountSecurity + .sky-card {
        grid-column: 2;
        grid-row: 4;
    }

    .clientarea-dashboard .user-center_calc-1 {
        min-height: 120px;
    }

    .clientarea-dashboard .sky-container-left > .sky-column > .sky-card.sky-flex-100,
    .clientarea-dashboard .sky-container-left > .sky-column > .earnCommission {
        grid-column: 1 / -1;
    }

    .clientarea-dashboard .sky-container-right .sky-card:not(:first-child) {
        grid-column: 2;
    }

    .clientarea-dashboard .sky-container-left > .sky-column > .sky-row:nth-of-type(n+3) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    .clientarea-dashboard {
        display: flex;
        gap: 0;
    }

    .clientarea-dashboard > .sky-container-left,
    .clientarea-dashboard > .sky-container-right,
    .clientarea-dashboard > .sky-container-left > .sky-column,
    .clientarea-dashboard > .sky-container-right > .sky-column {
        display: block;
    }

    .clientarea-dashboard .top-notice-container,
    .clientarea-dashboard .userInformation,
    .clientarea-dashboard .balance-card,
    .clientarea-dashboard .NeedToBeDealtWith,
    .clientarea-dashboard .AccountSecurity,
    .clientarea-dashboard .AccountSecurity + .sky-card {
        width: 100%;
    }

    .clientarea-dashboard .userInformation,
    .clientarea-dashboard .balance-card {
        min-height: 0;
    }
}

/* 科技感用户中心首页重构 */
body.inherit {
    --tech-ink: #10243f;
    --tech-muted: #71829b;
    --tech-line: #dbe7f2;
    --tech-cyan: #1db7c8;
    --tech-blue: #3978e8;
    --tech-surface: rgba(255, 255, 255, 0.94);
    background: #eef4f8 !important;
}

body.inherit .sky-container .sky-container-fluid {
    background: #eef4f8 !important;
}

body.inherit .clientarea-dashboard {
    max-width: 1560px;
    margin: 0 auto;
}

body.inherit .clientarea-dashboard .sky-card,
body.inherit .clientarea-dashboard .top-notice {
    border: 1px solid var(--tech-line) !important;
    border-radius: 10px !important;
    background: var(--tech-surface) !important;
    box-shadow: 0 8px 24px rgba(37, 76, 120, 0.08) !important;
    transform: none !important;
}

body.inherit .clientarea-dashboard .sky-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 30px rgba(37, 76, 120, 0.13) !important;
}

body.inherit .clientarea-dashboard .sky-title {
    display: flex;
    align-items: center;
    min-height: 24px;
    margin: 0 0 16px !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid var(--tech-line) !important;
    color: var(--tech-ink) !important;
    font-size: 15px !important;
    letter-spacing: 0 !important;
}

body.inherit .clientarea-dashboard .sky-title::before {
    content: "";
    width: 4px;
    height: 17px;
    margin-right: 9px;
    border-radius: 4px;
    background: linear-gradient(180deg, var(--tech-cyan), var(--tech-blue));
}

body.inherit .clientarea-dashboard .sky-title::after {
    display: none;
}

body.inherit .clientarea-dashboard .top-notice {
    border-color: #c8eaf0 !important;
    background: linear-gradient(110deg, #f7fdff, #eaf8fa) !important;
    box-shadow: 0 8px 22px rgba(29, 183, 200, 0.1) !important;
}

body.inherit .clientarea-dashboard .notice-header {
    min-height: 54px;
    padding: 11px 18px;
    border-bottom-color: #d8eef1;
    background: transparent;
}

body.inherit .clientarea-dashboard .notice-content {
    padding: 12px 18px 17px;
}

body.inherit .clientarea-dashboard .notice-content p {
    min-height: 38px;
    padding: 8px 10px 8px 30px;
    border-color: #dbeef1;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.72);
    color: #496274;
    font-size: 12px;
}

body.inherit .clientarea-dashboard .notice-content p::before {
    left: 12px;
    top: 13px;
    width: 7px;
    height: 7px;
    border: 2px solid var(--tech-cyan);
    background: #e2f8fa;
}

body.inherit .clientarea-dashboard .userInformation {
    min-height: 216px;
    padding: 22px 24px !important;
    border-color: #d6e2ee !important;
    background: linear-gradient(135deg, #ffffff 0%, #f4f8fc 100%) !important;
}

body.inherit .clientarea-dashboard .userInformation > .sky-row:first-of-type {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr) 126px;
    align-items: center;
    gap: 18px;
}

body.inherit .clientarea-dashboard .userInformation .avatar {
    min-width: 74px;
    width: 74px;
    height: 74px;
    border: 0 !important;
    border-radius: 50%;
    background: linear-gradient(145deg, #dff8fa, #b9e8ef) !important;
    color: #188da0 !important;
    box-shadow: 0 8px 18px rgba(29, 183, 200, 0.18) !important;
    font-size: 34px;
}

body.inherit .clientarea-dashboard .userInformation .sky-column {
    min-width: 0;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-xs1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-contact-row {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
}

body.inherit .clientarea-dashboard .userInformation .userInformation-itme {
    min-width: 0;
    margin: 0 0 8px !important;
    padding: 8px 10px;
    overflow: hidden;
    border: 1px solid #e1eaf2 !important;
    border-radius: 6px;
    background: #fff !important;
    box-shadow: none !important;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-itme-name,
body.inherit .clientarea-dashboard .userInformation .userInformation-itme-email {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-itme-name {
    color: #8493a6 !important;
    font-size: 11px;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-itme-email {
    margin-top: 3px;
    color: var(--tech-ink) !important;
    font-size: 13px;
}

body.inherit .clientarea-dashboard .userInformation .binding {
    gap: 7px;
    margin-top: 4px;
}

body.inherit .clientarea-dashboard .userInformation .binding i,
body.inherit .clientarea-dashboard .userInformation .binding .agent {
    width: 27px;
    height: 27px;
    border: 1px solid #cde8ee !important;
    border-radius: 6px;
    background: #f0fbfc !important;
    color: #2795a6 !important;
    box-shadow: none !important;
}

body.inherit .clientarea-dashboard .userInformation .binding .agent {
    width: auto;
    padding: 0 8px 0 25px;
    border-color: #dae8f7 !important;
    background: #f4f8fd !important;
    color: #53729b !important;
}

body.inherit .clientarea-dashboard .userInformation .qrcode-section {
    padding-left: 16px;
    border-left: 1px solid #e0eaf2;
}

body.inherit .clientarea-dashboard .userInformation .qrcode-container {
    padding: 7px;
    border: 1px solid #dbe7f2 !important;
    border-radius: 7px;
    background: #fff !important;
    box-shadow: none !important;
}

body.inherit .clientarea-dashboard .userInformation .qrcode-img {
    width: 84px;
    height: 84px;
    margin-bottom: 6px;
    border: 0;
}

body.inherit .clientarea-dashboard .userInformation .qrcode-text {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #71829b !important;
    font-size: 10px;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-xs202 {
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--tech-line);
}

body.inherit .clientarea-dashboard .userInformation .userInformation-xs202 .btn {
    min-height: 32px;
    padding: 6px 10px !important;
    border: 1px solid #cfe0ef !important;
    border-radius: 6px;
    background: #fff !important;
    color: #426384 !important;
    box-shadow: none !important;
    font-size: 12px;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-xs202 .btn:hover {
    border-color: #8bd5df !important;
    background: #effbfc !important;
    color: #168b9b !important;
}

body.inherit .clientarea-dashboard .balance-card {
    min-height: 216px;
    padding: 22px 24px !important;
    border: 0 !important;
    background: linear-gradient(145deg, #1b4d82 0%, #296fa8 55%, #38a9bb 100%) !important;
    color: #fff;
    box-shadow: 0 12px 26px rgba(30, 83, 132, 0.2) !important;
}

body.inherit .clientarea-dashboard .balance-card .sky-title {
    border-bottom-color: rgba(255, 255, 255, 0.18) !important;
    color: #fff !important;
}

body.inherit .clientarea-dashboard .balance-card .sky-title::before {
    background: #92f0ed;
}

body.inherit .clientarea-dashboard .balance-card .cost-container .balance-info span,
body.inherit .clientarea-dashboard .balance-card .cost-container .actions .action span {
    color: rgba(255, 255, 255, 0.7) !important;
}

body.inherit .clientarea-dashboard .balance-card .cost-container .balance-info h1,
body.inherit .clientarea-dashboard .balance-card .cost-container .actions .action h2 {
    color: #fff !important;
}

body.inherit .clientarea-dashboard .balance-card .cost-container .actions .action {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
}

body.inherit .clientarea-dashboard .balance-card .cost-container .btn-primary {
    border: 0 !important;
    background: #f4d58e !important;
    color: #624916 !important;
    box-shadow: none !important;
}

body.inherit .clientarea-dashboard .dashboard-module-stats {
    display: grid;
    grid-template-columns: 0.82fr 2.18fr;
    gap: 16px;
    margin: 0;
}

body.inherit .clientarea-dashboard .dashboard-module-stats > .sky-card {
    width: auto !important;
    min-width: 0;
}

body.inherit .clientarea-dashboard .dashboard-module-stats > .sky-card:last-child {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

body.inherit .clientarea-dashboard .dashboard-module-stats > .sky-card:last-child .sky-column {
    min-width: 0;
    padding: 4px 16px;
    border-right: 1px solid var(--tech-line);
}

body.inherit .clientarea-dashboard .dashboard-module-stats > .sky-card:last-child .sky-column:last-child {
    border-right: 0;
}

body.inherit .clientarea-dashboard .dashboard-module-overview {
    display: grid;
    grid-template-columns: 0.82fr 2.18fr;
    gap: 16px;
    margin: 0;
}

body.inherit .clientarea-dashboard .dashboard-module-overview > .sky-card {
    width: auto !important;
    min-width: 0;
}

body.inherit .clientarea-dashboard .sky-container-right .sky-card:not(.balance-card) {
    padding: 20px !important;
}

body.inherit .clientarea-dashboard .sky-container-right .apiInformation-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

body.inherit .clientarea-dashboard .sky-container-right .ov-block-item {
    min-width: 0;
    padding: 12px 10px;
    border: 1px solid var(--tech-line);
    border-radius: 7px;
    background: #f8fbfd;
}

body.inherit .clientarea-dashboard .dashboard-module .sky-card,
body.inherit .clientarea-dashboard .dashboard-module-overview .sky-card {
    padding: 20px !important;
}

@media (max-width: 991px) {
    body.inherit .clientarea-dashboard .userInformation > .sky-row:first-of-type {
        grid-template-columns: 70px minmax(0, 1fr);
    }

    body.inherit .clientarea-dashboard .userInformation .qrcode-section {
        display: none;
    }

    body.inherit .clientarea-dashboard .dashboard-module-stats,
    body.inherit .clientarea-dashboard .dashboard-module-overview {
        display: flex;
        gap: 12px;
    }
}

@media (max-width: 576px) {
    body.inherit .clientarea-dashboard .userInformation {
        padding: 16px !important;
    }

    body.inherit .clientarea-dashboard .userInformation > .sky-row:first-of-type {
        display: block;
    }

    body.inherit .clientarea-dashboard .userInformation .avatar {
        margin: 0 auto 14px;
    }

    body.inherit .clientarea-dashboard .userInformation .userInformation-xs202 {
        grid-template-columns: repeat(3, 1fr);
    }

    body.inherit .clientarea-dashboard .notice-content {
        padding: 10px 12px 14px;
    }

    body.inherit .clientarea-dashboard .dashboard-module-stats,
    body.inherit .clientarea-dashboard .dashboard-module-overview {
        display: block;
    }

    body.inherit .clientarea-dashboard .dashboard-module-stats > .sky-card,
    body.inherit .clientarea-dashboard .dashboard-module-overview > .sky-card {
        margin-bottom: 12px;
    }
}

/* 薄荷绿白色平面主题：用户中心最终覆盖 */
body.inherit {
    --primary: #20b486;
    --primary-hover: #15966d;
    --primary-active: #0f7958;
    --txtcolor: #183d34;
    --borderS: #d8eee6;
    background: #f4faf8 !important;
    color: #183d34;
}

body.inherit .sky-container .sky-container-fluid,
body.inherit .sky-content {
    background: #f4faf8 !important;
}

body.inherit .sky-container .sky-navbar,
body.inherit .sky-container .sky-navbar .sky-logo,
body.inherit .sky-container.lightTheme .sky-navbar,
body.inherit .sky-container.lightTheme .sky-navbar .sky-logo,
body.inherit .sky-container.topMenuColor .sky-navbar,
body.inherit .sky-container.topMenuColor .sky-navbar .sky-logo {
    background: #ffffff !important;
    border-color: #e1eee9 !important;
}

body.inherit .sky-navbar .sky-buttons .button-a,
body.inherit .sky-navbar .sky-buttons .button-a i,
body.inherit .sky-navbar .sky-navbar-left .language-switch,
body.inherit .sky-navbar .sky-navbar-left .language-switch span,
body.inherit .sky-navbar .sky-navbar-left .language-switch i {
    color: #315b50 !important;
}

body.inherit .sky-navbar .sky-navbar-left .language-switch {
    background: #ffffff !important;
    border-color: #d8eee6 !important;
}

body.inherit .sky-container .sky-sidebar .skynav-menu-wrapper {
    background: #ffffff !important;
    border-right: 1px solid #e1eee9;
}

body.inherit .sky-container .sky-sidebar .skynav-menu-wrapper .skynav-menu-link:hover,
body.inherit .sky-container .sky-sidebar .skynav-menu-wrapper .skynav-menu-link.skynav-dropdown-toggle.active {
    background: #eefaf5 !important;
}

body.inherit .sky-container .sky-sidebar .skynav-menu-wrapper .itemactive {
    background: #20b486 !important;
    border-color: #20b486 !important;
    color: #ffffff !important;
}

body.inherit .sky-container .sky-sidebar .sky-sidebar-footer {
    background: #ffffff !important;
    border-color: #e1eee9 !important;
}

body.inherit .clientarea-dashboard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 14px;
    max-width: 1480px;
    margin: 0 auto;
    align-items: start;
}

body.inherit .clientarea-dashboard > .sky-container-left,
body.inherit .clientarea-dashboard > .sky-container-right,
body.inherit .clientarea-dashboard > .sky-container-left > .sky-column,
body.inherit .clientarea-dashboard > .sky-container-right > .sky-column {
    display: contents;
}

body.inherit .clientarea-dashboard .sky-card,
body.inherit .clientarea-dashboard .top-notice {
    border: 1px solid #deeee8 !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(32, 120, 91, 0.06) !important;
    transform: none !important;
}

body.inherit .clientarea-dashboard .sky-card:hover {
    transform: none !important;
    box-shadow: 0 4px 12px rgba(32, 120, 91, 0.1) !important;
}

body.inherit .clientarea-dashboard .sky-title {
    display: flex;
    align-items: center;
    min-height: 22px;
    margin: 0 0 14px !important;
    padding: 0 0 10px !important;
    border-bottom: 1px solid #e3f0eb !important;
    color: #183d34 !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
}

body.inherit .clientarea-dashboard .sky-title::before {
    content: "";
    width: 3px;
    height: 16px;
    margin-right: 8px;
    border-radius: 2px;
    background: #20b486;
}

body.inherit .clientarea-dashboard .sky-title::after {
    display: none !important;
}

body.inherit .clientarea-dashboard .top-notice {
    grid-column: 1 / -1;
    grid-row: 1;
    margin: 0 !important;
    border-color: #ccebe0 !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(32, 180, 134, 0.07) !important;
}

body.inherit .clientarea-dashboard .notice-header {
    min-height: 48px;
    padding: 10px 16px;
    border-bottom: 1px solid #e3f2ed;
    background: #f7fcfa !important;
}

body.inherit .clientarea-dashboard .notice-header i {
    background: #20b486 !important;
    box-shadow: none !important;
}

body.inherit .clientarea-dashboard .notice-title {
    color: #205e4c !important;
}

body.inherit .clientarea-dashboard .notice-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px 16px 16px;
}

body.inherit .clientarea-dashboard .notice-content p {
    min-height: 34px;
    padding: 8px 10px 8px 28px;
    border: 1px solid #e6f2ee;
    border-radius: 3px;
    background: #ffffff;
    color: #526e65;
    font-size: 12px;
}

body.inherit .clientarea-dashboard .notice-content p:nth-child(4),
body.inherit .clientarea-dashboard .notice-content p:nth-child(5),
body.inherit .clientarea-dashboard .notice-content p:nth-child(6) {
    grid-column: 1 / -1;
}

body.inherit .clientarea-dashboard .notice-content p::before {
    border-color: #20b486;
    background: #e5f8f0;
    box-shadow: none;
}

body.inherit .clientarea-dashboard .userInformation {
    grid-column: 1;
    grid-row: 2;
    min-height: 212px;
    padding: 20px !important;
    border-color: #deeee8 !important;
    background: #ffffff !important;
}

body.inherit .clientarea-dashboard .userInformation > .sky-row:first-of-type {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) 112px;
    align-items: center;
    gap: 16px;
}

body.inherit .clientarea-dashboard .userInformation .avatar {
    min-width: 68px;
    width: 68px;
    height: 68px;
    border: 0 !important;
    border-radius: 4px;
    background: #dff6ed !important;
    color: #15966d !important;
    box-shadow: none !important;
    font-size: 32px;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-xs1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-contact-row {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
}

body.inherit .clientarea-dashboard .userInformation .userInformation-itme {
    min-width: 0;
    margin: 0 0 6px !important;
    padding: 7px 9px;
    border: 1px solid #e5f0ec !important;
    border-radius: 3px;
    background: #fbfefd !important;
    box-shadow: none !important;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-itme-name,
body.inherit .clientarea-dashboard .userInformation .userInformation-itme-email {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-itme-name {
    color: #81978f !important;
    font-size: 11px;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-itme-email {
    margin-top: 2px;
    color: #24483d !important;
    font-size: 12px;
}

body.inherit .clientarea-dashboard .userInformation .binding {
    gap: 6px;
    margin-top: 4px;
}

body.inherit .clientarea-dashboard .userInformation .binding i,
body.inherit .clientarea-dashboard .userInformation .binding .agent {
    width: 26px;
    height: 26px;
    border: 1px solid #ccebe0 !important;
    border-radius: 3px;
    background: #f1fbf7 !important;
    color: #15966d !important;
    box-shadow: none !important;
}

body.inherit .clientarea-dashboard .userInformation .binding .agent {
    width: auto;
    padding: 0 7px 0 24px;
    color: #6d7e78 !important;
}

body.inherit .clientarea-dashboard .userInformation .qrcode-section {
    padding-left: 12px;
    border-left: 1px solid #e5f0ec;
}

body.inherit .clientarea-dashboard .userInformation .qrcode-container {
    padding: 5px;
    border: 1px solid #e1eee9 !important;
    border-radius: 3px;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.inherit .clientarea-dashboard .userInformation .qrcode-img {
    width: 76px;
    height: 76px;
    margin-bottom: 4px;
    border: 0;
}

body.inherit .clientarea-dashboard .userInformation .qrcode-text {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #82958e !important;
    font-size: 9px;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-xs202 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #e5f0ec;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-xs202 .btn {
    min-height: 30px;
    padding: 5px 6px !important;
    border: 1px solid #ccebe0 !important;
    border-radius: 3px;
    background: #ffffff !important;
    color: #397365 !important;
    box-shadow: none !important;
    font-size: 11px;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-xs202 .btn:hover {
    background: #eefaf5 !important;
    color: #15966d !important;
}

body.inherit .clientarea-dashboard .balance-card {
    grid-column: 2;
    grid-row: 2;
    min-height: 212px;
    padding: 20px !important;
    border-color: #bfe5d8 !important;
    background: #20b486 !important;
    color: #ffffff;
    box-shadow: 0 3px 10px rgba(32, 180, 134, 0.16) !important;
}

body.inherit .clientarea-dashboard .balance-card .sky-title {
    border-bottom-color: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
}

body.inherit .clientarea-dashboard .balance-card .sky-title::before {
    background: #ffffff;
}

body.inherit .clientarea-dashboard .balance-card .cost-container .balance-info span,
body.inherit .clientarea-dashboard .balance-card .cost-container .actions .action span {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.inherit .clientarea-dashboard .balance-card .cost-container .balance-info h1,
body.inherit .clientarea-dashboard .balance-card .cost-container .actions .action h2 {
    color: #ffffff !important;
}

body.inherit .clientarea-dashboard .balance-card .cost-container .actions .action {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

body.inherit .clientarea-dashboard .balance-card .cost-container .btn-primary {
    border: 0 !important;
    background: #ffffff !important;
    color: #15966d !important;
    box-shadow: none !important;
}

body.inherit .clientarea-dashboard .dashboard-module-stats,
body.inherit .clientarea-dashboard .dashboard-module-overview {
    display: grid;
    grid-template-columns: 0.82fr 2.18fr;
    gap: 14px;
    margin: 0;
}

body.inherit .clientarea-dashboard .dashboard-module-stats {
    grid-column: 1;
    grid-row: 3;
}

body.inherit .clientarea-dashboard .dashboard-module-overview {
    grid-column: 1;
    grid-row: 4;
}

body.inherit .clientarea-dashboard .dashboard-module-stats > .sky-card,
body.inherit .clientarea-dashboard .dashboard-module-overview > .sky-card {
    width: auto !important;
    min-width: 0;
}

body.inherit .clientarea-dashboard .dashboard-module-stats > .sky-card:last-child {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

body.inherit .clientarea-dashboard .dashboard-module-stats > .sky-card:last-child .sky-column {
    min-width: 0;
    padding: 4px 14px;
    border-right: 1px solid #e5f0ec;
}

body.inherit .clientarea-dashboard .dashboard-module-stats > .sky-card:last-child .sky-column:last-child {
    border-right: 0;
}

body.inherit .clientarea-dashboard .dashboard-side-modules > .sky-column > .sky-card:nth-child(2) {
    grid-column: 2;
    grid-row: 3;
}

body.inherit .clientarea-dashboard .dashboard-side-modules > .sky-column > .sky-card:nth-child(3) {
    grid-column: 2;
    grid-row: 4;
}

body.inherit .clientarea-dashboard .dashboard-side-modules > .sky-column > .sky-card:nth-child(4) {
    grid-column: 2;
    grid-row: 5;
}

body.inherit .clientarea-dashboard .dashboard-side-modules > .sky-column > .sky-card:nth-child(n+2) {
    width: auto !important;
    padding: 16px !important;
}

body.inherit .clientarea-dashboard .dashboard-module .sky-card,
body.inherit .clientarea-dashboard .dashboard-module-overview .sky-card {
    padding: 18px !important;
}

body.inherit .clientarea-dashboard .sky-container-left > .sky-column > .sky-card:not(.userInformation):not(.earnCommission):not(.dashboard-module-stats):not(.dashboard-module-overview) {
    grid-column: 1;
    grid-row: 5;
}

body.inherit .clientarea-dashboard .sky-container-left > .sky-column > .earnCommission {
    grid-column: 1;
    grid-row: 6;
}

body.inherit .clientarea-dashboard .sky-container-right .apiInformation-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

body.inherit .clientarea-dashboard .sky-container-right .ov-block-item {
    min-width: 0;
    padding: 9px;
    border: 1px solid #e1eee9;
    border-left: 2px solid #20b486;
    border-radius: 2px;
    background: #fbfefd;
}

body.inherit .clientarea-dashboard .sky-container-right .newsInformation-list .list_item {
    border-bottom-color: #e5f0ec;
}

body.inherit .btn-primary,
body.inherit .btn-primary-gradient,
body.inherit .btn-outline-primary,
body.inherit .rechargePage .submit-btn {
    background: #20b486 !important;
    border-color: #20b486 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body.inherit .btn-primary:hover,
body.inherit .btn-primary-gradient:hover,
body.inherit .btn-outline-primary:hover,
body.inherit .rechargePage .submit-btn:hover {
    background: #15966d !important;
    border-color: #15966d !important;
}

body.inherit .form-control:focus,
body.inherit .custom-control-input:checked ~ .custom-control-label::before,
body.inherit .toggle-switch input:checked + .toggle-label {
    border-color: #20b486 !important;
    background-color: #20b486 !important;
    box-shadow: none !important;
}

body.inherit .nav-tabs-custom .nav-item .nav-link.active,
body.inherit .page-item.active .page-link,
body.inherit .sky-step .step-item.active .step-item-num {
    background: #20b486 !important;
    border-color: #20b486 !important;
    color: #ffffff !important;
}

body.inherit .sky-card,
body.inherit .card,
body.inherit .sky-tabs-card,
body.inherit .table-container.tabs_table {
    border-color: #deeee8 !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(32, 120, 91, 0.06) !important;
}

body.inherit .sky-title {
    color: #183d34 !important;
    border-bottom-color: #e3f0eb !important;
}

body.inherit .sky-title::after {
    display: none !important;
}

body.inherit .sky-container .sky-container-fluid {
    border-color: #deeee8 !important;
}

body.inherit table,
body.inherit .table-responsive .table {
    border-color: #e1eee9;
    background: #ffffff;
}

body.inherit tbody tr:nth-of-type(odd) {
    background: #fbfefd;
}

body.inherit tbody tr:hover {
    background: #eefaf5 !important;
}

body.inherit .service-resource-track i {
    background: #3d78d8 !important;
}

body.inherit .service-resource-memory .service-resource-track i {
    background: #7c5ac7 !important;
}

body.inherit .service-resource-row.is-danger .service-resource-track i {
    background: #e44b52 !important;
}

@media (max-width: 991px) {
    body.inherit .clientarea-dashboard {
        display: flex;
        gap: 0;
    }

    body.inherit .clientarea-dashboard .top-notice,
    body.inherit .clientarea-dashboard .userInformation,
    body.inherit .clientarea-dashboard .balance-card,
    body.inherit .clientarea-dashboard .dashboard-module-stats,
    body.inherit .clientarea-dashboard .dashboard-module-overview,
    body.inherit .clientarea-dashboard .sky-container-left > .sky-column > .sky-card,
    body.inherit .clientarea-dashboard .dashboard-side-modules > .sky-column > .sky-card {
        width: 100% !important;
        min-height: 0;
        margin-bottom: 12px;
    }
}

@media (max-width: 576px) {
    body.inherit .clientarea-dashboard .userInformation > .sky-row:first-of-type {
        display: block;
    }

    body.inherit .clientarea-dashboard .userInformation .avatar {
        margin: 0 auto 12px;
    }

    body.inherit .clientarea-dashboard .userInformation .qrcode-section {
        display: none;
    }

    body.inherit .clientarea-dashboard .userInformation .userInformation-xs202 {
        grid-template-columns: repeat(3, 1fr);
    }

    body.inherit .clientarea-dashboard .notice-content {
        grid-template-columns: 1fr;
    }

    body.inherit .clientarea-dashboard .notice-content p:nth-child(4),
    body.inherit .clientarea-dashboard .notice-content p:nth-child(5) {
        grid-column: auto;
    }

    body.inherit .clientarea-dashboard .dashboard-module-stats,
    body.inherit .clientarea-dashboard .dashboard-module-overview {
        display: block;
    }
}

/* 平面色最终覆盖：统一薄荷绿用户信息区域 */
body.inherit .userInformation,
body.inherit .details-userInformation {
    background: #e2f5ed !important;
}

/* 平面色最终覆盖：禁止主题渐变 */
body.inherit .sky-container,
body.inherit .sky-container-fluid,
body.inherit .sky-content,
body.inherit .sky-navbar,
body.inherit .sky-logo,
body.inherit .sky-sidebar,
body.inherit .sky-sidebar .skynav-menu-wrapper,
body.inherit .sky-card,
body.inherit .card,
body.inherit .top-notice,
body.inherit .notice-header,
body.inherit .notice-content,
body.inherit .userInformation,
body.inherit .details-userInformation,
body.inherit .balance-card,
body.inherit .cost-container,
body.inherit .service-resource-track i,
body.inherit .btn-primary,
body.inherit .btn-primary-gradient,
body.inherit .btn-outline-primary {
    background-image: none !important;
}

body.inherit .sky-container,
body.inherit .sky-container-fluid,
body.inherit .sky-content {
    background-color: #f4faf8 !important;
}

body.inherit .sky-navbar,
body.inherit .sky-logo,
body.inherit .sky-sidebar,
body.inherit .sky-sidebar .skynav-menu-wrapper,
body.inherit .sky-card,
body.inherit .card,
body.inherit .top-notice,
body.inherit .notice-content,
body.inherit .userInformation,
body.inherit .details-userInformation,
body.inherit .cost-container {
    background-color: #ffffff !important;
}

body.inherit .notice-header {
    background-color: #f7fcfa !important;
}

body.inherit .balance-card {
    background-color: #20b486 !important;
}

body.inherit .service-resource-track i {
    background-color: #3d78d8 !important;
}

body.inherit .service-resource-memory .service-resource-track i {
    background-color: #7c5ac7 !important;
}

body.inherit .service-resource-row.is-danger .service-resource-track i {
    background-color: #e44b52 !important;
}

body.inherit .btn-primary,
body.inherit .btn-primary-gradient,
body.inherit .btn-outline-primary {
    background-color: #20b486 !important;
}

body.inherit .btn-primary:hover,
body.inherit .btn-primary-gradient:hover,
body.inherit .btn-outline-primary:hover {
    background-color: #15966d !important;
}

/* 恢复用户中心原始布局，仅保留当前配色 */
body.inherit .clientarea-dashboard {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    align-items: stretch !important;
}

body.inherit .clientarea-dashboard > .sky-container-left,
body.inherit .clientarea-dashboard > .sky-container-right,
body.inherit .clientarea-dashboard > .sky-container-left > .sky-column,
body.inherit .clientarea-dashboard > .sky-container-right > .sky-column {
    display: block !important;
}

body.inherit .clientarea-dashboard > .sky-container-left {
    width: 66.666667% !important;
    flex: 0 0 66.666667% !important;
}

body.inherit .clientarea-dashboard > .sky-container-right {
    width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
}

body.inherit .clientarea-dashboard .top-notice-container,
body.inherit .clientarea-dashboard .userInformation,
body.inherit .clientarea-dashboard .balance-card,
body.inherit .clientarea-dashboard .NeedToBeDealtWith,
body.inherit .clientarea-dashboard .AccountSecurity,
body.inherit .clientarea-dashboard .AccountSecurity + .sky-card,
body.inherit .clientarea-dashboard .dashboard-module-stats,
body.inherit .clientarea-dashboard .dashboard-module-overview,
body.inherit .clientarea-dashboard .sky-container-left > .sky-column > .sky-card,
body.inherit .clientarea-dashboard .sky-container-right > .sky-column > .sky-card {
    grid-column: auto !important;
    grid-row: auto !important;
    width: auto !important;
    min-height: 0;
}

body.inherit .clientarea-dashboard .dashboard-module-stats,
body.inherit .clientarea-dashboard .dashboard-module-overview {
    display: flex !important;
    gap: 0 !important;
    margin: 0 !important;
}

body.inherit .clientarea-dashboard .dashboard-module-stats > .sky-card,
body.inherit .clientarea-dashboard .dashboard-module-overview > .sky-card {
    width: auto !important;
}

body.inherit .clientarea-dashboard .dashboard-module-stats > .sky-card:last-child {
    display: flex !important;
}

body.inherit .clientarea-dashboard .dashboard-side-modules > .sky-column > .sky-card {
    grid-column: auto !important;
    grid-row: auto !important;
}

@media (max-width: 991px) {
    body.inherit .clientarea-dashboard {
        display: flex !important;
        flex-direction: column !important;
    }

    body.inherit .clientarea-dashboard > .sky-container-left,
    body.inherit .clientarea-dashboard > .sky-container-right {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/* 公告与费用信息紧凑卡片优化 */
body.inherit .top-notice-container {
    max-width: 100%;
    margin-bottom: 12px !important;
}

body.inherit .top-notice {
    border: 1px solid #ccebe0 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(32, 120, 91, 0.06) !important;
}

body.inherit .notice-header {
    min-height: 40px !important;
    padding: 7px 12px !important;
    border-bottom: 1px solid #e3f2ed !important;
    background: #f7fcfa !important;
}

body.inherit .notice-header i {
    width: 25px !important;
    height: 25px !important;
    flex-basis: 25px !important;
    border-radius: 5px !important;
    background: #20b486 !important;
    box-shadow: none !important;
    font-size: 14px !important;
}

body.inherit .notice-title {
    font-size: 14px !important;
    color: #205e4c !important;
}

body.inherit .notice-content {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px 8px !important;
    padding: 9px 12px 11px !important;
}

body.inherit .notice-content p {
    min-height: 28px !important;
    margin: 0 !important;
    padding: 5px 8px 5px 23px !important;
    border: 1px solid #e8f3ef !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    color: #59736b !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
}

body.inherit .notice-content p::before {
    top: 10px !important;
    left: 9px !important;
    width: 6px !important;
    height: 6px !important;
    border-width: 1px !important;
    box-shadow: none !important;
}

body.inherit .notice-content p:nth-child(4),
body.inherit .notice-content p:nth-child(5) {
    grid-column: auto !important;
}

body.inherit .balance-card,
body.inherit .cost-container {
    border-color: #bfe5d8 !important;
    border-radius: 6px !important;
    background: #20b486 !important;
    box-shadow: 0 3px 10px rgba(32, 180, 134, 0.14) !important;
}

body.inherit .balance-card .sky-title {
    border-bottom-color: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
}

body.inherit .balance-card .sky-title::before {
    background: #ffffff !important;
}

body.inherit .balance-card .cost-container .balance-info span,
body.inherit .balance-card .cost-container .actions .action span {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.inherit .balance-card .cost-container .balance-info h1,
body.inherit .balance-card .cost-container .actions .action h2 {
    color: #ffffff !important;
}

body.inherit .balance-card .cost-container .actions .action {
    border-color: rgba(255, 255, 255, 0.28) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    box-shadow: none !important;
}

body.inherit .balance-card .cost-container .btn-primary {
    border: 0 !important;
    background: #ffffff !important;
    color: #15966d !important;
    box-shadow: none !important;
}

@media (max-width: 768px) {
    body.inherit .notice-content {
        grid-template-columns: 1fr !important;
    }

    body.inherit .notice-content p:nth-child(4),
    body.inherit .notice-content p:nth-child(5) {
        grid-column: auto !important;
    }
}

/* 公告红色文字与费用信息浅薄荷绿点缀 */
body.inherit .top-notice .notice-title,
body.inherit .top-notice .notice-content p {
    color: #d94b55 !important;
}

body.inherit .top-notice .notice-content p::before {
    border-color: #e06a72 !important;
    background: #fff1f2 !important;
}

body.inherit .balance-card,
body.inherit .cost-container {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #effbf6 100%) !important;
    border-color: #bfe5d8 !important;
    color: #245247 !important;
}

body.inherit .balance-card .sky-title,
body.inherit .cost-container .sky-title,
body.inherit .balance-card .cost-container .balance-info h1,
body.inherit .balance-card .cost-container .actions .action h2 {
    color: #245247 !important;
}

body.inherit .balance-card .sky-title {
    border-bottom-color: #d8eee6 !important;
}

body.inherit .balance-card .sky-title::before {
    background: #20b486 !important;
}

body.inherit .balance-card .cost-container .balance-info span,
body.inherit .balance-card .cost-container .actions .action span {
    color: #78968d !important;
}

body.inherit .balance-card .cost-container .actions .action {
    border-color: #d8eee6 !important;
    background: #f8fdfb !important;
}

body.inherit .balance-card .cost-container .btn-primary {
    background: #20b486 !important;
    color: #ffffff !important;
}

/* 首页模块合并布局 */
body.inherit .dashboard-todo-card {
    width: 100% !important;
    margin: 12px 0 !important;
    padding: 16px !important;
    border: 1px solid #ccebe0 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(32, 120, 91, 0.06) !important;
}

body.inherit .dashboard-todo-card .sky-title {
    margin-bottom: 12px !important;
}

body.inherit .dashboard-todo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

body.inherit .dashboard-todo-item {
    display: flex;
    min-width: 0;
    min-height: 82px;
    flex-direction: column;
    justify-content: center;
    padding: 10px 12px;
    border: 1px solid #e2f0eb;
    border-radius: 4px;
    background: #f9fdfb;
    color: #315b50;
    text-decoration: none !important;
}

body.inherit .dashboard-todo-item:hover {
    border-color: #9ddbc4;
    background: #eefaf5;
}

body.inherit .dashboard-todo-label {
    overflow: hidden;
    color: #688078;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.inherit .dashboard-todo-item strong {
    margin-top: 4px;
    color: #245247;
    font-size: 22px;
    line-height: 1.1;
}

body.inherit .dashboard-todo-item small {
    margin-top: 5px;
    color: #20a77d;
    font-size: 10px;
}

body.inherit .dashboard-resource-card {
    width: 100% !important;
    margin-top: 12px !important;
}

@media (max-width: 768px) {
    body.inherit .dashboard-todo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    body.inherit .dashboard-todo-grid {
        grid-template-columns: 1fr;
    }
}

/* 用户信息内嵌账户模块 */
body.inherit .userInformation-extra {
    display: grid;
    grid-template-columns: minmax(190px, 0.85fr) minmax(0, 1.15fr);
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e5f0ec;
}

body.inherit .userInformation-panel {
    min-width: 0;
    padding: 12px;
    border: 1px solid #e1eee9;
    border-radius: 4px;
    background: #fbfefd;
}

body.inherit .userInformation-panel .sky-title {
    margin-bottom: 10px !important;
    padding-bottom: 8px !important;
    font-size: 13px !important;
}

body.inherit .userInformation-panel .AccountSecurity-content {
    min-height: 112px;
}

body.inherit .userInformation-panel .securityLevel-info {
    padding: 0;
}

body.inherit .userInformation-panel .securityLevel-icon {
    margin: 4px auto 0;
    max-width: 190px;
}

body.inherit .userInformation-panel .AccountSecurity-desc {
    margin-top: 0;
    font-size: 11px;
}

body.inherit .userInformation-panel .opened-xs1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

body.inherit .userInformation-panel .opened-xs2 {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    padding: 7px 8px;
    border: 1px solid #e1eee9;
    border-radius: 3px;
    background: #ffffff;
    color: #397365;
    font-size: 11px;
    text-decoration: none;
}

body.inherit .userInformation-panel .opened-xs2:hover {
    border-color: #9ddbc4;
    background: #eefaf5;
}

body.inherit .userInformation-panel .opened-xs2 .product-name {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 5px;
}

body.inherit .userInformation-panel .opened-xs2 .product-name p {
    overflow: hidden;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.inherit .userInformation-panel .opened-xs2 img {
    width: 16px;
    height: 16px;
}

@media (max-width: 768px) {
    body.inherit .userInformation-extra {
        grid-template-columns: 1fr;
    }
}

/* 用户信息内账户功能自然布局 */
body.inherit .userInformation-extra {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e5f0ec;
}

body.inherit .userInformation-panel {
    min-width: 0;
    min-height: 168px;
    padding: 14px 16px;
    border: 1px solid #e1eee9;
    border-radius: 6px;
    background: #ffffff;
}

body.inherit .userInformation-panel .sky-title {
    display: flex;
    align-items: center;
    min-height: 22px;
    margin: 0 0 14px !important;
    padding: 0 0 9px !important;
    border-bottom: 1px solid #e8f3ef !important;
    color: #28594c !important;
    font-size: 13px !important;
}

body.inherit .userInformation-panel .sky-title::before {
    width: 3px;
    height: 15px;
    margin-right: 7px;
    background: #20b486 !important;
}

body.inherit .userInformation-panel .AccountSecurity-content {
    min-height: 0;
}

body.inherit .userInformation-panel .securityLevel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    align-items: center;
    gap: 8px;
}

body.inherit .userInformation-panel .securityLevel-info {
    padding: 0;
}

body.inherit .userInformation-panel .securityLevel-info .score {
    margin-top: 8px;
    color: #20a77d;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

body.inherit .userInformation-panel .securityLevel-icon {
    width: 112px;
    margin: 0;
}

body.inherit .userInformation-panel .securityLevel-icon svg {
    width: 112px;
    height: 66px;
}

body.inherit .userInformation-panel .AccountSecurity-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 10px;
    padding-top: 9px;
    border-top: 1px solid #edf5f2;
    font-size: 11px;
}

body.inherit .userInformation-panel .AccountSecurity-desc .desc {
    overflow: hidden;
    color: #80968e;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.inherit .userInformation-panel .AccountSecurity-desc a {
    flex: 0 0 auto;
    color: #15966d;
}

body.inherit .userInformation-panel .opened-xs1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

body.inherit .userInformation-panel .opened-xs2 {
    display: flex;
    min-width: 0;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 7px 9px;
    border: 1px solid #e5f0ec;
    border-radius: 5px;
    background: #fafdfe;
    color: #397365;
    font-size: 11px;
    text-decoration: none;
}

body.inherit .userInformation-panel .opened-xs2:hover {
    border-color: #9ddbc4;
    background: #eefaf5;
}

body.inherit .userInformation-panel .opened-xs2 .product-name {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
}

body.inherit .userInformation-panel .opened-xs2 .product-name p {
    overflow: hidden;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.inherit .userInformation-panel .opened-xs2 img {
    width: 17px;
    height: 17px;
}

@media (max-width: 768px) {
    body.inherit .userInformation-extra {
        grid-template-columns: 1fr;
    }

    body.inherit .userInformation-panel {
        min-height: 0;
    }
}

/* 费用信息与待处理事项布局 */
body.inherit .balance-card {
    border: 0 !important;
    box-shadow: 0 2px 8px rgba(32, 180, 134, 0.08) !important;
}

body.inherit .balance-card .cost-container {
    border: 0 !important;
    box-shadow: none !important;
}

body.inherit .balance-card .cost-container .actions .action {
    border: 0 !important;
}

body.inherit .dashboard-todo-card {
    width: 100% !important;
    margin: 12px 0 14px !important;
    padding: 14px 16px !important;
    border: 1px solid #dcefe8 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(32, 120, 91, 0.05) !important;
}

body.inherit .dashboard-todo-card .sky-title {
    margin-bottom: 10px !important;
}

body.inherit .dashboard-todo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

body.inherit .dashboard-todo-item {
    display: flex;
    min-width: 0;
    min-height: 72px;
    flex-direction: column;
    justify-content: center;
    padding: 8px 10px;
    border: 1px solid #e4f1ec;
    border-radius: 4px;
    background: #fbfefd;
    color: #315b50;
    text-decoration: none !important;
}

body.inherit .dashboard-todo-item:hover {
    border-color: #a9ddca;
    background: #f0faf6;
}

body.inherit .dashboard-todo-label {
    overflow: hidden;
    color: #6d837b;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.inherit .dashboard-todo-item strong {
    margin-top: 3px;
    color: #245247;
    font-size: 20px;
    line-height: 1.1;
}

body.inherit .dashboard-todo-item small {
    margin-top: 4px;
    color: #20a77d;
    font-size: 10px;
}

@media (max-width: 768px) {
    body.inherit .dashboard-todo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    body.inherit .dashboard-todo-grid {
        grid-template-columns: 1fr;
    }
}

/* 实例监控紧凑图表 */
body.inherit .instance-monitoring-card {
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 14px !important;
    border: 1px solid #d8eee6 !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(32, 120, 91, 0.06) !important;
}

body.inherit .instance-monitoring-card .sky-title {
    margin-bottom: 10px !important;
    padding-bottom: 8px !important;
    font-size: 14px !important;
}

body.inherit .chartInformation-compact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.inherit .chartInformation-compact .module_chart {
    min-width: 0;
    min-height: 170px;
    margin: 0 !important;
    padding: 8px !important;
    border: 1px solid #e5f0ec !important;
    border-radius: 4px;
    background: #fbfefd;
}

body.inherit .chartInformation-compact .module_chart > div[id^="module_chart_"] {
    height: 150px !important;
}

body.inherit .chartInformation-compact .module_chart_cpu,
body.inherit .chartInformation-compact .module_chart_memory {
    border-top: 2px solid #20b486 !important;
}

body.inherit .chartInformation-compact .module_chart_disk,
body.inherit .chartInformation-compact .module_chart_flow {
    border-top: 2px solid #68a7d8 !important;
}

body.inherit .chartInformation-compact .module_chart_disk > div[id^="module_chart_"],
body.inherit .chartInformation-compact .module_chart_flow > div[id^="module_chart_"] {
    height: 138px !important;
}

body.inherit .chartInformation-compact .module_chart .form-control,
body.inherit .chartInformation-compact .module_chart select,
body.inherit .chartInformation-compact .module_chart input {
    height: 28px;
    font-size: 11px;
}

@media (max-width: 768px) {
    body.inherit .chartInformation-compact {
        grid-template-columns: 1fr;
    }

    body.inherit .chartInformation-compact .module_chart > div[id^="module_chart_"] {
        height: 145px !important;
    }
}

/* 恢复实例监控原始样式 */
body.inherit .instance-monitoring-card,
body.inherit .chartInformation-compact {
    display: revert !important;
    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.inherit .chartInformation-compact .module_chart,
body.inherit .chartInformation-compact .module_chart_cpu,
body.inherit .chartInformation-compact .module_chart_memory,
body.inherit .chartInformation-compact .module_chart_disk,
body.inherit .chartInformation-compact .module_chart_flow {
    display: revert !important;
    width: auto !important;
    min-height: 0 !important;
    margin: revert !important;
    padding: revert !important;
    border: revert !important;
    border-radius: revert !important;
    background: revert !important;
}

body.inherit .chartInformation-compact .module_chart > div[id^="module_chart_"] {
    height: auto !important;
}

/* 安全组相关板块恢复显示，保留原样式 */

/* 产品管理页 IP 地址红色强调 */
body.inherit .tablelist td .iptd,
body.inherit .tablelist td [id^="ips"],
body.inherit .tablelist td .nat-address,
body.inherit .tablelist td > span:not(.productIstatus),
body.inherit .service-card .iptd,
body.inherit .service-card [id^="ips"],
body.inherit .service-card .nat-address,
body.inherit .service-card .btnCopy + span {
    color: #d94b55 !important;
    font-weight: 600;
}

/* 产品管理页暂停原因 */
body.inherit .product-suspend-reason {
    display: block;
    max-width: 260px;
    margin-top: 5px;
    overflow: hidden;
    padding: 3px 6px;
    border-left: 2px solid #e44b52;
    border-radius: 2px;
    background: #fff3f3;
    color: #c23b43 !important;
    font-size: 11px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.inherit .service-card .product-suspend-reason {
    max-width: 100%;
    margin-top: 4px;
}

body.inherit .userInformation .account-id-value {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.inherit .userInformation .account-id-badge-wrap {
    position: relative;
    display: inline-flex;
    width: 22px;
    height: 22px;
    overflow: hidden;
    border-radius: 6px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 3px rgba(255, 220, 145, 0.7));
}

body.inherit .userInformation .account-id-badge {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.inherit .userInformation .account-id-badge-wrap::after {
    content: "";
    position: absolute;
    top: -40%;
    left: -80%;
    width: 45%;
    height: 180%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
    transform: rotate(20deg);
    animation: accountBadgeShine 2.8s ease-in-out infinite;
}

@keyframes accountBadgeShine {
    0%, 58% {
        left: -80%;
        opacity: 0;
    }
    64% {
        opacity: 1;
    }
    82%, 100% {
        left: 145%;
        opacity: 0;
    }
}

body.inherit .clientarea-dashboard .userInformation .user-avatar-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 112px;
    margin-right: 20px;
}

body.inherit .clientarea-dashboard .userInformation .user-avatar-area .avatar {
    margin: 0 0 6px !important;
}

body.inherit .clientarea-dashboard .userInformation .user-avatar-area .agent-level-badge-wrap {
    position: relative;
    display: block !important;
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    height: 112px !important;
    min-height: 112px !important;
    max-height: 112px !important;
    overflow: hidden !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.inherit .clientarea-dashboard .userInformation .user-avatar-area img.agent-level-badge {
    display: block !important;
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    height: 112px !important;
    min-height: 112px !important;
    max-height: 112px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.inherit .clientarea-dashboard .userInformation .user-side-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    margin-left: auto;
    margin-right: 16px;
    padding: 0;
    overflow: hidden !important;
    background: transparent !important;
}

body.inherit .clientarea-dashboard .userInformation .user-side-badges .agent-level-badge-wrap {
    position: relative;
    display: block !important;
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    flex: 0 0 64px !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.inherit .clientarea-dashboard .userInformation .user-side-badges img.agent-level-badge {
    display: block !important;
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    transform: none !important;
}

body.inherit .clientarea-dashboard .userInformation .user-avatar-area .agent-level-badge-wrap::after,
body.inherit .clientarea-dashboard .userInformation .user-side-badges .agent-level-badge-wrap::after {
    content: "";
    position: absolute;
    top: -45%;
    left: -75%;
    width: 40%;
    height: 190%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
    transform: rotate(20deg);
    animation: agentBadgeShine 2.7s ease-in-out infinite;
    pointer-events: none;
}

@keyframes agentBadgeShine {
    0%, 55% {
        left: -75%;
        opacity: 0;
    }
    62% {
        opacity: 1;
    }
    82%, 100% {
        left: 145%;
        opacity: 0;
    }
}

body.inherit .userInformation .account-level {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    min-width: 0;
    cursor: help;
    outline: none;
}

body.inherit .userInformation .account-level-tip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 9px);
    z-index: 20;
    padding: 6px 10px;
    border: 1px solid #8ed1b5;
    border-radius: 7px;
    background: rgba(23, 107, 91, 0.96);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    box-shadow: 0 5px 14px rgba(23, 107, 91, 0.24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 5px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

body.inherit .userInformation .account-level-tip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 5px solid transparent;
    border-top-color: rgba(23, 107, 91, 0.96);
    transform: translateX(-50%);
}

body.inherit .userInformation .account-level:hover .account-level-tip,
body.inherit .userInformation .account-level:focus .account-level-tip,
body.inherit .userInformation .account-level:focus-within .account-level-tip {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

body.inherit .userInformation .account-level-number {
    margin-right: 3px;
    padding: 1px 6px;
    border: 1px solid #8ed1b5;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.7);
    color: #176b5b;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
}

body.inherit .userInformation .account-level-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50%;
    filter: drop-shadow(0 1px 2px rgba(255, 169, 35, 0.3));
}

body.inherit .userInformation .account-level-icon-wrap::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -35%;
    left: -90%;
    width: 42%;
    height: 170%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
    transform: rotate(20deg);
    animation: accountLevelShine 3s ease-in-out infinite;
    pointer-events: none;
}

body.inherit .userInformation .account-level-icon {
    position: relative;
    z-index: 1;
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

body.inherit .userInformation .level-crown {
    width: 23px;
    height: 23px;
    border-radius: 7px;
}

body.inherit .userInformation .account-level-icon-wrap:nth-of-type(3)::after {
    animation-delay: 0.25s;
}

body.inherit .userInformation .account-level-icon-wrap:nth-of-type(4)::after {
    animation-delay: 0.5s;
}

body.inherit .userInformation .account-level-icon-wrap:nth-of-type(5)::after {
    animation-delay: 0.75s;
}

@keyframes accountLevelShine {
    0%, 55% {
        left: -90%;
        opacity: 0;
    }
    62% {
        opacity: 1;
    }
    80%, 100% {
        left: 145%;
        opacity: 0;
    }
}

body.inherit .clientarea-dashboard .userInformation .realname-status-item .realname-status-success {
    color: #15966d !important;
    font-weight: 700 !important;
}

body.inherit .clientarea-dashboard .userInformation .realname-status-item .realname-status-warning {
    color: #e53935 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

body.inherit .clientarea-dashboard .userInformation .realname-status-item .realname-status-warning:hover {
    color: #b71c1c !important;
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    body.inherit .clientarea-dashboard .userInformation .userInformation-contact-row {
        grid-template-columns: minmax(0, 1fr);
    }
}

body.inherit .userInformation .gender-edit-tip {
    margin-left: 8px;
    color: #15966d !important;
    font-size: 11px;
    font-weight: 500;
    text-decoration: underline;
}

body.inherit .userInformation .gender-edit-tip:hover {
    color: #176b5b !important;
}

/* 用户中心响应式最终修复：防止不同分辨率下卡片撑破和变形 */
body.inherit .clientarea-dashboard,
body.inherit .clientarea-dashboard * {
    box-sizing: border-box;
}

body.inherit .clientarea-dashboard {
    max-width: 1480px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.inherit .clientarea-dashboard > .sky-container-left,
body.inherit .clientarea-dashboard > .sky-container-right,
body.inherit .clientarea-dashboard .sky-column,
body.inherit .clientarea-dashboard .sky-card,
body.inherit .clientarea-dashboard .top-notice,
body.inherit .clientarea-dashboard .userInformation,
body.inherit .clientarea-dashboard .balance-card,
body.inherit .clientarea-dashboard .dashboard-module-stats,
body.inherit .clientarea-dashboard .dashboard-module-overview {
    min-width: 0 !important;
    max-width: 100% !important;
}

body.inherit .clientarea-dashboard .userInformation > .sky-row:first-of-type {
    display: grid !important;
    grid-template-columns: minmax(82px, auto) minmax(0, 1fr) minmax(96px, auto) !important;
    align-items: start !important;
    gap: 14px !important;
    min-width: 0 !important;
}

body.inherit .clientarea-dashboard .userInformation .user-avatar-area {
    width: 96px !important;
    max-width: 96px !important;
    flex: 0 0 96px !important;
    margin-right: 0 !important;
    overflow: hidden !important;
}

body.inherit .clientarea-dashboard .userInformation .user-avatar-area .agent-level-badge-wrap {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
}

body.inherit .clientarea-dashboard .userInformation .user-avatar-area img.agent-level-badge {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    object-fit: contain !important;
}

body.inherit .clientarea-dashboard .userInformation .qrcode-section {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    padding-left: 10px !important;
}

body.inherit .clientarea-dashboard .userInformation .qrcode-img {
    width: 70px !important;
    height: 70px !important;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-xs1,
body.inherit .clientarea-dashboard .userInformation .userInformation-contact-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-width: 0 !important;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-itme,
body.inherit .clientarea-dashboard .userInformation .userInformation-itme-name,
body.inherit .clientarea-dashboard .userInformation .userInformation-itme-email,
body.inherit .clientarea-dashboard .userInformation .account-level {
    min-width: 0 !important;
    max-width: 100% !important;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-xs202 {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr)) !important;
    gap: 8px !important;
}

body.inherit .clientarea-dashboard .userInformation .userInformation-xs202 .btn {
    min-width: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.inherit .clientarea-dashboard .dashboard-module-stats,
body.inherit .clientarea-dashboard .dashboard-module-overview {
    flex-wrap: wrap !important;
}

body.inherit .clientarea-dashboard .dashboard-module-stats > .sky-card,
body.inherit .clientarea-dashboard .dashboard-module-overview > .sky-card {
    min-width: 240px !important;
    flex: 1 1 240px !important;
}

@media (max-width: 1280px) {
    body.inherit .clientarea-dashboard > .sky-container-left {
        width: 64% !important;
        flex: 0 0 64% !important;
    }

    body.inherit .clientarea-dashboard > .sky-container-right {
        width: 36% !important;
        flex: 0 0 36% !important;
    }
}

@media (max-width: 1120px) {
    body.inherit .clientarea-dashboard {
        flex-direction: column !important;
    }

    body.inherit .clientarea-dashboard > .sky-container-left,
    body.inherit .clientarea-dashboard > .sky-container-right {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
}

@media (max-width: 860px) {
    body.inherit .clientarea-dashboard .userInformation > .sky-row:first-of-type {
        grid-template-columns: minmax(0, 1fr) 96px !important;
    }

    body.inherit .clientarea-dashboard .userInformation .user-avatar-area {
        display: none !important;
    }
}

@media (max-width: 680px) {
    body.inherit .clientarea-dashboard .top-notice-container,
    body.inherit .clientarea-dashboard .userInformation,
    body.inherit .clientarea-dashboard .balance-card,
    body.inherit .clientarea-dashboard .sky-card {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    body.inherit .clientarea-dashboard .notice-content,
    body.inherit .clientarea-dashboard .userInformation .userInformation-xs1,
    body.inherit .clientarea-dashboard .userInformation .userInformation-contact-row {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.inherit .clientarea-dashboard .userInformation > .sky-row:first-of-type {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.inherit .clientarea-dashboard .userInformation .qrcode-section {
        display: none !important;
    }

    body.inherit .clientarea-dashboard .userInformation .userInformation-xs202 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.inherit .clientarea-dashboard .dashboard-module-stats > .sky-card,
    body.inherit .clientarea-dashboard .dashboard-module-overview > .sky-card {
        min-width: 100% !important;
        flex-basis: 100% !important;
    }
}

@media (max-width: 420px) {
    body.inherit .clientarea-dashboard .userInformation .userInformation-xs202 {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

/*# sourceMappingURL=module.css.map */
