/* src/styles.scss */
:root {
  --bs-border-color: #edf2f9;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 0.875rem;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #12263f;
  background-color: #f9fbfd;
  min-height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
}
input[type=checkbox] {
  display: none !important;
  margin: 0 !important;
  border: 1px solid #c3d3e6;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
input[type=checkbox]:checked {
  border: 1px solid #476e9a;
  background-position: 1px 3px;
  background-image: url(/assets/img/icons-24x24.svg#done);
}
.cursor-pointer {
  cursor: pointer;
}
.block {
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
.icon {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.icon24 {
  width: 24px;
  height: 24px;
}
.icon32 {
  width: 32px;
  height: 32px;
}
.icon48 {
  width: 48px;
  height: 48px;
}
.icon24.sum {
  background: url(/assets/img/icons-24x24.svg#sum) no-repeat 0 0;
}
.icon24.safari-share {
  background: url(/assets/img/icons-24x24.svg#safari-share) no-repeat 0 0;
}
.icon24.exclamation {
  background: url(/assets/img/icons-24x24.svg#exclamation) no-repeat 0 0;
}
.icon24.bug {
  background: url(/assets/img/icons-24x24.svg#bug) no-repeat 0 0;
}
.icon24.branch {
  background: url(/assets/img/icons-24x24.svg#branch) no-repeat 0 0;
}
.icon24.eye {
  background: url(/assets/img/icons-24x24.svg#eye) no-repeat 0 0;
}
.icon24.eye-hide {
  background: url(/assets/img/icons-24x24.svg#eye-hide) no-repeat 0 0;
}
.icon24.sign-out {
  background: url(/assets/img/icons-24x24.svg#sign-out) no-repeat 0 0;
}
.icon24.sign-in {
  background: url(/assets/img/icons-24x24.svg#sign-in) no-repeat 0 0;
}
.icon24.exchange {
  background: url(/assets/img/icons-24x24.svg#exchange) no-repeat 0 0;
}
.icon24.time {
  background: url(/assets/img/icons-24x24.svg#time) no-repeat 0 0;
}
.icon24.settings {
  background: url(/assets/img/icons-24x24.svg#settings) no-repeat 0 0;
}
.icon24.notification {
  background: url(/assets/img/icons-24x24.svg#notification) no-repeat 0 0;
}
.icon24.add {
  background: url(/assets/img/icons-24x24.svg#add) no-repeat 0 0;
}
.icon24.folder {
  background: url(/assets/img/icons-24x24.svg#folder) no-repeat 0 0;
}
.icon24.new-folder {
  background: url(/assets/img/icons-24x24.svg#new-folder) no-repeat 0 0;
}
.icon24.move-to {
  background: url(/assets/img/icons-24x24.svg#move-to) no-repeat 0 0;
}
.icon24.trash {
  background: url(/assets/img/icons-24x24.svg#trash) no-repeat 0 0;
}
.icon24.unchecked-checkbox {
  background: url(/assets/img/icons-24x24.svg#unchecked-checkbox) no-repeat 0 0;
}
.icon24.checked-checkbox {
  background: url(/assets/img/icons-24x24.svg#checked-checkbox) no-repeat 0 0;
}
.icon24.menu {
  background: url(/assets/img/icons-24x24.svg#menu) no-repeat 0 0;
}
.icon24.sort {
  background: url(/assets/img/icons-24x24.svg#sort) no-repeat 0 0;
}
.icon24.filter {
  background: url(/assets/img/icons-24x24.svg#filter) no-repeat 0 0;
}
.icon24.star {
  background: url(/assets/img/icons-24x24.svg#star) no-repeat 0 0;
}
.icon24.star-filled {
  background: url(/assets/img/icons-24x24.svg#star-filled) no-repeat 0 0;
}
.icon24.heart {
  background: url(/assets/img/icons-24x24.svg#heart) no-repeat 0 0;
}
.icon24.heart-filled {
  background: url(/assets/img/icons-24x24.svg#heart-filled) no-repeat 0 0;
}
.icon24.pin {
  background: url(/assets/img/icons-24x24.svg#pin) no-repeat 0 0;
}
.icon24.pin-filled {
  background: url(/assets/img/icons-24x24.svg#pin-filled) no-repeat 0 0;
}
.icon24.clone {
  background: url(/assets/img/icons-24x24.svg#clone) no-repeat 0 0;
}
.icon24.archive-folder {
  background: url(/assets/img/icons-24x24.svg#archive-folder) no-repeat 0 0;
}
.icon24.all-deals-folder {
  background: url(/assets/img/icons-24x24.svg#all-deals-folder) no-repeat 0 0;
}
.icon24.share {
  background: url(/assets/img/icons-24x24.svg#share) no-repeat 0 0;
}
.icon24.grid {
  background: url(/assets/img/icons-24x24.svg#grid) no-repeat 0 0;
}
.icon24.block {
  background: url(/assets/img/icons-24x24.svg#block) no-repeat 0 0;
}
.icon24.no-deals {
  background: url(/assets/img/icons-24x24.svg#no-deals) no-repeat 0 0;
}
.icon24.no-deal {
  background: url(/assets/img/icons-24x24.svg#no-deal) no-repeat 0 0;
}
.icon24.list {
  background: url(/assets/img/icons-24x24.svg#list) no-repeat 0 0;
}
.icon24.color {
  background: url(/assets/img/icons-24x24.svg#color) no-repeat 0 0;
}
.icon24.color-filled {
  background: url(/assets/img/icons-24x24.svg#color-filled) no-repeat 0 0;
}
.icon24.tag {
  background: url(/assets/img/icons-24x24.svg#tag) no-repeat 0 0;
}
.icon24.expand-arrow {
  background: url(/assets/img/icons-24x24.svg#expand-arrow) no-repeat 0 0;
}
.icon24.more-then-arrow {
  background: url(/assets/img/icons-24x24.svg#more-then-arrow) no-repeat 0 0;
}
.icon24.back-arrow {
  background: url(/assets/img/icons-24x24.svg#back-arrow) no-repeat 0 0;
}
.icon24.profit {
  background: url(/assets/img/icons-24x24.svg#profit) no-repeat 0 0;
}
.icon24.mail {
  background: url(/assets/img/icons-24x24.svg#mail) no-repeat 0 0;
}
.icon24.done {
  background: url(/assets/img/icons-24x24.svg#done) no-repeat 0 0;
}
.icon24.double-done {
  background: url(/assets/img/icons-24x24.svg#double-done) no-repeat 0 0;
}
.icon24.user {
  background: url(/assets/img/icons-24x24.svg#user) no-repeat 0 0;
}
.icon24.users {
  background: url(/assets/img/icons-24x24.svg#users) no-repeat 0 0;
}
.icon24.comment {
  background: url(/assets/img/icons-24x24.svg#comment) no-repeat 0 0;
}
.icon24.search {
  background: url(/assets/img/icons-24x24.svg#search) no-repeat 0 0;
}
.icon24.edit {
  background: url(/assets/img/icons-24x24.svg#edit) no-repeat 0 0;
}
.icon24.at {
  background: url(/assets/img/icons-24x24.svg#at) no-repeat 0 0;
}
.icon24.phone {
  background: url(/assets/img/icons-24x24.svg#phone) no-repeat 0 0;
}
.icon24.info {
  background: url(/assets/img/icons-24x24.svg#info) no-repeat 0 0;
}
.icon24.question {
  background: url(/assets/img/icons-24x24.svg#question) no-repeat 0 0;
}
.icon24.close {
  background: url(/assets/img/icons-24x24.svg#info) no-repeat 0 0;
}
.icon24.logo {
  background: url(/assets/img/icons-24x24.svg#logo) no-repeat 0 0;
}
.icon24.combine {
  background: url(/assets/img/icons-24x24.svg#combine) no-repeat 0 0;
}
.icon24.binance {
  background: url(/assets/img/icons-24x24.svg#binance) no-repeat 0 0;
}
.icon24.huobi {
  background: url(/assets/img/icons-24x24.svg#huobi) no-repeat 0 0;
}
.icon24.bybit {
  background: url(/assets/img/icons-24x24.svg#bybit) no-repeat 0 0;
}
.icon24.okx {
  background: url(/assets/img/icons-24x24.svg#okx) no-repeat 0 0;
}
.icon24.kucoin {
  background: url(/assets/img/icons-24x24.svg#kucoin) no-repeat 0 0;
}
.icon24.bitget {
  background: url(/assets/img/icons-24x24.svg#bitget) no-repeat 0 0;
}
.icon24.whitebit {
  background: url(/assets/img/icons-24x24.svg#whitebit) no-repeat 0 0;
}
.icon24.gate\.io {
  background: url(/assets/img/icons-24x24.svg#gateio) no-repeat 0 0;
}
.icon24.mexc {
  background: url(/assets/img/icons-24x24.svg#mexc) no-repeat 0 0;
}
.scrollbar::-webkit-scrollbar {
  width: 7px;
  background-color: #dfdfdf;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #dfdfdf;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #999999;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #6c6c6c;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
