@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400&display=swap";*,*:before,*:after{box-sizing:inherit;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{box-sizing:border-box;scroll-behavior:smooth}body{min-height:100vh}.container{max-width:1660px;width:100%;padding:0 1rem;margin:0 auto}@media screen and (max-width: 600px){.container{padding:0 1rem}}a{display:inline-block;text-decoration:none}span{display:inline-block}button{border:none;cursor:pointer;background-color:transparent}img{max-width:100%;height:auto;font-weight:200;font-size:10px}input,textarea,select,label{width:100%;display:block}ul,ol{list-style:none}strong{display:block}i{position:relative;z-index:1;color:inherit}.center-absolute{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.relative{position:relative}.bg{position:absolute;background-repeat:no-repeat}*:before,*:after{display:inline-block;background-repeat:no-repeat}.w100{width:100%}.w50{width:50%}.h100{height:100%}.h50{height:50%}.d-block{display:block!important}.d-flex{display:flex!important}.d-none{display:none!important}.row{display:flex;flex-flow:row wrap}.no-wrap{flex-flow:nowrap}.flex-column{display:flex;flex-flow:column}.center{text-align:center;justify-content:center}.between{justify-content:space-between}.around{justify-content:space-around}.evenly{justify-content:space-evenly}.align-center{align-items:center}.grid{display:grid}.grid-center{display:grid;place-items:center}.modal{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:10px 20px;z-index:10;overflow-y:scroll}.modal.animation{visibility:collapse;opacity:0;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}.modal.active{visibility:visible;opacity:1}.modal .form{position:relative;width:700px;padding:1rem 2rem;margin:auto;border-radius:10px;background:#fff;z-index:12}.modal .form.animation{transform:scale(0);transition:transform .2s ease-in-out}.modal .form.active{transform:scale(1)}@media screen and (max-width: 600px){.modal .form{width:95%}}.modal .bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:11}.no-copy{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fw200{font-weight:200}.fw300{font-weight:300}.fw400{font-weight:400}.fw500{font-weight:500}.fw600{font-weight:600}.fw700{font-weight:700}.fw900{font-weight:900}.fz12{font-size:12px}.fz14{font-size:14px}.fz16{font-size:16px}.fz18{font-size:18px}.fz20{font-size:20px}.fz22{font-size:22px}.fz24{font-size:24px}.fz26{font-size:26px}.m0{margin:0}.m1{margin:1rem}.m2{margin:2rem}.m3{margin:3rem}.my0{margin-block:0}.my1{margin-block:1rem}.my2{margin-block:2rem}.my3{margin-block:3rem}.mx0{margin-inline:0}.mx1{margin-inline:1rem}.mx2{margin-inline:2rem}.mx3{margin-inline:3rem}.mt0{margin-top:0}.mt1{margin-top:1rem}.mt2{margin-top:2rem}.mt3{margin-top:3rem}.mb0{margin-bottom:0}.mb1{margin-bottom:1rem}.mb2{margin-bottom:2rem}.mb3{margin-bottom:3rem}.ml0{margin-left:0}.ml1{margin-left:1rem}.ml2{margin-left:2rem}.ml3{margin-left:3rem}.mr0{margin-right:0}.mr1{margin-right:1rem}.mr2{margin-right:2rem}.mr3{margin-right:3rem}.p0{padding:0}.p1{padding:1rem}.p2{padding:2rem}.p3{padding:3rem}.py0{padding-block:0}.py1{padding-block:1rem}.py2{padding-block:2rem}.py3{padding-block:3rem}.px0{padding-inline:0}.px1{padding-inline:1rem}.px2{padding-inline:2rem}.px3{padding-inline:3rem}.pt0{padding-top:0}.pt1{padding-top:1rem}.pt2{padding-top:2rem}.pt3{padding-top:3rem}.pb0{padding-bottom:0}.pb1{padding-bottom:1rem}.pb2{padding-bottom:2rem}.pb3{padding-bottom:3rem}.pl0{padding-left:0}.pl1{padding-left:1rem}.pl2{padding-left:2rem}.pl3{padding-left:3rem}.pr0{padding-right:0}.pr1{padding-right:1rem}.pr2{padding-right:2rem}.pr3{padding-right:3rem}.g0{gap:0}.g1{gap:1rem}.g2{gap:2rem}.g3{gap:3rem}.g10{gap:10px}.gy0{row-gap:0}.gy1{row-gap:1rem}.gy2{row-gap:2rem}.gy3{row-gap:3rem}.gy10{row-gap:10px}.gx0{column-gap:0}.gx1{column-gap:1rem}.gx2{column-gap:2rem}.gx3{column-gap:3rem}.gx10{column-gap:10px}:root{--text-color: #fff;--bg-color: linear-gradient(180deg, #102B52 0%, #011D42 15%, #002061 47.6%, #000000 100%);--modal-bg1: #1C2A47;--modal-bg2: #141D32;--input-bg: var(--modal-bg2)}.light{--text-color: #191B1C;--bg-color: linear-gradient(180deg, #F9F9F9 0%, #F6FAFF 15%, #E8F7FF 53.85%, #F6FAFF 100%);--modal-bg1: #FFF;--modal-bg2: #EFF3F6;--input-bg: #EFF3F6}html,body{height:100%}.App{position:relative;max-width:600px;height:calc(var(--vh, 1vh) * 100);width:100%;font-family:Nunito,sans-serif!important;margin:0 auto;color:var(--text-color);background:var(--bg-color)}.page{min-height:calc(100vh - 85px);padding-bottom:90px;margin-top:-2px}.toast{top:100px!important}.loader{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(180deg,#102b52,#011d42 15%,#002061 47.6%,#2f1186);z-index:999999;transition:opacity .4s ease-in-out,visibility .4s ease-in-out}.loader.hidden{opacity:0;visibility:hidden}.get-file-sk{min-width:50px;min-height:50px;width:100%;height:100%;display:grid;place-items:center;padding:1px}.get-file-sk .ant-skeleton-avatar{width:100%!important;height:100%!important}.get-file-img{object-fit:cover}.ant-input,.inp-mask{border-color:var(--bg-nav-modal-border)!important;color:var(--text-color)!important;background-color:var(--input-bg)!important}.ant-input::placeholder,.inp-mask::placeholder{color:#727784}.status{font-size:12px;padding:3px 10px;border-radius:15px;background:#30717d}.status.accept,.status.success_pay{background:#006800}.status.reject{background:#9a3535}.status.pending{background:#5e307d}.status.white{font-size:14px;color:#fff}.green{color:#00e31a}.red{color:#ff4c4c}.ant-pagination{margin-top:1rem}.ant-select-dropdown,.ant-select-item-option{border-radius:10px!important}.main-modal .ant-modal-content{padding:1rem;border-radius:15px;color:var(--text-color);background:var(--modal-bg1)}.main-modal .ant-modal-content .title{font-weight:600;font-size:20px;margin-bottom:1rem;color:var(--text-color)}.main-modal .ant-modal-content .anticon{color:var(--text-color)}.main-modal .ant-modal-content .ant-form-item{margin-bottom:12px}.main-modal .ant-modal-content .ant-form-item .ant-form-item-label,.main-modal .ant-modal-content .ant-form-item .ant-form-item-label label{color:var(--text-color)}.main-modal .ant-modal-content .ant-modal-footer{display:none}.main-modal .ant-upload,.main-modal .ant-upload-wrapper{width:100%}.main-modal .balance{font-size:16px;margin-bottom:1rem}.main-modal .balance .txt{color:#8d94a3}.main-modal .balance .price{color:var(--text-color)}.main-modal .btns{grid-template-columns:1fr 1fr;gap:10px}.main-modal .btns .btn{height:unset;font-weight:500;font-size:16px;padding:12px 1rem;border-radius:12px;border:none;color:var(--text-color);background:var(--bg-drawer-input)!important}.main-modal .btns .btn:hover,.main-modal .btns .btn:focus{color:var(--text-color)}.main-modal .btns .btn.submit{color:#fff;background:#0095ff!important}.min-max{font-size:14px;margin-top:-10px;margin-bottom:10px}.min-max .txt{color:#8d94a3!important}.phone-modal .img{height:60px;margin-bottom:1rem}.phone-modal .title{font-weight:500;font-size:20px;line-height:1.2;margin-bottom:10px}.phone-modal .desc{font-size:16px;line-height:1.2;margin-bottom:1rem;color:#9d9fa4}.phone-modal .btn{width:100%}.success-modal .img{height:60px;margin-bottom:1rem}.success-modal .title{font-weight:500;font-size:20px;line-height:1.2;margin-bottom:10px}.success-modal .desc{font-size:16px;line-height:1.2;margin-bottom:1rem;color:#9d9fa4}.success-modal .btn{width:100%}.video-modal .title{margin-bottom:1rem}.video-modal .iframe{width:100%;height:250px;margin-bottom:10px;border-radius:12px;border:1px solid #373841}@media only screen and (max-width: 600px){.video-modal .iframe{height:44vw}}.main-drawer{max-width:600px;width:100%;margin:0 auto}.main-drawer .line{width:50px;height:5px;display:block;margin:0 auto 1rem;border-radius:22px;background:#49556c}.main-drawer .ant-drawer-content{border-radius:20px 20px 0 0;background:transparent}.main-drawer .ant-drawer-body{padding:10px 1rem 20px;border-radius:20px 20px 0 0;color:var(--text-color);background:var(--modal-bg1)}.main-drawer .info{padding:1rem;margin-bottom:1rem;border-radius:20px;border:1px solid var(--bg-nav-modal-border);color:var(--text-color)}.main-drawer .info .title{font-size:18px}.ant-drawer-open .ant-form-item-label label{color:var(--text-color)}.admin{max-width:unset;color:#011d42!important;background:#fafafa}.admin .page{min-height:100vh;margin-top:unset;padding-left:250px;padding-bottom:1rem;background:#f5f5f5}@media only screen and (max-width: 1024px){.admin .page{padding-left:60px}}@media only screen and (max-width: 600px){.admin .page{padding-left:40px}}.admin .container{max-width:unset;padding-inline:1rem}.admin .logo-img{width:50px;height:50px;border-radius:50%}.admin .logo-img img{width:100%;height:100%;object-fit:cover}.admin .logo-img>*{border-radius:inherit}.admin .ant-input,.admin .ant-input-affix-wrapper{color:#011d42!important;background-color:#f5f5f5!important}.admin .ant-input::placeholder,.admin .ant-input-affix-wrapper::placeholder{color:#727784}.admin .sms .ant-form-item{margin-bottom:1rem}.admin .sms .ant-upload,.admin .sms .ant-upload-wrapper{width:100%}.admin .filters{display:flex;gap:10px;margin-bottom:10px}.admin .filters .ant-select,.admin .filters .ant-input{width:222px;height:38px}.admin .filters .ant-input{border:1px solid #d9d9d9!important;background:#fff!important}.admin .ant-table{height:calc(100vh - 162px);overflow-y:auto}.admin .ant-table .ant-table-container{height:calc(100vh - 200px)}.admin .ant-table .ant-table-content{min-height:102%}.admin .ant-table .korish-btn{font-weight:500;padding:6px 12px;border-radius:10px;color:#4b4646;background:#3e97ff30}.admin .ant-table-cell{text-align:center!important}.admin .ant-table .ant-tag{font-weight:500;padding:0 10px}.admin .ant-table .actions{display:flex;justify-content:center;align-items:center;gap:10px}.admin .ant-table .actions__btn{width:33px;height:33px;padding:5px;border-radius:10px;background:#979da920;transition:opacity .3s ease}.admin .ant-table .actions__btn.view{background:#3e97ff20}.admin .ant-table .actions__btn.view i{color:#3e97ff}.admin .ant-table .actions__btn.edit{background:#ffb62c20}.admin .ant-table .actions__btn.edit i{color:#ffb62c}.admin .ant-table .actions__btn.delete{background:#ed2b4620}.admin .ant-table .actions__btn.delete i{color:#ed2b46}.admin .ant-table .actions__btn:hover{opacity:.8}.admin .ant-table .actions__btn i{color:#979da9}.admin .ant-table .green{color:#00c020}.admin .ant-table .red{color:#ed2b46}.admin .ant-table .yellow{color:#ffb62c}.admin .ant-pagination{margin-bottom:0!important}.admin .ant-select-item-option-content{font-weight:500;font-size:16px}.admin .ant-table-expanded-row{background:#ccc3}.admin .ant-table-expanded-row .table-in .title{font-weight:500;font-size:18px;text-align:start}.t2 .ant-table{height:calc(100vh - 205px)}.t2 .ant-table .ant-table-container{height:calc(100vh - 200px)}.admin-modal .ant-modal{top:1rem;right:1rem;margin-right:inherit}.admin-modal .ant-modal-content{color:#011d42!important;background:#fdfdfd!important}.admin-modal .ant-modal-title{font-size:22px}.admin-modal .anticon{color:#9d9d9d!important}.admin-modal .ant-input{border-color:#d9d9d9!important;color:#011d42!important;background:#fff!important}.admin-modal .ant-form-item label{color:#011d42!important}.admin-modal .ant-form-item input{color:#011d42!important;background:#fff!important}.admin-modal .ant-select-dropdown{background:#fff!important}.cancel-modal.admin-cancel-modal .title{margin-bottom:1rem}.cancel-modal.admin-cancel-modal .ant-modal-content{padding-bottom:1rem}.cancel-modal .ant-modal{max-width:calc(100vw - 30px)}.cancel-modal .ant-modal-content{text-align:center;font-family:Poppins,sans-serif;border-radius:15px}.cancel-modal .imgs{width:70px;height:70px;padding:4px;margin:0 auto 15px;border-radius:50%;border:1px solid #0095FF}.cancel-modal .imgs img{width:100%;height:100%}.cancel-modal .title{font-weight:500;font-size:18px;margin-bottom:10px}.cancel-modal .desc{font-size:14px;margin-bottom:30px;color:#031633}.cancel-modal .btns{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cancel-modal .btns .btn{font-weight:500;font-size:16px;padding:12px;border-radius:35px;border:2px solid #5A5A5A;color:#5a5a5a}.cancel-modal .btns .btn.red{height:unset;font-family:Poppins,sans-serif;border-color:#f42c2c;color:#fff;background:#f42c2c}.admin-trans .page-title{display:flex;justify-content:space-between;align-items:center}.admin-trans .ant-table .copy{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer}.admin-trans .ant-table .korish-btn{font-weight:500;padding:6px 12px;border-radius:10px;color:#4b4646;background:#3e97ff30}.admin-trans .ant-table-cell{text-align:center!important}.admin-trans .ant-table .ant-tag{font-weight:500;padding:0 10px}.admin-trans .ant-table .actions{display:flex;justify-content:center;align-items:center;gap:10px}.admin-trans .ant-table .actions__btn{width:33px;height:33px;padding:5px;border-radius:10px;background:#979da920;transition:opacity .3s ease}.admin-trans .ant-table .actions__btn.view{background:#3e97ff20}.admin-trans .ant-table .actions__btn.view i{color:#3e97ff}.admin-trans .ant-table .actions__btn.edit{background:#ffb62c20}.admin-trans .ant-table .actions__btn.edit i{color:#ffb62c}.admin-trans .ant-table .actions__btn.delete{background:#ed2b4620}.admin-trans .ant-table .actions__btn.delete i{color:#ed2b46}.admin-trans .ant-table .actions__btn:hover{opacity:.8}.admin-trans .ant-table .actions__btn i{color:#979da9}.admin-trans .ant-table .green{color:#00c020}.admin-trans .ant-table .red{color:#ed2b46}.admin-trans .ant-table .yellow{color:#ffb62c}.ant-select-item-empty{color:#fff!important}.log-modal{width:calc(100% - 2rem)!important}.log-modal .ant-modal-content{color:#fff!important;background:#030321!important}.log-modal .ant-modal-header{background:inherit}.log-modal .ant-modal-header .ant-modal-title{color:#fff}.log-modal .log-viewer{font-family:monospace;font-size:14px;padding-block:1rem;border-radius:1rem;color:#fcfcfc;height:calc(100vh - 105px);overflow-y:scroll}.log-modal .log-viewer::-webkit-scrollbar{width:10px}.log-modal .log-viewer::-webkit-scrollbar-track{background:#1c1c2f}.log-modal .log-viewer::-webkit-scrollbar-thumb{background-color:#696565;border-radius:20px;border:2px solid #292944}@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--color-primary: #2563EB;--color-primary-foreground: #FFFFFF;--color-secondary: #64748B;--color-secondary-foreground: #FFFFFF;--color-accent: #10B981;--color-accent-foreground: #FFFFFF;--color-background: #FAFAFA;--color-surface: #FFFFFF;--color-text-primary: #1E293B;--color-text-secondary: #64748B;--color-success: #059669;--color-success-foreground: #FFFFFF;--color-warning: #D97706;--color-warning-foreground: #FFFFFF;--color-error: #DC2626;--color-error-foreground: #FFFFFF;--color-border: #E2E8F0;--color-border-light: #F1F5F9;--shadow-subtle: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);--shadow-medium: 0 4px 6px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .06);--shadow-large: 0 10px 15px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .05)}*{@apply border-border;}body{@apply bg-background text-text-primary font-body;font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;@apply text-text-primary;}.font-heading,.font-body,.font-caption{font-family:Inter,sans-serif}.font-data{font-family:JetBrains Mono,monospace}}@layer components{.shadow-subtle{box-shadow:var(--shadow-subtle)}.shadow-medium{box-shadow:var(--shadow-medium)}.shadow-large{box-shadow:var(--shadow-large)}.transition-smooth{transition:all .2s ease-out}.transition-hover{transition:all .15s ease-in-out}}:root{--home-item-bg: #FFFFFF1A;--home-item-icon-color: #fff}.light{--home-item-bg: #fff;--home-item-icon-color: #0095FF}.home{background:var(--bg-color)}.home .container{padding:0}.home__head{padding-block:12px 20px;padding-inline:1rem}.home__head .btn{display:flex;justify-content:space-between;align-items:center;padding:12px 1rem;border-radius:15px;background:var(--home-item-bg)}.home__head .btn i{color:#838ba9}.home__head .btn .row i{font-size:24px;color:var(--home-item-icon-color)}.home__head .btn .row span{font-weight:500;font-size:17px;color:var(--text-color)}.home__body{padding-inline:1rem;padding-block:1rem}.home__body .ant-carousel{min-height:150px;margin-bottom:25px}.home__body .ant-carousel .item{padding-inline:5px}.home__body .ant-carousel .item .banner{width:100%;border-radius:20px}.home__body .how__titles{font-weight:500;font-size:18px;margin-bottom:1rem}.home__body .how__titles i{font-size:22px}.home__body .how__iframe{width:100%;height:250px;border-radius:15px;border:1px solid var(--profile-input-border)}.home__body .how__iframe iframe,.home__body .how__iframe img,.home__body .how__iframe .iframe-img{width:100%;height:100%;border-radius:inherit}.home__body .how__iframe .iframe-img{position:relative}.home__body .how__iframe .iframe-img img{width:110%}.home__body .how__iframe .iframe-img i{position:absolute;left:54%;font-size:44px;color:var(--text-color)}@media only screen and (max-width: 600px){.home__body .how__iframe{height:44vw}}:root{--nav-bg: #1A1A1E;--nav-icon-color: #8C8C8E}.light{--nav-bg: #fff;--nav-icon-color: #85A4B9}.nav-bar{position:fixed;bottom:0;z-index:10;max-width:600px;width:100%;padding:16px 8px 20px;margin:0 auto;border-radius:22px 22px 0 0;background:var(--nav-bg);box-shadow:0 -5px 40px -5px #33333395}@media screen and (max-width: 310px){.nav-bar{padding-inline:0}}.nav-bar__list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.nav-bar__list .item__link{display:flex;align-items:center;flex-direction:column;gap:4px;color:var(--nav-icon-color)}.nav-bar__list .item__link .txt{font-size:12px;margin-top:4px}.nav-bar__list .item__link svg path{fill:var(--nav-icon-color)}.nav-bar__list .item__link.active{color:var(--text-color)}.nav-bar__list .item__link.active path{fill:var(--text-color)}.nav-bar__list .item__link.active .active{fill:#0095ff}:root{--bg-header: #102B52;--bg-nav-modal: #1D213A;--bg-nav-modal-border: #4A4D61;--bg-drawer-input: #323F59;--bg-top: linear-gradient(180deg, #002A61 0%, #180061 15%, #102b52 100%)}.light{--bg-header: #F9F9F9;--bg-nav-modal: #ECF8FF;--bg-nav-modal-border: #4A4D6160;--bg-drawer-input: #EFF3F6;--bg-top: linear-gradient(180deg, #FFFFFF 0%, #E8F0F6 44.71%, #f9f9f9 100%)}.header-top{position:sticky;top:0;left:0;z-index:2;width:100%;text-align:center;padding-block:60px 5px;background:var(--bg-top)}.header-top img{width:25px;height:30px}.header{padding-top:5px;padding-bottom:15px;background:var(--bg-header)}.header .logo{width:123px;height:54px}.header .balance span{font-weight:500;margin-left:8px}.header .balance i{font-size:20px;bottom:1px;color:var(--text-color)}.header .balance .ant-skeleton-button{min-width:80px;width:80px;height:24px;border-radius:8px}.header .bar i{font-size:24px;color:var(--text-color)}.header .monitoring-link i{font-size:22px;color:var(--text-color)}.header-modal .ant-modal{top:130px;left:130px}@media screen and (max-width: 765px){.header-modal .ant-modal{top:125px}}@media screen and (max-width: 535px){.header-modal .ant-modal{left:90px}}@media screen and (max-width: 460px){.header-modal .ant-modal{left:70px}}@media only screen and (max-width: 400px){.header-modal .ant-modal{left:25px}}@media screen and (max-width: 330px){.header-modal .ant-modal{left:0}}.header-modal.desktop .ant-modal{top:50px;left:130px}@media screen and (max-width: 765px){.header-modal.desktop .ant-modal{top:45px}}@media screen and (max-width: 535px){.header-modal.desktop .ant-modal{left:90px}}@media screen and (max-width: 460px){.header-modal.desktop .ant-modal{left:70px}}@media only screen and (max-width: 400px){.header-modal.desktop .ant-modal{left:25px}}@media screen and (max-width: 330px){.header-modal.desktop .ant-modal{left:0}}.header-modal .ant-modal-content{padding:1rem 1rem 5px;border-radius:12px;border:1px solid var(--bg-nav-modal-border);color:var(--text-color);background:var(--bg-nav-modal)}.header-modal .imgs{margin-bottom:1rem}.header-modal .imgs img{width:50px;height:50px;border-radius:50%;object-fit:contain}.header-modal .imgs .name{display:block;font-weight:500;font-size:16px;line-height:1.2}.header-modal .imgs .tel{color:#a5a6b0}.header-modal .imgs .tel-auth{color:#0095ff}.header-modal .imgs .copy{display:flex;gap:5px;padding-block:2px}.header-modal .imgs .copy i{font-size:13px}.header-modal .list__item{display:flex;justify-content:space-between;align-items:center;padding-block:12px}.header-modal .list__item:not(:last-child){border-bottom:1px solid var(--bg-nav-modal-border);cursor:pointer}.header-modal .list__item i{color:#8e909c}.header-modal .list__item span{font-size:14px}.header-modal .list__item .txt{font-size:14px;color:#8e909c}.header-modal .list__item .icon{justify-items:end!important;font-size:14px!important}.header-modal .list__item .align-center i{display:grid;place-items:center;width:22px;font-size:18px}.header-modal .ant-switch-checked,.header-modal .ant-switch-disabled{background:#32b141!important}.header-drawer .ant-radio-group{display:flex;flex-flow:column;gap:12px}.header-drawer .ant-radio-wrapper{flex-flow:row-reverse;justify-content:space-between;padding:10px 15px 10px 10px;border-radius:12px;border:1px solid var(--bg-nav-modal-border);background:var(--bg-drawer-input)}.header-drawer .ant-radio-wrapper:after{content:none}.header-drawer .ant-radio-wrapper-checked{background:#0095ff4d;border-color:#0095ff}.header-drawer .title{font-weight:500;font-size:20px;margin-bottom:1rem;color:var(--text-color)}.header-drawer .cards-list .item{font-size:18px;color:var(--text-color)}.header-drawer .cards-list .item img{width:28px;height:28px}.header-drawer .cards-list .item i{font-size:20px;color:var(--text-color)}:root{--swap-bg: linear-gradient(180deg, #011D42 0%, #002061 47.6%, #000000 100%);--swap-dots: #FFFFFF4D;--swap-dots-active: #fff;--img-card-bg: #FFFFFF1A}.light{--swap-bg: linear-gradient(180deg, #F6FAFF 0%, #E8F7FF 73.49%, #F6FAFF 100%);--swap-dots: #DBDFE2;--swap-dots-active: #0095FF;--img-card-bg: #8595b6}.swap{background:var(--swap-bg)}.swap__head{padding-inline:1rem;padding-bottom:20px;border-radius:0 0 22px 22px;background:var(--bg-header)}.swap__head .titles{text-align:center;margin-bottom:1rem}.swap__head .titles .sub{margin-bottom:8px;color:#8795aa}.swap__head .titles .title{font-weight:500;font-size:32px}.swap__head .btns{grid-template-columns:1fr 1fr;gap:1rem}.swap__head .btns .btn{display:flex;align-items:center;padding:1rem 20px;gap:10px;border-radius:20px;background:#0095ff}.swap__head .btns .btn i{font-size:24px;color:#fff}.swap__head .btns .btn span{font-weight:500;color:#fff}.swap__body{padding:1rem}.swap__body .title{font-weight:500;font-size:20px;margin-bottom:2rem}.swap__body .sub-title{font-weight:500;font-size:18px;margin-bottom:10px}.swap__body .desc{line-height:1.3;color:var(--text-color)}.swap__body .desc span{display:unset;font-weight:500;color:var(--text-color)}.swap__body .desc .opacity{opacity:.7}.swap__body .list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.swap__body .list .item{height:75px;border-radius:15px;border:1px solid #333;cursor:pointer}.swap__body .list .item img{width:100%;height:100%;border-radius:15px;object-fit:fill}.selected-modal .img{max-width:100px;width:fit-content;height:60px;margin-bottom:1rem;border-radius:1rem;border:1px solid #1F3752}.selected-modal .title{font-weight:500;font-size:20px;line-height:1.2;margin-bottom:1rem}.selected-modal .ad{align-items:flex-start;padding:1rem;margin-bottom:1rem;border-radius:1rem;background:#2e3b55}.selected-modal .ad img{height:44px}.selected-modal .ad .desc{font-size:14px;line-height:1.2;margin-bottom:5px}.selected-modal .ad .promo{font-size:12px;gap:5px;color:#fff}.selected-modal .ad .promo i{font-size:13px}.selected-modal .player{font-weight:500;font-style:italic;text-transform:capitalize;margin-top:-5px;margin-bottom:10px;color:#61bdff}.selected-modal .balance{font-size:16px;margin-bottom:1rem}.selected-modal .balance .txt{color:#8d94a3}.selected-modal .balance .price{color:#fff}.selected-modal .btns{grid-template-columns:1fr 1fr;gap:10px}.selected-modal .btns .btn{height:unset;font-weight:500;font-size:16px;padding:12px 1rem;border-radius:12px;border:none;color:#fff;background:#323f59!important}.selected-modal .btns .btn.submit{background:#0095ff!important}.deposit-drawer{position:relative}.deposit-drawer .title{font-weight:600;font-size:20px;margin-bottom:1rem;color:var(--text-color)}.deposit-drawer .card{padding:1rem;margin-bottom:1rem;border-radius:20px;border:1px solid #3A4E6F;background-image:url(/assets/card-bg-Bo8kXJqZ.jpg);background-repeat:no-repeat;background-size:222%}.deposit-drawer .card__img{height:42px;margin-bottom:10px}.deposit-drawer .card__number{font-weight:500;font-size:20px;margin-bottom:10px;color:#fff}.deposit-drawer .card__number i{font-size:18px}.deposit-drawer .card__name{font-weight:500;font-size:16px;margin-bottom:1rem;color:#fff}.deposit-drawer .card__price{font-size:16px;padding:6px 10px;border-radius:30px;color:#fff;background:#49618a}.deposit-drawer .card__price .count{font-weight:500}.deposit-drawer .timer{margin-bottom:1rem}.deposit-drawer .timer span{font-weight:700;font-size:28px;color:var(--text-color)}.deposit-drawer .btns .btn{width:100%}.deposit-drawer .btns .btn.submit{margin-bottom:10px}.withdraw-drawer{background:var(--modal-bg2)}.withdraw-drawer .ant-drawer-body{padding:0 0 1rem;background:var(--modal-bg2)}.withdraw-drawer .bgc{padding-top:10px;margin-bottom:10px;background:var(--modal-bg1)}.withdraw-drawer .title{font-weight:600;font-size:20px;padding:0 1rem 1rem;color:var(--text-color)}.withdraw-drawer .div{padding:1rem;margin-bottom:10px;border-radius:10px;background:var(--modal-bg1)}.withdraw-drawer .cards .ant-segmented{width:100%;margin-bottom:1rem;background:var(--img-card-bg)}.withdraw-drawer .cards .ant-segmented .ant-segmented-item-label{font-weight:500;padding:2px 12px}.withdraw-drawer .cards .ant-segmented .ant-segmented-item{border-radius:8px}.withdraw-drawer .cards__number .txt{font-size:14px;margin-bottom:8px;color:var(--text-color)}.withdraw-drawer .cards__number input{height:43px;padding:10px 1rem;margin-bottom:10px;border-radius:12px;border:1px solid #434A5B;outline:none;color:var(--text-color);background:#141d32}.withdraw-drawer .cards__number input::placeholder{color:#727784}.withdraw-drawer .cards__number input:focus{border-color:#0095ff}.withdraw-drawer .cards__number .imgs{gap:5px;margin-bottom:10px}.withdraw-drawer .cards__number .imgs img{padding:4px 6px;border-radius:8px;background:var(--img-card-bg)}.withdraw-drawer .cards__save .title{font-weight:400;font-size:14px;padding:0}.withdraw-drawer .cards__save .ant-switch{background-color:#32b141!important}.withdraw-drawer .cards__list .ant-radio-group{width:100%;display:flex;flex-flow:column;gap:10px}.withdraw-drawer .cards__list .ant-radio-wrapper{width:100%;flex-flow:row-reverse;justify-content:space-between;padding:5px 12px 5px 10px;border-radius:15px;color:#fff;background:var(--img-card-bg)}.withdraw-drawer .cards__list .ant-radio-wrapper:after{content:none}.withdraw-drawer .cards__list .ant-radio-wrapper .ant-radio-label{padding:0}.withdraw-drawer .cards__list .ant-radio-wrapper .ant-radio-inner{width:20px;height:20px}.withdraw-drawer .cards__list .ant-radio-wrapper .ant-radio-inner:after{width:20px;height:20px;margin-block-start:-10px;margin-inline-start:-10px}.withdraw-drawer .cards__list .item .img{width:45px;height:40px;padding:10px;border-radius:13px;background:#465269}.withdraw-drawer .cards__list .item .name{font-weight:500}.withdraw-drawer .cards__list .item .number{font-size:12px}.withdraw-drawer .price .txt{font-size:14px;margin-bottom:8px;color:var(--text-color)}.withdraw-drawer .price .ant-input{margin-bottom:1rem}.withdraw-drawer .price .balance{margin-bottom:0}.withdraw-drawer .price .balance .row{gap:8px}.withdraw-drawer .price .balance i{bottom:2px}.withdraw-drawer .price .balance i,.withdraw-drawer .price .balance span{color:#8d94a3}.withdraw-drawer .price .balance .count{color:var(--text-color)}.withdraw-drawer .info{margin-inline:1rem;background:var(--modal-bg1)}.withdraw-drawer .info .title{padding-left:0}.withdraw-drawer .btns{padding-inline:1rem}.withdraw-drawer .btns .submit{width:100%}.withdraw-provider-new .ant-drawer-body{padding-bottom:0}.withdraw-provider-new .dots{display:flex;justify-content:center;gap:8px;padding-block:10px 25px}.withdraw-provider-new .dots .dot{width:8px;height:8px;border-radius:50%;background:var(--swap-dots);transition:width .3s ease}.withdraw-provider-new .dots .dot.active{width:26px;border-radius:15px;background:var(--swap-dots-active)}.withdraw-provider-new .list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.withdraw-provider-new .list .item{height:80px;border-radius:15px;border:1px solid #333;cursor:pointer}.withdraw-provider-new .list .item img{width:100%;height:100%;border-radius:15px;object-fit:fill}.withdraw-provider-new .player{position:relative;top:-10px;font-weight:500;font-style:italic;text-transform:capitalize;margin-bottom:5px;color:#61bdff}.withdraw-provider-new .info-title{font-weight:500;font-size:18px;margin-bottom:25px;color:var(--text-color)}.withdraw-provider-new .info-title i{font-size:22px}.withdraw-provider-new .btns{grid-template-columns:1fr;padding-inline:0}.deposit-provider-new .balance{margin-bottom:0}.deposit-provider-new .balance i{font-size:20px}.deposit-provider-new .mx1{margin-inline:10px;margin-bottom:1rem}.deposit-provider-new .ad{align-items:flex-start;border-radius:1rem}.deposit-provider-new .ad img{height:44px}.deposit-provider-new .ad .desc{font-size:14px;line-height:1.2;margin-bottom:5px;color:var(--text-color)}.deposit-provider-new .ad .promo{font-size:12px;gap:5px;color:var(--text-color)}.deposit-provider-new .ad .promo i{font-size:13px}.deposit-provider-new .btns{padding-inline:10px;padding-bottom:1rem}:root{--history-bg: linear-gradient(180deg, #102B52 0%, #200061 47.6%, #000000 100%);--history-bg-head: linear-gradient(180deg, #102B52 0%, #112853 100%);--history-head-card-bg: #272F71;--history-month-bg: #2B2770;--history-item-border: #301A5D;--history-drawer-dots: #323F59;--monitoring-summary: #2C1A51}.light{--history-bg: linear-gradient(180deg, #F6FAFF 0%, #E8F7FF 73.49%, #F6FAFF 100%);--history-bg-head: linear-gradient(180deg, #F9F9F9 0%, #f3faff 44%, #e9f0f5 100%);--history-head-card-bg: #fff;--history-month-bg: #fff;--history-item-border: #D2E6F5;--history-drawer-dots: #ccd9ec;--monitoring-summary: #fff}.history{padding-block:0 120px;background:var(--history-bg)}.history__head{position:sticky;top:-2px;width:calc(100% + 2rem);padding-top:1rem;padding-inline:1rem;margin-left:-1rem;z-index:10;background:var(--history-bg-head)}.history__head .title{font-weight:500;font-size:20px;margin-bottom:1rem}.history__head .statistics{grid-template-columns:1fr 1fr;gap:10px;padding-bottom:1rem}.history__head .statistics__item{padding:10px;border-radius:12px;background:var(--history-head-card-bg)}.history__head .statistics__item .sub{font-size:12px;margin-bottom:4px;color:#a9acc6}.history__head .statistics__item .count{font-weight:500}.history__body .titles{width:calc(100% + 2rem);padding:8px 1rem;margin-left:-1rem;background:var(--history-month-bg)}.history__body .titles.margin{margin-bottom:2px}.history__body .titles .month{font-size:16px;color:#9593b7}.history__body .titles .count{font-weight:600;font-size:16px;color:var(--text-color)}.history__body .list__item{display:flex;justify-content:space-between;align-items:center;padding-block:10px;cursor:pointer}.history__body .list__item:not(:last-child){border-bottom:1px solid var(--history-item-border)}.history__body .list__item .imgs{width:60px;height:50px;border-radius:10px;border:1px solid #1A324C;background:linear-gradient(180deg,#011d42,#002061 47.6%,#000)}.history__body .list__item .imgs img{width:32px;height:40px;object-fit:contain}.history__body .list__item .txt{display:block;word-break:break-word;margin-bottom:2px}.history__body .list__item .date{font-size:12px;color:#a39cc0}.history__body .list__item .flexed{display:flex;flex-flow:column;align-items:flex-end}.history__body .list__item .count{display:block;font-weight:500;font-size:16px;margin-bottom:5px}.history__body .list__item .status{font-size:12px;padding:3px 10px;color:#fff}.history__body .ant-pagination{justify-content:flex-end;align-items:center;padding-top:10px}.history__body .ant-pagination .ant-pagination-item{background:var(--modal-bg2)}.history__body .ant-pagination .ant-pagination-item a{color:var(--text-color)}.history__body .ant-pagination .ant-pagination-item-active a{color:#0095ff}.history__body .ant-pagination .anticon,.history__body .ant-pagination .ant-pagination-total-text{color:#b3aadc}.history__body .ant-pagination .ant-select-selector{border:none;color:var(--text-color);background:var(--modal-bg2)}.ant-select-dropdown{background:var(--modal-bg2)}.ant-select-dropdown .ant-select-item-option{color:var(--text-color)}.ant-select-dropdown .ant-select-item-option.ant-select-item-option-active,.ant-select-dropdown .ant-select-item-option.ant-select-item-option-selected{background:#b3aadc}.check-drawer .titles{margin-bottom:1rem}.check-drawer .titles .title{font-weight:500;font-size:20px}.check-drawer .titles .status{font-size:16px;color:#fff}.check-drawer .list{margin-bottom:1rem}.check-drawer .list__item{padding-block:10px}.check-drawer .list__item:not(:last-child){border-bottom:1px dashed var(--history-drawer-dots)}.check-drawer .list__item .txt{font-size:14px;margin-bottom:4px;color:#a4aab5}.check-drawer .list__item .value{display:block}.check-drawer .list__item .count{display:block;font-weight:500;font-size:24px}.monitoring{min-height:103vh;padding-block:25px;background:var(--bg-color)}.monitoring__head .titles{font-weight:500;font-size:20px;margin-bottom:1rem}.monitoring__head .titles i{font-size:24px;color:var(--text-color)}.monitoring__head .ant-segmented{width:100%;display:block;margin-bottom:1rem;background:var(--img-card-bg)}.monitoring__head .ant-segmented-item{border-radius:10px}.monitoring__head .ant-segmented .ant-segmented-item-label{font-weight:500;padding:2px 12px}.monitoring__head .select{width:100%;margin-bottom:1rem}.monitoring__head .select .ant-select-selector{border-color:var(--bg-nav-modal-border);background:var(--img-card-bg)}.monitoring__head .select .ant-select-arrow{color:#fff}.monitoring__body .summary{padding:10px;margin-block:1rem;border-radius:12px;background:var(--monitoring-summary)}.monitoring__body .summary .txt{color:#aba3b9}.monitoring__body .summary .value{font-weight:500}.monitoring__body .list__item{display:flex;justify-content:space-between;align-items:center;padding-block:10px}.monitoring__body .list__item:not(:last-child){border-bottom:1px dotted #20192F}.monitoring__body .list__item .percent{width:40px;height:28px;display:grid;place-items:center;font-size:14px;border-radius:20px;color:#fff;background:linear-gradient(145deg,#0f409a,#4da3e6)}.monitoring__body .list__item .value{font-weight:500}:root{--profile-input: #120644;--profile-input-border: var(--bg-nav-modal-border)}.light{--profile-bg: linear-gradient(180deg, #F6FAFF 0%, #E8F7FF 73.49%, #c5d6ee 100%);--profile-input: #fff;--profile-input-border: #D2E6F5}.profile{min-height:103vh;padding-block:25px;background:var(--profile-bg)}.profile__head .titles{font-weight:500;font-size:20px;margin-bottom:25px}.profile__head .titles i{font-size:24px;color:var(--text-color)}.profile__body .ant-form{text-align:center}.profile__body .ant-form .ant-form-item-required{color:var(--text-color)}.profile__body .ant-form .ant-input,.profile__body .ant-form .ant-picker{width:100%;height:43px;border-color:var(--profile-input-border)!important;background:var(--profile-input)!important}.profile__body .ant-form .ant-picker-input{color:var(--text-color)!important}.profile__body .ant-form .ant-picker-input input::placeholder{color:#5d667c!important}.profile__body .ant-form .ant-picker-suffix,.profile__body .ant-form .ant-picker-clear{color:var(--text-color)}.profile__body .imgs{position:relative;margin-bottom:55px}.profile__body .imgs .ant-skeleton{margin:0 auto}.profile__body .imgs .img{width:100px;height:100px;display:block;margin:0 auto;border-radius:50%;border:1px solid rgba(255,255,255,.1254901961)}.profile__body .imgs .img img{width:inherit;height:inherit;border-radius:inherit;object-fit:contain}.profile__body .imgs .upload{position:absolute;bottom:0;left:50%;transform:translate(-50%)}.profile__body .imgs .upload .ant-upload-list{position:relative;top:33px}.profile__body .imgs .upload .ant-upload-list-item,.profile__body .imgs .upload .anticon{color:var(--text-color)!important}.profile__body .imgs .upload .ant-upload-list-item-error .anticon{color:#ff4d4f!important}.profile__body .imgs .upload-btn{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:#fff}.profile__body .imgs .upload-btn i{font-size:12px;color:#222}.profile__body .imgs .copy{top:145%;font-size:16px;gap:6px;color:var(--text-color)}.profile__body .ant-form-item-explain-error{text-align:start;padding-left:10px;margin-block:5px 10px}.profile__body .btn{width:100%;height:38px;margin-top:10px;color:#fff;border-color:#0095ff;background:#0095ff!important}:root{--card-bg: linear-gradient(180deg, #002A61 0%, #200061 47.6%, #000000 100%);--card-plus-icon: var(--text-color);--card-item-bg: #FFFFFF1A;--card-item-btn-bg: #FFFFFF1A;--card-item-img-bg: #FFFFFF1A}.light{--card-bg: linear-gradient(180deg, #F6FAFF 0%, #E8F7FF 73.49%, #cbdcf1 100%);--card-plus-icon: #0095FF;--card-item-bg: #fff;--card-item-btn-bg: #EFF3F6;--card-item-img-bg: #9aafc2}.card-page{min-height:103vh;padding-block:25px;background:var(--card-bg)}.card-page__head .titles{font-weight:500;font-size:20px;margin-bottom:25px}.card-page__head .titles i{font-size:24px;color:var(--text-color)}.card-page__head .titles .fa-circle-plus{font-size:28px;color:var(--card-plus-icon)}.card-page__body .list .item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:12px;background:var(--card-item-bg)}.card-page__body .list .item .imgs{width:50px;height:44px;display:grid;place-items:center;border-radius:12px;background:var(--card-item-img-bg)}.card-page__body .list .item .imgs img{width:30px;height:30px}.card-page__body .list .item .name{font-weight:500;font-size:16px}.card-page__body .list .item .number{font-size:12px}.card-page__body .list .item i{color:var(--text-color)}.card-page__body .list .item .btns{display:flex;align-items:center;gap:5px}.card-page__body .list .item .btns .btn{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:var(--card-item-btn-bg)}.card-page__body .list .item .btns i{width:14px;height:14px;font-size:14px}.card-page__body .list .item .btns i.fa-trash-can{color:#ff4c4c}.card-page__body .empty{min-height:calc(103vh - 100px);display:grid;place-items:center}.card-page__body .empty__content{text-align:center;padding:2rem}.card-page__body .empty__content .img{width:75px;height:60px;margin-bottom:1rem}.card-page__body .empty__content .title{font-size:24px;margin-bottom:10px}.card-page__body .empty__content .desc{font-size:12px;margin-bottom:1rem;color:var(--text-color);opacity:.8}.card-page__body .empty__content .btn{width:100%;font-weight:500;font-size:18px;padding:1rem 20px;border-radius:12px;color:#fff;background:#0095ff}.card-add-drawer .card-form{padding:1rem;border-radius:15px;border:1px solid rgba(255,255,255,.2);margin-bottom:1rem;background-image:url(/assets/card-bg-Bo8kXJqZ.jpg);background-repeat:no-repeat;background-position:center center;background-size:150%}.card-add-drawer .card-form .ant-form-item{margin-bottom:12px}.card-add-drawer .card-form .ant-form-item:last-child{margin-bottom:0}.card-add-drawer .card-form .ant-form-item-required{color:#fff}.card-add-drawer .card-form .ant-input,.card-add-drawer .card-form .inp-mask{border:1px solid rgba(255,255,255,.3019607843)!important;color:#fff!important;background:#ffffff4d!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.card-add-drawer .card-form .ant-input::placeholder,.card-add-drawer .card-form .inp-mask::placeholder{color:#ffffff80}.card-add-drawer .card-form .inp-mask{height:43px;font-size:16px;padding:10px;border-radius:12px;border:1px solid #434A5B;outline:none;color:#fff;background:#141d32}.card-add-drawer .choose__title{font-weight:500;font-size:18px;margin-bottom:6px;color:var(--text-color)}.card-add-drawer .choose .ant-radio-group{display:flex;flex-flow:row}.card-add-drawer .choose .ant-radio-group .ant-radio-button-wrapper{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;border:none;background:var(--history-drawer-dots)}.card-add-drawer .choose .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked{background:#0095ff}.card-add-drawer .choose .ant-radio-group .ant-radio-button-wrapper:before{content:none}.card-add-drawer .choose .imgs{position:relative;top:.5px;right:2.8px;width:24px;height:24px}.card-add-drawer .choose .imgs img{width:100%;height:100%}.card-add-drawer .btns .btn{width:100%}.delete-modal .title{font-weight:500;font-size:20px;padding-inline:1rem;margin-bottom:1rem}.delete-modal .btns{display:flex;flex-flow:column;gap:10px}.delete-modal .btns .delete{color:#fff;background:#ff4c4c!important}:root{--auth-bg: linear-gradient(180deg, #002A61 0%, #200061 60.6%, #000000 100%);--auth-inp-bg: #FFFFFF2E;--auth-inp-border: #FFFFFF33;--auth-btn-bg: #ffffff33;--auth-btn-color: #fff}.light{--auth-bg: var(--bg-color);--auth-inp-bg: #fff;--auth-inp-border: #D2E6F5;--auth-btn-bg: #D5EEFF;--auth-btn-color: #0095FF}.auth{min-height:103vh;padding-block:2rem 3rem;background:var(--auth-bg)}.auth__titles{text-align:center}.auth__titles .logo{height:195px;margin-bottom:1rem}.auth__titles .title{font-weight:500;font-size:24px;margin-bottom:1rem}.auth .inp-mask{height:43px;font-size:15px;padding:1rem;border-radius:12px;border:1px solid var(--auth-inp-border)!important;outline:none;color:var(--text-color);background:var(--auth-inp-bg)!important}.auth .reset{font-weight:500;font-size:16px;margin-bottom:1rem;color:var(--text-color)}.auth .btns{margin-top:20px}.auth .btns .btn{width:100%;height:unset;display:flex;justify-content:center;align-items:center;font-weight:500;font-size:18px;padding:14px 1rem;margin-bottom:1rem;border-radius:12px;border:none;color:var(--auth-btn-color);background:var(--auth-btn-bg)!important}.auth .btns .btn.submit{color:#fff;background:#0095ff!important}.auth .btns .btn i{position:absolute;right:1rem}.auth .ant-form .ant-form-item{margin-bottom:12px}.auth .ant-form .ant-form-item-label label{color:var(--text-color)}.auth .ant-form .ant-input-outlined{border:1px solid var(--auth-inp-border);background:var(--auth-inp-bg)}.auth .ant-form .ant-input{background:transparent!important}.auth .ant-form .ant-input::placeholder{height:12px}.auth .ant-form .ant-input-status-error{background:unset!important}.auth .ant-form .anticon{color:var(--text-color)}.sms__head{margin-bottom:2rem}.sms__head .navigate i{font-size:22px;color:var(--text-color)}.sms__head .title{font-weight:500;font-size:20px}.sms__body .phone{font-weight:500;font-size:24px;margin-bottom:1rem}.sms__body .desc{line-height:1.3;color:#fffc;margin-bottom:40px}.sms__body .ant-otp{width:100%;column-gap:10px;margin-bottom:30px}.sms__body .ant-otp .ant-input{border-color:#fff3;background:var(--auth-inp-bg)!important}:root{--p404-bg: linear-gradient(180deg, #102B52 0%, #002A61 15%, #200061 70.6%, #000000 100%);--p404-svg: #ffffff30}.light{--p404-bg: var(--bg-color);--p404-svg: #add7ec}.p404{min-height:calc(103vh - 164px);display:grid;place-items:center;background:var(--p404-bg)}.p404 .ant-result-title,.p404 .ant-result-subtitle{color:var(--text-color)}.p404 .ant-result-icon svg g g path{fill:var(--p404-svg)}.wait-page{height:100vh;background:#080903}.wait-page .block{width:100%;height:33px;background:#080903}.wait-page .img{width:100%;height:calc(65vh - 33px);object-fit:cover}.wait-page .content{position:relative;top:-12px;min-height:calc(36vh + 12px);text-align:center;padding:25px;border-radius:15px 15px 0 0;color:#fff;background:radial-gradient(48.4% 50.7% at 49.67% 51.6%,#2b1805,#4c2c0c 50.96%,#2b1805)}.wait-page .content .title{font-weight:700;font-size:24px;margin-bottom:20px}.wait-page .content .desc{margin-bottom:40px}.wait-page .content .btns{display:flex;flex-flow:column;gap:1rem}.wait-page .content .btns .btn{font-weight:600;font-size:18px;padding:12px 1rem;border-radius:12px;color:#011d42;background:#fff}.wait-page .content .btns .btn.call{color:#fff;background:#ffffff10}.admin-login{min-height:100vh;display:grid;place-items:center}.admin-login__inner{width:500px}@media only screen and (max-width: 600px){.admin-login__inner{width:333px}}.admin-login__title{text-align:center;font-weight:600;font-size:28px}.admin-login .ant-form .ant-form-item{margin-bottom:1rem}.admin-login .ant-form .ant-form-item-required{font-weight:500!important;font-size:16px!important}.admin-header{position:fixed;top:0;left:0;width:250px;height:100vh;display:none;padding-top:30px;border-radius:0 20px 20px 0;border:1px solid #eff0f6;background:#fff;z-index:6;transition:all .2s ease;overflow-y:auto}.admin-header.open{width:250px;overflow-y:auto!important}.admin-header.open .admin-header__inner{height:unset!important}.admin-header.open .nav__list:before{content:none}@media only screen and (max-width: 1024px){.admin-header{position:fixed;width:60px;z-index:10;overflow:hidden}.admin-header__inner{height:90vh}.admin-header .nav__list:before{content:""}}@media only screen and (max-width: 600px){.admin-header{width:40px}}.admin-header .container{height:100%;padding-inline:1rem}.admin-header .log-out{width:50px;font-size:22px;padding-bottom:15px;margin-bottom:15px;z-index:3}@media only screen and (max-width: 1024px){.admin-header .log-out{position:relative;right:12px}}@media only screen and (max-width: 600px){.admin-header .log-out{font-size:18px;right:22px}}.admin-header__logos{width:100%;min-height:30px;margin-bottom:25px}.admin-header__logo{font-weight:600;font-size:28px;padding-left:12px;margin:0;color:#011d42;transition:font-size .2s ease}.admin-header__logo.opa{font-size:24px;visibility:visible}@media only screen and (max-width: 1024px){.admin-header__logo{font-size:1px;visibility:hidden}}.admin-header .burger-menu{position:absolute;top:3%;left:15px;display:none}@media only screen and (max-width: 1024px){.admin-header .burger-menu{display:block;padding-bottom:20px}}@media only screen and (max-width: 600px){.admin-header .burger-menu{top:2%;left:8px}}.admin-header .burger-menu .icon{font-size:28px;color:#011d42;transition:left .3s ease}@media only screen and (max-width: 600px){.admin-header .burger-menu .icon{font-size:20px}}.admin-header .burger-menu .icon.fa-xmark{position:absolute;top:0;left:0;font-size:30px}@media only screen and (max-width: 600px){.admin-header .burger-menu .icon.fa-xmark{font-size:28px}}.admin-header .burger-menu .icon.left{top:4px;left:190px}.admin-header .burger-menu .circle{position:absolute;top:0;right:-4px;width:10px;height:10px;border-radius:50%;background:red;z-index:2}.admin-header .nav{position:relative}@media only screen and (max-width: 1024px){.admin-header .nav{visibility:hidden}}.admin-header .nav__list{position:relative;display:flex;flex-flow:column;gap:8px;margin-bottom:30px}.admin-header .nav__list .nav__link{width:100%;display:flex;justify-content:space-between;align-items:center;font-weight:500;padding:12px;border-radius:10px;color:#011d42;transition:color .3s ease,background-color .3s ease}.admin-header .nav__list .nav__link:hover{background:#f7f9fd}.admin-header .nav__list .nav__link:hover .icon{transform:translate(8px)}.admin-header .nav__list .nav__link:focus{color:#0095ff}.admin-header .nav__list .nav__link.active{color:#0095ff;background:#f2f4ff}.admin-header .nav__list .nav__link .icon{font-size:14px;transition:transform .5s ease}.admin-header .nav__list .sublist{max-height:42px;display:flex;flex-flow:column;gap:8px;border-radius:12px;overflow:hidden;transition:max-height .4s linear,background-color .2s linear}.admin-header .nav__list .sublist.open{max-height:1000px;overflow:visible;background:#fbfbfb}.admin-header .nav__list .sublist.open .fa-chevron-right{transform:rotate(90deg)}.admin-header .nav__list .sublist .txt{cursor:pointer}.admin-header .nav__list .sublist .txt i{color:#a1a1a1}.admin-header .nav__list .sublist .epilese{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.admin-header .nav__list .sublist__item .nav__link{font-size:15px;padding-left:30px}@media only screen and (max-width: 1024px){.admin-header .nav__list:before{content:"";position:absolute;top:0;left:0;width:60px;height:100%;background:#fff;visibility:visible;z-index:2}}.admin-header .close{visibility:hidden!important}.admin-header .open{visibility:visible!important}.admin-titles{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-block:1rem;margin-bottom:1rem;border-bottom:1px solid #CBD5E1}.admin-titles__btn{display:flex;align-items:center;gap:10px;padding:10px 1rem;border-radius:12px;color:#fff;background:#0095ff;transition:opacity .3s ease}.admin-titles__btn:hover{opacity:.85}.admin-titles .additional-btn{padding:10px;border-radius:12px;background:#fff;box-shadow:0 5px 20px #66666660}.admin-titles .additional-btn i{width:20px;height:16px;color:#0095ff}.admin-titles__title{font-family:Nunito,sans-serif!important;font-weight:700;font-size:28px}@media only screen and (max-width: 600px){.admin-titles{flex-flow:column;justify-content:center}.admin-titles__title{font-size:20px}.admin-titles .g1{gap:10px}.admin-titles__btn{font-size:14px;padding:8px 12px!important}.admin-titles .additional-btn{padding:7px!important}.admin-titles .additional-btn i{font-size:16px}}.navigate-btn{width:50px;height:40px;padding:10px;border-radius:15px;background:#fff;box-shadow:0 5px 15px #66666640}.navigate-btn i{font-size:18px;height:16px}.page-title{min-height:55px;display:flex;align-items:center;font-family:Nunito,sans-serif!important;padding-top:20px;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #CBD5E1}.page-title h2{font-family:Nunito,sans-serif!important;font-weight:700;font-size:28px}@media only screen and (max-width: 600px){.page-title h2{flex:1;text-align:center;font-weight:600;font-size:18px}.page-title .btn{width:45px;height:30px;padding:6px}.page-title .btn i{font-size:16px}}.users .col-name{width:222px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.user-modal .head{margin-bottom:1rem}.user-modal .head .ant-image>*{border-radius:50%}.user-modal .head .img{width:100px;height:100px;border-radius:50%;border:1px solid #ccc;object-fit:contain}.user-modal .head .name{font-size:18px}.user-modal .head .name.id{font-weight:500;font-size:16px}.user-modal .head .phone{font-size:16px;color:#525252}.user-modal .head .region{font-weight:500;font-size:14px;color:#666}.user-modal .body .ant-segmented{max-width:500px;margin:0 auto 1rem}.user-modal .body .cards .item{column-gap:1rem;row-gap:10px;padding:10px;border-radius:1rem;background:#f7f9fd;transition:background-color .3s ease}.user-modal .body .cards .item .id{width:33px;height:33px;display:grid;font-size:15px;place-items:center;border-radius:12px;background:#eee}.user-modal .body .cards .item .number{font-weight:500}.user-modal .body .cards .item .name{font-size:15px;text-transform:capitalize}.user-modal .body .wallet-provider .filters{display:flex;align-items:center;gap:10px;margin-bottom:10px}.user-modal .body .wallet-provider .filters h2{text-transform:capitalize}.user-modal .body .wallet-provider .filters .ant-select{width:222px}.user-modal .body .wallet-provider .filters .ant-input{width:222px;background:#fff!important}.user-modal .body .item{display:flex;align-items:center;gap:10px;margin-bottom:5px;font-size:16px}.user-modal .body .item .title{font-weight:500;font-size:18px;margin-bottom:0;color:#011d42}.user-modal .body .item .btn{color:#0095ff}.user-modal .body .user-charts .title{text-align:center;margin-bottom:0;color:#011d42}.user-modal .body .user-charts .ant-select{width:122px;display:block;margin-left:auto;margin-bottom:1rem}.user-modal .body .user-charts .grid{grid-template-columns:1fr 1fr;gap:1rem;padding-block:1rem}.add-user-modal .wrapper{display:grid;grid-template-columns:1fr 1fr;gap:10px 1rem}.add-user-modal .ant-radio-group{max-width:100px;display:flex;gap:10px}.feed-modal .ant-modal-header{margin-bottom:1rem}.feed-modal .ant-modal-close,.feed-modal .ant-modal-footer{display:none}.feed-modal .item{display:flex;justify-content:space-between;align-items:flex-end!important;line-height:1;gap:10px;margin-bottom:12px!important}.feed-modal .item .dots{flex:1;border-bottom:1px dashed #ccc}.feed-modal .item .status{font-size:16px;padding-block:4px;color:#fff}.feed-modal .item .btn{display:flex;align-items:center;gap:5px;color:#0095ff}.role-modal .ant-modal-content{padding-inline:10px}.role-modal .ant-modal-header{margin-bottom:10px}.ui-card{padding:1rem;border-radius:1rem;color:#011d42;background:#fff;-webkit-box-shadow:0 5px 10px 0 rgba(66,68,90,.22);-moz-box-shadow:0 5px 10px 0 rgba(66,68,90,.22);box-shadow:0 5px 10px #42445a38}.ui-card .title{text-align:start!important;font-weight:500;font-size:16px!important;margin-bottom:8px;color:#68686b!important}.ui-card .value{display:block;font-weight:600;font-size:18px}.ui-card .sub{font-size:14px;margin-top:12px}.ui-card .icon{width:50px;height:50px;border-radius:12px;background:#ccc;display:grid;place-items:center}.ui-card .icon i{font-size:20px;color:#fff}.tg-cards .content{display:grid;grid-template-columns:1fr 20px 1fr 20px 1fr;align-items:center;gap:1rem}.tg-cards .content .swap-icon{font-size:20px;color:#ccc}.tg-cards .content .div{height:calc(100vh - 111px);display:flex;flex-flow:column;gap:10px;padding:1rem;border-radius:1rem;background:#fff;overflow-y:auto}.tg-cards .content .div .item{gap:10px;padding:10px;border-radius:1rem;cursor:pointer;transition:background-color .3s ease}.tg-cards .content .div .item:hover{background:#f7f9fd}.tg-cards .content .div .item.active{background:#e3e8f3}.tg-cards .content .div .item .id{width:33px;height:33px;display:grid;font-size:15px;place-items:center;border-radius:12px;background:#eee}.tg-cards .content .div .item .name{font-size:14px}.tg-cards .content .div .item .balance{font-weight:600;font-size:14px}.tg-cards .content .div .item .ant-ribbon-wrapper{top:-10px;left:5px}.tg-cards .content .div .item .mb10{margin-bottom:10px}.tg-cards-modal .title{font-weight:600;font-size:20px;margin-bottom:1rem}.tg-cards-modal .btns{display:flex;justify-content:space-between;gap:1rem}.tg-cards-modal .btns .btn{width:100%;font-size:16px;padding:10px 1rem;border-radius:10px;border:none;background:#eee}.tg-cards-modal .btns .btn.submit{color:#fff;background:#0095ff}.tg-cards-modal .ant-modal-body{text-align:center}.tg-cards-modal .ant-modal-footer{display:none}.check{min-height:100%;padding:4rem 1rem;background:#d6e2eb}.check__inner{max-width:555px;width:100%;height:max-content;margin:0 auto 1rem;border-radius:0 0 15px 15px;background:#fff;overflow:hidden}.check .zigzag-top{position:relative;height:20px;background:#fff;transform:rotate(180deg)}.check .zigzag-top:before{content:"";position:absolute;width:100%;height:100%;background:#d6e2eb;clip-path:polygon(0% 100%,3.85% 0%,7.69% 100%,11.54% 0%,15.38% 100%,19.23% 0%,23.08% 100%,26.92% 0%,30.77% 100%,34.62% 0%,38.46% 100%,42.31% 0%,46.15% 100%,50% 0%,53.85% 100%,57.69% 0%,61.54% 100%,65.38% 0%,69.23% 100%,73.08% 0%,76.92% 100%,80.77% 0%,84.62% 100%,88.46% 0%,92.31% 100%,96.15% 0%,100% 100%)}.check__head{text-align:center;padding:20px}.check__head .logo{width:60px;margin-bottom:10px}.check__head .title{font-weight:700;font-size:22px;color:#011d42}.check__body{padding:0 20px 20px}.check__body .item{padding-block:12px;border-bottom:1px solid #D2E6F5}.check__body .item .label{display:block;font-size:14px;margin-bottom:8px;color:#818588}.check__body .item .value{font-weight:600;color:#011d42}.check__body .item .status{padding-block:4px;color:#fff}.check__body .price{text-align:center;padding-block:20px 5px;border-bottom:none}.check__body .price .value{font-weight:700;font-size:26px}.check .btn{width:100%;height:unset;font-weight:500;font-size:18px;padding:12px 1rem;border-radius:12px;border:none;color:#fff;background:#0095ff!important}.check .btn:hover,.check .btn:focus{color:#fff}.admin-profile .content{padding:1rem;border-radius:1rem;background:#fff}.admin-profile .content .img{width:88px;height:88px;border-radius:50%}.admin-profile .content .phone{font-weight:600;color:#595959}.reports .content{min-height:calc(100vh - 105px);padding:1rem;border-radius:1rem;background:#fff}.reports .content .title{font-weight:600;font-size:24px}.reports .content .title.t2{font-size:20px}.reports .content .cards{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1rem;margin-bottom:1rem}@media only screen and (max-width: 1024px){.reports .content .cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 600px){.reports .content .cards{grid-template-columns:1fr}}.reports .content .grid{grid-template-columns:1fr 1fr}@media only screen and (max-width: 1024px){.reports .content .grid{grid-template-columns:1fr;gap:10px}}@media screen and (max-width: 1250px){.reports .content .grid2{grid-template-columns:1fr;gap:10px}}.reports .content .chart{width:100%;margin-top:25px}.reports .content .chart .title{text-align:center;margin-bottom:10px}.reports .content .chart .sub{font-weight:600;font-size:20px}.reports .content .chart .sub.s2{font-size:18px}.reports .content .chart .ant-select{width:100px;display:block;margin-left:auto;margin-bottom:5px}.reports .content .top .mb10{margin-bottom:10px}.reports .content .top .ant-table,.reports .content .top .ant-table-container,.reports .content .top .ant-table-content{min-height:unset;height:unset}.reports .content .top .ant-table{padding-bottom:1rem}.reports .content .top .ant-table .gold{font-weight:600;color:gold}.reports .content .top .ant-table .silver{font-weight:600;color:silver}.reports .content .top .ant-table .bronze{font-weight:600;color:#8b4513}.reports .content .top .ant-table .static{font-weight:600}.pending-trans{height:100vh}.pending-trans .grid3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.pending-trans .heads__txts{display:flex;align-items:center;gap:12px;margin-bottom:10px}.pending-trans .heads__txts .title{font-weight:600!important;font-size:18px;color:#2d3a45}.pending-trans .heads__txts .value{font-weight:600;font-size:14px;padding:5px 10px;border-radius:6px;color:#2d3a45;background:#fff}.pending-trans .heads__total{display:flex;align-items:center;justify-content:space-between;padding:1rem;margin-bottom:10px;border-radius:10px;background:#fff;box-shadow:0 2px 2px #aeb0b550}.pending-trans .heads__total .dot{width:15px;height:15px;border-radius:50%;background:#ccc}.pending-trans .heads__total .dot.dot1{background:#8e48bd}.pending-trans .heads__total .dot.dot2{background:#00b400}.pending-trans .heads__total .dot.dot3{background:#dc4343}.pending-trans .heads__total .value{font-weight:700;font-size:18px}.pending-trans .bodys{width:calc(100% + 15px);height:calc(100vh - 200px);overflow-y:auto;padding-bottom:20px}.pending-trans .bodys__list .item{padding:1rem;border-radius:10px;background:#fff;box-shadow:0 2px 2px #aeb0b550;transition:box-shadow .3s ease}.pending-trans .bodys__list .item:hover{box-shadow:0 20px 25px #b0b1b56e}.pending-trans .bodys__list .item__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid rgba(151,151,151,.2509803922)}.pending-trans .bodys__list .item__head .id{font-weight:600;font-size:15px;padding:9px 1rem;border-radius:25px;color:#fff}.pending-trans .bodys__list .item__head .id.id1{background:#8e48bd}.pending-trans .bodys__list .item__head .id.id2{background:#00b400}.pending-trans .bodys__list .item__head .id.id3{background:#dc4343}.pending-trans .bodys__list .item__head .g10{gap:8px}.pending-trans .bodys__list .item__head .g10 i{font-size:15px;color:#969da2}.pending-trans .bodys__list .item__head .g10 span{font-size:15px}.pending-trans .bodys__list .item__body .user{padding-block:1rem;border-bottom:1px solid rgba(151,151,151,.2509803922)}.pending-trans .bodys__list .item__body .user i{font-size:28px;color:#969da2}.pending-trans .bodys__list .item__body .user .name{font-weight:600;font-size:17px;margin-bottom:6px}.pending-trans .bodys__list .item__body .user .phone{font-weight:600;margin-bottom:6px;color:#6c767d}.pending-trans .bodys__list .item__body .user .balance{font-weight:600}.pending-trans .bodys__list .item__body .amount{padding-block:1rem;border-bottom:1px solid rgba(151,151,151,.2509803922)}.pending-trans .bodys__list .item__body .amount .txt{font-size:18px;margin-bottom:6px;color:#8d9ba8}.pending-trans .bodys__list .item__body .amount .value{display:block;font-weight:800;font-size:28px}.pending-trans .bodys__list .item__body .btns{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:1rem}.pending-trans .bodys__list .item__body .btns .btn{font-weight:600;padding:10px 1rem;border-radius:10px;color:#fff;background:#20d472;transition:opacity .3s ease}.pending-trans .bodys__list .item__body .btns .btn:hover{opacity:.8}.pending-trans .bodys__list .item__body .btns .btn.reject{background:#f15c5c}
