/* 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-66e02d47] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-66e02d47] {
  scrollbar-color: #d62828 #ffd9d4;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-66e02d47]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-66e02d47]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d62828;
}
.beauty-scroll[data-v-66e02d47]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #fcb1a9;
}
.split-right[data-v-66e02d47]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-66e02d47] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-66e02d47] {
  pointer-events: none;
}
#nprogress .bar[data-v-66e02d47] {
  background: #d62828;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-66e02d47] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #d62828, 0 0 5px #d62828;
          box-shadow: 0 0 10px #d62828, 0 0 5px #d62828;
  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-66e02d47] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-66e02d47] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #d62828;
  border-left-color: #d62828;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-66e02d47 400ms linear infinite;
  animation: nprogress-spinner-66e02d47 400ms linear infinite;
}
.nprogress-custom-parent[data-v-66e02d47] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-66e02d47],
.nprogress-custom-parent #nprogress .bar[data-v-66e02d47] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-66e02d47 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-66e02d47 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.payment-edit-page[data-v-66e02d47] {
  min-height: 100vh;
  background: #F0F4F8;
  --theme-color: var(--6bb2c0a0);
}
@-webkit-keyframes slideUpFadeIn-66e02d47 {
0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes slideUpFadeIn-66e02d47 {
0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
.payment-edit-page .slide-up-item[data-v-66e02d47] {
  -webkit-animation: slideUpFadeIn-66e02d47 0.6s cubic-bezier(0.25, 1, 0.5, 1) both;
          animation: slideUpFadeIn-66e02d47 0.6s cubic-bezier(0.25, 1, 0.5, 1) both;
  opacity: 0;
}
.payment-edit-page .word-wrap-desc[data-v-66e02d47] {
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  max-width: 100%;
}
.payment-edit-page .premium-header[data-v-66e02d47] {
  position: relative;
  padding: 40px 32px 80px;
  overflow: hidden;
}
.payment-edit-page .premium-header .header-inner[data-v-66e02d47] {
  position: relative;
  z-index: 5;
}
.payment-edit-page .premium-header .header-inner .title-block .back-btn[data-v-66e02d47] {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  margin-bottom: 12px;
}
.payment-edit-page .premium-header .header-inner .title-block .back-btn[data-v-66e02d47]:hover {
  color: #fff;
}
.payment-edit-page .premium-header .header-inner .title-block .page-title[data-v-66e02d47] {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}
.payment-edit-page .premium-header .header-inner .title-block .page-sub[data-v-66e02d47] {
  margin: 6px 0 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.payment-edit-page .premium-header .blob[data-v-66e02d47] {
  position: absolute;
  border-radius: 50%;
}
.payment-edit-page .premium-header .blob.b1[data-v-66e02d47] {
  width: 220px;
  height: 220px;
  top: -60px;
  right: -40px;
  background: rgba(255, 255, 255, 0.08);
}
.payment-edit-page .premium-header .blob.b2[data-v-66e02d47] {
  width: 340px;
  height: 340px;
  bottom: -120px;
  left: 5%;
  background: rgba(255, 255, 255, 0.05);
}
.payment-edit-page .content-float[data-v-66e02d47] {
  margin: -48px 24px 32px;
  position: relative;
  z-index: 10;
}
.payment-edit-page .content-float .card-elevated[data-v-66e02d47] {
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.payment-edit-page .content-float .notice-card[data-v-66e02d47] {
  margin-bottom: 24px;
  border: none;
}
.payment-edit-page .content-float .form-card[data-v-66e02d47] {
  padding: 24px;
  max-width: 800px;
  margin: 0 auto;
}
.payment-edit-page .content-float .section-title[data-v-66e02d47] {
  font-size: 20px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 20px;
  border-left: 4px solid var(--theme-color);
  padding-left: 12px;
}
.payment-edit-page .content-float .upload-grid[data-v-66e02d47] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px;
}
.payment-edit-page .content-float .upload-grid .upload-item[data-v-66e02d47] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.payment-edit-page .content-float .upload-grid .upload-item .label[data-v-66e02d47] {
  font-size: 14px;
  color: #64748B;
  margin-bottom: 12px;
  text-align: center;
}
.payment-edit-page .content-float .upload-grid .upload-item[data-v-66e02d47] .avatar-uploader.ant-upload-picture-card-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.payment-edit-page .content-float .upload-grid .upload-item[data-v-66e02d47] .avatar-uploader .ant-upload.ant-upload-select-picture-card {
  margin: 0;
  /* Override ant-design default margin-right and margin-bottom */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

