@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}.mb10{margin-bottom:10px}.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, #002A61 0%, #200061 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%;overflow-y:hidden}body.tg-app .back{display:none!important}.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);overflow-y:scroll}.page{min-height:calc(100vh - 85px);padding-bottom:90px;margin-top:-2px}.h-page{padding-top:68px;margin-top:-68px}.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,.status.partial_success{background:#006800}.status.reject{background:#9a3535}.status.pending,.status.pending_deposit,.status.i_payed{background:#5e307d}.status.orange{background:#e84c02}.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;display:-webkit-box;overflow:hidden}.main-modal .btns .btn.reject{margin-bottom:10px;background:#cb2d2d!important}.main-modal .ant-table .korish-btn{font-weight:500;padding:6px 12px;border-radius:10px;color:#4b4646;background:#3e97ff30}.main-modal .ant-table-cell{text-align:center!important}.main-modal .ant-table .ant-tag{font-weight:500;padding:0 10px}.main-modal .ant-table .actions{display:flex;justify-content:center;align-items:center;gap:10px}.main-modal .ant-table .actions__btn{width:33px;height:33px;padding:5px;border-radius:10px;background:#979da920;transition:opacity .3s ease}.main-modal .ant-table .actions__btn.view{background:#3e97ff20}.main-modal .ant-table .actions__btn.view i{color:#3e97ff}.main-modal .ant-table .actions__btn.edit{background:#ffb62c20}.main-modal .ant-table .actions__btn.edit i{color:#ffb62c}.main-modal .ant-table .actions__btn.delete{background:#ed2b4620}.main-modal .ant-table .actions__btn.delete i{color:#ed2b46}.main-modal .ant-table .actions__btn:hover{opacity:.8}.main-modal .ant-table .actions__btn i{color:#979da9}.main-modal .ant-table .green{color:#00c020}.main-modal .ant-table .red{color:#ed2b46}.main-modal .ant-table .yellow{color:#ffb62c}.main-modal .ant-pagination{margin-bottom:0!important}.main-modal .ant-select-item-option-content{font-weight:500;font-size:16px}.main-modal .ant-table-expanded-row{background:#ccc3}.main-modal .ant-table-expanded-row .table-in .title{font-weight:500;font-size:18px;text-align:start}.main-modal .actions{display:flex;justify-content:center;align-items:center;gap:10px}.main-modal .actions__btn{width:33px;height:33px;padding:5px;border-radius:10px;background:#979da920;transition:opacity .3s ease}.main-modal .actions__btn.view{background:#3e97ff20}.main-modal .actions__btn.view i{color:#3e97ff}.main-modal .actions__btn.edit{background:#ffb62c20}.main-modal .actions__btn.edit i{color:#ffb62c}.main-modal .actions__btn.delete{background:#ed2b4620}.main-modal .actions__btn.delete i{color:#ed2b46}.main-modal .actions__btn:hover{opacity:.8}.main-modal .actions__btn i{color:#979da9}.main-modal .green{color:#00c020}.main-modal .red{color:#ed2b46}.main-modal .yellow{color:#ffb62c}.main-modal .provider-row{grid-template-columns:1fr 1fr}.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}}.video-modal .list .item{display:flex;justify-content:space-between;align-items:center;padding:12px 1rem;margin-bottom:1rem;border-radius:1rem;background:var(--bg-drawer-input);cursor:pointer}.video-modal .list .item .fa-angle-right{font-size:16px}.video-modal .list .item i{font-size:20px}.video-modal .list .item span{font-size:18px}.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}.main-drawer .info .desc{font-weight:600;font-size:16px;line-height:1.3;color:#e84c02}.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}.partner-modal .admin-titles__btn{position:absolute;top:1rem;right:3rem}.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}.ant-tooltip-inner{text-align:center!important}.files-modal .ant-image{width:100px;height:120px}.files-modal .ant-image img{object-fit:contain}.files-modal .ant-image>*{width:inherit;height:inherit;border-radius:10px}.inet .txt{position:fixed;top:0;left:0;width:100%;height:150px;display:flex;flex-direction:column-reverse;text-align:center;padding:1rem;color:#fff;background:red;transform:translateY(-100%);transition:transform .3s ease;z-index:-1}.inet .bg{position:fixed;top:0;left:0;width:100%;height:100%;transition:backdrop-filter .3s ease;z-index:-1}.inet.active .txt{transform:translateY(0);z-index:999999}.inet.active .bg{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999998}.other .tg_account .id{width:40px;padding:5px;border-radius:15px;background:#eee}.other .tg_account .start{text-align:start}.other .tg_account .start p{line-height:1.7}.other .tg_account .start .phone{font-style:italic;color:#0f409a}body::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar-track{background:#e8e8e8}body::-webkit-scrollbar-thumb{background-color:#868694;border-radius:20px;border:2px solid #e8e8e8}@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-card-bg: rgba(255, 255, 255, .04);--home-card-border: rgba(255, 255, 255, .08);--home-chip-bg: rgba(255, 255, 255, .06);--home-muted: rgba(255, 255, 255, .55);--home-deposit-grad: linear-gradient(135deg, #0095FF 0%, #0078D4 100%);--home-withdraw-grad: linear-gradient(135deg, #7B5BFF 0%, #4A2DC4 100%);--home-glow-blue: rgba(0, 149, 255, .32);--home-glow-purple: rgba(123, 91, 255, .32)}.light{--home-card-bg: rgba(255, 255, 255, .7);--home-card-border: rgba(0, 50, 100, .06);--home-chip-bg: rgba(255, 255, 255, .85);--home-muted: #5d667c;--home-glow-blue: rgba(0, 149, 255, .22);--home-glow-purple: rgba(123, 91, 255, .22)}.home{background:var(--bg-color)}.home .container{padding:0}.home .actions-grid{display:grid;grid-template-columns:1fr;gap:8px;padding:4px 16px 16px}.home .actions-grid .action-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 14px;border:none;border-radius:14px;color:#fff;cursor:pointer;overflow:hidden;isolation:isolate;transition:transform .15s ease,box-shadow .25s ease}.home .actions-grid .action-card:before{content:"";position:absolute;top:0;left:14%;right:14%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);pointer-events:none}.home .actions-grid .action-card:after{content:"";position:absolute;bottom:-30px;right:-30px;width:100px;height:100px;border-radius:50%;background:radial-gradient(closest-side,rgba(255,255,255,.16),transparent 70%);pointer-events:none;z-index:-1}.home .actions-grid .action-card:active{transform:scale(.98)}.home .actions-grid .action-card.deposit{background:var(--home-deposit-grad);box-shadow:0 8px 24px -10px var(--home-glow-blue)}.home .actions-grid .action-card.withdraw{background:var(--home-withdraw-grad);box-shadow:0 8px 24px -10px var(--home-glow-purple)}.home .actions-grid .action-card .icon-wrap{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#ffffff2e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.home .actions-grid .action-card .icon-wrap i{font-size:16px;color:#fff}.home .actions-grid .action-card .text{display:flex;flex-direction:column;gap:1px;text-align:start;min-width:0}.home .actions-grid .action-card .text .title{font-size:14px;font-weight:600;line-height:1.2}.home .actions-grid .action-card .text .desc{font-size:11px;opacity:.8}.home .actions-grid .action-card .arrow{font-size:12px;opacity:.85}.home .section{margin-bottom:18px}.home .section .section-head{margin-bottom:10px;padding-inline:4px}.home .section .section-head .section-title{font-size:13px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--home-muted)}.home .section .section-head .section-link{font-size:13px;font-weight:500;color:#0095ff;display:inline-flex;align-items:center;gap:6px}.home .section .section-head .section-link i{font-size:11px}.home__body{padding-inline:1rem;padding-block:14px 1rem}.home__body .trans{display:flex;flex-direction:column;gap:10px;padding:6px;border-radius:18px;background:var(--home-card-bg);border:1px solid var(--home-card-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.home__body .trans .item{position:relative;display:block;padding:12px 14px;border-radius:14px;color:var(--text-color);background:var(--home-chip-bg);transition:transform .15s ease,background .2s ease}.home__body .trans .item:active{transform:scale(.99)}.home__body .trans .item .info{min-width:0}.home__body .trans .item .title{font-size:14px;font-weight:600;margin-bottom:6px;color:var(--text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home__body .trans .item .status{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:600;border-radius:999px;background:#ffffff14;color:var(--home-muted)}.home__body .trans .item .status.pending,.home__body .trans .item .status.i_payed,.home__body .trans .item .status.pending_deposit{color:orange;background:#ffa5001f}.home__body .trans .item .status.success_pay,.home__body .trans .item .status.partial_success{color:#4ade80;background:#4ade801f}.home__body .trans .item .status.reject{color:#ff6b6b;background:#ff6b6b1f}.home__body .trans .item .count{font-size:14px;font-weight:700;color:var(--text-color);white-space:nowrap}.home__body .trans .item .count em{font-size:11px;font-style:normal;font-weight:500;opacity:.7;margin-left:2px}.home__body .trans .item .count.green{color:#4ade80}.home__body .trans .item .count.red{color:#ff6b6b}.home__body .trans .item .chev{font-size:14px;color:var(--home-muted)}.home__body .promo-section{padding-bottom:12px}.home__body .promo-section .ant-carousel{min-height:150px}.home__body .promo-section .ant-carousel .slick-dots{bottom:-22px}.home__body .promo-section .ant-carousel .slick-dots li{width:6px;height:6px}.home__body .promo-section .ant-carousel .slick-dots li button{height:6px;border-radius:6px;background:var(--home-muted)!important;opacity:.4}.home__body .promo-section .ant-carousel .slick-dots li.slick-active{width:22px}.home__body .promo-section .ant-carousel .slick-dots li.slick-active button{background:#0095ff!important;opacity:1}.home__body .promo-section .ant-carousel .item{padding-inline:4px}.home__body .promo-section .ant-carousel .item .banner{width:100%;border-radius:18px}.home__body .how__card{position:relative;width:100%;border-radius:18px;overflow:hidden;cursor:pointer;border:1px solid var(--home-card-border);transition:transform .15s ease}.home__body .how__card:active{transform:scale(.99)}.home__body .how__card iframe,.home__body .how__card img,.home__body .how__card .iframe-img{width:100%;height:100%;border-radius:inherit;display:block}.home__body .how__card .iframe-img{position:relative}.home__body .how__card .play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:linear-gradient(180deg,#0000 30%,#00000073);pointer-events:none}.home__body .how__card .play-overlay i{font-size:22px;color:#fff;width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:#00000073;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);padding-left:4px}.channels-modal .title{margin-bottom:10px!important}.channels-modal .desc{font-size:16px;line-height:1.4}.channels-modal .list{display:flex;flex-flow:column;gap:10px;margin-bottom:1rem;min-height:86px;border-radius:15px;background:#11111110}.channels-modal .list .item{padding:10px 1rem;border-radius:15px;background:#dc434344}.channels-modal .list .item .img{width:66px;height:66px;border-radius:50%}.channels-modal .list .item .img2{width:22px;height:22px;margin-right:5px}.channels-modal .list .item span{color:var(--text-color)}.channels-modal .list .item .txt{font-weight:500;font-size:16px;margin-bottom:4px}.channels-modal .list .item i{font-size:18px;padding-right:5px;color:var(--text-color)}:root{--nav-bg: rgba(20, 22, 30, .65);--nav-border: rgba(255, 255, 255, .08);--nav-highlight: rgba(255, 255, 255, .08);--nav-icon-color: #8C8C8E;--nav-active-bg: rgba(0, 149, 255, .18);--nav-active-glow: rgba(0, 149, 255, .35);--nav-shadow: 0 -10px 40px -10px rgba(0, 0, 0, .6)}.light{--nav-bg: rgba(255, 255, 255, .72);--nav-border: rgba(0, 50, 100, .08);--nav-highlight: rgba(255, 255, 255, .85);--nav-icon-color: #85A4B9;--nav-active-bg: rgba(0, 149, 255, .12);--nav-active-glow: rgba(0, 149, 255, .25);--nav-shadow: 0 -10px 40px -12px rgba(60, 90, 120, .25)}.nav-bar{position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));z-index:10;max-width:580px;width:calc(100% - 24px);padding:8px;margin:0 auto;border-radius:999px;background:var(--nav-bg);box-shadow:var(--nav-shadow);border:1px solid var(--nav-border);backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);isolation:isolate}.nav-bar:before{content:"";position:absolute;top:0;left:18%;right:18%;height:1px;background:linear-gradient(90deg,transparent,var(--nav-highlight),transparent);pointer-events:none;border-radius:inherit}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.nav-bar{background:#1a1a1e}.light .nav-bar{background:#fff}}@media screen and (max-width:310px){.nav-bar{left:6px;right:6px;width:calc(100% - 12px);padding:6px}}.nav-bar__list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;position:relative;z-index:1;gap:2px}.nav-bar__list .item__link{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;height:52px;color:var(--nav-icon-color);border-radius:999px;transition:color .25s ease,transform .15s ease}.nav-bar__list .item__link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:var(--nav-active-bg);box-shadow:0 6px 20px -6px var(--nav-active-glow);opacity:0;transform:scale(.7);transition:opacity .25s ease,transform .25s cubic-bezier(.34,1.56,.64,1);z-index:-1}.nav-bar__list .item__link:after{content:"";position:absolute;top:-7px;left:50%;width:4px;height:4px;border-radius:50%;background:#0095ff;box-shadow:0 0 8px var(--nav-active-glow);opacity:0;transform:translate(-50%) translateY(4px);transition:opacity .25s ease,transform .25s ease}.nav-bar__list .item__link:active{transform:scale(.94)}.nav-bar__list .item__link .txt{font-size:11px;font-weight:500;line-height:1;letter-spacing:.1px;transition:color .25s ease,font-weight .25s ease,opacity .25s ease;opacity:.85}.nav-bar__list .item__link svg{width:20px;height:20px;transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.nav-bar__list .item__link svg path{fill:var(--nav-icon-color);transition:fill .25s ease}.nav-bar__list .item__link.active{color:#0095ff}.nav-bar__list .item__link.active:before{opacity:1;transform:scale(1)}.nav-bar__list .item__link.active:after{opacity:1;transform:translate(-50%) translateY(0)}.nav-bar__list .item__link.active svg{transform:translateY(-1px) scale(1.05)}.nav-bar__list .item__link.active path{fill:#0095ff}.nav-bar__list .item__link.active .active{fill:#0095ff}.nav-bar__list .item__link.active .txt{color:#0095ff;font-weight:700;opacity:1}:root{--bg-header: #102B52;--bg-nav-modal: #1D213A;--bg-nav-modal-border: #FFFFFF1A;--bg-drawer-input: #323F59;--bg-top: linear-gradient(180deg, #002A61 0%, #200061 100%);--header-iden: linear-gradient(90deg, #282573 0%, #04004B 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-iden: linear-gradient(90deg, #ededff 0%, #d0d4ff 100%) }.header-top{position:sticky;top:0;left:0;z-index:3;width:100%;text-align:center;padding-block:60px 5px;background:var(--bg-top)}.header-top img{width:77px}.header{padding-top:10px;padding-bottom:15px;background:none}.header .logo .game-logo .main-logo{width:30px}.header .logo .game-logo h2{font-weight:700;font-size:20px;color:var(--text-color)}.header .logo .game-logo .p-img{position:relative;width:44px;height:44px;border-radius:50%;border:2px solid #dc4343}.header .logo .game-logo .p-img img{width:inherit;height:auto;border-radius:inherit}.header .logo .game-logo .p-img:before{content:"";position:absolute;bottom:-6px;right:-6px;width:18px;height:18px;display:block;border-radius:50%;background-size:cover;background-position:center;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='24'%20viewBox='0%200%2020%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.00001%204H13V21H7.00001V4Z'%20fill='white'/%3e%3cpath%20d='M16.581%202.14L10.316%200.0509967C10.1109%20-0.0173244%209.88913%20-0.0173244%209.684%200.0509967L3.418%202.14C2.42209%202.47105%201.55582%203.1075%200.942241%203.95894C0.328659%204.81038%20-0.00103107%205.83351%202.42237e-06%206.883V12C2.42237e-06%2019.563%209.2%2023.74%209.594%2023.914C9.72182%2023.9708%209.86014%2024.0001%2010%2024.0001C10.1399%2024.0001%2010.2782%2023.9708%2010.406%2023.914C10.8%2023.74%2020%2019.563%2020%2012V6.883C20.001%205.83338%2019.6711%204.81016%2019.0574%203.95871C18.4436%203.10725%2017.5771%202.47088%2016.581%202.14ZM10%2019C9.80222%2019%209.60888%2018.9414%209.44443%2018.8315C9.27998%2018.7216%209.15181%2018.5654%209.07612%2018.3827C9.00044%2018.2%208.98063%2017.9989%209.01922%2017.8049C9.0578%2017.6109%209.15304%2017.4327%209.2929%2017.2929C9.43275%2017.153%209.61093%2017.0578%209.80491%2017.0192C9.99889%2016.9806%2010.2%2017.0004%2010.3827%2017.0761C10.5654%2017.1518%2010.7216%2017.28%2010.8315%2017.4444C10.9414%2017.6089%2011%2017.8022%2011%2018C11%2018.2652%2010.8946%2018.5196%2010.7071%2018.7071C10.5196%2018.8946%2010.2652%2019%2010%2019ZM11%2014C11%2014.2652%2010.8946%2014.5196%2010.7071%2014.7071C10.5196%2014.8946%2010.2652%2015%2010%2015C9.73479%2015%209.48043%2014.8946%209.2929%2014.7071C9.10536%2014.5196%209%2014.2652%209%2014V6C9%205.73478%209.10536%205.48043%209.2929%205.29289C9.48043%205.10535%209.73479%205%2010%205C10.2652%205%2010.5196%205.10535%2010.7071%205.29289C10.8946%205.48043%2011%205.73478%2011%206V14Z'%20fill='%23FF7070'/%3e%3c/svg%3e")}.header .logo .game-logo .p-img.verify{border-color:#00c020}.header .logo .game-logo .p-img.verify:before{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='19'%20viewBox='0%200%2020%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.8125%209.55029L7.77083%208.50862C7.54861%208.2864%207.28819%208.17876%206.98958%208.1857C6.69097%208.19265%206.43056%208.30723%206.20833%208.52945C5.98611%208.75168%205.875%209.01209%205.875%209.3107C5.875%209.60931%205.98611%209.86973%206.20833%2010.092L8.04167%2011.9045C8.26389%2012.1267%208.52083%2012.2378%208.8125%2012.2378C9.10417%2012.2378%209.36111%2012.1267%209.58333%2011.9045L13.2083%208.27945C13.4306%208.05723%2013.5417%207.79682%2013.5417%207.4982C13.5417%207.19959%2013.4306%206.93918%2013.2083%206.71695C12.9861%206.49473%2012.7257%206.38362%2012.4271%206.38362C12.1285%206.38362%2011.8681%206.49473%2011.6458%206.71695L8.8125%209.55029ZM6.0625%2018.0503L4.85417%2015.967L2.52083%2015.4253C2.24306%2015.3558%202.02431%2015.21%201.86458%2014.9878C1.70486%2014.7656%201.63889%2014.5156%201.66667%2014.2378L1.89583%2011.842L0.291667%2010.0295C0.0972222%209.82112%200%209.57806%200%209.30029C0%209.02251%200.0972222%208.77945%200.291667%208.57112L1.89583%206.75862L1.66667%204.36279C1.63889%204.08501%201.70486%203.83501%201.86458%203.61279C2.02431%203.39057%202.24306%203.24473%202.52083%203.17529L4.85417%202.63362L6.0625%200.550287C6.20139%200.314176%206.40278%200.150982%206.66667%200.060704C6.93056%20-0.0295738%207.19444%20-0.0191571%207.45833%200.091954L9.6875%201.05029L11.9167%200.091954C12.1806%20-0.0191571%2012.4444%20-0.0295738%2012.7083%200.060704C12.9722%200.150982%2013.1736%200.314176%2013.3125%200.550287L14.5208%202.63362L16.8542%203.17529C17.1319%203.24473%2017.3507%203.39057%2017.5104%203.61279C17.6701%203.83501%2017.7361%204.08501%2017.7083%204.36279L17.4792%206.75862L19.0833%208.57112C19.2778%208.77945%2019.375%209.02251%2019.375%209.30029C19.375%209.57806%2019.2778%209.82112%2019.0833%2010.0295L17.4792%2011.842L17.7083%2014.2378C17.7361%2014.5156%2017.6701%2014.7656%2017.5104%2014.9878C17.3507%2015.21%2017.1319%2015.3558%2016.8542%2015.4253L14.5208%2015.967L13.3125%2018.0503C13.1736%2018.2864%2012.9722%2018.4496%2012.7083%2018.5399C12.4444%2018.6301%2012.1806%2018.6197%2011.9167%2018.5086L9.6875%2017.5503L7.45833%2018.5086C7.19444%2018.6197%206.93056%2018.6301%206.66667%2018.5399C6.40278%2018.4496%206.20139%2018.2864%206.0625%2018.0503Z'%20fill='%23399F43'/%3e%3c/svg%3e")}.header .balance{padding:7px 10px 5px;border-radius:16px;background:#ffffff1a}.header .balance span{font-weight:500;margin-left:8px;color:var(--text-color);cursor:default}.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 .notf-link{margin-right:5px}.header .notf-link .ant-badge-dot{box-shadow:none}.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;cursor:pointer}.header-modal .list__item:not(:last-child){border-bottom:1px solid var(--bg-nav-modal-border)}.header-modal .list__item.logout .fa-right-from-bracket,.header-modal .list__item.logout span{font-weight:700;color:red}.header-modal .list__item i{color:#8e909c}.header-modal .list__item span{font-size:14px;color:var(--text-color)}.header-modal .list__item .w{width:180px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.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}:root{--hp-card-bg: rgba(255, 255, 255, .04);--hp-card-border: rgba(255, 255, 255, .08);--hp-chip-bg: rgba(255, 255, 255, .06);--hp-chip-border: rgba(255, 255, 255, .1);--hp-glow: rgba(0, 149, 255, .32);--hp-muted: rgba(255, 255, 255, .55);--hp-avatar-bg: #120644}.light{--hp-card-bg: rgba(255, 255, 255, .7);--hp-card-border: rgba(0, 50, 100, .06);--hp-chip-bg: rgba(255, 255, 255, .85);--hp-chip-border: #D2E6F5;--hp-glow: rgba(0, 149, 255, .22);--hp-muted: #5d667c;--hp-avatar-bg: #fff}.header-page .ant-drawer-content-wrapper{top:100px;width:100%!important}.header-page .ant-drawer-content{color:var(--text-color);background:var(--bg-color)}.header-page .ant-drawer-body{padding:18px 16px 32px;background:var(--bg-color)}.header-page__top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-bottom:18px}.header-page__top .back{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--hp-chip-bg);border:1px solid var(--hp-chip-border);color:var(--text-color);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .15s ease}.header-page__top .back:active{transform:scale(.92)}.header-page__top .back i{font-size:20px}.header-page__top .title{text-align:center;font-size:17px;font-weight:600;color:var(--text-color)}.header-page__top .spacer{width:40px}.header-page .hero-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px 18px 20px;margin-bottom:18px;border-radius:22px;background:var(--hp-card-bg);border:1px solid var(--hp-card-border);backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);overflow:hidden}.header-page .hero-card:before{content:"";position:absolute;top:0;left:18%;right:18%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);pointer-events:none}.header-page .hero-card .img{position:relative;width:96px;height:96px;padding:3px;border-radius:50%;background:conic-gradient(from 0deg,#0095ff,#7b5bff,#00e0ff,#0095ff);box-shadow:0 12px 36px -8px var(--hp-glow);margin:0}.header-page .hero-card .img:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--hp-avatar-bg);z-index:0}.header-page .hero-card .img img{position:relative;z-index:1;width:100%;height:100%;border-radius:inherit;object-fit:cover;background:var(--hp-avatar-bg)}.header-page .hero-card .name{margin:4px 0 0;font-size:20px;font-weight:700;color:var(--text-color);text-transform:capitalize;line-height:1.2;text-align:center}.header-page .hero-card .phone{font-size:13px;color:var(--hp-muted)}.header-page .hero-card .verified-badge{margin-top:4px;padding:5px 11px;font-size:12px;font-weight:600;border-radius:999px;color:#4ade80;background:#4ade801a;border:1px solid rgba(74,222,128,.25)}.header-page .hero-card .verified-badge i{font-size:12px}.header-page .verify-card{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;margin-bottom:18px;text-align:start;border-radius:18px;background:linear-gradient(135deg,#ffa5001f,#ff646414);border:1px solid rgba(255,165,0,.25);color:var(--text-color);cursor:pointer;transition:transform .15s ease}.header-page .verify-card:active{transform:scale(.99)}.header-page .verify-card .icon-wrap.warn{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#ffa5002e;color:orange}.header-page .verify-card .icon-wrap.warn i{font-size:17px}.header-page .verify-card .content .title{margin:0 0 2px;font-size:14px;font-weight:600}.header-page .verify-card .content .desc{margin:0;font-size:12px;opacity:.7}.header-page .verify-card .arrow{color:var(--hp-muted);font-size:12px}.header-page .section{margin-bottom:16px}.header-page .section .section-title{margin:0 0 8px 6px;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;color:var(--hp-muted)}.header-page .section .card{padding:4px 0;border-radius:18px;background:var(--hp-card-bg);border:1px solid var(--hp-card-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden}.header-page .row-item{width:100%;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:12px 14px;background:transparent;border:none;color:var(--text-color);text-align:start;cursor:pointer;transition:background .2s ease}.header-page .row-item:not(:last-child){border-bottom:1px solid var(--hp-card-border)}.header-page .row-item:active{background:var(--hp-chip-bg)}.header-page .row-item .left{display:flex;align-items:center;gap:12px;min-width:0}.header-page .row-item .icon-wrap{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#0095ff1f;color:#0095ff;flex-shrink:0}.header-page .row-item .icon-wrap i{font-size:14px}.header-page .row-item .icon-wrap.danger{background:#ff3c3c1f;color:#ff4d4f}.header-page .row-item .label{font-size:15px;font-weight:500;color:var(--text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-page .row-item .right{display:flex;align-items:center;gap:8px;flex-shrink:0}.header-page .row-item .right .value{font-size:13px;color:var(--hp-muted);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-page .row-item .right .chev{font-size:12px;color:var(--hp-muted)}.header-page .row-item.danger .label{color:#ff4d4f;font-weight:600}.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)}.support-modal .title{margin-bottom:6px!important}.support-modal .id{display:inline-flex;font-size:13px;padding:1.5px 10px;margin-bottom:1rem;border-radius:20px;background:#ffffff20;cursor:pointer}.support-modal .id i{font-size:14px;margin-left:8px}.support-modal li{font-size:16px;font-weight:300}.support-modal li:not(:last-child){padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1254901961)}.support-modal li a{color:var(--text-color)}:root{--swap-bg: linear-gradient(180deg, #14003C 0%, #002061 47.6%, #000000 100%);--swap-head-bg: linear-gradient(180deg, #002A61 0%, #200061 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-head-bg: linear-gradient(180deg, #F9F9F9 20%, #DEDEDE);--swap-dots: #DBDFE2;--swap-dots-active: #0095FF;--img-card-bg: #8595b6}.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:10px}.swap__head .btns .btn{display:flex;align-items:center;padding:12px 18px;gap:10px;border-radius:14px;background:#0095ff}.swap__head .btns .btn i{font-size:20px;color:#fff}.swap__head .btns .btn span{font-weight:600;color:#fff}.swap{background:var(--swap-bg)}.swap__hero{position:relative;padding:80px 16px 18px;margin-top:-68px;overflow:hidden}.swap__hero:before{content:"";position:absolute;top:-100px;left:50%;transform:translate(-50%);width:360px;height:360px;background:radial-gradient(closest-side,rgba(0,149,255,.35),transparent 70%);pointer-events:none}.swap__hero .balance-card{position:relative;padding:18px 20px;border-radius:22px;background:linear-gradient(135deg,#0095ff2e,#7b5bff1f);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);overflow:hidden;isolation:isolate}.swap__hero .balance-card:before{content:"";position:absolute;top:0;left:14%;right:14%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);pointer-events:none}.swap__hero .balance-card:after{content:"";position:absolute;bottom:-50px;right:-50px;width:180px;height:180px;border-radius:50%;background:radial-gradient(closest-side,rgba(0,149,255,.25),transparent 70%);pointer-events:none;z-index:-1}.swap__hero .balance-card__head{margin-bottom:8px}.swap__hero .balance-card__head i{font-size:14px;color:#0095ff}.swap__hero .balance-card__head .label{font-size:13px;font-weight:500;color:var(--text-color);opacity:.75}.swap__hero .balance-card__amount{gap:6px}.swap__hero .balance-card__amount .amount{font-size:32px;font-weight:700;line-height:1;color:var(--text-color);letter-spacing:-.5px}.swap__hero .balance-card__amount .currency{font-size:14px;font-weight:500;padding-bottom:4px;color:var(--text-color);opacity:.6}.swap__body{padding:8px 16px 1rem}.swap__body .section{margin-bottom:16px}.swap__body .section .section-head{margin-bottom:12px;padding-inline:4px}.swap__body .section .section-head .section-title{font-size:13px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--text-color);opacity:.6}.swap__body .section .section-head .section-count{font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;color:#0095ff;background:#0095ff26;border:1px solid rgba(0,149,255,.25)}.swap__body .title{font-weight:500;font-size:20px;margin-bottom:1rem}.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 .providers-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;list-style:none;padding:0;margin:0}.swap__body .providers-grid .provider-card{position:relative;height:86px;border-radius:16px;border:1px solid var(--home-card-border, rgba(255, 255, 255, .08));background:var(--home-card-bg, rgba(255, 255, 255, .04));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;overflow:hidden;transition:transform .15s ease,border-color .2s ease,box-shadow .25s ease}.swap__body .providers-grid .provider-card:before{content:"";position:absolute;top:0;left:18%;right:18%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);pointer-events:none}.swap__body .providers-grid .provider-card:hover{border-color:#0095ff59;box-shadow:0 8px 24px -10px #0095ff4d}.swap__body .providers-grid .provider-card:active{transform:scale(.96)}.swap__body .providers-grid .provider-card .logo-wrap{width:100%;height:100%;padding:8px;display:grid;place-items:center}.swap__body .providers-grid .provider-card .logo-wrap img{max-width:100%;max-height:100%;width:auto!important;height:auto!important;object-fit:contain;border-radius:10px}.swap__body .providers-grid .provider-card .block-pill{position:absolute;top:6px;left:6px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#ff3c3cd9;color:#fff;font-size:10px}.swap__body .providers-grid .provider-card.is-blocked{opacity:.55}.swap__body .providers-grid .provider-card.is-blocked .logo-wrap img{filter:grayscale(.6)}.swap__body .providers-grid .provider-card .ant-ribbon-text{font-weight:600;font-size:11px}.swap__body .providers-grid .provider-card .ant-ribbon{border-radius:8px 8px 0}.swap__body .empty-state{padding:40px 0;border-radius:18px;background:var(--home-card-bg, rgba(255, 255, 255, .04));border:1px solid var(--home-card-border, rgba(255, 255, 255, .08))}.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 button{color:#fff}.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.height{height:250px;overflow-y:auto}.withdraw-drawer .cards__list .ant-radio-group{width:100%;display:flex;flex-flow:column;gap:10px;padding-right:5px}.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 .address{color:var(--text-color)}.withdraw-provider-new .address .txt{margin-bottom:7px;opacity:.6}.withdraw-provider-new .address .value{font-size:15px}.withdraw-provider-new .address .value i{font-size:18px;margin-right:7px;color:#0095ff}.withdraw-provider-new .address .imgs{width:66px;height:46px;border-radius:6px}.withdraw-provider-new .address .imgs img{border-radius:inherit}.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}.open-drawer__body{position:relative;padding:1rem}.open-drawer__body .title{font-weight:500;font-size:20px;padding-left:0;margin-bottom:1rem}.open-drawer__body .sub-title{font-weight:500;font-size:18px;line-height:1.4;margin-bottom:10px}.open-drawer__body .desc{line-height:1.3;color:var(--text-color)}.open-drawer__body .desc span{display:unset;font-weight:500;color:var(--text-color)}.open-drawer__body .desc .opacity{opacity:.7}.open-drawer__body .list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.open-drawer__body .list .item{height:75px;border-radius:15px;border:1px solid #333;cursor:pointer}.open-drawer__body .list .item img{width:100%;height:100%;border-radius:15px;object-fit:fill}.open-drawer__body .get-file-img{width:200px;display:block;margin:0 auto}.open-drawer__body .no-img{width:122px;opacity:.77}.open-drawer__head{padding-block:10px 20px!important;padding-inline:0;margin-top:0}.open-drawer__head .btns .btn{justify-content:center;background:linear-gradient(135deg,#0095ff,#0078d4)!important;box-shadow:0 8px 24px -10px #0095ff66;transition:transform .15s ease}.open-drawer__head .btns .btn:nth-child(2){background:linear-gradient(135deg,#7b5bff,#4a2dc4)!important;box-shadow:0 8px 24px -10px #7b5bff66}.open-drawer__head .btns .btn:active{transform:scale(.98)}.open-drawer__head .btns .btn.disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.confirm-modal .ant-modal-body{text-align:center}.confirm-modal .img{margin-bottom:10px}.face-drawer .title{margin-bottom:40px}.face-drawer.white .ant-drawer-body{color:#011d42;background:#fff;transition:background-color .4s ease}.face-drawer .spinner .ant-spin-dot-holder,.face-drawer .spinner .ant-spin-dot{font-size:44px}.face-drawer .spinner .ant-spin-dot-item{width:22px;height:22px}:root{--hist-card-bg: rgba(255, 255, 255, .04);--hist-card-border: rgba(255, 255, 255, .08);--hist-chip-bg: rgba(255, 255, 255, .06);--hist-muted: rgba(255, 255, 255, .55);--hist-divider: rgba(255, 255, 255, .06);--hist-in-grad: linear-gradient(135deg, rgba(74, 222, 128, .18) 0%, rgba(34, 197, 94, .06) 100%);--hist-out-grad: linear-gradient(135deg, rgba(255, 107, 107, .18) 0%, rgba(220, 38, 38, .06) 100%);--hist-hero-icon-bg: linear-gradient(135deg, #0095FF 0%, #0078D4 100%);--history-drawer-dots: #323F59;--monitoring-summary: #2C1A51}.light{--hist-card-bg: rgba(255, 255, 255, .7);--hist-card-border: rgba(0, 50, 100, .06);--hist-chip-bg: rgba(255, 255, 255, .85);--hist-muted: #5d667c;--hist-divider: rgba(0, 50, 100, .06);--hist-in-grad: linear-gradient(135deg, rgba(74, 222, 128, .16) 0%, rgba(74, 222, 128, .04) 100%);--hist-out-grad: linear-gradient(135deg, rgba(255, 107, 107, .16) 0%, rgba(255, 107, 107, .04) 100%);--history-drawer-dots: #ccd9ec;--monitoring-summary: #fff}.history{padding-bottom:120px;background:var(--bg-color)}.history .container{padding:0}.history__hero{padding:4px 16px 14px}.history__hero .hero-title{margin-bottom:14px}.history__hero .hero-title .hero-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:var(--hist-hero-icon-bg);box-shadow:0 8px 20px -10px #0095ff80}.history__hero .hero-title .hero-icon i{font-size:15px;color:#fff}.history__hero .hero-title .text{font-size:20px;font-weight:700;letter-spacing:.2px;color:var(--text-color)}.history__hero .stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.history__hero .stats-grid .stat-card{position:relative;padding:12px 14px;border-radius:16px;border:1px solid var(--hist-card-border);background:var(--hist-card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden;isolation:isolate}.history__hero .stats-grid .stat-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.history__hero .stats-grid .stat-card--in:before{background:var(--hist-in-grad)}.history__hero .stats-grid .stat-card--out:before{background:var(--hist-out-grad)}.history__hero .stats-grid .stat-card__top{margin-bottom:8px}.history__hero .stats-grid .stat-card__top .stat-icon{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;font-size:10px}.history__hero .stats-grid .stat-card__top .stat-label{font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--hist-muted)}.history__hero .stats-grid .stat-card--in .stat-icon{color:#4ade80;background:#4ade802e}.history__hero .stats-grid .stat-card--out .stat-icon{color:#ff6b6b;background:#ff6b6b2e}.history__hero .stats-grid .stat-card__amount{display:flex;align-items:baseline;gap:4px}.history__hero .stats-grid .stat-card__amount .value{font-size:17px;font-weight:700;color:var(--text-color);letter-spacing:-.2px}.history__hero .stats-grid .stat-card__amount .cur{font-size:11px;font-weight:500;text-transform:lowercase;color:var(--hist-muted)}.history__body{padding-inline:16px}.history__body .day-groups{display:flex;flex-direction:column;gap:14px}.history__body .day-group__head{margin-bottom:8px;padding-inline:4px}.history__body .day-group__head .day{font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--hist-muted)}.history__body .day-group__head .day-total{font-size:13px;font-weight:600;color:var(--text-color)}.history__body .day-group__head .day-total.green{color:#4ade80}.history__body .day-group__head .day-total.red{color:#ff6b6b}.history__body .tx-card{border-radius:18px;border:1px solid var(--hist-card-border);background:var(--hist-card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden}.history__body .tx-item{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;cursor:pointer;transition:background .2s ease,transform .15s ease}.history__body .tx-item:not(:last-child){border-bottom:1px solid var(--hist-divider)}.history__body .tx-item:active{transform:scale(.99)}.history__body .tx-item__left{min-width:0;flex:1}.history__body .tx-item .logo-wrap{flex-shrink:0;width:42px;height:42px;border-radius:12px;border:1px solid var(--hist-card-border);background:var(--hist-chip-bg);overflow:hidden}.history__body .tx-item .logo-wrap img{width:26px;height:26px;object-fit:contain}.history__body .tx-item .logo-wrap .kontora{width:100%;height:100%;border-radius:inherit;object-fit:cover}.history__body .tx-item .logo-wrap .loto{width:100%;height:100%;padding:4px;border-radius:inherit;object-fit:contain;background:#7b5bff2e}.history__body .tx-item .logo-wrap .hand{width:100%;height:100%;padding:5px;object-fit:contain}.history__body .tx-item .info{min-width:0;display:flex;flex-direction:column;gap:3px}.history__body .tx-item .info .txt{font-size:14px;font-weight:600;color:var(--text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.history__body .tx-item .info .meta-row{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--hist-muted)}.history__body .tx-item .info .meta-row .time{font-variant-numeric:tabular-nums}.history__body .tx-item .info .meta-row .dot-sep{width:3px;height:3px;border-radius:50%;background:var(--hist-muted);opacity:.7}.history__body .tx-item .info .meta-row .status{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:600;border-radius:999px;background:#ffffff0f;color:var(--hist-muted)}.history__body .tx-item .info .meta-row .status.pending,.history__body .tx-item .info .meta-row .status.i_payed,.history__body .tx-item .info .meta-row .status.pending_deposit{color:orange;background:#ffa5001f}.history__body .tx-item .info .meta-row .status.success_pay,.history__body .tx-item .info .meta-row .status.partial_success{color:#4ade80;background:#4ade801f}.history__body .tx-item .info .meta-row .status.reject{color:#ff6b6b;background:#ff6b6b1f}.history__body .tx-item__right{display:flex;align-items:center;gap:8px;flex-shrink:0}.history__body .tx-item__right .amount{font-size:14px;font-weight:700;white-space:nowrap;color:var(--text-color)}.history__body .tx-item__right .amount em{font-size:10px;font-style:normal;font-weight:500;opacity:.7;margin-left:2px}.history__body .tx-item__right .amount.green{color:#4ade80}.history__body .tx-item__right .amount.red{color:#ff6b6b}.history__body .tx-item__right .chev{font-size:12px;color:var(--hist-muted)}.history__body .empty-state{padding:40px 0;display:grid;place-items:center}.history__body .ant-pagination{justify-content:center;align-items:center;gap:4px;padding-top:22px}.history__body .ant-pagination .ant-pagination-item,.history__body .ant-pagination .ant-pagination-prev .ant-pagination-item-link,.history__body .ant-pagination .ant-pagination-next .ant-pagination-item-link{border:1px solid var(--hist-card-border);border-radius:10px;background:var(--hist-card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.history__body .ant-pagination .ant-pagination-item a,.history__body .ant-pagination .ant-pagination-prev .ant-pagination-item-link a,.history__body .ant-pagination .ant-pagination-next .ant-pagination-item-link a{color:var(--text-color)}.history__body .ant-pagination .ant-pagination-item-active{border-color:#0095ff;background:#0095ff1f}.history__body .ant-pagination .ant-pagination-item-active a{color:#0095ff}.history__body .ant-pagination .anticon{color:var(--hist-muted)}.history__body .ant-pagination .ant-pagination-total-text{color:var(--hist-muted);font-size:12px;margin-right:8px}.history__body .ant-pagination .ant-select-selector{border:1px solid var(--hist-card-border)!important;border-radius:10px!important;color:var(--text-color);background:var(--hist-card-bg)!important}.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:#0095ff2e}.check-drawer{display:flex;flex-direction:column;height:100%}.check-drawer .ant-drawer-body{display:flex;flex-direction:column}.check-drawer .drag-zone{touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab}.check-drawer .drag-zone:active{cursor:grabbing}.check-drawer__hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:6px 0 18px}.check-drawer__hero .hero-logo{width:64px;height:64px;margin-bottom:12px;border-radius:18px;border:1px solid var(--hist-card-border);background:var(--hist-chip-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden}.check-drawer__hero .hero-logo img{width:36px;height:36px;object-fit:contain}.check-drawer__hero .hero-logo .kontora{width:100%;height:100%;border-radius:inherit;object-fit:cover}.check-drawer__hero .hero-logo .loto{width:100%;height:100%;padding:6px;border-radius:inherit;object-fit:contain;background:#7b5bff2e}.check-drawer__hero .hero-logo .hand{width:100%;height:100%;padding:8px;object-fit:contain}.check-drawer__hero .hero-status{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;margin-bottom:14px;font-size:12px;font-weight:600;border-radius:999px;background:#ffffff0f;color:var(--hist-muted)}.check-drawer__hero .hero-status .dot{width:6px;height:6px;border-radius:50%;background:currentColor}.check-drawer__hero .hero-status.waiting,.check-drawer__hero .hero-status.pending,.check-drawer__hero .hero-status.i_payed,.check-drawer__hero .hero-status.pending_deposit{color:orange;background:#ffa5001f}.check-drawer__hero .hero-status.success_pay,.check-drawer__hero .hero-status.partial_success{color:#4ade80;background:#4ade801f}.check-drawer__hero .hero-status.reject{color:#ff6b6b;background:#ff6b6b1f}.check-drawer__hero .hero-amount{display:inline-flex;align-items:baseline;gap:4px;margin-bottom:6px}.check-drawer__hero .hero-amount .sign{font-size:26px;font-weight:700;line-height:1}.check-drawer__hero .hero-amount .value{font-size:34px;font-weight:800;letter-spacing:-.8px;color:var(--text-color);line-height:1}.check-drawer__hero .hero-amount .cur{font-size:13px;font-weight:600;text-transform:lowercase;color:var(--hist-muted);margin-left:2px}.check-drawer__hero .hero-amount.green .sign,.check-drawer__hero .hero-amount.green .value{color:#4ade80}.check-drawer__hero .hero-amount.red .sign,.check-drawer__hero .hero-amount.red .value{color:#ff6b6b}.check-drawer__hero .hero-title{font-size:14px;font-weight:500;color:var(--hist-muted)}.check-drawer .kv-card{display:flex;flex-direction:column;flex:1 1 auto;overflow-y:auto;margin-bottom:16px;padding:4px 14px;border-radius:16px;border:1px solid var(--hist-card-border);background:var(--hist-card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.check-drawer .kv-card .kv-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0}.check-drawer .kv-card .kv-row:not(:last-child){border-bottom:1px dashed var(--hist-divider)}.check-drawer .kv-card .kv-row .k{font-size:13px;font-weight:500;color:var(--hist-muted);flex-shrink:0}.check-drawer .kv-card .kv-row .v{font-size:14px;font-weight:600;color:var(--text-color);text-align:right;word-break:break-word}.check-drawer .kv-card .kv-row .v em{font-style:normal;font-weight:500;color:var(--hist-muted)}.check-drawer .kv-card .kv-row .v.strong{font-size:16px;font-weight:700}.check-drawer .kv-card .kv-row .v.copyable{display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:opacity .15s ease}.check-drawer .kv-card .kv-row .v.copyable i{font-size:12px;color:#0095ff}.check-drawer .kv-card .kv-row .v.copyable:active{opacity:.7}.check-drawer__close-btn{width:100%;height:50px;display:grid;place-items:center;border:1px solid var(--hist-card-border);border-radius:14px;font-size:15px;font-weight:600;color:var(--text-color);background:var(--hist-card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);cursor:pointer;transition:transform .15s ease,background .2s ease}.check-drawer__close-btn:active{transform:scale(.98)}.monitoring{min-height:103vh;padding-block:25px;background:var(--bg-color)}.monitoring.faq{padding-block:unset;padding-bottom:90px}.monitoring__head .titles{font-weight:500;font-size:20px;margin-bottom:22px}.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}.monitoring .ant-collapse .ant-collapse-item{margin-bottom:12px;border-radius:12px;background:#ffffff1a}.monitoring .ant-collapse .anticon{font-size:14px!important;color:var(--text-color)!important}.monitoring .ant-collapse .ant-collapse-header-text{font-size:16px;color:var(--text-color)}.monitoring .ant-collapse .ant-collapse-content-box{font-size:15px;white-space:pre-line;padding-top:0!important;color:var(--text-color);opacity:.77}:root{--profile-input: rgba(255, 255, 255, .04);--profile-input-border: rgba(255, 255, 255, .08);--profile-card-bg: rgba(255, 255, 255, .04);--profile-card-border: rgba(255, 255, 255, .08);--profile-chip-bg: rgba(255, 255, 255, .06);--profile-chip-border: rgba(255, 255, 255, .1);--profile-glow: rgba(0, 149, 255, .35);--profile-muted: rgba(255, 255, 255, .55);--profile-avatar-bg: #120644}.light{--profile-bg: linear-gradient(180deg, #F6FAFF 0%, #E8F7FF 73.49%, #c5d6ee 100%);--profile-input: #fff;--profile-input-border: #D2E6F5;--profile-card-bg: rgba(255, 255, 255, .7);--profile-card-border: rgba(0, 50, 100, .06);--profile-chip-bg: rgba(255, 255, 255, .85);--profile-chip-border: #D2E6F5;--profile-glow: rgba(0, 149, 255, .25);--profile-muted: #5d667c;--profile-avatar-bg: #fff}.profile{position:relative;min-height:103vh;padding-block:25px;background:var(--profile-bg);overflow:hidden}.profile:before{content:"";position:absolute;top:-120px;left:50%;transform:translate(-50%);width:380px;height:380px;background:radial-gradient(closest-side,var(--profile-glow),transparent 70%);pointer-events:none;z-index:0}.profile .container{position:relative;z-index:1}.profile__head .titles{font-weight:600;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{text-align:start;margin-bottom:14px}.profile__body .ant-form .ant-form-item-label>label{color:var(--profile-muted);font-size:13px;font-weight:500}.profile__body .ant-form .ant-form-item-required{color:var(--profile-muted)}.profile__body .ant-form .ant-form-item-required:before{display:none!important}.profile__body .ant-form .ant-input,.profile__body .ant-form .ant-picker{width:100%;height:50px;border-radius:14px!important;border:1px solid var(--profile-input-border)!important;background:var(--profile-input)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;color:var(--text-color);font-size:15px}.profile__body .ant-form .ant-input:hover,.profile__body .ant-form .ant-input:focus,.profile__body .ant-form .ant-input.ant-picker-focused,.profile__body .ant-form .ant-picker:hover,.profile__body .ant-form .ant-picker:focus,.profile__body .ant-form .ant-picker.ant-picker-focused{border-color:#0095ff!important;box-shadow:0 0 0 3px #0095ff1f!important}.profile__body .ant-form .ant-picker-input{color:var(--text-color)!important}.profile__body .ant-form .ant-picker-input input{color:var(--text-color)!important;font-size:15px}.profile__body .ant-form .ant-picker-input input::placeholder{color:var(--profile-muted)!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:70px;padding-top:6px}.profile__body .imgs .ant-skeleton{margin:0 auto}.profile__body .imgs .img{position:relative;width:116px;height:116px;display:block;margin:0 auto;border-radius:50%;padding:3px;background:conic-gradient(from 0deg,#0095ff,#7b5bff,#00e0ff,#0095ff);box-shadow:0 12px 40px -8px var(--profile-glow)}.profile__body .imgs .img:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--profile-avatar-bg);z-index:0}.profile__body .imgs .img img{position:relative;z-index:1;width:100%;height:100%;border-radius:inherit;object-fit:cover;background:var(--profile-avatar-bg)}.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:4px;left:calc(50% + 36px);transform:translate(-50%);width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#0095ff;border:3px solid var(--profile-avatar-bg);box-shadow:0 6px 20px -4px var(--profile-glow);cursor:pointer;transition:transform .15s ease}.profile__body .imgs .upload-btn:active{transform:translate(-50%) scale(.92)}.profile__body .imgs .upload-btn i{font-size:12px;color:#fff}.profile__body .imgs .copy{top:calc(100% + 18px);padding:8px 16px;font-size:14px;font-weight:500;gap:8px;color:var(--text-color);background:var(--profile-chip-bg);border:1px solid var(--profile-chip-border);border-radius:999px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .15s ease,background .2s ease;cursor:pointer}.profile__body .imgs .copy:hover{background:var(--profile-input)}.profile__body .imgs .copy:active{transform:translate(-50%) scale(.96)}.profile__body .imgs .copy i{font-size:13px;opacity:.8}.profile__body .ant-form-item-explain-error{text-align:start;padding-left:10px;margin-block:5px 10px}.profile__body .btn{width:100%;height:52px;margin-top:18px;font-size:16px;font-weight:600;color:#fff;border:none;border-radius:16px;background:linear-gradient(135deg,#0095ff,#0078d4)!important;box-shadow:0 12px 32px -8px var(--profile-glow);transition:transform .15s ease,box-shadow .2s ease}.profile__body .btn:hover{box-shadow:0 16px 40px -8px var(--profile-glow)}.profile__body .btn:active{transform:scale(.98)}.profile__head{display:flex;align-items:center;justify-content:space-between}.profile__head .edit-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--profile-chip-bg);border:1px solid var(--profile-chip-border);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--text-color);transition:transform .15s ease,background .2s ease;margin-bottom:25px;cursor:pointer}.profile__head .edit-icon:active{transform:scale(.92)}.profile__head .edit-icon i{font-size:14px}.profile-v .hero-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px 20px 22px;margin-bottom:18px;border-radius:24px;background:var(--profile-card-bg);border:1px solid var(--profile-card-border);backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);overflow:hidden}.profile-v .hero-card:before{content:"";position:absolute;top:0;left:18%;right:18%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);pointer-events:none}.profile-v .hero-card .img{position:relative;width:110px;height:110px;padding:3px;border-radius:50%;background:conic-gradient(from 0deg,#0095ff,#7b5bff,#00e0ff,#0095ff);box-shadow:0 12px 40px -8px var(--profile-glow);margin:0;animation:profile-ring-spin 8s linear infinite}.profile-v .hero-card .img:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--profile-avatar-bg);z-index:0}.profile-v .hero-card .img img{position:relative;z-index:1;width:100%;height:100%;border-radius:inherit;object-fit:cover;background:var(--profile-avatar-bg)}.profile-v .hero-card .name{margin:6px 0 0;font-size:22px;font-weight:700;color:var(--text-color);text-transform:capitalize;text-align:center}.profile-v .hero-card .id-chip{padding:7px 14px;font-size:13px;font-weight:500;border-radius:999px;background:var(--profile-chip-bg);border:1px solid var(--profile-chip-border);color:var(--text-color);cursor:pointer;transition:transform .15s ease,background .2s ease}.profile-v .hero-card .id-chip i{font-size:12px;opacity:.8}.profile-v .hero-card .id-chip:active{transform:scale(.96)}.profile-v .hero-card .verified-badge{padding:6px 12px;font-size:12px;font-weight:600;border-radius:999px;color:#4ade80;background:#4ade801a;border:1px solid rgba(74,222,128,.25)}.profile-v .hero-card .verified-badge i{font-size:13px}.profile-v .verify-card{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 16px;margin-bottom:18px;text-align:start;border-radius:18px;background:linear-gradient(135deg,#ffa5001f,#ff646414);border:1px solid rgba(255,165,0,.25);color:var(--text-color);cursor:pointer;transition:transform .15s ease,background .2s ease}.profile-v .verify-card:active{transform:scale(.99)}.profile-v .verify-card .icon-wrap{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#ffa5002e;color:orange}.profile-v .verify-card .icon-wrap i{font-size:18px}.profile-v .verify-card .content .title{margin:0 0 2px;font-size:14px;font-weight:600}.profile-v .verify-card .content .desc{margin:0;font-size:12px;opacity:.7}.profile-v .verify-card .arrow{color:var(--profile-muted);font-size:12px}.profile-v .section{margin-bottom:18px}.profile-v .section .section-title{margin:0 0 10px 6px;font-size:13px;font-weight:500;letter-spacing:.3px;text-transform:uppercase;color:var(--profile-muted)}.profile-v .info-list{list-style:none;padding:4px 0;margin:0;border-radius:18px;background:var(--profile-card-bg);border:1px solid var(--profile-card-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.profile-v .info-list .info-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 16px}.profile-v .info-list .info-item:not(:last-child){border-bottom:1px solid var(--profile-card-border)}.profile-v .info-list .info-item .icon-wrap{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#0095ff1f;color:#0095ff}.profile-v .info-list .info-item .icon-wrap i{font-size:15px}.profile-v .info-list .info-item .content{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-v .info-list .info-item .content .label{font-size:12px;font-weight:500;color:var(--profile-muted)}.profile-v .info-list .info-item .content .value{font-size:15px;font-weight:600;color:var(--text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-v .info-list .info-item .content .value.name{text-transform:capitalize}.profile-v .info-list .info-item .action{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:var(--profile-muted);background:transparent;transition:background .2s ease,color .2s ease;cursor:pointer}.profile-v .info-list .info-item .action:hover,.profile-v .info-list .info-item .action:active{background:var(--profile-chip-bg);color:var(--text-color)}.profile-v .edit-btn{width:100%;height:52px;margin-top:8px;font-size:15px;font-weight:600;color:var(--text-color);border-radius:16px;background:var(--profile-card-bg);border:1px solid var(--profile-card-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .15s ease,background .2s ease;cursor:pointer}.profile-v .edit-btn i{font-size:14px}.profile-v .edit-btn:active{transform:scale(.98)}.profile-v .edit-btn:hover{background:var(--profile-chip-bg)}.profile-edit .form-card{padding:18px 16px 4px;margin-bottom:6px;border-radius:20px;background:var(--profile-card-bg);border:1px solid var(--profile-card-border);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.profile-edit .form-card .card-title{margin:0 0 12px 4px;font-size:13px;font-weight:500;letter-spacing:.3px;text-transform:uppercase;color:var(--profile-muted)}: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;padding-bottom:6rem;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:90vh;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;line-height:1.4;font-size:24px;margin-bottom:1rem}.auth__body .btn i{position:relative!important;right:0!important;font-size:28px}.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)}.sign .container{padding-top:15vh}.sign-wait .auth__titles{max-width:400px;margin:0 auto}.sign-wait .auth__titles .sub{font-size:18px;opacity:.77}.sign-wait .auth__titles img{width:80px;height:80px!important;animation:spin 2.22s linear infinite}.sign-wait .btn{width:50%!important;margin:0 auto}.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;margin-bottom:10px;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}.users .admin-titles__btn{margin-bottom:0}.users .sync i{font-size:16px;transition:transform .3s ease}.users .sync.active i{animation:spin 1.1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.user-modal .head{margin-bottom:1rem}.user-modal .head .imgs{position:relative;width:100px;height:100px;border-radius:50%;border:2px solid #dc4343}.user-modal .head .imgs img{width:inherit;height:auto;border-radius:inherit}.user-modal .head .imgs:before{content:"";position:absolute;bottom:-1px;right:-1px;width:22px;height:22px;display:block;border-radius:50%;background-size:cover;background-position:center;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='24'%20viewBox='0%200%2020%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.00001%204H13V21H7.00001V4Z'%20fill='white'/%3e%3cpath%20d='M16.581%202.14L10.316%200.0509967C10.1109%20-0.0173244%209.88913%20-0.0173244%209.684%200.0509967L3.418%202.14C2.42209%202.47105%201.55582%203.1075%200.942241%203.95894C0.328659%204.81038%20-0.00103107%205.83351%202.42237e-06%206.883V12C2.42237e-06%2019.563%209.2%2023.74%209.594%2023.914C9.72182%2023.9708%209.86014%2024.0001%2010%2024.0001C10.1399%2024.0001%2010.2782%2023.9708%2010.406%2023.914C10.8%2023.74%2020%2019.563%2020%2012V6.883C20.001%205.83338%2019.6711%204.81016%2019.0574%203.95871C18.4436%203.10725%2017.5771%202.47088%2016.581%202.14ZM10%2019C9.80222%2019%209.60888%2018.9414%209.44443%2018.8315C9.27998%2018.7216%209.15181%2018.5654%209.07612%2018.3827C9.00044%2018.2%208.98063%2017.9989%209.01922%2017.8049C9.0578%2017.6109%209.15304%2017.4327%209.2929%2017.2929C9.43275%2017.153%209.61093%2017.0578%209.80491%2017.0192C9.99889%2016.9806%2010.2%2017.0004%2010.3827%2017.0761C10.5654%2017.1518%2010.7216%2017.28%2010.8315%2017.4444C10.9414%2017.6089%2011%2017.8022%2011%2018C11%2018.2652%2010.8946%2018.5196%2010.7071%2018.7071C10.5196%2018.8946%2010.2652%2019%2010%2019ZM11%2014C11%2014.2652%2010.8946%2014.5196%2010.7071%2014.7071C10.5196%2014.8946%2010.2652%2015%2010%2015C9.73479%2015%209.48043%2014.8946%209.2929%2014.7071C9.10536%2014.5196%209%2014.2652%209%2014V6C9%205.73478%209.10536%205.48043%209.2929%205.29289C9.48043%205.10535%209.73479%205%2010%205C10.2652%205%2010.5196%205.10535%2010.7071%205.29289C10.8946%205.48043%2011%205.73478%2011%206V14Z'%20fill='%23FF7070'/%3e%3c/svg%3e");z-index:100}.user-modal .head .imgs.verify{border-color:#00c020}.user-modal .head .imgs.verify:before{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='19'%20viewBox='0%200%2020%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.8125%209.55029L7.77083%208.50862C7.54861%208.2864%207.28819%208.17876%206.98958%208.1857C6.69097%208.19265%206.43056%208.30723%206.20833%208.52945C5.98611%208.75168%205.875%209.01209%205.875%209.3107C5.875%209.60931%205.98611%209.86973%206.20833%2010.092L8.04167%2011.9045C8.26389%2012.1267%208.52083%2012.2378%208.8125%2012.2378C9.10417%2012.2378%209.36111%2012.1267%209.58333%2011.9045L13.2083%208.27945C13.4306%208.05723%2013.5417%207.79682%2013.5417%207.4982C13.5417%207.19959%2013.4306%206.93918%2013.2083%206.71695C12.9861%206.49473%2012.7257%206.38362%2012.4271%206.38362C12.1285%206.38362%2011.8681%206.49473%2011.6458%206.71695L8.8125%209.55029ZM6.0625%2018.0503L4.85417%2015.967L2.52083%2015.4253C2.24306%2015.3558%202.02431%2015.21%201.86458%2014.9878C1.70486%2014.7656%201.63889%2014.5156%201.66667%2014.2378L1.89583%2011.842L0.291667%2010.0295C0.0972222%209.82112%200%209.57806%200%209.30029C0%209.02251%200.0972222%208.77945%200.291667%208.57112L1.89583%206.75862L1.66667%204.36279C1.63889%204.08501%201.70486%203.83501%201.86458%203.61279C2.02431%203.39057%202.24306%203.24473%202.52083%203.17529L4.85417%202.63362L6.0625%200.550287C6.20139%200.314176%206.40278%200.150982%206.66667%200.060704C6.93056%20-0.0295738%207.19444%20-0.0191571%207.45833%200.091954L9.6875%201.05029L11.9167%200.091954C12.1806%20-0.0191571%2012.4444%20-0.0295738%2012.7083%200.060704C12.9722%200.150982%2013.1736%200.314176%2013.3125%200.550287L14.5208%202.63362L16.8542%203.17529C17.1319%203.24473%2017.3507%203.39057%2017.5104%203.61279C17.6701%203.83501%2017.7361%204.08501%2017.7083%204.36279L17.4792%206.75862L19.0833%208.57112C19.2778%208.77945%2019.375%209.02251%2019.375%209.30029C19.375%209.57806%2019.2778%209.82112%2019.0833%2010.0295L17.4792%2011.842L17.7083%2014.2378C17.7361%2014.5156%2017.6701%2014.7656%2017.5104%2014.9878C17.3507%2015.21%2017.1319%2015.3558%2016.8542%2015.4253L14.5208%2015.967L13.3125%2018.0503C13.1736%2018.2864%2012.9722%2018.4496%2012.7083%2018.5399C12.4444%2018.6301%2012.1806%2018.6197%2011.9167%2018.5086L9.6875%2017.5503L7.45833%2018.5086C7.19444%2018.6197%206.93056%2018.6301%206.66667%2018.5399C6.40278%2018.4496%206.20139%2018.2864%206.0625%2018.0503Z'%20fill='%23399F43'/%3e%3c/svg%3e")}.user-modal .head .ant-image{border-radius:50%}.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 .head .send-message{width:40px;height:36px;margin-top:10px;border-radius:10px;box-shadow:0 4px 10px #0003}.user-modal .head .send-message:hover{background:#eee}.user-modal .head .send-message i{font-size:18px}.user-modal .head .balance{margin-bottom:0}.user-modal .head .balance .ant-btn{padding-block:0;color:#525252}.user-modal .head .balance .ant-btn.active i{font-size:16px;color:#fff}.user-modal .head .balance .ant-btn i{font-size:15px;padding-bottom:2px}.user-modal .head .balance .ant-input{font-size:15px;padding-block:5px;padding-inline:10px;color:#525252}.user-modal .head .ant-checkbox-wrapper .ant-checkbox-label{font-weight:500;font-size:16px;margin-top:2px}.user-modal .head .ant-checkbox-wrapper .ant-checkbox-inner{width:18px;height:18px;border-radius:5px}.user-modal .head .ant-switch{margin-bottom:4px;background:#ad3c57}.user-modal .head .ant-switch.ant-switch-checked{background:#2b9602}.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{height:33px;display:grid;font-size:15px;place-items:center;padding-inline:4px;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}.trans-view-modal .logs{height:400px;overflow-y:auto;padding:6px 1rem;border-radius:12px;background:#011d42}.trans-view-modal .logs .title{margin-bottom:10px;color:#fff}.trans-view-modal .logs .item{line-height:1.3;margin-bottom:10px!important;color:#fff}.trans-view-modal .monitor{position:absolute;top:0;left:calc(-100% - 12px);width:100%;padding:1rem;border-radius:15px;background:#fff}.trans-view-modal .monitor .title{font-weight:700;font-size:22px;margin-bottom:0;color:#011d42}.trans-view-modal .monitor .ant-select{width:155px}.trans-view-modal .monitor .item .title,.trans-view-modal .monitor .item .txt{font-weight:500;font-size:18px}.trans-view-modal .monitor .list{max-height:83vh;margin-right:-10px;overflow-y:auto;display:flex;flex-flow:column;gap:10px}.trans-view-modal .monitor .list .item{display:block;padding:10px;margin-bottom:0!important;border-radius:12px;border:1px solid #eee}.trans-view-modal .monitor .list .item .title,.trans-view-modal .monitor .list .item .txt{font-size:16px}.trans-view-modal .monitor .list .itemm{width:100%;display:flex;justify-content:space-between;gap:10px}.trans-view-modal .monitor .list .itemm:not(:last-child){margin-bottom:10px}.trans-view-modal .monitor .list .itemm .txt{font-size:15px}.message-modal .temps .i{padding:8px 12px;border-radius:15px;border:1px solid #eee}.message-modal .temps .i .desc{line-height:1.4}.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 .value.id{min-width:300px}.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;overflow:hidden}.pending-trans .grid3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}@media only screen and (max-width:600px){.pending-trans .grid3{display:none}}.pending-trans .grid1{display:none!important}@media only screen and (max-width:600px){.pending-trans .grid1{display:grid!important}}.pending-trans .heads .grid1 .ant-select{width:300px;margin-bottom:10px}.pending-trans .heads .grid1 .ant-select .ant-select-selector{border-radius:10px}.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 .heads .ant-input{width:300px;height:38px;margin-bottom:10px;border-color:#d9d9d9!important;background:#fff!important}@media only screen and (max-width:600px){.pending-trans .heads .ant-input{display:none}}.pending-trans .bodys .grid3{height:calc(100vh - 245px)!important}.pending-trans .bodys .grid1{height:calc(100vh - 240px)}.pending-trans .bodys__list{height:calc(100vh - 245px)!important;display:flex;flex-direction:column;gap:1rem;padding-right:5px;padding-bottom:20px;overflow-y:auto}.pending-trans .bodys__list::-webkit-scrollbar{width:10px;height:10px}.pending-trans .bodys__list::-webkit-scrollbar-track{background:#e8e8e8}.pending-trans .bodys__list::-webkit-scrollbar-thumb{background-color:#868694;border-radius:20px;border:2px solid #e8e8e8}.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:8px 12px;border-radius:25px;color:#fff;width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.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{align-items:flex-start;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 .fa-eye{font-size:18px!important}.pending-trans .bodys__list .item__body .user .name{font-weight:600;font-size:17px;margin-bottom:6px;max-width:180px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.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 .user .actions__btn{width:33px;height:33px;padding:5px;border-radius:10px;background:#979da920;transition:opacity .3s ease}.pending-trans .bodys__list .item__body .user .actions__btn.view{background:#3e97ff20}.pending-trans .bodys__list .item__body .user .actions__btn.view i{color:#3e97ff}.pending-trans .bodys__list .item__body .user .actions__btn:hover{opacity:.8}.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:700;font-size:28px;margin-bottom:6px}.pending-trans .bodys__list .item__body .amount .program{font-weight:700;font-size:18px;margin-bottom:10px;color:#2d4f73}.pending-trans .bodys__list .item__body .amount .card{font-weight:600;font-size:17px;color:#2d4f73}.pending-trans .bodys__list .item__body .files{padding-top:10px}.pending-trans .bodys__list .item__body .files .title{font-weight:600;margin-bottom:10px}.pending-trans .bodys__list .item__body .files .actions__btn{width:33px;height:33px;padding:5px;border-radius:10px;background:#979da920;transition:opacity .3s ease}.pending-trans .bodys__list .item__body .files .actions__btn.view{background:#3e97ff20}.pending-trans .bodys__list .item__body .files .actions__btn.view i{color:#3e97ff}.pending-trans .bodys__list .item__body .files .actions__btn:hover{opacity:.8}.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{height:unset;font-weight:600;font-size:16px;padding:10px 1rem;border-radius:10px;border:none;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}:root{--tutorial-head-bg: linear-gradient(180deg, #102b52 0%, #002A61 22%, #200061 100%)}.light{--tutorial-head-bg: linear-gradient(180deg, #F9F9F9 0%, #F6FAFF 15%, #F6FAFF 100%)}.tutorial{padding-bottom:0;background:var(--bg-color)}.tutorial .container{padding-inline:0}.tutorial__head{padding:1rem 1rem 20px;border-radius:0 0 20px 20px;background:var(--tutorial-head-bg)}.tutorial__head .titles{font-weight:500;font-size:20px;margin-bottom:22px}.tutorial__head .titles i{font-size:24px;color:var(--text-color)}.tutorial__head .first .imgs{position:relative;margin-bottom:12px}.tutorial__head .first .imgs img{width:100%;height:auto;display:block}.tutorial__head .first .imgs .play{width:60px;height:60px;border-radius:50%;background:#fff4;z-index:2}.tutorial__head .first .imgs .play i{left:2px;font-size:28px;color:#fff}.tutorial__head .first .imgs .bg{position:absolute;top:0;left:0;width:100%;height:98.8%;border-radius:7%;background:#0006;z-index:1}.tutorial__head .first .title{font-weight:600;font-size:18px;color:var(--text-color)}.tutorial__body{padding:1rem}.tutorial__body .title{font-weight:600;font-size:19px;margin-bottom:1rem;color:var(--text-color)}.tutorial__body .list{display:flex;flex-flow:column;gap:10px}.tutorial__body .list .item{cursor:pointer}.tutorial__body .list .item img{width:100%;height:auto;display:block}.tutorial-modal .ant-modal-content{padding:0}.tutorial-modal .ant-modal-body{height:80vh}.tutorial-modal .vd{width:100%;height:inherit;border-radius:15px}:root{--ref-card-bg: rgba(255, 255, 255, .04);--ref-card-border: rgba(255, 255, 255, .08);--ref-chip-bg: rgba(255, 255, 255, .06);--ref-muted: rgba(255, 255, 255, .55);--ref-divider: rgba(255, 255, 255, .06);--ref-balance-grad: linear-gradient(135deg, #0095FF 0%, #4A2DC4 100%);--ref-balance-glow: rgba(0, 149, 255, .32);--ref-hero-icon-bg: linear-gradient(135deg, #0095FF 0%, #0078D4 100%)}.light{--ref-card-bg: rgba(255, 255, 255, .7);--ref-card-border: rgba(0, 50, 100, .06);--ref-chip-bg: rgba(255, 255, 255, .85);--ref-muted: #5d667c;--ref-divider: rgba(0, 50, 100, .06);--ref-balance-glow: rgba(0, 149, 255, .22)}.ref{padding-bottom:120px;background:var(--bg-color)}.ref .container{padding:0}.ref__hero{padding:4px 16px 16px}.ref__hero .hero-top{margin-bottom:14px}.ref__hero .hero-top .back-btn{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ref-card-border);border-radius:12px;background:var(--ref-card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--text-color);cursor:pointer;transition:transform .15s ease}.ref__hero .hero-top .back-btn i{font-size:13px}.ref__hero .hero-top .back-btn:active{transform:scale(.94)}.ref__hero .hero-top .hero-title .hero-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:var(--ref-hero-icon-bg);box-shadow:0 8px 20px -10px #0095ff80}.ref__hero .hero-top .hero-title .hero-icon i{font-size:14px;color:#fff}.ref__hero .hero-top .hero-title .text{font-size:18px;font-weight:700;letter-spacing:.2px;color:var(--text-color)}.ref__hero .ref-seg{width:100%;display:block;margin-bottom:14px;padding:4px;border-radius:14px;border:1px solid var(--ref-card-border);background:var(--ref-card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.ref__hero .ref-seg .ant-segmented-item{border-radius:10px;color:var(--ref-muted)}.ref__hero .ref-seg .ant-segmented-item-selected{color:#fff;background:var(--ref-hero-icon-bg);box-shadow:0 6px 16px -6px #0095ff80}.ref__hero .ref-seg .ant-segmented-item-label{font-weight:600;font-size:13px;text-transform:capitalize;padding:4px 12px}.ref__hero .ref-seg .ant-segmented-thumb{border-radius:10px;background:var(--ref-hero-icon-bg)}.ref__hero .balance-card{position:relative;padding:18px;border-radius:22px;color:#fff;background:var(--ref-balance-grad);box-shadow:0 14px 36px -14px var(--ref-balance-glow);overflow:hidden;isolation:isolate}.ref__hero .balance-card:before{content:"";position:absolute;top:0;left:14%;right:14%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);pointer-events:none}.ref__hero .balance-card:after{content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;border-radius:50%;background:radial-gradient(closest-side,rgba(255,255,255,.18),transparent 70%);pointer-events:none;z-index:-1}.ref__hero .balance-card__top{margin-bottom:10px}.ref__hero .balance-card__top .chip{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#ffffff2e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.ref__hero .balance-card__top .chip i{font-size:12px;color:#fff}.ref__hero .balance-card__top .label{font-size:12px;font-weight:500;letter-spacing:.3px;opacity:.85}.ref__hero .balance-card__amount{margin-bottom:14px}.ref__hero .balance-card__amount .value{font-size:32px;font-weight:800;line-height:1;letter-spacing:-.6px}.ref__hero .balance-card__amount .cur{font-size:14px;font-weight:600;opacity:.7;text-transform:lowercase;padding-bottom:3px}.ref__hero .balance-card__sub{padding:10px 12px;margin-bottom:14px;border-radius:12px;background:#ffffff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:13px}.ref__hero .balance-card__sub .muted{opacity:.8;font-weight:500}.ref__hero .balance-card__sub .muted i{font-size:11px}.ref__hero .balance-card__sub .amt{font-weight:700}.ref__hero .balance-card .cta-btn{width:100%;height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:14px;font-size:14px;font-weight:700;color:#0095ff;background:#fff;cursor:pointer;transition:transform .15s ease,box-shadow .25s ease;box-shadow:0 6px 16px -6px #00000040}.ref__hero .balance-card .cta-btn i{font-size:14px}.ref__hero .balance-card .cta-btn:active{transform:scale(.98)}.ref .section{margin-bottom:18px;padding-inline:16px}.ref .section .section-head{margin-bottom:10px;padding-inline:4px}.ref .section .section-head .section-title{font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--ref-muted)}.ref .section .section-head .section-count{min-width:20px;height:20px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;border-radius:999px;color:#0095ff;background:#0095ff1f}.ref .section .section-head .active-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;font-size:11px;font-weight:600;border-radius:999px;color:#4ade80;background:#4ade801f}.ref .section .section-head .active-pill .dot{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 2px #4ade802e}.ref .link-card{padding:12px;border-radius:18px;border:1px solid var(--ref-card-border);background:var(--ref-card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.ref .link-card__row{display:flex;align-items:center;gap:10px;padding:12px 14px;margin-bottom:10px;border-radius:12px;background:var(--ref-chip-bg);cursor:pointer;transition:background .2s ease}.ref .link-card__row .link-icon{font-size:13px;color:#0095ff;flex-shrink:0}.ref .link-card__row .link-text{flex:1;min-width:0;font-size:13px;font-weight:500;color:var(--text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ref .link-card__row .copy-icon{font-size:13px;color:var(--ref-muted);flex-shrink:0}.ref .link-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ref .link-card__actions .link-btn{height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:600;border-radius:12px;border:1px solid var(--ref-card-border);background:var(--ref-chip-bg);color:var(--text-color);cursor:pointer;transition:transform .15s ease,background .2s ease}.ref .link-card__actions .link-btn i{font-size:12px}.ref .link-card__actions .link-btn:active{transform:scale(.98)}.ref .link-card__actions .link-btn.primary{color:#fff;border:none;background:var(--ref-hero-icon-bg);box-shadow:0 6px 16px -8px #0095ff80}.ref .stats-grid{display:grid;grid-template-columns:1fr;gap:8px}.ref .stats-grid .stat-tile{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;border:1px solid var(--ref-card-border);background:var(--ref-card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.ref .stats-grid .stat-tile .ic{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;flex-shrink:0}.ref .stats-grid .stat-tile .ic i{font-size:14px}.ref .stats-grid .stat-tile .ic.users{color:#0095ff;background:#0095ff24}.ref .stats-grid .stat-tile .ic.percent{color:#7b5bff;background:#7b5bff24}.ref .stats-grid .stat-tile .ic.deposit{color:#4ade80;background:#4ade8024}.ref .stats-grid .stat-tile__main{display:flex;flex-direction:column;gap:2px;min-width:0}.ref .stats-grid .stat-tile__main .stat-val{font-size:16px;font-weight:700;color:var(--text-color);letter-spacing:-.2px}.ref .stats-grid .stat-tile__main .stat-val em{font-size:11px;font-style:normal;font-weight:500;opacity:.7;margin-left:2px}.ref .stats-grid .stat-tile__main .stat-label{font-size:11px;font-weight:500;color:var(--ref-muted)}.ref .users-card{border-radius:18px;border:1px solid var(--ref-card-border);background:var(--ref-card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden}.ref .users-card .users-head,.ref .users-card .users-row{display:grid;grid-template-columns:36px 1fr 1.2fr 1.2fr;align-items:center;gap:6px;padding:10px 14px}.ref .users-card .users-head{background:var(--ref-chip-bg);border-bottom:1px solid var(--ref-divider)}.ref .users-card .users-head span{font-size:11px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;color:var(--ref-muted)}.ref .users-card .users-body .users-row{font-size:13px;font-weight:500;color:var(--text-color)}.ref .users-card .users-body .users-row:not(:last-child){border-bottom:1px solid var(--ref-divider)}.ref .users-card .users-body .users-row .num{color:var(--ref-muted);font-weight:600}.ref .users-card .users-body .users-row .id{font-weight:700}.ref .users-card .users-body .users-row .dep,.ref .users-card .users-body .users-row .prof{font-weight:600;white-space:nowrap}.ref .users-card .users-body .users-row .dep em,.ref .users-card .users-body .users-row .prof em{font-size:10px;font-style:normal;font-weight:500;opacity:.7;margin-left:2px}.ref .users-card .users-body .users-row .prof.green{color:#4ade80}.ref .empty-state{padding:40px 0;display:grid;place-items:center;border-radius:18px;border:1px solid var(--ref-card-border);background:var(--ref-card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.ref-modal .error{padding:10px;margin-bottom:1rem;border-radius:1rem;border:1px solid rgba(255,255,255,.1019607843)}.ref-modal .error img{width:22px;height:22px}.ref-modal .error p{color:var(--text-color)}:root{--text-color-fff1f: #FFFFFF1F}.light{--text-color-fff1f: #28282877}.notf{padding-top:20px;padding-bottom:0;background:var(--bg-color)}.notf__head .titles{font-weight:500;font-size:20px;margin-bottom:22px}.notf__head .titles i{font-size:24px;color:var(--text-color)}.notf__body{max-height:calc(100vh - 200px);overflow-y:auto;padding-right:1rem;margin-right:-1rem}.notf__body .ant-list-items{display:flex;flex-flow:column;gap:1rem}.notf__body .ant-list-items .item{padding:8px;border-radius:15px;border:1px solid var(--text-color-fff1f);background:#ffffff1a}.notf__body .ant-list-items .item .imgs{width:77px;height:63px;background:var(--text-color-fff1f);border-radius:12px}.notf__body .ant-list-items .item .imgs .img{width:77px;height:63px;border-radius:inherit;border:1px solid var(--text-color-fff1f);object-fit:cover}.notf__body .ant-list-items .item .imgs .img.def{width:26px;height:26px;border:none}.notf__body .ant-list-items .item .title{font-weight:500;font-size:17px;margin-bottom:5px;color:var(--text-color)}@media only screen and (max-width:400px){.notf__body .ant-list-items .item .title{max-width:300px}}.notf__body .ant-list-items .item .time{font-size:15px;color:var(--text-color);opacity:.66}.notf-id{padding-top:0}.notf-id .notf__head{position:relative;min-height:50px;border-radius:0 0 20px 20px}.notf-id .notf__head .titles{position:absolute;top:0;left:0;padding-top:20px;padding-left:1rem;z-index:2}.notf-id .notf__head .img{border-radius:inherit}.notf-id__body{padding-top:1rem}.notf-id__body .time{font-size:15px;margin-bottom:12px;opacity:.66}.notf-id__body .title{font-weight:600;font-size:26px}.iden{color:var(--text-color)}.iden .container{padding-inline:0}.iden .titles{padding-inline:1rem}.iden__body{min-height:calc(100vh - 250px);display:flex;flex-direction:column;justify-content:space-between;gap:1rem;padding-inline:1rem;padding-top:3rem}.iden__body.white{color:#011d42;background:#fff;transition:background-color .4s ease}.iden__body .imgs{margin-bottom:2rem}.iden__body .imgs img{margin-bottom:1rem}.iden__body .imgs p{font-weight:600;font-size:17px}.iden__body .info .imgg{display:grid;place-items:center;padding:8px;border-radius:12px;background:#ffffff1a}.iden__body .info p{font-weight:500;font-size:17px}.iden__body .face-imgs .ant-spin-dot-spin{animation-duration:2.2s}.iden__body .btn{font-weight:500;font-size:17px;padding:1rem 12px;border-radius:12px;color:#fff;background:#0095ff}.iden .bright{width:max-content;padding:1rem;margin:0 auto;border-radius:50%;background:#fff;box-shadow:0 0 20px 15px #fff}
