@charset "utf-8";
a,
body,
button,
canvas,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
select,
span,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  background: no-repeat center/contain;
  cursor: default;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
}
a {
  outline: 0;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
button {
  cursor: pointer;
  outline: 0 !important;
}
button:active {
  background-color: transparent !important;
}
button[disabled] {
  opacity: 0.9;
  cursor: not-allowed;
}
input {
  outline: 0;
}
.none {
  display: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
body {
  display: block;
  height: 100vh;
  margin: auto;
  max-width: 750px;
  min-width: 320px;
  font-size: 12px;
  font-family: Inter, "Microsoft Yahei", Arial, sans-serif;
  background: radial-gradient(99.05% 46.46% at 50.13% 44.03%, #4450c4 0, #4845cf 100%);
}
body > video {
  position: fixed;
  top: 47%;
  left: 50%;
  min-width: 100%;
  height: auto;
  width: 410px;
  transform: translate(-50%, -50%);
  z-index: -2;
}
body > .tipBox {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  z-index: 12;
  min-width: 50%;
  width: max-content;
  max-width: 80%;
}
body > .loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}
body > .loading .inner {
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
body > .loading .inner > img {
  width: 43px;
  height: 43px;
  -o-animation: init 1s linear infinite;
  -ms-animation: init 1s linear infinite;
  -moz-animation: init 1s linear infinite;
  -webkit-animation: init 1s linear infinite;
  animation: init 1s linear infinite;
}
body > .loading .inner > span {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
}
#wrap {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
}
#wrap ul#header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 18px 0;
}
#wrap ul#header > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 71px;
  cursor: pointer;
}
#wrap ul#header > li > img {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  transform: translateY(5px);
}
#wrap ul#header > li > .btn {
  display: flex;
  width: 72px;
  padding: 4px 0;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgb(0 131 207);
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#wrap ul#header > li:nth-child(2),
#wrap ul#header > li:nth-child(3) {
  position: relative;
}
#wrap ul#header > li:nth-child(2) > span.red-dot1,
#wrap ul#header > li:nth-child(2) > span.red-dot2,
#wrap ul#header > li:nth-child(3) > span.red-dot1,
#wrap ul#header > li:nth-child(3) > span.red-dot2 {
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: red;
}
#wrap ul#header > li:nth-child(2) > span.red-dot1,
#wrap ul#header > li:nth-child(3) > span.red-dot1 {
  top: 8px;
  right: 12px;
}
#wrap ul#header > li:nth-child(2) > span.red-dot2,
#wrap ul#header > li:nth-child(3) > span.red-dot2 {
  top: 10px;
  right: 20px;
}
#wrap ul#header > li:nth-child(3) > .btn {
  background: linear-gradient(180deg, #ffc700 0, #ff8a00 100%);
}
#wrap .rotate {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
#wrap .rotate .lunpai {
  position: relative;
  left: 50%;
  top: 0;
  width: 334px;
  height: 334px;
  margin-left: -167px;
  overflow: hidden;
  z-index: 2;
  background-image: url(../image/circle.png);
}
#wrap .rotate .lunpai .prize {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  margin: 20px 0 0 20px;
  width: 294px;
  height: 294px;
  border-radius: 50%;
  background-image: url(../image/bg.png);
}
#wrap .rotate .lunpai .prize.running {
  -o-animation: init 90s linear infinite;
  -ms-animation: init 90s linear infinite;
  -moz-animation: init 90s linear infinite;
  -webkit-animation: init 90s linear infinite;
  animation: init 90s linear infinite;
}
#wrap .rotate .lunpai .prize li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 147px;
  background: no-repeat center 38%;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #fff;
  -moz-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  background-image: url(../image/icon-gold.png);
  background-size: 42px 42px;
}
#wrap .rotate .lunpai .prize li:nth-child(1) {
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#wrap .rotate .lunpai .prize li:nth-child(2) {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#wrap .rotate .lunpai .prize li:nth-child(3) {
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#wrap .rotate .lunpai .prize li:nth-child(4) {
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#wrap .rotate .lunpai .prize li:nth-child(5) {
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#wrap .rotate .lunpai .prize li:nth-child(6) {
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
#wrap .rotate .lunpai .prize li:nth-child(7) {
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
#wrap .rotate .lunpai .prize li:nth-child(8) {
  -o-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
#wrap .rotate .lunpai .prize li p {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 50%;
  height: 60%;
  padding-top: 12px;
  text-align: center;
  line-height: 25px;
}
#wrap .rotate .lunpai #lottery {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 99px;
  margin-top: -50px;
  margin-left: -40px;
  background-image: url(../image/button.png);
  border: none;
}
#wrap .rotate .lunpai #lottery > span {
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.29);
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#wrap .rotate .lunpai #lottery > i {
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.29);
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  opacity: 0.6;
  position: absolute;
  left: 50%;
  top: 72%;
  transform: translate(-50%, -50%);
}
#wrap .rotate .lunpai #lottery > img.halo {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: 4px;
  -o-animation: init 3s linear infinite;
  -ms-animation: init 3s linear infinite;
  -moz-animation: init 3s linear infinite;
  -webkit-animation: init 3s linear infinite;
  animation: init 3s linear infinite;
}
#wrap .rotate .lunpai #lottery > img.finger {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 12px;
  margin-top: -10px;
  -o-animation: breathe 3s linear infinite;
  -ms-animation: breathe 3s linear infinite;
  -moz-animation: breathe 3s linear infinite;
  -webkit-animation: breathe 3s linear infinite;
  animation: breathe 3s linear infinite;
}
#wrap .rotate .lunpai .mark {
  position: absolute;
  left: 50%;
  top: -7px;
  width: 16px;
  height: 41px;
  transform: translateX(-50%);
  background-image: url(../image/mark.png);
}
#wrap .rotate .ring {
  position: absolute;
  left: 50%;
  top: -33px;
  width: 400px;
  height: 400px;
  margin-left: -200px;
  z-index: -1;
  background-image: url(../image/turn.png);
}
#wrap .rotate .ring.running {
  -o-animation: init 90s linear infinite;
  -ms-animation: init 90s linear infinite;
  -moz-animation: init 90s linear infinite;
  -webkit-animation: init 90s linear infinite;
  animation: init 90s linear infinite;
}
#wrap .rotate .skip-checkbox {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 15px;
  bottom: -8px;
  padding: 2px 4px 2px 2px;
  align-items: center;
  gap: 2px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 3;
}
#wrap .rotate .skip-checkbox span.text {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  opacity: 0.5;
}
#wrap .rotate .skip-checkbox input {
  visibility: hidden;
  position: absolute;
}
#wrap .rotate .skip-checkbox .checkmark {
  height: 14px;
  width: 14px;
  background-color: #eee;
  display: inline-block;
  position: relative;
  border-radius: 4px;
}
#wrap .rotate .skip-checkbox input:checked + .checkmark {
  background-color: #9b00fb;
}
#wrap .rotate .skip-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#wrap .rotate .skip-checkbox input:checked + .checkmark:after {
  display: block;
  left: 4px;
  top: 2px;
  width: 3px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#wrap .rotate .countdown,
#wrap .rotate .task-icon,
#wrap .rotate .treasure {
  display: none;
  position: absolute;
  top: -28px;
  left: 12px;
  z-index: 3;
  cursor: pointer;
}
#wrap .rotate .countdown .gift,
#wrap .rotate .task-icon .gift,
#wrap .rotate .treasure .gift {
  cursor: pointer;
}
#wrap .rotate .countdown .gift > img,
#wrap .rotate .task-icon .gift > img,
#wrap .rotate .treasure .gift > img {
  width: 44px;
  height: 44px;
}
#wrap .rotate .countdown .gift > img.running,
#wrap .rotate .task-icon .gift > img.running,
#wrap .rotate .treasure .gift > img.running {
  -o-animation: shake 0.8s linear both;
  -ms-animation: shake 0.8s linear both;
  -moz-animation: shake 0.8s linear both;
  -webkit-animation: shake 0.8s linear both;
  animation: shake 0.8s linear both;
}
#wrap .rotate .countdown > .spin,
#wrap .rotate .task-icon > .spin,
#wrap .rotate .treasure > .spin {
  width: 56px;
  padding: 3px 0;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgb(185 36 1);
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  position: absolute;
  text-wrap: nowrap;
  left: -5px;
  bottom: -10px;
  cursor: pointer;
}
#wrap .rotate .countdown > .spin {
  background: rgba(0, 0, 0, 0.5);
  bottom: -18px;
  width: 62px;
}
#wrap .rotate .treasure {
  display: flex;
  right: 16px;
  left: auto;
}
#wrap .rotate .treasure > .spin {
  left: auto;
  right: -6px;
  bottom: -8px;
}
#wrap .rotate .treasure > span.red-dot2 {
  display: none;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: red;
}
#wrap #danmubox {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 15px 0;
  overflow: hidden;
}
#wrap #danmubox .danmu-item {
  position: absolute;
  width: fit-content;
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(40px);
  padding: 0 8px;
  border-radius: 12px;
  left: 100%;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  box-sizing: border-box;
}
#wrap #danmubox .danmu-item .content {
  color: #fff;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  gap: 2px;
}
#wrap #danmubox .danmu-item .content > img {
  width: 18px;
  height: 18px;
}
#wrap #danmubox .danmu-item .content > span {
  color: #ffc700;
  font-size: 12px;
  font-weight: 700;
}
#wrap #progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 24px;
}
#wrap #progress .balance {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}
#wrap #progress .balance > img {
  width: 29px;
  height: 29px;
}
#wrap #progress .balance > span {
  color: #ffc700;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.902px;
}
#wrap #progress .balance > i {
  display: none;
  position: absolute;
  right: -50%;
  top: 7px;
  color: #ffc700;
  font-style: normal;
  font-weight: 700px;
  font-weight: 700;
}
#wrap #progress .line {
  width: 280px;
  height: 18px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 9px;
  position: relative;
}
#wrap #progress .line .fill {
  width: 0%;
  margin: 1px 0;
  height: 16px;
  flex-shrink: 0;
  background: linear-gradient(270deg, #ffce20 3.2%, #ff844f 99.85%, #fc7f4a 99.85%);
  border-radius: 8px;
}
#wrap #progress .line .fill:after {
  display: none;
  content: "";
  height: 16px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  animation: progshow 1s infinite;
}
#wrap #progress .line .fill.show::after {
  display: block;
}
#wrap #progress p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  line-height: normal;
  margin-top: 6px;
  font-weight: 700;
}
#wrap #progress p > span {
  color: #ffc700;
  font-weight: 700;
}
#wrap #app {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
#wrap #app > span {
  color: #fff;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#wrap #app > img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#wrap #app > img.big {
  width: 22px;
  height: 22px;
}
#wrap .shareBtn {
  display: flex;
  position: relative;
  width: 215px;
  height: 36px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(185deg, #32b3ff 3.97%, #00bb95 96.33%);
  gap: 4px;
  margin-bottom: 8px;
}
#wrap .shareBtn > img.spin {
  width: 32px;
  height: 32px;
}
#wrap .shareBtn > span {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
}
#wrap .shareBtn > img.halo {
  display: none;
  width: 48px;
  height: 48px;
  position: absolute;
  right: -11px;
  top: -5px;
  -o-animation: init 3s linear infinite;
  -ms-animation: init 3s linear infinite;
  -moz-animation: init 3s linear infinite;
  -webkit-animation: init 3s linear infinite;
  animation: init 3s linear infinite;
}
#wrap .shareBtn > img.finger {
  display: none;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -52px;
  margin-top: 1px;
  -o-animation: breathe 3s linear infinite;
  -ms-animation: breathe 3s linear infinite;
  -moz-animation: breathe 3s linear infinite;
  -webkit-animation: breathe 3s linear infinite;
  animation: breathe 3s linear infinite;
}
#wrap #imps,
#wrap #mask,
#wrap #popup {
  display: none;
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  padding: 16px 16px 24px;
  width: 100%;
  height: 100%;
  background: rgba(19, 0, 50, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  flex-direction: column;
}
#wrap #imps,
#wrap #mask {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#wrap #imps .form,
#wrap #imps .inner,
#wrap #mask .form,
#wrap #mask .inner {
  align-self: stretch;
  color: #fff;
  font-family: Inter;
}
#wrap #imps .form .topic,
#wrap #imps .inner .topic,
#wrap #mask .form .topic,
#wrap #mask .inner .topic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
#wrap #imps .form .topic > span,
#wrap #imps .inner .topic > span,
#wrap #mask .form .topic > span,
#wrap #mask .inner .topic > span {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#wrap #imps .form .topic > span > img,
#wrap #imps .inner .topic > span > img,
#wrap #mask .form .topic > span > img,
#wrap #mask .inner .topic > span > img {
  width: 44px;
  height: 44px;
  margin-right: 4px;
}
#wrap #imps .form .topic .account,
#wrap #imps .inner .topic .account,
#wrap #mask .form .topic .account,
#wrap #mask .inner .topic .account {
  display: flex;
  height: 32px;
  padding: 0 8px;
  align-items: center;
  gap: 4px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#wrap #imps .form .topic .account > img,
#wrap #imps .inner .topic .account > img,
#wrap #mask .form .topic .account > img,
#wrap #mask .inner .topic .account > img {
  width: 24px;
  height: 24px;
}
#wrap #imps .form .topic .account > span,
#wrap #imps .inner .topic .account > span,
#wrap #mask .form .topic .account > span,
#wrap #mask .inner .topic .account > span {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#wrap #mask {
  z-index: 4;
}
#wrap #mask .inner .topic > img {
  cursor: pointer;
  width: 28px;
  height: 28px;
}
#wrap #mask .inner > p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
#wrap #mask .inner > p > img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 6px;
}
#wrap #mask .inner > p.tip {
  opacity: 0.5;
  margin-bottom: 16px;
}
#wrap #mask .inner > h3,
#wrap #mask .inner > h4 {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}
#wrap #mask .inner > h3 > span {
  align-self: stretch;
  color: #ffc700;
  font-family: Inter;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}
#wrap #mask .inner ul.wallet {
  display: flex;
  padding: 16px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(180deg, #37c07e 0, #0076cd 100%);
  margin-bottom: 16px;
}
#wrap #mask .inner ul.wallet > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: #fff;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
}
#wrap #mask .inner ul.wallet > li > span:first-child {
  flex: 1 0 0;
  font-size: 14px;
}
#wrap #mask .inner ul.wallet > li > span:last-child {
  color: #fff;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
}
#wrap #mask .inner ul.wallet > li > button,
#wrap #mask .inner ul.wallet > li > span:last-child {
  font-size: 20px;
}
#wrap #mask .inner ul.wallet > li > button {
  display: flex;
  align-items: center;
  border: none;
  color: #fff;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
}
#wrap #mask .inner ul.wallet > li > button > img {
  width: 12px;
  height: 24px;
}
#wrap #mask .inner ul.wallet > li.border {
  height: 0.5px;
  align-self: stretch;
  background-color: rgba(255, 255, 255, 0.2);
}
#wrap #mask .inner button.recordList {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-self: stretch;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 16px;
  align-items: center;
  cursor: pointer;
  width: 100%;
  border: none;
}
#wrap #mask .inner button.recordList > span {
  font-size: 16px;
  color: #fff;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
}
#wrap #mask .inner button.recordList > img {
  width: 15px;
  height: 30px;
}
#wrap #mask .inner .accountInfo {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}
#wrap #mask .inner .accountInfo > .top {
  display: flex;
  justify-content: space-between;
}
#wrap #mask .inner .accountInfo > .top > .l {
  display: flex;
  gap: 2px;
  align-items: center;
}
#wrap #mask .inner .accountInfo > .top > .l > img {
  width: 30px;
  height: 30px;
}
#wrap #mask .inner .accountInfo > .top > .l > span {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#wrap #mask .inner .accountInfo > .top > button.r {
  display: flex;
  width: 71px;
  padding: 4px 12px 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#wrap #mask .inner .accountInfo > .top > button.r > img {
  width: 20px;
  height: 20px;
}
#wrap #mask .inner .accountInfo > .top > button.r > span {
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#wrap #mask .inner .accountInfo > .border {
  height: 0.5px;
  align-self: stretch;
  background-color: rgba(255, 255, 255, 0.2);
}
#wrap #mask .inner .accountInfo .item {
  display: flex;
  padding: 4px 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  line-height: 140%;
}
#wrap #mask .inner .accountInfo .item > span:first-child {
  font-weight: 600;
  flex: 1 0 0;
}
#wrap #mask .inner .accountInfo .item > span:last-child {
  font-weight: 400;
}
#wrap #mask .rankWrap {
  display: inline-flex;
  flex: 1 0 0;
  overflow-y: auto;
}
#wrap #mask .rankWrap ul.rankList {
  width: 100%;
}
#wrap #mask .rankWrap ul.rankList > li {
  height: 50px;
  position: relative;
}
#wrap #mask .rankWrap ul.rankList > li,
#wrap #mask .rankWrap ul.rankList > li .l,
#wrap #mask .rankWrap ul.rankList > li .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap #mask .rankWrap ul.rankList > li .l {
  padding-left: 8px;
  gap: 8px;
}
#wrap #mask .rankWrap ul.rankList > li .l > span.index {
  width: 24px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}
#wrap #mask .rankWrap ul.rankList > li .l > img {
  width: 24px;
  height: 24px;
}
#wrap #mask .rankWrap ul.rankList > li .l > span.name {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
#wrap #mask .rankWrap ul.rankList > li .r {
  gap: 8px;
}
#wrap #mask .rankWrap ul.rankList > li .r > span {
  color: #ffc700;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
#wrap #mask .rankWrap ul.rankList > li .r > img {
  width: 26px;
  height: 26px;
}
#wrap #mask .rankWrap ul.rankList > li:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 90%;
  height: 0.5px;
  background-color: #fff;
  opacity: 0.2;
}
#wrap #mask .withdrawal {
  flex: 1 0 0;
  overflow-y: auto;
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}
#wrap #mask .withdrawal .item {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
#wrap #mask .withdrawal .item .info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#wrap #mask .withdrawal .item .info .amount {
  display: flex;
  align-items: center;
  gap: 2px;
}
#wrap #mask .withdrawal .item .info .amount > img {
  width: 24px;
  height: 24px;
  padding: 1px;
}
#wrap #mask .withdrawal .item .info .amount > span {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}
#wrap #mask .withdrawal .item .info .status .reject,
#wrap #mask .withdrawal .item .info .status .review,
#wrap #mask .withdrawal .item .info .status .success {
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}
#wrap #mask .withdrawal .item .info .status .review {
  color: #ffc700;
}
#wrap #mask .withdrawal .item .info .status .success {
  color: #15cb00;
}
#wrap #mask .withdrawal .item .info .status .reject {
  color: #ff3d00;
}
#wrap #mask .withdrawal .item .tip {
  align-self: stretch;
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
  opacity: 0.5;
}
#wrap #mask .withdrawal .item .warn {
  display: flex;
  align-items: center;
  gap: 4px;
}
#wrap #mask .withdrawal .item .warn > img {
  width: 12px;
  height: 12px;
}
#wrap #mask .withdrawal .item .warn > span {
  color: #ff3d00;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
#wrap #mask .withdrawal .border {
  height: 0.5px;
  align-self: stretch;
  background-color: rgba(255, 255, 255, 0.2);
}
#wrap #mask .invites {
  display: inline-flex;
  flex: 1 0 0;
  padding: 8px 0;
  flex-direction: column;
  box-sizing: border-box;
  overflow-y: auto;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}
#wrap #mask .invites > .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#wrap #mask .invites > .title > span {
  flex: 1 0 0;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#wrap #mask .invites > .title > span:first-child {
  text-align: left;
  padding-left: 20px;
}
#wrap #mask .invites .border {
  height: 0.5px;
  align-self: stretch;
  background-color: rgba(255, 255, 255, 0.2);
}
#wrap #mask .invites > ul {
  padding: 0 16px;
}
#wrap #mask .invites > ul li {
  position: relative;
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap #mask .invites > ul li .nickname {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
#wrap #mask .invites > ul li .channel {
  display: flex;
  align-items: center;
}
#wrap #mask .invites > ul li .channel > span {
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
  padding-right: 14px;
}
#wrap #mask .invites > ul li .channel > button {
  display: inline-flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(180deg, #ffc700 0, #ff8a00 100%);
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 800;
  line-height: 140%;
}
#wrap #mask .invites > ul li .channel.yes > span {
  color: #33fd3b;
}
#wrap #mask .invites > ul li .channel.no > span {
  color: #e95642;
}
#wrap #mask .invites > ul li .channel.yes > button {
  visibility: hidden;
}
#wrap #mask .invites > ul li:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 80%;
  height: 0;
  flex-shrink: 0;
  stroke-width: 0.5px;
  stroke: rgba(255, 255, 255, 0.2);
}
#wrap #mask .close {
  display: flex;
  gap: 4px;
  width: 215px;
  height: 42px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(185deg, #32b3ff 3.97%, #00bb95 96.33%);
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
  margin: 10px auto 0;
}
#wrap #mask .close > img {
  width: 32px;
  height: 32px;
}
#wrap #mask .groupBtn {
  display: flex;
  margin-top: 24px;
  gap: 16px;
}
#wrap #mask .groupBtn > button {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  height: 42px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#wrap #mask .groupBtn button.back {
  background: rgba(255, 255, 255, 0.12);
}
#wrap #mask .groupBtn button.save {
  background: linear-gradient(180deg, #ffc700 0, #ff8a00 100%);
}
#wrap #mask .nearlysuccess,
#wrap #mask .nospin,
#wrap #mask .super {
  position: relative;
  flex: 1 0 0;
  padding-top: 88px;
}
#wrap #mask .nearlysuccess > p,
#wrap #mask .nospin > p,
#wrap #mask .super > p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 36px;
}
#wrap #mask .nearlysuccess > p > span,
#wrap #mask .nospin > p > span,
#wrap #mask .super > p > span {
  color: #ffc700;
}
#wrap #mask .nospin > p > span.num,
#wrap #mask .super > p > span.num {
  font-size: 24px;
}
#wrap #mask .nospin > p > span.mini,
#wrap #mask .super > p > span.mini {
  font-size: 14px;
  line-height: 120%;
}
#wrap #mask .nospin .user,
#wrap #mask .super .user {
  position: relative;
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: var(--Linear, linear-gradient(185deg, #37c07e 3.97%, #0076cd 96.33%));
  margin: 8px;
}
#wrap #mask .nospin .user .l,
#wrap #mask .super .user .l {
  display: flex;
  gap: 7px;
  align-items: center;
  overflow: hidden;
  max-width: 45%;
  text-wrap: nowrap;
}
#wrap #mask .nospin .user .l > img,
#wrap #mask .super .user .l > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#wrap #mask .nospin .user .l > span,
#wrap #mask .super .user .l > span {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
}
#wrap #mask .nospin .user .r,
#wrap #mask .super .user .r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#wrap #mask .nospin .user .r .win,
#wrap #mask .super .user .r .win {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
  margin-bottom: 3px;
}
#wrap #mask .nospin .user .r .win > span,
#wrap #mask .super .user .r .win > span {
  color: #ffc700;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}
#wrap #mask .nospin .user .r > p,
#wrap #mask .super .user .r > p {
  color: #fff;
  text-align: right;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
}
#wrap #mask .nospin .user .r > p > span,
#wrap #mask .super .user .r > p > span {
  color: #ffc700;
  font-weight: 500;
}
#wrap #mask .nospin .user .mark,
#wrap #mask .super .user .mark {
  position: absolute;
  left: 0;
  top: -13px;
  display: flex;
  padding: 1px 16px;
  border-radius: 13px 13px 13px 1px;
  background: linear-gradient(180deg, #ffc700 0, #ff7a00 100%);
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
}
#wrap #mask .nospin ul.items,
#wrap #mask .super ul.items {
  display: flex;
  flex-direction: column;
  padding: 0 8px;
  gap: 8px;
}
#wrap #mask .nospin ul.items > li,
#wrap #mask .super ul.items > li {
  display: flex;
  padding: 10px 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}
#wrap #mask .nospin ul.items > li > .l,
#wrap #mask .super ul.items > li > .l {
  overflow: hidden;
  max-width: 40%;
  text-wrap: nowrap;
  display: flex;
  gap: 7px;
  align-items: center;
}
#wrap #mask .nospin ul.items > li > .l > img,
#wrap #mask .super ul.items > li > .l > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#wrap #mask .nospin ul.items > li > .l > span,
#wrap #mask .super ul.items > li > .l > span {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
}
#wrap #mask .nospin ul.items > li > .r,
#wrap #mask .super ul.items > li > .r {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
  margin-bottom: 3px;
}
#wrap #mask .nospin ul.items > li > .r > span,
#wrap #mask .super ul.items > li > .r > span {
  color: #ffc700;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}
#wrap #mask .nospin ul.items > li:nth-child(1),
#wrap #mask .nospin ul.items > li:nth-child(2),
#wrap #mask .super ul.items > li:nth-child(1),
#wrap #mask .super ul.items > li:nth-child(2) {
  position: relative;
}
#wrap #mask .nospin ul.items > li:nth-child(1) > .mark,
#wrap #mask .nospin ul.items > li:nth-child(2) > .mark,
#wrap #mask .super ul.items > li:nth-child(1) > .mark,
#wrap #mask .super ul.items > li:nth-child(2) > .mark {
  padding: 1px 16px;
  align-items: flex-start;
  position: absolute;
  top: -10.5px;
  left: 0;
  border-radius: 13px 13px 13px 1px;
  background: linear-gradient(180deg, #ffc700 0, #ff7a00 100%);
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
}
#wrap #mask .nospin ul.items > li.bgBlue,
#wrap #mask .super ul.items > li.bgBlue {
  background: linear-gradient(185deg, #008bf0 3.97%, #0052e8 96.33%);
}
#wrap #mask .nospin > img.cancel,
#wrap #mask .super > img.cancel {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 24px;
  height: 24px;
}
#wrap #mask .super .user {
  transform: translateY(0);
  transition: transform 1s ease-out;
  z-index: 2;
}
#wrap #mask .gemsWrap {
  flex: 1 0 0;
  overflow-y: auto;
  padding-top: 4px;
}
#wrap #mask .gemsWrap .redeem {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  margin-bottom: 28px;
}
#wrap #mask .gemsWrap .redeem > .l {
  display: flex;
  align-items: center;
  gap: 9px;
}
#wrap #mask .gemsWrap .redeem > .l > img {
  width: 39px;
  height: 39px;
}
#wrap #mask .gemsWrap .redeem > .l > span {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#wrap #mask .gemsWrap .redeem > .r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
}
#wrap #mask .gemsWrap .redeem > .r > button {
  display: flex;
  padding: 6px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: var(--Linear, linear-gradient(180deg, #ffc700 0, #ff8a00 100%));
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
}
#wrap #mask .gemsWrap .redeem > .r > span {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
#wrap #mask .gemsWrap .redeem > .r > span > img {
  width: 16px;
  height: 16px;
}
#wrap #mask .gemsWrap .redeem > .r > i {
  width: 7px;
  height: 7px;
  position: absolute;
  right: 0;
  top: -4px;
  border-radius: 6px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #ff5151 0, #ef1717 100%);
}
#wrap #mask .gemsWrap .title {
  position: relative;
  width: 100%;
  height: 57px;
  line-height: 57px;
  border-radius: 20px 20px 0 0;
  background: var(--Linear, linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%));
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.25) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.25) inset;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  font-family: Inter;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.5px;
}
#wrap #mask .gemsWrap .title > img {
  position: absolute;
  width: 29px;
  height: 54px;
  flex-shrink: 0;
  top: -14px;
}
#wrap #mask .gemsWrap .title > img:nth-child(1) {
  left: 30px;
}
#wrap #mask .gemsWrap .title > img:nth-child(2) {
  right: 30px;
}
#wrap #mask .gemsWrap .title img.close {
  position: absolute;
  right: -4px;
  top: -55px;
  width: 24px;
  height: 24px;
}
#wrap #mask .gemsWrap .dailyWrap {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 20px 20px;
  margin-bottom: 20px;
  gap: 16px;
  align-self: stretch;
  background: linear-gradient(180deg, #e4b9ff 0, #fff 100%);
}
#wrap #mask .gemsWrap .dailyWrap > ul {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;
}
#wrap #mask .gemsWrap .dailyWrap > ul > li {
  display: flex;
  width: calc(25% - 8px);
  padding: 8px 0;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  align-self: stretch;
  border-radius: 6px;
  background: #fff;
}
#wrap #mask .gemsWrap .dailyWrap > ul > li > img {
  width: 28px;
  height: 28px;
}
#wrap #mask .gemsWrap .dailyWrap > ul > li > span {
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.2px;
}
#wrap #mask .gemsWrap .dailyWrap > ul > li > span:nth-child(1) {
  color: #9e9e9e;
}
#wrap #mask .gemsWrap .dailyWrap > ul > li > span:nth-child(3) {
  color: #616161;
  font-weight: 700;
}
#wrap #mask .gemsWrap .dailyWrap > ul > li:nth-child(7) {
  width: calc(50% - 6px);
}
#wrap #mask .gemsWrap .dailyWrap > ul > li.finish {
  background: rgba(205, 132, 255, 0.7);
  opacity: 0.5;
}
#wrap #mask .gemsWrap .dailyWrap > ul > li.finish > span {
  color: #fff;
}
#wrap #mask .gemsWrap .dailyWrap > ul > li.today {
  background: var(--Linear, linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%));
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.15) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.25) inset;
}
#wrap #mask .gemsWrap .dailyWrap > ul > li.today > span {
  color: #fff;
}
#wrap #mask .gemsWrap .dailyWrap > ul > li.today > .light {
  position: relative;
}
#wrap #mask .gemsWrap .dailyWrap > ul > li.today > .light > img:nth-child(1) {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 2;
}
#wrap #mask .gemsWrap .dailyWrap > ul > li.today > .light > img:nth-child(2) {
  position: absolute;
  width: 45px;
  height: 45px;
  left: -9px;
  top: -10px;
  z-index: 1;
}
#wrap #mask .gemsWrap .dailyWrap > ul > li.today > .light > img:nth-child(2).running {
  -o-animation: init 3s linear infinite;
  -ms-animation: init 3s linear infinite;
  -moz-animation: init 3s linear infinite;
  -webkit-animation: init 3s linear infinite;
  animation: init 3s linear infinite;
}
#wrap #mask .gemsWrap .dailyWrap > p {
  align-self: stretch;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
#wrap #mask .gemsWrap .dailyWrap > span.action {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.2px;
  padding: 10px 0;
}
#wrap #mask .gemsWrap .dailyWrap > button.action {
  display: flex;
  height: 42px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%);
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.2px;
}
#wrap #mask .gemsWrap > h4 {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 12px;
}
#wrap #mask .gemsWrap > ul.taskList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
#wrap #mask .gemsWrap > ul.taskList > li {
  display: flex;
  padding: 8px 12px 8px 8px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(180deg, #8f00ff 0, #560099 100%);
}
#wrap #mask .gemsWrap > ul.taskList > li > .l {
  display: flex;
  align-items: center;
  gap: 8px;
}
#wrap #mask .gemsWrap > ul.taskList > li > .l > img {
  width: 44px;
  height: 44px;
}
#wrap #mask .gemsWrap > ul.taskList > li > .l > span {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
#wrap #mask .gemsWrap > ul.taskList > li > .r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
}
#wrap #mask .gemsWrap > ul.taskList > li > .r > .btn:nth-child(1) {
  display: flex;
  cursor: pointer;
  width: 70px;
  padding: 4px 0;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--Linear, linear-gradient(180deg, #ffc700 0, #ff8a00 100%));
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
}
#wrap #mask .gemsWrap > ul.taskList > li > .r > .btn:nth-child(2) {
  display: flex;
  cursor: pointer;
  width: 70px;
  padding: 4px 0;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #36e185 0, #00a639 100%);
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
  border-radius: 8px;
}
#wrap #mask .gemsWrap > ul.taskList > li > .r > .btn:nth-child(2) > img {
  width: 20px;
  height: 20px;
}
#wrap #mask .gemsWrap > ul.taskList > li > .r > img {
  width: 20px;
  height: 20px;
}
#wrap #mask .gemsWrap > ul.taskList > li > .r > span {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
}
#wrap #mask .gemsWrap > ul.taskList > li > .r.row {
  flex-direction: row;
  margin-right: 6px;
  gap: 0;
}
#wrap #imps {
  z-index: 6;
}
#wrap #imps .form .title {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 12px;
}
#wrap #imps .form label {
  flex: 1 0 0;
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 142%;
  text-transform: capitalize;
  text-indent: 8px;
  margin-bottom: 4px;
  display: block;
}
#wrap #imps .form input {
  width: 100%;
  text-indent: 16px;
  line-height: 36px;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  outline: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 12px;
}
#wrap #imps .form input:focus {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
#wrap #imps .form input::placeholder {
  font-weight: 400;
  opacity: 0.5;
}


#wrap #imps .form select {
  width: 100%;
  text-indent: 16px;
  line-height: 36px;
  height: 36px;
  color: #ff8a00;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  outline: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 12px;
}
#wrap #imps .form select:focus {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
#wrap #imps .form select::placeholder {
  font-weight: 400;
  opacity: 0.5;
}

#wrap #imps .form .code {
  position: relative;
}
#wrap #imps .form .code > button {
  display: flex;
  cursor: pointer;
  width: 100px;
  height: 28px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 6px;
  right: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
}
#wrap #imps .form .code > span {
  position: absolute;
  left: 18px;
  top: 11px;
  font-size: 14px;
  color: #fff;
}
#wrap #imps .form .code > input {
  text-indent: 44px;
}
#wrap #imps .form .check {
  padding-left: 8px;
  flex: 1 0 0;
  color: #ff3d00;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
}
#wrap #imps .groupBtn {
  margin-top: 24px;
  display: flex;
  gap: 16px;
}
#wrap #imps .groupBtn > button {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  height: 42px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#wrap #imps .groupBtn button.back {
  background: rgba(255, 255, 255, 0.12);
}
#wrap #imps .groupBtn button.save {
  background: linear-gradient(180deg, #ffc700 0, #ff8a00 100%);
}
#wrap #popup {
  z-index: 8;
  justify-content: center;
  align-items: center;
}
#wrap #popup .main {
  position: relative;
  display: flex;
  width: 98%;
  padding: 5px 20px 20px 20px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(180deg, #37c07e 0, #0076cd 100%);
}
#wrap #popup .main .double {
  display: flex;
  padding: 30px 0 8px;
  width: 100%;
  height: 100px;
  gap: 38px;
  align-items: center;
  justify-content: center;
  color: #ffc700;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
}
#wrap #popup .main .double > .l,
#wrap #popup .main .double > .r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
}
#wrap #popup .main .double > .l img.before,
#wrap #popup .main .double > .r img.before {
  width: 60px;
  height: 60px;
}
#wrap #popup .main .double > .l img.change,
#wrap #popup .main .double > .r img.change {
  width: 36px;
  height: 36px;
}
#wrap #popup .main .double > .l img.after,
#wrap #popup .main .double > .r img.after {
  width: 80px;
  height: 60px;
}
#wrap #popup .main .double > img {
  width: 36px;
  height: 36px;
}
#wrap #popup .main > img.icon {
  width: 120px;
  height: 120px;
}
#wrap #popup .main > p {
  color: #fff;
  align-self: stretch;
  text-align: center;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  line-height: 140%;
}
#wrap #popup .main > p > span {
  font-weight: 700;
  color: #ffc700;
  font-size: 30px;
}
#wrap #popup .main > p > span.mini {
  font-size: 20px;
}
#wrap #popup .main > .sub {
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
#wrap #popup .main > .sub > span {
  font-weight: 700;
  color: #ffc700;
  font-size: 30px;
}
#wrap #popup .main > .sub > span.mini {
  font-size: 16px;
}
#wrap #popup .main > .gave-up,
#wrap #popup .main > button {
  display: flex;
  height: 42px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 16px;
}
#wrap #popup .main > button.action {
  background: linear-gradient(180deg, #ffc700 0, #ff8a00 100%);
  margin-bottom: 8px;
}
#wrap #popup .main .groupBtn {
  display: flex;
  gap: 16px;
  width: 100%;
}
#wrap #popup .main .groupBtn > button,
#wrap #popup .main .groupBtn > span.cancel {
  display: flex;
  height: 42px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 16px;
}
#wrap #popup .main .groupBtn > button.action {
  background: linear-gradient(180deg, #ffc700 0, #ff8a00 100%);
}
#wrap #popup .main > .top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  align-self: stretch;
}
#wrap #popup .main > .top > img {
  width: 120px;
  height: 120px;
}
#wrap #popup .main > .top > span {
  color: #ffc700;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
}
#wrap #popup .main > .head {
  position: relative;
}
#wrap #popup .main > .head > img {
  width: 140px;
  height: 140px;
}
#wrap #popup .main > .head > img:nth-child(1) {
  position: relative;
  z-index: 2;
}
#wrap #popup .main > .head > img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: -4px;
  z-index: 1;
  margin-left: -70px;
}
#wrap #popup .main > .head > img:nth-child(2).running {
  -o-animation: init 3s linear infinite;
  -ms-animation: init 3s linear infinite;
  -moz-animation: init 3s linear infinite;
  -webkit-animation: init 3s linear infinite;
  animation: init 3s linear infinite;
}
#wrap #popup .main > img.god {
  position: absolute;
  top: -170px;
  width: 184px;
  z-index: 9;
}
#wrap #popup .main > img.god-circle {
  position: absolute;
  top: -196px;
  width: 234px;
  z-index: 8;
}
#wrap #popup .main > img.god-circle.running {
  -o-animation: init 90s linear infinite;
  -ms-animation: init 90s linear infinite;
  -moz-animation: init 90s linear infinite;
  -webkit-animation: init 90s linear infinite;
  animation: init 90s linear infinite;
}
#wrap #popup .main > img.cancel,
#wrap #popup .main > img.close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
#wrap #popup .main > .bless {
  position: absolute;
  top: -36px;
  z-index: 9;
  width: 312px;
  height: 54px;
}
#wrap #popup .main.wish {
  gap: 24px;
  padding-top: 26px;
  margin-top: 60px;
}
#wrap #popup .main.wish > .sub {
  align-self: stretch;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
  text-align: left;
}
#wrap #popup .main.wish > .sub > span {
  font-size: 18px;
  color: #ffc700;
}
#wrap #popup .main.wish > .sub > i {
  font-style: normal;
  color: #ff2e00;
}
#wrap #popup .main.wish > button {
  margin: 0;
}
#wrap #popup .main.wish .gave-up {
  margin-top: 0;
  cursor: pointer;
}
#wrap #popup .main.wish > .progress {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#wrap #popup .main.wish > .progress .balance {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 11px;
}
#wrap #popup .main.wish > .progress .balance > img {
  width: 29px;
  height: 29px;
}
#wrap #popup .main.wish > .progress .balance > span {
  color: #ffc700;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.902px;
}
#wrap #popup .main.wish > .progress .balance > i {
  font-style: normal;
}
#wrap #popup .main.wish > .progress .line {
  width: 280px;
  height: 11px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 9px;
  position: relative;
}
#wrap #popup .main.wish > .progress .line .fill1,
#wrap #popup .main.wish > .progress .line .fill2 {
  height: 11px;
  flex-shrink: 0;
  background: linear-gradient(270deg, #ffce20 3.2%, #ff844f 99.85%, #fc7f4a 99.85%);
  border-radius: 10px;
  position: absolute;
}
#wrap #popup .main.wish > .progress .line .fill1 > span,
#wrap #popup .main.wish > .progress .line .fill2 > span {
  position: absolute;
  right: 12px;
  bottom: -1px;
  color: #fff;
  font-family: Inter;
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
#wrap #popup .main.wish > .progress .line .fill2:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 50%;
}
#wrap #popup .main.wish > .progress .line .fill1 {
  z-index: 1;
}
#wrap #popup .main.wish > .progress .line .fill2 {
  background: linear-gradient(270deg, #fa00ff 3.2%, #f366f6 99.85%);
}
#wrap #popup .main.wish > .progress .line .goal {
  position: absolute;
  right: 0.5px;
  bottom: 9px;
  color: #ffc700;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}
#wrap #popup .main.wish > .progress p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  line-height: normal;
  margin-top: 11px;
}
#wrap #popup .main.wish > .progress p > span {
  color: #ffc700;
  font-weight: 700;
}
#wrap #popup .main.shock > .progress {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#wrap #popup .main.shock > .progress .balance {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 11px;
}
#wrap #popup .main.shock > .progress .balance > img {
  width: 29px;
  height: 29px;
}
#wrap #popup .main.shock > .progress .balance > span {
  color: #ffc700;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.902px;
}
#wrap #popup .main.shock > .progress .balance > i {
  font-style: normal;
}
#wrap #popup .main.shock > .progress .line {
  width: 280px;
  height: 11px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 9px;
  position: relative;
}
#wrap #popup .main.shock > .progress .line .fill1 {
  height: 11px;
  flex-shrink: 0;
  background: linear-gradient(270deg, #ffce20 3.2%, #ff844f 99.85%, #fc7f4a 99.85%);
  border-radius: 8px;
  position: absolute;
}
#wrap #popup .main.shock > .progress .line .fill1 > span {
  position: absolute;
  right: 12px;
  bottom: -1px;
  color: #fff;
  font-family: Inter;
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
#wrap #popup .main.shock > .progress .line .goal {
  position: absolute;
  right: 0.5px;
  bottom: 9px;
  color: #ffc700;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}
#wrap #popup .main.shock > p {
  color: #ff2e00;
}
#wrap #popup .main.shock > button {
  margin: 0;
}
#wrap #popup .main.shock > button.action {
  margin: 16px 0 8px;
}
#wrap #popup .daily {
  width: 98%;
}
#wrap #popup .daily .title {
  position: relative;
  width: 100%;
  height: 57px;
  line-height: 57px;
  border-radius: 20px 20px 0 0;
  background: var(--Linear, linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%));
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.25) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.25) inset;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  font-family: Inter;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.5px;
}
#wrap #popup .daily .title > img {
  position: absolute;
  width: 29px;
  height: 54px;
  flex-shrink: 0;
  top: -14px;
}
#wrap #popup .daily .title > img:nth-child(1) {
  left: 30px;
}
#wrap #popup .daily .title > img:nth-child(2) {
  right: 30px;
}
#wrap #popup .daily .title img.close {
  position: absolute;
  right: -4px;
  top: -55px;
  width: 24px;
  height: 24px;
}
#wrap #popup .daily .wrap {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 20px 20px;
  gap: 16px;
  align-self: stretch;
  background: linear-gradient(180deg, #e4b9ff 0, #fff 100%);
}
#wrap #popup .daily .wrap > ul {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;
}
#wrap #popup .daily .wrap > ul > li {
  display: flex;
  width: calc(25% - 8px);
  padding: 8px 0;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  align-self: stretch;
  border-radius: 6px;
  background: #fff;
}
#wrap #popup .daily .wrap > ul > li > img {
  width: 28px;
  height: 28px;
}
#wrap #popup .daily .wrap > ul > li > span {
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.2px;
}
#wrap #popup .daily .wrap > ul > li > span:nth-child(1) {
  color: #9e9e9e;
}
#wrap #popup .daily .wrap > ul > li > span:nth-child(3) {
  color: #616161;
  font-weight: 700;
}
#wrap #popup .daily .wrap > ul > li:nth-child(7) {
  width: calc(50% - 6px);
}
#wrap #popup .daily .wrap > ul > li.finish {
  background: rgba(205, 132, 255, 0.7);
  opacity: 0.5;
}
#wrap #popup .daily .wrap > ul > li.finish > span {
  color: #fff;
}
#wrap #popup .daily .wrap > ul > li.today {
  background: var(--Linear, linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%));
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.15) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.25) inset;
}
#wrap #popup .daily .wrap > ul > li.today > span {
  color: #fff;
}
#wrap #popup .daily .wrap > ul > li.today > .light {
  position: relative;
}
#wrap #popup .daily .wrap > ul > li.today > .light > img:nth-child(1) {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 2;
}
#wrap #popup .daily .wrap > ul > li.today > .light > img:nth-child(2) {
  position: absolute;
  width: 45px;
  height: 45px;
  left: -9px;
  top: -10px;
  z-index: 1;
}
#wrap #popup .daily .wrap > ul > li.today > .light > img:nth-child(2).running {
  -o-animation: init 3s linear infinite;
  -ms-animation: init 3s linear infinite;
  -moz-animation: init 3s linear infinite;
  -webkit-animation: init 3s linear infinite;
  animation: init 3s linear infinite;
}
#wrap #popup .daily .wrap > p {
  align-self: stretch;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
#wrap #popup .daily .wrap > button {
  display: flex;
  height: 42px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%);
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.2px;
}
@keyframes progshow {
  0% {
    width: 0;
    opacity: 0.4;
  }
  100% {
    width: 100%;
    opacity: 0.1;
  }
}
@keyframes shake {
  0%,
  100% {
    transform: rotate(0);
    transform-origin: 50% 50%;
  }
  10% {
    transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  90% {
    transform: rotate(8deg);
  }
}
@keyframes init {
  100% {
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes breathe {
  0%,
  100% {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}


.taskContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.taskContainer .left {
  margin: 10px;
  font-size: 20px;
  color: white;
}

.taskContainer .right {    
  margin: 10px;
  width: 30px;
}


#mask .task-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px
}

#mask .task-title-box>h4 {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

#mask .task-title-box .refresh-box {
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.2);
    padding: 6px
}

#mask .task-title-box img {
    width: 16px;
    height: 16px;
    display: block
}

#mask .inner.inner-task {
    position: sticky;
    top: 0;
    background: linear-gradient(to bottom,#27064b 0,#360b5b 70%,rgba(64,20,102,0) 100%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#mask .inner.inner-task .task-detail-btn {
    display: flex;
    width: 100px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(255,255,255,.12);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}


#mask .gemsWrap .task-invite-box {
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(176,77,255,.6);
    padding: 12px 0;
    margin-bottom: 24px
}

#mask .gemsWrap .task-invite-box .task-invite-swarp {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center
}

#mask .gemsWrap .task-invite-box .task-invite-swarp .task-invite-icon {
    width: 28px;
    height: 28px;
    background: url(/image/invite-task.png) no-repeat;
    background-size: 100%;
    margin: 0 6px
}

#mask .gemsWrap .task-invite-box .task-invite-swarp .task-invite-icon.spin {
    background: url(/image/spin.png?v=1) no-repeat;
    background-size: 100%
}

#mask .gemsWrap .task-invite-box .task-invite-btn {
    display: flex;
    width: 160px;
    height: 28px;
    margin: 8px auto 0 auto;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.4);
    background: var(--Linear,linear-gradient(185deg,#c00cff 3.97%,#6500b4 96.33%));
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 28px
}
