html.dark {
  --el-text-desc: #ff6a01;
  --background: linear-gradient(90deg, #63cd7b, #33a94d);
  --btn-background: linear-gradient(90deg, #f88f36, #f67100),
    linear-gradient(#53c16c, #53c16c);
  --btn-background-1: linear-gradient(90deg, #629bcc, #3460aa),
    linear-gradient(#53c16c, #53c16c);
  --btn-background-2: linear-gradient(90deg, #6188fd, #3b6cff),
    linear-gradient(#53c16c, #53c16c);
  --loading-bg: rgba(0, 0, 0, 0.8);
  --bg-background: #25262b;
  --foot-bg: #1b252f;
  --btn-background-disabled: #f7d0d8;
  --main-background: #60592a;
  --main-cont-background: #665e2e;
  --round-background: #a75f1c;
  --el-mask-color: rgba(0, 0, 0, 0.8);
  --el-fill-color-light: #134b1a;
  --el-fill-color: #ff5a00;
  --el-border-color: '#ffffff';
  --mian-icon-color: #fff;
  --el-border-radius-base: 0.625rem;
  --swiper-pagination-bottom: -1.25rem;
  --primary1: #60592a;
  --primary2: #544e26;
  --primary3: #f9d22f;
  --primary4: #f5b800;
  --primary5: #6c6c6c;
  --primary6: rgba(67, 62, 30, 0.7);
  --primary7: #3dfb9f;
  --primary8: #2ca446;
  --primary9: #fd0;
  --primary10: #134b1a;
  --primary11: #f78725;
  --primary12: #8ff99d;
  --primary13: #fff;
  --primary14: #4a4421;
  --primary20: #ff5a00;
  --primary21: #24ee89;
  --primary22: #1a783596;
  --primary23: #1a7835;
  --primary24: #162c21;
  --primary25: #c7b857;
  --primary26: #70672f;
  --primary27: #13236a;
  --primary28: #ecd54b;
  --primary29: #433e1e;
  --primary30: #c7b857;
  --primary31: #686131;
  --primary-button: linear-gradient(180deg, #f7dc45, #9f6622);
  --textColor1: #fff;
  --textColor2: #a09d87;
  --textColor3: #fff;
  --textColor4: #f8e029;
  --textColor5: #c7b857;
  --textColor6: #b0ac95;
  --textColor7: #24ee89;
  --textColor8: #fd0;
  --textColor9: #dec38f;
  --textColor10: #164010;
  --textColor11: #b6b295;
  --textColor12: #77c0fb;
  --textColor13: #ecd54b;
  --textColor14: #433e1e;
  --textColor15: #e3610f;
  --textWhite: #fff;
  --gradient-left1: #fde997;
  --gradient-right1: #f1ca1b;
  --gradient-left2: #8d5314;
  --gradient-right2: #a75f1c;
  --gradient-left3: #fff;
  --gradient-right3: #fce896;
  --gradient-left4: #fde997;
  --gradient-right4: #f8c92d;
  --gradient-left5: #fff;
  --gradient-right5: #56c3fb;
  --gradient-left6: #ecfc2f;
  --gradient-right6: #3ab74b;
  --gradient-left7: #285656;
  --gradient-right7: #171869;
  --borderRadius: 0.625rem;
  --borderRound: 50%;
  --padding: 0.625rem;
  --main-background-bg: #665e2e;
  --main-background-btn: linear-gradient(180deg, #f7dc45, #9f6622);
}
.basePwaDialog {
  z-index: 3999 !important;
}
.basePwaDialog .el-dialog {
  background: transparent;
  border-radius: 8px;
  display: grid;
  height: 100%;
  max-width: 500px;
  overflow: initial;
  width: 100%;
}
.basePwaDialog .el-dialog__header {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}
.basePwaDialog .el-dialog__body {
  align-items: center;
  display: flex;
  padding: 0 20px;
  width: 100%;
}
