/* Apple Color Emoji 字体支持 */
@import url('/css/emoji-fonts.css');

.hide {
    display: none !important;
}

:root {
    --acme-loading-theme-color: #41b584;
    --acme-loading-theme-color-deep: #208f67;

    /* Acme Harmony UI 主色与状态色 */
    --acme-color-primary: #41b584;        /* 品牌主色翡翠绿 */
    --acme-color-primary-hover: #369d70;  /* 悬浮主色深翡翠绿 */
    --acme-color-primary-light: #ecf8f3;  /* 浅绿背景色 */
    --acme-color-primary-dark: #208f67;   /* 品牌深翡翠绿 */
    --acme-color-success: #10b981;        /* 成功绿 */
    --acme-color-warning: #f59e0b;        /* 警告黄 */
    --acme-color-danger: #ef4444;         /* 危险红 */
    --acme-color-info: #3b82f6;           /* 信息蓝 */

    /* 字体与字号 */
    --acme-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif;
    --acme-font-size-xs: 12px;
    --acme-font-size-sm: 13px;             /* 后台标准字号 */
    --acme-font-size-base: 14px;
    --acme-font-size-lg: 16px;
    --acme-font-size-xl: 18px;
    --acme-line-height: 1.5;

    /* 中性蓝灰 */
    --acme-color-text-main: #1e293b;      /* 一级深灰文本 */
    --acme-color-text-sub: #475569;       /* 二级中灰文本 */
    --acme-color-text-muted: #94a3b8;     /* 辅助或禁用文本 */
    --acme-color-border: #e2e8f0;         /* 边框灰 */
    --acme-color-border-light: #f1f5f9;   /* 浅边框线 */
    --acme-color-bg-base: #f8fafc;        /* 莫兰迪底色 */
    --acme-color-bg-card: #ffffff;        /* 纯白 */
    --acme-color-bg-hover: #f1f5f9;       /* 悬浮背景 */

    /* 圆角与阴影 */
    --acme-radius-sm: 4px;                /* 表单、控件、小按钮 */
    --acme-radius-md: 6px;                /* 卡片 */
    --acme-radius-lg: 8px;                /* 弹窗、抽屉 */
    --acme-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --acme-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
    --acme-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);

    /* 常用弹窗宽度 */
    --acme-modal-width-sm: 480px;
    --acme-modal-width-md: 720px;
    --acme-modal-width-lg: 960px;
    --acme-drawer-width-sm: 380px;
    --acme-drawer-width-md: 640px;
    --acme-drawer-width-lg: 880px;
}

/* ========================================================================
   Acme Harmony Premium UI Design System Classes
   ========================================================================== */
.acme-card-elevated {
    background: var(--acme-color-bg-card);
    border-radius: var(--acme-radius-md);
    box-shadow: var(--acme-shadow-sm);
    border: 1px solid var(--acme-color-border);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.acme-card-elevated:hover {
    box-shadow: var(--acme-shadow-md);
    border-color: rgba(65, 181, 132, 0.25);
}
.acme-form-section {
    margin-bottom: 16px;
}
.acme-form-section-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--acme-color-primary);
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--acme-color-border-light);
}
.acme-form-group {
    margin-bottom: 14px;
}
/* 统一现代美化滚动条 */
.custom-scroll::-webkit-scrollbar,
.acme-editor-content::-webkit-scrollbar,
.modal-body::-webkit-scrollbar,
.token-monitor-heatmap-chart::-webkit-scrollbar,
.token-monitor-usage-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.custom-scroll::-webkit-scrollbar-thumb,
.acme-editor-content::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb,
.token-monitor-heatmap-chart::-webkit-scrollbar-thumb,
.token-monitor-usage-list::-webkit-scrollbar-thumb {
    background: var(--acme-color-text-muted);
    border-radius: 3px;
}
.custom-scroll::-webkit-scrollbar-track,
.acme-editor-content::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track,
.token-monitor-heatmap-chart::-webkit-scrollbar-track,
.token-monitor-usage-list::-webkit-scrollbar-track {
    background: transparent;
}

body:not(.mod-pace-custom) .pace .pace-progress {
    background: var(--acme-loading-theme-color) !important;
}

.mod-pace-custom .pace .pace-progress {
    background-color: var(--acme-loading-theme-color) !important;
    background-image: linear-gradient(
            135deg,
            var(--acme-loading-theme-color) 0%,
            var(--acme-loading-theme-color) 25%,
            var(--acme-loading-theme-color-deep) 25%,
            var(--acme-loading-theme-color-deep) 50%,
            var(--acme-loading-theme-color) 50%,
            var(--acme-loading-theme-color) 75%,
            var(--acme-loading-theme-color-deep) 75%,
            var(--acme-loading-theme-color-deep) 100%
    ) !important;
}

#globalLoadingOverlay .loading-spinner,
.loading-state .loading-spinner,
.loading-container .loading-spinner,
.ep-loading-spinner,
.sc-loading-spinner,
.sc-loading-spinner-large,
.vt-loading-spinner {
    border-top-color: var(--acme-loading-theme-color) !important;
}

#globalLoadingOverlay .loading-text,
.loading-state .loading-text,
.loading-container .loading-text,
.ep-loading-text,
.sc-loading-state-text,
.vt-loading-text {
    color: var(--acme-loading-theme-color) !important;
}

/* 任务中心飞入动画样式 */
.task-fly-icon {
    animation: task-icon-appear 0.2s ease-out;
}

@keyframes task-icon-appear {
    from {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

/* 任务中心图标闪烁效果 */
.task-icon-flash {
    animation: task-icon-flash 0.6s ease-in-out;
}

@keyframes task-icon-flash {
    0%, 100% {
        transform: scale(1);
        color: inherit;
    }
    25% {
        transform: scale(1.3);
        color: #00a7d0;
    }
    50% {
        transform: scale(1.1);
        color: #00d084;
    }
    75% {
        transform: scale(1.2);
        color: #00a7d0;
    }
}

/* 任务中心自动刷新提示文字淡入动画 */
.dropdown-header small {
    animation: fade-in-hint 0.5s ease-in;
}

@keyframes fade-in-hint {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

footer {
    z-index: 1 !important;
}

.close-tab:hover {
    font-weight: bold;
    color: red;
}

#menuNav {
    padding: 0 62px 0 31px;
    position: relative;
    top: 0px;
    left: 0px;
}

#menuNav .navButton {
    position: absolute;
    width: 31px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    line-height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 999;
    background: #faf8fb;
    border-radius: 15%;
}

#menuNav .navButton:hover {
    font-weight: bold;
    box-shadow: inset 0px 0px 10px -3px rgb(255 0 0);
}

#menuNav .leftNavButton {
    left: 0;
}

#menuNav .rightNavButton {
    right: 0px;
}

#menuNav .clearNavButton {
    right: -31px;
}


#menuNav .dropdown-menu button i {
    font-size: 14px;
}

/*
    自定义的jstree操作图标显示样式
    by chenbiao 2020.09.02
*/
.jstree-operationbtn {
    margin-right: 5px;
}

.jstree-operationbtn:hover {
    color: red;
}

.jstree-node {
    /*display: flex !important;*/
    flex-flow: row;
}

.jstree-anchor {
    flex: 1;
    display: inline-block;
}

.jstree-operation {
    float: right;
    margin-right: 5px;
    /*position: absolute;*/
    /*right: 7%;*/
}

.row .form-label {
    text-align: right;
    line-height: 28px;
    padding-right: 15px;
    margin-bottom: 0px;
}

.required:after {
    content: "*";
    color: red;
    line-height: 28px;
    margin-right: 10px;
    font-size: 14px;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/* ========================================================================
   Component: form-validation.less
 ========================================================================== */
.parsley-error {
    border-color: #ff0000 !important;
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}

.parsley-errors-list.filled {
    display: block;
}

.parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #ff0000;
}


.custom-control {
    cursor: pointer;
}

.list-group-item:hover {
    background: #F8F8F8;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #cccccc;
}

.loginBox {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.loginBox-top {
    display: flex;
    flex-direction: row;
}

.loginBox-left, .loginBox-right {
    width: 420px;
    height: 500px;
}

.loginBox-left {
    position: relative;
    background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent);
    background-color: #41b584;
    padding: 64px 64px 38px;
    color: white;
}

.loginBox-right {
    position: relative;
    padding: 54px 60px 40px;
}

.loginBox-left .logoImg {
    height: 48px;
}

.loginBox-left a {
    color: rgb(255 255 255 / 80%);
}

.loginBox-left::before {
    background: url(../images/Login/left-1.png) no-repeat 0 0;
}

.loginBox-left::after {
    background: url(../images/Login/left-2.png) no-repeat right bottom;
}

.loginBox-left::before, .loginBox-left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loginBox-left-sidebox-footer {
    font-size: 12px;
    padding-top: 40px;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.loginBox-left-sidebox, .loginBox-right-sidebox {
    position: relative;
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

.loginBox-left-sidebox-content {
    font-size: 14px;
}

.loginBox-left-sidebox-header-titlt {
    font-size: 22px;
    font-weight: 500;
}

.loginBox-left-sidebox-header-logo {
    margin-bottom: 12px;
}

.loginBox-right-sidebox-content-link {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.loginBox-right-sidebox-content {
    display: flex;
    flex-direction: column;
    min-height: 240px;
    height: 100%;
    gap: 16px;
    justify-content: center;
    margin-top: -20px;
}


.loginBox-right-sidebox-footer-title {
    display: table;
    white-space: nowrap;
    height: auto;
    margin: '';
    line-height: 1;
    text-align: center;
    margin-top: -20px;
}

.loginBox-right-sidebox-footer-title:before, .loginBox-right-sidebox-footer-title:after {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-image: url("../images/Login/line.png");
}

.loginBox-right-sidebox-footer-title:before {
    background-position: right 1em top 50%;
}

.loginBox-right-sidebox-footer-title:after {
    background-position: left 1em top 50%;
}

.loginBox-right-sidebox-content-qrCode img, .loginBox-right-sidebox-content-passWord img {
    margin-right: 10px;
    width: 28px;
}

.loginBox-right-sidebox-content-qrCode, .loginBox-right-sidebox-content-passWord {
    cursor: pointer;
    position: absolute;
    bottom: -19px;
    text-align: center;
    width: 100%;
}

.loginBox-right-sidebox-content-other {
    padding: 14px 20px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

.loginBox-right-sidebox-content-other img {
    width: 28px;
}

.loginBox-bottom {
    margin-top: 10px;
    color: rgb(255 255 255 / 80%);
    height: 40px;
    cursor: pointer;
}

.loginBox-right a {
    text-decoration: none;
    cursor: pointer;
    color: #005980;
}

.loginBox-left a:hover {
    color: #fff;
    font-weight: bold;
}

.loginBox-right a:hover {
    color: #41b584;
    font-weight: bold;
}

.acme-menu-left {
    position: fixed;
    top: 2.5rem;
    width: 4.5rem;
    height: 100%;
    text-align: center;
    word-break: break-all;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgb(0 21 41 / 8%);
    background: #fff;
    z-index: 1000;
}

.acme-menu-right {
    width: 180px;
    position: relative;
    left: 70px;
    top: 60px;
    padding: 0 5px;
}


.acme-menu-left-module {
    height: 64px;
    width: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.acme-menu-left-scroll > li > ul.acme-menu-float-panel .acme-module-sub-menu > ul {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
}

.nav-function-minify:not(.nav-function-top) .primary-nav .nav-menu > li > ul.acme-menu-float-panel,
.acme-menu-left-scroll > li > ul.acme-menu-float-panel {
    left: 4.5rem !important;
    margin-left: 0 !important;
    max-height: var(--acme-float-menu-max-height, calc(100vh - 80px));
    transform: translateY(var(--acme-float-menu-offset-y, 0px));
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    box-sizing: border-box;
}

.nav-function-minify:not(.nav-function-top) .primary-nav .nav-menu > li > ul.acme-menu-float-panel::before,
.acme-menu-left-scroll > li > ul.acme-menu-float-panel::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -18px !important;
    width: 18px !important;
    height: 100% !important;
    display: block !important;
    background: transparent !important;
}

.nav-function-minify:not(.nav-function-top) .primary-nav .nav-menu > li > ul.acme-menu-float-panel::after,
.acme-menu-left-scroll > li > ul.acme-menu-float-panel::after {
    content: none !important;
    display: none !important;
}

.acme-menu-left-scroll > li > ul.acme-menu-float-panel.is-wide {
    width: var(--acme-float-menu-width, min(520px, calc(100vw - 96px))) !important;
    columns: auto;
    column-count: auto;
    column-width: auto;
    column-gap: normal;
}

.acme-menu-left-scroll > li > ul.acme-menu-float-panel.is-wide > li {
    break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 6px;
}

.acme-menu-left-scroll > li > ul.acme-menu-float-panel.is-wide > .acme-menu-float-columns-shell {
    display: block;
    width: 100%;
    padding-left: 0 !important;
    margin-bottom: 0;
    break-inside: avoid;
    page-break-inside: avoid;
}

.acme-menu-left-scroll > li > ul.acme-menu-float-panel.is-wide .acme-menu-float-columns {
    display: grid;
    grid-template-columns: repeat(var(--acme-float-menu-columns, 2), minmax(var(--acme-float-menu-column-width, 220px), 1fr));
    gap: 0 12px;
}

.acme-menu-left-scroll > li > ul.acme-menu-float-panel.is-wide .acme-menu-float-column-list {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background-color: transparent;
}

.acme-menu-left-scroll > li > ul.acme-menu-float-panel.is-wide li {
    padding-left: 0 !important;
}

.acme-menu-left-scroll > li > ul.acme-menu-float-panel.is-wide .acme-menu-float-column-list > li {
    break-inside: avoid;
    page-break-inside: avoid;
}

.acme-menu-left-scroll > li > ul.acme-menu-float-panel.is-wide .acme-module-menu-title {
    padding: 0 12px 0 16px !important;
}

.acme-menu-left-scroll > li > ul.acme-menu-float-panel.is-wide li[style*="--menu-level:2"] > .acme-module-menu-title {
    padding-left: 30px !important;
}

.acme-menu-left-scroll > li > ul.acme-menu-float-panel.is-wide .acme-module-menu > i,
.acme-menu-left-scroll > li > ul.acme-menu-float-panel.is-wide .acme-module-menu-title > i {
    margin-left: 0 !important;
    margin-right: 8px !important;
    flex: 0 0 16px;
}

.acme-menu-left-scroll > li > ul.acme-menu-float-panel.is-wide .acme-module-menu,
.acme-menu-left-scroll > li > ul.acme-menu-float-panel.is-wide .acme-module-menu-title {
    height: 36px;
    line-height: 36px;
    margin-bottom: 4px;
}

.acme-menu-left-module i {
    font-size: 14px;
    display: block;
    height: 20px;
}

.acme-menu-right-module ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    background-color: #fff;
    box-sizing: border-box;

}

.acme-menu-right-module li {
    list-style: none;
    padding-left: calc(20px * var(--menu-level));
    margin: 0px 0px 5px 0px;
}

.acme-module-menu, .acme-module-menu-title {
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.acme-module-menu-title {
    padding-left: 20px;
}

.acme-menu-content .page-logo {
    position: fixed;
}

.acme-module-sub-menu {
    padding-left: 0px !important;
}

.acme-module-menu:hover, .acme-module-menu-title:hover, .acme-module-menu.is-active, .acme-module-menu-title.is-active {
    color: #41b584 !important;
    background-color: #ecf8f3 !important;
}

.acme-menu-right-module {
    margin-top: 15px;
    position: relative;
}

.acme-menu-right-module-title {
    margin: 0 0 20px 0;
    background-color: #f6f6f6;
    display: block;
    height: 1px;
    width: 100%;
    border-top: 1px #dcdfe6 solid;
    position: absolute;
    top: -15px;
    z-index: 1;
}

.acme-menu-right-module-title-text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #515a6e;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    background-color: #fff;
    padding: 0 20px;
    font-weight: 500;
    font-size: 14px;
}

.page-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-logo {
    position: fixed;
    padding: 0 1rem !important;
}

.page-logo-text {
    font-weight: 600 !important;
    font-size: 16px !important;
    padding-left: 3px;
    width: 185px !important;
    text-align: center !important;
    color: #515a6e !important;
    background: #fff !important;
}

.nav-footer {
    z-index: 888;
}

.acme-menu-left-module-title {
    width: 54px !important;
    min-height: 54px !important;
    height: auto !important;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 2px;
}

.acme-menu-left-module-title span {
    display: inline-block;
    max-width: 2.2em;
    white-space: normal;
    word-break: break-all;
    text-align: center;
    line-height: 1.2;
    margin-top: 2px;
}

.acme-menu-left-module-title.is-active, .acme-menu-left-module-title:hover {
    background: #41b584;
    color: #fff;
}

.vab-tabs {
    position: fixed;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    user-select: none;
    background: #fff;
    border-top: 1px solid #dcdfe6;
    margin-left: 16.875rem;
    left: 0;
    top: 4rem;
    right: 0;
    z-index: 999;
    box-shadow: 0px 0px 28px 0px rgb(86 61 124 / 13%);
}

@media only screen and (max-width: 992px) {
    .vab-tabs {
        margin-left: 0px !important;
    }
}

.nav-function-minify .vab-tabs {
    margin-left: 4.6875rem !important;
}

.nav-function-hidden .vab-tabs {
    margin-left: 0.625rem !important;
}

.page-header {
    align-items: center;
}

.page-header > .dropdown-icon-menu,
.page-header > .hidden-lg-up,
.page-header > .acme-header-tools {
    height: 100%;
    display: flex;
    align-items: center;
}

.page-header .header-btn,
.page-header .dropdown-icon-menu > ul > li .btn,
.page-header .header-icon:not(.btn),
.page-header .el-tabs__nav-next,
.page-header .el-tabs__nav-prev,
.page-header .el-tabs__nav-operation {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    padding: 0 !important;
    border-radius: 8px;
    color: #6b7788 !important;
}

.page-header .header-btn > i,
.page-header .dropdown-icon-menu > ul > li .btn > i,
.page-header .header-icon:not(.btn) > i:first-child,
.page-header .el-tabs__nav-next i,
.page-header .el-tabs__nav-prev i,
.page-header .el-tabs__nav-operation i,
.page-header #userAvatarFallback > i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1;
    color: currentColor !important;
    opacity: .9;
    -webkit-text-fill-color: currentColor !important;
}

.page-header .header-btn:hover,
.page-header .dropdown-icon-menu > ul > li .btn:hover,
.page-header .header-icon:not(.btn):hover,
.page-header .header-icon:not(.btn)[aria-expanded="true"],
.page-header .el-tabs__nav-next:hover,
.page-header .el-tabs__nav-prev:hover,
.page-header .el-tabs__nav-operation:hover {
    color: #24a37f !important;
    background: rgba(65, 181, 132, 0.08);
}

.page-header .header-icon:not(.btn)[data-toggle="dropdown"][data-toggle="dropdown"]:after {
    display: none !important;
}

.page-header .badge.badge-icon {
    top: 3px !important;
    right: 2px;
    left: auto !important;
}

.page-header #userMenuToggle {
    overflow: visible;
}

.page-header #userAvatarTopbar,
.page-header #userAvatarFallback {
    width: 26px !important;
    height: 26px !important;
}

.acme-header-tabs {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.acme-header-tabs .vab-tabs {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    z-index: auto;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
    margin-left: 0 !important;
    border-top: 0;
    box-shadow: none;
    background: transparent !important;
}

.acme-header-tabs .vab-tabs-content,
.acme-header-tabs .vab-tabs-content-smooth,
.acme-header-tabs .el-tabs,
.acme-header-tabs .el-tabs__header,
.acme-header-tabs .el-tabs__nav-wrap,
.acme-header-tabs .el-tabs__nav-scroll {
    min-width: 0;
}

.acme-header-tabs .vab-tabs-content-smooth {
    height: 100%;
    display: flex;
    align-items: center;
}

.acme-header-tabs .el-tabs__header {
    margin: 0;
}

.acme-header-tabs .el-tabs--card > .el-tabs__header,
.acme-header-tabs .el-tabs__nav-next,
.acme-header-tabs .el-tabs__nav-prev,
.acme-header-tabs .el-tabs__nav-operation,
.acme-header-tabs .vab-tabs-content-smooth .el-tabs__header .el-tabs__item {
    height: 42px;
    line-height: 42px;
}

.acme-header-tabs .el-tabs__nav-wrap {
    height: 42px;
    overflow: visible;
    margin-bottom: 0;
}

.acme-header-tabs .el-tabs__nav-scroll {
    height: 42px;
    overflow: hidden;
}

.acme-header-tabs .el-tabs__nav-next,
.acme-header-tabs .el-tabs__nav-prev,
.acme-header-tabs .el-tabs__nav-operation {
    background: transparent !important;
}

.acme-header-tabs .el-tabs__nav-next i,
.acme-header-tabs .el-tabs__nav-prev i,
.acme-header-tabs .el-tabs__nav-operation i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: inherit;
}

.acme-header-tabs .vab-tabs-content-smooth .el-tabs__header .el-tabs__item {
    margin-top: 0;
}

.acme-header-tools {
    flex: 0 0 auto;
    align-items: center;
}

@media only screen and (max-width: 767.98px) {
    .acme-header-tabs {
        flex: 1 1 auto;
        min-width: 80px;
    }

    .acme-header-tabs .el-tabs__nav-wrap.is-scrollable {
        padding-left: 26px;
        padding-right: 62px;
    }

    .acme-header-tabs .vab-tabs-content-smooth .el-tabs__header .el-tabs__item {
        max-width: 120px;
        padding: 0 24px 0 24px;
    }

    .acme-header-tools .system-notification-bell,
    .acme-header-tools .acme-task-center {
        display: none !important;
    }
}

.vab-tabs-content-smooth {
    height: 38px;
}

.vab-tabs-content {
    width: 100%;
}

.vab-tabs-content-smooth .el-tabs__header {
    border-bottom: 0;
}

.el-tabs--card > .el-tabs__header {
    height: 44px;
}

.el-tabs__nav-wrap.is-scrollable {
    padding: 0px 70px 0px 30px;
    box-sizing: border-box;
}

.el-tabs__nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
}

.el-tabs__nav-next, .el-tabs__nav-prev, .el-tabs__nav-operation {
    position: absolute;
    cursor: pointer;
    color: #909399;
    height: 43px;
    line-height: 43px;
    margin-top: 4px;
    width: 30px;
    background: #fff;
    font-size: 18px;
    z-index: 999;
    text-align: center;
}

.el-tabs__nav-operation {
    width: 45px !important;
}

.el-tabs__nav-next:hover, .el-tabs__nav-prev:hover, .el-tabs__nav-operation:hover {
    color: #41b584 !important;
    font-weight: bold;
}

.el-tabs__nav-prev {
    left: 0;
}

.el-tabs__nav-operation {
    right: 0;
    padding-right: 8px;
}

.el-tabs__nav-next {
    right: 28px;
}


.el-icon {
    height: 1em;
    width: 1em;
    line-height: 1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    fill: currentColor;
    color: inherit;
    font-size: inherit;
}

.vab-tabs-content-smooth .el-tabs__header .el-tabs__item {
    height: 43px;
    padding: 0 22px 0 22px;
    margin-top: 1.4px;
    margin-right: -18px;
    line-height: 43px;
    text-align: center;
    border: 0;
    outline: none;
    transition: padding .3s cubic-bezier(.645, .045, .355, 1) !important;
    cursor: pointer;
}

.el-tabs__nav {
    white-space: nowrap;
    transition: transform 0.3s;
    z-index: calc(1 + 1);
    display: flex;
    flex-direction: row;
}


.vab-tabs .vab-tabs-content-smooth .el-tabs__header .el-tabs__item.is-active, body.vab-theme-white .vab-tabs .vab-tabs-content-smooth .el-tabs__header .el-tabs__item.is-active:hover {
    color: #41b584 !important;
    background: #ecf8f3 !important;
}

.vab-tabs-content-smooth .el-tabs__header .el-tabs__item.is-active, .vab-tabs-content-smooth .el-tabs__header .el-tabs__item.is-active:hover {
    padding: 0 28px 0 28px;
    -webkit-mask: url(../images/common/nav_bg.png);
    -webkit-mask-size: 100% 100%;
}

.vab-tabs-content-smooth .el-tabs__header .el-tabs__item:hover {
    padding: 0 22px 0 22px;
    color: #515a6e;
    background: #dee1e6;
    -webkit-mask: url(../images/common/nav_bg.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover .is-icon-close {
    width: 14px;
    font-size: 12px;
}

.el-tabs--card > .el-tabs__header .el-tabs__item .is-icon-close {
    position: relative;
    font-size: 12px;
    width: 0;
    height: 14px;
    vertical-align: middle;
    line-height: 15px;
    overflow: hidden;
    right: -2px;
    transform-origin: 100% 50%;
}

.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable .is-icon-close {
    width: 14px;
    font-size: 12px;
}

.el-tabs__item .is-icon-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-left: 6px;
    cursor: pointer;
    vertical-align: middle;
}

.el-tabs__item .is-icon-close:hover {
    background-color: #a8abb2;
    color: #fff;
}

.vab-tabs .dropdown-item {
    padding: 0.05rem 1rem !important;
}

.vab-tabs .dropdown-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    opacity: .72;
    color: inherit;
    vertical-align: -2px;
}

.vab-tabs .dropdown-divider {
    margin: 2px 0px !important;
}

.el-tabs__item i {
    margin-right: 2px;
}

.acme-tab-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
}

.acme-tab-platform-mark {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.acme-tab-platform-mark-img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    border-radius: 4px;
}

.acme-tab-platform-mark-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: rgba(58, 86, 212, 0.12);
    color: #3450b8;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
}

.acme-tab-title-text {
    display: inline-flex;
    align-items: center;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

.acme-tab-refresh-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 24px;
    padding: 0 10px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.acme-tab-refresh-trigger i {
    margin-right: 0;
    font-size: 12px;
}

.el-tabs__item.is-active:hover .acme-tab-platform-mark,
.el-tabs__item.is-active:hover .acme-tab-leading-icon,
.el-tabs__item.is-active:hover .acme-tab-title-text {
    visibility: hidden;
}

.el-tabs__item.is-active:hover .acme-tab-refresh-trigger {
    opacity: 1;
    pointer-events: auto;
}

.acme-tab-refresh-trigger:hover {
    background-color: rgba(65, 181, 132, 0.15);
}

.el-tabs__item .is-icon-close:hover {
    background-color: rgba(220, 53, 69, 0.12);
    color: #dc3545;
}

.acme-menu-right i {
    margin: 0 3px;
}

.main-container {
    min-height: calc(calc(100vh - 2.5rem - 2.125rem - 12px));
    padding: 0px;
    background: #fff;
    transition: all .3s cubic-bezier(.645, .045, .355, 1), border 0s, color .1s, font-size 0s;
    height: calc(100vh - 180px);
}

.acme-iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.acme-menu-left-scroll {
    height: auto !important;
}

.vab-dot {
    position: absolute !important;
    right: 20px;
    display: inline-block;
    width: 7px;
    height: 7px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #ff4d4f;
}

.vab-dot span {
    background-color: #ff4d4f;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: vabDot 1.2s ease-in-out infinite;
    animation: vabDot 1.2s ease-in-out infinite;
}

@-webkit-keyframes vabDot {
    0% {
        opacity: .6;
        transform: scale(.8)
    }

    to {
        opacity: 0;
        transform: scale(4.4)
    }
}

@keyframes vabDot {
    0% {
        opacity: .6;
        transform: scale(.8)
    }

    to {
        opacity: 0;
        transform: scale(4.4)
    }
}

.acme-nav-tab-container {
    height: 100%;
}

.sotableCols {

}

.sotableItem {
    display: flex;
    align-items: center;
    background: #41b5841f;
    margin-bottom: 6px;
    justify-content: space-between;
    padding: 0px 10px;
    border-radius: 6px;
    height: 30px;
}


.sotableColsText {
    color: #636363;
    margin-bottom: 4px;
}

.sotableCheckbox {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sotableIcon {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sotableIcon i {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.sotableItem .hoverShow {
    display: none;
}

.sotableItem .pinnedShow {
    display: none;
}

.sotableColsMiddle .sotableItem:hover .hoverShow {
    display: inline-block;
}

.sotableColsLeftPinned .sotableItem:hover .pinnedShow, .sotableColsRightPinned .sotableItem:hover .pinnedShow {
    display: inline-block;
}

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

.updatedColumnTitle {
    display: flex;
    background: #ecf8f3;
    font-weight: 700;
}

.updatedColumnData {
    display: flex;
}

.updatedColumnUser {
    width: 100px;
    border: 1px solid #00000016;
    padding: 4px 6px;
}

.updatedColumnDate {
    width: 185px;
    border: 1px solid #00000016;
    padding: 6px;
}

.updatedColumnRowData {
    padding: 6px;
    border: 1px solid #00000016;
    width: 285px;
}

.dropdown-menu .modal-footer, .dropdown-menu .modal-header {
    padding: 0.75rem 1.25rem;
}

#searchForm {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
}

.filter-section {
    background: #ecf8f36e;
    padding: 8px;
}

.operetion-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6px;
    border-bottom: 1px solid #e2e2e2;
}

.custom-control-inline {
    width: 120px;
    margin-bottom: 0.5rem;
}

.filter-buttons {
    min-width: 220px !important;
}

#importProgress {
    margin-top: 6px;
    height: 1rem;
}

.app-list-item img {
    width: 70%;
    border-radius: 18%;
}

.app-list-item.active {
    background: rgba(65, 181, 132, 0.16) !important;
    box-shadow: inset 0 0 0 1px rgba(65, 181, 132, 0.28);
}

.app-list-item.active .app-list-name {
    color: #ffffff;
    font-weight: 600;
}

.app-list-item i {
    width: 50px;
    font-size: clamp(12px, 5vw, 19px);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.ql-toolbar.ql-snow {
    border-radius: 4px 4px 0 0 !important;
    border: 1px solid #E5E5E5 !important;
}

.ql-container.ql-snow {
    border: 1px solid #E5E5E5 !important;
}

/* 移动端Toast提示样式 */
.mobile-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    max-width: 80%;
    word-wrap: break-word;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.mobile-toast.show {
    opacity: 1;
}

/* 移动端检测提示样式 */
.mobile-warning {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    z-index: 9999;
    text-align: center;
    padding: 20px;
}

.mobile-warning-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 400px;
}

.mobile-warning img {
    width: 120px;
    margin-bottom: 20px;
}

.mobile-warning h3 {
    color: var(--text-color);
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.mobile-warning p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}
