/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-6f4d8465] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-6f4d8465] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-6f4d8465]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-6f4d8465]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #1890ff;
}
.beauty-scroll[data-v-6f4d8465]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #91d5ff;
}
.split-right[data-v-6f4d8465]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-6f4d8465] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-6f4d8465] {
  pointer-events: none;
}
#nprogress .bar[data-v-6f4d8465] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-6f4d8465] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-6f4d8465] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-6f4d8465] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-6f4d8465 400ms linear infinite;
  animation: nprogress-spinner-data-v-6f4d8465 400ms linear infinite;
}
.nprogress-custom-parent[data-v-6f4d8465] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-6f4d8465],
.nprogress-custom-parent #nprogress .bar[data-v-6f4d8465] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-6f4d8465 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-6f4d8465 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.system-notice-page[data-v-6f4d8465] {
  padding: 32px;
  background: transparent;
}
.system-notice-page .premium-glass-card[data-v-6f4d8465] {
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.system-notice-page .premium-glass-card[data-v-6f4d8465] .ant-card-body {
  padding: 20px 24px;
}
.system-notice-page .premium-alert-success[data-v-6f4d8465] {
  border-radius: 12px;
  border: none;
  background: #ecfdf5;
}
.system-notice-page .premium-alert-success[data-v-6f4d8465] .ant-alert-message {
  color: #065f46;
  font-weight: 500;
}
.system-notice-page .premium-alert-success[data-v-6f4d8465] .ant-alert-icon {
  color: #10b981;
}
.system-notice-page .mt-16[data-v-6f4d8465] {
  margin-top: 24px;
}
.system-notice-page .premium-table-card[data-v-6f4d8465] {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  border: 1px solid #f1f5f9;
}
.system-notice-page .premium-table-card[data-v-6f4d8465] .ant-card-body {
  padding: 0;
}
.system-notice-page .premium-silky-table[data-v-6f4d8465] .ant-table-thead > tr > th {
  background: #f8fafc;
  padding: 18px 24px;
  font-weight: 600;
  color: #64748b;
  border-bottom: 1px solid #f1f5f9;
}
.system-notice-page .premium-silky-table[data-v-6f4d8465] .ant-table-tbody > tr > td {
  padding: 16px 24px;
  border-bottom: 1px solid #f8fafc;
  color: #334155;
}
.system-notice-page .premium-silky-table[data-v-6f4d8465] .ant-table-tbody > tr:hover > td {
  background: rgba(24, 144, 255, 0.02) !important;
}
.system-notice-page .premium-silky-table .notice-msg-preview[data-v-6f4d8465] {
  color: #334155;
  font-size: 14px;
  white-space: pre-wrap;
}
.system-notice-page .premium-silky-table .copyable-cell[data-v-6f4d8465] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.system-notice-page .premium-silky-table .copyable-cell[data-v-6f4d8465]:hover {
  background: #f1f5f9;
  color: #1890ff;
}
.system-notice-page .premium-silky-table .copyable-cell:hover .copy-icon[data-v-6f4d8465] {
  opacity: 1;
  color: #1890ff;
}
.system-notice-page .premium-silky-table .copyable-cell .copy-icon[data-v-6f4d8465] {
  opacity: 0.4;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.system-notice-page .premium-silky-table .time-text[data-v-6f4d8465] {
  font-size: 13px;
  color: #64748b;
}
.system-notice-page .premium-silky-table .table-actions[data-v-6f4d8465] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.system-notice-page .premium-silky-table .table-actions .action-btn[data-v-6f4d8465] {
  border-radius: 8px;
  font-weight: 500;
  height: 32px;
  padding: 0 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
.system-notice-page .premium-silky-table .table-actions .action-btn.success-btn[data-v-6f4d8465] {
  background: #10b981;
  color: #fff;
}
.system-notice-page .premium-silky-table .table-actions .action-btn.success-btn[data-v-6f4d8465]:hover {
  background: #0c8a60;
}
.premium-modal-v2[data-v-6f4d8465] .ant-modal-content {
  border-radius: 20px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.premium-modal-v2[data-v-6f4d8465] .ant-modal-header {
  border-bottom: 1px solid #f1f5f9;
  padding: 20px 24px;
}
.premium-modal-v2[data-v-6f4d8465] .ant-modal-header .ant-modal-title {
  font-weight: 700;
  font-size: 16px;
  color: #1e293b;
}
.premium-modal-v2[data-v-6f4d8465] .ant-modal-footer {
  border-top: 1px solid #f1f5f9;
  padding: 16px 24px;
}
.premium-modal-v2 .modal-body-p24[data-v-6f4d8465] {
  padding: 24px;
}
.premium-modal-v2 .premium-form-v2[data-v-6f4d8465] .ant-form-item-label label {
  color: #475569;
  font-weight: 500;
}
.premium-modal-v2 .premium-form-v2 .premium-textarea[data-v-6f4d8465] {
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 12px;
}
.premium-modal-v2 .premium-form-v2 .premium-textarea[data-v-6f4d8465]:focus {
  background: #fff;
  border-color: #1890ff;
  -webkit-box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.1);
          box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.1);
}
.premium-modal-v2 .warning-btn[data-v-6f4d8465] {
  background: #f59e0b;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  height: 36px;
  padding: 0 24px;
}
.premium-modal-v2 .warning-btn[data-v-6f4d8465]:hover {
  background: #c57f08;
}

