@import"https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap";body{font-family:Rubik,sans-serif;margin:0;padding:0}a{text-decoration:none}.fade-enter-active,.fade-leave-active{transition:opacity .1s}.fade-enter,.fade-leave-to{opacity:0}.nav-menu{background:#1A242B;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:256px;box-sizing:border-box;position:fixed}.nav-menu_top .logo{padding-top:24px;padding-left:20px}.nav-menu_top .menu{width:100%;padding:0 8px;box-sizing:border-box;margin-top:48px}.nav-menu_top .menu-item{width:100%}.nav-menu_top .menu-item .btn-link{display:flex;flex-direction:row;align-items:center;padding:10px 16px;box-sizing:border-box;font-weight:400;font-size:14px;line-height:16px;color:#fff9;transition:all .3s ease-in-out;margin-bottom:4px}.nav-menu_top .menu-item .btn-link:hover{cursor:pointer;background:#232D33;border-radius:8px;color:#007aff}.nav-menu_top .menu-item .btn-link:hover img{filter:grayscale(0)}.nav-menu_top .menu-item img{margin-right:20px;filter:grayscale(100)}.nav-menu_top .menu .router-link-exact-active{background:#232D33;border-radius:8px;color:#007aff}.nav-menu_top .menu .router-link-exact-active img{filter:grayscale(0)}.nav-menu_account{padding:16px;border-top:1px solid rgba(255,255,255,.06)}.nav-menu_account .account{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.nav-menu_account .account-avatar{border-radius:8px;box-sizing:border-box;overflow:hidden}.nav-menu_account .account-avatar img{max-width:40px;width:100%}.nav-menu_account .account-bio_name{font-weight:500;font-size:14px;line-height:16px;color:#fff;margin-bottom:4px}.nav-menu_account .account-bio_role{font-weight:400;font-size:12px;line-height:16px;color:#ffffff52}.nav-menu_account .account-logout{background:rgba(255,255,255,.06);border-radius:8px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;transition:all .2s ease-in-out}.nav-menu_account .account-logout:hover{cursor:pointer}.nav-menu_account .account-logout:hover svg path{fill:#007aff;fill-opacity:1}.vld-shown{overflow:hidden}.vld-overlay{bottom:0;left:0;position:absolute;right:0;top:0;align-items:center;display:none;justify-content:center;overflow:hidden;z-index:9999}.vld-overlay.is-active{display:flex}.vld-overlay.is-full-page{z-index:9999;position:fixed}.vld-overlay .vld-background{bottom:0;left:0;position:absolute;right:0;top:0;background:#fff;opacity:.5}.vld-overlay .vld-icon,.vld-parent{position:relative}.AccountLayout{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.AccountLayout .layout{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.AccountLayout .layout-content{padding:0 40px;box-sizing:border-box;background:#F8F8FF;min-height:100vh;width:100%;display:flex;flex-direction:column;margin-left:256px;position:relative}.AccountLayout .layout-content_title{padding:24px 24px 22px;font-weight:500;font-size:32px;line-height:40px;letter-spacing:-1px;color:#1a242b}.table-layout{background:white;width:100%;box-shadow:0 2px 8px #dfe2f3;border-radius:12px}.table-layout_title{padding:26px 24px 32px;font-weight:500;font-size:24px;line-height:28px;letter-spacing:-.4px;color:#1a242b}.table-layout .table table,.table-layout .table table tr{border-collapse:collapse}.table-layout .table table tr:first-child{border-bottom:1px solid rgba(101,157,199,.12)}.table-layout .table_header-row{border-top:1px solid rgba(101,157,199,.12);background:white;position:sticky;z-index:9;top:0}.table-layout .table_header-row th{padding:9px 0;font-weight:500;font-size:12px;line-height:16px;color:#659dc7}.table-layout .table_th-text{display:flex;flex-direction:row;align-items:center}.table-layout .table_th-text_sort svg{border-radius:4px;margin-left:4px;transition:all .2s ease-in-out}.table-layout .table_th-text_sort:hover{cursor:pointer}.table-layout .table_th-text_sort:hover svg{background:rgba(101,157,199,.12)}.table-layout .table_item{border-top:1px solid rgba(101,157,199,.12)}.table-layout .table_item-td{padding:14px 0;font-size:14px;font-weight:400;line-height:16px;color:#1a242b}.hover-info{position:absolute;text-align:center;left:50%;transform:translate(-50%)}.hover-info-text{background:#1A242B;border-radius:4px;padding:4px 8px;font-weight:400;font-size:14px;line-height:16px;letter-spacing:-.2px;color:#fff}.hover-info-block{display:flex;flex-direction:column}.hover-info-block-item{display:flex;min-width:70px;flex-direction:row;justify-content:space-between;align-items:center}.paged-pagination{margin-top:24px;margin-bottom:1rem;padding:0 32px;display:flex;flex-direction:row;justify-content:center;position:sticky;bottom:1rem;left:256px;right:0}@media (max-width: 1079px){.paged-pagination{padding:0 16px}}.paged-pagination-block{display:flex;flex-direction:row;justify-content:space-between;padding:8px;transition:all .3s ease-in-out}@media (max-width: 1079px){.paged-pagination-block{width:100%}}.paged-pagination-block-select{font-size:14px;line-height:18px;letter-spacing:.2px;color:#9fa2b4;display:flex;flex-direction:row;margin-right:62px;position:relative}@media (max-width: 1079px){.paged-pagination-block-select{margin-right:0}}.paged-pagination-block-select .pages-length{margin:0 8px;font-size:14px;line-height:20px;letter-spacing:.3px;color:#1b1a1c;cursor:pointer}.paged-pagination-block-select .pages-length-dropdown{position:absolute;z-index:99;background:#FFFFFF;box-shadow:0 4px 24px #0f003a1f;border-radius:8px;border:none;width:50px;bottom:20px}.paged-pagination-block-select .pages-length-dropdown .item{padding:8px 10px;transition:all .3s ease-in-out}.paged-pagination-block-select .pages-length-dropdown .item:hover{background:#F7F8FC}.paged-pagination-block-arrows{display:flex;flex-direction:row;align-items:center;font-size:14px;font-weight:600;line-height:18px;letter-spacing:.2px;color:#9fa2b4}@media (max-width: 1079px){.paged-pagination-block-arrows{width:100%}}.paged-pagination-block-arrows .arrows{display:flex;flex-direction:row;align-items:center}@media (max-width: 1079px){.paged-pagination-block-arrows .arrows{width:100%;justify-content:space-between}}.paged-pagination-block-arrows .arrows .arrows-item{cursor:pointer;margin:0 4px}.paged-pagination-block-arrows .arrows .arrow-prev--disabled,.paged-pagination-block-arrows .arrows .arrow-next--disabled{opacity:.3;cursor:default}.paged-pagination-block-arrows .pages{display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media (max-width: 1079px){.paged-pagination-block-arrows .pages{width:100%;max-width:70%}}.paged-pagination-block-arrows .pages-item{min-width:36px;height:36px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;border-radius:8px;transition:all .5s ease-in-out;color:#1a242b;margin:0 1px;padding:6px}.paged-pagination-block-arrows .pages-item:hover{background:rgba(101,157,199,.12);cursor:pointer}.paged-pagination-block-arrows .pages-item-dots{cursor:default}.paged-pagination-block-arrows .pages-item-dots:hover{background:none;cursor:default}.paged-pagination-block-arrows .pages .active{color:#fff;background:#1A242B}.paged-pagination .sticky{box-shadow:0 2px 8px RGB(223,226,243);background:#F7F8FC;border-radius:12px}.coin-info{padding-left:24px}.coin-info_title{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.4px;color:#1a242b;display:flex;flex-direction:row;align-items:center}.coin-info_title span{text-transform:uppercase;font-weight:300;font-size:32px;line-height:40px;letter-spacing:-.4px;color:#82aac8;margin-left:15px}.coin-info_title img{max-width:32px;margin-left:12px}.coin-info_top,.coin-info_bottom{display:flex;flex-direction:row}.coin-info--item{margin-right:20px}.coin-info--item_head{font-weight:400;font-size:12px;line-height:16px;color:#82aac8;margin-bottom:6px}.coin-info--item_value{font-weight:500;font-size:24px;line-height:24px;color:#1a242b}.coin-info--item_value span{font-weight:400;color:#82aac8}.coin-info--item_value-percentage{font-weight:400;font-size:24px;line-height:24px;margin-left:6px}.coin-info--item_value-percentage--up{color:#21bca9}.coin-info--item_value-percentage--down{color:#ff603d}.coin-info--item_value-percentage--standard{color:#1a242b}.coin-info_bottom{margin-top:32px;margin-bottom:39px}.coin-info_bottom .coin-info--item_value{font-size:14px;line-height:16px;font-weight:400}.coin-info_table{max-width:1105px;background:#FFFFFF;box-shadow:0 2px 8px #dfe2f3;border-radius:12px}.coin-info_table--title{font-weight:500;font-size:24px;line-height:28px;letter-spacing:-.4px;color:#1a242b;padding-top:27px;padding-left:24px;padding-bottom:32px}.coin-info_table table{border-collapse:collapse}.coin-info_table table tr{border-top:1px solid rgba(101,157,199,.12)}.coin-info_table-th{padding:12px 26px;display:flex;flex-direction:column;align-items:center;cursor:default}.coin-info_table-th-left{align-items:flex-start}.coin-info_table-th .market{display:flex;flex-direction:row;align-items:center;font-weight:500;font-size:14px;line-height:20px;letter-spacing:-.2px;color:#1a242b}.coin-info_table-th .market svg{width:20px;height:20px;margin-left:6px}.coin-info_table-th .rate{font-weight:400;font-size:14px;line-height:16px;text-align:center;color:#1a242b;margin:4px 0}.coin-info_table-th .rate span{color:#82aac8;margin-right:3px}.coin-info_table-th .coins{font-weight:400;font-size:12px;line-height:14px;text-align:center;color:#82aac8;text-transform:uppercase}.coin-info_table-td-percentage_value{display:flex;align-items:center;justify-content:center;font-weight:500;font-size:14px;line-height:16px;text-align:center;color:#1a242b;transition:all .3s ease-in-out;height:74px}.coin-info_table-td-percentage_value:hover{background:#F3F7FB;border-radius:8px;cursor:pointer;color:#1a242b}.coin-info_table-td-percentage--up{color:#21bca9}.coin-info_table-td-percentage--down{color:#ff603d}.coin-info_table-td-percentage--standard{color:#1a242b}.coins-list{position:relative}.coins-list .table_th_coin{text-align:left;padding-left:24px!important;width:20%}.coins-list .table_th_price{width:10%;padding-right:24px!important}.coins-list .table_th_hour,.coins-list .table_th_day,.coins-list .table_th_week{width:6%}.coins-list .table_th_dayVolume,.coins-list .table_th_mrkCap{width:12%}.coins-list .table_th_price .table_th-text,.coins-list .table_th_dayVolume .table_th-text,.coins-list .table_th_mrkCap .table_th-text{justify-content:flex-end}.coins-list .table_th_hour .table_th-text,.coins-list .table_th_day .table_th-text,.coins-list .table_th_week .table_th-text,.coins-list .table_th_lastWeek .table_th-text,.coins-list .table_th_markets .table_th-text{justify-content:center}.coins-list .table_th_markets{padding-right:20px!important;width:10%}.coins-list .table_th_markets .table_th-text{justify-content:center}.coins-list .table_item{border-top:1px solid rgba(101,157,199,.12);transition:all .2s ease-in-out}.coins-list .table_item:hover{cursor:pointer;background:rgba(101,157,199,.04)}.coins-list .table_item-td_coin{text-align:left;padding-left:24px!important;font-weight:500;font-size:14px;line-height:16px;letter-spacing:-.2px;color:#1a242b;display:flex;flex-direction:row;align-items:center}.coins-list .table_item-td_coin img{max-width:24px;margin-right:6px}.coins-list .table_item-td_coin span{font-weight:400;color:#659dc7;text-transform:uppercase;margin-left:6px}.coins-list .table_item-td_price{padding-right:24px!important}.coins-list .table_item-td_price,.coins-list .table_item-td_dayVolume,.coins-list .table_item-td_mrkCap{text-align:right}.coins-list .table_item-td_price span,.coins-list .table_item-td_dayVolume span,.coins-list .table_item-td_mrkCap span{font-weight:400;color:#659dc7;text-transform:uppercase;margin-left:6px}.coins-list .table_item-td_hour,.coins-list .table_item-td_day,.coins-list .table_item-td_week,.coins-list .table_item-td_lastWeek,.coins-list .table_item-td_markets{text-align:center}.coins-list .table_item-td_markets{padding-right:20px!important;width:10%}.coins-list .table_item-td_markets .markets{display:flex;flex-direction:row;justify-content:center;align-items:center}.coins-list .table_item-td_markets .markets-item{margin-right:4px;position:relative}.coins-list .table_item-td_markets .markets-item:last-child{margin-right:0}.coins-list .table_item-td--up{color:#21bca9}.coins-list .table_item-td--down{color:#ff603d}.coins-list .table_item-td--standard{color:#1a242b}
