body.vue3-admin-theme-glory .logo-container-horizontal {
  background: #2e2f34 !important;
}
body.vue3-admin-theme-glory .logo-container-vertical {
  background: #2e2f34 !important;
}
body.vue3-admin-theme-glory .el-menu {
  background: #2e2f34 !important;
}
body.vue3-admin-theme-glory .el-menu .el-submenu__title {
  background: #2e2f34 !important;
}
body.vue3-admin-theme-glory .el-menu .el-menu-item {
  background: #2e2f34 !important;
}
body.vue3-admin-theme-glory .side-container {
  background: #2e2f34 !important;
}
body.vue3-admin-theme-glory .side-container .el-menu-item:hover {
  background-color: #f6ca9d !important;
}
body.vue3-admin-theme-glory .side-container .el-menu-item.is-active {
  background-color: #f6ca9d !important;
}
body.vue3-admin-theme-glory .top-container {
  background: #2e2f34 !important;
}
body.vue3-admin-theme-glory .top-container .vab-main {
  background: #2e2f34 !important;
}
body.vue3-admin-theme-glory
  .top-container
  .vab-main
  .el-menu--horizontal
  .el-submenu.is-active,
body.vue3-admin-theme-glory
  .top-container
  .vab-main
  .el-menu--horizontal
  .el-menu-item.is-active {
  background-color: #f6ca9d !important;
}
body.vue3-admin-theme-glory
  .top-container
  .vab-main
  .el-menu--horizontal
  > .el-menu-item.is-active {
  border-bottom: 3px solid #f6ca9d !important;
}
body.vue3-admin-theme-glory .tabs-container {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}
body.vue3-admin-theme-glory
  .tabs-container
  .tabs-content
  .el-tabs__header
  .el-tabs__item {
  border: 1px solid #f6ca9d !important;
  color: #f6ca9d !important;
}
body.vue3-admin-theme-glory
  .tabs-container
  .tabs-content
  .el-tabs__header
  .el-tabs__item.is-active {
  color: rgba(255, 255, 255, 0.95) !important;
  background: #f6ca9d !important;
  border: 1px solid #f6ca9d !important;
}
body.vue3-admin-theme-glory
  .tabs-container
  .tabs-content
  .el-tabs__header
  .el-tabs__item:hover {
  color: rgba(255, 255, 255, 0.95) !important;
  background: #f6ca9d !important;
  border-color: #f6ca9d !important;
}
body.vue3-admin-theme-glory .theme-setting {
  background: #f6ca9d !important;
}
body.vue3-admin-theme-glory .el-divider {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(246, 202, 157, 0.3),
    transparent
  ) !important;
}
body.vue3-admin-theme-glory .el-divider--horizontal .el-divider__text {
  color: #2e2f34 !important;
  background: rgba(255, 255, 255, 0.9) !important;
}
body.vue3-admin-theme-glory
  .el-divider--horizontal
  .el-divider__text::before {
  background: #f6ca9d !important;
}
body.vue3-admin-theme-glory .el-divider--vertical {
  background: rgba(246, 202, 157, 0.3) !important;
}
body.vue3-admin-theme-glory .el-divider--primary {
  background: linear-gradient(
    90deg,
    transparent,
    #f6ca9d,
    transparent
  ) !important;
}
body.vue3-admin-theme-glory .el-divider--primary .el-divider__text {
  color: #f6ca9d !important;
}
body.vue3-admin-theme-glory
  .el-divider--primary
  .el-divider__text::before {
  background: #f6ca9d !important;
}
body.vue3-admin-theme-glory .el-divider--success {
  background: linear-gradient(
    90deg,
    transparent,
    #67c23a,
    transparent
  ) !important;
}
body.vue3-admin-theme-glory .el-divider--success .el-divider__text {
  color: #67c23a !important;
}
body.vue3-admin-theme-glory
  .el-divider--success
  .el-divider__text::before {
  background: #67c23a !important;
}
body.vue3-admin-theme-glory .el-divider--warning {
  background: linear-gradient(
    90deg,
    transparent,
    #e6a23c,
    transparent
  ) !important;
}
body.vue3-admin-theme-glory .el-divider--warning .el-divider__text {
  color: #e6a23c !important;
}
body.vue3-admin-theme-glory
  .el-divider--warning
  .el-divider__text::before {
  background: #e6a23c !important;
}
body.vue3-admin-theme-glory .el-divider--danger {
  background: linear-gradient(
    90deg,
    transparent,
    #f56c6c,
    transparent
  ) !important;
}
body.vue3-admin-theme-glory .el-divider--danger .el-divider__text {
  color: #f56c6c !important;
}
body.vue3-admin-theme-glory
  .el-divider--danger
  .el-divider__text::before {
  background: #f56c6c !important;
}
body.vue3-admin-theme-glory .el-divider--dashed {
  background: none !important;
  border-top: 1px dashed rgba(246, 202, 157, 0.3) !important;
}
body.vue3-admin-theme-glory .el-divider--dashed .el-divider__text {
  background: rgba(255, 255, 255, 0.9) !important;
}
body.vue3-admin-theme-glory .el-divider--thick {
  height: 2px !important;
  background: linear-gradient(
    90deg,
    transparent,
    #f6ca9d,
    transparent
  ) !important;
}
body.vue3-admin-theme-glory .page-header {
  background: linear-gradient(135deg, #f38b00 0%, #f6ca9d 100%) !important;
  border: 1px solid rgba(0, 150, 136, 0.15) !important;
  box-shadow: 0 4px 20px rgba(0, 150, 136, 0.1) !important;
}
