:root{--theme-light-text-color:black;--theme-light-background-color:rgba(239, 241, 240, 0.8);--theme-light-border-color:rgb(229, 234, 232);--theme-light-box-bg-color:rgb(252, 252, 252);--theme-light-hint-color:rgba(51, 51, 51, 0.6);--theme-light-glow-color:rgba(191, 0, 10, 0);--theme-dark-text-color:white;--theme-dark-background-color:rgb(1, 1, 1);--theme-dark-border-color:rgb(53, 53, 53);--theme-dark-box-bg-color:rgb(27, 27, 27);--theme-dark-hint-color:rgba(255, 255, 255, 0.5);--theme-dark-glow-color:rgba(206, 206, 206, 0);--theme-current-color: rgb(18, 173, 18);--theme-current-color-light: rgba(0, 255, 0, 0.2);--theme-color-approved:rgba(0, 255, 0, 0.8);--theme-color-pending:gray;--theme-color-denied:rgba(255, 0, 0, 0.8)}[data-theme="light"]{--theme-text-color:var(--theme-light-text-color);--theme-background-color:var(--theme-light-background-color);--theme-border-color:var(--theme-light-border-color);--theme-box-bg-color:var(--theme-light-box-bg-color);--theme-box-bg-color-2:rgb(240, 240, 240);--theme-text-hint-color:var(--theme-light-hint-color);--theme-glow-color:var(--theme-light-glow-color)}[data-theme="dark"]{--theme-text-color:var(--theme-dark-text-color);--theme-background-color:var(--theme-dark-background-color);--theme-border-color:var(--theme-dark-border-color);--theme-box-bg-color:var(--theme-dark-box-bg-color);--theme-box-bg-color-2:rgb(26, 31, 43);--theme-text-hint-color:var(--theme-dark-hint-color);--theme-glow-color:var(--theme-dark-glow-color)}@font-face{font-family:'Fira Sans';src:url(../fonts/FiraSans-Regular.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0;transition:color ease 0.3s,background-color ease 0.3s,border-color ease 0.3s,filter ease 0.3s;font-family:'Fira Sans'}html{height:100vh}body{scroll-behavior:smooth;text-rendering:optimizespeed;line-height:1.5;margin:0;padding:0;width:100%;max-width:480px;margin:auto;height:auto;background-color:var(--theme-background-color);border-left:1px solid var(--theme-border-color);border-right:1px solid var(--theme-border-color);color:var(--theme-text-color);min-width:300px;min-height:100vh;overflow-x:hidden;display:flex;flex-direction:column}a{text-decoration:none;color:var(--theme-text-color)}img{width:30px;height:30px}svg{width:1.2em;height:1.2em;vertical-align:middle;fill:currentColor;display:inline-block}.spinner_jCIR{animation:spinner_B8Vq .9s linear infinite;animation-delay:-.9s}.spinner_upm8{animation-delay:-.8s}.spinner_2eL5{animation-delay:-.7s}.spinner_Rp9l{animation-delay:-.6s}.spinner_dy3W{animation-delay:-.5s}@keyframes spinner_B8Vq{0%,66.66%{animation-timing-function:cubic-bezier(.36,.61,.3,.98);y:6px;height:12px}33.33%{animation-timing-function:cubic-bezier(.36,.61,.3,.98);y:1px;height:22px}}.croutch{height:80px;width:100%}#home,#profile,.trade{user-select:none}.flex-r{display:flex;flex-direction:row}.flex-c{display:flex;flex-direction:column}.fit-size{position:relative;width:96%;left:50%;transform:translate(-50%,0)}.ai-center{text-align:center}.fly-right{position:absolute;float:right;right:10px}.fly-left{margin:0 5px}.select-none{user-select:none}.no-change{pointer-events:none}.generic{border:1px solid var(--theme-border-color);border-radius:10px;background-color:var(--theme-box-bg-color);padding:5px}ul{list-style-type:none;padding:10px}li{padding:10px 0;border-bottom:1px solid var(--theme-border-color)}li:last-child{border-bottom:none}#home #menu-1,#staking #menu-2,#line #menu-3,#team #menu-4,#profile #menu-5{color:var(--theme-current-color)}footer{position:fixed;z-index:3;bottom:0;background-color:var(--theme-box-bg-color);width:100%;max-width:480px;margin:auto;height:60px!important;left:50%;transform:translate(-50%,0);flex-wrap:nowrap}.user-active a{width:20%!important}footer nav{width:100%;justify-content:space-between;align-items:center;margin:0 1px}footer a{color:var(--theme-text-hint-color);display:flex;flex-direction:column;justify-content:center;align-items:center;height:56px!important}footer a svg{width:1.5em;height:1.5em}footer a:hover{color:var(--theme-current-color-light)}footer nav a i{font-size:21px;margin-top:10px}footer nav a b{font-size:smaller;font-weight:400;margin-top:3px}footer a{width:25%}#header_menu{position:sticky;top:0;z-index:2;width:100%;height:50px;align-items:center;justify-content:space-between;backdrop-filter:blur(10px)}#header_menu div{align-items:center;padding:0 5px}#header_menu img{width:40px;height:40px;border-radius:10px;cursor:pointer}#header_menu img:last-child{border-radius:50%;margin-left:5px}#header_menu .site span{font-weight:bolder;margin-left:5px}#header_menu .labels span{background-color:var(--theme-box-bg-color);border-radius:15px;padding:2px 7px;margin-left:5px;text-align:center;cursor:pointer}#header_menu .labels span svg{fill:var(--theme-current-color)}#header_menu.scrolled,#header_nav.scrolled{background-color:rgb(10 10 30 / .4);backdrop-filter:blur(12px)}@media only screen and (orientation:portrait) and (max-width:380px){#header_menu span{font-size:smaller}}#header_nav{position:sticky;top:0;border-top:1px solid var(--theme-border-color);z-index:3;width:100%;height:50px;align-items:center;justify-content:space-between}.back_btn{padding:10px 15px;height:100%;font-size:20px;color:var(--theme-current-color)}.back_btn svg{width:1.5em;height:1.5em}#pnl_item{width:96%;margin:0 auto;margin-top:5px;background-color:var(--theme-box-bg-color);border:1px solid var(--theme-border-color);padding:5px;box-shadow:0 0 20px 1px var(--theme-glow-color);border-radius:10px}.spinner{border:5px solid var(--theme-box-bg-color);border-top:4px solid #fff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fade-out{opacity:0}#alert{position:fixed;display:flex;justify-content:center;align-items:center;top:55px;left:50%;transform:translateX(-50%) translateY(-100%);max-width:96%;background-color:var(--theme-box-bg-color-2);border:1px solid var(--theme-border-color);width:max-content;padding:5px 20px;border-radius:20px;box-shadow:0 0 20px 1px var(--theme-glow-color);opacity:0;z-index:9;transition:transform 0.5s ease,opacity 0.5s ease}#alert span{text-align:center}#alert.show{transform:translateX(-50%) translateY(0);opacity:1}#alert.hide{transform:translateX(-50%) translateY(-100%);opacity:0}body.blurred>*:not(#alert){filter:blur(2px);pointer-events:none;user-select:none;transition:filter 0.3s ease}#POP_UP{display:none;justify-content:center;align-items:center;position:fixed;transform:translate(-50%,-50%);top:50%;left:50%;z-index:5;width:100%;height:100%;background-color:rgb(0 0 0 / .4);backdrop-filter:blur(2px);transition:all 300ms}#SHARE_LINKS,#CONTACTS{align-items:center;color:#fff}#SHARE_LINKS .flex-c,#CONTACTS{flex-wrap:wrap;justify-content:center}#SHARE_LINKS button,#CONTACTS button{background-color:var(--theme-current-color);border:1px solid var(--theme-border-color);color:#fff;border-radius:50%;padding:15px;margin:10px;cursor:pointer}#SHARE_LINKS button svg,#CONTACTS button svg{width:2.5em;height:2.5em}@media only screen and (orientation:landscape){#SHARE_LINKS .flex-c,#CONTACTS{flex-direction:row}}#CONTACTS button{border-radius:20px}#CONTACTS span,#CONTACTS a{align-items:center;justify-content:center;flex-wrap:wrap;margin:0 10px;color:#fff}#NOTICE{position:fixed;display:flex;flex-direction:column;align-items:center;justify-content:center;width:96%;max-width:360px;border:1px solid var(--theme-border-color);background-color:var(--theme-box-bg-color);padding:5px;border-radius:20px;z-index:7;left:50%;top:50%;transform:translate(-50%,-50%);transition:opacity ease 2s;user-select:none}#NOTICE.show{opacity:1}#NOTICE.hide{opacity:0}#NOTICE h2{text-align:center;border-bottom:1px solid var(--theme-border-color);width:100%}#NOTICE h3{margin-top:10px;text-align:center;border-bottom:3px dashed var(--theme-current-color)}#NOTICE p{padding:10px;max-height:360px!important;overflow-y:auto;overflow-x:hidden}#NOTICE #pnl_items{margin:10px 0!important;padding:0!important;width:100%!important;border-radius:0!important}#NOTICE #pnl_items label{width:100%!important}#NOTICE ul li{list-style-type:circle;margin:0 10px}#NOTICE a{background-color:var(--theme-current-color);border:1px solid var(--theme-current-color);border-radius:10px;height:40px;margin:0 5px;width:100%;color:#fff;font-size:x-large;cursor:pointer;text-align:center}#NOTICE div{width:96%;display:flex;flex-direction:row;margin:10px}#NOTICE a:first-child{margin-left:0}#NOTICE a:first-child:not(:last-child){background-color:#fff0;color:var(--theme-text-color)!important}#NOTICE a:last-child{margin-right:0}body.filter>*:not(#NOTICE){filter:blur(8px);pointer-events:none;user-select:none}#home header{height:220px;width:96%;margin:10px auto;background-color:var(--theme-box-bg-color);border-radius:10px;margin-bottom:0}#home header img{width:100%;height:100%;border-radius:10px}#referral_program{width:96%;margin:0 auto;margin-top:5px;text-align:center}#referral_program a{color:var(--theme-current-color);font-weight:bolder}#pnl_item{justify-content:space-between}#pnl_item span{display:flex;flex-direction:column;justify-content:center}#pnl_item span img{width:48px;height:48px;margin-right:5px;border-radius:10px}#pnl_item span{color:var(--theme-text-hint-color)}#pnl_item span b{color:var(--theme-text-color);font-weight:bolder}#pnl_item span a,#learn_more a{background-color:var(--theme-current-color);border-radius:10px;padding:5px;color:#fff;border:1px solid var(--theme-current-color-light);font-weight:bolder}#learn_more{width:96%;margin:0 auto;margin-top:10px}#learn_more p{margin-bottom:10px}#learn_more a{box-shadow:0 0 20px 1px var(--theme-glow-color)}@media only screen and (orientation:portrait) and (max-width:380px){#pnl_item span{font-size:.9rem}#pnl_item span img{width:42px;height:42px;margin-right:5px;border-radius:10px}#pnl_item span a{font-size:smaller}#referral_program a{font-size:smaller}#btn-download{width:125px!important;max-width:125px!important;font-size:smaller}}label[for=switch_theme],label[for=switch_language]{position:relative;width:80px;height:35px;margin:5px 0 5px 5px;user-select:none}label[for=switch_language]{width:100px}label[for=switch_language] .toogle-btn{width:100px!important}#switch_theme,#switch_language{display:none}.toogle-btn{width:80px!important;height:35px;background-color:var(--theme-box-bg-color);border-radius:20px;display:flex;align-items:center;justify-content:space-between;padding:7px;border:1px solid var(--theme-border-color);font-weight:bolder;box-shadow:0 0 20px 1px var(--theme-glow-color);transition:background-color 0.3s ease-in-out,box-shadow 0.3s ease-in-out}.toogle-btn::before{content:"";position:absolute;width:25px;height:25px;background-color:var(--theme-text-color);border-radius:15px;top:5px;left:5px;transition:transform 0.3s ease-in-out}.toogle-btn span{position:relative;flex-grow:1;transition:opacity 0.3s ease-in-out}#switch_theme:checked+.toogle-btn,#switch_language:checked+.toogle-btn{background:var(--theme-box-bg-color);border:1px solid var(--theme-border-color);box-shadow:0 0 20px 1px var(--theme-glow-color)}[data-theme="light"] #switch_language:checked+.toogle-btn{border:1px solid var(--theme-border-color)}#switch_theme:checked+.toogle-btn::before{transform:translateX(45px)}#switch_language:checked+.toogle-btn::before{transform:translateX(65px)}#switch_theme:not(:checked)+.toogle-btn span.on,#switch_language:not(:checked)+.toogle-btn span.on{opacity:0}#switch_theme:checked+.toogle-btn span.off,#switch_language:checked+.toogle-btn span.off{opacity:0}.off{color:var(--theme-text-color);position:relative;right:5px}#switch_theme:checked+.toogle-btn span.on,#switch_language:checked+.toogle-btn span.on{opacity:1;color:var(--theme-text-color)}#btn-download{width:145px!important;height:35px;margin:5px 0 5px 5px;background-color:var(--theme-box-bg-color);border-radius:20px;display:flex;align-items:center;justify-content:space-between;padding:7px;border:2px solid var(--theme-border-color);font-weight:bolder;color:var(--theme-text-color)!important;box-shadow:0 0 20px 1px var(--theme-glow-color)}#btn-download:hover{background-color:var(--theme-border-color)}#team{user-select:none}#team header{width:96%;height:130px;margin:10px auto;background-color:var(--theme-box-bg-color);border-radius:10px}#team header img{width:100%;height:100%;border-radius:10px}#refer_panel,#friends_panel{width:96%;margin:10px auto;border-radius:10px;background-color:var(--theme-box-bg-color);border:1px solid var(--theme-border-color);box-shadow:0 0 20px 1px var(--theme-glow-color);padding:10px}#friends_list{width:96%;margin:10px auto}#refer_panel .title{justify-content:space-between;margin-bottom:10px}#refer_panel .title img{width:48px;height:48px;border-radius:10px}.refer_a_friend{background-color:var(--theme-border-color);padding:5px;border-radius:10px;justify-content:space-between;align-items:center}.refer_a_friend #referral_link{user-select:text!important;word-wrap:break-word;max-width:100%!important}@media only screen and (orientation:portrait) and (max-width:340px){.refer_a_friend span:first-child{font-size:smaller}.refer_a_friend span:last-child{font-size:smaller}}.refer_a_friend span:last-child i{font-size:x-large!important}#refer_panel a{background-color:var(--theme-current-color);border:1px solid var(--theme-border-color);color:#fff;width:100%!important;margin-top:10px;border-radius:10px;padding:5px;text-align:center}#friends_panel h4,#friends-list h4{justify-content:space-between;align-items:center;margin-bottom:5px}#friends_panel h4.flex-r span,#friends-list h4.flex-r span{font-size:smaller;cursor:pointer;display:flex;flex-direction:row}#friends_panel h4 .fs-on,#friends-list h4 .fs-on{width:15px;height:15px;margin:0 5px;border-radius:50%;border:4px solid greenyellow;background-color:green;border-radius:50%}#friends_panel h4 span span{font-size:inherit!important}#friends_panel h4 svg{margin-left:5px}#friends_panel h4 .fs-off,#friends-list h4 .fs-off{width:15px;height:15px;margin:0 5px;border-radius:50%;border:4px solid red;background-color:rgb(255 0 0 / .2);border-radius:50%}#friends_panel h4 span,#friends-list h4 span{font-weight:400}#friends_panel hr,#friends-list hr{margin-bottom:10px;height:1px;border:none;background-color:var(--theme-current-color-light)}[data-theme="dark"] #friends_panel hr,[data-theme=dark] #friends-list hr{background-color:var(--theme-border-color)}.friend{align-items:center;margin-bottom:10px;padding:5px;background-color:var(--theme-border-color);border-radius:5px;cursor:pointer}#friends-list .friend{background-color:var(--theme-box-bg-color)}div.friend.flex-r:last-child{margin-bottom:0!important}[data-theme="light"] #friends_panel .friend,[data-theme="light"] .refer_a_friend,[data-theme=light] #friends_panel a{background-color:rgb(0 0 0 / .1)!important}.friend:hover,#friends_panel a:hover,.refer_a_friend:hover{background-color:rgb(255 249 249 / .5)!important}[data-theme="light"] #friends_panel .friend:hover,[data-theme="light"] #friends-list .friend:hover,[data-theme=light] #friends_panel a:hover,[data-theme=light] .refer_a_friend:hover{background-color:rgb(0 0 0 / .2)!important}#friends-list .friend{border:1px solid var(--theme-border-color)}[data-theme="light"] #friends-list .friend{border-color:rgb(51 51 51 / .2)}.friend div:first-child{align-items:center}.friend .f-state{font-size:smaller;font-weight:lighter}.friend img{width:50px;height:50px;border-radius:50%;margin-right:10px}.friend div:first-child span{width:15px;height:15px;border-radius:50%;position:absolute;margin-top:28px;margin-left:27px;border:2px solid rgb(255 255 255 / .8)}.friend div:first-child span.f-active{background-color:green}.friend div:first-child span.f-inactive{background-color:red}#friends_panel hr:last-child{display:none}#friends_panel a{text-align:center;border-radius:10px;background-color:var(--theme-border-color);padding:5px}#friends_panel .f-empty,#friends-list .f-empty{text-align:center}#line_production{width:280px!important;max-width:280px;margin:auto}#line_production #prod{margin:0 auto;width:100%;max-width:280px;border:1px solid var(--theme-border-color);box-shadow:0 0 20px 1px var(--theme-glow-color);border-radius:10px;background-color:var(--theme-box-bg-color)}#line_production img{width:100%;height:140px;border-radius:8px 8px 0 0}#line_production div.flex-c span:not(div.flex-r span){border-bottom:1px solid var(--theme-border-color);padding:5px 10px;height:49px}#line_production span{display:flex;align-items:center;justify-content:center}#line_production i{margin:0 5px}#line_production div.flex-c div.flex-r{justify-content:space-between;align-items:center}#line_production span:nth-child(2){font-size:x-large;font-weight:bolder}#line_production div.flex-r span{font-weight:bolder;height:49px;margin:0 10px;color:var(--theme-current-color)}#line_production div.flex-r span b{font-weight:lighter;color:var(--theme-text-hint-color)}#line_production a:not(#upgrade_btn a){background-color:var(--theme-current-color-light);border:1px solid var(--theme-current-color);padding:2px 7px;border-radius:10px;width:80px;text-align:center;font-size:larger;text-transform:capitalize;margin:0 10px}#line_production a:hover{border-color:var(--theme-text-color)}#upgrade_btn{justify-content:space-between;padding:15px 0;width:100%;max-width:290px}#upgrade_btn a{display:flex;align-items:center;justify-content:center;font-size:large;font-weight:bolder;width:100%;padding:7px 2px;background-color:var(--theme-current-color);color:#fff;box-shadow:0 0 20px 1px var(--theme-glow-color);border-radius:10px}#line_production #prod div.flex-c span:nth-child(2){color:var(--theme-current-color)}#line_production a.boosted{background-color:var(--theme-current-color)!important;border-color:var(--theme-current-color-light)!important}span#boosted{background-color:var(--theme-current-color);color:#fff;display:flex;justify-content:center;align-items:center;border-radius:20px;padding:0 10px;height:39px!important;margin:5px 10px!important}[data-theme=light] #line_production div.flex-r span#boosted b{color:rgb(255 255 255 / .5)}#boost_indicator{margin-left:5px;color:var(--theme-current-color)!important}span.boosted{font-size:larger;color:var(--theme-current-color)!important}#init_line{width:100%!important;background-color:var(--theme-current-color)!important;color:white!important}#progress-container{width:100%;height:10px;border:1px solid var(--theme-current-color);padding:2px}#progress-bar{height:100%;width:0%;background:var(--theme-current-color);transition:width 1s linear}#line #pnl_items div{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#update_panel{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;bottom:-420px;width:100%;max-width:478px;border-radius:30px 30px 0 0;padding:15px 10px;background-color:var(--theme-box-bg-color);z-index:4;transition:bottom ease .5s,opacity ease 1s;user-select:none}#update_panel.hide{bottom:-420px;opacity:0}#update_panel.show{bottom:0;opacity:1}body.filtered>*:not(#update_panel){filter:blur(8px);pointer-events:none;user-select:none}#update_panel img{width:80px;height:70px;border-radius:10px;margin-bottom:10px}#btn_close{display:flex;justify-content:center;align-items:center;position:absolute;top:12px;right:12px;background-color:var(--theme-border-color);border-radius:50%;cursor:pointer}#btn_close:hover{background-color:var(--theme-text-hint-color)}#init_update_speed{justify-content:center;align-items:center;width:100%}#pnl_details{margin-top:10px;background-color:var(--theme-box-bg-color);border:1px solid var(--theme-current-color);box-shadow:0 0 20px 1px var(--theme-glow-color);border-radius:10px;padding:0 5px;width:100%;margin-bottom:5px}#pnl_details div{display:flex;flex-direction:row;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--theme-box-bg-color);align-items:center}#pnl_details div:not(:last-child){border-bottom:1px solid var(--theme-current-color)}#update_panel a{background-color:var(--theme-current-color);border:1px solid var(--theme-border-color);border-radius:10px;height:40px;width:100%;color:#fff;font-size:x-large;text-align:center}#update_panel p{text-align:center;margin:5px 0;font-weight:lighter;font-size:smaller}#speed_progress{border:1px solid var(--theme-current-color);width:100%;height:15px;border-radius:10px;padding:2px}#speed_progress span{display:block;height:100%;width:3%;background-color:var(--theme-current-color);border-radius:10px;transition:width 1s linear}.max_speed{font-size:x-small;color:var(--theme-text-hint-color);margin-bottom:5px}#curr_speed{font-weight:lighter}.curr{color:var(--theme-current-color)}.def{color:var(--theme-text-hint-color)}.staking{margin:10px}#staking header,#test header{display:flex;flex-direction:column-reverse;border-radius:0 0 30px 30px;width:100%;height:260px;background-image:url(../img/lucky-draw-prize-pool-contest.png);background-size:cover;background-position:center}#lucky_draw,.stake{border-radius:30px;background-color:rgb(0 0 0 / .6);margin:10px;padding:10px;display:flex;flex-direction:column;justify-content:center;color:#fff;user-select:none}#lucky_draw h4,.stake h4{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:1.4em}#lucky_draw a,.stake a{border:1px solid var(--theme-current-color);font-size:initial;border-radius:15px;background-color:var(--theme-current-color);padding:5px 10px;color:white!important}#lucky_draw div,.stake div{margin-top:10px}#lucky_draw div span,.stake div span{border:1px solid var(--theme-current-color);border-radius:15px;margin:0 5px;padding:5px 10px;text-align:center}#lucky_draw div span:first-child,.stake div span:first-child{margin-left:0}#lucky_draw div span:last-child,.stake div span:last-child{margin-right:0}.stake{background-color:var(--theme-box-bg-color);border:1px solid var(--theme-border-color);color:var(--theme-text-color);border-radius:20px}#background{background-color:var(--primary-color);height:160px;background-image:url(../img/background.png);background-size:cover;background-position:center;justify-content:space-between;box-shadow:0 0 20px 1px rgb(0 0 0 / .1);margin-bottom:170px}#background span:first-child{font-size:1.8em;font-weight:bolder;padding:0 10px}#background span:last-child a{padding:5px 10px}#background a,#background span{color:#fff}#user_card{position:absolute;top:70px;left:50%;transform:translateX(-50%);width:96%;height:250px;max-width:460px;margin:0 auto;background-color:var(--theme-box-bg-color);border-radius:10px;border:1px solid var(--theme-border-color);box-shadow:0 0 20px 1px var(--theme-glow-color);padding:20px}.pulse-btn{position:fixed;bottom:80px;right:20px;padding:5px 12px;padding-bottom:10px;font-size:xx-large;color:#fff;background-color:var(--theme-current-color-light);border:none;border-radius:50%;cursor:pointer;z-index:4;animation:softpulse 1000ms ease-in-out infinite;box-shadow:0 8px 20px rgb(0 0 0 / .15);transition:transform 0.3s,box-shadow 0.3s}.pulse-btn svg{font-size:xx-large}.pulse-btn:hover{transform:scale(1.1);background-color:var(--theme-current-color);box-shadow:0 12px 24px rgb(0 0 0 / .2)}@keyframes softpulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}#pnl_kgb{width:96%;max-width:460px;margin:0 auto;background-color:var(--theme-box-bg-color);border-radius:10px;box-shadow:0 0 20px 1px var(--theme-glow-color);padding:5px;margin-bottom:10px;border:1px solid var(--theme-border-color)}#pnl_kgb a{display:flex;flex-direction:column;width:33%;font-size:larger;justify-content:space-between;align-items:center}#pnl_kgb a:not(:last-child){border-right:3px solid var(--theme-border-color)}#user_avatar img{width:95px!important;height:95px!important;border-radius:10px;margin-right:10px;border:1px solid var(--theme-border-color);background-color:var(--theme-border-color);box-shadow:0 2px 4px rgb(0 0 0 / .1)}#user_details{flex:1}#details{width:100%;justify-content:space-evenly;background-color:var(--theme-box-bg-color);border:1px solid var(--theme-border-color);padding:5px;text-align:center;border-radius:10px;box-shadow:0 2px 4px rgb(0 0 0 / .1)}#details span{font-size:smaller;width:50%;text-align:center;align-items:center}#details span[class=flex-c]:last-child{border-left:3px solid var(--theme-border-color)}#user_transactions{justify-content:space-between;margin-top:5px}#user_card a{width:48%;text-align:center;padding:10px;background-color:var(--primary-color);border-radius:10px;text-decoration:none;font-weight:700;border:1px solid var(--theme-current-color);color:var(--theme-current-color);box-shadow:0 2px 4px rgb(0 0 0 / .1)}#user_card a svg{width:1.5em;height:1.5em}#user_card #btn_transfert{background-color:var(--theme-current-color);color:#fff}#btn_transfert{width:100%!important;margin-top:10px}#pnl_items{width:96%;max-width:460px;margin:0 auto;margin-top:10px;padding:0 5px;background-color:var(--theme-box-bg-color);border:1px solid var(--theme-border-color);box-shadow:0 0 20px 1px var(--theme-glow-color);border-radius:10px}#pnl_items a{display:flex;flex-direction:row;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--theme-box-bg-color);align-items:center}#pnl_items a .fa-caret-right,#pnl_items a .fa-arrow-right,#pnl_items a .fa-chevron-right{margin-right:5px;display:flex;align-items:center;justify-content:center}#pnl_items a:not(:last-child){border-bottom:1px solid var(--theme-border-color)}#pnl_items a:last-child{border-bottom:none}#register form{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:96%;max-width:480px!important}#pnl_items input{display:flex;flex-direction:row;justify-content:space-between;margin:5px 0}#pnl_items select{margin:5px 0}#pnl_items a:last-child{border-bottom:none}label{display:flex;flex-direction:row}#register a{color:var(--theme-current-color)}#register label i,#register label svg{position:relative;top:8px;margin:0 5px;padding-left:2px;width:30px;text-align:center}.user-phone,.amount{margin:0!important;font-style:normal;font-size:larger;top:3px!important;width:40px!important}label input,label input,label input{padding-left:5px;color:var(--theme-text-color)}input::placeholder{color:var(--theme-text-hint-color)}select{color:var(--theme-text-color)}select option{color:var(--theme-text-hint-color);background-color:var(--theme-box-bg-color)}.text-box{background-color:var(--theme-box-bg-color);padding:5px}#password_forgot,#terms_condition{display:block;width:96%;position:relative;left:50%;transform:translateX(-50%);text-align:right;margin-top:20px}#terms_condition{text-align:left;color:var(--theme-text-color)!important;width:96%!important;position:relative;left:50%;transform:translateX(-50%)}#GoToRegister,#GoToLogin{text-align:center;margin-top:20px}#pnl_items .text-box:not(:last-child){border-bottom:1px solid var(--theme-border-color)!important}#pnl_items .text-box:first-child{border-radius:10px 10px 0 0}#pnl_items .text-box:last-child{border-radius:0 0 10px 10px}#register #pnl_items{padding:0!important}.text-content{background-color:#fff0;outline:none;border:none;font-size:larger;width:100%;display:block}.save-btn{background-color:var(--theme-current-color);border:1px solid var(--theme-border-color);box-shadow:0 0 20px 1px var(--theme-glow-color);border-radius:10px;height:40px;margin-top:20px;width:96%;max-width:460px;position:relative;left:50%;transform:translateX(-50%);color:#fff;font-size:x-large;cursor:pointer}.wallet{background-color:var(--theme-box-bg-color);border:1px solid var(--theme-border-color);border-radius:10px;padding:5px 5px 5px 10px;margin:5px 0;height:auto}.wallet .text{height:30px;padding-right:5px;font-size:smaller;display:flex;align-items:center}.wallet b{margin:0 5px}.wallet i{font-size:x-large;margin-right:5px}.wallet a{background-color:var(--theme-border-color);border-radius:7px;padding:5px;position:relative;float:right;right:0;text-align:center;font-size:smaller}.trade #pnl_kgb{margin-top:10px}input[type=radio]{display:none}.trade input[type=radio]+label{border:1px solid var(--theme-text-hint-color);align-items:center;border-radius:10px;padding:5px;margin:5px 0;cursor:pointer;font-size:larger;color:var(--theme-text-hint-color)}.trade input[type=radio]:checked+label{border:1px solid var(--theme-border-color);background-color:var(--theme-current-color);box-shadow:0 0 20px 1px var(--theme-glow-color);color:#fff}.trade input[type=radio]:checked+label i::before{content:'\f14a';color:#fff}.trade label i{margin:0 5px;font-size:x-large;color:var(--theme-text-hint-color)}.trade .btn-next{margin-top:20px;text-align:center;align-items:center}#loading_spinner_,#LOADING{display:none;backdrop-filter:blur(2px);flex-direction:column;justify-content:center;align-items:center}#LOADING{display:flex!important}#loading_spinner_,#LOADING{position:fixed;width:100%;max-width:478px;height:100%;z-index:6}#loading_spinner_ svg,#LOADING svg{width:128px!important;height:128px!important}#loading_spinner_ svg,#LOADING svg{margin-bottom:20px}.choices{flex-wrap:wrap}.choices input[type=radio]+label{margin-right:5px!important}.trade #second-step input[type=radio]:checked+label,.trade #third-step input[type=radio]:checked+label,.trade #fourth-step input[type=radio]:checked+label{pointer-events:none}.trade #pnl_items{width:100%}.trade .buttons{justify-content:space-between}.trade .buttons .save-btn{width:49%;position:static;text-align:center;transform:none}.trade .save-btn{width:100%;text-align:center}.trade .buttons .save-btn:first-child{background-color:#fff0;color:var(--theme-text-hint-color);border-color:var(--theme-text-hint-color)}.trade #fourth-step a{width:100%;text-align:center}#first-step,#second-step,#third-step,#fourth-step{width:96%;max-width:460px;margin:0 auto;background-color:var(--theme-box-bg-color);border-radius:10px;box-shadow:0 0 20px 1px var(--theme-glow-color);padding:5px;margin-bottom:10px;border:1px solid var(--theme-border-color)}#second-step,#third-step,#fourth-step,#last-step{display:none}#last-step{z-index:4;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100vh;max-width:480px;background-color:var(--theme-background-color);box-shadow:0 0 20px 1px var(--theme-glow-color);margin-bottom:10px;border:1px solid var(--theme-border-color);padding:0 10px;padding-top:80px;overflow-y:auto}#last-step div.flex-r:first-child{background-color:var(--theme-box-bg-color);position:fixed;top:0;left:0;width:100%;align-items:center}#last-step div.flex-r:first-child span,#last-step div.flex-r:first-child a{padding:10px 15px;height:100%;font-size:20px}#last-step div.flex-c{height:max-content}#last-step div.flex-c span{text-align:center;margin:15px 0}.trade button.save-btn{margin:0;font-size:smaller;width:max-content!important;padding:0 10px}.trade #btn_check_transaction{background-color:#fff0;padding:10px 30px!important;border:1px solid var(--theme-current-color)}[data-theme=light] .trade #btn_check_transaction{color:var(--theme-text-color)}[data-theme=light] .trade #btn_check_transaction:hover{color:#fff}.trade #btn_check_transaction:hover{background-color:var(--theme-current-color);font-weight:bolder}.trade .flex-bottom{width:96%;margin-top:50px;position:relative;left:50%;transform:translateX(-50%)}.trade #deposit_code{user-select:text;cursor:pointer;border:1px solid var(--theme-current-color);padding:10px;font-size:larger;font-weight:lighter;margin:0 auto;border-radius:20px}.trade .icon{font-size:medium}.trade label{align-items:center}@media only screen and (orientation:landscape){.trade .flex-bottom{margin-top:50px}}@media only screen and (orientation:portrait) and (min-height:420px) and (max-height:1080px){.trade .flex-bottom{margin:0;position:absolute;top:90%;left:50%;transform:translate(-50%,-50%)}}@media only screen and (min-height:1080px){.trade .flex-bottom{margin-top:200px}}.settings-head{width:96%;position:relative;left:50%;transform:translateX(-50%)}#settings input[type=checkbox]{display:none}#settings #pnl_items{border-radius:25px}#settings #pnl_items div.flex-r{align-items:center;justify-content:space-between}#settings #pnl_items svg{width:1.5em;height:1.5em}#settings .toogle-btn{box-shadow:none}#notifications_panel{width:96%;max-width:480px;margin:10px auto}.notification{cursor:pointer;user-select:none;align-items:center;max-height:100px;margin-bottom:10px;background-color:var(--theme-box-bg-color);border:1px solid var(--theme-border-color);padding:5px;box-shadow:0 0 20px 1px var(--theme-glow-color);border-radius:10px}.notification .notif-img svg{width:2.5em;height:2.5em}.notification .notif-text{white-space:wrap;overflow:hidden}.notification .notif-title{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.notification .notif-title b{font-weight:bolder}.notification .notif-title span{opacity:.6;font-weight:lighter;font-size:smaller}.notification .notif-img{margin-right:5px}.notification div.flex-c{width:100%}#notifications .filter-set select{margin:0;width:max-content;padding:5px 0;background-color:var(--theme-box-bg-color);border:1px solid var(--theme-border-color);box-shadow:0 0 20px 1px var(--theme-glow-color);border-radius:10px}#notifications .filter-set{width:96%;max-width:460px;margin:0 auto;margin-top:10px;justify-content:space-between;align-items:center}.profile-card{margin:25px 10px 10px 10px;height:min-content;border:1px solid var(--theme-current-color);border-radius:10px;background-color:var(--theme-box-bg-color);padding:5px}.profile-card h4{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;top:-18px;width:96%;left:50%;transform:translateX(-50%)}.profile-card h4 span,.profile-card h4 a{background-color:var(--theme-box-bg-color);border:1px solid var(--theme-current-color);padding:1px 7px;border-radius:10px}.profile-card span.edit,.profile-card span.show,.profile-card span.hide,.profile-card h4 a{cursor:pointer;background-color:var(--theme-current-color);color:#fff}.profile-card-content{position:relative;top:-15px}.profile-card .item{display:flex;flex-direction:column;height:40px;border:1px solid var(--theme-current-color);border-radius:10px;background-color:var(--theme-box-bg-color);padding:5px 10px;margin-top:20px}.profile-card .wallet{height:90px;padding:10px}.profile-card .wallet span{margin:5px 0}.profile-card .item span{position:relative;top:-14px}.profile-card .item b:first-child{position:relative;font-size:x-small;top:-15px;background-color:var(--theme-current-color);color:#fff;padding:2px 7px;border-radius:10px;width:max-content}.profile-card .wallet b:first-child{top:-20px}.profile-card .item i{font-style:normal;font-size:medium;background-color:var(--theme-current-color);color:#fff;border-radius:10px;width:max-content;padding:2px 7px}.profile-card span.pp{align-items:center}.profile-card span.flex-r{justify-content:center;margin-top:10px}.profile-card span.flex-r img{width:150px;height:150px;border-radius:15px}#LIVE_CHAT{width:320px;max-width:480px;height:480px;max-height:480px;background-color:var(--theme-box-bg-color-2);border:1px solid var(--theme-border-color);border-radius:15px;overflow:hidden;padding:0}#empty_messages{font-weight:lighter;color:var(--theme-text-hint-color);margin:5px;font-style:italic}[data-theme=light] #empty_messages{color:rgb(0 0 0 / .5)}.discussion #messages{height:420px!important}.discussion #user_infos{display:none!important}#user_infos{height:50px;background-color:var(--theme-box-bg-color-2);border-bottom:1px solid var(--theme-border-color);position:sticky;top:0;display:flex;align-items:center;justify-content:space-between}#user_infos a{padding:10px 15px;height:100%;font-size:larger;font-weight:bolder}#messages{height:370px;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column-reverse}#chat-form{display:flex;justify-content:flex-end;align-items:center;height:58px;background-color:var(--theme-box-bg-color-2);border-top:1px solid var(--theme-border-color)}.message{margin-bottom:5px;padding-left:5px;padding-top:5px;height:auto;display:flex;flex-direction:column;align-items:flex-start}.msg-content span{font-size:small;position:absolute;bottom:-5px;right:-33px;color:gray}.right span{left:-33px!important}.msg-content{max-width:75%!important;display:flex;flex-direction:column;background-color:var(--theme-border-color);border:1px solid var(--theme-border-color);padding:5px 10px;font-size:14px;line-height:1.4;color:#333;border-radius:15px;position:relative;word-wrap:break-word;box-shadow:0 2px 5px rgb(255 255 255 / .1)}.left .msg-content{background-color:#222f37;color:whitesmoke;border-bottom-left-radius:2px}.right .msg-content{background-color:var(--theme-current-color);color:#fff;border-bottom-right-radius:2px;justify-content:flex-end!important}.left{justify-content:flex-start}.right{justify-content:flex-start;align-items:flex-end;padding-right:5px}.message .content h4{border-bottom:2px solid var(--theme-box-bg-color)}#chat-form input[type=text]{background-color:var(--theme-box-bg-color);border:1px solid var(--theme-current-color);padding:5px;margin:5px 0;width:250px;height:40px;font-size:smaller;border-radius:10px;color:var(--theme-text-color)}#send_message{width:52px;height:40px;margin:5px;border-radius:10px;background-color:var(--theme-current-color);border:1px solid var(--theme-border-color);color:#fff;cursor:pointer}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}.message-appear{animation:fadeInSlide 0.3s ease-out forwards}
