html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{margin:0;padding:0;box-sizing:border-box}html{height:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:16px}@media (max-width: 767px){html{font-size:12px}}body{font-family:IBM Plex Sans,sans-serif;font-weight:400;font-style:normal;color:#cbcfd2;background:#14161a;height:100%;line-height:1.5;overflow-y:scroll}button,select,input{outline:none;font-family:IBM Plex Sans,sans-serif;line-height:1.5}button{color:#cbcfd2;transition:.2s;cursor:pointer}a{color:inherit;transition:.2s;cursor:pointer}.page-loader{margin-top:1.1rem;width:17.1875rem;height:.5rem;display:inline-block;background-color:#cbcfd2;background-image:linear-gradient(-45deg,#1b1c20 25%,transparent 25%,transparent 50%,#1b1c20 50%,#1b1c20 75%,transparent 75%,transparent);font-size:30px;background-size:.5em .5em;box-sizing:border-box;border-radius:.25rem;animation:barStripe 1s linear infinite}.page-loader__container{display:flex;flex-direction:column;align-items:flex-end;margin:auto;width:27.875rem}.page-loader__logo{width:27.875rem;height:6.5625rem;background:url(../../../terminal/src/styles/images/logo-loader.svg) center center/100% 100% no-repeat}.page-loader__wrapper{display:flex;width:100%;height:100%;position:fixed;transition:opacity .5s;background:#1b1c20;top:0;left:0;z-index:1005;opacity:1}.page-loader__wrapper.loaded{pointer-events:none;opacity:0}@keyframes barStripe{0%{background-position:1em 0}to{background-position:0 0}}.primary-button{display:flex;justify-content:center;align-items:center;text-align:center;font-size:.875em;font-weight:700;color:#fff;padding:12px 20px;border-radius:8px;background:#1e90c2;border:none}.primary-button:hover{opacity:.7}.primary-button:disabled{opacity:.7;cursor:not-allowed}.secondary-button{display:flex;justify-content:center;align-items:center;text-align:center;font-size:.875em;font-weight:700;padding:12px 20px;border-radius:8px;background:none;border:2px solid #CBCFD2}.secondary-button:hover{opacity:.7}.tertiary-button{display:flex;justify-content:center;align-items:center;text-align:center;font-size:.875em;font-weight:700;color:#202327;padding:12px 20px;border-radius:8px;background:#f2ab53;border:none}.tertiary-button:hover{opacity:.7}.field-box{display:flex;flex-direction:column;width:100%;position:relative;margin-top:auto}.field-box .field-label{display:flex;align-items:center;gap:8px;font-size:.875em;margin-bottom:4px}.field-box .field-label svg{outline:none;width:16px;min-width:16px;cursor:pointer}.field-box .field{width:100%;padding:11px 16px;font-size:.875em;border-radius:4px;border:1px solid #505155;background-color:#1f2024;color:#8e979f}.field-box .field.error{border-color:#a92323}.field-box select.field{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px;background-image:url(../images/general/chevron-down.svg);background-repeat:no-repeat;background-position:calc(100% - 16px) 50%;background-color:#1f2024;cursor:pointer}.field-box select.field>option{background:#26272c;color:#fff}.field-box input.field::-webkit-outer-spin-button,.field-box input.field::-webkit-inner-spin-button{-webkit-appearance:none}.switch{display:flex;align-items:center}.switch__label{position:relative;display:inline-block;width:24px;height:14px}.switch__input{opacity:0;width:0;height:0}.switch__input:checked+.switch__slider{background-color:#1b9e75}.switch__input:checked+.switch__slider:before{transform:translate(10px)}.switch__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#6b767f;transition:.2s;border-radius:24px}.switch__slider:before{position:absolute;content:"";height:10px;aspect-ratio:1/1;top:2px;left:2px;background:#1f2024;transition:.2s;border-radius:50%}.switch__text{margin-left:12px;font-size:.875em}.checkbox{display:flex}.checkbox:has(.checkbox__input:checked) .checkbox__span{background-image:url(../images/general/check.svg);background-repeat:no-repeat;background-position:50% 50%;background-color:#49b9f8}.checkbox__label{display:flex;flex-direction:row-reverse;align-items:center}.checkbox__text{margin-left:12px;font-size:.875em}.checkbox__input{outline:none;display:none}.checkbox__span{margin:2px;border-radius:4px;border:1px solid #49B9F8;background-color:transparent;min-width:20px;width:20px;height:20px;cursor:pointer}.notifications{position:fixed;z-index:10;bottom:32px;right:20px;display:flex;flex-direction:column;gap:12px;width:335px}.notifications__item{font-size:.875em;padding:8px 12px;border-radius:10px;background:#33383d}.notifications__item.error{background:#c92929}.notifications__item.success{background:#1b9e75}.card{font-size:1em;display:flex;flex-direction:column;width:100%;background:#1f2024;border-radius:8px}.card:has(.card__head) .card__body{padding-bottom:16px}.card__head{display:flex;align-items:center;background:#26272c;border-radius:8px 8px 0 0;padding:3px 16px;margin-bottom:8px}.card__head-title{font-size:.875em;color:#fff;margin-right:20px}.card__head-href{margin-left:auto;display:flex}.card__head-href:hover{opacity:.7}.card__head-dots-box{margin-left:12px;position:relative}.card__head-dots-box .content-tooltip{top:15px;right:100%}.card__head-dots{display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:24px;min-width:24px;height:24px;cursor:pointer}.card__head-dots div{width:5px;height:5px;background:#cbcfd2;border-radius:50%}.card__body{padding:0 16px}.card__body-item{display:grid;align-items:center;grid-template-columns:repeat(2,1fr);gap:20px;padding:1px 6px;border-bottom:1px solid #26272C}.card__body-title,.card__body-value{font-size:.625em}.card__body-title{font-weight:700}.page-loader__logo{background-image:url(/account/dist/styles/logo-loader.svg)}@media (max-width: 767px){.notifications{width:200px}}body:has(.account-popup.active){overflow:hidden}.account-page{position:relative;padding-top:40px;padding-bottom:40px;font-size:16px}.account-page .profile__wrapper{display:flex;flex-direction:column;width:100%;max-width:1440px;gap:36px;padding:0 40px;margin:0 auto}.account-page .profile__box{display:flex;width:100%;background:#191a1f;border-radius:8px;overflow:hidden}.account-page .profile__box.hidden{display:none}.account-page .profile__head{display:flex;flex-direction:column;align-items:center;width:340px;min-width:340px;padding:20px}.account-page .profile__head-profile-title{margin-top:10px;font-size:2em;text-align:center}.account-page .profile__head-avatar-box{margin-top:8px;border-radius:50%;width:86px;height:86px;overflow:hidden}.account-page .profile__head-avatar{object-fit:contain;width:100%;height:100%}.account-page .profile__head-title{font-size:1.5em;width:100%}.account-page .profile .body{display:flex;flex-direction:column;padding:26px 20px;background:#1f2024;width:100%;position:relative}.account-page .profile .body__global-modifier{position:absolute;top:30px;right:40px;font-size:1.25em;font-weight:700;color:#0e674b}.account-page .profile .body__global-modifier.invalid{color:#c92929}.account-page .profile .body__items{display:flex;flex-direction:column;gap:12px}.account-page .profile .body__item{display:flex;flex-direction:column}.account-page .profile .body__item-head{display:flex;align-items:center}.account-page .profile .body__item-head-text{min-width:250px;margin-left:8px}.account-page .profile .body__item-head-key,.account-page .profile .body__item-head-value.bold{font-weight:700}.account-page .profile .body__item-head-value.create{color:#49b9f8;transition:.2s;cursor:pointer}.account-page .profile .body__item-head-value.create:hover{opacity:.7}.account-page .profile .body__item-head-value.red{color:#c92929}.account-page .profile .body__item-head-value.blue{color:#49b9f8}.account-page .profile .body__item-head-value.gold{color:#f2ab53}.account-page .profile .body__item-head-value.admin{background:linear-gradient(90deg,#ff7e5f,#feb47b);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.account-page .profile .body__item-head-modifier{margin-left:4px;color:#0e674b}.account-page .profile .body__item-head-modifier.invalid{color:#c92929}.account-page .profile .body__item-head-action{margin-left:30px;color:#49b9f8;transition:.2s;cursor:pointer}.account-page .profile .body__item-head-action:hover{opacity:.7}.account-page .profile .body__item-head-action.disabled{pointer-events:none;color:#4f575e}.account-page .profile .body__item-head-action.red{color:#a92323}.account-page .profile .body__item-head-fa-actions{display:flex;gap:60px;margin-left:30px;color:#49b9f8}.account-page .profile .body__item-head-fa-actions.disabled{pointer-events:none;color:#4f575e}.account-page .profile .body__item-head-fa-actions-item{display:flex;align-items:center;gap:6px;transition:.2s;cursor:pointer}.account-page .profile .body__item-head-fa-actions-item:hover{opacity:.7}.account-page .profile .body__item-head-fa-actions-item-icon{width:24px;min-width:24px}.account-page .profile .body__item-description{margin-left:30px;color:#6b767f}.account-page .profile .body__item-description a{text-decoration:none;color:#49b9f8;transition:.2s;cursor:pointer}.account-page .profile .body__item-description a:hover{opacity:.7}.account-page .profile .body .exchanges{display:flex;gap:60px}.account-page .profile .body .exchanges__item{display:flex;flex-direction:column}.account-page .profile .body .exchanges__item-head{display:flex;align-items:center}.account-page .profile .body .exchanges__item-head-text{margin-left:8px}.account-page .profile .body .exchanges__item-head-key{font-weight:700}.account-page .profile .body .exchanges__item-head-modifier{margin-left:4px;color:#0e674b}.account-page .profile .body .exchanges__item-head-modifier.invalid{color:#c92929}.account-page .profile .body .exchanges__item-head-action{margin-left:30px;color:#49b9f8;transition:.2s;cursor:pointer}.account-page .profile .body .exchanges__item-head-action:hover{opacity:.7}.account-page .profile .body .exchanges__item-head-action.disabled{pointer-events:none;color:#4f575e}.account-page .profile .body__subscribe{width:fit-content;cursor:pointer;color:#49b9f8;text-decoration:none;transition:.2s}.account-page .profile .body__subscribe:hover{opacity:.7}.account-page .devices{margin-top:20px;display:flex}.account-page .devices__wrapper{display:flex;flex-direction:column;width:100%;max-width:1440px;padding:0 40px;margin:0 auto}.account-page .devices .devices-table__title{display:flex;align-items:center;gap:8px}.account-page .devices .devices-table__title-text{font-size:1.125em;font-weight:700}.account-page .devices .devices-table__title-refresh{color:#49b9f8;cursor:pointer;transition:.2s}.account-page .devices .devices-table__title-refresh:hover{opacity:.7}.account-page .devices .devices-table__title-refresh.disabled{pointer-events:none;opacity:.7}.account-page .devices .devices-table__scroll-area{margin-top:20px;overflow:auto}.account-page .devices .devices-table__box{display:flex;flex-direction:column;width:100%;min-width:738px}.account-page .devices .devices-table .table-head{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:30px;background:#1f2024;border-radius:8px;padding:8px 20px}.account-page .devices .devices-table .table-head__item{display:flex}.account-page .devices .devices-table .table-head__item-box{display:flex;align-items:center}.account-page .devices .devices-table .table-head__item-box[data-key]{cursor:pointer}.account-page .devices .devices-table .table-head__item-box[data-key] .table-head__item-icon{display:flex}.account-page .devices .devices-table .table-head__item-box:nth-child(n+2){position:relative;margin-left:10px}.account-page .devices .devices-table .table-head__item-box:nth-child(n+2):before{display:flex;justify-content:center;position:absolute;top:50%;left:-10px;width:10px;transform:translateY(-50%);content:"/";pointer-events:none}.account-page .devices .devices-table .table-head__item-text{font-size:.875em}.account-page .devices .devices-table .table-head__item-icon{display:none;flex-direction:column;justify-content:center;align-items:center;gap:3px;height:16px;width:16px;min-width:16px}.account-page .devices .devices-table .table-head__item-icon:before,.account-page .devices .devices-table .table-head__item-icon:after{content:"";display:block;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:5px solid #6B767F}.account-page .devices .devices-table .table-head__item-icon:after{transform:rotate(180deg)}.account-page .devices .devices-table .table-head__item-icon.up:before{border-bottom-color:#cbcfd2}.account-page .devices .devices-table .table-head__item-icon.down:after{border-bottom-color:#cbcfd2}.account-page .devices .devices-table .rows{margin-top:4px;display:flex;flex-direction:column;gap:4px;font-size:.875em}.account-page .devices .devices-table .rows__row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;border-radius:8px;background:#1f2024;padding:8px 20px;gap:30px}.account-page .devices .devices-table .rows__row-cell{display:flex;align-items:center}.account-page .devices .devices-table .rows__row-cell-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.account-page .devices .devices-table .rows__row-cell-text.current{color:#ee9322}.account-page .devices .devices-table .rows__row-cell-text.off{color:#c92929;transition:.2s;cursor:pointer}.account-page .devices .devices-table .rows__row-cell-text.off:hover{opacity:.7}.account-page .devices .devices-table .rows__row-cell-text a{text-decoration:none}.account-page .devices .devices-table .rows__row-cell-text span.bold{font-weight:700}.account-page .devices .devices-table .rows__row-cell-text span.grey{color:#a7aeb4}.account-page .devices .devices-table .rows__row-cell-text span.blue{color:#49b9f8}.account-page .devices .devices-table .rows__row-cell-text span.pointer{cursor:pointer}.account-page .devices .devices-table .rows__row-cell--status{display:flex;justify-content:flex-end}.account-page .account-popup{font-size:16px;position:fixed;z-index:102;top:0;left:0;display:flex;justify-content:center;width:100vw;height:100vh;background:#fff3;opacity:0;pointer-events:none;overflow:auto;transition:.4s}.account-page .account-popup.active{opacity:1;pointer-events:all}.account-page .account-popup.active .account-popup__wrapper{transform:scale(1)}.account-page .account-popup--headless .account-popup__wrapper{padding:20px 16px}.account-page .account-popup--headless .account-popup__head{display:none}.account-page .account-popup--headless .account-popup__inner{margin-top:0}.account-page .account-popup__wrapper{display:flex;flex-direction:column;margin:auto 0;transform:scale(.5);width:100%;max-width:768px;background:#1f2024;box-shadow:0 15px 24px #000;padding:10px 20px 20px;transition:.4s}.account-page .account-popup__wrapper.sm{max-width:320px}.account-page .account-popup__wrapper.md{max-width:530px}.account-page .account-popup__wrapper.lg{max-width:712px}.account-page .account-popup__wrapper.xl{max-width:1080px}.account-page .account-popup__wrapper.auth-size{max-width:890px}.account-page .account-popup__head{display:flex;align-items:center}.account-page .account-popup__head-icon{display:flex;flex-direction:column;justify-content:space-between;height:15px;width:8px;margin-right:12px}.account-page .account-popup__head-icon>div{width:100%;height:3px;background:#d9d9d9}.account-page .account-popup__head-title{font-weight:700;margin-right:20px}.account-page .account-popup__head-close{display:flex;position:relative;width:24px;height:24px;margin-left:auto;cursor:pointer}.account-page .account-popup__head-close>div{position:absolute;top:50%;left:50%;width:20px;height:2px;background:#cbcfd2}.account-page .account-popup__head-close>div:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)}.account-page .account-popup__head-close>div:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}.account-page .account-popup__inner{margin-top:20px}.account-page .account-popup .email-registration-inner{display:flex;flex-direction:column;align-items:center}.account-page .account-popup .email-registration-inner__image{margin-top:12px}.account-page .account-popup .email-registration-inner .form{display:flex;flex-direction:column;width:100%;margin-top:16px}.account-page .account-popup .email-registration-inner .form__step{display:none;flex-direction:column;gap:16px}.account-page .account-popup .email-registration-inner .form__step.active{display:flex}.account-page .account-popup .email-registration-inner .form__field-box{display:flex;flex-direction:column}.account-page .account-popup .email-registration-inner .form__field-box.error .form__field{border-color:#c92929}.account-page .account-popup .email-registration-inner .form__field-label{font-size:.875em;margin-bottom:4px}.account-page .account-popup .email-registration-inner .form__field{width:100%;height:46px;border-radius:4px;border:1px solid #505155;background:none;padding:12px 16px;font-size:.875em;color:#8e979f}.account-page .account-popup .email-registration-inner .form__buttons{margin-top:24px;display:flex;gap:16px}.account-page .account-popup .email-registration-inner .form__button-box{width:100%}.account-page .account-popup .email-registration-inner .form__button-box--timer{display:flex;align-items:center}.account-page .account-popup .email-registration-inner .form__button-box--timer.hidden{opacity:0}.account-page .account-popup .email-registration-inner .form__button-box--timer .form__timer{display:none}.account-page .account-popup .email-registration-inner .form__button-box--timer .form__button,.account-page .account-popup .email-registration-inner .form__button-box--timer.timer .form__timer{display:block}.account-page .account-popup .email-registration-inner .form__button-box--timer.timer .form__button{display:none}.account-page .account-popup .email-registration-inner .form__timer{font-size:.875em}.account-page .account-popup .email-registration-inner .form__button{font-size:.875em;font-weight:700;width:100%;height:44px;background:#1e90c2;border-radius:8px;border:none}.account-page .account-popup .email-registration-inner .form__button:hover{opacity:.7}.account-page .account-popup .auth-inner{display:flex;gap:40px;padding-left:15px}.account-page .account-popup .auth-inner .col-1{display:flex;flex-direction:column}.account-page .account-popup .auth-inner .col-1__title{font-size:1.5em;font-weight:700}.account-page .account-popup .auth-inner .col-1__description{margin-top:5px;font-weight:700;color:#6b767f;margin-bottom:20px}.account-page .account-popup .auth-inner .col-1__description span{font-weight:700}.account-page .account-popup .auth-inner .col-1__download-text{font-size:.75em;margin-top:auto;color:#6b767f}.account-page .account-popup .auth-inner .col-1__download-text span{font-weight:700}.account-page .account-popup .auth-inner .col-1__downloads{margin-top:10px;display:flex;gap:6px}.account-page .account-popup .auth-inner .col-1__download-box{display:flex;align-items:center;justify-content:center;background:#191a1f;border-radius:8px;padding:10px;text-decoration:none}.account-page .account-popup .auth-inner .col-1__download-box:hover{opacity:.7}.account-page .account-popup .auth-inner .col-1__download-box-text{margin-left:5px}.account-page .account-popup .auth-inner .col-2{width:420px;min-width:420px;background:#191a1f;border-radius:20px;padding-top:20px;margin-bottom:auto}.account-page .account-popup .auth-inner .col-2 .switches{display:flex;align-items:center;padding:1px;border-radius:10px;background:#1f2024;gap:10px;margin:0 20px}.account-page .account-popup .auth-inner .col-2 .switches__item{display:flex;align-items:center;justify-content:center;width:100%;border-radius:10px;padding:8px 4px;cursor:pointer}.account-page .account-popup .auth-inner .col-2 .switches__item.active{background:#4f575e;color:#28acf7}.account-page .account-popup .auth-inner .col-2 .switches__item-text{font-weight:700;margin-left:8px}.account-page .account-popup .auth-inner .col-2 .boxes{margin-top:12px;margin-bottom:20px;padding:0 20px}.account-page .account-popup .auth-inner .col-2 .boxes__box{display:none}.account-page .account-popup .auth-inner .col-2 .boxes__box.active{display:flex}.account-page .account-popup .auth-inner .col-2 .boxes .qr{align-items:center;justify-content:center;gap:12px}.account-page .account-popup .auth-inner .col-2 .boxes .qr__image{width:140px}.account-page .account-popup .auth-inner .col-2 .boxes .qr__background{display:flex;align-items:center;width:167px;height:104px;padding-left:30px;text-align:center;background:url("data:image/svg+xml,%3csvg%20width='167'%20height='104'%20viewBox='0%200%20167%20104'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31%200H167V104H31L0%2052L31%200Z'%20fill='url(%23paint0_linear_1369_7694)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1369_7694'%20x1='167'%20y1='52'%20x2='0'%20y2='52'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23191A1F'/%3e%3cstop%20offset='1'%20stop-color='%2326272E'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat;background-size:cover}.account-page .account-popup .auth-inner .col-2 .boxes .qr__background-text{font-size:.75em;color:#8e979f;text-align:start}.account-page .account-popup .auth-inner .col-2 .boxes .key{margin-top:24px;flex-direction:column}.account-page .account-popup .auth-inner .col-2 .boxes .key__title{max-width:275px;font-size:.75em;color:#6b767f;text-align:center;margin:0 auto}.account-page .account-popup .auth-inner .col-2 .boxes .key__keys{margin:30px auto 0;display:flex;flex-wrap:wrap;gap:15px 10px;width:310px}.account-page .account-popup .auth-inner .col-2 .boxes .key__key{display:flex;justify-content:center;font-size:.75em;font-weight:700;color:#fff;width:70px;padding:4px;background:#37363e;border-radius:4px}.account-page .account-popup .auth-inner .col-2 .boxes .key__copy{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:12px;color:#49b9f8;transition:.2s;cursor:pointer}.account-page .account-popup .auth-inner .col-2 .boxes .key__copy:hover{opacity:.7}.account-page .account-popup .auth-inner .col-2 .boxes .key__copy-text{font-size:.75em}.account-page .account-popup .auth-inner .col-2 .code{display:flex;flex-direction:column;align-items:center;background:#14161a;border-radius:20px;padding:12px}.account-page .account-popup .auth-inner .col-2 .code__title{font-weight:700}.account-page .account-popup .auth-inner .col-2 .code__description{font-size:.75em;color:#6b767f}.account-page .account-popup .auth-inner .col-2 .code__numbers{display:flex;justify-content:center;gap:4px;margin-top:16px}.account-page .account-popup .auth-inner .col-2 .code__number{display:flex;align-items:center;justify-content:center;width:32px;height:42px;background:#37363e;border-radius:8px;border:none;text-align:center;color:#ecedee}.account-page .account-popup .auth-inner .col-2 .code__number::-webkit-outer-spin-button,.account-page .account-popup .auth-inner .col-2 .code__number::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.account-page .account-popup .auth-inner .col-2 .code__number:nth-child(4){margin-left:4px}.account-page .account-popup .telegram-connect-inner{margin-top:0;display:flex;flex-direction:column}.account-page .account-popup .telegram-connect-inner__top-box{display:flex;align-items:center;gap:20px}.account-page .account-popup .telegram-connect-inner__title{color:#6b767f}.account-page .account-popup .telegram-connect-inner__telegram{width:189px;min-width:189px}.account-page .account-popup .telegram-connect-inner__button{margin-top:10px;max-width:240px;text-decoration:none}.account-page .account-popup .telegram-connect-inner__description{margin-top:24px;font-size:.875em}.account-page .account-popup .telegram-connect-inner__description a{color:#49b9f8;text-decoration:none;transition:.2s}.account-page .account-popup .telegram-connect-inner__description a:hover{opacity:.7}.account-page .account-popup .telegram-connect-inner__command-box{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;border:1px solid #505155;border-radius:4px}.account-page .account-popup .telegram-connect-inner__command{font-size:.875em;font-weight:700;color:#8e979f}.account-page .account-popup .telegram-connect-inner__copy-command{min-width:16px;cursor:pointer}.account-page .draggable-popup{position:absolute;top:0;left:0;display:flex;flex-direction:column;width:100%;max-width:768px;background:#2a2b30;box-shadow:0 15px 24px #000;padding:10px 20px 20px;z-index:5;-webkit-user-select:none;user-select:none}.account-page .draggable-popup.sm{max-width:320px}.account-page .draggable-popup.md{max-width:530px}.account-page .draggable-popup.lg{max-width:712px}.account-page .draggable-popup.xl{max-width:1080px}.account-page .draggable-popup__head{display:flex;align-items:center;cursor:pointer}.account-page .draggable-popup__head-icon{display:flex;flex-direction:column;justify-content:space-between;height:15px;width:8px;margin-right:12px}.account-page .draggable-popup__head-icon>div{width:100%;height:3px;background:#d9d9d9}.account-page .draggable-popup__head-title{font-weight:700;margin-right:20px}.account-page .draggable-popup__head-close{display:flex;position:relative;width:24px;height:24px;margin-left:auto;cursor:pointer}.account-page .draggable-popup__head-close>div{position:absolute;top:50%;left:50%;width:20px;height:2px;background:#cbcfd2}.account-page .draggable-popup__head-close>div:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)}.account-page .draggable-popup__head-close>div:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}.account-page .draggable-popup__inner{margin-top:20px}@media (max-width: 1199px){.account-page .profile__wrapper,.account-page .devices__wrapper{padding:0 15px}}@media (max-width: 991px){.account-page .profile .body__global-modifier{position:static;top:0;right:0;margin-bottom:20px}.account-page .account-popup .auth-inner{display:flex;gap:20px;padding-left:0}}@media (max-width: 767px){.account-page{padding-top:20px;padding-bottom:20px}.account-page .profile__box{flex-direction:column}.account-page .profile__head{width:100%;min-width:auto}.account-page .profile__head-profile-title{margin-top:0}.account-page .profile .body__global-modifier{font-size:1.125em}.account-page .profile .body .exchanges{flex-direction:column;gap:12px}.account-page .account-popup.active .account-popup__wrapper{top:0;left:0;transform:none}.account-page .account-popup .auth-inner{flex-direction:column}.account-page .account-popup .auth-inner .col-1{align-items:center}.account-page .account-popup .auth-inner .col-1__title,.account-page .account-popup .auth-inner .col-1__description,.account-page .account-popup .auth-inner .col-1__download-text{text-align:center}.account-page .account-popup .auth-inner .col-2{margin:0 auto;width:100%;max-width:420px;min-width:auto}}@media (max-width: 575px){.account-page .profile .body__item-head-text{min-width:auto}.account-page .account-popup .auth-inner .col-2 .switches__item-icon{display:none}.account-page .account-popup .auth-inner .col-2 .switches__item-text{margin-left:0}.account-page .account-popup .auth-inner .col-2 .boxes .qr__image{width:100px}.account-page .account-popup .auth-inner .col-2 .boxes .key__keys{justify-content:center;gap:12px;width:100%}.account-page .account-popup .auth-inner .col-2 .boxes .key__key{width:calc(33.3333333333% - 8px)}.account-page .account-popup .auth-inner .col-2 .boxes .key__copy{margin-right:0}.account-page .account-popup .telegram-connect-inner{margin-top:20px}.account-page .account-popup .telegram-connect-inner__top-box{flex-direction:column;gap:0}.account-page .account-popup .telegram-connect-inner__button{max-width:none}}
