body,html{background:var(--bg_secondary);font-family:var(--font)}nav{position:fixed;bottom:0;left:0;width:100%;height:var(--nav-height);background:var(--bg_primary);box-shadow:0 0 4px 0 hsl(0deg 0% 0%/10%)}.nav-items{display:flex;justify-content:space-around}.nav-items__item{display:flex;align-items:center;justify-content:center;width:68px;height:68px;text-decoration:none;border-radius:50%}.nav-items__item,.nav-items__item:focus,.nav-items__item:hover{color:var(--primary)}.nav-items__item--active,.nav-items__item--active:focus,.nav-items__item--active:hover{color:var(--accent)}.nav-items__item:focus,.nav-items__item:hover{text-decoration:none}.nav-items__item-icon{display:flex;align-items:center;justify-content:center;margin-bottom:-1px}.nav-items__item-name{font-weight:400;font-size:10px;line-height:16px;letter-spacing:0;text-align:center}header{height:var(--header-height);display:flex;align-items:center;position:fixed;top:0;left:0;width:100%;background:var(--bg_primary)}.header-left,.header-right{flex-shrink:0;width:56px;display:flex;align-items:center;justify-content:center;color:var(--accent)}.header-left:focus,.header-left:hover{color:var(--accent);text-decoration:none}.header-center{width:100%;text-align:center;min-width:0}.header-center__title{font-weight:600;font-size:16px;color:var(--primary);width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.header-center__description,.header-center__title{line-height:24px;letter-spacing:0;text-align:center}.header-center__description{font-weight:400;font-size:12px;color:var(--secondary)}main{margin-top:var(--header-height);margin-bottom:var(--nav-height);padding:15px}main label{text-transform:uppercase;padding-left:18px;color:var(--secondary);font-weight:400;margin-bottom:12px}main input[type=email],main input[type=number],main input[type=password],main input[type=text]{height:48px!important}main input[type=email],main input[type=number],main input[type=password],main input[type=text],main textarea{background:var(--bg_primary)!important;border:none!important;outline:none!important;box-shadow:none!important;font-size:14px!important;border-radius:var(--button_style-border_radius)!important}main input::placeholder,main textarea::placeholder{color:var(--secondary)!important}.payment-browser-loader{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.payment-browser-loader:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bg_secondary);opacity:.6;z-index:-1}.payment-browser-loader__text{font-size:24px;font-weight:500}.payment-browser-loader__icon{display:flex;align-items:center;justify-content:center;padding-top:24px;padding-bottom:24px}.loader{width:42px;aspect-ratio:1;border-radius:50%;border:4px solid var(--accent);animation:l20-1 .8s linear infinite alternate,l20-2 1.6s linear infinite}@keyframes l20-1{0%{clip-path:polygon(50% 50%,0 0,50% 0,50% 0,50% 0,50% 0,50% 0)}12.5%{clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 0,100% 0,100% 0)}25%{clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,100% 100%,100% 100%)}50%{clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%)}62.5%{clip-path:polygon(50% 50%,100% 0,100% 0,100% 0,100% 100%,50% 100%,0 100%)}75%{clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0 100%)}to{clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0 100%)}}@keyframes l20-2{0%{transform:scaleY(1) rotate(0deg)}49.99%{transform:scaleY(1) rotate(135deg)}50%{transform:scaleY(-1) rotate(0deg)}to{transform:scaleY(-1) rotate(-135deg)}}.modal.show{opacity:1!important}.modal.fade .modal-dialog{-webkit-transform:translate(0)!important;-ms-transform:translate(0)!important;-o-transform:translate(0)!important;transform:translate(0)!important}.binance-modal,.binance-modal *,.binance-modal :after,.binance-modal :before{box-sizing:border-box}.header-accent{background:var(--accent)}.header-accent .header-center__description,.header-accent .header-center__title,.header-accent .header-left,.header-accent .header-right{color:var(--inverse)}