.customizer-links{
    display: none;
}

.relative {
    height: 40px;
    display: inline-block;
}

.select2-container .select2-selection--single {
    border: 1px solid #ced4da !important;
    height: 38px !important;
}

.select2-selection--multiple {
    min-height: 38px !important;
    border: 1px solid #ced4da !important;
}

.select2-selection__choice {
    margin-top: 5px !important;
}

.select2-dropdown {
    margin-top: -20px !important;
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 80% !important;
    }
}
.content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    -o-text-overflow: ellipsis;
}

.select2-container--open {
    z-index: 9999999 !important;
}
.fa-exclamation-circle {
    color: gray !important;
}

.jsgrid-header-cell button {
    background-color: transparent !important;
}
.navBar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.9);
}
.navBar .tab {
    text-align: center;
}
.navBar .tab img {
    width: 24px;
    height: 24px;
}
.navBar .tab .actived {
    color: #815DF2;
}
.hidden {
    display: none;
}
select {
    background-color: transparent;
    border: none;
    outline: none;
}

.navBar .btn-a-hide{
    color: black
}

.navBar .btn-a-show{
    color: #0d6efd
}


/* 默认显示 */
.mb_hide {
    display: block; /* 或其他需要的默认样式 */
}

/* 在移动端隐藏 */
@media (max-width: 768px) { /* 根据实际需求调整断点 */
    .mb_hide {
        display: none;
    }
}


.btn-primary {
    color: white !important;
    --fn-btn-bg: #8b3dff;
    --fn-btn-border-color: #8b3dff;
    --fn-btn-hover-bg: #7224e6;
    --fn-btn-hover-border-color: #7224e6;
    --fn-btn-active-bg: #7224e6;
    --fn-btn-active-border-color: #7224e6;
    --fn-btn-disabled-bg: #8b3dff;
    --fn-btn-disabled-border-color: #8b3dff;
}

.fs-4 {
    font-size: 1.15rem !important;
}

.btn-outline-primary {
    --fn-btn-color: #8b3dff;
    --fn-btn-border-color: #8b3dff;
    --fn-btn-hover-bg: #8b3dff;
    --fn-btn-hover-border-color: #8b3dff;
    --fn-btn-active-bg: #8b3dff;
    --fn-btn-active-border-color: #8b3dff;
    --fn-btn-disabled-color: #8b3dff;
    --fn-btn-disabled-border-color: #8b3dff;
}

.fs-4 {
    font-size: 1.15rem !important;
}

.project-tabs.common-space .nav-tabs .nav-item .nav-link {
    padding-top: 0;
}

.page-item.active .page-link {
    background-color: darkgray !important;
    border-color: darkgray !important;
}

.page-item .page-link {
    color: #8b3dff !important;
}


.main-tasks .task-stats .common-align {
    background-color: rgba(115, 102, 255, 0.1);
    padding: 12px;
    border-radius: 4px;
    gap: 12px;
}

@media (min-width: 1400px) {
    .main-tasks .task-stats .common-align [class*=bg-] {
        width: calc(35px + 5 * (100vw - 1400px) / 520);
        height: calc(35px + 5 * (100vw - 1400px) / 520);
    }
}
.main-tasks .task-stats .common-align [class*=bg-] {
    width: 40px;
    height: 40px;
    display: grid
;
    place-items: center;
    border-radius: 3px;
}




.vip-btn-wrapper {
    display: inline-block;
    position: relative;
  }
  
  /* 按钮本身适当加 padding，避免图标挡字 */
  .vip-btn-wrapper .btn {
    padding-right: 2.2em;
  }
  
  /* 用伪元素覆盖在按钮右上角 */
  .vip-btn-wrapper .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: -13px;    /* 根据实际图片调整 */
    right: -13px;  /* 根据实际图片调整 */
    width: 28px;   /* 根据实际图片宽度调整 */
    height: 28px;  /* 根据实际图片高度调整 */
    background-image: url('/cuba/picture/icon-vip.png'); /* 换成你的图片路径 */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(45deg);
    z-index: 3;
    pointer-events: none; /* 避免遮挡按钮点击 */
  }


  .vip-platform-wrapper {
    display: inline-block;
    position: relative;
  }

  .vip-platform-wrapper::after{
    content: "";
    display: block;
    position: absolute;
    top: -5px;    /* 根据实际图片调整 */
    right: -15px;  /* 根据实际图片调整 */
    width: 28px;   /* 根据实际图片宽度调整 */
    height: 28px;  /* 根据实际图片高度调整 */
    background-image: url('/cuba/picture/icon-vip.png'); /* 换成你的图片路径 */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(45deg);
    z-index: 3;
    pointer-events: none; /* 避免遮挡按钮点击 */
  }


.vertical-line {
    height: 25px;
    width: 1px;
    position: relative;
    border: 1px dashed #7366FF;
    display: inline-block;
    vertical-align: middle;
    top: 10%;
}

.nav-item .nav-link {
    padding: 0px !important;
}



.nav-item {
    margin-right: 15px !important;
}

.btn-check:checked + .btn-outline-primary{
    background-color: #8b3dff !important;
}
  
  
  