@charset "utf-8";
@charset "utf-8";
:root {
    --title-color: #000000;
    --text-color: #31373D;
    --sub-text-color: #5F6975;
    --placeholder-color: #BEC1CC;
    --background-color: #F6F7FA;
    --standard-color: #FFFFFF;
    --shadow-color: #EAECF3;
    --page-shadow: linear-gradient(to right, #DADDE6, rgba(218, 221, 230, 0));
    --autofill-color: #31373d;
    --yellow-color: #FFAD00;
    --primary-color: #009f62;
    --border-radius: .25rem;
}

.darken {
    --title-color: #ffffff;
    --text-color: #98A7B5;
    --sub-text-color: #656E78;
    --placeholder-color: #4D565E;
    --background-color: #1f242d;
    --standard-color: #141c26;
    --shadow-color: #111415;
    --page-shadow: linear-gradient(to right, #111415, rgba(17, 20, 21, 0));
    --autofill-color: #f5f6f7;
    --yellow-color: #FFBF39;
}

:focus {
    outline: none;
}

*, ::before, ::after {
    box-sizing: border-box;
}

button {
    border: none;
    padding: 0px;
    user-select: none;
    cursor: pointer;
    font-size: 0.875rem;
    background-color: transparent;
}

canvas {
    user-select: none;
}

html {
    overscroll-behavior: contain;
    touch-action: manipulation;
    width: 100%;
}

body {
    overflow-anchor: none;
    margin: 0px;
    width: 100%;
    overflow-x: hidden;
    font-size: 0.875rem;
    line-height: 1.6;
    background-color: var(--background-color);
    overscroll-behavior: contain;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body #root {
    /* overflow-x: hidden; */
}

body, input, textarea, a, button {
    font-weight: 400;
    font-family: EliceDXNeolliOTF-Light, EliceDXNeolliOTF-Medium, EliceDXNeolliOTF-Bold;
}

body, input, textarea, a, button {
    color: var(--text-color);
}

body>img {
    display: none;
}

a {
    text-decoration: none;
}

/* a:active {
    color: var(--primary-color);
    text-decoration: none;
} */

a:active:hover {
    cursor: pointer;
}

hr {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgb(0, 0, 0);
    margin: 1em 0px;
}

ol li {
    line-height: 14px;
    font-size: 12px;
    margin: 0px 0px 15px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: all 0s ease-in-out 5000s, color 0s ease-in-out 5000s;
}

textarea {
    padding: 0.625rem;
    resize: none;
    box-sizing: border-box;
}

textarea::-webkit-input-placeholder {
    color: var(--placeholder-color);
}

h2 {
    font-weight: 400;
    font-size: 1.0625rem;
}

p {
    margin: 0.8em 0px;
}

ol, ul {
    padding-left: 1.2em;
    margin: 0px;
}

li {
    margin: 0.5em 0px;
}

code {
    display: inline-block;
    line-height: 1.4;
    padding: 0px 0.375rem;
    color: var(--primary-color);
    border-radius: var(--border-radius);
}

video {
    width: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

input:-webkit-autofill {
    box-shadow: rgb(39, 54, 66) 200px 200px 100px inset;
    -webkit-text-fill-color: var(--autofill-color);
}

#root {
    /* overflow-x: hidden; */
}

#root>.loading {
    height: 90vh;
}

.grecaptcha-badge {
    display: none !important;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-middle {
    display: flex;
    align-items: center;
}

.cl-primary {
    color: var(--primary-color);
}

.link {
    cursor: pointer;
}

.link:hover {
    text-decoration: underline;
}

/* .hover:hover {
    color: var(--primary-color);
}

.hover:hover .icon {
    fill: var(--primary-color);
} */

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.full {
    min-width: 100%;
    min-height: 100%;
}

.full-abs {
    position: absolute;
    inset: 0px;
}

.ttu {
    text-transform: uppercase;
}

.ttc {
    text-transform: capitalize;
}

.ttl {
    text-transform: lowercase;
}

.scroll-behavior {
    scroll-behavior: smooth;
}

.hidden-scroll-y {}

.hidden-scroll-y::-webkit-scrollbar {
    width: 0px !important;
}

.page-max-width-wrap {
    width: 100%;
    margin: 0px auto;
    padding: 0px 40px;
    max-width: 1430px;
}

.doc-page {
    line-height: normal;
    user-select: text;
}

.doc-page h2 {
    font-size: 14px;
    margin: 8px 0px;
    font-weight: 600;
    color: var(--title-color);
}

.doc-page h2 span {
    font-size: 18px;
    font-weight: 700;
}

.doc-page h2:not(:first-child) {
    margin-top: 24px;
}

.doc-page p {
    margin: 12px 0px;
}

.doc-page p.em {
    color: var(--title-color);
}

.doc-page ol, .doc-page ul {
    padding-left: 1.2em;
    margin: 0px;
}

.doc-page ol li, .doc-page ul li {
    margin: 0px 0px 16px;
}

.doc-page ol.special li {
    margin: 0px 0px 1rem;
}

.doc-page .cl-primary {
    color: var(--primary-color);
}

.doc-page .cl-primary.pointer {
    cursor: pointer;
}

.doc-page .cl-title {
    color: var(--title-color);
}

.doc-page .text-decoration {
    text-decoration: underline;
    cursor: pointer;
    padding-left: 0.2rem;
}

.doc-page .item, .doc-page section {
    margin-bottom: 44px;
}

@media screen and (min-width: 621px) {
    body {}
    body::-webkit-scrollbar {
        margin-right: 5px;
        width: 0px;
    }
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: transparent;
        border-radius: var(--border-radius);
    }
    ::-webkit-scrollbar-thumb {
        background-color: var(--placeholder-color);
        transition: all 0.5s ease 0s;
        border-radius: var(--border-radius);
    }
    ::-webkit-scrollbar-button {
        display: none;
    }
    ::-webkit-scrollbar-button:vertical:end:increment {
        display: block;
        height: 20px;
        background-color: transparent;
    }
    ::-webkit-scrollbar-button:vertical:start:increment {
        display: block;
        height: 20px;
        background-color: transparent;
    }
    * {}
}

@media screen and (max-width: 621px) {
    .page-max-width-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0px;
    }
}

@keyframes breathe {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.e9sva {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex: 1 1 0%;
    height: 100%;
    align-self: stretch;
    box-sizing: border-box;
}

.e9sva>svg {
    height: 40%;
    max-height: 1.25rem;
    max-width: 80%;
    stroke: transparent;
}

.e9sva circle {
    transform-origin: center center;
    will-change: transform;
    animation-timing-function: linear;
}

.e9sva circle:nth-child(1) {
    animation: 0.6s ease 0s infinite normal none running lds-1-e9sva;
}

.e9sva circle:nth-child(2) {
    animation: 0.6s ease 0s infinite normal none running lds-2-e9sva;
}

.e9sva circle:nth-child(3) {
    animation: 0.6s ease 0s infinite normal none running lds-2-e9sva;
}

.e9sva circle:nth-child(4) {
    animation: 0.6s ease 0s infinite normal none running lds-3-e9sva;
}

@-webkit-keyframes lds-1-e9sva {
    0% {
        transform: scale(0.4) translate(28.57%);
        opacity: 0.3;
    }
    100% {
        transform: scale(1) translate(0px);
        opacity: 1;
    }
}

@keyframes lds-1-e9sva {
    0% {
        transform: scale(0.4) translate(28.57%);
        opacity: 0.3;
    }
    100% {
        transform: scale(1) translate(0px);
        opacity: 1;
    }
}

@-webkit-keyframes lds-2-e9sva {
    0% {
        transform: translate(0px);
    }
    100% {
        transform: translate(28.57%);
    }
}

@keyframes lds-2-e9sva {
    0% {
        transform: translate(0px);
    }
    100% {
        transform: translate(28.57%);
    }
}

@-webkit-keyframes lds-3-e9sva {
    0% {
        transform: scale(1) translate(0px);
        opacity: 1;
    }
    100% {
        transform: scale(0.4) translate(-28.57%);
        opacity: 0.3;
    }
}

@keyframes lds-3-e9sva {
    0% {
        transform: scale(1) translate(0px);
        opacity: 1;
    }
    100% {
        transform: scale(0.4) translate(-28.57%);
        opacity: 0.3;
    }
}

.sowd61n {
    padding: 2.5rem 0px;
    color: rgba(153, 164, 176, 0.6);
    line-height: 1;
    text-align: center;
    height: 100%;
    min-height: 16.25rem;
    position: relative;
}

.sowd61n img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6.875rem 0px 0px -6.25rem;
    width: 10.5rem;
    height: 10.5rem;
}

.sowd61n .msg {
    position: absolute;
    z-index: 1;
    line-height: 1.25rem;
    left: 49%;
    width: 17.5rem;
    top: 50%;
    margin-top: 3.75rem;
    transform: translate(-50%);
    color: var(--text-color);
}

.w183p1ml {
    position: relative;
}

.w183p1ml .frame {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

/* .darken .s138s2zu {
    --1t345w1: #32343B;
  
} */

.s138s2zu {
    --grid-gap: 1rem;
    --grid-num: 6;
    --grid-rows: 1;
    display: grid;
    grid-template-rows: repeat(var(--grid-rows), 1fr);
    grid-auto-flow: column;
    grid-auto-columns: calc(100% / var(--grid-num) - (var(--grid-num) - 1) * var(--grid-gap) / var(--grid-num));
    gap: var(--grid-gap);
    position: relative;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overflow: auto hidden;
    background-color: var(--1t345w1);
    padding: 15px 15px 0px 15px;
    border-radius: 5px;
}

.custom-s138s2zu {
    --grid-num: 5;
    --grid-rows: 2;
}

.s138s2zu::-webkit-scrollbar {
    display: none;
}

.s138s2zu>* {
    width: 100%;
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.s1ff97qc {
    --1nfs066: #9FA5AC;
    width: 1.4em;
    height: 1.4em;
    fill: var(--1nfs066);
}

.darken .s1ff97qc {
    --1nfs066: #67707B;
}

.wdcb8sn {
    position: fixed;
    z-index: 200;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ui-scrollview {
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    flex: 1 1 1px;
    touch-action: pan-y;
    overscroll-behavior: contain;
}

.ui-scrollview.hide-bar.ui-scrollview::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
}

.v1qcofba {
    overflow: hidden;
}

.s13v8tlr {
    width: 1rem;
    height: 1rem;
    transform: rotate(-90deg) scaleX(-1);
}

.s13v8tlr circle {
    stroke: var(--primary-color);
}

.tlqf8r7 {
    display: inline-flex;
}

.tlqf8r7-left {
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.tlqf8r7-left>span {
    transform-origin: left center;
}

.tlqf8r7-right {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.tlqf8r7-right>span {
    transform-origin: right center;
}

.tlqf8r7-center {
    -webkit-box-pack: center;
    justify-content: center;
}

.tlqf8r7-center>span {
    transform-origin: center center;
}

.tlqf8r7>span {
    display: inline-block;
    white-space: nowrap;
}

.ui-button {
    --3xr1hu: rgba(107, 113, 128, .8);
    display: block;
    /* width: 100%; */
    user-select: none;
    border-radius: var(--border-radius);
    height: 3rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1) 0s;
    color: rgb(255, 255, 255);
    background-color: rgb(24 110 87);
    background-image: conic-gradient(from 70deg at 50% 50%, rgb(0 106 47) 180deg, rgb(0 106 47) 173deg, rgb(13 109 72) 134deg, rgb(27 141 77) 82deg);
    width: calc(50% - 10px);
}

.darken .ui-button {
    --3xr1hu: #6b7180;
}

.ui-button>.button-inner {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.ui-button:active.ui-button:not(:disabled) {
    transform: scale(0.95);
}

.ui-button:disabled.ui-button:not(.is-loading) {
    opacity: 0.5;
    cursor: default;
}

.ui-button.button-big {
    height: 3.625rem;
}

.ui-button.button-small {
    height: 2.125rem;
}

.ui-button.s-gray {
    color: rgb(255, 255, 255);
    background-color: var(--3xr1hu);
}

.ui-button.s-conic {
    color: rgb(255, 255, 255);
    background-color: rgb(24 110 87);
    background-image: conic-gradient(from 70deg at 50% 50%, rgb(0 106 47) 180deg, rgb(0 106 47) 173deg, rgb(13 109 72) 134deg, rgb(27 141 77) 82deg);
}

.ui-button.s-conic:hover {
    background-image: conic-gradient(from 70deg at 50% 50%, rgb(0 106 47) 180deg, rgb(0 106 47) 173deg, rgb(13 109 72) 134deg, rgb(27 141 77) 82deg);
}

.ui-button.s-conic2 {
    color: rgb(255, 255, 255);
    background-color: rgba(110, 52, 226, 0.7);
    background-image: conic-gradient(from 1turn, rgb(136, 83, 252), rgb(110, 52, 226));
}

.ui-button.s-conic2:hover {
    background-image: conic-gradient(from 1turn, rgba(136, 83, 252, 0.7), rgba(110, 52, 226, 0.7));
}

.ui-button.s-conic3 {
    color: rgb(255, 255, 255);
    background-color: rgba(110, 52, 226, 0.7);
    background-image: conic-gradient(from 1turn, rgb(136, 83, 252), rgb(110, 52, 226));
}

.ui-button.s-conic3:hover {
    background-image: conic-gradient(from 1turn, rgba(136, 83, 252, 0.7), rgba(110, 52, 226, 0.7));
}

.ui-button.s-conic4 {
    color: rgb(255, 255, 255);
    background-color: rgba(241, 149, 17, 0.7);
    background-image: conic-gradient(from 1turn, rgb(246, 199, 34), rgb(241, 149, 17));
}

.ui-button.s-conic4:hover {
    background-image: conic-gradient(from 1turn, rgba(246, 199, 34, 0.7), rgba(241, 149, 17, 0.7));
}

.button-group {
    --1waic39: rgba(95, 105, 117, .8);
    --1ez8use: rgba(218, 221, 230, .4);
    --6vfacd: rgba(218, 221, 230, .2);
    display: flex;
}

.darken .button-group {
    --1waic39: #99a4b0;
    --1ez8use: #31343c;
    --6vfacd: #3c404a;
}

.button-group>button {
    height: 2rem;
    width: 3.125rem;
    padding: 0px;
    background: var(--1ez8use);
    margin-left: 0.25rem;
    color: var(--title-color);
}

.button-group>button:first-child {
    margin-left: 0px;
    padding-left: 0.125rem;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
}

.button-group>button:last-child {
    padding-right: 0.125rem;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.button-group>button:hover {
    background: var(--6vfacd);
}

.s1rp7ii5 {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translate(50%, -50%);
    background-color: var(--primary-color);
    color: rgb(255, 255, 255);
    height: 1.25rem;
    line-height: 1.25rem;
    min-width: 1.625rem;
    border-radius: 0.625rem;
    text-align: center;
}

.cghm3iz a {
    margin-right: 0.375rem;
    color: var(--primary-color);
}

.cghm3iz a:hover {
    text-decoration: underline;
}

.env4u6q {
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.s1qim8vk {
    --35p5sb: #fff;
    width: 26.25rem;
    background-color: var(--35p5sb);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0.125rem 1.25rem;
}

.darken .s1qim8vk {
    --35p5sb: #1e2024;
}

.s1qim8vk .message {
    font-size: 1rem;
    line-height: 1.25rem;
    min-height: 12.5rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 1.875rem;
    text-align: center;
}

.s1qim8vk .btns {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 0px 2.5rem;
}

.s1qim8vk .btns button {
    width: 9.375rem;
    height: 2.75rem;
    margin-right: 1rem;
}

.s1qim8vk .btns>button:last-child {
    margin-right: 0px;
}

.pfrl3ez {
    --18w92jy: #fff;
    --njpvpw: #31373d;
    position: absolute;
    width: 100%;
    height: 100%;
}

.ui-pop-overlayer {
    z-index: 10001;
}

.pop {
    width: 26.25rem;
    min-height: 370px;
    max-width: 25rem;
    max-height: 100%;
    border-radius: var(--border-radius);
    position: absolute;
    overflow: hidden;
    background-color: var(--18w92jy);
    font-size: 0.8125rem;
    padding: 1.25rem;
}

.pop-title {
    color: var(--njpvpw);
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
}

.pop-close {
    position: absolute;
    right: 0.3125rem;
    top: 0.3125rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.625rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 1;
}

.pop-close .icon {
    transition: all 0.5s ease 0s;
    width: 1rem;
    height: 1rem;
    transform: rotate(0deg);
}

.pop-close:hover .icon {
    transform: rotate(90deg);
    transition: all 0.5s ease 0s;
}

@media screen and (max-width: 621px) {
    .pop {
        width: 96vw;
        min-height: auto;
    }
}

.darken .pfrl3ez {
    --18w92jy: #17181b;
    --njpvpw: #fff;
}

.pfrl3ez>* {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.pfrl3ez>.loading {
    width: 12.5rem;
    height: 12.5rem;
    background-color: var(--18w92jy);
    border-radius: var(--border-radius);
}

.nfnfs0b {
    --njpvpw: #31373d;
    --1q0fxqu: rgba(95, 105, 117, .8);
    --sa2egi: rgba(95, 105, 117, .6);
    --l6v9sv: #fff;
    --12moazr: rgba(233, 234, 242, .6);
    --35p5sb: #fff;
    position: fixed;
    z-index: 10003;
    left: 0.625rem;
    bottom: 0.625rem;
    width: 28.75rem;
}

.darken .nfnfs0b {
    --njpvpw: #fff;
    --1q0fxqu: #dfe3e6;
    --sa2egi: #555b65;
    --l6v9sv: #31343c;
    --12moazr: rgba(30, 32, 36, .5);
    --35p5sb: #1e2024;
}

.nfnfs0b.is-reverse {
    bottom: auto;
    top: 0.625rem;
}

.nfnfs0b.is-reverse .notify-ins {
    top: auto;
    bottom: 0px;
}

.nfnfs0b .notify-item {
    overflow: hidden;
    position: relative;
}

.nfnfs0b .notify-ins {
    width: 100%;
    padding: 0.3125rem;
    top: 0px;
}

.nfnfs0b .notify-title {
    color: var(--njpvpw);
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0.375rem;
    margin-top: 0.375rem;
}

.nfnfs0b .notify-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 50%;
}

.nfnfs0b .notify-close .icon {
    width: 0.875rem;
    height: 0.875rem;
    fill: var(--sa2egi);
}

.nfnfs0b .notify-close:hover .icon {
    fill: var(--primary-color);
}

.nfnfs0b .notify-wrap {
    display: flex;
    border-radius: var(--border-radius);
    padding: 1.125rem 2.5rem 1.125rem 1.125rem;
    background-color: var(--l6v9sv);
    color: var(--1q0fxqu);
    position: relative;
    line-height: 1.375rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0.125rem 0.3125rem;
    word-break: break-word;
}

.nfnfs0b .notify-icon {
    margin-right: 1.125rem;
    width: 5rem;
    height: 5rem;
    flex: 0 0 auto;
}

.nfnfs0b .notify-icon.is-small {
    width: 1.375rem;
    height: 1.375rem;
}

.nfnfs0b .notify-icon .notify-icon-img {
    width: 100%;
    height: 100%;
}

.nfnfs0b .notify-cd {
    position: absolute;
    top: 50%;
    right: 1.125rem;
    width: 1.375rem;
    height: 1.375rem;
    margin-top: -0.6875rem;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: var(--12moazr);
}

.nfnfs0b .notify-cd svg {
    width: 1rem;
    height: 1rem;
    transform: rotate(90deg) scaleX(-1);
}

.nfnfs0b .notify-cd circle {
    stroke: var(--primary-color);
}

@media screen and (max-width: 621px) {
    .nfnfs0b {
        width: 26.25rem;
        left: 50%;
        margin-left: -13.125rem;
    }
}

.n1n0wcth .actions {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-top: 0.625rem;
}

.n1n0wcth .ui-button {
    width: 6.25rem;
    margin-left: 0.625rem;
}

.i1gm0mn8 {
    --1uvkmwv: #5f6975;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 11;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
}

.darken .i1gm0mn8 {
    --1uvkmwv: #f5f6f7;
}

.i1gm0mn8 svg {
    transition: transform 0.5s cubic-bezier(0.36, 0.66, 0.04, 1) 0s;
    cursor: pointer;
    font-size: 0.75rem;
}

.i1gm0mn8:hover svg {
    transform: rotate(-90deg);
    fill: var(--1uvkmwv);
}

.ui-dialog-overlayer {
    z-index: 10000;
}

.ui-dialog-wrap {
    --18w92jy: #fff;
    --35p5sb: #fff;
    --7h9g04: #f5f6fa;
    --whdmoy: #31373d;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 29rem;
    height: 720px;
    margin: -375px 0px 0px -280px;
    transition-property: width, height, margin-left, margin-top, background-color;
    transition-duration: 0.3s;
    border-radius: var(--border-radius);
    overflow: hidden;
    background-color: var(--18w92jy);
}

.darken .ui-dialog-wrap {
    --18w92jy: #17181b;
    --35p5sb: #1e2024;
    --7h9g04: #17181b;
    --whdmoy: #f5f6f7;
}

.ui-dialog {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 464px;
    height: 720px;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: var(--7h9g04);
}

.ui-dialog>div:last-child {
    padding: 1.25rem;
    background-color: var(--35p5sb);
    flex: 1 1 0%;
}

.ui-dialog-loading {
    width: 12.5rem;
    height: 12.5rem;
}

.dialog-head {
    position: relative;
    z-index: 10;
    flex: 0 0 auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 3.75rem;
    margin-left: 1.125rem;
    transition: all 0.5s ease 0s;
}

.dialog-head.has-close {
    margin-right: 3.75rem;
}

.dialog-head.has-back {
    margin-left: 3.125rem;
}

.dialog-head .dialog-title {
    font-size: 1rem;
    margin: 0px;
    font-weight: 700;
    flex: 1 1 0%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: var(--whdmoy);
    line-height: 1;
}

.dialog-back {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 11;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
}

.dialog-back svg {
    transform: rotate(180deg);
    width: 16px;
    height: 16px;
}

.dialog-box {
    color: rgba(153, 164, 176, 0.6);
    background-color: var(--35p5sb);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    padding: 1.75rem 1.125rem;
}

@media screen and (max-width: 621px) {
    .ui-dialog-overlayer {
        width: 100%;
        height: 100%;
    }
    .ui-dialog-wrap {
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        margin: 0px;
        border-radius: 0px;
    }
    .ui-dialog {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }
    .dialog-box {
        padding: 1rem;
    }
}

.wx5m421 {
    --7h9g04: #f5f6fa;
    --whdmoy: #31373d;
    position: fixed;
    z-index: 1100;
    min-width: 12.5rem;
    min-height: 12.5rem;
    border-radius: var(--border-radius);
    background-color: var(--7h9g04);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0.25rem 0.5rem;
}

.darken .wx5m421 {
    --7h9g04: #17181b;
    --whdmoy: #f5f6f7;
}

.wx5m421 .dragpop-title {
    flex: 1 1 0%;
    height: 3.125rem;
    line-height: 3.125rem;
    font-weight: 700;
    font-size: 1rem;
    color: var(--whdmoy);
    text-align: center;
    touch-action: none;
    user-select: none;
    cursor: grab;
}

.wx5m421 .dragpop-title:active {
    cursor: grabbing;
}

.wx5m421 .dragpop-close {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
}

.wx5m421 .dragpop-close .icon {
    width: 0.875rem;
    height: 0.875rem;
}

@media screen and (max-width: 621px) {
    .wx5m421 {
        z-index: 99;
    }
}

.ui-radio {
    --1nu6smo: rgba(95, 105, 117, .14);
    --muvmvt: #f5f6fa;
    display: flex;
    opacity: 1;
}

.darken .ui-radio {
    --1nu6smo: #2d3035;
    --muvmvt: rgba(45, 48, 53, .5);
}

.ui-radio.is-disabled {
    opacity: 0.5;
}

.ui-radio .radio-item {
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.ui-radio .radio-item .circle {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    margin-right: 0.3rem;
    border: 1px solid var(--1nu6smo);
    box-sizing: border-box;
    background-color: var(--muvmvt);
}

.ui-radio .radio-item .circle::after {
    content: "";
    display: none;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.ui-radio .radio-item.is-active .circle::after {
    display: block;
}

.tabs-circle {
    --3zk71c: #F0F1F5;
    --1qdd70j: #000000;
    --1h443ei: #FFFFFF;
}

.darken .tabs-circle {
    --3zk71c: #24262B;
    --1qdd70j: #f5f6f7;
    --1h443ei: #2D3035;
}

.tabs-circle.game-tabs .bg {
    display: none;
}

.tabs-circle.game-tabs .tabs-navs .tabs-nav {
    width: auto;
    padding: 0px 1.25rem;
    border-radius: var(--border-radius);
}

.tabs-circle.game-tabs .tabs-navs .tabs-nav.is-active {
    background-color: var(--1h443ei);
}

.tabs-circle .tabs-navs {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 2.25rem;
    position: relative;
    border-radius: var(--border-radius);
    background-color: var(--3zk71c);
}

.tabs-circle .tabs-navs .bg {
    border-radius: var(--border-radius);
    background-image: var(--1h443ei);
    opacity: 0.4;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: right 0.2s ease-out 0s, left 0.3s ease-out 0s;
    transform: translateZ(0px);
}

.tabs-circle .tabs-navs .bg.is-reverse {
    transition: left 0.2s ease-out 0s, right 0.3s ease-out 0s;
}

.tabs-circle .tabs-nav {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex: 1 1 0%;
    height: 100%;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
}

.tabs-circle .tabs-nav:hover:not(.tabs-nav-disabled) {
    color: var(--1qdd70j);
}

.tabs-circle .tabs-nav.tabs-nav-disabled:hover {
    cursor: not-allowed;
}

.tabs-circle .tabs-nav.tabs-nav-disabled {
    opacity: 0.5;
}

.tabs-circle .tabs-nav.is-active {
    background-color: var(--1h443ei);
    color: var(--1qdd70j);
    font-weight: 700;
}

.tabs-circle .tabs-view {
    position: relative;
}

.tabs-line .tabs-navs {
    height: 2.25rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tabs-line .tabs-nav {
    display: inline-flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    padding: 0px 1.875rem;
    cursor: pointer;
}

.tabs-line .tabs-nav.is-active {
    color: rgb(245, 246, 247);
    background-image: linear-gradient(to top, rgba(59, 193, 23, 0.15), rgba(59, 193, 23, 0) 60%);
}

.tabs-line .tabs-nav.is-active::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 0.125rem;
    background-color: var(--primary-color);
}

.ui-checkbox {
    --2vljes: #e9eaf2;
    --8o6eqz: #f6f7fa;
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0.5rem;
    box-sizing: border-box;
    border: 1px solid var(--2vljes);
    background-color: var(--8o6eqz);
    font-size: 0.875rem;
    padding: 0.0625rem 0.0625rem 0.0625rem 0.125rem;
    color: transparent;
    position: relative;
    cursor: pointer;
}

.darken .ui-checkbox {
    --2vljes: #2d3035;
    --8o6eqz: rgba(45, 48, 53, .5);
}

.ui-checkbox .dot {
    position: absolute;
    left: 0.05rem;
    top: 0.05rem;
    fill: var(--primary-color);
    width: 0.8rem;
    height: 0.8rem;
}

.ui-switch {
    --6bs109: rgba(95, 105, 117, .4);
    --6yt37h: #fff;
    width: 1.75rem;
    height: 1rem;
    border-radius: 0.5rem;
    background-color: var(--6bs109);
    position: relative;
    cursor: pointer;
}

.darken .ui-switch {
    --6bs109: #3A4047;
    --6yt37h: rgba(153, 164, 176, .6);
}

.ui-switch .dot {
    transition: all 0.2s ease 0s;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    background-color: var(--6yt37h);
    box-shadow: rgba(28, 28, 28, 0.2) 0px 2px 4px;
}

.darken .ui-switch .dot {
    box-shadow: none;
}

.ui-switch.open {
    background-color: rgba(59, 193, 23, 0.2);
}

.ui-switch.open .dot {
    left: 0.75rem;
    background-color: var(--primary-color);
}

.ui-input {
    --jw4p3i: #FFFFFF;
    --whdmoy: #31373d;
    --2vljes: #e9eaf2;
    --vv18os: #f5f6fa;
    margin-top: 1rem;
}

.darken .ui-input {
    --jw4p3i: #222328;
    --whdmoy: #f5f6f7;
    --2vljes: #2d3035;
    --vv18os: rgba(45, 48, 53, .5);
}

.ui-input.small .input-control {
    height: 2.75rem;
    border-radius: var(--border-radius);
    padding: 0px 0.625rem;
}

.ui-input.small .input-after {
    margin: 0px 1.125rem 0.375rem;
}

.ui-input.is-disabled .input-control {
    opacity: 0.5;
}

.ui-input.is-disabled .input-control::after {
    content: "";
    position: absolute;
    z-index: 10;
    inset: 0px;
}

.ui-input.is-bold .input-control input {
    font-weight: 700;
}

.ui-input.is-error .input-control {
    border: 0.125rem solid rgb(255, 86, 86);
}

.ui-input .input-label {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1em;
    height: 1.25rem;
    margin: 0px 0px 0.375rem;
}

.ui-input .input-control {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: var(--border-radius);
    border: 1px solid var(--2vljes);
    background-color: var(--jw4p3i);
    height: 3.5rem;
    padding: 0px 1.25rem;
    opacity: 1;
}
.ui-input .input-control:disabled {
    background-color: #fff !important;
}

.ui-input .input-control textarea, .ui-input .input-control input {
    flex: 1 1 0%;
    width: 100%;
    height: 100%;
    min-width: 1rem;
    padding: 0px;
    border: none;
    background-color: transparent;
    color: var(--whdmoy);
}

.ui-input .input-control textarea::-webkit-input-placeholder, .ui-input .input-control input::-webkit-input-placeholder {
    color: var(--placeholder-color);
}

.ui-input .input-control textarea::placeholder, .ui-input .input-control input::placeholder {
    color: var(--placeholder-color);
}

.ui-input .input-control textarea[readonly], .ui-input .input-control input[readonly] {
    opacity: 0.5;
}

.ui-input .input-control textarea {
    padding: 1.125rem 0px;
}

.ui-input .input-control.is-focus {
    border-color: var(--primary-color);
}

.ui-input .input-validate {
    position: absolute;
    left: 0px;
    bottom: -1.75rem;
    background-color: rgb(255, 86, 86);
    color: rgb(255, 255, 255);
    padding: 0px 0.5rem;
    border-radius: var(--border-radius);
    line-height: 1.375rem;
}

.ui-input .input-validate::before {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background-color: rgb(255, 86, 86);
    position: absolute;
    top: -0.1875rem;
    left: 0.875rem;
    transform: rotate(45deg);
}

.ui-input .input-after {
    margin: 0px 0.75rem 0.375rem;
}

.pjkqlcx {
    --1rtdyxb: #5f6975;
}

.darken .pjkqlcx {
    --1rtdyxb: #fff;
}

.pjkqlcx .input-control>svg {
    cursor: pointer;
}

.pjkqlcx .input-control>svg:hover {
    fill: var(--1rtdyxb);
}

.ui-slider {
    --ayn9az: rgba(204, 207, 217, .5);
    --1njee0z: #cccfd9;
    position: relative;
    display: flex;
    height: 0.875rem;
    box-sizing: content-box;
    padding: 0px 0.75rem;
    cursor: pointer;
    overflow: hidden;
}

.darken .ui-slider {
    --ayn9az: rgba(216, 222, 227, .4);
    --1njee0z: #d8d8d8;
}

.ui-slider .slider-after {
    z-index: 1;
    background-color: var(--ayn9az);
    transform-origin: left center;
}

.ui-slider .slider-before {
    background-color: var(--ayn9az);
    transform-origin: right center;
}

.ui-slider .slider-before, .ui-slider .slider-after {
    height: 2px;
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    top: 50%;
    margin-top: -1px;
}

.ui-slider .slider-handler-wrap {
    position: relative;
    z-index: 2;
    flex: 1 1 0%;
}

.ui-slider .slider-handler {
    display: block;
    width: 1.5rem;
    height: 100%;
    border-radius: var(--border-radius);
    background-color: var(--1njee0z);
    touch-action: pan-y;
    transform: translate(-50%) !important;
}

.ui-slider .slider-handler:active {
    cursor: grabbing;
}

.ui-slider.slider-vertical {
    width: 0.875rem;
    height: 100%;
    padding: 0.75rem 0px;
}

.ui-slider.slider-vertical .slider-after {
    transform-origin: center bottom;
}

.ui-slider.slider-vertical .slider-before {
    transform-origin: center top;
}

.ui-slider.slider-vertical .slider-before, .ui-slider.slider-vertical .slider-after {
    width: 2px;
    height: unset;
    left: 50%;
    right: unset;
    top: 0.75rem;
    bottom: 0.75rem;
    margin-left: -1px;
}

.ui-slider.slider-vertical .slider-handler-wrap {
    height: 100%;
}

.ui-slider.slider-vertical .slider-handler {
    width: 100%;
    height: 1.5rem;
    touch-action: pan-x;
    transform: translateY(-50%) !important;
}

.tpnb05b textarea::-webkit-input-placeholder {
    white-space: nowrap;
}

.tpnb05b textarea::placeholder {
    white-space: nowrap;
}

.ui-select {
    --18w92jy: #fff;
    --sr34dy: #f5f6fa;
    --1yhspeg: rgba(95, 105, 117, .8);
    position: relative;
    height: 2.5rem;
}

.darken .ui-select {
    --18w92jy: #17181b;
    --sr34dy: rgba(45, 48, 53, .4);
    --1yhspeg: rgba(153, 164, 176, .6);
}

.ui-select.is-disabled {
    opacity: 0.5;
}

.ui-select.is-open {
    z-index: 10;
}

.ui-select.is-open .arrow>svg {
    transform: rotate(90deg);
}

.ui-select.is-open .arrow.top>svg {
    transform: rotate(-90deg);
}

.ui-select.is-open .select-options-wrap {
    pointer-events: auto;
}

.ui-select .select-trigger {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    padding: 0px 1.25rem;
    user-select: none;
    border-radius: var(--border-radius);
    background-color: var(--18w92jy);
}

.ui-select .select-trigger .arrow {
    width: 2.5rem;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0px;
}

.ui-select .select-trigger .arrow>svg {
    font-size: 0.625rem;
    transition: transform 0.5s cubic-bezier(0.36, 0.66, 0.04, 1) 0s;
}

.ui-select .select-options-wrap {
    position: absolute;
    padding: 0.3125rem 0px;
    width: 100%;
    left: 0px;
    z-index: 2;
}

.ui-select .select-options {
    border-radius: var(--border-radius);
    padding: 0.125rem 0.375rem;
    background-color: var(--18w92jy);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 8px;
    height: auto;
    max-height: 16.25rem;
}

.ui-select .select-options:not(.len-1)>.active {
    border-color: rgba(59, 193, 23, 0.4);
}

.ui-select .select-options:not(.len-1)>.active::after {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    top: 50%;
    margin-top: -0.25rem;
    right: 0.625rem;
    background-color: var(--primary-color);
    box-shadow: rgba(59, 193, 23, 0.15) 0px 0px 0px 0.3125rem;
}

.ui-select .select-options:not(.len-1)>.active:hover {
    background-color: transparent;
}

.ui-select .select-options.len-1 .select-option {
    margin: 0px;
}

.ui-select .select-options.len-1 .select-option:hover {
    background-color: transparent;
}

.ui-select .select-option {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    padding: 0px 0.625rem;
    font-size: 0.875rem;
    height: 2rem;
    margin: 0.25rem 0px;
    border: 1px solid transparent;
    border-radius: var(--border-radius);
    cursor: pointer;
    color: var(--1yhspeg);
    white-space: nowrap;
}

.ui-select .select-option:hover {
    background-color: var(--sr34dy);
}

.ui-select .search-input.ui-input {
    margin: 0px;
}

.ui-select .search-input.ui-input .input-control {
    height: 2.5rem;
    border: none !important;
}

.ui-select .search-input .icon {
    order: -1;
    margin-right: 0.375rem;
}

.ui-table {
    --r49o3w: #5f6975;
    --144un3c: #f6f7fa;
    --7h9g04: #f5f6fa;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0px;
}

.darken .ui-table {
    --r49o3w: #99a4b0;
    --144un3c: #24262b;
    --7h9g04: #17181b;
}

.ui-table th {
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-table th, .ui-table td {
    overflow: hidden;
    text-align: center;
    padding: 0.875rem 0.5rem;
}

.ui-table th:first-child, .ui-table td:first-child {
    text-align: left;
}

.ui-table th:last-child, .ui-table td:last-child {
    text-align: right;
}

.ui-table td {
    border: 1px solid transparent;
}

.ui-table td:first-child {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.ui-table td:last-child {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.ui-table.is-hover tbody tr:hover td {
    background: var(--144un3c);
}

.ui-table.is-stripe tr:hover td {
    background: transparent;
}

.ui-table.is-stripe tbody tr:nth-child(2n-1) td {
    background: var(--7h9g04);
}

.ui-table .profitline .coin {
    width: 100%;
}

.ui-table .profitline .coin .amount {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-table .profitline .coin .amount .amount-str {
    display: inline;
}

.ui-table .profitline .coin .coin-icon {
    flex: 0 0 auto;
}

@media screen and (max-width: 621px) {
    .ui-table th {
        padding: 0.875rem 0.3125rem;
        font-size: 0.875rem;
    }
    .ui-table td {
        padding: 0.875rem 0.3125rem;
        font-size: 0.75rem;
    }
    .ui-table td:first-child {
        border-radius: 0px;
    }
    .ui-table td:last-child {
        border-radius: 0px;
    }
    .ui-table tbody tr:hover td {
        background-color: transparent;
    }
    .ui-table.no-hover tr td {
        padding: 0.875rem 0.75rem;
    }
}

.ui-pagination {
    --1b47ilg: #0a0a0b;
    --1hr07om: rgba(95, 105, 117, .6);
    --1c01r1d: #e9eaf2;
    --13v3v8t: rgba(233, 234, 242, .6);
    --whdmoy: #31373d;
    --35p5sb: #fff;
    --q1yodv: rgba(255, 255, 255, .65);
    --2ic1f5: #fff;
    --kwiq60: rgba(95, 105, 117, .3);
    --lvr5wt: rgba(95, 105, 117, .15);
    --jaz9ed: rgba(30, 32, 36, .8);
    --dqsc5i: #fff;
    --bdexwi: rgba(255, 255, 255, .65);
    --1qxnpy0: rgba(218, 221, 230, .3);
    --1602gyj: rgba(218, 221, 230, .25);
    --ze64sv: rgba(218, 221, 230, .5);
    --46f249: rgba(95, 105, 117, .15);
    --1cxr61u: rgba(30, 32, 36, .5);
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}

.darken .ui-pagination {
    --1b47ilg: #f5f6f7;
    --1hr07om: rgba(153, 164, 176, .6);
    --1c01r1d: rgba(24, 25, 29, .6);
    --13v3v8t: rgba(24, 25, 29, .6);
    --whdmoy: #f5f6f7;
    --35p5sb: #1e2024;
    --q1yodv: #1e2024;
    --2ic1f5: #2d3035;
    --kwiq60: rgba(153, 164, 176, .6);
    --lvr5wt: rgba(153, 164, 176, .2);
    --jaz9ed: #ffffff;
    --dqsc5i: rgba(45, 48, 53, .6);
    --bdexwi: rgba(45, 48, 53, .4);
    --1qxnpy0: rgba(60, 64, 74, .6);
    --1602gyj: rgba(60, 64, 74, .4);
    --ze64sv: #3c404a;
    --46f249: rgba(95, 105, 117, .15);
    --1cxr61u: #fff;
}

.ui-pagination .ui-select {
    width: 6em;
    height: 2rem;
}

.ui-pagination .ui-select-trigger {
    font-weight: 800;
    color: var(--1b47ilg);
    background-color: var(--1c01r1d);
}

.ui-pagination .total {
    height: 2rem;
    line-height: 2rem;
    margin: 0px 0.5rem 0px 24px;
    font-size: 0.75rem;
    color: var(--1hr07om);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-pagination .pages-box {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 2rem;
    border-radius: var(--border-radius);
    overflow: hidden;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
}

.ui-pagination .pages-box .icon {
    width: 1rem;
    height: 1rem;
}

.ui-pagination .page-pn {
    margin-left: 0.75rem;
}

.ui-pagination .page-pn .disabled {
    cursor: not-allowed;
}

.ui-pagination .page-pn button {
    width: 2.125rem;
    height: 2rem;
    margin: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.ui-pagination .page-pn .previous-btn {
    margin: 0px 1px 0px 0px;
}

.ui-pagination .page-pn .previous-btn .icon {
    transform: rotate(180deg);
}

.ui-pagination .pages-wrap {
    background-color: var(--13v3v8t);
    padding: 0px 1.125rem;
}

.ui-pagination .pages-wrap button {
    font-size: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: var(--border-radius);
    margin: 0px;
}

.ui-pagination .pages-wrap button:hover {
    color: var(--whdmoy);
}

.ui-pagination .pages-wrap .active {
    color: var(--whdmoy);
    font-weight: 600;
}

.ui-pagination .pageConic button {
    background-color: var(--35p5sb);
}

.ui-pagination .pageConic button svg {
    fill: var(--kwiq60);
}

.ui-pagination .pageConic button.disabled {
    background-color: var(--q1yodv);
}

.ui-pagination .pageConic button.disabled svg {
    fill: var(--lvr5wt);
}

.ui-pagination .pageConic button:not(.disabled):hover {
    background-color: var(--2ic1f5);
}

.ui-pagination .pageConic button:not(.disabled):hover svg {
    fill: var(--jaz9ed);
}

.ui-pagination .pageConic2 button {
    background-color: var(--dqsc5i);
}

.ui-pagination .pageConic2 button svg {
    fill: var(--kwiq60);
}

.ui-pagination .pageConic2 button.disabled {
    background-color: var(--bdexwi);
}

.ui-pagination .pageConic2 button.disabled svg {
    fill: var(--lvr5wt);
}

.ui-pagination .pageConic2 button:not(.disabled):hover {
    background-color: var(--2ic1f5);
}

.ui-pagination .pageConic2 button:not(.disabled):hover svg {
    fill: var(--jaz9ed);
}

.ui-pagination .pageConic3 button {
    background-color: var(--1qxnpy0);
}

.ui-pagination .pageConic3 button svg {
    fill: var(--kwiq60);
}

.ui-pagination .pageConic3 button.disabled {
    background-color: var(--1602gyj);
}

.ui-pagination .pageConic3 button.disabled svg {
    fill: var(--46f249);
}

.ui-pagination .pageConic3 button:not(.disabled):hover {
    background-color: var(--ze64sv);
}

.ui-pagination .pageConic3 button:not(.disabled):hover svg {
    fill: var(--1cxr61u);
}

@media screen and (max-width: 621px) {
    .ui-pagination .total {
        margin: 0px 0.5rem 0px auto;
    }
    .ui-pagination .ui-select {
        display: none;
    }
}

.tt7l7b4 {
    --11vi67x: #31343c;
    --153cma6: #fff;
    --1gmmosb: rgba(0, 0, 0, .06);
    position: fixed;
    z-index: 10001;
    left: 0px;
    top: 0px;
    transform: translate(-50%, -50%);
    margin-bottom: 0.375rem;
    white-space: nowrap;
    color: var(--11vi67x);
    background-color: var(--153cma6);
    border-radius: var(--border-radius);
    padding: 0.35em 0.7em;
    max-width: 400px;
    box-shadow: -2px 4px 8px var(--1gmmosb);
}

.darken .tt7l7b4 {
    --11vi67x: rgba(153, 164, 176, .8);
    --153cma6: #25272b;
    --1gmmosb: rgba(0, 0, 0, .12);
}

.tt7l7b4.force-wrap {
    white-space: unset;
    word-break: break-word;
}

.c1ve37vw {
    position: relative;
    overflow: hidden;
    user-select: none;
    touch-action: pan-y;
}

.c1ve37vw .drag-enable {
    cursor: grab;
}

.c1ve37vw .drag-enable:active {
    cursor: grabbing;
}

.c1ve37vw .carousel-list {
    display: flex;
    height: 100%;
    will-change: transform;
    touch-action: pan-y;
}

.c1ve37vw .carousel-item {
    flex: 1 1 0%;
    height: 100%;
}

.w1tpi5js {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    overflow: hidden;
}

.w1tpi5js input {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.c1xwx83c {
    --whdmoy: #31373d;
    --vv18os: #f5f6fa;
    --2vljes: #e9eaf2;
    padding: 1.25rem;
    border-radius: var(--border-radius);
    color: var(--whdmoy);
    background-color: var(--vv18os);
    border: 1px solid var(--2vljes);
}

.darken .c1xwx83c {
    --whdmoy: #f5f6f7;
    --vv18os: rgba(45, 48, 53, .5);
    --2vljes: #2d3035;
}

.c1xwx83c pre {
    margin: 0px;
    padding: 0px;
    overflow-x: auto;
}

.t1aku4jw {
    border-collapse: separate;
    border-spacing: 0px;
    border: none;
    width: 100%;
}

.t1aku4jw thead {
    width: 100%;
}

.t1aku4jw thead th {
    font-weight: 500;
    height: 3.875rem;
}

.t1aku4jw tbody tr {
    height: 3.5rem;
    border-radius: var(--border-radius);
}

.t1aku4jw tbody tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.t1aku4jw tbody tr>td:first-child {
    padding-left: 0.625rem;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.t1aku4jw tbody tr>td:last-child {
    padding-right: 0.625rem;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.t1aku4jw tbody>tr:nth-child(2n-1)>td {
    background-color: var(--background-color);
}

.fzzoavm {
    position: relative;
}

.fzzoavm .flat-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.c1mxe6k6 {
    position: relative;
    overflow: hidden;
}

.c1mxe6k6.horizontal, .c1mxe6k6 .motion-container {
    display: flex;
}

.n35pyk1 {
    --18uxqd5: #fff;
    --njpvpw: #31373d;
    --tt26x0: rgba(95, 105, 117, .8);
    background-color: var(--18uxqd5);
    padding: 0px 0.9375rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: var(--border-radius);
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.darken .n35pyk1 {
    --18uxqd5: #2D3035;
    --njpvpw: #fff;
    --tt26x0: rgba(153, 164, 176, .8);
}

.n35pyk1 .path {
    color: var(--tt26x0);
}

.n35pyk1 .active {
    color: var(--njpvpw);
}

.n35pyk1 .hover {
    cursor: pointer;
}

.n35pyk1 svg {
    width: 0.75rem;
    height: 0.75rem;
    display: inline-block;
    vertical-align: top;
    margin: 0.8125rem 0.375rem 0px;
}

.cq8kbks {
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
}

.cq8kbks .coin-icon {
    width: 1.4em;
    height: 1.4em;
    margin-left: 0.2em;
}

.cq8kbks .amount-str {
    max-width: 10em;
    text-align: right;
}

.cq8kbks .suffix {
    opacity: 0.5;
}

.cq8kbks.has-sign {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.u1xn5uyu {
    font-size: 0.75rem;
    font-weight: 700;
    color: rgb(23, 24, 27);
    width: 2.25rem;
    height: 1rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(177, 182, 201);
    border-radius: var(--border-radius);
}

.u1xn5uyu span {
    line-height: 1rem;
}

.u12rvwmw {
    --r49o3w: #5f6975;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
}

.darken .u12rvwmw {
    --r49o3w: #99a4b0;
}

.u12rvwmw.user-info {
    color: var(--title-color);
    font-weight: 700;
}

.u12rvwmw.user-info .hidden-name {
    color: var(--r49o3w);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
}

.u12rvwmw.user-info .hidden-name .icon {
    width: 1em;
    height: 1em;
    margin-right: 0.125rem;
    fill: var(--r49o3w);
}

.u12rvwmw .avatar {
    width: 1.62em;
    height: 1.62em;
    border-radius: 50%;
    margin-right: 0.5em;
}

.u12rvwmw .name {
    flex: 1 1 0%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t8wsmvw {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.t8wsmvw svg {
    width: 1.5rem;
    height: 1.5rem;
}

.t8wsmvw .xicon-mark {
    font-size: 0.75rem;
    display: inline-block;
    min-width: 2.1875rem;
    max-width: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    height: 1.0625rem;
    line-height: 1.125rem;
    padding: 0px 0.375rem;
    white-space: nowrap;
    border-radius: var(--border-radius);
    margin: 0px 0.125rem;
    color: rgb(255, 255, 255);
}

.t8wsmvw .xicon-mark-admin {
    background-color: rgb(244, 88, 31);
}

.t8wsmvw .xicon-mark-mod {
    background-color: rgb(191, 107, 162);
}

.t8wsmvw .xicon-mark-bot {
    background-color: rgb(69, 131, 202);
}

.gmdcq1k {
    --10qz0sm: #f5f6fa;
    width: 100%;
    text-align: center;
}

.darken .gmdcq1k {
    --10qz0sm: rgba(30, 32, 36, .6);
}

.gmdcq1k .google-input {
    position: relative;
    display: inline-block;
    width: auto;
}

.gmdcq1k .google-input>input {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0px;
    left: -9999px;
    width: 99999px;
    height: 100%;
    border: none;
    background-color: transparent;
    color: transparent;
    caret-color: transparent;
}

.gmdcq1k .google-input>ul {
    padding: 0px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0px auto;
}

.gmdcq1k .google-input>ul li {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-right: 0.375rem;
    border-radius: var(--border-radius);
    font-size: 1rem;
    background-color: var(--10qz0sm);
    border: 1px solid transparent;
    font-weight: 700;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.gmdcq1k .google-input>ul.focus-list .active {
    border: 1px solid var(--primary-color);
}

@media screen and (max-width: 621px) {
    .gmdcq1k .google-input>input {
        left: 0px;
        width: 100%;
    }
}

body {
    --wcm-z-index: 10008;
    --w3m-z-index: 10008;
}

.sh1kgj9.ui-dialog {
    padding: 0%;
    width: 800px;
    height: 634px;
    overflow: hidden;
}

.sh1kgj9.ui-dialog .dialog-head {
    display: none;
}

.sh1kgj9.ui-dialog .close-icon {
    width: 3rem;
    height: 3rem;
}

@media screen and (max-width: 621px) {
    .sh1kgj9.ui-dialog>div:last-child {
        padding: 0px;
    }
}

.poy960u {
    width: 400px;
    height: 400px;
}

.poy960u .ui-input {
    margin-top: 4.375rem;
}

.poy960u .tip {
    margin-top: 0.3125rem;
}

.poy960u .ui-button {
    margin: 3.125rem auto 0px;
    width: 15.5rem;
}

.f1csl0p5 {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.f1csl0p5 button svg {
    width: 1.25rem;
    height: 1.125rem;
}

.poo6c5d {
    --m8raho: #;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 16px;
    line-height: 1;
    background: var(--background-color);
    border-radius: var(--border-radius);
    padding: 12px 0px 8px;
}

.darken .poo6c5d {
    --m8raho: #25272C;
}

.poo6c5d svg {
    width: 1.875rem;
    height: 1.875rem;
}

.poo6c5d .promo-b {
    width: 1.875rem;
    height: 1.875rem;
}

.poo6c5d .promo-btn {
    width: auto;
    margin-bottom: 0.5rem;
    height: auto;
    position: relative;
}

.poo6c5d .promo-btn .name {
    position: absolute;
    font-size: 0.875rem;
    font-weight: 400;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    right: 0.625rem;
    width: 8.75rem;
    top: 0.5rem;
    height: 3.25rem;
}

.poo6c5d img {
    width: auto;
    height: 68px;
}

@media screen and (max-width: 621px) {
    .poo6c5d {
        border-top: 1px solid rgba(49, 56, 61, 0.5);
        padding: 0.75rem 0px;
        margin-top: 1rem;
    }
    .poo6c5d img {
        height: 2.75rem;
    }
    .poo6c5d .promo-btn .name {
        width: 5.5rem;
        height: 2.25rem;
        line-height: 1rem;
        top: 0.3rem;
        font-size: 0.75rem;
        transform: scale(0.75);
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.r5k7vbo {
    --g1qhdc: #f5f6fa;
    --15k9ezi: #17181B;
    --1v7egm: rgba(95, 105, 117, .3);
    --hzw27v: rgba(95, 105, 117, .4);
}

.darken .r5k7vbo {
    --g1qhdc: #17181B;
    --15k9ezi: #ffffff;
    --1v7egm: rgba(67, 74, 85, .3);
    --hzw27v: rgba(152, 167, 181, .3);
}

.r5k7vbo.ui-dialog {
    width: 464px;
    height: 400px;
}

.r5k7vbo .refer-friend-dialog {
    padding: 0.625rem 0.5rem;
}

.r5k7vbo .refer-friend-dialog .refer-top {
    width: 100%;
    height: 9.375rem;
    background-color: var(--g1qhdc);
    border-radius: var(--border-radius);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.r5k7vbo .refer-friend-dialog .refer-top .refer-bg {
    position: absolute;
    width: 12.5rem;
    height: 10.5rem;
    z-index: 0;
    background: rgba(67, 179, 9, 0.75);
    filter: blur(106.013px);
    border-radius: 50%;
    top: -9.375rem;
    left: -6.25rem;
}

.r5k7vbo .refer-friend-dialog .refer-top img {
    width: 30%;
    height: auto;
    margin: -2% 3% 0px;
}

.r5k7vbo .refer-friend-dialog .refer-top .refer-right {
    flex: 1 1 0%;
    padding-right: 4%;
    white-space: nowrap;
}

.r5k7vbo .refer-friend-dialog .refer-top .refer-right .t {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--15k9ezi);
    margin: 0px;
    line-height: 1.375rem;
    white-space: break-spaces;
}

.r5k7vbo .refer-friend-dialog .refer-top .refer-right .t .s-g {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 900;
    color: var(--primary-color);
}

.r5k7vbo .refer-friend-dialog .refer-top .refer-right .t .s-y {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 900;
    color: var(--yellow-color);
}

.r5k7vbo .refer-friend-dialog .refer-top .refer-right .g {
    margin: 0.75rem 0px 0px;
    color: var(--primary-color);
}

.r5k7vbo .refer-friend-dialog .learn-btn {
    display: block;
    height: 1.25rem;
    margin: 1rem auto 0px;
    text-decoration: underline;
    color: var(--hzw27v);
}

.r5k7vbo .refer-friend-dialog .refer-bottom {
    padding: 0px 0.875rem;
    margin-top: 1.5rem;
}

.r5k7vbo .refer-friend-dialog .refer-bottom .sub-t {
    padding-left: 1rem;
    margin: 0px;
}

.r5k7vbo .refer-friend-dialog .refer-bottom .ui-input {
    margin-top: 0.625rem;
    position: relative;
}

.r5k7vbo .refer-friend-dialog .refer-bottom .ui-input input {
    width: 60%;
    flex: 1 1 auto;
    color: var(--15k9ezi);
    opacity: 1;
}

.r5k7vbo .refer-friend-dialog .refer-bottom .ui-input .input-after {
    position: absolute;
    width: 6.5rem;
    height: 2.375rem;
    right: 0px;
    top: 0.625rem;
}

.r5k7vbo .refer-friend-dialog .refer-bottom .ui-input .input-after .ui-button {
    height: 100%;
    background-color: var(--1v7egm);
    color: var(--15k9ezi);
}

.r15pu1rh {
    --1b41co8: #F5F6FA;
    --zofaf: #FFFFFF;
    --pjqr3s: #FFFFFF;
    --h76j8m: #FFFFFF;
    --gizz1k: #F5F6FA;
    --ugiszw: url(/assets/rule_left_w.b5c4afc5.png);
    --uaxryh: url(/assets/rule_center_w.d1bfe4fa.png);
    --jnjkgp: url(/assets/rule_right_w.30238c5e.png);
}

.darken .r15pu1rh {
    --1b41co8: #17181B;
    --zofaf: #24262B;
    --pjqr3s: #25272C;
    --h76j8m: #17181B;
    --gizz1k: #25272C;
    --ugiszw: url(/assets/rule_left.e116031f.png);
    --uaxryh: url(/assets/rule_center.53550841.png);
    --jnjkgp: url(/assets/rule_right.d367e5c2.png);
}

.r15pu1rh.ui-dialog {
    width: 42.5rem;
    height: 50rem;
}

.r15pu1rh p {
    margin: 0px;
}

.r15pu1rh .rule-dalog-wrap {
    padding: 0px !important;
}

.r15pu1rh .rule-title {
    height: 4rem;
    background-color: var(--1b41co8);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 1.5rem;
}

.r15pu1rh .getreward-wrap {
    width: 100%;
    background-color: var(--1b41co8);
    padding: 1rem 1.5rem 2.25rem;
}

.r15pu1rh .getreward-wrap .t {
    text-align: center;
    color: var(--title-color);
}

.r15pu1rh .getreward-wrap .imgs-wrap {
    height: 9.5rem;
    margin-top: 1.25rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.r15pu1rh .getreward-wrap .imgs-wrap>div {
    width: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.r15pu1rh .getreward-wrap .imgs-wrap .rule-left {
    background-size: auto 100%;
    padding-left: 1.125rem;
}

.r15pu1rh .getreward-wrap .imgs-wrap .rule-center {
    background-size: 100% 100%;
    padding-left: 2.25rem;
}

.r15pu1rh .getreward-wrap .imgs-wrap .rule-right {
    background-size: auto 100%;
    padding-left: 2.25rem;
}

.r15pu1rh .getreward-wrap .imgs-wrap .ri-t {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.25rem;
}

.r15pu1rh .getreward-wrap .imgs-wrap .ri-st {
    font-size: 1rem;
    color: var(--title-color);
    margin: 0.25rem 0px 0.5rem;
    white-space: nowrap;
}

.r15pu1rh .getreward-wrap .imgs-wrap .ri-st span {
    color: var(--primary-color);
}

.r15pu1rh .getreward-wrap .imgs-wrap .ri-d {
    line-height: 0.875rem;
    max-width: 9.375rem;
    height: 2.625rem;
}

.r15pu1rh .unlock-rules-wrap {
    margin-top: 1.75rem;
}

.r15pu1rh .unlock-rules-wrap .ur-title {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.r15pu1rh .unlock-rules-wrap .ur-title .l {
    width: 3rem;
    height: 2px;
    background: linear-gradient(90deg, rgb(152, 167, 181) 0%, rgba(152, 167, 181, 0) 100%);
    transform: scaleX(-1);
}

.r15pu1rh .unlock-rules-wrap .ur-title p {
    color: var(--title-color);
    margin: 0px 1rem;
}

.r15pu1rh .unlock-rules-wrap .ur-title .r {
    width: 3rem;
    height: 2px;
    background: linear-gradient(90deg, rgb(152, 167, 181) 0%, rgba(152, 167, 181, 0) 100%);
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap {
    margin-top: 1.25rem;
    padding: 0px 1.5rem;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table {
    width: 100%;
    margin-bottom: 3rem;
    min-height: 22.5rem;
    background-color: var(--1b41co8);
    border-radius: var(--border-radius);
    padding-top: 0.5rem;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-thead {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 3.125rem;
    padding: 0px 0.875rem;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-thead p {
    flex: 1 1 0%;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-thead .ri-tr-l {
    padding-left: 0.875rem;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-thead .ri-tr-m {
    text-align: center;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-thead .ri-tr-r {
    padding-right: 0.875rem;
    text-align: right;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .loading {
    height: 18.75rem;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody {
    width: 100%;
    padding: 0px 0.875rem;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 3.125rem;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr.have-bg {
    background-color: var(--zofaf);
    border-radius: var(--border-radius);
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr>div {
    flex: 1 1 0%;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-l {
    padding-left: 0.875rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-l img {
    width: auto;
    height: 1.125rem;
    margin-right: 0.5rem;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-l p {
    font-size: 1rem;
    color: var(--title-color);
    font-weight: 600;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-m {
    text-align: center;
    font-size: 1rem;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-r {
    padding-right: 0.875rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-r .coin-icon {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    background-color: var(--yellow-color);
    color: var(--zofaf);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 0.375rem;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-r .coin-icon span {
    margin-top: 1px;
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-r>span {
    color: var(--yellow-color);
    font-weight: 700;
    font-size: 1rem;
}

@media screen and (max-width: 621px) {
    .r15pu1rh .getreward-wrap {
        padding: 1.25rem 0.75rem 2rem;
        background-color: var(--h76j8m);
    }
    .r15pu1rh .getreward-wrap .imgs-wrap {
        flex-direction: column;
        height: auto;
    }
    .r15pu1rh .getreward-wrap .imgs-wrap>div {
        width: 100%;
        height: 8.75rem;
        border-radius: var(--border-radius);
    }
    .r15pu1rh .getreward-wrap .imgs-wrap .ri-d {
        max-width: none;
    }
    .r15pu1rh .getreward-wrap .imgs-wrap .rule-left {
        background-image: url("/assets/rule_left_m.6f250697.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-size: auto 80%;
        background-color: var(--gizz1k);
        padding: 0px 1.5rem;
    }
    .r15pu1rh .getreward-wrap .imgs-wrap .rule-center {
        background-image: url("/assets/rule_center_m.91714d8e.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-size: auto 80%;
        background-color: var(--gizz1k);
        margin-top: 0.75rem;
        padding: 0px 1.5rem;
    }
    .r15pu1rh .getreward-wrap .imgs-wrap .rule-right {
        background-image: url("/assets/rule_right_m.c1dfc9aa.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-size: auto 80%;
        background-color: var(--gizz1k);
        margin-top: 0.75rem;
        padding: 0px 1.5rem;
    }
    .r15pu1rh .unlock-rules-wrap .rule-table-wrap {
        margin-top: 1rem;
        padding: 0px 0.75rem;
    }
}

.c1nhk0wh {
    --1b41co8: #F5F6FA;
    --159iuuc: #000000;
    --6brjqt: #F5F6FA;
    --13nrdd7: #D9D9D9;
    --qcjl9c: rgba(57, 58, 62, .4);
    --zofaf: #FFFFFF;
    --qcpxim: rgba(0, 0, 0, .1);
    --gaybrz: #D9D9D9;
}

.darken .c1nhk0wh {
    --1b41co8: #17181B;
    --159iuuc: #98A7B5;
    --6brjqt: #24262B;
    --13nrdd7: rgba(101, 107, 116, .8);
    --qcjl9c: #393A3E;
    --zofaf: #24262B;
    --qcpxim: rgba(0, 0, 0, .6);
    --gaybrz: #656B74;
}

.c1nhk0wh.ui-dialog {
    width: 42.5rem;
    height: 50rem;
}

.c1nhk0wh p {
    margin: 0px;
}

.c1nhk0wh .rule-dialog-wrap {
    padding: 0px !important;
}

.c1nhk0wh .rule-title {
    height: 4rem;
    background-color: var(--1b41co8);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 1.5rem;
}

.c1nhk0wh .cru-st {
    margin-top: 1.625rem;
    padding: 0px 1.5rem 0px 2.5rem;
    position: relative;
}

.c1nhk0wh .cru-st::before {
    content: " ";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--159iuuc);
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.c1nhk0wh .max-wrap {
    width: 100%;
    padding: 0px 1.5rem;
}

.c1nhk0wh .wager-item {
    margin-top: 1.25rem;
    width: 100%;
    height: 7.5rem;
}

.c1nhk0wh .wager-item .item-inner {
    margin-left: 1.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.c1nhk0wh .wager-item .item-inner .top {
    display: flex;
}

.c1nhk0wh .wager-item .item-inner .top .m-t {
    font-size: 2.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: var(--title-color);
}

.c1nhk0wh .wager-item .item-inner .top .tooltip-text-wrap {
    position: relative;
    width: 1rem;
    height: 1rem;
}

.c1nhk0wh .wager-item .item-inner .top .tooltip-text-wrap .t-d {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: var(--13nrdd7);
    color: var(--zofaf);
    font-weight: 700;
    margin-left: 0.25rem;
    cursor: pointer;
}

.c1nhk0wh .wager-item .item-inner .top .tooltip-text-wrap .tool-tip-wrap {
    position: absolute;
    z-index: 2;
    transform: translate(-20%);
    top: 1.25rem;
    padding: 0.5rem 0.75rem;
    border-radius: var(--border-radius);
    background-color: var(--1b41co8);
    box-shadow: 0 4px 10px var(--qcpxim);
}

.c1nhk0wh .wager-item .item-inner .top .tooltip-text-wrap .tool-tip-wrap p {
    white-space: nowrap;
    line-height: 1.375rem;
}

.c1nhk0wh .wager-item .item-inner .top .of {
    margin-left: 0.75rem;
    line-height: 2rem;
}

.c1nhk0wh .wager-item .item-inner .bot {
    margin-top: 0.75rem;
    display: flex;
}

.c1nhk0wh .wager-item .item-inner .bot .l {
    opacity: 0.6;
}

.c1nhk0wh .wager-item .item-inner .bot .r {
    margin-left: 0.5rem;
    max-width: 25rem;
}

.c1nhk0wh .wager-more {
    margin-top: 1.25rem;
    background-color: var(--6brjqt);
    border-radius: var(--border-radius);
    width: 100%;
    height: 3.75rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 1.5rem;
}

.c1nhk0wh .wager-more .info-flag {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: var(--gaybrz);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: var(--zofaf);
    font-weight: 700;
    flex: 0 0 auto;
}

.c1nhk0wh .wager-more .info-text {
    margin-left: 0.625rem;
}

.c1nhk0wh .wager-more .info-text a {
    color: var(--primary-color);
    font-weight: 600;
    cursor: pointer;
}

.c1nhk0wh .wager-more .info-text a:hover {
    text-decoration: underline;
}

.c1nhk0wh .wager-more .info-text .icon-blank {
    width: 0.75rem;
    height: 0.75rem;
    margin-bottom: -0.0625rem;
    fill: var(--primary-color);
}

.c1nhk0wh .item-1 {
    background-image: url("/assets/wager_1.6ec39cf4.png");
    background-position: 96% 0%;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-size: auto 100%;
    background-color: var(--6brjqt);
}

.c1nhk0wh .item-2 {
    background-image: url("/assets/wager_2.8af53176.png");
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-size: auto 100%;
    background-color: var(--6brjqt);
}

.c1nhk0wh .item-3 {
    background-image: url("/assets/wager_3.ee25b52f.png");
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-size: auto 100%;
    background-color: var(--6brjqt);
}

.c1nhk0wh ul {
    padding-top: 0.75rem;
}

.c1nhk0wh ul li {
    margin-top: 1.5rem;
}

.c1nhk0wh .contact-wrap {
    margin-top: 2.25rem;
    margin-bottom: 2.5rem;
    width: 100%;
    height: 3.5rem;
    border-radius: var(--border-radius);
    border: 1px solid var(--qcjl9c);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

.c1nhk0wh .contact-wrap a {
    margin-left: 0.25rem;
    color: var(--primary-color);
    font-weight: 600;
    cursor: pointer;
}

.c1nhk0wh .contact-wrap .icon-blank {
    width: 0.875rem;
    height: 0.875rem;
    margin-left: 0.1875rem;
    margin-bottom: -0.0625rem;
    fill: var(--primary-color);
}

@media screen and (max-width: 621px) {
    .c1nhk0wh .item-3 {
        height: 8.75rem;
    }
    .c1nhk0wh .contact-wrap {
        height: 4.5rem;
        padding: 0px 1rem;
    }
    .c1nhk0wh .wager-more {
        height: auto;
        padding: 0.625rem 1.25rem;
    }
}

.sed9dh0 {
    flex: 1 1 0%;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.sed9dh0 .full-message {
    padding: 0.5rem 0.625rem;
}

.sed9dh0 .full-message .share-message {
    line-height: 1.125rem;
    margin-bottom: 0.5rem;
    padding-left: 0.125rem;
}

.sed9dh0 .full-message .wrap {
    height: 12rem;
}

.m1uafca8 {
    --6596nj: #F6F7FA;
    --1qdnywk: linear-gradient(145deg, #FFB416 -50%, #ffffff 40%);
    --5bmrnm: rgba(28, 30, 34, .5);
    width: 100%;
    background: var(--6596nj);
    padding: 0.75rem 0.75rem 1rem;
}

.darken .m1uafca8 {
    --6596nj: #24262B;
    --1qdnywk: linear-gradient(145deg, #FFB416 -200%, #1C1E22 40%);
    --5bmrnm: rgba(28, 30, 34, .5);
}

.m1uafca8 .raffle-msg-content {
    width: 100%;
    height: 6.375rem;
    background: var(--1qdnywk);
    display: flex;
    padding: 0.625rem;
}

.m1uafca8 .raffle-msg-content .left-stars {
    width: 2.5rem;
    height: 100%;
    flex: 0 0 auto;
}

.m1uafca8 .raffle-msg-content .left-stars .stars-wrap {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--5bmrnm);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.m1uafca8 .raffle-msg-content .left-stars .stars-wrap img {
    width: 100%;
    height: auto;
}

.m1uafca8 .raffle-msg-content .right-text {
    flex: 1 1 0%;
    margin-left: 0.5rem;
    overflow: hidden;
}

.m1uafca8 .raffle-msg-content .right-text .bt {
    margin: 0px;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 700;
    white-space: nowrap;
    color: var(--title-color);
}

.m1uafca8 .raffle-msg-content .right-text .bd {
    margin: 0.25rem 0px 0px;
    line-height: 1.25rem;
}

.m1uafca8 .btn-wrap {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 0.625rem;
    padding-left: 0.75rem;
}

.m1uafca8 .btn-wrap .ui-button {
    flex: 0 0 auto;
    width: auto;
    height: 2.25rem;
    min-width: 7.5rem;
    padding: 0px 1.25rem;
}

.r8wia0b .n-t {
    margin: 0px;
    line-height: 1.25rem;
    font-weight: 600;
    color: var(--title-color);
}

.r8wia0b .n-d {
    margin: 0.5rem 0px 0px;
    line-height: 1.125rem;
}

.chh0qzr {
    width: 100%;
    height: 7.5rem;
    max-width: 14.875rem;
    background: url("./assets/coindrop-bg.png") 0% 0% / 100% 100% no-repeat;
    position: relative;
    cursor: pointer;
}

.chh0qzr .btc-img {
    width: 10.25rem;
    height: 7.5rem;
    position: absolute;
    right: 0px;
    top: 0px;
}

.chh0qzr .coindrop-status {
    min-width: 4.75rem;
    height: 2rem;
    background-color: rgb(255, 240, 7);
    border-radius: var(--border-radius);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 700;
    position: absolute;
    left: 1.625rem;
    bottom: 1rem;
    color: rgb(23, 24, 27);
    padding: 0px 0.75rem;
}

.chh0qzr .coindrop-status.finish {
    opacity: 0.35;
}

.chh0qzr .right-img {
    position: absolute;
    width: 6.75rem;
    right: 0.75rem;
    top: 1.5rem;
}

.chh0qzr .right-open-img {
    position: absolute;
    width: 7.5rem;
    right: 0.75rem;
    top: 1.25rem;
}

.wdgv9vg {
    width: 100%;
    height: 7.5rem;
    max-width: 14.875rem;
}

.wt0m7 {
    --6ez62x: #fff;
    --1ppl4n: #171616;
    --1etafny: rgba(233, 234, 242, .4);
    padding: 0.75rem 0.5rem;
    background-color: var(--6ez62x);
    border-radius: var(--border-radius);
    margin-top: 0.625rem;
}

.darken .wt0m7 {
    --6ez62x: #1c1e22;
    --1ppl4n: #ede9e1;
    --1etafny: rgba(49, 52, 58, .6);
}

.wt0m7 .item {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin: 0.125rem 0px;
    height: 1.375rem;
}

.wt0m7 .item .coin {
    margin-left: 0.625rem;
}

.wt0m7 .item .coin .amount {
    color: var(--1ppl4n);
    font-weight: 700;
}

.wt0m7 .item .coin .name {
    font-weight: 700;
}

.wt0m7 .item .coin .coin-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.25rem;
}

.wt0m7 .item .winner-name {
    display: inline-block;
    width: 8.75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
}

.wt0m7 .item .spin {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.wt0m7 .item .spin img {
    width: 1.5rem;
    height: 1.5rem;
}

.wt0m7 .hide-list-btn {
    cursor: pointer;
    margin-top: 0.25rem;
    background-color: var(--1etafny);
    border-radius: var(--border-radius);
    height: 2rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.wt0m7 .hide-list-btn .show_txt {
    display: inline-block;
    padding-left: 0.5rem;
    min-width: 5rem;
}

.wt0m7 .hide-list-btn .icon {
    transition: all 0.5s ease 0s;
    font-size: 0.625rem;
}

.wt0m7 .hide-list-btn.show_list .icon {
    transform: rotate(90deg);
}

.rep99u4 {
    --6ez62x: #fff;
    flex: 1 1 0%;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0.625rem;
}

.darken .rep99u4 {
    --6ez62x: #1c1e22;
}

.rep99u4 .rain-message {
    padding: 0.25rem 0.5rem 0px;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}

.rep99u4.rain-sp .rain-message {
    background-color: var(--6ez62x);
    padding-bottom: 0px;
}

.rep99u4.rain-sp .full-message .chatmsg-user-list {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.md8l7du {
    --i15dv4: #31373d;
}

.darken .md8l7du {
    --i15dv4: rgba(153, 164, 176, .6);
}

.md8l7du .rain-icon {
    height: 2.25rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: var(--i15dv4);
}

.md8l7du .rain-icon>svg {
    margin-left: 0.875rem;
    margin-right: 0.5rem;
}

.md8l7du .congratulations {
    height: 1.25rem;
    margin-top: 0.625rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0.5rem;
    color: var(--sub-text-color);
}

.md8l7du .gdbtn {
    height: 1.25rem;
    margin-top: 0.625rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-left: auto;
}

.md8l7du .gdbtn .w {
    margin: 0px 0px 0px 0.1875rem;
    white-space: nowrap;
    max-width: 6.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.md8l7du .gdbtn .icon {
    font-size: 0.625rem;
    margin-left: 0.25rem;
}

.md8l7du .gdbtn:hover {
    text-decoration: underline;
}

.sj1towr {
    --g52yms: #000;
    --1fh6syf: rgba(233, 234, 242, .6);
    --r2n86p: linear-gradient(134deg, #f8eba9, #ffffff 50%);
    --1c9db3n: linear-gradient(134deg, #ffebb3, #ffffff 50%);
    --1rpbi6i: linear-gradient(134deg, #ffd5f0, #ffffff 50%);
    --ge4i3v: #FFFFFF;
}

.darken .sj1towr {
    --g52yms: #fff;
    --1fh6syf: #31343a;
    --r2n86p: linear-gradient(134deg, #4a4633, #252628 50%);
    --1c9db3n: linear-gradient(134deg, #4d402e, #252628 50%);
    --1rpbi6i: linear-gradient(134deg, #5b384e, #252628 50%);
    --ge4i3v: #1C1E22;
}

@-webkit-keyframes task_star-sj1towr {
    0% {
        transform: scale(0.8);
    }
    25% {
        transform: scale(1.5);
    }
    50% {
        transform: scale(0.8);
    }
    75% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(0.8);
    }
}

@keyframes task_star-sj1towr {
    0% {
        transform: scale(0.8);
    }
    25% {
        transform: scale(1.5);
    }
    50% {
        transform: scale(0.8);
    }
    75% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(0.8);
    }
}

@-webkit-keyframes task_star_big-sj1towr {
    25% {
        transform: scale(1.8);
    }
    50% {
        transform: scale(0.8);
    }
    75% {
        transform: scale(1.5);
    }
}

@keyframes task_star_big-sj1towr {
    25% {
        transform: scale(1.8);
    }
    50% {
        transform: scale(0.8);
    }
    75% {
        transform: scale(1.5);
    }
}

.sj1towr .star-item {
    background: url("../../assets/star.png") center center / 100% 100% no-repeat;
    position: absolute;
}

.sj1towr .star-item.item-1 {
    width: 0.3125rem;
    height: 0.3125rem;
    top: 2.0625rem;
    left: 0.875rem;
}

.sj1towr .star-item.item-2 {
    width: 0.375rem;
    height: 0.375rem;
    top: 1.125rem;
    left: 2.8125rem;
}

.sj1towr .star-item.item-3 {
    top: 3.1875rem;
    left: 2.8125rem;
    width: 0.5rem;
    height: 0.5rem;
}

.sj1towr .cont {
    border-radius: var(--border-radius);
    min-width: 16.625rem;
    height: 4.5rem;
    padding: 0.75rem 0.875rem 0.75rem 4.375rem;
    position: relative;
    background-color: var(--ge4i3v);
}

.sj1towr .cont .spin-img {
    width: 3.4375rem;
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
}

.sj1towr .cont .spin-tit {
    color: var(--g52yms);
    font-weight: 800;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    white-space: nowrap;
}

.sj1towr .cont .amount-cont {
    border-radius: var(--border-radius);
    background-color: var(--1fh6syf);
    height: 1.5rem;
    color: rgb(93, 219, 28);
    font-weight: 600;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.sj1towr .cont .amount-cont .coin-icon {
    font-size: 0.75rem;
}

.sj1towr button {
    width: 7.5rem;
    height: 2.25rem;
    margin: 0.6875rem 0px 0px 0.625rem;
    font-size: 0.8125rem;
}

.s1ia3squ .cont {
    width: 100%;
}

.s1ia3squ .cont .img-wraps {
    font-size: 0px;
}

.s1ia3squ .cont .img-wraps img {
    width: auto;
    height: 114px;
}

.s1ia3squ .cont p {
    margin-bottom: 0px;
}

.s1ia3squ .btn-link {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.s1ia3squ .btn-link button {
    flex: 0 0 auto;
    width: auto;
    min-width: 7.5rem;
    padding: 0px 0.75rem;
    height: 2.25rem;
    margin: 0.75rem 0px 0px 0.625rem;
    font-size: 0.8125rem;
}

@media screen and (max-width: 621px) {
    .s1ia3squ .cont .img-wraps {
        width: 100%;
        overflow: hidden;
    }
    .s1ia3squ .cont .img-wraps img {
        height: 9rem;
    }
}

.m73seex {
    --g52yms: #000;
}

.darken .m73seex {
    --g52yms: #fff;
}

.m73seex b {
    margin: 0px 3px;
    color: var(--g52yms);
}

.m73seex .tip-spin {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
}

.m73seex .tip-spin svg {
    margin: 0px 0.25rem;
    width: 1.125rem;
    height: 1.125rem;
}

.m9ka2ex {
    --6596nj: #F6F7FA;
    --ge4i3v: #FFFFFF;
    --g52yms: #000;
    background-image: url("./assets/tip_glod.png");
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--6596nj);
    position: relative;
    overflow: hidden;
}

.darken .m9ka2ex {
    --6596nj: #24262B;
    --ge4i3v: #1C1E22;
    --g52yms: #fff;
}

.m9ka2ex .glod-img {
    width: 80%;
    height: auto;
    position: absolute;
    top: 0rem;
    left: 10%;
}

.m9ka2ex .tipped {
    margin-right: 0.25rem;
}

.m9ka2ex .remark {
    display: block;
    margin-top: 0.25rem;
}

.m9ka2ex .msg-cont {
    background-color: var(--ge4i3v);
    border-radius: var(--border-radius);
    padding: 0.625rem 0.875rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: var(--title-color);
    font-weight: 800;
    margin-top: 0.5625rem;
}

.m9ka2ex .msg-cont .coin-icon {
    width: 1.125rem;
    margin-right: 0.4375rem;
}

.nxu9d47 {
    --pwaeyx: #ffffff;
    background: var(--pwaeyx);
}

.darken .nxu9d47 {
    --pwaeyx: #1e2024;
}

.nxu9d47>div:last-child {
    padding: 0px;
}

.no6xwm8 {
    --1mkn1l0: #F6F7FA;
    height: 3rem;
    width: 3rem;
    border-radius: var(--border-radius);
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.darken .no6xwm8 {
    --1mkn1l0: #2D3035;
}

.no6xwm8:hover, .no6xwm8.active {
    background-color: var(--1mkn1l0);
}

.no6xwm8:hover>svg, .no6xwm8.active>svg {
    fill: var(--title-color);
}

.no6xwm8>svg {
    font-size: 0.875rem;
}

@media screen and (max-width: 621px) {
    .no6xwm8 {
        background: none;
    }
}

.w1qqsebg {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.l1by5rnf {
    --zofaf: #FFFFFF;
    --1ia592t: #DADDE6;
    --1mkn1l0: #F6F7FA;
    width: 57.5rem;
    height: 36.25rem;
    overflow: hidden;
    background-color: var(--zofaf);
    border-radius: var(--border-radius);
    position: relative;
}

.darken .l1by5rnf {
    --zofaf: #24262B;
    --1ia592t: rgba(151, 151, 151, .2);
    --1mkn1l0: #2D3035;
}

.l1by5rnf .lan-fiat-tabs {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.l1by5rnf .lan-fiat-tabs .tabs-navs {
    height: 4rem;
    width: 100%;
    flex: 0 0 auto;
    border-bottom: 1px solid var(--1ia592t);
}

.l1by5rnf .lan-fiat-tabs .tabs-navs .tabs-nav {
    font-weight: 600;
    width: 15rem;
    padding: 0px;
}

.l1by5rnf .lan-fiat-tabs .tabs-navs .tabs-nav.is-active {
    background-image: none;
    color: var(--title-color);
}

.l1by5rnf .lan-fiat-tabs .tabs-view {
    flex: 1 1 0%;
    overflow: hidden;
}

.l1by5rnf .lan-fiat-tabs .tabs-view .ui-scrollview {
    padding: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.l1by5rnf .lan-fiat-tabs .tabs-view .ui-scrollview::after {
    content: " ";
    width: 23%;
    height: 0px;
}

.l1by5rnf .lan-fiat-tabs .tabs-view .ui-scrollview .none-sp {
    width: 100%;
}

.l1by5rnf .lan-fiat-tabs .tabs-view .ui-scrollview .none-sp .lf-inner {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0px 1rem;
}

.l1by5rnf .lan-fiat-tabs .tabs-view .ui-scrollview .none-sp .lf-inner .coin-icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.625rem;
}

.l1by5rnf .lan-fiat-tabs .tabs-view .fiat-flex-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.l1by5rnf .lan-fiat-tabs .tabs-view .fiat-flex-list .lang-fiat-item .coin-icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.625rem;
}

.l1by5rnf .lan-fiat-tabs .tabs-view .fiat-flex-list .lang-fiat-item .lf-inner {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0px 1rem;
}

.l1by5rnf .lan-fiat-tabs .tabs-view .fiat-flex-list .lang-fiat-item .lf-inner .alias {
    margin-left: 8px;
    opacity: 0.58;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.l1by5rnf .lan-fiat-tabs .tabs-view .lang-fiat-item {
    width: 25%;
    height: 3.25rem;
    border-radius: var(--border-radius);
    margin-bottom: 0.75rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    position: relative;
}

.l1by5rnf .lan-fiat-tabs .tabs-view .lang-fiat-item .lf-inner {
    position: relative;
    z-index: 2;
    padding: 0px 1.375rem;
}

.l1by5rnf .lan-fiat-tabs .tabs-view .lang-fiat-item .hover-bg {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.l1by5rnf .lan-fiat-tabs .tabs-view .lang-fiat-item:hover .lf-inner, .l1by5rnf .lan-fiat-tabs .tabs-view .lang-fiat-item.select .lf-inner {
    color: var(--title-color);
}

.l1by5rnf .lan-fiat-tabs .tabs-view .lang-fiat-item:hover .lf-inner svg, .l1by5rnf .lan-fiat-tabs .tabs-view .lang-fiat-item.select .lf-inner svg {
    fill: var(--title-color);
}

.l1by5rnf .lan-fiat-tabs .tabs-view .lang-fiat-item:hover .hover-bg, .l1by5rnf .lan-fiat-tabs .tabs-view .lang-fiat-item.select .hover-bg {
    width: 100%;
    height: 100%;
    background: var(--1mkn1l0);
    mix-blend-mode: normal;
    border-radius: var(--border-radius);
}

@media screen and (max-width: 621px) {
    .l1by5rnf {
        width: 100%;
        height: 100%;
        padding: 0px !important;
    }
    .l1by5rnf .lan-fiat-tabs .tabs-navs .tabs-nav {
        width: 50%;
    }
    .l1by5rnf .lan-fiat-tabs .tabs-view .lang-fiat-item {
        width: 100%;
    }
}

.s1q04a0m {
    flex: 1 1 0%;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.s1q04a0m .full-message {
    padding: 0.5rem 0.625rem;
}

.s1q04a0m .full-message .share-message {
    line-height: 1.125rem;
    margin-bottom: 0.5rem;
    padding-left: 0.125rem;
}

.s1q04a0m .full-message .wrap {
    height: 12rem;
}

.p14oequ {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 1.25rem;
}

.p14oequ p {
    margin: 0px;
    text-align: center;
}

.p14oequ .header-icon {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 3.125rem;
    height: 3.125rem;
    border: 0.3125rem solid rgb(33, 154, 0);
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 700;
    color: var(--title-color);
}

.p14oequ .title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--title-color);
}

.p14oequ .under-btn {
    cursor: pointer;
}

.uocisei {
    --q3zewn: #fff;
    border-radius: var(--border-radius);
    width: 31.25rem;
    height: 16.25rem;
    background: var(--q3zewn);
}

.darken .uocisei {
    --q3zewn: #000;
}

.uocisei .msg {
    width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--title-color);
}

@media screen and (max-width: 621px) {
    .uocisei {
        width: 96%;
    }
}

.g18oie15 {
    --10qz0sm: #f5f6fa;
    width: 100%;
    text-align: center;
}

.darken .g18oie15 {
    --10qz0sm: rgba(30, 32, 36, .6);
}

.g18oie15 .google-input {
    position: relative;
    display: inline-block;
    width: auto;
}

.g18oie15 .google-input>input {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0px;
    left: -9999px;
    width: 99999px;
    height: 100%;
    border: none;
    background-color: transparent;
    color: transparent;
    caret-color: transparent;
}

.g18oie15 .google-input>ul {
    padding: 0px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0px auto;
}

.g18oie15 .google-input>ul li {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-right: 0.375rem;
    border-radius: var(--border-radius);
    font-size: 1rem;
    background-color: var(--10qz0sm);
    border: 1px solid transparent;
    font-weight: 700;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.g18oie15 .google-input>ul.focus-list .active {
    border: 1px solid var(--primary-color);
}

@media screen and (max-width: 621px) {
    .g18oie15 .google-input>input {
        left: 0px;
        width: 100%;
    }
}

.t1de4n7w {
    --1281v9o: #ffffff;
    --1yhspeg: rgba(95, 105, 117, .8);
    --1hr07om: rgba(95, 105, 117, .6);
    --whdmoy: #31373d;
    --2vljes: #e9eaf2;
    --8o6eqz: #f6f7fa;
    width: 26.25rem;
    background-color: var(--1281v9o);
    border-radius: var(--border-radius);
    position: relative;
    color: var(--1yhspeg);
}

.darken .t1de4n7w {
    --1281v9o: #17181b;
    --1yhspeg: rgba(153, 164, 176, .6);
    --1hr07om: rgba(153, 164, 176, .6);
    --whdmoy: #f5f6f7;
    --2vljes: #2d3035;
    --8o6eqz: rgba(45, 48, 53, .5);
}

.t1de4n7w .confirm-top {
    text-align: center;
    padding-top: 2.25rem;
}

.t1de4n7w .confirm-top img {
    height: 6.25rem;
}

.t1de4n7w .confirm-top .summary {
    margin-top: 1.25rem;
    text-align: center;
    padding: 0px 2rem;
}

.t1de4n7w .google-form {
    text-align: center;
    margin-top: 1.25rem;
}

.t1de4n7w .google-form .code-name {
    color: var(--1hr07om);
    margin-bottom: 0.5rem;
}

.t1de4n7w .google-form .google-input>ul {
    max-width: 100%;
    padding: 0px 1.25rem;
}

.t1de4n7w .google-form .google-input>ul li {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: var(--border-radius);
    color: var(--whdmoy);
    border: solid 1px var(--2vljes);
    background-color: var(--8o6eqz);
}

.t1de4n7w .google-form .forget {
    color: var(--primary-color);
    margin-top: 2rem;
    cursor: pointer;
    text-align: center;
    padding-bottom: 2rem;
}

.t1de4n7w .google-form .forget:hover {
    text-decoration: underline;
}

.o12pu5ci {
    --psbup: #31373d;
    --mbkvm8: #f5f6fc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 8.75rem;
    width: 22.5rem;
    height: 4rem;
    margin-left: -11.25rem;
    text-align: center;
    line-height: 1rem;
    padding: 1.5rem 0px;
    font-size: 0.875rem;
    border-radius: var(--border-radius);
    color: var(--psbup);
    background-color: var(--mbkvm8);
    box-shadow: rgba(0, 0, 0, 0.133) 0px 0.125rem 0.5rem;
}

.darken .o12pu5ci {
    --psbup: #ffffff;
    --mbkvm8: #17181b;
}

.czufpyj {
    --35p5sb: #fff;
    --whdmoy: #31373d;
    --d3dulr: rgba(0, 0, 0, .25);
    position: fixed;
    z-index: 301;
    left: 2rem;
    bottom: 2rem;
    max-width: 720px;
    padding: 0.625rem 0.75rem;
    border-radius: var(--border-radius);
    background-color: var(--35p5sb);
    box-shadow: 0 4px 4px var(--d3dulr);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.darken .czufpyj {
    --35p5sb: #1e2024;
    --whdmoy: #f5f6f7;
    --d3dulr: rgba(0, 0, 0, .25);
}

.czufpyj .cookie-wrap {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.czufpyj .cookie-wrap img {
    width: 1.375rem;
    height: auto;
}

.czufpyj .cookie-desc {
    margin: 0px 0px 0px 0.75rem;
}

.czufpyj .ui-button {
    width: auto;
    padding: 0px 1.25rem;
    height: 2.5rem;
    margin-left: 1.25rem;
    flex: 0 0 auto;
    font-weight: 600;
}

@media screen and (max-width: 621px) {
    .czufpyj {
        max-width: none;
        padding: 0.5rem 0.75rem;
        left: 2%;
        bottom: 4.5rem;
        width: 96%;
        border-radius: var(--border-radius);
    }
    .czufpyj .ui-button {
        width: auto;
        height: 2.5rem;
        font-size: 0.75rem;
        margin-left: 0.5rem;
        max-width: 6rem;
    }
}

.d1y92b2r {
    --11drmr6: linear-gradient(180deg, rgba(169, 55, 221, .280833) .61%, rgba(30, 32, 36, .0001) 50%), linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    --psbup: #31373d;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 121;
    left: 2rem;
    bottom: 1.25rem;
    width: 96%;
    max-width: 800px;
    padding: 0.25rem;
    border-radius: var(--border-radius);
    background: var(--11drmr6);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 10px;
}

.darken .d1y92b2r {
    --11drmr6: linear-gradient(180deg, rgba(169, 55, 221, .280833) .61%, rgba(30, 32, 36, .0001) 50%), linear-gradient(180deg, #1E2024 0%, #1E2024 100%);
    --psbup: #ffffff;
}

.d1y92b2r .degenpass-inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
}

.d1y92b2r .degenpass-inner .close-icon {
    top: -0.5rem;
    right: -0.5rem;
}

.d1y92b2r .degenpass-inner .img-wrap {
    border-radius: var(--border-radius);
    height: 100%;
    font-size: 0px;
    overflow: hidden;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 12.5rem;
    flex: 0 0 auto;
    position: relative;
    background: linear-gradient(134.52deg, rgb(87, 58, 197) -10.19%, rgb(189, 54, 227) 116.19%);
}

.d1y92b2r .degenpass-inner .img-wrap img {
    width: 12.5rem;
    height: auto;
    margin-top: -0.75rem;
}

.d1y92b2r .degenpass-inner .right-wrap {
    flex: 1 1 0%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 1.375rem;
    padding-right: 0.75rem;
}

.d1y92b2r .degenpass-inner .right-wrap .left-text {
    width: 60%;
}

.d1y92b2r .degenpass-inner .right-wrap .left-text p {
    margin: 0px;
}

.d1y92b2r .degenpass-inner .right-wrap .left-text .t {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--psbup);
}

.d1y92b2r .degenpass-inner .right-wrap .left-text .d {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.375rem;
    max-width: 40rem;
}

.d1y92b2r .degenpass-inner .right-wrap .getpassbtn-wrap {
    width: 40%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.d1y92b2r .degenpass-inner .right-wrap .getpassbtn-wrap .ui-button {
    width: 9.375rem;
}

.d1y92b2r .lottie-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    pointer-events: none;
    user-select: none;
    z-index: 2;
}

.d1y92b2r .lottie-wrap .bg-rainbow {
    width: 80%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: auto;
    margin-left: 20%;
}

@media screen and (max-width: 621px) {
    .d1y92b2r {
        height: 7rem;
        left: 2%;
        overflow: hidden;
        border-radius: var(--border-radius);
    }
    .d1y92b2r .degenpass-inner .close-icon {
        top: -1rem;
    }
    .d1y92b2r .degenpass-inner .close-icon svg {
        font-size: 0.625rem;
    }
    .d1y92b2r .degenpass-inner .img-wrap {
        width: 8.5rem;
    }
    .d1y92b2r .degenpass-inner .img-wrap img {
        width: 8.5rem;
        margin-top: -0.625rem;
    }
    .d1y92b2r .degenpass-inner .right-wrap {
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        margin-left: 1rem;
    }
    .d1y92b2r .degenpass-inner .right-wrap .left-text {
        width: 100%;
    }
    .d1y92b2r .degenpass-inner .right-wrap .left-text .t {
        font-size: 1rem;
    }
    .d1y92b2r .degenpass-inner .right-wrap .left-text .d {
        font-size: 0.75rem;
        line-height: 0.875rem;
        margin-top: 0.25rem;
    }
    .d1y92b2r .degenpass-inner .right-wrap .getpassbtn-wrap {
        width: 100%;
        height: 1rem;
        margin-top: 0.5rem;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .d1y92b2r .degenpass-inner .right-wrap .getpassbtn-wrap .ui-button {
        height: 1rem;
        width: auto;
        box-shadow: none;
        font-size: 0.75rem;
        background-color: transparent;
        background-image: none;
        font-weight: 400;
        color: var(--primary-color);
    }
    .d1y92b2r .lottie-wrap .bg-rainbow {
        margin-left: -10%;
        width: 120%;
    }
}

.s2psx6n {
    text-align: center;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: var(--border-radius);
    padding: 0.625rem;
    background-image: linear-gradient(rgb(23, 24, 27), rgb(23, 24, 27));
    transform: translate3d(50%, 0px, 0px);
    transition: all 0.2s ease 0s;
    opacity: 0;
}

.s2psx6n.enter {
    transition: all 0.2s ease 0s;
    transform: translateZ(0px);
    opacity: 1;
}

.s2psx6n p {
    margin: 0px;
}

.s2psx6n .winlist-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.s2psx6n .win-list {
    margin-top: 1rem;
    margin-bottom: 0.125rem;
    flex: 1 1 0%;
    border-radius: var(--border-radius);
    background-color: rgb(30, 32, 36);
    overflow: hidden;
}

.s2psx6n .win-list .td {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.s2psx6n .win-list .td .p {
    width: 30%;
    padding: 0.875rem 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.s2psx6n .win-list .td .p:first-of-type {
    text-align: left;
}

.s2psx6n .win-list .td .p:last-of-type {
    width: 40%;
    text-align: right;
}

.s2psx6n .pop-control {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.s2psx6n .pop-control .back {
    transform: scaleX(-1);
    margin: 0.375rem;
}

.s2psx6n .crown {
    width: 2.9375rem;
}

.s2psx6n .spin-bonus {
    height: 1.375rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 800;
    color: rgb(255, 255, 255);
}

.s2psx6n .spin-bonus .tit {
    margin: 0px 0.3125rem;
}

.s2psx6n .spin-bonus img {
    height: 100%;
}

.s2psx6n .spin-bonus img.suf-img {
    transform: scaleX(-1);
}

.s2psx6n .table-header {
    width: 100%;
    display: flex;
}

.s2psx6n .table-header p {
    padding: 0.875rem 0.75rem;
}

.s2psx6n .winlist-swiper {
    width: 100%;
    height: 100%;
}

.s2psx6n .winlist-swiper .swiper-slide {
    height: 2.125rem;
}

.s2psx6n .winlist-swiper .swiper-slide .name {
    color: rgb(255, 255, 255);
    font-weight: 800;
}

.s2psx6n .winlist-swiper .swiper-slide .amount {
    color: var(--primary-color);
}

.s2psx6n .winlist-swiper .swiper-slide .big .amount {
    color: rgb(247, 184, 7);
    font-weight: 600;
}

.s1i7029e {
    height: 6.25rem;
    background-color: rgb(21, 22, 23);
    border-radius: var(--border-radius);
    padding: 0.25rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(118, 123, 129);
}

.s1i7029e .left-cont {
    background-color: rgb(25, 26, 27);
    border-radius: var(--border-radius);
    width: 10rem;
    align-self: stretch;
    text-align: center;
}

.s1i7029e .left-cont .tit {
    font-size: 0.75rem;
    line-height: 0.75rem;
    height: 0.75rem;
    margin-top: 2rem;
}

.s1i7029e .left-cont .amount {
    color: rgb(233, 211, 23);
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    height: 1.1875rem;
    font-weight: 800;
    margin-top: 0.3125rem;
}

.s1i7029e .right-cont {
    background-color: rgb(25, 26, 27);
    border-radius: var(--border-radius);
    flex: 1 1 auto;
    margin-left: 0.25rem;
    align-self: stretch;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.s1i7029e .right-cont .data-cont {
    padding: 0.625rem 1.5625rem 0px 3.75rem;
    width: 100%;
    height: 5.75rem;
}

.s1i7029e .right-cont .data-cont .icon {
    height: 1.25rem;
    position: absolute;
    top: 2.25rem;
    right: 0.3125rem;
}

.s1i7029e .right-cont .data-cont .avatar {
    position: absolute;
    top: 0.9375rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    left: 1rem;
}

.s1i7029e .right-cont .data-cont .cont .name {
    color: rgb(148, 163, 200);
    font-size: 0.9375rem;
}

.s1i7029e .right-cont .data-cont .cont .win {
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    color: rgb(255, 255, 255);
}

.s1i7029e .right-cont .data-cont .cont .win .amount {
    color: var(--primary-color);
}

.s1i7029e .right-cont .data-cont .cont .win .coin-icon {
    width: 0.875rem;
    height: 0.875rem;
}

.s1i7029e .right-cont .data-cont .cont .type b {
    color: rgb(241, 144, 92);
}

@media screen and (max-width: 621px) {
    .s1i7029e .left-cont {
        width: 9.375rem;
    }
}

.scs0t5e {
    position: absolute;
    width: 21.75rem;
    height: 21.75rem;
    transform-origin: center center;
    left: 0px;
    top: 0px;
}

@-webkit-keyframes lightRot-scs0t5e {
    0% {
        transform: rotate(22.5deg);
    }
    50% {
        transform: rotate(22.5deg);
    }
    51% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes lightRot-scs0t5e {
    0% {
        transform: rotate(22.5deg);
    }
    50% {
        transform: rotate(22.5deg);
    }
    51% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.scs0t5e .spin-img {
    position: absolute;
    width: 21.75rem;
    height: 21.75rem;
    left: 0px;
    top: 0px;
}

.scs0t5e .diamond-cont {
    position: absolute;
    width: 21.75rem;
    height: 21.75rem;
    left: 0px;
    top: 0px;
    z-index: 4;
}

.scs0t5e .spin-light {
    position: absolute;
    width: 21.75rem;
    height: 21.75rem;
    z-index: 1;
    left: 0px;
    top: 0px;
}

.scs0t5e .spin-light.active.light {
    transform: rotate(22.5deg);
}

.scs0t5e .spin-item {
    position: absolute;
    height: 1.5rem;
    width: 5.5rem;
    top: 50%;
    left: 50%;
    line-height: 1.5rem;
    margin-top: -0.75rem;
    transform-origin: -3.8125rem center;
    margin-left: 3.875rem;
    color: rgb(255, 255, 255);
    font-size: 0.9375rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.scs0t5e .spin-item .amount {
    text-align: right;
    margin-right: 0.3125rem;
    font-weight: 600;
    font-size: 15px;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 0px;
}

.scs0t5e .spin-item.fiat .coin-icon {
    border-radius: 50%;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.75rem;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}

.scs0t5e .spin-item .amount {
    flex: 1 1 auto;
}

.scs0t5e .spin-item .icon {
    position: absolute;
    right: -0.3125rem;
    top: -0.3125rem;
    fill: rgb(255, 255, 255);
    opacity: 0.7;
    height: 0.6875rem;
    width: 0.6875rem;
    border-radius: var(--border-radius);
}

.scs0t5e .spin-item .coin-icon {
    height: 1.5rem;
    width: 1.5rem;
}

@media screen and (max-width: 621px) {
    .scs0t5e .spin-item .amount {
        font-size: 0.875rem;
    }
}

.sjfh21a {
    position: relative;
    width: 24.25rem;
    height: 21.875rem;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0.5rem;
}

@-webkit-keyframes fade-in-sjfh21a {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.8;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fade-in-sjfh21a {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.8;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fade-in2-sjfh21a {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in2-sjfh21a {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes rotate-sjfh21a {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-sjfh21a {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.sjfh21a .bg-wrap {
    background-image: radial-gradient(rgba(242, 187, 47, 0.2), rgb(25, 26, 27) 80%);
    background-size: 100% 90%;
    background-position: center -8.125rem;
    background-repeat: no-repeat;
    background-color: rgb(25, 26, 27);
    height: 100%;
    position: relative;
    z-index: 1;
}

.sjfh21a .img-bg {
    position: absolute;
    width: 31.25rem;
    height: 31.25rem;
    left: -3.5rem;
    top: -5.3125rem;
    animation: 1s linear 0s 1 normal both running fade-in2-sjfh21a;
}

.sjfh21a .img-bg.rotate {
    animation: 5s linear 0s infinite normal none running rotate-sjfh21a;
}

.sjfh21a .img_glod {
    position: absolute;
    width: 26.875rem;
    height: 26.25rem;
    left: -1.3125rem;
    top: -3.75rem;
    opacity: 0;
    z-index: 2;
    animation: 0.8s ease-in-out 0s 1 normal both running fade-in-sjfh21a;
}

.sjfh21a .cont {
    position: relative;
    z-index: 3;
    height: 100%;
    padding: 2.75rem 0.75rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.sjfh21a .cont .tit {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.625rem;
}

.sjfh21a .cont .desc {
    font-size: 1rem;
    width: 70%;
    margin: 0.75rem auto 0px;
    color: rgb(152, 167, 181);
}

.sjfh21a .ui-button {
    margin: 0px auto;
    width: 80%;
}

.s1c1y24o {
    position: absolute;
    width: 21.75rem;
    height: 21.75rem;
    left: 50%;
    margin-left: -10.875rem;
    top: 0px;
}

.s1c1y24o .spin-wrap {
    transform-origin: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.s1c1y24o .point-img {
    position: absolute;
    z-index: 5;
    height: 5.59375rem;
    right: -1.90625rem;
    top: 8.0625rem;
    width: 10rem;
    transform-origin: left center;
}

.s1c1y24o .point-img .light-wrap {
    overflow: hidden;
    position: absolute;
    width: 6.875rem;
    height: 3.75rem;
    top: 0.9375rem;
}

.s1c1y24o .point-img .point-light {
    top: 1.125rem;
    left: -1.875rem;
    position: absolute;
    width: 0.9375rem;
    height: 1.25rem;
    z-index: 6;
    overflow: hidden;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
    transform: skew(-25deg);
}

.s1c1y24o .point-img img {
    width: 100%;
    height: 100%;
}

.s119z0yr {
    height: 22.75rem;
    position: relative;
    margin: 0rem auto 2.875rem;
    user-select: none;
}

@-webkit-keyframes pulse-s119z0yr {
    0% {
        transform: rotate(-5deg) scaleZ(1);
    }
    50% {
        transform: rotate(0deg) scale3d(1.1, 1.1, 1.1);
    }
    100% {
        transform: rotate(-5deg) scaleZ(1);
    }
}

@keyframes pulse-s119z0yr {
    0% {
        transform: rotate(-5deg) scaleZ(1);
    }
    50% {
        transform: rotate(0deg) scale3d(1.1, 1.1, 1.1);
    }
    100% {
        transform: rotate(-5deg) scaleZ(1);
    }
}

.s119z0yr .img_bg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: 120%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
}

.s119z0yr canvas {
    position: absolute;
    top: 14.65rem;
    left: 62.5%;
    z-index: 13;
    margin-left: -3.125rem;
    pointer-events: none;
    border-radius: 50%;
}

.s119z0yr .btn-img {
    position: absolute;
    width: 6.5rem;
    height: 6.5rem;
    top: 13.5rem;
    left: 50%;
    z-index: 30;
    margin-left: -3.25rem;
    cursor: pointer;
    transition: transform 0.2s ease 0s;
}

.s119z0yr .btn-img:not(.loading):hover {
    transform: scale(1.1) !important;
}

.s119z0yr .btn-img .spin-particles {
    position: absolute;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: var(--border-radius);
    overflow: hidden;
    top: 0px;
    left: 0.5rem;
}

.s119z0yr .btn-img .btn-txt {
    position: absolute;
    width: 5.5rem;
    height: 3.5rem;
    top: -0.4375rem;
    left: 0.5rem;
}

.s119z0yr .btn-img:not(.loading) .btn-txt {
    animation: 2s linear 0s infinite normal none running pulse-s119z0yr;
}

.s119z0yr .btn-img img {
    width: 100%;
    height: 100%;
}

.s119z0yr .btn {
    position: absolute;
    width: 15rem;
    left: 3.75rem;
    bottom: 0px;
}

.s1nmsfqf.ui-select {
    width: 6.875rem;
    height: 2.25rem;
    position: absolute;
    right: 0.5rem;
    bottom: 0rem;
    z-index: 10;
    color: rgb(255, 255, 255);
}

.s1nmsfqf>div.select-trigger {
    background-color: rgb(41, 31, 66);
    border-radius: var(--border-radius);
    padding: 0px 0.5rem;
}

.s1nmsfqf.fiat>div.select-trigger {
    background-color: rgb(24, 51, 25);
}

.s1nmsfqf .select-options>.active::after {
    display: none;
}

.s1nmsfqf .coin-icon {
    width: 1.125rem;
    margin-right: 0.5rem;
}

.s11yeso3.pop {
    width: 40rem;
    height: 42rem;
    padding: 0px !important;
}

.s11yeso3.pop .close-icon {
    z-index: 20;
}

.s11yeso3.pop .close-icon svg {
    fill: rgb(255, 255, 255);
}

.s11yeso3 .head-img {
    width: 100%;
    position: absolute;
    left: 0px;
    top: -5rem;
    z-index: 9;
    user-select: none;
}

.s11yeso3 #spin {
    background-color: rgb(26, 19, 44);
    position: relative;
    padding: 0px;
    border-radius: var(--border-radius);
}

.s11yeso3 .spin-cont {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.s11yeso3 .head {
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 700;
    position: relative;
    z-index: 10;
    background-size: 100%;
    height: 10.625rem;
    background-position: center center;
    padding: 2.5rem 0px 1.25rem;
}

.s11yeso3 .head .txt {
    font-weight: 900;
    font-size: 2.0625rem;
    line-height: 2.5rem;
    /* background-image: linear-gradient(rgb(255, 255, 255), rgb(162, 123, 235)); */
    filter: drop-shadow(rgb(127, 76, 214) 1px 1px 0px);
    /* color: transparent; */
    background-clip: text;
    margin-top: 10px;
}

.s11yeso3 .head .amount {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.125rem;
    /* background-image: linear-gradient(rgb(255, 166, 0), rgb(255, 228, 123)); */
    filter: drop-shadow(rgb(202, 134, 25) 2px 2px 0px);
    background-clip: text;
    color: #fff426;
    /* color: transparent; */
}

.s11yeso3 .bg {
    opacity: 0.65;
    filter: blur(26px);
    position: absolute;
}

.s11yeso3 .bg-a {
    width: 12.5rem;
    height: 12.5rem;
    background-image: radial-gradient(circle at 50% 50%, rgb(135, 41, 255), rgba(25, 26, 27, 0));
    top: 10rem;
    right: 0px;
}

.s11yeso3 .bg-b {
    width: 9.375rem;
    height: 9.375rem;
    top: 23.125rem;
    left: 0px;
    background-image: radial-gradient(circle at 50% 50%, rgb(120, 3, 255), rgba(25, 26, 27, 0));
}

.s11yeso3 .bg-c {
    width: 26.875rem;
    height: 12.5rem;
    background-image: radial-gradient(circle at 50% 50%, rgb(79, 25, 177), rgba(25, 26, 27, 0));
    top: -6.875rem;
    left: -3.125rem;
}

.s11yeso3 .spin-footer {
    padding: 0px;
    margin: 0.5rem;
    background-color: transparent;
    height: 4.375rem;
}

.s11yeso3 .spin-footer .tit {
    color: rgb(255, 255, 255);
}

.s11yeso3 .spin-footer .left-cont, .s11yeso3 .spin-footer .right-cont {
    background-color: rgb(38, 29, 62);
}

.s11yeso3 .spin-footer .left-cont .tit, .s11yeso3 .spin-footer .right-cont .tit {
    margin-top: 1.25rem;
}

.s11yeso3 .spin-footer .left-cont .type, .s11yeso3 .spin-footer .right-cont .type {
    display: none;
}

.s11yeso3 .spin-footer .left-cont .data-cont, .s11yeso3 .spin-footer .right-cont .data-cont {
    height: 100%;
}

.s11yeso3 .spin-footer .left-cont .icon, .s11yeso3 .spin-footer .right-cont .icon {
    top: 1.5rem;
}

.s11yeso3.fiat-spin .head .txt {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(150, 216, 105));
    filter: drop-shadow(rgb(71, 138, 26) 2px 2px 0px);
}

.s11yeso3.fiat-spin #spin {
    background-color: rgb(16, 35, 17);
}

.s11yeso3.fiat-spin .bg-a, .s11yeso3.fiat-spin .bg-b, .s11yeso3.fiat-spin .bg-c {
    background-image: radial-gradient(circle at 50% 50%, rgba(7, 250, 46, 0.67), rgba(0, 0, 0, 0));
}

.s11yeso3.fiat-spin .spin-footer {
    padding: 0px;
    background-color: transparent;
}

.s11yeso3.fiat-spin .spin-footer .left-cont, .s11yeso3.fiat-spin .spin-footer .right-cont {
    background-color: rgb(24, 51, 25);
}

#roulette {
    display: block;
    width: 100%;
    height: 585px;
    position: relative;
}

.roulette_rotate_plate {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.shadow_box, .shadow_box:hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 526px;
    height: 526px;
    /* box-shadow: inset 5px 5px 60px 30px #000000 !important; */
    /* box-shadow: inset 0px 0px 15px 5px #000000c7 !important; */
    border-radius: 280px;
    z-index: 1;
}

img.roulette_center_cover {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 110px;
}

img.roulette_center_cover_ring {
    width: 320px;
    height: 320px;
}

img.roulette_arrow {
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translate(-50%, 0);
    z-index: 25;
}

.result_point {
    position: absolute;
    left: 50%;
    top: -15px;
    display: flex;
    transform: translate(-50%);
    white-space: nowrap;
    font-size: 1.2rem;
    color: #fff426;
    font-weight: 600;
}

.btn_play {
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 50px;
    width: 150px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #262e45;
    transform: translate(-50%);
    border-radius: 10px;
    color: #CCCCCC;
}

.roulette_center_cover_circle {
    z-index: 25;
}

.ui-button.s-conic {
    margin-left: 0px;
}

@media screen and (max-width:450px) {
    .s11yeso3.pop {
        width: 24rem;
    }
}