.mask {
    z-index: 3005;
    transition: transform .35s
}

.mask .close-box {
    position: sticky;
    bottom: 0;
    z-index: 3009;
    width: 100%;
    background: #1f0241;
    padding: 1px 0 10px
}

.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 .inner .topic>img {
    cursor: pointer;
    width: 28px;
    height: 28px
}

.mask .inner>p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
    display: flex;
    align-items: center
}

.mask .inner>p>img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 6px
}

.mask .inner>p.tip {
    opacity: .5;
    margin-bottom: 16px
}

.mask .inner>h3,
.mask .inner>h4 {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize
}

.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
}

.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, .4);
    background: linear-gradient(180deg, #8f00ff 0, #560099 100%);
    margin-bottom: 16px
}

.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
}

.mask .inner ul.wallet>li>span:first-child {
    flex: 1 0 0;
    font-size: 14px
}

.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
}

.mask .inner ul.wallet>li>button,
.mask .inner ul.wallet>li>span:last-child {
    font-size: 20px
}

.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
}

.mask .inner ul.wallet>li>button>img {
    width: 12px;
    height: 24px
}

.mask .inner ul.wallet>li.border {
    height: .5px;
    align-self: stretch;
    background-color: rgba(255, 255, 255, .2)
}

.mask .inner button.recordList {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-self: stretch;
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    margin-bottom: 16px;
    align-items: center;
    cursor: pointer;
    width: 95%;
    border: none;
    
}

.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
}

.mask .inner button.recordList>img {
    width: 15px;
    height: 30px
}

.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, .08)
}

.mask .inner .accountInfo>.top {
    display: flex;
    justify-content: space-between
}

.mask .inner .accountInfo>.top>.l {
    display: flex;
    gap: 2px;
    align-items: center
}

.mask .inner .accountInfo>.top>.l>img {
    width: 30px;
    height: 30px
}

.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
}

.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, .2);
    background: transparent;
}

.mask .inner .accountInfo>.top>button.r>img {
    width: 20px;
    height: 20px
}

.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
}

.mask .inner .accountInfo>.border {
    height: .5px;
    align-self: stretch;
    background-color: rgba(255, 255, 255, .2)
}

.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%
}

.mask .inner .accountInfo .item>span:first-child {
    font-weight: 600;
    flex: 1 0 0
}

.mask .inner .accountInfo .item>span:last-child {
    font-weight: 400
}

.mask .rankWrap {
    flex: 1 0 0;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overscroll-behavior: contain;
    -ms-scroll-chaining: contain
}

.mask .rankWrap ul.rankList {
    width: 100%;
    margin-left: -40px;
}

.mask .rankWrap ul.rankList>li {
    height: 50px;
    position: relative
}

.mask .rankWrap ul.rankList>li,
.mask .rankWrap ul.rankList>li .l,
.mask .rankWrap ul.rankList>li .r {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mask .rankWrap ul.rankList>li .l {
    gap: 8px;
    max-width: 75%;
    overflow: hidden
}

.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
}

.mask .rankWrap ul.rankList>li .l>img {
    width: 24px;
    height: 24px
}

.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%;
    text-wrap: nowrap
}

.mask .rankWrap ul.rankList>li .r {
    gap: 8px
}

.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
}

.mask .rankWrap ul.rankList>li .r>span.num {
    color: #fff
}

.mask .rankWrap ul.rankList>li .r>img {
    width: 26px;
    height: 26px
}

.mask .rankWrap ul.rankList>li:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 90%;
    height: .5px;
    background-color: #fff;
    opacity: .2
}

.mask>ul.invitation {
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 10px 0;
    color: #fff;
    list-style-type: none;
    margin-left: -30px;
}

.mask>ul.invitation>li {
    color: rgba(255, 255, 255, .5);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    list-style-type: none;
}

.mask>ul.invitation>li.active {
    color: #fff;
    font-weight: 700;
    position: relative
}

.mask>ul.invitation>li.active:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 22px;
    height: 3px;
    border-radius: 14px;
    background: var(--Wallet-text_overlay, #fff);
    transform: translateX(-11px)
}

.mask>.switch {
    display: flex;
    justify-content: space-between;
    padding: 5px 0
}

.mask>.switch>p {
    display: flex;
    align-items: center;
    gap: 4px
}

.mask>.switch>p>img {
    width: 16px;
    height: 16px
}

.mask>.switch>p>span {
    color: rgba(255, 255, 255, .5);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.mask>.switch>.latitude {
    display: flex;
    padding: 1px 8px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    cursor: pointer;
    border-radius: 14px;
    background: rgba(255, 255, 255, .2)
}

.mask>.switch>.latitude>img {
    width: 16px;
    height: 16px
}

.mask>.switch>.latitude>span {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize
}

.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, .08)
}

.mask .withdrawal .item {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch
}

.mask .withdrawal .item .info {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.mask .withdrawal .item .info .amount {
    display: flex;
    align-items: center;
    gap: 2px
}

.mask .withdrawal .item .info .amount>img {
    width: 24px;
    height: 24px;
    padding: 1px
}

.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
}

.mask .withdrawal .item .info .status .reject,
.mask .withdrawal .item .info .status .review,
.mask .withdrawal .item .info .status .success {
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize
}

.mask .withdrawal .item .info .status .review {
    color: #ffc700
}

.mask .withdrawal .item .info .status .success {
    color: #15cb00
}

.mask .withdrawal .item .info .status .reject {
    color: #ff3d00
}

.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: .5
}

.mask .withdrawal .item .warn {
    display: flex;
    align-items: center;
    gap: 4px
}

.mask .withdrawal .item .warn>img {
    width: 12px;
    height: 12px
}

.mask .withdrawal .item .warn>span {
    color: #ff3d00;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

.mask .withdrawal .border {
    height: .5px;
    align-self: stretch;
    background-color: rgba(255, 255, 255, .2)
}

.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, .08)
}

.mask .invites>.title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.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
}

.mask .invites>.title>span:first-child {
    text-align: left;
    padding-left: 20px
}

.mask .invites .border {
    height: .5px;
    align-self: stretch;
    background-color: rgba(255, 255, 255, .2)
}

.mask .invites>ul {
    padding: 0 16px
}

.mask .invites>ul li {
    position: relative;
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.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%;
    display: flex;
    gap: 8px;
    align-items: center
}

.mask .invites>ul li .channel {
    display: flex;
    align-items: center
}

.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
}

.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, .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%
}

.mask .invites>ul li .channel.yes>span {
    color: #33fd3b
}

.mask .invites>ul li .channel.no>span {
    color: #e95642
}

.mask .invites>ul li .channel.yes>button {
    visibility: hidden
}

.mask .invites>ul li:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 80%;
    height: 0;
    flex-shrink: 0;
    stroke-width: .5px;
    stroke: rgba(255, 255, 255, .2)
}

.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, .4);
    background: 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: normal;
    margin: 10px auto 10px
}

.mask .close>img {
    width: 32px;
    height: 32px
}

.mask .groupBtn {
    display: flex;
    margin-top: 24px;
    gap: 16px
}

.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, .4)
}

.mask .groupBtn button.back {
    background: rgba(255, 255, 255, .12)
}

.mask .groupBtn button.save {
    background: linear-gradient(180deg, #ffc700 0, #ff8a00 100%)
}

.mask .super,
.mask .zeroTime {
    position: relative;
    padding-top: 100px
}

.mask .super>p,
.mask .zeroTime>p {
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    background: linear-gradient(90deg, #fff100 0, #fff 50%, #fff100 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px
}

.mask .super>p>span,
.mask .zeroTime>p>span {
    color: #ffc700
}

.mask .super>p>span.num,
.mask .zeroTime>p>span.num {
    font-size: 24px
}

.mask .super>p>span.mini,
.mask .zeroTime>p>span.mini {
    font-size: 14px;
    line-height: 120%
}

.mask .super .user,
.mask .zeroTime .user {
    position: relative;
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: var(--Linear, linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%));
    margin: 8px
}

.mask .super .user .l,
.mask .zeroTime .user .l {
    display: flex;
    gap: 7px;
    align-items: center;
    overflow: hidden;
    max-width: 45%;
    text-wrap: nowrap
}

.mask .super .user .l>img,
.mask .zeroTime .user .l>img {
    border-radius: 50%
}

.mask .super .user .l>span,
.mask .zeroTime .user .l>span {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize
}

.mask .super .user .r,
.mask .zeroTime .user .r {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.mask .super .user .r .win,
.mask .zeroTime .user .r .win {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 3px
}

.mask .super .user .r .win>span,
.mask .zeroTime .user .r .win>span {
    color: #ffc700;
    font-size: 20px;
    font-style: italic;
    font-weight: 700
}

.mask .super .user .r>p,
.mask .zeroTime .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
}

.mask .super .user .r>p>span,
.mask .zeroTime .user .r>p>span {
    color: #ffc700;
    font-weight: 500
}

.mask .super .user .mark,
.mask .zeroTime .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
}

.mask .super ul.items,
.mask .zeroTime ul.items {
    display: flex;
    flex-direction: column;
    padding: 0 8px;
    gap: 8px
}

.mask .super ul.items>li,
.mask .zeroTime ul.items>li {
    display: flex;
    padding: 10px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, .5)
}

.mask .super ul.items>li>.l,
.mask .zeroTime ul.items>li>.l {
    overflow: hidden;
    max-width: 40%;
    text-wrap: nowrap;
    display: flex;
    gap: 7px;
    align-items: center
}

.mask .super ul.items>li>.l>img,
.mask .zeroTime ul.items>li>.l>img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.mask .super ul.items>li>.l>span,
.mask .zeroTime 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
}

.mask .super ul.items>li>.r,
.mask .zeroTime ul.items>li>.r {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 3px
}

.mask .super ul.items>li>.r>span,
.mask .zeroTime ul.items>li>.r>span {
    color: #ffc700;
    font-size: 20px;
    font-style: italic;
    font-weight: 700
}

.mask .super ul.items>li:nth-child(1),
.mask .super ul.items>li:nth-child(2),
.mask .zeroTime ul.items>li:nth-child(1),
.mask .zeroTime ul.items>li:nth-child(2) {
    position: relative
}

.mask .super ul.items>li:nth-child(1)>.mark,
.mask .super ul.items>li:nth-child(2)>.mark,
.mask .zeroTime ul.items>li:nth-child(1)>.mark,
.mask .zeroTime 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
}

.mask .super ul.items>li.bgBlue,
.mask .zeroTime ul.items>li.bgBlue {
    background: linear-gradient(185deg, #008bf0 3.97%, #0052e8 96.33%)
}

.mask .super>img.cancel,
.mask .zeroTime>img.cancel {
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 36px;
    width: 24px;
    height: 24px
}

.mask>.real {
    display: flex;
    width: 219px;
    padding: 2px 10px;
    margin: 30px auto;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .5);
    animation: scale-up-horizontal-center .5s
}

.mask>.real>img {
    width: 30px;
    height: 32px
}

.mask>.real>.event {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize
}

.mask>.real>.event>span {
    color: #ffc700
}

.mask .super .user {
    transform: translateY(0);
    transition: transform 1s ease-out;
    z-index: 2
}

.mask>#celebrateWrap {
    width: 100%;
    position: absolute;
    bottom: 0
}

.mask>#realWrap {
    margin-top: 50%;
    width: 100%
}

.mask>#avatarWrap {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px
}

.mask>#avatarWrap>.crownWrap {
    width: 234px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.mask>#avatarWrap>.crownWrap>.crown {
    margin-bottom: 14px
}

.mask>#avatarWrap>.crownWrap>.crown>.top {
    width: 112px;
    height: 81px;
    margin: 0 auto;
    background: url(../image/crown.png) no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center
}

.mask>#avatarWrap>.crownWrap>.crown>.top>.pic {
    z-index: -1;
    margin-top: 18px
}

.mask>#avatarWrap>.crownWrap>.crown>.bot {
    width: 119px;
    height: 25px;
    color: #6e2a00;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    background: url(../image/streamer.png) no-repeat;
    background-size: contain;
    line-height: 20px;
    text-wrap: nowrap;
    overflow: hidden;
    margin-top: -8px
}

.mask>#avatarWrap>.crownWrap>p {
    text-align: center;
    text-shadow: 0 0 4px rgba(255, 187, 85, .8);
    font-family: Inter;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    background: linear-gradient(90deg, #ffdf37 0, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mask>#luckyWrap {
    width: 100%
}

.mask>.gotWrap {
    margin-top: 50px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.mask>.gotWrap>p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize
}

.mask>.gotWrap>p>span {
    color: #ffc700
}

.mask>.gotWrap>p.big {
    color: #ffc700;
    font-size: 32px;
    padding-bottom: 30px
}

.mask>.gotWrap>.icon {
    padding: 24px 0
}

.mask>.gotWrap>.icon>img {
    width: 120px;
    height: 120px
}

.mask>.gotWrap>button.close {
    background: linear-gradient(180deg, #ffc700 0, #ff8a00 100%)
}

.mask>.gotWrap::after {
    content: '';
    position: absolute;
    width: 215px;
    height: 215px;
    background: center no-repeat url(../image/bg-light.png);
    background-size: contain;
    -o-animation: init 9s linear infinite;
    -ms-animation: init 9s linear infinite;
    -moz-animation: init 9s linear infinite;
    -webkit-animation: init 9s linear infinite;
    animation: init 9s linear infinite;
    z-index: -1
}

.mask>.luckybox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/image/luckybox_bg.jpg) no-repeat;
    background-size: 100% 100%
}

.mask>.luckybox .luckybox-title {
    text-shadow: 0 2.5px 2.5px rgba(0, 0, 0, .25), 0 1.25px 0 #d6d6d6;
    -webkit-text-stroke-width: 2.5;
    -webkit-text-stroke-color: #fff;
    font-family: Inter;
    font-size: 22px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    background: radial-gradient(74.48% 79.45% at 50.12% 79.45%, #ffb800 0, #ffac00 12.5%, #ff8a00 31.25%, #ff5c00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mask>.packetWrap {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.mask>.packetWrap .packetWrap-header {
    margin-bottom: 10px
}

.mask>.packetWrap .packetWrap-mt {
    position: relative;
    height: 100px;
    width: 100%
}

.mask>.packetWrap .packetWrap-close {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/image/close.png) no-repeat;
    background-size: 100%;
    right: 0;
    top: 0
}

.mask>.packetWrap .packetWrap-avatar {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 60px;
    background: #8000ff
}

.mask>.packetWrap .packetWrap-avatar.empty {
    background: url(/image/emptyuser.svg) no-repeat;
    background-size: 100% 100%;
    border-radius: 0
}

.mask>.packetWrap .packetWrap-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.mask>.packetWrap .packetWrap-name {
    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: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mask>.packetWrap .packetWrap-name.nohide {
    overflow: unset
}

.mask>.packetWrap .packetWrap-icon {
    width: 20px;
    height: 20px;
    background: url(/image/diamond.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 3px
}

.mask>.packetWrap .packetWrap-desc {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 140%;
    text-transform: capitalize
}

.mask>.packetWrap .packetWrap-desc .hight {
    color: #ffc700
}

.mask>.packetWrap .packetWrap-desc.miss {
    font-size: 14px;
    opacity: .5
}

.mask>.packetWrap .packetWrap-desc.mb {
    margin-bottom: 20px
}

.mask>.packetWrap .packetWrap-desc.line {
    display: block;
    padding: 4px 8px;
    border-bottom: 1px solid
}

.mask>.packetWrap .packetWrap-tips {
    color: #fff;
    text-align: left;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: 100%
}

.mask>.packetWrap .packetWrap-tips span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/image/icon_notice.svg) no-repeat;
    background-size: 100%;
    vertical-align: text-bottom;
    margin-right: 3px
}

.mask>.packetWrap .packetWrap-icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 58px 0
}

.mask>.packetWrap .packetWrap-icon-box .packetWrap-right {
    margin: 0 40px
}

.mask>.packetWrap .packetWrap-icon-box .packetWrap-right img {
    width: 66px;
    height: 50px;
    display: block
}

.mask>.packetWrap .packetWrap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(65px, 1fr));
    gap: 50px;
    row-gap: 8px;
    justify-items: center;
    margin-bottom: 42px;
    width: 100%
}

.mask>.packetWrap .packetWrap-grid .packetWrap-grid-item {
    width: 65px;
    height: 69px
}

.mask>.packetWrap .packetWrap-grid:only-child {
    justify-content: center
}

.mask>.packetWrap .packetWrap-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 20px
}

.mask>.packetWrap .packetWrap-btn .btn {
    background: linear-gradient(180deg, #ffc700 0, #ff8a00 100%);
    width: auto;
    padding: 0 16px;
    display: flex;
    gap: 4px;
    height: 50px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    margin: 10px auto 10px;
    min-width: 140px
}

.mask>.packetWrap .packetWrap-btn .btn.warp {
    flex: 1
}

.mask>.packetWrap .packetWrap-btn .packetWrap-copy {
    display: flex;
    height: 50px;
    width: 24px;
    margin-left: 8px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: linear-gradient(180deg, #ffc700 0, #ff8a00 100%)
}

.mask>.packetWrap .packetWrap-box {
    position: relative
}

.mask>.packetWrap .packetWrap-box::after {
    content: '';
    position: absolute;
    width: 140%;
    height: 140%;
    background: center no-repeat url(/image/bg-light.png);
    left: -17%;
    top: -22%;
    transform-origin: center center;
    background-size: contain;
    -o-animation: init 9s linear infinite;
    -ms-animation: init 9s linear infinite;
    -moz-animation: init 9s linear infinite;
    -webkit-animation: init 9s linear infinite;
    animation: init 9s linear infinite;
    z-index: -1
}

.mask>.packetWrap .packetWrap-box>img {
    width: 120px;
    height: 120px
}

.mask>.packetWrap .packetWrap-box.sm>img {
    width: 58px;
    height: 58px
}

.mask>.packetWrap .packetWrap-box.md>img {
    width: 78px;
    height: 78px
}

.mask>.packetWrap>p {
    font-size: 16px
}

.mask>.packetWrap>.icon>img {
    width: 140px;
    height: 140px
}

.mask>.got10Wrap {
    margin-top: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px
}

.mask>.got10Wrap>h4 {
    color: #fff;
    align-self: stretch;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%
}

.mask>.got10Wrap>h4>span {
    color: #ffc700
}

.mask>.got10Wrap>ul.items {
    display: flex;
    justify-content: center;
    gap: 24px 10px;
    align-self: stretch;
    flex-wrap: wrap
}

.mask>.got10Wrap>ul.items>li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    padding: 16px 14px 9px;
    flex-shrink: 0;
    border-radius: 6px;
    background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%);
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .15) inset, 0 4px 4px 0 rgba(255, 255, 255, .25) inset
}

.mask>.got10Wrap>ul.items>li>.num {
    position: absolute;
    left: -4px;
    top: -6px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(2px);
    color: #fff;
    font-family: Inter;
    font-size: 10px;
    font-style: italic;
    font-weight: 800;
    line-height: 18px;
    text-align: center;
    border-radius: 50%
}

.mask>.got10Wrap>ul.items>li>.light {
    position: relative
}

.mask>.got10Wrap>ul.items>li>.light>img:nth-child(1) {
    width: 28px;
    height: 28px;
    position: relative;
    z-index: 2
}

.mask>.got10Wrap>ul.items>li>.light>img:nth-child(2) {
    position: absolute;
    width: 45px;
    height: 45px;
    left: -9px;
    top: -10px;
    z-index: 1
}

.mask>.got10Wrap>ul.items>li>.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
}

.mask>.got10Wrap>ul.items>li>.sum {
    color: #ffc700;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    letter-spacing: .902px
}

.mask>.got10Wrap>ul.items>li>.label {
    position: absolute;
    left: 16px;
    top: -16px;
    padding: 8px 10px;
    border-radius: 6px;
    background: #000;
    box-shadow: 0 12px 24px 0 rgba(134, 140, 152, .12), 0 1px 2px 0 rgba(228, 229, 231, .24);
    font-weight: 600;
    font-size: 10px;
    color: #fff;
    text-wrap: nowrap
}

.mask>.got10Wrap>ul.items>li>.label>img {
    width: 10px;
    height: 6px;
    position: absolute;
    left: 12px;
    bottom: -5px
}

.mask>.got10Wrap>p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 140%
}

.mask>.got10Wrap>button.close {
    margin: 0;
    background: linear-gradient(180deg, #ffc700 0, #ff8a00 100%)
}

.mask .gemsWrap {
    padding-top: 4px
}

.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(https://tglucky.freeland.ai/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
}

.mask .gemsWrap .redeem {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 28px
}

.mask .gemsWrap .redeem>.l {
    display: flex;
    align-items: center;
    gap: 9px
}

.mask .gemsWrap .redeem>.l>img {
    width: 39px;
    height: 39px
}

.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
}

.mask .gemsWrap .redeem>.r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: relative
}

.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, .4);
    background: 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
}

.mask .gemsWrap .redeem>.r>button.disabled {
    background: linear-gradient(180deg, #b7b7b7 0, #6e6e6e 100%);
    pointer-events: none
}

.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%
}

.mask .gemsWrap .redeem>.r>span>img {
    width: 16px;
    height: 16px
}

.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%)
}

.mask .gemsWrap .title {
    position: relative;
    width: 100%;
    height: 57px;
    line-height: 57px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%);
    box-shadow: 0 -2px 0 0 rgba(0, 0, 0, .25) inset, 0 4px 4px 0 rgba(255, 255, 255, .25) inset;
    color: rgba(255, 255, 255, .8);
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .28);
    font-family: Inter;
    font-size: 22px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: .5px
}

.mask .gemsWrap .title>img {
    position: absolute;
    width: 29px;
    height: 54px;
    flex-shrink: 0;
    top: -14px
}

.mask .gemsWrap .title>img:nth-child(1) {
    left: 30px
}

.mask .gemsWrap .title>img:nth-child(2) {
    right: 30px
}

.mask .gemsWrap .title img.close {
    position: absolute;
    right: -4px;
    top: -55px;
    width: 24px;
    height: 24px
}

.mask .gemsWrap .dailyWrap {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 20px 20px;
    margin-bottom: 24px;
    gap: 16px;
    align-self: stretch;
    background: linear-gradient(180deg, #e4b9ff 0, #fff 100%)
}

.mask .gemsWrap .dailyWrap .daliy-finish {
    width: 80px;
    height: 80px;
    background: url(../image/daliy_finish.png) no-repeat;
    background-size: 100%
}

.mask .gemsWrap .dailyWrap>ul {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    flex-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
}

.mask .gemsWrap .dailyWrap>ul>li>img {
    width: 28px;
    height: 28px
}

.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: .2px
}

.mask .gemsWrap .dailyWrap>ul>li>span:nth-child(1) {
    color: #9e9e9e
}

.mask .gemsWrap .dailyWrap>ul>li>span:nth-child(3) {
    color: #616161;
    font-weight: 700
}

.mask .gemsWrap .dailyWrap>ul>li.skip {
    background: rgba(205, 132, 255, .35)
}

.mask .gemsWrap .dailyWrap>ul>li.skip>span {
    color: #fff
}

.mask .gemsWrap .dailyWrap>ul>li:last-child {
    width: calc(50% - 6px)
}

.mask .gemsWrap .dailyWrap>ul>li.finish {
    background: rgba(205, 132, 255, .35)
}

.mask .gemsWrap .dailyWrap>ul>li.finish>span {
    color: #fff
}

.mask .gemsWrap .dailyWrap>ul>li.skip {
    background: rgba(205, 132, 255, .35)
}

.mask .gemsWrap .dailyWrap>ul>li.skip>span {
    color: #fff
}

.mask .gemsWrap .dailyWrap>ul>li.today {
    background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%);
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .15) inset, 0 4px 4px 0 rgba(255, 255, 255, .25) inset
}

.mask .gemsWrap .dailyWrap>ul>li.today>span {
    color: #fff
}

.mask .gemsWrap .dailyWrap>ul>li.today>.light {
    position: relative
}

.mask .gemsWrap .dailyWrap>ul>li.today>.light>img:nth-child(1) {
    width: 28px;
    height: 28px;
    position: relative;
    z-index: 2
}

.mask .gemsWrap .dailyWrap>ul>li.today>.light>img:nth-child(2) {
    position: absolute;
    width: 45px;
    height: 45px;
    left: -9px;
    top: -10px;
    z-index: 1
}

.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
}

.mask .gemsWrap .dailyWrap>p {
    align-self: stretch;
    color: rgba(0, 0, 0, .5);
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%
}

.mask .gemsWrap .dailyWrap>span.action {
    color: rgba(0, 0, 0, .5);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .2px;
    padding: 10px 0
}

.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, .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: .2px
}

.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
}

.mask .gemsWrap>ul.taskList {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch
}

.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, .4);
    background: linear-gradient(180deg, #8f00ff 0, #560099 100%);
    margin-left: -38px;
}

.mask .gemsWrap>ul.taskList>li>.l {
    display: flex;
    align-items: center;
    gap: 8px
}
.mask .gemsWrap>ul.taskList>li>.l>p {
    color: #fff;
    text-align: left;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%
}
.mask .gemsWrap>ul.taskList>li>.l>img {
    width: 44px;
    height: 44px
}

.mask .gemsWrap>ul.taskList>li>.l>p>span {
    font-weight: initial;
    font-size: 11px;
}

.mask .gemsWrap>ul.taskList>li>.r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px
}

.mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(1) {
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    border: 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: 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%
}

.mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(2) {
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    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
}

.mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(2)>img {
    width: 20px;
    height: 20px
}

.mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(2).disabled {
    background: linear-gradient(180deg, #b7b7b7 0, #6e6e6e 100%)
}

.mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(2).disabled.empty {
    background: 0 0
}

.mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(2).disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

.mask .gemsWrap>ul.taskList>li>.r>img {
    width: 20px;
    height: 20px
}

.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%
}

.mask .gemsWrap>ul.taskList>li>.r.row {
    flex-direction: row;
    margin-right: 6px;
    gap: 0
}

#scrtch-card-invite {
    padding: 8px; 
    font-size: 16px;
}

#mask>.botWrap {
    display: flex;
    padding: 2px 16px 15px;
    flex-direction: column;
    align-items: center;
    border-radius: 16px 16px 0 0;
    border-top: 1px solid #fff;
    background: linear-gradient(275deg, #303030 32.64%, #000604 127.75%);
}

#mask>.botWrap>.me {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize
}

#mask>.botWrap>.me>.l {
    max-width: 75%;
    overflow: hidden
}

#mask>.botWrap>.me>.r {
    font-size: 16px;
    font-weight: 800
}

#mask>.botWrap>.me>.l>span.index,
#mask>.botWrap>.me>.r>span.num {
    padding-right: 8px
}
