* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  line-height: normal;
  font-family: "IBM Plex Sans",sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #ededed;
  background: #181c23
}
button,
input,
textarea {
  font-family: "IBM Plex Sans",sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent
}
input,
textarea {
  width: 100%
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto
}
.wrapper > main {
  flex: 1 1 auto
}
.wrapper > * {
  min-width: 0
}
::-webkit-scrollbar {
  width: 10px
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(24,28,35,.3)
}
::-webkit-scrollbar-thumb {
  background-color: #3e475b;
  outline: 1px solid #3e475b
}
.wrapper::-webkit-scrollbar {
  width: 10px
}
.wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(24,28,35,.3)
}
.wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #3e475b;
  outline: 1px solid #3e475b
}
.range-slider {
  position: relative;
  height: 42px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  accent-color: #2c5ce5
}
.range-slider:hover .item-range-value {
  opacity: 1
}
.range-slider .range-slider-line {
  height: 3px;
  width: 100%;
  position: absolute;
  background-color: #282e3a;
  border-radius: 8px;
  z-index: 1
}
.range-slider .item-range-value {
  position: absolute;
  top: -15px;
  left: 5px;
  margin-left: 0;
  padding: 1px 2px;
  font-size: 11px;
  transition: opacity .4s ease;
  border-radius: 2px;
  display: flex;
  min-width: 20px;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0
}
.range-slider .item-range-value:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
  width: 0;
  height: 0;
  bottom: -9px;
  border-top: 6px solid transparent;
  border-right: 6px solid #2c5ce5;
  border-bottom: 6px solid transparent;
  content: ""
}
.range-slider .item-range-value.x-symbol:after {
  content: "x";
  display: inline-block
}
.range-slider .item-range-value.p-symbol:after {
  content: "%";
  display: inline-block
}
.range-slider span {
  display: block;
  width: 12px;
  bottom: 15px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  background-color: #282e3a
}
.range-slider span._active {
  background-color: #2c5ce5!important
}
.range-slider span:first-child {
  left: 0
}
.range-slider span:nth-child(2) {
  left: 25%;
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%)
}
.range-slider span:nth-child(3) {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.range-slider span:nth-child(4) {
  right: 25%
}
.range-slider span:nth-child(5) {
  right: 0
}
body.light-mode .range-slider .range-slider-line {
  background-color: #9aa0ab
}
.range-slider__input {
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 5;
  border-radius: 8px;
  outline: 0;
  border: 0;
  -webkit-appearance: none
}
.range-slider__input::after {
  content: ""
}
.range-slider__input:focus {
  outline: 0
}
.range-slider__input::-moz-focus-outer {
  border: 0
}
.range-slider__input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer
}
.range-slider__input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer
}
.range-slider__input::-ms-track {
  width: 100%;
  height: 2px;
  border-color: transparent;
  border-width: 2px 0;
  color: transparent;
  cursor: pointer;
  box-sizing: border-box
}
input[type=range]::-moz-range-progress {
  background: #2c5ce5
}
.range-slider__input::-ms-fill-lower {
  background: #2c5ce5;
  border-radius: 0;
  box-sizing: border-box
}
.range-slider__input::-ms-fill-upper {
  background: #2c5ce5;
  border-radius: 0;
  box-sizing: border-box
}
.range-slider__input::-ms-thumb {
  width: 12px;
  height: 12px;
  margin-top: -5px;
  box-shadow: 0 0 25px 2px rgba(44,92,229,.6);
  border-radius: 50%;
  background: #2c5ce5;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box
}
.range-slider__input::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
  margin-top: -5px;
  box-shadow: 0 0 25px 2px rgba(44,92,229,.6);
  border-radius: 50%;
  background: #2c5ce5;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box
}
.range-slider__input::-moz-range-thumb {
  width: 12px;
  height: 12px;
  margin-top: -5px;
  box-shadow: 0 0 25px 2px rgba(44,92,229,.6);
  border-radius: 50%;
  background: #2c5ce5;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box
}
.range-slider__dots {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 1
}
.btn {
  transition: all .4s ease
}
.btn.btn-delete {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27%3E%3Cpath d=%27M5.05078 5.05026L14.9503 14.9498%27 stroke=%27%23EDEDED%27 stroke-width=%273%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M14.9492 5.05026L5.04972 14.9498%27 stroke=%27%23EDEDED%27 stroke-width=%273%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  background-color: #e9445a;
  width: 38px;
  height: 38px
}
.btn.btn-add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Cpath d=%27M9 2L9 16%27 stroke=%27%23EDEDED%27 stroke-width=%273%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M16 9L2 9%27 stroke=%27%23EDEDED%27 stroke-width=%273%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  background-color: #2c5ce5;
  width: 38px;
  height: 38px
}
.btn-primary {
  border-radius: 5px;
  background: #2c5ce5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 7px 30px;
  color: #ededed;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}
.btn-cancel {
  border-radius: 5px;
  background: #181c23;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 7px 30px;
  color: #ededed;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  border: 1px solid #282e3a
}
.btn-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #282e3a;
  height: 39px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 7px 12px;
  min-width: 72px
}
.btns-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}
.btns-block button {
  border-radius: 5px;
  height: 39px;
  font-weight: 500;
  width: 50%
}
.btn-sell-short {
  border-radius: 5px;
  height: 39px;
  font-weight: 500;
  width: 50%;
  background: #e9445a;
  max-width: 167px
}
.btn-sell-short:hover {
  background: #f35b6f !important;
}
.btn-buy-long {
  border-radius: 5px;
  max-width: 167px;
  height: 39px;
  font-weight: 500;
  width: 50%;
  background: #1f996d
}
.btn-buy-long:hover {
  background: #31b686 !important;
}
.cancel-bids {
  color: #1f996d;
  border: 1px solid #1f996d;
  display: flex;
  max-width: 110px;
  width: 100%;
  height: 20.588px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 5px;
  padding: 0 4px;
  transition: all .4s ease;
  background-color: #181c23
}
.cancel-bids:hover {
  border: 1px solid #1f996d;
  background: #282e3a
}
.cancel-asks {
  display: flex;
  max-width: 110px;
  width: 100%;
  height: 20.588px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 5px;
  color: #e9445a;
  padding: 0 4px;
  border: 1px solid #e9445a;
  transition: all .4s ease;
  background-color: #181c23
}
.cancel-asks:hover {
  border: 1px solid #e9445a;
  background: #282e3a
}
.cancel-all {
  transition: all .4s ease;
  padding: 0 4px;
  display: flex;
  max-width: 110px;
  width: 100%;
  height: 20.588px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 5px;
  min-width: 119px;
  color: #ededed;
  background: #e9445a
}
.cancel-all:hover {
  background: #f35b6f
}
.btn-chart-icon {
  transition: all .4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 33px;
  height: 33px;
  border-radius: 5px;
  border: 1px solid #2a2e34;
  background: #181c23;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2714%27 viewBox=%270 0 16 14%27 fill=%27none%27%3E%3Cpath d=%27M1 6V13M5.66667 1V13M10.3333 6V13M15 1V13%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat
}
.btn-chart-icon:hover {
  border: 1px solid #282e3a;
  background-color: #282e3a
}
body.light-mode .btn-chart-icon {
  display: flex;
  transition: all .4s ease;
  justify-content: center;
  align-items: center;
  min-width: 33px;
  height: 33px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2714%27 viewBox=%270 0 16 14%27 fill=%27none%27%3E%3Cpath d=%27M1 6V13M5.66667 1V13M10.3333 6V13M15 1V13%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat
}
body.light-mode .btn-chart-icon:hover {
  border: 1px solid #282e3a;
  background-color: transparent
}
.btn-market-limit {
  min-width: 60px;
  height: 26px;
  border-radius: 4px;
  background: #282e3a;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7b7b7b;
  border: 1px solid transparent
}
.btn-market-limit.active {
  border: 1px solid #6e7279;
  border: 1px solid #6e7279;
  background: #282e3a
}
.btn-market-limit:hover {
  background-color: #3e475b
}
.share-position {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7b7b7b;
  font-size: 12px;
  padding-right: 12px;
  cursor: pointer
}
.share-position:after {
  content: "";
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711%27 height=%2711%27 viewBox=%270 0 11 11%27 fill=%27none%27%3E%3Cpath d=%27M9.78263 5.8249C9.90314 5.71297 9.96339 5.65701 9.98547 5.59042C10.0048 5.53197 10.0048 5.46803 9.98547 5.40958C9.96339 5.34299 9.90314 5.28703 9.78263 5.1751L5.60109 1.29144C5.39364 1.09878 5.28992 1.00244 5.20211 1.00008C5.12579 0.998031 5.05289 1.03436 5.00466 1.09848C4.94916 1.17226 4.94916 1.32029 4.94916 1.61634V3.91384C3.89539 4.1136 2.93094 4.69218 2.21422 5.56091C1.43284 6.50801 1.00061 7.73369 1 9.00407V9.33142C1.518 8.65527 2.16476 8.10842 2.89597 7.72832C3.54064 7.39322 4.23753 7.19471 4.94916 7.1424V9.38366C4.94916 9.67971 4.94916 9.82774 5.00466 9.90152C5.05289 9.96564 5.12579 10.002 5.20211 9.99992C5.28992 9.99756 5.39364 9.90122 5.60109 9.70856L9.78263 5.8249Z%27 stroke=%27%237B7B7B%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
  cursor: pointer
}
.share-position:hover {
  background-color: #282e3a
}
input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  appearance: none
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
input[type=number] {
  -moz-appearance: textfield
}
.input {
  min-width: 206px;
  max-width: 206px;
  border-radius: 5px;
  background: #12161e;
  width: 100%;
  height: 38px;
  display: block;
  padding: 0 8px;
  caret-color: inherit;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #7b7b7b;
  outline: 0
}
.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  color: #7b7b7b
}
.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  color: #7b7b7b
}
.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  color: #7b7b7b
}
.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  color: #7b7b7b
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden])::value {
  color: #7b7b7b
}
textarea.input {
  resize: none;
  padding: 0 0
}
.input-item label {
  color: #7b7b7b;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  text-align: left;
  margin-bottom: 9px
}
.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-left: 22px
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0
}
.checkbox__input:focus-visible + .checkbox__label:before {
  box-shadow: 0 0 5px #000
}
.checkbox__input:checked + .checkbox__label:before {
  background: #2c5ce5;
  border: 1px solid #2c5ce5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2710%27 viewBox=%270 0 12 10%27 fill=%27none%27%3E%3Cpath d=%27M1.84375 5.23075L4.76683 8.15383L10.613 1.5769%27 stroke=%27%23181C23%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center
}
.checkbox__label {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  gap: 10px
}
.checkbox__label:before {
  content: "";
  position: absolute;
  left: -23px;
  bottom: -1px;
  align-self: flex-start;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #282e3a
}
.checkbox__text {
  align-self: center
}
.select {
  min-width: 0;
  position: relative;
  min-width: 206px
}
.select__body {
  position: relative
}
.select__title {
  color: inherit;
  text-align: left;
  border-radius: 5px;
  background: #282e3a;
  cursor: pointer;
  width: 100%
}
.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  height: 2.375rem;
  padding: 0 .9375rem;
  gap: .625rem
}
.select__value > * {
  flex: 1 1 auto
}
.select__value:after {
  content: "";
  align-self: stretch;
  flex: 0 0 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1L4.5 5L8 1%27 stroke=%27%23EDEDED%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  transition: all .3s ease 0s;
  display: flex;
  justify-content: center;
  background-position: 94% 50%;
  background-repeat: no-repeat;
  align-items: center
}
._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: .5
}
.select__content {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%
}
.select__options {
  color: #000;
  position: absolute;
  top: calc(100% - .1875rem);
  border-radius: 0 0 5px 5px;
  min-width: 100%;
  left: 0;
  background: #282e3a;
  color: #fff;
  border-top: 0;
  border-top: 0;
  padding: 10px 0 5px 0
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem
}
.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 5px 15px;
  color: inherit
}
.select__option._select-selected {
  background-color: #eee
}
.select__row {
  display: inline-flex;
  align-items: center
}
.select--show-top .select__options {
  top: auto;
  bottom: calc(100% - .0625rem);
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 5px 0 10px 0
}
._select-tag {
  cursor: pointer
}
@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
}
@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
}
.isolated-select .select-box {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 120px;
  min-width: 104px;
  width: 100%
}
.isolated-select .select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0,0,0,.1);
  cursor: pointer;
  outline: 0
}
.isolated-select .select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none
}
.isolated-select .select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer
}
.isolated-select .select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
.isolated-select .select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1L4.5 5L8 1%27 stroke=%27%23EDEDED%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  transition: all .3s ease 0s;
  display: flex;
  justify-content: center;
  background-position: 94% 50%;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px
}
.isolated-select .select-box__value {
  display: flex
}
.isolated-select .select-box__input {
  display: none
}
.isolated-select .select-box__input:checked + .select-box__input-text {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start
}
.isolated-select .select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  height: 38px;
  padding: 6px 24px 9px 8px!important;
  background: #282e3a;
  border-radius: 5px
}
.isolated-select .select-box__list {
  position: absolute;
  border-radius: 5px;
  width: 100%;
  padding: 0;
  padding-top: 5px;
  top: 33.8px;
  list-style: none;
  background: #282e3a;
  opacity: 0;
  z-index: 5;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0,0,0,.1)
}
.isolated-select .select-box__option {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 6px 6px 6px 20px;
  background: #282e3a
}
.isolated-select .select-box__option .red {
  display: block;
  color: #e9445a;
  font-weight: 500;
  position: relative
}
.isolated-select .select-box__option .green {
  display: block;
  color: #1f996d;
  font-weight: 500;
  position: relative
}
.isolated-select .select-box__option .green:after {
  content: "";
  display: inline-block;
  height: 20px;
  background-color: #3c414a;
  width: 1px;
  position: relative;
  top: 4px;
  margin-left: 20px;
  margin-right: 20px
}
.isolated-select .select-box__option:focus,
.isolated-select .select-box__option:hover {
  background-color: #2c5ce5
}
.select_wrap {
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.select_wrap .default_option {
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px
}
.select_wrap .default_option li {
  padding: 4px 5px
}
.select_wrap .default_option:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1L4.5 5L8 1%27 stroke=%27%23EDEDED%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center
}
.select_wrap .select_ul {
  position: absolute;
  top: 30px;
  left: 0;
  width: 180px;
  border: 1px solid #2a2e34;
  background: #1e232b;
  display: none
}
.select_wrap .select_ul li {
  padding: 10px 5px;
  font-size: 14px;
  color: #ededed;
  cursor: pointer
}
.select_wrap .option {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding-right: 20px
}
.select_wrap.active .select_ul {
  display: block
}
.select_wrap.active .default_option:after {
  top: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.dropdown {
  max-width: 95px;
  margin-right: 25px;
  position: relative;
  margin-left: 2px;
  z-index: 2
}
.dropdown__button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer
}
.dropdown__button::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  top: 4px;
  height: 10px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1L4.5 5L8 1%27 stroke=%27%23EDEDED%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  transition: .2s ease
}
.dropdown__button_active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg)
}
.dropdown__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  top: 41px;
  border: 1px solid #2a2e34;
  background: #1e232b;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease
}
.dropdown__list_visible {
  opacity: 1;
  visibility: visible
}
.dropdown__list-item {
  margin: 0;
  padding: 0;
  line-height: 20px;
  padding: 5px 14px 5px 14px;
  cursor: pointer;
  transition: .2s ease
}
.dropdown__list-item:hover {
  background: rgba(245,248,250,.5647058824)
}
.dropdown__input_hidden {
  display: none
}
.select-quantity .dropdown {
  margin: 0
}
.select-quantity .dropdown .dropdown__button {
  padding-left: 0;
  color: #7b7b7b;
  font-size: 12px
}
.select-quantity .dropdown .dropdown__button::after {
  width: 7px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1L4.5 5L8 1%27 stroke=%27%237B7B7B%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
.select-quantity .dropdown .dropdown__list-item {
  font-size: 12px;
  line-height: 16px;
  padding: 5px 10px
}
.select-quantity .dropdown .dropdown__list {
  top: 30px
}
body::after {
  content: "";
  background: #181c23;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.popup-show body::after {
  opacity: .8
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 26px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  border-radius: 13px;
  border: 1px solid #282e3a;
  background: #181c23;
  padding: 20px;
  width: 100%;
  max-width: 400px
}
.popup__content .range-item-content {
  margin-bottom: 20px
}
.popup__content .range-item-content:last-child {
  margin-bottom: 0
}
.popup__content .row-box-range {
  width: 100%;
  flex-direction: column;
  gap: 0
}
.popup__content .row-box-range .range-slider {
  height: 40px
}
.popup__content .range-numbers {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px
}
.popup__content .range-numbers span {
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 500;
  min-width: 34px;
  position: relative
}
.popup__content .range-numbers span:nth-child(2) {
  left: 5px
}
.popup__content .range-numbers span:nth-child(3) {
  left: 7px
}
.popup__content .range-numbers span:nth-child(4) {
  left: 13px
}
.popup__content .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px
}
.popup__content .row label {
  color: #7b7b7b;
  font-size: 12px
}
.popup__content .row span.green {
  color: #1f996d;
  text-align: right;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  position: relative
}
.popup__content .row span.green:after {
  content: "x";
  display: inline-block
}
.popup__content .row span.red {
  color: #e9445a;
  text-align: right;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  position: relative
}
.popup__content .row span.red:after {
  content: "x";
  display: inline-block
}
.lock .popup__content {
  visibility: visible
}
.popup__content .popup__close {
  outline: 0;
  position: absolute;
  top: 5px;
  right: 14px;
  color: #7f899e
}
.popup__content .btn-primary {
  width: 100%;
  margin-top: 32px
}
.popup__content .popup__text h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #ededed;
  margin-bottom: 25px
}
.popup__content .popup__text .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px
}
.popup__content .popup__text .d-flex .item {
  width: 168.074px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #6e7279;
  transition: all .4s ease;
  cursor: pointer
}
.popup__content .popup__text .d-flex .item.active {
  border: 1px solid #2c5ce5;
  background: #282e3a
}
.popup__content .popup__text .d-flex .item p {
  color: #ededed;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500
}
#popup-share.popup .popup__content {
  padding: 32px 50px;
  max-width: 458px
}
.share-window {
  text-align: center
}
.share-window .swiper {
  margin-bottom: 26px
}
.share-window .swiper-slide img {
  max-width: 352px
}
.share-window .swiper-button-next {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: #282e3a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2713%27 viewBox=%270 0 8 13%27 fill=%27none%27%3E%3Cpath d=%27M1 12L7 6.5L1 1%27 stroke=%27%23EDEDED%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  left: inherit;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  margin-top: inherit!important
}
.share-window .swiper-button-next:after,
.share-window .swiper-button-prev:after {
  display: none!important
}
.share-window .swiper-button-prev {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: #282e3a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2713%27 viewBox=%270 0 8 13%27 fill=%27none%27%3E%3Cpath d=%27M7 1L0.999999 6.5L7 12%27 stroke=%27%23EDEDED%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 15px;
  right: inherit;
  margin-top: inherit!important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer
}
.share-window .share-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px
}
.share-window .share-btns .copy-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  gap: 5px;
  border-radius: 5px;
  border: 1px solid #282e3a;
  height: 50px
}
.share-window .share-btns .btn-share {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  gap: 5px;
  border-radius: 5px;
  background: #2c5ce5;
  height: 50px
}
.tabs__navigation {
  display: flex;
  margin-bottom: 19px
}
.tabs__title {
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: .3125rem .9375rem;
  border-radius: 0;
  position: relative;
  color: #7b7b7b
}
.tabs__title._tab-active {
  color: #ededed;
  font-weight: 600;
  border-bottom: 1px solid #2c5ce5
}
.tabs__content {
  padding: 0 .1875rem
}
header.header {
  padding: 12px 12px 12px 14px;
  border-bottom: 1px solid #2a2e34;
  background-color: #181c23
}
header.header.header-settings {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center
}
.header__logo .light-mode {
  display: none
}
.header__logo img {
  max-width: 293px
}
.header-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}
.header-info__col {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative
}
.header-info__col:first-child:after {
  content: "";
  display: inline-block;
  height: 38px;
  width: 1px;
  background-color: #2a2e34;
  margin-left: 15px;
  margin-right: 15px
}
.header__link {
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: block;
  margin-bottom: -10px
}
a.btn-settings {
  max-width: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #262c37;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 12px 4px 38px;
  height: 33px;
  max-height: 33px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Cpath d=%27M9 11.4C10.3255 11.4 11.4 10.3255 11.4 9C11.4 7.67452 10.3255 6.6 9 6.6C7.67452 6.6 6.6 7.67452 6.6 9C6.6 10.3255 7.67452 11.4 9 11.4Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M14.3818 11.1818C14.285 11.4012 14.2561 11.6445 14.2989 11.8804C14.3417 12.1164 14.4542 12.3341 14.6218 12.5055L14.6655 12.5491C14.8007 12.6842 14.908 12.8446 14.9812 13.0212C15.0544 13.1978 15.0921 13.387 15.0921 13.5782C15.0921 13.7693 15.0544 13.9586 14.9812 14.1352C14.908 14.3118 14.8007 14.4722 14.6655 14.6073C14.5304 14.7425 14.3699 14.8498 14.1934 14.923C14.0168 14.9962 13.8275 15.0339 13.6364 15.0339C13.4452 15.0339 13.2559 14.9962 13.0794 14.923C12.9028 14.8498 12.7424 14.7425 12.6073 14.6073L12.5636 14.5636C12.3922 14.396 12.1745 14.2835 11.9386 14.2407C11.7027 14.1979 11.4594 14.2268 11.24 14.3236C11.0249 14.4158 10.8414 14.5689 10.7122 14.764C10.583 14.9591 10.5137 15.1878 10.5127 15.4218V15.5455C10.5127 15.9312 10.3595 16.3012 10.0867 16.574C9.81392 16.8468 9.44395 17 9.05818 17C8.67241 17 8.30244 16.8468 8.02966 16.574C7.75688 16.3012 7.60364 15.9312 7.60364 15.5455V15.48C7.59801 15.2393 7.52009 15.0058 7.38001 14.81C7.23993 14.6141 7.04417 14.4649 6.81818 14.3818C6.59882 14.285 6.3555 14.2561 6.11957 14.2989C5.88365 14.3417 5.66595 14.4542 5.49455 14.6218L5.45091 14.6655C5.31582 14.8007 5.1554 14.908 4.97882 14.9812C4.80224 15.0544 4.61297 15.0921 4.42182 15.0921C4.23067 15.0921 4.04139 15.0544 3.86481 14.9812C3.68824 14.908 3.52782 14.8007 3.39273 14.6655C3.25749 14.5304 3.1502 14.3699 3.077 14.1934C3.00381 14.0168 2.96613 13.8275 2.96613 13.6364C2.96613 13.4452 3.00381 13.2559 3.077 13.0794C3.1502 12.9028 3.25749 12.7424 3.39273 12.6073L3.43636 12.5636C3.60403 12.3922 3.7165 12.1745 3.75928 11.9386C3.80205 11.7027 3.77317 11.4594 3.67636 11.24C3.58417 11.0249 3.4311 10.8414 3.23597 10.7122C3.04085 10.583 2.81221 10.5137 2.57818 10.5127H2.45455C2.06878 10.5127 1.69881 10.3595 1.42603 10.0867C1.15325 9.81392 1 9.44395 1 9.05818C1 8.67241 1.15325 8.30244 1.42603 8.02966C1.69881 7.75688 2.06878 7.60364 2.45455 7.60364H2.52C2.76072 7.59801 2.99419 7.52009 3.19004 7.38001C3.38589 7.23993 3.53507 7.04417 3.61818 6.81818C3.71499 6.59882 3.74387 6.3555 3.70109 6.11957C3.65832 5.88365 3.54585 5.66595 3.37818 5.49455L3.33455 5.45091C3.19931 5.31582 3.09202 5.1554 3.01882 4.97882C2.94562 4.80224 2.90795 4.61297 2.90795 4.42182C2.90795 4.23067 2.94562 4.04139 3.01882 3.86481C3.09202 3.68824 3.19931 3.52782 3.33455 3.39273C3.46963 3.25749 3.63005 3.1502 3.80663 3.077C3.98321 3.00381 4.17249 2.96613 4.36364 2.96613C4.55479 2.96613 4.74406 3.00381 4.92064 3.077C5.09722 3.1502 5.25764 3.25749 5.39273 3.39273L5.43636 3.43636C5.60777 3.60403 5.82547 3.7165 6.06139 3.75928C6.29731 3.80205 6.54064 3.77317 6.76 3.67636H6.81818C7.03329 3.58417 7.21674 3.4311 7.34596 3.23597C7.47518 3.04085 7.54452 2.81221 7.54545 2.57818V2.45455C7.54545 2.06878 7.6987 1.69881 7.97148 1.42603C8.24426 1.15325 8.61423 1 9 1C9.38577 1 9.75574 1.15325 10.0285 1.42603C10.3013 1.69881 10.4545 2.06878 10.4545 2.45455V2.52C10.4555 2.75403 10.5248 2.98267 10.654 3.17779C10.7833 3.37291 10.9667 3.52599 11.1818 3.61818C11.4012 3.71499 11.6445 3.74387 11.8804 3.70109C12.1164 3.65832 12.3341 3.54585 12.5055 3.37818L12.5491 3.33455C12.6842 3.19931 12.8446 3.09202 13.0212 3.01882C13.1978 2.94562 13.387 2.90795 13.5782 2.90795C13.7693 2.90795 13.9586 2.94562 14.1352 3.01882C14.3118 3.09202 14.4722 3.19931 14.6073 3.33455C14.7425 3.46963 14.8498 3.63005 14.923 3.80663C14.9962 3.98321 15.0339 4.17249 15.0339 4.36364C15.0339 4.55479 14.9962 4.74406 14.923 4.92064C14.8498 5.09722 14.7425 5.25764 14.6073 5.39273L14.5636 5.43636C14.396 5.60777 14.2835 5.82547 14.2407 6.06139C14.1979 6.29731 14.2268 6.54064 14.3236 6.76V6.81818C14.4158 7.03329 14.5689 7.21674 14.764 7.34596C14.9591 7.47518 15.1878 7.54452 15.4218 7.54545H15.5455C15.9312 7.54545 16.3012 7.6987 16.574 7.97148C16.8468 8.24426 17 8.61423 17 9C17 9.38577 16.8468 9.75574 16.574 10.0285C16.3012 10.3013 15.9312 10.4545 15.5455 10.4545H15.48C15.246 10.4555 15.0173 10.5248 14.8222 10.654C14.6271 10.7833 14.474 10.9667 14.3818 11.1818Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 11px 8px;
  min-width: 108px;
  transition: all .4s ease;
  white-space: nowrap
}
a.btn-settings:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Cpath d=%27M9 11.4C10.3255 11.4 11.4 10.3255 11.4 9C11.4 7.67452 10.3255 6.6 9 6.6C7.67452 6.6 6.6 7.67452 6.6 9C6.6 10.3255 7.67452 11.4 9 11.4Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M14.3818 11.1818C14.285 11.4012 14.2561 11.6445 14.2989 11.8804C14.3417 12.1164 14.4542 12.3341 14.6218 12.5055L14.6655 12.5491C14.8007 12.6842 14.908 12.8446 14.9812 13.0212C15.0544 13.1978 15.0921 13.387 15.0921 13.5782C15.0921 13.7693 15.0544 13.9586 14.9812 14.1352C14.908 14.3118 14.8007 14.4722 14.6655 14.6073C14.5304 14.7425 14.3699 14.8498 14.1934 14.923C14.0168 14.9962 13.8275 15.0339 13.6364 15.0339C13.4452 15.0339 13.2559 14.9962 13.0794 14.923C12.9028 14.8498 12.7424 14.7425 12.6073 14.6073L12.5636 14.5636C12.3922 14.396 12.1745 14.2835 11.9386 14.2407C11.7027 14.1979 11.4594 14.2268 11.24 14.3236C11.0249 14.4158 10.8414 14.5689 10.7122 14.764C10.583 14.9591 10.5137 15.1878 10.5127 15.4218V15.5455C10.5127 15.9312 10.3595 16.3012 10.0867 16.574C9.81392 16.8468 9.44395 17 9.05818 17C8.67241 17 8.30244 16.8468 8.02966 16.574C7.75688 16.3012 7.60364 15.9312 7.60364 15.5455V15.48C7.59801 15.2393 7.52009 15.0058 7.38001 14.81C7.23993 14.6141 7.04417 14.4649 6.81818 14.3818C6.59882 14.285 6.3555 14.2561 6.11957 14.2989C5.88365 14.3417 5.66595 14.4542 5.49455 14.6218L5.45091 14.6655C5.31582 14.8007 5.1554 14.908 4.97882 14.9812C4.80224 15.0544 4.61297 15.0921 4.42182 15.0921C4.23067 15.0921 4.04139 15.0544 3.86481 14.9812C3.68824 14.908 3.52782 14.8007 3.39273 14.6655C3.25749 14.5304 3.1502 14.3699 3.077 14.1934C3.00381 14.0168 2.96613 13.8275 2.96613 13.6364C2.96613 13.4452 3.00381 13.2559 3.077 13.0794C3.1502 12.9028 3.25749 12.7424 3.39273 12.6073L3.43636 12.5636C3.60403 12.3922 3.7165 12.1745 3.75928 11.9386C3.80205 11.7027 3.77317 11.4594 3.67636 11.24C3.58417 11.0249 3.4311 10.8414 3.23597 10.7122C3.04085 10.583 2.81221 10.5137 2.57818 10.5127H2.45455C2.06878 10.5127 1.69881 10.3595 1.42603 10.0867C1.15325 9.81392 1 9.44395 1 9.05818C1 8.67241 1.15325 8.30244 1.42603 8.02966C1.69881 7.75688 2.06878 7.60364 2.45455 7.60364H2.52C2.76072 7.59801 2.99419 7.52009 3.19004 7.38001C3.38589 7.23993 3.53507 7.04417 3.61818 6.81818C3.71499 6.59882 3.74387 6.3555 3.70109 6.11957C3.65832 5.88365 3.54585 5.66595 3.37818 5.49455L3.33455 5.45091C3.19931 5.31582 3.09202 5.1554 3.01882 4.97882C2.94562 4.80224 2.90795 4.61297 2.90795 4.42182C2.90795 4.23067 2.94562 4.04139 3.01882 3.86481C3.09202 3.68824 3.19931 3.52782 3.33455 3.39273C3.46963 3.25749 3.63005 3.1502 3.80663 3.077C3.98321 3.00381 4.17249 2.96613 4.36364 2.96613C4.55479 2.96613 4.74406 3.00381 4.92064 3.077C5.09722 3.1502 5.25764 3.25749 5.39273 3.39273L5.43636 3.43636C5.60777 3.60403 5.82547 3.7165 6.06139 3.75928C6.29731 3.80205 6.54064 3.77317 6.76 3.67636H6.81818C7.03329 3.58417 7.21674 3.4311 7.34596 3.23597C7.47518 3.04085 7.54452 2.81221 7.54545 2.57818V2.45455C7.54545 2.06878 7.6987 1.69881 7.97148 1.42603C8.24426 1.15325 8.61423 1 9 1C9.38577 1 9.75574 1.15325 10.0285 1.42603C10.3013 1.69881 10.4545 2.06878 10.4545 2.45455V2.52C10.4555 2.75403 10.5248 2.98267 10.654 3.17779C10.7833 3.37291 10.9667 3.52599 11.1818 3.61818C11.4012 3.71499 11.6445 3.74387 11.8804 3.70109C12.1164 3.65832 12.3341 3.54585 12.5055 3.37818L12.5491 3.33455C12.6842 3.19931 12.8446 3.09202 13.0212 3.01882C13.1978 2.94562 13.387 2.90795 13.5782 2.90795C13.7693 2.90795 13.9586 2.94562 14.1352 3.01882C14.3118 3.09202 14.4722 3.19931 14.6073 3.33455C14.7425 3.46963 14.8498 3.63005 14.923 3.80663C14.9962 3.98321 15.0339 4.17249 15.0339 4.36364C15.0339 4.55479 14.9962 4.74406 14.923 4.92064C14.8498 5.09722 14.7425 5.25764 14.6073 5.39273L14.5636 5.43636C14.396 5.60777 14.2835 5.82547 14.2407 6.06139C14.1979 6.29731 14.2268 6.54064 14.3236 6.76V6.81818C14.4158 7.03329 14.5689 7.21674 14.764 7.34596C14.9591 7.47518 15.1878 7.54452 15.4218 7.54545H15.5455C15.9312 7.54545 16.3012 7.6987 16.574 7.97148C16.8468 8.24426 17 8.61423 17 9C17 9.38577 16.8468 9.75574 16.574 10.0285C16.3012 10.3013 15.9312 10.4545 15.5455 10.4545H15.48C15.246 10.4555 15.0173 10.5248 14.8222 10.654C14.6271 10.7833 14.474 10.9667 14.3818 11.1818Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")!important;
  color: #ededed!important;
  background-repeat: no-repeat;
  background-position: 11px 8px;
  background-color: #2c5ce5!important
}
a.btn-settings.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Cpath d=%27M9 11.4C10.3255 11.4 11.4 10.3255 11.4 9C11.4 7.67452 10.3255 6.6 9 6.6C7.67452 6.6 6.6 7.67452 6.6 9C6.6 10.3255 7.67452 11.4 9 11.4Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M14.3818 11.1818C14.285 11.4012 14.2561 11.6445 14.2989 11.8804C14.3417 12.1164 14.4542 12.3341 14.6218 12.5055L14.6655 12.5491C14.8007 12.6842 14.908 12.8446 14.9812 13.0212C15.0544 13.1978 15.0921 13.387 15.0921 13.5782C15.0921 13.7693 15.0544 13.9586 14.9812 14.1352C14.908 14.3118 14.8007 14.4722 14.6655 14.6073C14.5304 14.7425 14.3699 14.8498 14.1934 14.923C14.0168 14.9962 13.8275 15.0339 13.6364 15.0339C13.4452 15.0339 13.2559 14.9962 13.0794 14.923C12.9028 14.8498 12.7424 14.7425 12.6073 14.6073L12.5636 14.5636C12.3922 14.396 12.1745 14.2835 11.9386 14.2407C11.7027 14.1979 11.4594 14.2268 11.24 14.3236C11.0249 14.4158 10.8414 14.5689 10.7122 14.764C10.583 14.9591 10.5137 15.1878 10.5127 15.4218V15.5455C10.5127 15.9312 10.3595 16.3012 10.0867 16.574C9.81392 16.8468 9.44395 17 9.05818 17C8.67241 17 8.30244 16.8468 8.02966 16.574C7.75688 16.3012 7.60364 15.9312 7.60364 15.5455V15.48C7.59801 15.2393 7.52009 15.0058 7.38001 14.81C7.23993 14.6141 7.04417 14.4649 6.81818 14.3818C6.59882 14.285 6.3555 14.2561 6.11957 14.2989C5.88365 14.3417 5.66595 14.4542 5.49455 14.6218L5.45091 14.6655C5.31582 14.8007 5.1554 14.908 4.97882 14.9812C4.80224 15.0544 4.61297 15.0921 4.42182 15.0921C4.23067 15.0921 4.04139 15.0544 3.86481 14.9812C3.68824 14.908 3.52782 14.8007 3.39273 14.6655C3.25749 14.5304 3.1502 14.3699 3.077 14.1934C3.00381 14.0168 2.96613 13.8275 2.96613 13.6364C2.96613 13.4452 3.00381 13.2559 3.077 13.0794C3.1502 12.9028 3.25749 12.7424 3.39273 12.6073L3.43636 12.5636C3.60403 12.3922 3.7165 12.1745 3.75928 11.9386C3.80205 11.7027 3.77317 11.4594 3.67636 11.24C3.58417 11.0249 3.4311 10.8414 3.23597 10.7122C3.04085 10.583 2.81221 10.5137 2.57818 10.5127H2.45455C2.06878 10.5127 1.69881 10.3595 1.42603 10.0867C1.15325 9.81392 1 9.44395 1 9.05818C1 8.67241 1.15325 8.30244 1.42603 8.02966C1.69881 7.75688 2.06878 7.60364 2.45455 7.60364H2.52C2.76072 7.59801 2.99419 7.52009 3.19004 7.38001C3.38589 7.23993 3.53507 7.04417 3.61818 6.81818C3.71499 6.59882 3.74387 6.3555 3.70109 6.11957C3.65832 5.88365 3.54585 5.66595 3.37818 5.49455L3.33455 5.45091C3.19931 5.31582 3.09202 5.1554 3.01882 4.97882C2.94562 4.80224 2.90795 4.61297 2.90795 4.42182C2.90795 4.23067 2.94562 4.04139 3.01882 3.86481C3.09202 3.68824 3.19931 3.52782 3.33455 3.39273C3.46963 3.25749 3.63005 3.1502 3.80663 3.077C3.98321 3.00381 4.17249 2.96613 4.36364 2.96613C4.55479 2.96613 4.74406 3.00381 4.92064 3.077C5.09722 3.1502 5.25764 3.25749 5.39273 3.39273L5.43636 3.43636C5.60777 3.60403 5.82547 3.7165 6.06139 3.75928C6.29731 3.80205 6.54064 3.77317 6.76 3.67636H6.81818C7.03329 3.58417 7.21674 3.4311 7.34596 3.23597C7.47518 3.04085 7.54452 2.81221 7.54545 2.57818V2.45455C7.54545 2.06878 7.6987 1.69881 7.97148 1.42603C8.24426 1.15325 8.61423 1 9 1C9.38577 1 9.75574 1.15325 10.0285 1.42603C10.3013 1.69881 10.4545 2.06878 10.4545 2.45455V2.52C10.4555 2.75403 10.5248 2.98267 10.654 3.17779C10.7833 3.37291 10.9667 3.52599 11.1818 3.61818C11.4012 3.71499 11.6445 3.74387 11.8804 3.70109C12.1164 3.65832 12.3341 3.54585 12.5055 3.37818L12.5491 3.33455C12.6842 3.19931 12.8446 3.09202 13.0212 3.01882C13.1978 2.94562 13.387 2.90795 13.5782 2.90795C13.7693 2.90795 13.9586 2.94562 14.1352 3.01882C14.3118 3.09202 14.4722 3.19931 14.6073 3.33455C14.7425 3.46963 14.8498 3.63005 14.923 3.80663C14.9962 3.98321 15.0339 4.17249 15.0339 4.36364C15.0339 4.55479 14.9962 4.74406 14.923 4.92064C14.8498 5.09722 14.7425 5.25764 14.6073 5.39273L14.5636 5.43636C14.396 5.60777 14.2835 5.82547 14.2407 6.06139C14.1979 6.29731 14.2268 6.54064 14.3236 6.76V6.81818C14.4158 7.03329 14.5689 7.21674 14.764 7.34596C14.9591 7.47518 15.1878 7.54452 15.4218 7.54545H15.5455C15.9312 7.54545 16.3012 7.6987 16.574 7.97148C16.8468 8.24426 17 8.61423 17 9C17 9.38577 16.8468 9.75574 16.574 10.0285C16.3012 10.3013 15.9312 10.4545 15.5455 10.4545H15.48C15.246 10.4555 15.0173 10.5248 14.8222 10.654C14.6271 10.7833 14.474 10.9667 14.3818 11.1818Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")!important;
  color: #ededed!important;
  background-repeat: no-repeat;
  background-position: 11px 8px;
  background-color: #2c5ce5!important
}
a.btn-settings.active {
  background-color: #2c5ce5
}
a.btn-nuke {
  max-width: 111px;
  transition: all .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #282e3a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 12px 4px 38px;
  height: 33px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2716%27 viewBox=%270 0 17 16%27 fill=%27none%27%3E%3Cpath d=%27M8.5 6.05761V9.16801M8.5 12.2784H8.50731M7.48814 2.08542L1.47781 13.1325C1.14444 13.7452 0.97775 14.0516 1.00239 14.303C1.02387 14.5224 1.13186 14.7217 1.29946 14.8513C1.49162 15 1.8243 15 2.48967 15H14.5103C15.1757 15 15.5084 15 15.7005 14.8513C15.8681 14.7217 15.9761 14.5224 15.9976 14.303C16.0222 14.0516 15.8556 13.7452 15.5222 13.1325L9.51186 2.08542C9.17968 1.47488 9.01359 1.1696 8.7969 1.06708C8.60789 0.977641 8.39211 0.977641 8.2031 1.06708C7.98641 1.1696 7.82032 1.47488 7.48814 2.08542Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 11px 8px;
  min-width: 108px;
  white-space: nowrap
}
a.btn-trade {
  max-width: 130px;
  transition: all .4s ease;
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #282e3a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 12px 4px 38px;
  height: 33px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2717%27 viewBox=%270 0 17 17%27 fill=%27none%27%3E%3Cpath d=%27M6.625 10.75V6.25M10.375 10.75V6.25M16 8.5C16 12.6421 12.6421 16 8.5 16C4.35786 16 1 12.6421 1 8.5C1 4.35786 4.35786 1 8.5 1C12.6421 1 16 4.35786 16 8.5Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 11px 8px;
  min-width: 108px
}
a.btn-nuke:hover,
a.btn-settings:hover,
a.btn-trade:hover {
  background-color: #3e475b
}
.header-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px
}
.header-balance,
.header-time {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap
}
.header-balance {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px
}
.header-balance:hover:before {
  background-color: #282e3a
}
.header-balance:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2715%27 viewBox=%270 0 22 15%27 fill=%27none%27%3E%3Cpath d=%27M11 12C12.25 12 13.3125 11.5625 14.1875 10.6875C15.0625 9.8125 15.5 8.75 15.5 7.5C15.5 6.25 15.0625 5.1875 14.1875 4.3125C13.3125 3.4375 12.25 3 11 3C9.75 3 8.6875 3.4375 7.8125 4.3125C6.9375 5.1875 6.5 6.25 6.5 7.5C6.5 8.75 6.9375 9.8125 7.8125 10.6875C8.6875 11.5625 9.75 12 11 12ZM11 10.2C10.25 10.2 9.6125 9.9375 9.0875 9.4125C8.5625 8.8875 8.3 8.25 8.3 7.5C8.3 6.75 8.5625 6.1125 9.0875 5.5875C9.6125 5.0625 10.25 4.8 11 4.8C11.75 4.8 12.3875 5.0625 12.9125 5.5875C13.4375 6.1125 13.7 6.75 13.7 7.5C13.7 8.25 13.4375 8.8875 12.9125 9.4125C12.3875 9.9375 11.75 10.2 11 10.2ZM11 15C8.56667 15 6.35 14.3208 4.35 12.9625C2.35 11.6042 0.9 9.78333 0 7.5C0.9 5.21667 2.35 3.39583 4.35 2.0375C6.35 0.679167 8.56667 0 11 0C13.4333 0 15.65 0.679167 17.65 2.0375C19.65 3.39583 21.1 5.21667 22 7.5C21.1 9.78333 19.65 11.6042 17.65 12.9625C15.65 14.3208 13.4333 15 11 15ZM11 13C12.8833 13 14.6125 12.5042 16.1875 11.5125C17.7625 10.5208 18.9667 9.18333 19.8 7.5C18.9667 5.81667 17.7625 4.47917 16.1875 3.4875C14.6125 2.49583 12.8833 2 11 2C9.11667 2 7.3875 2.49583 5.8125 3.4875C4.2375 4.47917 3.03333 5.81667 2.2 7.5C3.03333 9.18333 4.2375 10.5208 5.8125 11.5125C7.3875 12.5042 9.11667 13 11 13Z%27 fill=%27%23EDEDED%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px 14px;
  transition: all .4s ease;
  border-radius: 5px;
  cursor: pointer
}
.header-balance._active:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cmask id=%27mask0_78_2%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%2724%27 height=%2724%27%3E%3Crect width=%2724%27 height=%2724%27 fill=%27%23EDEDED%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_78_2%29%27%3E%3Cpath d=%27M16.1 13.3L14.65 11.85C14.8 11.0667 14.575 10.3334 13.975 9.65005C13.375 8.96672 12.6 8.70005 11.65 8.85005L10.2 7.40005C10.4833 7.26672 10.7708 7.16672 11.0625 7.10005C11.3542 7.03338 11.6667 7.00005 12 7.00005C13.25 7.00005 14.3125 7.43755 15.1875 8.31255C16.0625 9.18755 16.5 10.25 16.5 11.5C16.5 11.8334 16.4667 12.1459 16.4 12.4375C16.3333 12.7292 16.2333 13.0167 16.1 13.3ZM19.3 16.4501L17.85 15.05C18.4833 14.5667 19.0458 14.0375 19.5375 13.4626C20.0292 12.8876 20.45 12.2334 20.8 11.5C19.9667 9.81672 18.7708 8.47922 17.2125 7.48755C15.6542 6.49588 13.9167 6.00005 12 6.00005C11.5167 6.00005 11.0417 6.03338 10.575 6.10005C10.1083 6.16672 9.65 6.26672 9.2 6.40005L7.65 4.85005C8.33333 4.56672 9.03333 4.35422 9.75 4.21255C10.4667 4.07088 11.2167 4.00005 12 4.00005C14.5167 4.00005 16.7583 4.69588 18.725 6.08755C20.6917 7.47922 22.1167 9.28338 23 11.5C22.6167 12.4834 22.1125 13.3959 21.4875 14.2375C20.8625 15.0792 20.1333 15.8167 19.3 16.4501ZM19.8 22.6L15.6 18.4501C15.0167 18.6334 14.4292 18.7709 13.8375 18.8626C13.2458 18.9542 12.6333 19 12 19C9.48333 19 7.24167 18.3042 5.275 16.9125C3.30833 15.5209 1.88333 13.7167 1 11.5C1.35 10.6167 1.79167 9.79588 2.325 9.03755C2.85833 8.27922 3.46667 7.60005 4.15 7.00005L1.4 4.20005L2.8 2.80005L21.2 21.2001L19.8 22.6ZM5.55 8.40005C5.06667 8.83338 4.625 9.30838 4.225 9.82505C3.825 10.3417 3.48333 10.9 3.2 11.5C4.03333 13.1834 5.22917 14.5209 6.7875 15.5126C8.34583 16.5042 10.0833 17.0001 12 17.0001C12.3333 17.0001 12.6583 16.9792 12.975 16.9376C13.2917 16.8959 13.6167 16.85 13.95 16.8L13.05 15.85C12.8667 15.9001 12.6917 15.9376 12.525 15.9626C12.3583 15.9875 12.1833 16 12 16C10.75 16 9.6875 15.5625 8.8125 14.6875C7.9375 13.8125 7.5 12.75 7.5 11.5C7.5 11.3167 7.5125 11.1417 7.5375 10.975C7.5625 10.8084 7.6 10.6334 7.65 10.45L5.55 8.40005Z%27 fill=%27%23EDEDED%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 19px 18px
}
.header-balance._active span {
  opacity: 0;
  display: none
}
.header-balance._active:after {
  content: "*********";
  display: inline-block;
  margin-top: 4px
}
.header-time {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Cpath d=%27M9 4.2V9L12.2 10.6M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 0 2px
}
.part-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}
.btn-settings-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  width: 33px;
  background: #282e3a;
  border-radius: 5px;
  transition: all .4s ease;
  cursor: pointer
}
.btn-settings-panel.turned {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27%3E%3Cpath d=%27M10 10L19 10M10 1L10 19M5.8 1H14.2C15.8802 1 16.7202 1 17.362 1.32698C17.9265 1.6146 18.3854 2.07354 18.673 2.63803C19 3.27976 19 4.11984 19 5.8V14.2C19 15.8802 19 16.7202 18.673 17.362C18.3854 17.9265 17.9265 18.3854 17.362 18.673C16.7202 19 15.8802 19 14.2 19H5.8C4.11984 19 3.27976 19 2.63803 18.673C2.07354 18.3854 1.6146 17.9265 1.32698 17.362C1 16.7202 1 15.8802 1 14.2V5.8C1 4.11984 1 3.27976 1.32698 2.63803C1.6146 2.07354 2.07354 1.6146 2.63803 1.32698C3.27976 1 4.11984 1 5.8 1Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat
}
.btn-settings-panel:hover {
  background-color: #3e475b
}
.btn-settings-panel.active {
  background-color: #2c5ce5
}
.btn-settings-panel.turned.active:hover {
  background-color: #5581fe
}
.btn-settings-panel.sound {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2719%27 height=%2716%27 viewBox=%270 0 19 16%27 fill=%27none%27%3E%3Cpath d=%27M18 5.46771L12.9 10.5323M12.9 5.46771L18 10.5323M7.48917 1.5559L4.79834 4.22805C4.65133 4.37404 4.57782 4.44703 4.49204 4.49923C4.41599 4.54551 4.33308 4.57962 4.24635 4.60029C4.14852 4.62362 4.04457 4.62362 3.83667 4.62362H2.36C1.88396 4.62362 1.64593 4.62362 1.46411 4.71562C1.30417 4.79654 1.17414 4.92567 1.09264 5.0845C1 5.26506 1 5.50143 1 5.97417V10.0258C1 10.4986 1 10.7349 1.09264 10.9155C1.17414 11.0743 1.30417 11.2035 1.46411 11.2844C1.64593 11.3764 1.88396 11.3764 2.36 11.3764H3.83667C4.04457 11.3764 4.14852 11.3764 4.24635 11.3997C4.33308 11.4204 4.41599 11.4545 4.49204 11.5008C4.57782 11.553 4.65133 11.626 4.79833 11.772L7.48917 14.4441C7.85329 14.8057 8.03535 14.9865 8.19166 14.9987C8.32728 15.0093 8.45982 14.9548 8.54817 14.852C8.65 14.7337 8.65 14.478 8.65 13.9666V2.0334C8.65 1.52203 8.65 1.26635 8.54817 1.14795C8.45982 1.04522 8.32728 0.990704 8.19166 1.0013C8.03535 1.01352 7.85329 1.19431 7.48917 1.5559Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat
}
.btn-settings-panel.sound.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2717%27 viewBox=%270 0 20 17%27 fill=%27none%27%3E%3Cpath d=%27M16.9731 2.16928C18.2487 3.95114 19 6.13741 19 8.5C19 10.8626 18.2487 13.0489 16.9731 14.8307M13.3708 4.88245C14.0826 5.90787 14.5 7.15495 14.5 8.5C14.5 9.84505 14.0826 11.0921 13.3708 12.1176M7.87088 1.59561L5.02177 4.45862C4.86611 4.61504 4.78828 4.69325 4.69746 4.74917C4.61693 4.79876 4.52914 4.8353 4.43731 4.85746C4.33373 4.88245 4.22366 4.88245 4.00353 4.88245H2.44C1.93595 4.88245 1.68393 4.88245 1.49141 4.98102C1.32206 5.06772 1.18438 5.20608 1.09809 5.37625C1 5.56971 1 5.82296 1 6.32947V10.6705C1 11.177 1 11.4303 1.09809 11.6237C1.18438 11.7939 1.32206 11.9323 1.49141 12.019C1.68393 12.1176 1.93595 12.1176 2.44 12.1176H4.00353C4.22366 12.1176 4.33373 12.1176 4.43731 12.1425C4.52914 12.1647 4.61693 12.2012 4.69746 12.2508C4.78828 12.3068 4.86611 12.385 5.02177 12.5414L7.87088 15.4044C8.25642 15.7918 8.44919 15.9855 8.61469 15.9986C8.7583 16.01 8.89863 15.9515 8.99218 15.8415C9.1 15.7146 9.1 15.4407 9.1 14.8928V2.10721C9.1 1.55932 9.1 1.28537 8.99218 1.15852C8.89863 1.04845 8.7583 0.99004 8.61469 1.0014C8.44919 1.01449 8.25642 1.20819 7.87088 1.59561Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2c5ce5
}
.btn-settings-panel.sound.active:hover {
  background-color: #5581fe!important
}
.btn-settings-panel.mode {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Cpath d=%27M17 12.0754C15.9493 12.5506 14.7829 12.8151 13.5548 12.8151C8.93223 12.8151 5.18492 9.06777 5.18492 4.44523C5.18492 3.21708 5.44944 2.05072 5.92462 1C3.02061 2.31331 1 5.23576 1 8.63015C1 13.2527 4.74731 17 9.36985 17C12.7642 17 15.6867 14.9794 17 12.0754Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat
}
.btn-settings-panel.mode label {
  width: 33px;
  height: 33px;
  cursor: pointer
}
.btn-settings-panel.exit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Cpath d=%27M12.5556 13.4444L17 9M17 9L12.5556 4.55556M17 9H6.33333M6.33333 1H5.26667C3.77319 1 3.02646 1 2.45603 1.29065C1.95426 1.54631 1.54631 1.95426 1.29065 2.45603C1 3.02646 1 3.77319 1 5.26667V12.7333C1 14.2268 1 14.9735 1.29065 15.544C1.54631 16.0457 1.95426 16.4537 2.45603 16.7094C3.02646 17 3.77319 17 5.26667 17H6.33333%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center
}
.btn-settings-panel.mode input[type=checkbox] {
  display: none
}
.header .header-logged-btns {
  display: flex;
  gap: 8px;
  position: relative;
  margin-left: 15px
}
.header .header-logged-btns:before {
  content: "";
  display: inline-block;
  height: 38px;
  width: 1px;
  background-color: #2a2e34;
  margin-left: 5px;
  margin-right: 5px
}
.header .btn-link {
  font-size: 16px;
  white-space: nowrap;
  height: 33px;
  padding: 4px 8px
}
.header .btn-link:hover {
  background: 0 0
}
.header .btn-primary {
  padding: 4px 8px;
  height: 33px
}
.header-no-logged .part-btns {
  margin-left: auto
}
.header-no-logged .header-info__col {
  text-align: right;
  margin-left: auto
}
.header-no-logged .header-btns {
  margin-left: auto
}
body.light-mode .btn-settings-panel {
  background-color: #f2f2f2
}
body.light-mode .btn-settings-panel:hover {
  background-color: #f4f8ff
}
body.light-mode .btn-settings-panel.turned {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27%3E%3Cpath d=%27M10 10L19 10M10 1L10 19M5.8 1H14.2C15.8802 1 16.7202 1 17.362 1.32698C17.9265 1.6146 18.3854 2.07354 18.673 2.63803C19 3.27976 19 4.11984 19 5.8V14.2C19 15.8802 19 16.7202 18.673 17.362C18.3854 17.9265 17.9265 18.3854 17.362 18.673C16.7202 19 15.8802 19 14.2 19H5.8C4.11984 19 3.27976 19 2.63803 18.673C2.07354 18.3854 1.6146 17.9265 1.32698 17.362C1 16.7202 1 15.8802 1 14.2V5.8C1 4.11984 1 3.27976 1.32698 2.63803C1.6146 2.07354 2.07354 1.6146 2.63803 1.32698C3.27976 1 4.11984 1 5.8 1Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat
}
body.light-mode .btn-settings-panel.turned.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27%3E%3Cpath d=%27M10 10L19 10M10 1L10 19M5.8 1H14.2C15.8802 1 16.7202 1 17.362 1.32698C17.9265 1.6146 18.3854 2.07354 18.673 2.63803C19 3.27976 19 4.11984 19 5.8V14.2C19 15.8802 19 16.7202 18.673 17.362C18.3854 17.9265 17.9265 18.3854 17.362 18.673C16.7202 19 15.8802 19 14.2 19H5.8C4.11984 19 3.27976 19 2.63803 18.673C2.07354 18.3854 1.6146 17.9265 1.32698 17.362C1 16.7202 1 15.8802 1 14.2V5.8C1 4.11984 1 3.27976 1.32698 2.63803C1.6146 2.07354 2.07354 1.6146 2.63803 1.32698C3.27976 1 4.11984 1 5.8 1Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #5581fe
}
body.light-mode .btn-settings-panel.sound {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2719%27 height=%2716%27 viewBox=%270 0 19 16%27 fill=%27none%27%3E%3Cpath d=%27M18 5.46771L12.9 10.5323M12.9 5.46771L18 10.5323M7.48917 1.5559L4.79834 4.22805C4.65133 4.37404 4.57782 4.44703 4.49204 4.49923C4.41599 4.54551 4.33308 4.57962 4.24635 4.60029C4.14852 4.62362 4.04457 4.62362 3.83667 4.62362H2.36C1.88396 4.62362 1.64593 4.62362 1.46411 4.71562C1.30417 4.79654 1.17414 4.92567 1.09264 5.0845C1 5.26506 1 5.50143 1 5.97417V10.0258C1 10.4986 1 10.7349 1.09264 10.9155C1.17414 11.0743 1.30417 11.2035 1.46411 11.2844C1.64593 11.3764 1.88396 11.3764 2.36 11.3764H3.83667C4.04457 11.3764 4.14852 11.3764 4.24635 11.3997C4.33308 11.4204 4.41599 11.4545 4.49204 11.5008C4.57782 11.553 4.65133 11.626 4.79833 11.772L7.48917 14.4441C7.85329 14.8057 8.03535 14.9865 8.19166 14.9987C8.32728 15.0093 8.45982 14.9548 8.54817 14.852C8.65 14.7337 8.65 14.478 8.65 13.9666V2.0334C8.65 1.52203 8.65 1.26635 8.54817 1.14795C8.45982 1.04522 8.32728 0.990704 8.19166 1.0013C8.03535 1.01352 7.85329 1.19431 7.48917 1.5559Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat
}
body.light-mode .btn-settings-panel.sound.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2717%27 viewBox=%270 0 20 17%27 fill=%27none%27%3E%3Cpath d=%27M16.9731 2.16928C18.2487 3.95114 19 6.13741 19 8.5C19 10.8626 18.2487 13.0489 16.9731 14.8307M13.3708 4.88245C14.0826 5.90787 14.5 7.15495 14.5 8.5C14.5 9.84505 14.0826 11.0921 13.3708 12.1176M7.87088 1.59561L5.02177 4.45862C4.86611 4.61504 4.78828 4.69325 4.69746 4.74917C4.61693 4.79876 4.52914 4.8353 4.43731 4.85746C4.33373 4.88245 4.22366 4.88245 4.00353 4.88245H2.44C1.93595 4.88245 1.68393 4.88245 1.49141 4.98102C1.32206 5.06772 1.18438 5.20608 1.09809 5.37625C1 5.56971 1 5.82296 1 6.32947V10.6705C1 11.177 1 11.4303 1.09809 11.6237C1.18438 11.7939 1.32206 11.9323 1.49141 12.019C1.68393 12.1176 1.93595 12.1176 2.44 12.1176H4.00353C4.22366 12.1176 4.33373 12.1176 4.43731 12.1425C4.52914 12.1647 4.61693 12.2012 4.69746 12.2508C4.78828 12.3068 4.86611 12.385 5.02177 12.5414L7.87088 15.4044C8.25642 15.7918 8.44919 15.9855 8.61469 15.9986C8.7583 16.01 8.89863 15.9515 8.99218 15.8415C9.1 15.7146 9.1 15.4407 9.1 14.8928V2.10721C9.1 1.55932 9.1 1.28537 8.99218 1.15852C8.89863 1.04845 8.7583 0.99004 8.61469 1.0014C8.44919 1.01449 8.25642 1.20819 7.87088 1.59561Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2c5ce5
}
body.light-mode .btn-settings-panel.mode {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27%3E%3Cpath d=%27M10 1V2.8M10 17.2V19M2.8 10H1M4.8827 4.8827L3.60991 3.60991M15.1173 4.8827L16.3901 3.60991M4.8827 15.121L3.60991 16.3938M15.1173 15.121L16.3901 16.3938M19 10H17.2M14.5 10C14.5 12.4853 12.4853 14.5 10 14.5C7.51472 14.5 5.5 12.4853 5.5 10C5.5 7.51472 7.51472 5.5 10 5.5C12.4853 5.5 14.5 7.51472 14.5 10Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat
}
body.light-mode .btn-settings-panel.exit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Cpath d=%27M12.5556 13.4444L17 9M17 9L12.5556 4.55556M17 9H6.33333M6.33333 1H5.26667C3.77319 1 3.02646 1 2.45603 1.29065C1.95426 1.54631 1.54631 1.95426 1.29065 2.45603C1 3.02646 1 3.77319 1 5.26667V12.7333C1 14.2268 1 14.9735 1.29065 15.544C1.54631 16.0457 1.95426 16.4537 2.45603 16.7094C3.02646 17 3.77319 17 5.26667 17H6.33333%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center
}
.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%
}
.settings-page {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  padding-top: 63px
}
.settings-page .sidebar {
  max-width: 255px;
  width: 100%;
  height: 100%;
  position: fixed
}
.settings-page .sidebar a {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: all .5s ease;
  width: 100%;
  height: 49px;
  background: #181c23;
  padding-left: 52px
}
.settings-page .sidebar ul li {
  display: flex;
  align-items: center
}
.settings-page .sidebar ul a.active {
  background: #282e3a
}
.settings-page .sidebar ul a.api-management {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2718%27 viewBox=%270 0 14 18%27 fill=%27none%27%3E%3Cpath d=%27M8.5 8.2H4M5.5 11.4H4M10 5H4M13 4.84V13.16C13 14.5041 13 15.1762 12.7548 15.6896C12.539 16.1412 12.1948 16.5083 11.7715 16.7384C11.2902 17 10.6601 17 9.4 17H4.6C3.33988 17 2.70982 17 2.22852 16.7384C1.80516 16.5083 1.46095 16.1412 1.24524 15.6896C1 15.1762 1 14.5041 1 13.16V4.84C1 3.49587 1 2.82381 1.24524 2.31042C1.46095 1.85883 1.80516 1.49168 2.22852 1.26158C2.70982 1 3.33988 1 4.6 1H9.4C10.6601 1 11.2902 1 11.7715 1.26158C12.1948 1.49168 12.539 1.85883 12.7548 2.31042C13 2.82381 13 3.49587 13 4.84Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 21px 16px
}
.settings-page .sidebar ul a.key-binds {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2713%27 viewBox=%270 0 20 13%27 fill=%27none%27%3E%3Cpath d=%27M5.5 8.79167H14.5M4.6 4.66667H4.609M8.2 4.66667H8.209M11.8 4.66667H11.809M15.4 4.66667H15.409M3.88 12H16.12C17.1281 12 17.6321 12 18.0172 11.8002C18.3559 11.6244 18.6312 11.3439 18.8038 10.999C19 10.6068 19 10.0934 19 9.06667V3.93333C19 2.90657 19 2.39319 18.8038 2.00102C18.6312 1.65605 18.3559 1.37559 18.0172 1.19982C17.6321 1 17.1281 1 16.12 1H3.88C2.87191 1 2.36786 1 1.98282 1.19982C1.64413 1.37559 1.36876 1.65605 1.19619 2.00102C1 2.39319 1 2.90657 1 3.93333V9.06667C1 10.0934 1 10.6068 1.19619 10.999C1.36876 11.3439 1.64413 11.6244 1.98282 11.8002C2.36786 12 2.87191 12 3.88 12Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 19px 18px
}
.settings-page .sidebar ul a.trading-preferences {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cpath d=%27M15 15H3.48889C2.6177 15 2.1821 15 1.84935 14.8305C1.55665 14.6813 1.31868 14.4433 1.16955 14.1507C1 13.8179 1 13.3823 1 12.5111V1M4.11111 9.94444V12.2778M7.61111 7.61111V12.2778M11.1111 5.27778V12.2778M14.6111 2.94444V12.2778%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 20px 16px
}
.settings-page .sidebar ul a.sound-preferences {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2715%27 viewBox=%270 0 18 15%27 fill=%27none%27%3E%3Cpath d=%27M15.1983 2.01338C16.3322 3.55765 17 5.45242 17 7.5C17 9.54758 16.3322 11.4423 15.1983 12.9866M11.9962 4.36479C12.6289 5.25349 13 6.33429 13 7.5C13 8.66571 12.6289 9.74651 11.9962 10.6352M7.10745 1.5162L4.5749 3.99747C4.43654 4.13303 4.36736 4.20081 4.28663 4.24928C4.21505 4.29226 4.13701 4.32393 4.05539 4.34313C3.96332 4.36479 3.86548 4.36479 3.66981 4.36479H2.28C1.83196 4.36479 1.60794 4.36479 1.43681 4.45022C1.28628 4.52536 1.16389 4.64527 1.08719 4.79275C1 4.96041 1 5.1799 1 5.61887V9.38113C1 9.8201 1 10.0396 1.08719 10.2072C1.16389 10.3547 1.28628 10.4746 1.43681 10.5498C1.60794 10.6352 1.83196 10.6352 2.28 10.6352H3.66981C3.86548 10.6352 3.96332 10.6352 4.05539 10.6569C4.13701 10.6761 4.21505 10.7077 4.28663 10.7507C4.36736 10.7992 4.43654 10.867 4.5749 11.0025L7.10745 13.4838C7.45015 13.8196 7.6215 13.9874 7.76862 13.9988C7.89626 14.0086 8.02101 13.958 8.10416 13.8626C8.2 13.7527 8.2 13.5153 8.2 13.0404V1.95958C8.2 1.48474 8.2 1.24732 8.10416 1.13738C8.02101 1.04199 7.89626 0.991368 7.76862 1.00121C7.6215 1.01255 7.45015 1.18044 7.10745 1.5162Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 20px 16px
}
.settings-page .sidebar ul a.nav-sources {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713%27 height=%2715%27 viewBox=%270 0 13 15%27 fill=%27none%27%3E%3Cpath d=%27M1 4.46667C1 3.25322 1 2.6465 1.25691 2.18302C1.4829 1.77534 1.8435 1.44388 2.28702 1.23615C2.79124 1 3.4513 1 4.77143 1H8.22857C9.5487 1 10.2088 1 10.713 1.23615C11.1565 1.44388 11.5171 1.77534 11.7431 2.18302C12 2.6465 12 3.25322 12 4.46667V14L6.5 11.1111L1 14V4.46667Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 21px 16px
}
.settings-page .sidebar ul a.auto-trade {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%2717%27 viewBox=%270 0 15 17%27 fill=%27none%27%3E%3Cpath d=%27M8.27083 1L1.40541 9.01589C1.13653 9.32982 1.0021 9.48678 1.00004 9.61935C0.998258 9.73459 1.05104 9.84423 1.14317 9.91667C1.24915 10 1.45915 10 1.87914 10H7.5L6.72917 16L13.5946 7.98411C13.8635 7.67018 13.9979 7.51322 14 7.38065C14.0017 7.26541 13.949 7.15577 13.8568 7.08333C13.7508 7 13.5409 7 13.1209 7H7.5L8.27083 1Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 21px 16px
}
.settings-page .sidebar ul a.nav-subscription {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2715%27 viewBox=%270 0 17 15%27 fill=%27none%27%3E%3Cpath d=%27M1.26587 5.40206H15.7341M6.97703 1L5.45405 5.40206L8.5 13.8393L11.5459 5.40206L10.023 1M8.96799 13.6651L15.7899 5.77781C15.9055 5.64414 15.9633 5.5773 15.9854 5.5027C16.0049 5.43692 16.0049 5.3672 15.9854 5.30142C15.9633 5.22682 15.9055 5.15998 15.7899 5.02631L12.4901 1.21119C12.423 1.13356 12.3894 1.09475 12.3482 1.06684C12.3118 1.04212 12.2711 1.02376 12.228 1.0126C12.1794 1 12.127 1 12.0221 1H4.97789C4.87301 1 4.82057 1 4.77198 1.0126C4.72892 1.02376 4.68823 1.04212 4.65177 1.06684C4.61061 1.09475 4.57704 1.13356 4.5099 1.21119L1.21012 5.02631C1.09451 5.15998 1.0367 5.22682 1.01461 5.30142C0.995131 5.3672 0.995131 5.43692 1.01461 5.50269C1.0367 5.5773 1.09451 5.64414 1.21012 5.77781L8.03201 13.6651C8.19272 13.8509 8.27308 13.9438 8.36929 13.9777C8.4537 14.0074 8.5463 14.0074 8.63071 13.9777C8.72692 13.9438 8.80728 13.8509 8.96799 13.6651Z%27 stroke=%27%23EDEDED%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 19px 16px
}
.settings-page .sidebar ul a:hover {
  background-color: #282e3a
}
.settings-page .settings-content {
  text-align: left;
  width: 100%;
  margin-left: 255px
}
.settings-page .settings-header {
  padding: 15px 15px 24px 16px;
  border-bottom: 1px solid #2a2e34;
  width: 100%
}
.settings-page h2.settings-header__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px
}
.settings-page p.settings-header__text {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400
}
.settings-page .settings-inner {
  padding: 25px 25px 5px 16px
}
.settings-page .api-management-content .row form {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 30px
}
.settings-page .api-management-content h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px
}
.api-management-content .form-api-none input {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default
}
.settings-page .key-binds-content .row {
  margin-bottom: 17px
}
.settings-page .key-binds-content .d-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  margin-bottom: 16px
}
.settings-page .key-binds-content .d-flex:last-child {
  margin-bottom: 0
}
.settings-page .key-binds-content h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px
}
.settings-page .key-binds-content .key-bind-item {
  position: relative;
  border-radius: 5px;
  border: 1px solid #282e3a;
  height: 38px
}
.settings-page .key-binds-content .key-bind-item button:active {
  border: 1px solid #282e3a
}
.settings-page .key-binds-content .key-bind-item .input {
  opacity: 0;
  border-radius: 5px;
  min-width: 266px
}
.settings-page .key-binds-content .key-bind-item span.input-span {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7b7b7b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}
.settings-page .key-binds-content .key-bind-item button {
  position: absolute;
  min-width: 28px;
  height: 28px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 4px;
  background: #282e3a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  color: #ededed;
  text-align: center;
  font-size: 14px;
  font-weight: 500
}
.settings-page .key-binds-content .key-bind-item button span {
  opacity: .7
}
.subscription-content .tabs__body .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px
}
.box-plan {
  display: flex;
  flex-direction: column;
  gap: 19px;
  border-radius: 7px;
  border: 1px solid #282e3a;
  padding: 16px 13px;
  max-width: 263px;
  width: 100%;
  min-height: 206px
}
.box-plan .box-plan__top {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.box-plan .status {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #2c5ce5;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #2c5ce5;
  height: 25px;
  padding: 0 5px
}
.box-plan .badge {
  height: 25px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #1f996d;
  background: #1f996d;
  gap: 4px
}
.box-plan .badge strong {
  font-size: 14px;
  font-weight: 600
}
.box-plan .badge span {
  font-size: 14px;
  font-weight: 400
}
.box-plan .box-plan__middle p {
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 7px
}
.box-plan .box-plan__middle p:last-child {
  margin-bottom: 0
}
.box-plan .box-plan__middle span {
  color: #ededed;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  opacity: .5;
  margin-left: 4px
}
.box-plan .box-plan__middle strong {
  color: #ededed;
  font-size: 23px;
  font-weight: 600
}
.box-plan .box-plan__bottom {
  border-top: 1px solid #2a2e34;
  padding-top: 19px
}
.box-plan .box-plan__bottom .btn-primary {
  width: 100%
}
.box-plan .box-plan__bottom .btn-cancel {
  width: 100%;
  margin-top: 7px
}
.subscription-content .features-block {
  margin-top: 21px
}
.subscription-content .features-block .features-block__switch {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #282e3a;
  background: #282e3a;
  align-items: center;
  max-width: 825px;
  width: 100%;
  height: 38px;
  color: #ededed;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all .4s ease
}
.subscription-content .features-block .features-block__switch:hover {
  background-color: #3e475b
}
.subscription-content .features-block .features-block__switch span.hide {
  display: none;
  opacity: 0
}
.subscription-content .features-block .features-block__switch.active span.view {
  display: none;
  opacity: 0
}
.subscription-content .features-block .features-block__switch.active span.hide {
  display: block;
  opacity: 1
}
.subscription-content .features-block .features-block__list {
  padding-top: 31px;
  display: none;
  opacity: 0
}
.subscription-content .features-block .features-block__list h3 {
  color: #ededed;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px
}
.subscription-content .features-block .features-block__list .list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px
}
.subscription-content .features-block .features-block__list .list ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 3px;
  list-style: disc;
  list-style-position: inside
}
.subscription-content .features-block .features-block__list.active {
  display: block;
  opacity: 1
}
.auto-trade-content .auto-trade-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start
}
.auto-trade-content .auto-trade-row .col {
  max-width: 450px;
  height: 100%;
  width: 100%;
  min-height: 100vh
}
.auto-trade-content .auto-trade-row .col h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 13px
}
.auto-trade-content .auto-trade-row .col p {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 13px
}
.auto-trade-content .auto-trade-row .col-max:first-child,
.auto-trade-content .auto-trade-row .col:first-child {
  border-right: 1px solid #2a2e34
}
.auto-trade-content .auto-trade-row .col.padding-right {
  padding-right: 42px
}
.auto-trade-content .auto-trade-row .col.padding-left {
  padding-left: 42px
}
.auto-trade-content .auto-trade-row .col-max {
  max-width: 560px;
  height: 100%;
  width: 100%;
  min-height: 100vh
}
.auto-trade-content .auto-trade-row .col-max h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 13px
}
.auto-trade-content .auto-trade-row .col-max p {
  color: #7b7b7b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 13px
}
.auto-trade-content .auto-trade-row .col-max.padding-right {
  padding-right: 25px
}
.auto-trade-content .auto-trade-row .col-max.padding-left {
  padding-left: 25px
}
.auto-trade-content .form-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  margin-bottom: 14px
}
.auto-trade-content .form-row input.input {
  height: 38px
}
.auto-trade-content .form-row .select {
  min-width: 113px
}
.auto-trade-content .form-row.form-save {
  gap: 10px
}
.auto-trade-content .form-row.form-save .btn-secondary {
  height: 38px
}
.auto-trade-content .size {
  border-radius: 5px;
  background: #1f996d;
  height: 39px;
  padding: 7px 8px 7px 10px;
  max-width: 178px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px
}
.auto-trade-content .size .input {
  background-color: transparent;
  color: #ededed;
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: underline;
  min-width: auto;
  padding: 0
}
.auto-trade-content .size.bg-red {
  background: #e9445a
}
.auto-trade-content .size span {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap
}
.auto-trade-content .following-words {
  margin-top: 20px
}
.auto-trade-content .following-words p {
  max-width: 318px;
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px
}
.auto-trade-content .following-words p span {
  color: #ededed;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase
}
.auto-trade-content .following-words .following-words__content {
  margin-top: 6px
}
.auto-trade-content .tab-on-accounts p.text {
  max-width: 303px
}
.auto-trade-content .tab-on-accounts .size {
  height: 38px
}
.line-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px
}
.line-item .word {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px
}
.line-item .word span {
  font-weight: 400
}
.line-item .word span.grey {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  line-height: normal
}
.line-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
.line-btns .item-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer
}
.line-btns .item-delete .delete {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #e9445a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27%3E%3Cpath d=%27M3.80469 3.80627L10.192 10.1936%27 stroke=%27%23EDEDED%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M10.1953 3.80627L3.80801 10.1936%27 stroke=%27%23EDEDED%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat
}
.line-btns .item-delete span {
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 400;
  line-height: normal
}
.auto-trade-content .active-buys {
  margin-top: 53px
}
.auto-trade-content .active-buys h2 {
  color: #ededed;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px
}
.auto-trade-content .active-buys .line-item .word span:first-child {
  min-width: 50px
}
.box-links {
  margin-top: 31px;
  width: 100%
}
.box-links h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px
}
.active-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  width: 100%
}
.active-link .text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
.active-link .text img {
  max-width: 25px;
  border-radius: 100%
}
.active-link .text span {
  min-width: 66px;
  color: #ededed;
  font-size: 14px;
  font-weight: 400
}
.active-link .text a {
  min-width: 234px;
  min-width: 60px;
  color: #ededed;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}
.active-link .checkbox__label:before {
  bottom: -2px
}
.settings-page .sources-content .row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start
}
.settings-page .sources-content .row .col-max {
  max-width: 490px;
  width: 100%;
  min-height: 100vh;
  height: 100%
}
.settings-page .sources-content .row .col-max:first-child {
  border-right: 1px solid #2a2e34;
  padding-right: 58px
}
.settings-page .sources-content .row .col-max:last-child {
  max-width: 580px;
  padding-left: 58px
}
.settings-page .sources-content .row .col-max:last-child input.input {
  min-width: 438px
}
.settings-page .sources-content .row h2 {
  color: #ededed;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 13px
}
.settings-page .sources-content .box-source {
  margin-bottom: 33px
}
.settings-page .sources-content .box-source h3 {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px
}
.settings-page .sources-content .box-source .d-flex {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: space-between
}
.settings-page .sources-content .box-source input.input {
  width: 100%;
  min-width: 352px
}
.settings-page .sources-content .box-source form {
  margin-bottom: 22px
}
.settings-page .sources-content .box-source .btn-secondary {
  height: 38px
}
.api-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px
}
.api-line .api-key-line {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 400;
  max-width: 344px
}
.settings-page .sound-preferences-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start
}
.settings-page .sound-preferences-content .col {
  padding: 0 53px 0;
  max-width: 390px;
  width: 100%;
  border-left: 1px solid #2a2e34;
  min-height: 100vh;
  height: 100%;
  padding-bottom: 20px
}
.settings-page .sound-preferences-content .col:first-child {
  padding-left: 0;
  border-left: 0;
  max-width: 330px
}
.settings-page .sound-preferences-content .sound-choice-box {
  margin-bottom: 46px;
  min-height: 460px
}
.settings-page .sound-preferences-content .sound-choice-box:last-child {
  margin-bottom: 0
}
.settings-page .sound-preferences-content .sound-choice-box h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px
}
.settings-page .sound-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  margin-bottom: 17px
}
.settings-page .sound-line:first-child {
  margin-bottom: 0
}
.settings-page .sound-line span {
  display: block
}
.settings-page .drug-drop {
  width: 283px;
  height: 136px;
  border-radius: 12px;
  background: #12161e;
  margin-bottom: 20px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27100%27 height=%27100%27 viewBox=%270 0 100 100%27 fill=%27none%27%3E%3Crect width=%27100%27 height=%27100%27 rx=%2712%27 fill=%27%23181C23%27/%3E%3Cpath d=%27M69 56.3333V58.8667C69 62.4137 69 64.1872 68.3097 65.5419C67.7025 66.7336 66.7336 67.7025 65.5419 68.3097C64.1872 69 62.4137 69 58.8667 69H41.1333C37.5863 69 35.8128 69 34.4581 68.3097C33.2664 67.7025 32.2975 66.7336 31.6903 65.5419C31 64.1872 31 62.4137 31 58.8667V56.3333M60.5556 41.5556L50 31M50 31L39.4444 41.5556M50 31V56.3333%27 stroke=%27%23EDEDED%27 stroke-width=%273%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 16px 19px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 34px
}
.settings-page .drug-drop input {
  width: 100%;
  background: 0 0;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer
}
.settings-page .drug-drop p {
  max-width: 105px;
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 300
}
.settings-page .trading-preferences-content {
  padding-bottom: 50px;
  
}
.settings-page .trading-preferences-content .preferences-box {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: white !important;
}
.settings-page .trading-preferences-content .preferences-box h3 {
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 600;
  color: white !important;
}
.settings-page .trading-preferences-content .preferences-box p {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  max-width: 480px;
  color: white !important;
}
.settings-page .trading-preferences-content .preferences-box .select {
  min-width: 116px;
  margin-bottom: 15px;
  color: white !important;
}
.settings-page .trading-preferences-content .preferences-box .box-lines {
  margin-top: 20px;
  color: white !important;
}
.settings-page .trading-preferences-content .preferences-box form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: white !important;
}
.settings-page .trading-preferences-content .preferences-box form .input {
  height: 39px;
  min-width: auto;
  color: white !important;
}
.settings-page .trading-preferences-content .preferences-box .line-word {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 17px;
  min-width: 290px;
  color: white !important;
}
.settings-page .trading-preferences-content .preferences-box .line-word span {
  display: block;
  color: white !important;
}
.settings-page .trading-preferences-content .row-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  width: 100%
}
.settings-page .trading-preferences-content .row-box-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px
}
.settings-page .trading-preferences-content .row-box-items .input {
  min-width: 52px;
  width: auto;
  text-align: center;
  max-width: 62px
}
.settings-page .trading-preferences-content .row-box-checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px
}
.row-box-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px
}
.row-box-range input[type=range] {
  min-width: 288px
}
.leverage__volume {
  position: relative;
  min-width: 34px;
  display: flex;
  align-items: center;
  justify-content: center
}
.leverage__volume:after {
  content: "x"
}
.slippage__volume {
  position: relative;
  min-width: 34px;
  display: flex;
  align-items: center;
  justify-content: center
}
.slippage__volume:after {
  content: "%"
}
.enter-name {
  max-width: 139px;
  width: 100%;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #1f996d!important;
  color: white !important;
  
}
.enter-name .input {
  background-color: transparent;
  color: #ededed;
  text-decoration: underline;
  padding-left: 30px;
  font-weight: 500;
  
}
.enter-name .input ::-webkit-input-placeholder {
  color: #ededed;
  
}
.enter-name .input :-ms-input-placeholder {
  color: #ededed;
}
.enter-name .input ::-ms-input-placeholder {
  color: #ededed;
}
.enter-name .input ::placeholder {
  color: #ededed
}
.enter-name:hover {
  background-color: #31b686!important
}
.enter-name.bg-red {
  background: #e9445a!important
}
.enter-name.bg-red input {
  background: #e9445a!important
}
.enter-name.bg-red:hover {
  background-color: #f35b6f!important
}
.enter-name.bg-red:hover input {
  background-color: #f35b6f!important
}
.enter-name span {
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: underline;
  text-underline-position: under
}
.buy-sell-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  margin-bottom: 15px
}
.buy-sell-line span {
  text-transform: uppercase;
  min-width: 55px
}
.buy-sell-line p {
  min-width: 190px;
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0!important
}
.buy-sell-line .item-delete span {
  text-transform: inherit
}
body.light-mode .select__value:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1L4.5 5L8 1%27 stroke=%27%2312161E%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .settings-page .sidebar ul a:hover {
  background-color: #eff2f7
}
body.light-mode .settings-page .sidebar {
  border-right: 1px solid #d1d1d1
}
body.light-mode .settings-page .settings-header {
  border-bottom: 1px solid #d1d1d1
}
body.light-mode .settings-page .sidebar a {
  background-color: #fff
}
body.light-mode .settings-page .sidebar ul a.api-management {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2718%27 viewBox=%270 0 14 18%27 fill=%27none%27%3E%3Cpath d=%27M8.5 8.2H4M5.5 11.4H4M10 5H4M13 4.84V13.16C13 14.5041 13 15.1762 12.7548 15.6896C12.539 16.1412 12.1948 16.5083 11.7715 16.7384C11.2902 17 10.6601 17 9.4 17H4.6C3.33988 17 2.70982 17 2.22852 16.7384C1.80516 16.5083 1.46095 16.1412 1.24524 15.6896C1 15.1762 1 14.5041 1 13.16V4.84C1 3.49587 1 2.82381 1.24524 2.31042C1.46095 1.85883 1.80516 1.49168 2.22852 1.26158C2.70982 1 3.33988 1 4.6 1H9.4C10.6601 1 11.2902 1 11.7715 1.26158C12.1948 1.49168 12.539 1.85883 12.7548 2.31042C13 2.82381 13 3.49587 13 4.84Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .settings-page .sidebar ul a.key-binds {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2713%27 viewBox=%270 0 20 13%27 fill=%27none%27%3E%3Cpath d=%27M5.5 8.79167H14.5M4.6 4.66667H4.609M8.2 4.66667H8.209M11.8 4.66667H11.809M15.4 4.66667H15.409M3.88 12H16.12C17.1281 12 17.6321 12 18.0172 11.8002C18.3559 11.6244 18.6312 11.3439 18.8038 10.999C19 10.6068 19 10.0934 19 9.06667V3.93333C19 2.90657 19 2.39319 18.8038 2.00102C18.6312 1.65605 18.3559 1.37559 18.0172 1.19982C17.6321 1 17.1281 1 16.12 1H3.88C2.87191 1 2.36786 1 1.98282 1.19982C1.64413 1.37559 1.36876 1.65605 1.19619 2.00102C1 2.39319 1 2.90657 1 3.93333V9.06667C1 10.0934 1 10.6068 1.19619 10.999C1.36876 11.3439 1.64413 11.6244 1.98282 11.8002C2.36786 12 2.87191 12 3.88 12Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .settings-page .sidebar ul a.trading-preferences {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cpath d=%27M15 15H3.48889C2.6177 15 2.1821 15 1.84935 14.8305C1.55665 14.6813 1.31868 14.4433 1.16955 14.1507C1 13.8179 1 13.3823 1 12.5111V1M4.11111 9.94444V12.2778M7.61111 7.61111V12.2778M11.1111 5.27778V12.2778M14.6111 2.94444V12.2778%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .settings-page .sidebar ul a.sound-preferences {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2715%27 viewBox=%270 0 18 15%27 fill=%27none%27%3E%3Cpath d=%27M15.1983 2.01338C16.3322 3.55765 17 5.45242 17 7.5C17 9.54758 16.3322 11.4423 15.1983 12.9866M11.9962 4.36479C12.6289 5.25349 13 6.33429 13 7.5C13 8.66571 12.6289 9.74651 11.9962 10.6352M7.10745 1.5162L4.5749 3.99747C4.43654 4.13303 4.36736 4.20081 4.28663 4.24928C4.21505 4.29226 4.13701 4.32393 4.05539 4.34313C3.96332 4.36479 3.86548 4.36479 3.66981 4.36479H2.28C1.83196 4.36479 1.60794 4.36479 1.43681 4.45022C1.28628 4.52536 1.16389 4.64527 1.08719 4.79275C1 4.96041 1 5.1799 1 5.61887V9.38113C1 9.8201 1 10.0396 1.08719 10.2072C1.16389 10.3547 1.28628 10.4746 1.43681 10.5498C1.60794 10.6352 1.83196 10.6352 2.28 10.6352H3.66981C3.86548 10.6352 3.96332 10.6352 4.05539 10.6569C4.13701 10.6761 4.21505 10.7077 4.28663 10.7507C4.36736 10.7992 4.43654 10.867 4.5749 11.0025L7.10745 13.4838C7.45015 13.8196 7.6215 13.9874 7.76862 13.9988C7.89626 14.0086 8.02101 13.958 8.10416 13.8626C8.2 13.7527 8.2 13.5153 8.2 13.0404V1.95958C8.2 1.48474 8.2 1.24732 8.10416 1.13738C8.02101 1.04199 7.89626 0.991368 7.76862 1.00121C7.6215 1.01255 7.45015 1.18044 7.10745 1.5162Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .settings-page .sidebar ul a.nav-sources {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713%27 height=%2715%27 viewBox=%270 0 13 15%27 fill=%27none%27%3E%3Cpath d=%27M1 4.46667C1 3.25322 1 2.6465 1.25691 2.18302C1.4829 1.77534 1.8435 1.44388 2.28702 1.23615C2.79124 1 3.4513 1 4.77143 1H8.22857C9.5487 1 10.2088 1 10.713 1.23615C11.1565 1.44388 11.5171 1.77534 11.7431 2.18302C12 2.6465 12 3.25322 12 4.46667V14L6.5 11.1111L1 14V4.46667Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .settings-page .sidebar ul a.auto-trade {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%2717%27 viewBox=%270 0 15 17%27 fill=%27none%27%3E%3Cpath d=%27M8.27083 1L1.40541 9.01589C1.13653 9.32982 1.0021 9.48678 1.00004 9.61935C0.998258 9.73459 1.05104 9.84423 1.14317 9.91667C1.24915 10 1.45915 10 1.87914 10H7.5L6.72917 16L13.5946 7.98411C13.8635 7.67018 13.9979 7.51322 14 7.38065C14.0017 7.26541 13.949 7.15577 13.8568 7.08333C13.7508 7 13.5409 7 13.1209 7H7.5L8.27083 1Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .settings-page .sidebar ul a.nav-subscription {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2715%27 viewBox=%270 0 17 15%27 fill=%27none%27%3E%3Cpath d=%27M1.26587 5.40206H15.7341M6.97703 1L5.45405 5.40206L8.5 13.8393L11.5459 5.40206L10.023 1M8.96799 13.6651L15.7899 5.77781C15.9055 5.64414 15.9633 5.5773 15.9854 5.5027C16.0049 5.43692 16.0049 5.3672 15.9854 5.30142C15.9633 5.22682 15.9055 5.15998 15.7899 5.02631L12.4901 1.21119C12.423 1.13356 12.3894 1.09475 12.3482 1.06684C12.3118 1.04212 12.2711 1.02376 12.228 1.0126C12.1794 1 12.127 1 12.0221 1H4.97789C4.87301 1 4.82057 1 4.77198 1.0126C4.72892 1.02376 4.68823 1.04212 4.65177 1.06684C4.61061 1.09475 4.57704 1.13356 4.5099 1.21119L1.21012 5.02631C1.09451 5.15998 1.0367 5.22682 1.01461 5.30142C0.995131 5.3672 0.995131 5.43692 1.01461 5.50269C1.0367 5.5773 1.09451 5.64414 1.21012 5.77781L8.03201 13.6651C8.19272 13.8509 8.27308 13.9438 8.36929 13.9777C8.4537 14.0074 8.5463 14.0074 8.63071 13.9777C8.72692 13.9438 8.80728 13.8509 8.96799 13.6651Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .select__title {
  background-color: #e3ebf7
}
body.light-mode .select__options {
  background-color: #e3ebf7;
  color: #12161e
}
body.light-mode .settings-page .key-binds-content .key-bind-item button {
  background-color: #e3ebf7;
  color: #12161e
}
body.light-mode .btn-secondary {
  background-color: #f2f2f2;
  color: #12161e;
  border: 1px solid #d1d1d1
}
body.light-mode .btn-secondary:hover {
  background-color: #fff
}
body.light-mode .enter-name .input {
  color: #12161e
}
body.light-mode .settings-page .sidebar ul a.active {
  background-color: #eff2f7
}
body.light-mode .enter-name.bg-green input {
  background: #1f996d!important;
  color: #fff
}
body.light-mode .enter-name.bg-green input::-webkit-input-placeholder {
  color: #fff
}
body.light-mode .enter-name.bg-green input:-ms-input-placeholder {
  color: #fff
}
body.light-mode .enter-name.bg-green input::-ms-input-placeholder {
  color: #fff
}
body.light-mode .enter-name.bg-green input::placeholder {
  color: #fff
}
body.light-mode .enter-name.bg-red input {
  background: #e9445a!important;
  color: #fff
}
body.light-mode .enter-name.bg-red input::-webkit-input-placeholder {
  color: #fff
}
body.light-mode .enter-name.bg-red input:-ms-input-placeholder {
  color: #fff
}
body.light-mode .enter-name.bg-red input::-ms-input-placeholder {
  color: #fff
}
body.light-mode .enter-name.bg-red input::placeholder {
  color: #fff
}
body.light-mode .settings-page .sound-preferences-content .col {
  border-left: 1px solid #d1d1d1
}
body.light-mode .settings-page .sound-preferences-content .col:first-child {
  border-left: 0
}
body.light-mode .settings-page .drug-drop {
  background-color: #e3ebf7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27100%27 height=%27100%27 viewBox=%270 0 100 100%27 fill=%27none%27%3E%3Crect width=%27100%27 height=%27100%27 rx=%2712%27 fill=%27%23F4F8FF%27/%3E%3Cpath d=%27M60.5556 41.5556L50 31L39.4444 41.5556%27 fill=%27%2312161E%27/%3E%3Cpath d=%27M69 56.3333V58.8667C69 62.4137 69 64.1872 68.3097 65.5419C67.7025 66.7336 66.7336 67.7025 65.5419 68.3097C64.1872 69 62.4137 69 58.8667 69H41.1333C37.5863 69 35.8128 69 34.4581 68.3097C33.2664 67.7025 32.2975 66.7336 31.6903 65.5419C31 64.1872 31 62.4137 31 58.8667V56.3333M60.5556 41.5556L50 31M50 31L39.4444 41.5556M50 31V56.3333%27 stroke=%27%2312161E%27 stroke-width=%273%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .settings-page .tabs__title._tab-active {
  color: #12161e
}
body.light-mode .settings-page .sources-content .row h2 {
  color: #12161e
}
body.light-mode .settings-page .active-link .text a {
  color: #12161e
}
body.light-mode .auto-trade-content .active-buys h2 {
  color: #12161e
}
body.light-mode .auto-trade-content .following-words p span {
  color: #12161e
}
body.light-mode .settings-page .auto-trade-content .size {
  color: #fff
}
body.light-mode .settings-page .auto-trade-content .size input {
  background: #1f996d!important;
  border: 0!important;
  outline: 0
}
body.light-mode .settings-page .auto-trade-content .size.bg-red input {
  background-color: #e9445a!important
}
body.light-mode .box-plan {
  color: #fff;
  border: 1px solid #d1d1d1
}
body.light-mode .box-plan .box-plan__bottom {
  border-top: 1px solid #d1d1d1
}
body.light-mode .box-plan .box-plan__middle p {
  color: #12161e
}
body.light-mode .box-plan .box-plan__middle span,
body.light-mode .box-plan .box-plan__middle strong {
  color: #12161e
}
body.light-mode .subscription-content .features-block .features-block__list h3 {
  color: #12161e
}
body.light-mode .auto-trade-content .auto-trade-row .col-max:first-child,
body.light-mode .auto-trade-content .auto-trade-row .col:first-child {
  border-right: 1px solid #d1d1d1
}
body.light-mode .active-link .text span {
  color: #12161e
}
body.light-mode .subscription-content .features-block .features-block__switch {
  background-color: #f2f2f2;
  color: #12161e;
  border: 1px solid #d1d1d1
}
body.light-mode .subscription-content .features-block .features-block__switch:hover {
  background-color: #fff
}
body.light-mode .box-plan .box-plan__bottom .btn-cancel {
  background-color: #f2f2f2;
  color: #12161e;
  border: 1px solid #d1d1d1
}
body.light-mode .box-plan .box-plan__bottom .btn-cancel:hover {
  background-color: #fff
}
:root {
  --nav-height: 100vh
}
.grid {
  height: 100%;
  padding-bottom: 15px;
}
.grid .flex {
  display: flex;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
  overflow: hidden;
}
.w-full {
  width: 100%
}
.w-full.complete-full {
  width: 269%
}
.w-full.complete-full .flex {
  height: auto
}
.w-full.part-complete {
  width: 30%
}
.grid-item {

  background: #181c23
}
.grid-item.grid-stack-item {
  border: .1px solid #282e3a;
  margin: -.1px;
}
.grid-item .grid-stack-item-content {
  inset: 0!important;
}
.grid-item .top-head {
  padding: 0 24px 0 10px;
  min-height: 43px;

  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border-bottom: .1px solid #282e3a;
}
.grid-item .top-head h2 {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap
}
.grid-item .btn-new-window {
  display: none
}
.grid-item.active .btn-new-window {
  display: block;
  position: absolute;
  top: 9px;
  right: 9px;
  cursor: pointer;
  z-index: 5
}
.grid-item.active .grid-stack-item-content .btn-new-window {
  display: block;
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 2;
  cursor: pointer
}
.item-news-feed {
  height: 100%;
}
.item-news-feed .item-news-inner {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 9px;
  padding-right: 7px;
}
::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0,0,0,.3)
}
::-webkit-scrollbar-thumb {
  background-color: #555e6e;
  outline: 1px solid #555e6e;
  border-radius: 4px
}
.item-news-feed .grid-stack-item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.input.search {
  max-width: unset;
  width: 100%;
  min-width: inherit;
  border-radius: 5px;
  border: 1px solid #2a2e34;
  background: #12161e;
  height: 39px;
  padding: 10px 10px 10px 37px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27%3E%3Cpath d=%27M13 13L9.00007 9M10.3333 5.66667C10.3333 8.244 8.244 10.3333 5.66667 10.3333C3.08934 10.3333 1 8.244 1 5.66667C1 3.08934 3.08934 1 5.66667 1C8.244 1 10.3333 3.08934 10.3333 5.66667Z%27 stroke=%27%237B7B7B%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 15px 13px
}
#item-news-feed {
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
#item-news-feed .news-search {
  width: 100%;
  padding: 9px 9px 11px;
  border-left: 1px solid #282e3a;
 
}
#item-news-feed .news-box {
  display: flex;
  flex-direction: column;
  gap: 13px;
  height: auto;
  width: 100%
}
#item-news-feed .news-box .item-box {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #2a2e34;
  background: #181c23;
  padding: 10px 15px;
}
#item-news-feed .news-box .item-box .item-box-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}
#item-news-feed .news-box .item-box .item-box-title .title {
  max-width: 290
  px
}
#item-news-feed .news-box .item-box .item-box-title .title .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px
}
#item-news-feed .news-box .item-box .item-box-title .title .top .author {
  color: #2c5ce5;
  font-size: 16px;
  font-weight: 600
}
#item-news-feed .news-box .item-box .item-box-title .title .top .time {
  font-weight: 300;
  color: #7b7b7b;
  font-size: 12px;
  white-space: nowrap
}
#item-news-feed .news-box .item-box .item-box-title .title .top .like-dislike {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px
}
#item-news-feed .news-box .item-box .item-box-title .title .top .like-dislike .dislike,
#item-news-feed .news-box .item-box .item-box-title .title .top .like-dislike .like {
  display: flex;
  align-items: center;
  justify-content: center
}
#item-news-feed .news-box .item-box .item-box-title .title .top .like-dislike .dislike span,
#item-news-feed .news-box .item-box .item-box-title .title .top .like-dislike .like span {
  font-size: 10px;
  font-weight: 600;
  color: #ebebeb
}
#item-news-feed .news-box .item-box .item-box-title .title .desc {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400
}
#item-news-feed .news-box .item-box .item-box-title .title .bottom {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 300;
  width: 100%
}
#item-news-feed .news-box .item-box .item-box-title .title .bottom .item {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  font-size: 12px
}
#item-news-feed .news-box .item-box .item-box-title .title .bottom .item p {
  white-space: nowrap
}
#item-news-feed .news-box .item-box .item-box-title .img {
  text-align: right
}
#item-news-feed .news-box .item-box .item-box-title .img img {
  max-width: 40px;
  width: 100%;
  border-radius: 6px
}
#item-news-feed .news-box .item-box .item-box-title .img .copy-share {
  display: flex;
  margin-top: 10px;
  align-items: center;
  gap: 6px;
  justify-content: flex-end
}
#item-news-feed .news-box .item-box .item-box-title .img .copy-share .copy,
#item-news-feed .news-box .item-box .item-box-title .img .copy-share .share {
  cursor: pointer
}
#item-news-feed .news-box .item-box .item-box-img {
  margin: 13px 0;
  border-radius: 8px
}
#item-news-feed .news-box .item-box .item-box-img img {
  max-width: 381px;
  border-radius: 8px;
  margin: 0 auto;
  width: 100%
}
#item-news-feed .news-box .item-box .box-status {
  margin-top: 16px
}
#item-news-feed .news-box .item-box .box-status .box-status-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px
}
#item-news-feed .news-box .item-box .box-status .box-status-top .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #2a2e34;
  background: #181c23;
  width: 100%;
  height: 33px;
  padding: 0 8px
}
#item-news-feed .news-box .item-box .box-status .box-status-top .item .item-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px
}
#item-news-feed .news-box .item-box .box-status .box-status-top .item .item-info img {
  max-width: 20px;
  border-radius: 100%
}
#item-news-feed .news-box .item-box .box-status .box-status-top .item .item-info p {
  text-transform: uppercase;
  white-space: no span;
  white-space-display: inline-block;
  white-space-margin-left: 4px;
  white-space-color: #1f996d
}
#item-news-feed .news-box .item-box .box-status .box-status-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  gap: 8px;
  max-width: 376px
}
#item-news-feed .news-box .item-box .box-status .box-status-bottom .green button {
  background: #1f996d
}

#item-news-feed .news-box .item-box .box-status .box-status-bottom .green button:hover {
  background: #31B686;
}

#item-news-feed .news-box .item-box .box-status .box-status-bottom .red button {
  background: #e9445a
}

#item-news-feed .news-box .item-box .box-status .box-status-bottom .red button:hover {
  background: #F35B6F;
}
#item-news-feed .news-box .item-box .box-status .box-status-bottom .red {
  margin-right: auto
}
#item-news-feed .news-box .item-box .box-status .box-status-bottom .green,
#item-news-feed .news-box .item-box .box-status .box-status-bottom .red {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px
}
#item-news-feed .news-box .item-box .box-status .box-status-bottom .green button,
#item-news-feed .news-box .item-box .box-status .box-status-bottom .red button {
  max-width: 60px;
  width: 100%;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
  overflow: hidden
}
.BTCUSDT-item {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.order-book-item {
  width: 40%;
  position: relative
}
#order-book-tab .top-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;

}
#order-book-tab .order-book-content {
  overflow: hidden;
  padding: 7px 12px;
}
#order-book-tab .order-book-content .order-book-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px
}
#order-book-tab .order-book-content .order-book-title h2 {
  width: 33%;
  color: #7b7b7b;
  font-size: 12px
}
#order-book-tab .order-book-content .order-book-title h2:nth-child(2) {
  text-align: right
}
#order-book-tab .order-book-content .order-book-title h2:last-child {
  text-align: right
}
#order-book-tab .order-book-content .order-book-line {
  display: flex;
  position: relative
}
#order-book-tab .order-book-content .order-book-line p {
  position: relative;
  width: 33%;
  font-size: 12px;
  z-index: 1;
  font-style: normal;
  font-weight: 400;
  line-height: 20px
}
#order-book-tab .order-book-content .order-book-line p:first-child {
  color: #a23838
}
#order-book-tab .order-book-content .order-book-line p:nth-child(2) {
  text-align: right
}
#order-book-tab .order-book-content .order-book-line p.total-order-number {
  text-align: right
}
#order-book-tab .order-book-content .order-book-inner {
  margin-bottom: 14px
}
#order-book-tab .order-book-content .order-book-inner.green {
  margin-bottom: 0
}
#order-book-tab .order-book-content .order-book-inner.green .order-book-line p:first-child {
  color: #1f996d
}
#order-book-tab .order-book-content .total {
  margin-top: 15px;
  width: 33%;
  font-size: 14px;
  color: #a23838;
  font-weight: 600
}
.meter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background: 0 0;
  display: block;
  height: 20px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.meter > span {
  display: block;
  height: 100%;
  background-color: rgba(233,68,90,.25);
  background-image: rgba(233,68,90,.25);
  box-shadow: inset 0 2px 9px rgba(255,255,255,.3) inset 0 -2px 6px rgba(0,0,0,.4);
  position: relative;
  overflow: hidden;
  transition: width 2s ease-out
}
.meter.green > span {
  background-color: rgba(31,153,109,.25)
}
.BTCUSDT-item-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  position: relative!important;
  padding: 0 10px!important;
  height: 100%;
}
.BTCUSDT-item-inner h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600
}
.BTCUSDT-item-inner p {
  color: #7b7b7b
}
.BTCUSDT-item-inner p strong {
  color: #ededed;
  font-weight: 500
}
.BTCUSDT-chart {
  overflow: hidden;
  width: 100%;
  position: relative
}
.BTCUSDT-chart .chart-content {
  flex: 1;
}
#chart-content-open {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.BTCUSDT-chart #chart-area,
.BTCUSDT-chart #widget-container,
.BTCUSDT-chart .tv-main-panel {
  background: #000
}
.BTCUSDT-chart .chart-page .chart-container {
  width: 100%
}
.BTCUSDT-chart .dropdown-btcusdt {
  margin-left: 8px;
  position: relative;

  cursor: pointer
}
.BTCUSDT-chart .dropdown-btcusdt:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1L4.5 5L8 1%27 stroke=%27%23EDEDED%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 6px;
  margin-bottom: 3px
}
.BTCUSDT-chart .dropdown-btcusdt:hover:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.BTCUSDT-chart .dropdown-btcusdt:hover .dropdown-menu {
  opacity: 1;
  z-index: 5;
  visibility: visible;
  transition: all .5s,background 2s .5s linear
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu {
  position: absolute;
  border: 1px solid #2a2e34;
  background: #1e232b;
  padding: 13px 12px 20px;
  z-index: 10;
  max-width: 369px;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  z-index: -5
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu input {
  max-width: 347px;
  min-width: 347px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #2a2e34;
  height: 39px;
  background: #181c23;
  outline: 0!important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27%3E%3Cpath d=%27M13 13L9.00007 9M10.3333 5.66667C10.3333 8.244 8.244 10.3333 5.66667 10.3333C3.08934 10.3333 1 8.244 1 5.66667C1 3.08934 3.08934 1 5.66667 1C8.244 1 10.3333 3.08934 10.3333 5.66667Z%27 stroke=%27%237B7B7B%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 14px 50%;
  padding-left: 36px
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .change,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .price,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .volume {
  text-align: right
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .change,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .price,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .ticker,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .volume {
  width: 24.5%
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .ticker {
  text-align: left
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table {
  width: 100%;
  border-collapse: collapse
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .value-change-green,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .value-price-green {
  color: #1f996d
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .value-change-red,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .value-price-red {
  color: #e9445a
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .value-ticker span {
  color: #7b7b7b
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table.dataTable thead > tr > td.dt-orderable-asc,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table.dataTable thead > tr > td.dt-orderable-desc,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table.dataTable thead > tr > td.dt-ordering-asc,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table.dataTable thead > tr > td.dt-ordering-desc,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table.dataTable thead > tr > th.dt-orderable-asc,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table.dataTable thead > tr > th.dt-orderable-desc,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table.dataTable thead > tr > th.dt-ordering-asc,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table.dataTable thead > tr > th.dt-ordering-desc {
  position: relative;
  padding-right: 5px;
  margin-bottom: 12px
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%275%27 height=%275%27 viewBox=%270 0 5 5%27 fill=%27none%27%3E%3Cpath d=%27M3.36603 4.5C2.98112 5.16667 2.01887 5.16667 1.63397 4.5L0.334936 2.25C-0.0499636 1.58333 0.431162 0.75 1.20096 0.75L3.79904 0.75C4.56884 0.75 5.04996 1.58333 4.66506 2.25L3.36603 4.5Z%27 fill=%27%232C5CE5%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%275%27 height=%275%27 viewBox=%270 0 5 5%27 fill=%27none%27%3E%3Cpath d=%27M1.63397 0.5C2.01888 -0.166667 2.98113 -0.166667 3.36603 0.5L4.66506 2.75C5.04996 3.41667 4.56884 4.25 3.79904 4.25H1.20096C0.431161 4.25 -0.0499637 3.41667 0.334936 2.75L1.63397 0.5Z%27 fill=%27%232C5CE5%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .dt-column-order {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  position: absolute;
  top: 50%;
  right: 4px
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .dt-column-order:after {
  content: "";
  width: 7px;
  position: absolute;
  height: 7px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%275%27 height=%275%27 viewBox=%270 0 5 5%27 fill=%27none%27%3E%3Cpath d=%27M1.63397 0.5C2.01887 -0.166667 2.98112 -0.166666 3.36603 0.500001L4.66506 2.75C5.04996 3.41667 4.56884 4.25 3.79904 4.25L1.20096 4.25C0.43116 4.25 -0.0499644 3.41667 0.334936 2.75L1.63397 0.5Z%27 fill=%27%237B7B7B%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
  bottom: 55%
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu .dt-column-order:before {
  content: "";
  width: 7px;
  position: absolute;
  top: 55%;
  height: 7px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%275%27 height=%275%27 viewBox=%270 0 5 5%27 fill=%27none%27%3E%3Cpath d=%27M3.36603 4.5C2.98112 5.16667 2.01887 5.16667 1.63397 4.5L0.334936 2.25C-0.0499636 1.58333 0.431162 0.75 1.20096 0.75L3.79904 0.75C4.56884 0.75 5.04996 1.58333 4.66506 2.25L3.36603 4.5Z%27 fill=%27%237B7B7B%27/%3E%3C/svg%3E");
  background-size: contain;
  margin-left: 4px
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table thead tr {
  cursor: pointer
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table thead .ticker .dt-column-order {
  right: 45px
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table thead .change,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table thead .price,
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table thead .volume {
  padding-right: 10px!important
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table tr {
  color: #7b7b7b;
  font-size: 10px;
  font-style: normal;
  font-weight: 300
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table tr:hover {
  background: #282e3a
}
.BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table tr td {
  color: var(--white,#ededed);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase
}
.trade-BTCUSDT-item .content {
  padding: 14px 10px;
}
.content-trade .tabs__navigation {
  margin-bottom: 15px
}
.content-trade .tabs__navigation.tabs__custom {
  background: #282e3a;
  border-radius: 5px;
  overflow: hidden
}
.content-trade .isolated-select {
  border-radius: 5px;
  background: #282e3a;
  height: 38px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 5px 20px 5px 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1L4.5 5L8 1%27 stroke=%27%23EDEDED%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  white-space: nowrap;
  max-width: 105px
}
.content-trade .isolated-select #value-isolated {
  display: none
}
.content-trade .isolated-select #value-isolated.active {
  display: block
}
.content-trade .isolated-select #value-cross {
  display: none
}
.content-trade .isolated-select #value-cross.active {
  display: block
}
.content-trade .leverage-value-block {
  border-radius: 5px;
  background: #282e3a;
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 20px 5px 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1L4.5 5L8 1%27 stroke=%27%23EDEDED%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 95% 50%
}
.content-trade .leverage-value-block .select-box__current {
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: space-around
}
.content-trade .leverage-value-block .select-box__current .green {
  color: #1f996d;
  white-space: nowrap
}
.content-trade .leverage-value-block .select-box__current .red {
  color: #e9445a;
  white-space: nowrap
}
.content-trade .leverage-value-block .select-box__current .levearage-separator {
  height: 24px;
  width: 1px;
  background: #3c414a;
  display: block;
  margin: 0 15px
}
.content-trade .conditional-dropdown {
  position: relative;
line-height: 30px;
margin-top:-1px;
}
.content-trade .conditional-dropdown h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.content-trade .conditional-dropdown h2:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1L4.5 5L8 1%27 stroke=%27%23EDEDED%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 6px
}
.content-trade .conditional-dropdown:hover h2:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.content-trade .conditional-dropdown:hover .conditional-dropdown-list {
  opacity: 1;
  visibility: visible;
  transition: all .5s,background 2s .5s linear;
  z-index: 1
}
.content-trade .conditional-dropdown .conditional-dropdown-list {
  top: 29px;
  position: absolute;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  z-index: -5;
  background: #1e232b;
  text-align: left;
  padding: 9px;
  border: 1px solid #2a2e34
}
.content-trade .conditional-dropdown .conditional-dropdown-list p {
  white-space: nowrap;
  font-size: 14px;
  line-height: 22px;
  color: #ededed;
  transition: all .4s ease
}
.content-trade .conditional-dropdown .conditional-dropdown-list p:hover {
  color: #2c5ce5
}
.content-trade .tabs__title {
  width: 50%;
  background: #282e3a;
  font-weight: 500;
  height: 38px;
  color: #ededed;
  font-size: 14px
}
.content-trade .tabs__title._tab-active {
  border-radius: 5px;
  background: #2c5ce5
}
.content-trade .row {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start
}
.content-trade .row .select_form-indicators {
  min-width: 235px
}
.content-trade .btns-block {
  margin-top: 30px;
  margin-bottom: 15px
}
.content-trade .colors {
  display: none
}
.content-trade .colors.active {
  display: block
}
.content-trade .select_conditional {
  margin-top: -5px;
  min-width: 170px
}
.content-trade .select_conditional .select__title {
  background-color: transparent
}
.content-trade .select_conditional .select__options {
  border: 1px solid #2a2e34;
  background: #1e232b;
  border-radius: 0
}
.content-trade .select_conditional .select__value:after {
  display: inline-block
}
.content-trade .select_conditional .select__value > * {
  flex: inherit
}
.content-trade .select_conditional .select__value {
  padding: 0
}
.content-trade .select_conditional .select__option {
  font-size: 14px;
  line-height: 22px
}
.content-trade .d-flex {
  display: flex;
  margin: 10px 0;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px
}
.content-trade .d-flex .custom-separator {
  width: 18px;
  height: 2px;
  background-color: #2a2e34;
  position: relative;
  bottom: 32px
}
.content-trade .d-flex .result-input {
  width: 50%
}
.content-trade .d-flex .result-input span:last-child {
  font-weight: 300;
  text-transform: inherit
}
.content-trade .boxes-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px
}
.content-trade .boxes-time p {
  border-radius: 4px;
  background: #282e3a;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7b7b7b;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all .4s ease;
  cursor: pointer
}
.content-trade .boxes-time p._active {
  border: 1px solid #6e7279!important;
  color: #2c5ce5!important
}
.content-trade .time-lines {
  margin: 13px 0
}
.content-trade .time-lines .time-line-item {
  margin: 5px 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: space-between
}
.content-trade .time-lines .time-line-item p {
  color: #7b7b7b
}
label.label-number {
  color: #7b7b7b;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin-bottom: 12px
}
.position-item {
  position: relative;
height: auto;


}

#position-tab-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#position-tab-content input[type=range] {
  width: 100%
}
#position-tab-content .grid-stack-item-content {
  position: relative
}
#position-tab-content .tabs__navigation {
  margin-bottom: 0;
  background: #181c23;
  position: relative;
  padding: 11px 47px 0 10px
}
#position-tab-content .tabs__navigation .tabs__title {
  padding-bottom: 14px
}
#position-tab-content .tabs__navigation .btn-new-window {
  position: absolute
}
#position-tab-content .tabs__navigation .cancel-blocks {
  margin-left: auto;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px
}
#position-tab-content .tabs__content {
  padding: 0;
  overflow-y: scroll;
}
#position-tab-content .market-limit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-right: 4px
}
#position-tab-content .closed-position-content,
#position-tab-content .position-tab-content {
  padding: 0 10px;
  overflow: auto;
  position: relative
}
#position-tab-content tbody {
  overflow: auto
}
#position-tab-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 9px
}
#position-tab-content table thead {
  background-color: #181c23
}
#position-tab-content table thead th {
  top: 0;
  background-color: #181c23;
  position: sticky;
  z-index: 2
}
#position-tab-content table .symbol {
  width: 8%;
  color: #7b7b7b;
  font-size: 12px
}
#position-tab-content table .nSize {
  width: 10%;
  text-align: left;
  color: #7b7b7b;
  font-size: 12px
}
#position-tab-content table .entry {
  text-align: left;
  width: 10%;
  color: #7b7b7b;
  font-size: 12px
}
#position-tab-content table .mark-price {
  width: 10%;
  text-align: left;
  color: #7b7b7b;
  font-size: 12px
}
#position-tab-content table .uPnl {
  width: 10%;
  text-align: left;
  color: #7b7b7b;
  font-size: 12px
}
#position-tab-content table td {
  height: 49px;
  /* border-top: 1px solid #282e3a; */
  border-bottom: 1px solid #282e3a
}
#position-tab-content table td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-left: 1px solid #282e3a
}
#position-tab-content table td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: 1px solid #282e3a
}
#position-tab-content table th {
  text-align: center;
  border-collapse: separate
}
#position-tab-content table .x-position {
  border-radius: 6px 0 0 6px;
  background: #1f996d;
  width: 49px;
  min-width: 49px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}
#position-tab-content table .x-position.red {
  background-color: #e9445a
}
#position-tab-content table .symbol-position {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-right: 2%
}
#position-tab-content table .symbol-position img {
  max-width: 18px
}
#position-tab-content table .position-info-box {
  min-width: 92px
}
#position-tab-content table .position-info-box p {
  color: #7b7b7b;
  font-size: 12px
}
#position-tab-content table .position-info-box span {
  color: rgba(64,162,56,.5);
  font-size: 12px
}
#position-tab-content table .position-info-box h3 {
  color: #1f996d
}
#position-tab-content table tr {
  width: 100%;
  height: 49px;
  border-radius: 9px;
  border: 1px solid #282e3a;
  background: #181c23;
  transition: all .2s ease
}
#position-tab-content table tr:hover {
  background-color: #282e3a
}
#position-tab-content .closed-position-content::-webkit-scrollbar,
#position-tab-content .open-position-content::-webkit-scrollbar,
#position-tab-content .position-tab-content::-webkit-scrollbar {
  width: 4px
}
#position-tab-content .closed-position-content::-webkit-scrollbar-thumb,
#position-tab-content .open-position-content::-webkit-scrollbar-thumb,
#position-tab-content .position-tab-content::-webkit-scrollbar-thumb {
  border-radius: 4px
}
#position-tab-content .closed-position-content table .first {
  width: 7%
}
#position-tab-content .closed-position-content table tr:hover {
  background-color: transparent
}
#position-tab-content .closed-position-content table .symbol {
  width: 20%;
  text-align: left
}
#position-tab-content .closed-position-content table .nSize {
  width: 20%
}
#position-tab-content .closed-position-content table .entry {
  width: 20%
}
#position-tab-content .closed-position-content table .mark-price {
  width: 20%
}
#position-tab-content .closed-position-content table .symbol-position {
  justify-content: flex-start
}
#position-tab-content .open-position-content {
  overflow: auto;
  position: relative;
  padding: 23px 10px 10px
}
#position-tab-content .open-position-content .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  height: 100%;
  height: 350px
}
#position-tab-content .open-position-content .row .all-btc-open {
  width: 50%;
  height: 100%
}
#position-tab-content .open-position-content .row .all-other-open {
  width: 50%
}
#position-tab-content .open-position-content .title {
  font-weight: 600;
  margin-bottom: 20px
}
#position-tab-content .open-position-content .red {
  color: #e9445a
}
#position-tab-content .open-position-content .green {
  color: #1f996d
}
#position-tab-content .open-position-content .item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}
#position-tab-content .open-position-content .item div {
  width: 20%;
  display: flex;
  align-items: center;
  gap: 2px
}
#position-tab-content .open-position-content .item div:last-child {
  text-align: right
}
#position-tab-content .open-position-content .item:last-child {
  margin-bottom: 0
}
#position-tab-content .open-position-content .btn-cancel {
  padding: 7px 7px;
  font-weight: 500;
  background: #282e3a;
  height: 28px
}
#position-tab-content .open-position-content .item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  width: 100%;
  background-color: #181c23
}
#position-tab-content .open-position-content .item-title span {
  position: sticky;
  width: 20%;
  color: #7b7b7b;
  font-size: 12px
}
#position-tab-content .open-position-content .border-line {
  position: sticky;
  width: 1px;
  background-color: #2a2e34;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 100%
}
#position-tab-content .open-position-content .all-btc-open {
  padding-right: 25px;
  position: relative
}
#position-tab-content .open-position-content .all-other-open {
  padding-left: 25px;
  position: relative
}
.position-enter-price {
  padding-left: 12px;
  height: 32px;
  border-left: 1px solid #555e6e;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding-right: 4px
}
.position-enter-price .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
.position-enter-price label {
  color: #7b7b7b;
  font-size: 14px;
  white-space: nowrap
}
.position-enter-price input.input {
  min-width: 71px;
  width: 71px;
  height: 26px;
  color: #7b7b7b;
  padding: 5px 7px
}
.position-enter-price .row-spans {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}
.position-enter-price button {
  width: 60px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #555e6e;
  font-weight: 600
}
/*
#resuld-show-hide-limit.active {
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
#result-show-hide-market.active {
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
  */

.result-input {
  margin-bottom: 13px
}
.result-input .input-text {
  position: relative
}
.result-input .input-text input {
  min-width: 100%;
  width: 100%;
  padding-right: 30px
}
.result-input .input-text span {
  position: absolute;
  right: 10px;
  bottom: 10px
}
.result-input .input-text .dropdown {
  position: absolute;
  right: -28px;
  bottom: 0
}
.result-input .checkbox {
  justify-content: flex-start;
  margin-bottom: 12px
}
.result-input h3 {
  color: #7b7b7b;
  font-size: 12px;
  margin-bottom: 13px
}
.result-input p {
  border-radius: 5px;
  background: #12161e;
  width: 100%;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px
}
.result-input p span:first-child {
  color: #7b7b7b;
  font-weight: 300
}
.result-input p span:last-child {
  font-weight: 300;
  text-align: right;
  text-transform: uppercase
}
.second-tabs .tabs__title {
  font-size: 16px;
  font-weight: 500;
  width: auto;
  background-color: transparent!important;
  margin-left:-15px;
}
.second-tabs .tabs__title._tab-active {
  border: 0;
  color: #2c5ce5!important;
  margin-left: -15px;
}
.total-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px
}
.total-price-row p {
  color: #7b7b7b
}
.total-price-row p span {
  display: inline-block;
  margin-left: 4px;
  color: #ededed
}
.row-checkbow {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px
}
.row-checkbow span {
  color: #7b7b7b;
  font-size: 12px
}
.row-checkbow .line-btns {
  gap: 20px
}
#TWAP {
  display: none
}
#scaledOrder {
  display: none
}
.account-info-item .btns-connected {
  display: flex;
  padding: 15px 13px 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start
}
.account-info-item .btns-connected .btn-connected {
  border-radius: 6px;
  background: #282e3a;
  width: 100%;
  height: 34px;
  margin-bottom: 10px;
  text-align: left;
  padding: 5px 5px 5px 34px;
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.account-info-item .btns-connected .btn-connected.connected {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2717%27 viewBox=%270 0 17 17%27 fill=%27none%27%3E%3Cpath d=%27M1.0002 9.35205C5.32099 8.70238 8.29652 11.6789 7.64779 15.9997M1.0002 5.1982C7.61498 4.54854 12.4514 9.38496 11.8017 15.9998M1.0002 1.04343C9.9099 0.3947 16.6053 7.09013 15.9566 15.9999M2.66666 16C1.74638 16 1 15.2536 1 14.3333C1 13.413 1.74638 12.6667 2.66666 12.6667C3.58694 12.6667 4.33332 13.413 4.33332 14.3333C4.33332 15.2536 3.58694 16 2.66666 16Z%27 stroke=%27%231F996D%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2713%27 viewBox=%270 0 8 13%27 fill=%27none%27%3E%3Cpath d=%27M1 12L7 6.5L1 1%27 stroke=%27%23EDEDED%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: 8px 50%,98% 50%;
  background-repeat: no-repeat
}
.account-info-item .btns-connected .btn-connected.disconnected {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2716%27 viewBox=%270 0 17 16%27 fill=%27none%27%3E%3Cpath d=%27M8.5 6.05761V9.16801M8.5 12.2784H8.50731M7.48814 2.08542L1.47781 13.1325C1.14444 13.7452 0.97775 14.0516 1.00239 14.303C1.02387 14.5224 1.13186 14.7217 1.29946 14.8513C1.49162 15 1.8243 15 2.48967 15H14.5103C15.1757 15 15.5084 15 15.7005 14.8513C15.8681 14.7217 15.9761 14.5224 15.9976 14.303C16.0222 14.0516 15.8556 13.7452 15.5222 13.1325L9.51186 2.08542C9.17968 1.47488 9.01359 1.1696 8.7969 1.06708C8.60789 0.977641 8.39211 0.977641 8.2031 1.06708C7.98641 1.1696 7.82032 1.47488 7.48814 2.08542Z%27 stroke=%27%23E9445A%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2713%27 viewBox=%270 0 8 13%27 fill=%27none%27%3E%3Cpath d=%27M1 12L7 6.5L1 1%27 stroke=%27%23EDEDED%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: 8px 50%,98% 50%;
  background-repeat: no-repeat
}
.account-info-item .btns-connected._active {
  display: flex
}
.account-info-content .content {
  padding: 18px 13px 30px
}
.account-info-content .content .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px
}
.account-info-content .content .row h3 {
  color: #7b7b7b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}
.account-info-content .content .row span {
  text-align: right
}
#position-tab-content .tabs__body,
#trade-BTCUSDT-item,
.item-news-inner {
  position: relative;



}
#position-tab-content .tabs__body .no-logged,
#trade-BTCUSDT-item .no-logged,
.item-news-inner .no-logged {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(24,28,35,.61);
  -webkit-backdrop-filter: blur(6.75px);
  backdrop-filter: blur(6.75px)
}
#position-tab-content .tabs__body .no-logged .no-logge-content,
#trade-BTCUSDT-item .no-logged .no-logge-content,
.item-news-inner .no-logged .no-logge-content {
  max-width: 222px;
  margin: 0 auto;
  text-align: center
}
#position-tab-content .tabs__body .no-logged .no-logge-content p,
#trade-BTCUSDT-item .no-logged .no-logge-content p,
.item-news-inner .no-logged .no-logge-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px
}
#position-tab-content .tabs__body .no-logged .no-logge-content .btns-no-logged,
#trade-BTCUSDT-item .no-logged .no-logge-content .btns-no-logged,
.item-news-inner .no-logged .no-logge-content .btns-no-logged {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
#position-tab-content .tabs__body .no-logged .no-logge-content .btns-no-logged .btn,
#trade-BTCUSDT-item .no-logged .no-logge-content .btns-no-logged .btn,
.item-news-inner .no-logged .no-logge-content .btns-no-logged .btn {
  height: 33px
}
.register-login .popup__content .input-item {
  margin-bottom: 14px
}
.register-login .popup__content .input-item:last-child {
  margin-bottom: 0
}
.register-login .popup__content .input-item .input {
  width: 100%;
  height: 50px;
  max-width: 100%
}
.register-login .popup__content .checkbox {
  text-align: left;
  justify-content: flex-start
}
.register-login .popup__content .row-flex {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.register-login .popup__content .row-flex p {
  color: #7b7b7b;
  text-align: right;
  font-size: 12px
}
.register-login .popup__content .row-flex .reset {
  cursor: pointer
}
.register-login .popup__content .btns-form {
  margin-top: 20px
}
.register-login .popup__content .btns-form button {
  height: 50px;
  width: 100%
}
.register-login .popup__content .btns-form button.btn-discord {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2718%27 viewBox=%270 0 22 18%27 fill=%27none%27%3E%3Cpath d=%27M18.6361 1.42627C17.212 0.75997 15.6893 0.27573 14.0973 0C13.9018 0.353476 13.6734 0.82891 13.5159 1.20712C11.8236 0.952616 10.1469 0.952616 8.48573 1.20712C8.32828 0.82891 8.09468 0.353476 7.89741 0C6.30374 0.27573 4.77928 0.761749 3.35518 1.4298C0.482756 5.7704 -0.29591 10.0032 0.0934236 14.1759C1.99856 15.5986 3.84487 16.4628 5.66003 17.0284C6.1082 16.4116 6.50791 15.7559 6.85224 15.0649C6.19644 14.8157 5.56832 14.5082 4.97482 14.1512C5.13227 14.0345 5.28628 13.9125 5.43508 13.7871C9.05501 15.4802 12.9882 15.4802 16.5648 13.7871C16.7154 13.9125 16.8694 14.0345 17.0251 14.1512C16.4299 14.5099 15.8 14.8174 15.1442 15.0666C15.4885 15.7559 15.8865 16.4134 16.3364 17.0301C18.1533 16.4646 20.0014 15.6004 21.9065 14.1759C22.3633 9.33867 21.1261 5.14476 18.6361 1.42627ZM7.34541 11.6097C6.25874 11.6097 5.36759 10.5952 5.36759 9.35987C5.36759 8.1245 6.23972 7.10828 7.34541 7.10828C8.45114 7.10828 9.34226 8.12272 9.32323 9.35987C9.32495 10.5952 8.45114 11.6097 7.34541 11.6097ZM14.6545 11.6097C13.5678 11.6097 12.6767 10.5952 12.6767 9.35987C12.6767 8.1245 13.5488 7.10828 14.6545 7.10828C15.7602 7.10828 16.6514 8.12272 16.6323 9.35987C16.6323 10.5952 15.7602 11.6097 14.6545 11.6097Z%27 fill=%27%23EDEDED%27/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2719%27 height=%278%27 viewBox=%270 0 19 8%27 fill=%27none%27%3E%3Cpath d=%27M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5L1 3.5ZM18.3536 4.35355C18.5488 4.15829 18.5488 3.84171 18.3536 3.64645L15.1716 0.464465C14.9763 0.269203 14.6597 0.269203 14.4645 0.464465C14.2692 0.659727 14.2692 0.97631 14.4645 1.17157L17.2929 4L14.4645 6.82843C14.2692 7.02369 14.2692 7.34027 14.4645 7.53553C14.6597 7.73079 14.9763 7.73079 15.1716 7.53553L18.3536 4.35355ZM1 4.5L18 4.5L18 3.5L1 3.5L1 4.5Z%27 fill=%27%23EDEDED%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 15px 50%,95% 50%;
  padding: 12px 46px
}
.register-login .popup__content .btns-form button.btn-primary {
  margin-top: 0
}
.register-login .popup__content .btns-form span.or {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7b7b7b;
  text-transform: uppercase;
  margin: 20px 0
}
.register-login .popup__content .link-for-login {
  margin-top: 14px;
  text-align: center;
  font-size: 12px;
  color: #7b7b7b
}
.register-login .popup__content .link-for-login span {
  display: inline-block;
  margin-left: 2px;
  color: #ededed;
  cursor: pointer;
  text-decoration: underline;
  transition: all .4s ease
}
.register-login .popup__content .link-for-login span:hover {
  color: #2c5ce5
}
body.light-mode {
  background: #fff;
  color: #12161e
}
body.light-mode header.header {
  border-bottom: 1px solid #d1d1d1;
  background-color: #fff
}
body.light-mode .header__logo .light-mode {
  display: block!important
}
body.light-mode .header__logo .dark-mode {
  display: none
}
body.light-mode .header-info__col:first-child:after {
  background: #d1d1d1
}
body.light-mode .header .header-balance._active:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cmask id=%27mask0_113_836%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%2724%27 height=%2724%27%3E%3Crect width=%2724%27 height=%2724%27 fill=%27%2312161E%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_113_836%29%27%3E%3Cpath d=%27M16.1 13.3L14.65 11.85C14.8 11.0667 14.575 10.3334 13.975 9.65005C13.375 8.96672 12.6 8.70005 11.65 8.85005L10.2 7.40005C10.4833 7.26672 10.7708 7.16672 11.0625 7.10005C11.3542 7.03338 11.6667 7.00005 12 7.00005C13.25 7.00005 14.3125 7.43755 15.1875 8.31255C16.0625 9.18755 16.5 10.25 16.5 11.5C16.5 11.8334 16.4667 12.1459 16.4 12.4375C16.3333 12.7292 16.2333 13.0167 16.1 13.3ZM19.3 16.4501L17.85 15.05C18.4833 14.5667 19.0458 14.0376 19.5375 13.4626C20.0292 12.8876 20.45 12.2334 20.8 11.5C19.9667 9.81672 18.7708 8.47922 17.2125 7.48755C15.6542 6.49588 13.9167 6.00005 12 6.00005C11.5167 6.00005 11.0417 6.03338 10.575 6.10005C10.1083 6.16672 9.65 6.26672 9.2 6.40005L7.65 4.85005C8.33333 4.56672 9.03333 4.35422 9.75 4.21255C10.4667 4.07088 11.2167 4.00005 12 4.00005C14.5167 4.00005 16.7583 4.69588 18.725 6.08755C20.6917 7.47922 22.1167 9.28338 23 11.5C22.6167 12.4834 22.1125 13.3959 21.4875 14.2375C20.8625 15.0792 20.1333 15.8167 19.3 16.4501ZM19.8 22.6L15.6 18.4501C15.0167 18.6334 14.4292 18.7709 13.8375 18.8626C13.2458 18.9542 12.6333 19 12 19C9.48333 19 7.24167 18.3042 5.275 16.9125C3.30833 15.5209 1.88333 13.7167 1 11.5C1.35 10.6167 1.79167 9.79588 2.325 9.03755C2.85833 8.27922 3.46667 7.60005 4.15 7.00005L1.4 4.20005L2.8 2.80005L21.2 21.2001L19.8 22.6ZM5.55 8.40005C5.06667 8.83338 4.625 9.30838 4.225 9.82505C3.825 10.3417 3.48333 10.9 3.2 11.5C4.03333 13.1834 5.22917 14.5209 6.7875 15.5126C8.34583 16.5042 10.0833 17.0001 12 17.0001C12.3333 17.0001 12.6583 16.9792 12.975 16.9376C13.2917 16.8959 13.6167 16.85 13.95 16.8L13.05 15.85C12.8667 15.9 12.6917 15.9376 12.525 15.9626C12.3583 15.9876 12.1833 16 12 16C10.75 16 9.6875 15.5625 8.8125 14.6875C7.9375 13.8125 7.5 12.75 7.5 11.5C7.5 11.3167 7.5125 11.1417 7.5375 10.975C7.5625 10.8084 7.6 10.6334 7.65 10.45L5.55 8.40005Z%27 fill=%27%2312161E%27/%3E%3C/g%3E%3C/svg%3E")
}
body.light-mode .header a.btn-nuke,
body.light-mode .header a.btn-settings,
body.light-mode .header a.btn-trade {
  background-color: #f2f2f2
}
body.light-mode .header a.btn-settings {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Cpath d=%27M9 11.4C10.3255 11.4 11.4 10.3255 11.4 9C11.4 7.67452 10.3255 6.6 9 6.6C7.67452 6.6 6.6 7.67452 6.6 9C6.6 10.3255 7.67452 11.4 9 11.4Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M14.3818 11.1818C14.285 11.4012 14.2561 11.6445 14.2989 11.8804C14.3417 12.1164 14.4542 12.3341 14.6218 12.5055L14.6655 12.5491C14.8007 12.6842 14.908 12.8446 14.9812 13.0212C15.0544 13.1978 15.0921 13.387 15.0921 13.5782C15.0921 13.7693 15.0544 13.9586 14.9812 14.1352C14.908 14.3118 14.8007 14.4722 14.6655 14.6073C14.5304 14.7425 14.3699 14.8498 14.1934 14.923C14.0168 14.9962 13.8275 15.0339 13.6364 15.0339C13.4452 15.0339 13.2559 14.9962 13.0794 14.923C12.9028 14.8498 12.7424 14.7425 12.6073 14.6073L12.5636 14.5636C12.3922 14.396 12.1745 14.2835 11.9386 14.2407C11.7027 14.1979 11.4594 14.2268 11.24 14.3236C11.0249 14.4158 10.8414 14.5689 10.7122 14.764C10.583 14.9591 10.5137 15.1878 10.5127 15.4218V15.5455C10.5127 15.9312 10.3595 16.3012 10.0867 16.574C9.81392 16.8468 9.44395 17 9.05818 17C8.67241 17 8.30244 16.8468 8.02966 16.574C7.75688 16.3012 7.60364 15.9312 7.60364 15.5455V15.48C7.59801 15.2393 7.52009 15.0058 7.38001 14.81C7.23993 14.6141 7.04417 14.4649 6.81818 14.3818C6.59882 14.285 6.3555 14.2561 6.11957 14.2989C5.88365 14.3417 5.66595 14.4542 5.49455 14.6218L5.45091 14.6655C5.31582 14.8007 5.1554 14.908 4.97882 14.9812C4.80224 15.0544 4.61297 15.0921 4.42182 15.0921C4.23067 15.0921 4.04139 15.0544 3.86481 14.9812C3.68824 14.908 3.52782 14.8007 3.39273 14.6655C3.25749 14.5304 3.1502 14.3699 3.077 14.1934C3.00381 14.0168 2.96613 13.8275 2.96613 13.6364C2.96613 13.4452 3.00381 13.2559 3.077 13.0794C3.1502 12.9028 3.25749 12.7424 3.39273 12.6073L3.43636 12.5636C3.60403 12.3922 3.7165 12.1745 3.75928 11.9386C3.80205 11.7027 3.77317 11.4594 3.67636 11.24C3.58417 11.0249 3.4311 10.8414 3.23597 10.7122C3.04085 10.583 2.81221 10.5137 2.57818 10.5127H2.45455C2.06878 10.5127 1.69881 10.3595 1.42603 10.0867C1.15325 9.81392 1 9.44395 1 9.05818C1 8.67241 1.15325 8.30244 1.42603 8.02966C1.69881 7.75688 2.06878 7.60364 2.45455 7.60364H2.52C2.76072 7.59801 2.99419 7.52009 3.19004 7.38001C3.38589 7.23993 3.53507 7.04417 3.61818 6.81818C3.71499 6.59882 3.74387 6.3555 3.70109 6.11957C3.65832 5.88365 3.54585 5.66595 3.37818 5.49455L3.33455 5.45091C3.19931 5.31582 3.09202 5.1554 3.01882 4.97882C2.94562 4.80224 2.90795 4.61297 2.90795 4.42182C2.90795 4.23067 2.94562 4.04139 3.01882 3.86481C3.09202 3.68824 3.19931 3.52782 3.33455 3.39273C3.46963 3.25749 3.63005 3.1502 3.80663 3.077C3.98321 3.00381 4.17249 2.96613 4.36364 2.96613C4.55479 2.96613 4.74406 3.00381 4.92064 3.077C5.09722 3.1502 5.25764 3.25749 5.39273 3.39273L5.43636 3.43636C5.60777 3.60403 5.82547 3.7165 6.06139 3.75928C6.29731 3.80205 6.54064 3.77317 6.76 3.67636H6.81818C7.03329 3.58417 7.21674 3.4311 7.34596 3.23597C7.47518 3.04085 7.54452 2.81221 7.54545 2.57818V2.45455C7.54545 2.06878 7.6987 1.69881 7.97148 1.42603C8.24426 1.15325 8.61423 1 9 1C9.38577 1 9.75574 1.15325 10.0285 1.42603C10.3013 1.69881 10.4545 2.06878 10.4545 2.45455V2.52C10.4555 2.75403 10.5248 2.98267 10.654 3.17779C10.7833 3.37291 10.9667 3.52599 11.1818 3.61818C11.4012 3.71499 11.6445 3.74387 11.8804 3.70109C12.1164 3.65832 12.3341 3.54585 12.5055 3.37818L12.5491 3.33455C12.6842 3.19931 12.8446 3.09202 13.0212 3.01882C13.1978 2.94562 13.387 2.90795 13.5782 2.90795C13.7693 2.90795 13.9586 2.94562 14.1352 3.01882C14.3118 3.09202 14.4722 3.19931 14.6073 3.33455C14.7425 3.46963 14.8498 3.63005 14.923 3.80663C14.9962 3.98321 15.0339 4.17249 15.0339 4.36364C15.0339 4.55479 14.9962 4.74406 14.923 4.92064C14.8498 5.09722 14.7425 5.25764 14.6073 5.39273L14.5636 5.43636C14.396 5.60777 14.2835 5.82547 14.2407 6.06139C14.1979 6.29731 14.2268 6.54064 14.3236 6.76V6.81818C14.4158 7.03329 14.5689 7.21674 14.764 7.34596C14.9591 7.47518 15.1878 7.54452 15.4218 7.54545H15.5455C15.9312 7.54545 16.3012 7.6987 16.574 7.97148C16.8468 8.24426 17 8.61423 17 9C17 9.38577 16.8468 9.75574 16.574 10.0285C16.3012 10.3013 15.9312 10.4545 15.5455 10.4545H15.48C15.246 10.4555 15.0173 10.5248 14.8222 10.654C14.6271 10.7833 14.474 10.9667 14.3818 11.1818Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .header a.btn-nuke {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2716%27 viewBox=%270 0 17 16%27 fill=%27none%27%3E%3Cpath d=%27M8.5 6.05761V9.16801M8.5 12.2784H8.50731M7.48814 2.08542L1.47781 13.1325C1.14444 13.7452 0.97775 14.0516 1.00239 14.303C1.02387 14.5224 1.13186 14.7217 1.29946 14.8513C1.49162 15 1.8243 15 2.48967 15H14.5103C15.1757 15 15.5084 15 15.7005 14.8513C15.8681 14.7217 15.9761 14.5224 15.9976 14.303C16.0222 14.0516 15.8556 13.7452 15.5222 13.1325L9.51186 2.08542C9.17968 1.47488 9.01359 1.1696 8.7969 1.06708C8.60789 0.977641 8.39211 0.977641 8.2031 1.06708C7.98641 1.1696 7.82032 1.47488 7.48814 2.08542Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .header a.btn-trade {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2717%27 viewBox=%270 0 17 17%27 fill=%27none%27%3E%3Cpath d=%27M6.625 10.75V6.25M10.375 10.75V6.25M16 8.5C16 12.6421 12.6421 16 8.5 16C4.35786 16 1 12.6421 1 8.5C1 4.35786 4.35786 1 8.5 1C12.6421 1 16 4.35786 16 8.5Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .header .header-time {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Cpath d=%27M9 4.2V9L12.2 10.6M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .header .header-balance:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2716%27 viewBox=%270 0 22 16%27 fill=%27none%27%3E%3Cpath d=%27M1.26387 8.71318C1.12769 8.49754 1.05959 8.38972 1.02147 8.22342C0.992842 8.0985 0.992842 7.9015 1.02147 7.77658C1.05959 7.61028 1.12769 7.50246 1.26387 7.28682C2.38928 5.50484 5.73915 1 10.8442 1C15.9492 1 19.299 5.50484 20.4244 7.28682C20.5606 7.50246 20.6287 7.61028 20.6668 7.77658C20.6955 7.9015 20.6955 8.0985 20.6668 8.22342C20.6287 8.38972 20.5606 8.49754 20.4244 8.71318C19.299 10.4952 15.9492 15 10.8442 15C5.73915 15 2.38928 10.4952 1.26387 8.71318Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M10.8442 11C12.501 11 13.8442 9.65685 13.8442 8C13.8442 6.34315 12.501 5 10.8442 5C9.1873 5 7.84415 6.34315 7.84415 8C7.84415 9.65685 9.1873 11 10.8442 11Z%27 stroke=%27%2312161E%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .header a.btn-nuke:hover,
body.light-mode .header a.btn-settings:hover,
body.light-mode .header a.btn-trade:hover {
  background-color: #f4f8ff
}
body.light-mode .grid-item.active .btn-new-window svg path {
  stroke: #12161e
}
body.light-mode .BTCUSDT-item-inner p strong {
  color: #12161e
}
body.light-mode input.input {
  border: 1px solid #d1d1d1!important;
  background-color: #f4f8ff!important
}
body.light-mode #item-news-feed .news-box .item-box {
  background: #fff;
  border: 1px solid #d1d1d1
}
body.light-mode .grid-item {
  border: 0.5px solid #d1d1d1;
  background: #fff;
}
body.light-mode .grid-item .top-head {

}
body.light-mode #item-news-feed .news-box .item-box .box-status .box-status-top .item {
  border: 1px solid #d1d1d1;
  background: #fff
}
body.light-mode #item-news-feed .news-box .item-box .box-status .icon {
  border: 1px solid #d1d1d1;
  background: #fff
}
body.light-mode #item-news-feed .news-box .item-box .box-status .icon svg path {
  stroke: #12161e
}
body.light-mode #item-news-feed .news-box .item-box .box-status .box-status-bottom .green,
body.light-mode #item-news-feed .news-box .item-box .box-status .box-status-bottom .red {
  color: #fff
}
body.light-mode #item-news-feed .news-box .item-box .item-box-title .img .copy-share svg path {
  stroke: #12161e
}
body.light-mode #item-news-feed .news-box .item-box .item-box-title .title .top .like-dislike .dislike span,
body.light-mode #item-news-feed .news-box .item-box .item-box-title .title .top .like-dislike .like span {
  color: #12161e
}
body.light-mode .BTCUSDT-chart .dropdown-btcusdt .dropdown-menu {
  background-color: #fff;
  border: 1px solid #d1d1d1
}
body.light-mode .BTCUSDT-chart .dropdown-btcusdt .dropdown-menu input {
  border: 1px solid #d1d1d1!important;
  background-color: #f4f8ff!important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27%3E%3Cpath d=%27M13 13L9.00007 9M10.3333 5.66667C10.3333 8.244 8.244 10.3333 5.66667 10.3333C3.08934 10.3333 1 8.244 1 5.66667C1 3.08934 3.08934 1 5.66667 1C8.244 1 10.3333 3.08934 10.3333 5.66667Z%27 stroke=%27%237B7B7B%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 14px 50%
}
body.light-mode .BTCUSDT-chart .dropdown-btcusdt .dropdown-menu table tr td {
  color: #12161e
}
body.light-mode .BTCUSDT-chart .dropdown-btcusdt:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1L4.5 5L8 1%27 stroke=%27%2312161E%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .dropdown__list {
  background-color: #fff;
  border: 1px solid #d1d1d1
}
body.light-mode .dropdown__button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1L4.5 5L8 1%27 stroke=%27%2312161E%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .content-trade .tabs__navigation.tabs__custom {
  background-color: #f2f2f2
}
body.light-mode .content-trade .tabs__navigation.tabs__custom .tabs__title {
  background: #f2f2f2;
  color: #12161e
}
body.light-mode .content-trade .tabs__navigation.tabs__custom .tabs__title._tab-active {
  background: #2c5ce5;
  color: #fff
}
body.light-mode .content-trade .isolated-select {
  background: #f2f2f2;
  color: #12161e
}
body.light-mode .content-trade .isolated-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1L4.5 5L8 1%27 stroke=%27%2312161E%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 95% 50%
}
body.light-mode .content-trade .leverage-value-block {
  background: #f2f2f2
}
body.light-mode .content-trade .leverage-value-block .select-box__current .levearage-separator {
  background: #3c414a
}
body.light-mode .content-trade .leverage-value-block {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1L4.5 5L8 1%27 stroke=%27%2312161E%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 95% 50%
}
body.light-mode .content-trade .tabs__navigation.second-tabs .tabs__title {
  color: #12161e
}
body.light-mode .content-trade .conditional-dropdown h2:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1L4.5 5L8 1%27 stroke=%27%2312161E%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .content-trade .conditional-dropdown .conditional-dropdown-list {
  background-color: #fff;
  border: 1px solid #d1d1d1
}
body.light-mode .content-trade .conditional-dropdown .conditional-dropdown-list p {
  color: #12161e
}
body.light-mode .result-input p {
  background: #f4f8ff;
  color: #7b7b7b
}
body.light-mode .checkbox__input:checked + .checkbox__label:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2710%27 viewBox=%270 0 12 10%27 fill=%27none%27%3E%3Cpath d=%27M1.8457 5.23075L4.76878 8.15383L10.6149 1.5769%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}
body.light-mode .content-trade .btns-block button {
  color: #fff!important
}
body.light-mode .total-price-row p span {
  color: #12161e
}
body.light-mode .range-slider span {
  background-color: #9aa0ab
}
body.light-mode .range-slider__input {
  background: linear-gradient(90deg,#9aa0ab 60%,#9aa0ab 80%)
}
body.light-mode .content-trade .boxes-time p {
  background-color: #f4f8ff;
  border: 1px solid #d1d1d1;
  color: #12161e
}
body.light-mode .account-info-item .btns-connected .btn-connected {
  background-color: #f2f2f2;
  color: #12161e
}
body.light-mode .account-info-item .btns-connected .btn-connected.connected {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2717%27 viewBox=%270 0 17 17%27 fill=%27none%27%3E%3Cpath d=%27M1.0002 9.35205C5.32099 8.70238 8.29652 11.6789 7.64779 15.9997M1.0002 5.1982C7.61498 4.54854 12.4514 9.38496 11.8017 15.9998M1.0002 1.04343C9.9099 0.3947 16.6053 7.09013 15.9566 15.9999M2.66666 16C1.74638 16 1 15.2536 1 14.3333C1 13.413 1.74638 12.6667 2.66666 12.6667C3.58694 12.6667 4.33332 13.413 4.33332 14.3333C4.33332 15.2536 3.58694 16 2.66666 16Z%27 stroke=%27%231F996D%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2713%27 viewBox=%270 0 8 13%27 fill=%27none%27%3E%3Cpath d=%27M1 12L7 6.5L1 1%27 stroke=%27%2312161E%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: 8px 50%,98% 50%;
  background-repeat: no-repeat
}
body.light-mode .account-info-item .btns-connected .btn-connected.disconnected {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2716%27 viewBox=%270 0 17 16%27 fill=%27none%27%3E%3Cpath d=%27M8.5 6.05761V9.16801M8.5 12.2784H8.50731M7.48814 2.08542L1.47781 13.1325C1.14444 13.7452 0.97775 14.0516 1.00239 14.303C1.02387 14.5224 1.13186 14.7217 1.29946 14.8513C1.49162 15 1.8243 15 2.48967 15H14.5103C15.1757 15 15.5084 15 15.7005 14.8513C15.8681 14.7217 15.9761 14.5224 15.9976 14.303C16.0222 14.0516 15.8556 13.7452 15.5222 13.1325L9.51186 2.08542C9.17968 1.47488 9.01359 1.1696 8.7969 1.06708C8.60789 0.977641 8.39211 0.977641 8.2031 1.06708C7.98641 1.1696 7.82032 1.47488 7.48814 2.08542Z%27 stroke=%27%23E9445A%27 stroke-width=%271.33%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2713%27 viewBox=%270 0 8 13%27 fill=%27none%27%3E%3Cpath d=%27M1 12L7 6.5L1 1%27 stroke=%27%2312161E%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: 8px 50%,98% 50%;
  background-repeat: no-repeat
}
body.light-mode #position-tab-content .tabs__navigation {
  background: #fff;
  border-bottom: 1px solid #d1d1d1
}
body.light-mode #position-tab-content .tabs__navigation .tabs__title._tab-active {
  color: #12161e
}
body.light-mode #position-tab-content table thead th {
  background-color: #fff
}
body.light-mode #position-tab-content .market-limit button {
  background: #f2f2f2;
  color: #7b7b7b
}
body.light-mode #position-tab-content table tr {
  background: #fff;
  border: 1px solid #f2f2f2
}
body.light-mode #position-tab-content table td {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2
}
body.light-mode #position-tab-content table td:first-child {
  border-left: 1px solid #f2f2f2
}
body.light-mode #position-tab-content table td:last-child {
  border-right: 1px solid #f2f2f2
}
body.light-mode #position-tab-content .market-limit button.active {
  border: 1px solid #6e7279
}
body.light-mode #position-tab-content table .x-position {
  color: #fff
}
body.light-mode #position-tab-content table tr:hover {
  background-color: #fcfcfc
}
body.light-mode #position-tab-content .open-position-content .item-title {
  background-color: #fff
}
body.light-mode #position-tab-content table .position-enter-price button {
  background: #f2f2f2;
  color: #12161e
}
body.light-mode #position-tab-content .open-position-content .btn-cancel {
  background-color: #d1d1d1;
  color: #12161e;
  border: 1px solid #d1d1d1
}
body.light-mode .popup__content {
  background-color: #fff
}
body.light-mode .popup__content .popup__text h2 {
  color: #12161e
}
body.light-mode .popup__content .popup__text .d-flex .item.active {
  background-color: #f2f2f2;
  color: #fff;
  color: #12161e
}
body.light-mode .share-window .share-btns .copy-image svg path {
  stroke: #12161e
}
body.light-mode .share-window .swiper-button-next,
body.light-mode .share-window .swiper-button-prev {
  background-color: #6e7279
}
body.light-mode .share-window .share-btns .btn-share {
  color: #fff
}
body.light-mode #position-tab-content .tabs__body .no-logged .no-logge-content p,
body.light-mode #trade-BTCUSDT-item .no-logged .no-logge-content p,
body.light-mode .item-news-inner .no-logged .no-logge-content p {
  color: #fff
}
body.light-mode .register-login .popup__content .link-for-login span {
  color: #12161e
}
body.light-mode .header .header-logged-btns:before {
  background-color: #d1d1d1
}
body.light-mode .register-login .popup__content .btns-form button.btn-discord {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2718%27 viewBox=%270 0 22 18%27 fill=%27none%27%3E%3Cpath d=%27M18.6361 1.42627C17.212 0.75997 15.6893 0.27573 14.0973 0C13.9018 0.353477 13.6734 0.82891 13.5159 1.20712C11.8236 0.952616 10.1469 0.952616 8.48573 1.20712C8.32828 0.82891 8.09467 0.353477 7.89741 0C6.30374 0.27573 4.77928 0.761749 3.35518 1.4298C0.482756 5.7704 -0.29591 10.0032 0.0934236 14.1759C1.99856 15.5986 3.84487 16.4628 5.66003 17.0284C6.1082 16.4116 6.50791 15.7559 6.85224 15.0649C6.19644 14.8157 5.56832 14.5082 4.97482 14.1512C5.13227 14.0345 5.28628 13.9125 5.43508 13.7871C9.05501 15.4802 12.9882 15.4802 16.5648 13.7871C16.7154 13.9125 16.8694 14.0345 17.0251 14.1512C16.4299 14.5099 15.8 14.8174 15.1442 15.0666C15.4885 15.7559 15.8865 16.4134 16.3364 17.0301C18.1533 16.4646 20.0014 15.6004 21.9065 14.1759C22.3633 9.33867 21.1261 5.14476 18.6361 1.42627ZM7.34541 11.6097C6.25874 11.6097 5.36759 10.5952 5.36759 9.35987C5.36759 8.1245 6.23972 7.10828 7.34541 7.10828C8.45114 7.10828 9.34226 8.12272 9.32323 9.35987C9.32495 10.5952 8.45114 11.6097 7.34541 11.6097ZM14.6545 11.6097C13.5678 11.6097 12.6767 10.5952 12.6767 9.35987C12.6767 8.1245 13.5488 7.10828 14.6545 7.10828C15.7602 7.10828 16.6514 8.12272 16.6323 9.35987C16.6323 10.5952 15.7602 11.6097 14.6545 11.6097Z%27 fill=%27%23555E6E%27/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2719%27 height=%278%27 viewBox=%270 0 19 8%27 fill=%27none%27%3E%3Cpath d=%27M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5L1 3.5ZM18.3536 4.35355C18.5488 4.15829 18.5488 3.84171 18.3536 3.64645L15.1716 0.464465C14.9763 0.269203 14.6597 0.269203 14.4645 0.464465C14.2692 0.659727 14.2692 0.97631 14.4645 1.17157L17.2929 4L14.4645 6.82843C14.2692 7.02369 14.2692 7.34027 14.4645 7.53553C14.6597 7.73079 14.9763 7.73079 15.1716 7.53553L18.3536 4.35355ZM1 4.5L18 4.5L18 3.5L1 3.5L1 4.5Z%27 fill=%27%23555E6E%27/%3E%3C/svg%3E")
}


/* -------------------------------------------------------------------
Gridstack styles START
-------------------------------------------------------------------- */
.gs-24 > .grid-stack-item {
  width: 4.167%;
}
.gs-24 > .grid-stack-item[gs-x="1"] {
  left: 4.167%;
}
.gs-24 > .grid-stack-item[gs-w="2"] {
  width: 8.333%;
}
.gs-24 > .grid-stack-item[gs-x="2"] {
  left: 8.333%;
}
.gs-24 > .grid-stack-item[gs-w="3"] {
  width: 12.5%;
}
.gs-24 > .grid-stack-item[gs-x="3"] {
  left: 12.5%;
}
.gs-24 > .grid-stack-item[gs-w="4"] {
  width: 16.667%;
}
.gs-24 > .grid-stack-item[gs-x="4"] {
  left: 16.667%;
}
.gs-24 > .grid-stack-item[gs-w="5"] {
  width: 20.833%;
}
.gs-24 > .grid-stack-item[gs-x="5"] {
  left: 20.833%;
}
.gs-24 > .grid-stack-item[gs-w="6"] {
  width: 25%;
}
.gs-24 > .grid-stack-item[gs-x="6"] {
  left: 25%;
}
.gs-24 > .grid-stack-item[gs-w="7"] {
  width: 29.167%;
}
.gs-24 > .grid-stack-item[gs-x="7"] {
  left: 29.167%;
}
.gs-24 > .grid-stack-item[gs-w="8"] {
  width: 33.333%;
}
.gs-24 > .grid-stack-item[gs-x="8"] {
  left: 33.333%;
}
.gs-24 > .grid-stack-item[gs-w="9"] {
  width: 37.5%;
}
.gs-24 > .grid-stack-item[gs-x="9"] {
  left: 37.5%;
}
.gs-24 > .grid-stack-item[gs-w="10"] {
  width: 41.667%;
}
.gs-24 > .grid-stack-item[gs-x="10"] {
  left: 41.667%;
}
.gs-24 > .grid-stack-item[gs-w="11"] {
  width: 45.833%;
}
.gs-24 > .grid-stack-item[gs-x="11"] {
  left: 45.833%;
}
.gs-24 > .grid-stack-item[gs-w="12"] {
  width: 50%;
}
.gs-24 > .grid-stack-item[gs-x="12"] {
  left: 50%;
}
.gs-24 > .grid-stack-item[gs-w="13"] {
  width: 54.167%;
}
.gs-24 > .grid-stack-item[gs-x="13"] {
  left: 54.167%;
}
.gs-24 > .grid-stack-item[gs-w="14"] {
  width: 58.333%;
}
.gs-24 > .grid-stack-item[gs-x="14"] {
  left: 58.333%;
}
.gs-24 > .grid-stack-item[gs-w="15"] {
  width: 62.5%;
}
.gs-24 > .grid-stack-item[gs-x="15"] {
  left: 62.5%;
}
.gs-24 > .grid-stack-item[gs-w="16"] {
  width: 66.667%;
}
.gs-24 > .grid-stack-item[gs-x="16"] {
  left: 66.667%;
}
.gs-24 > .grid-stack-item[gs-w="17"] {
  width: 70.833%;
}
.gs-24 > .grid-stack-item[gs-x="17"] {
  left: 70.833%;
}
.gs-24 > .grid-stack-item[gs-w="18"] {
  width: 75%;
}
.gs-24 > .grid-stack-item[gs-x="18"] {
  left: 75%;
}
.gs-24 > .grid-stack-item[gs-w="19"] {
  width: 79.167%;
}
.gs-24 > .grid-stack-item[gs-x="19"] {
  left: 79.167%;
}
.gs-24 > .grid-stack-item[gs-w="20"] {
  width: 83.333%;
}
.gs-24 > .grid-stack-item[gs-x="20"] {
  left: 83.333%;
}
.gs-24 > .grid-stack-item[gs-w="21"] {
  width: 87.5%;
}
.gs-24 > .grid-stack-item[gs-x="21"] {
  left: 87.5%;
}
.gs-24 > .grid-stack-item[gs-w="22"] {
  width: 91.667%;
}
.gs-24 > .grid-stack-item[gs-x="22"] {
  left: 91.667%;
}
.gs-24 > .grid-stack-item[gs-w="23"] {
  width: 95.833%;
}
.gs-24 > .grid-stack-item[gs-x="23"] {
  left: 95.833%;
}
.gs-24 > .grid-stack-item[gs-w="24"] {
  width: 100%;
}

.gs-id-0 > .grid-stack-item > .ui-resizable-se {
  bottom: 2px !important;
  right: 2px !important;
}
/* -------------------------------------------------------------------
Gridstack styles END
-------------------------------------------------------------------- */


@media (min-width:2200px) {
  .order-book-item {
    max-width: 300px
  }
}
@media (min-width:4500px) {
  .w-full.part-complete {
    width: 26%
  }
}
@media (max-width:1900px) {
  .position-item .position-enter-price {
    gap: 8px
  }
}
@media (max-width:1800px) {
  .BTCUSDT-chart {
    min-width: 600px
  }
  .position-item table .position-enter-price .row {
    flex-direction: column;
    gap: 2px!important
  }
  .position-item table .position-enter-price input.input {
    height: 20px
  }
  .select-box {
    font-size: 13px
  }
  .select-box__input:checked + .select-box__input-text span:first-child {
    min-width: 80px;
    margin-right: 10px
  }
  .select-box__option span:first-child {
    min-width: 80px;
    margin-right: 10px
  }
}
@media (max-width:1700px) {
  .w-full.part-complete {
    width: 27%
  }
  .w-full.complete-full {
    width: 73%
  }
  #position-tab-content table .position-enter-price .row-spans {
    flex-wrap: wrap;
    gap: 4px
  }
  #position-tab-content table .position-enter-price .row-spans button {
    width: 47%;
    height: 19px
  }
  .position-item .tabs__navigation .tabs__title {
    padding: 10px 8px
  }
  .content-trade .row {
    gap: 4px
  }
  .isolated-select .select-box {
    max-width: 91px;
    min-width: 91px
  }
  .isolated-select .select-box__option {
    padding: 6px 6px 6px 6px
  }
  #item-news-feed .news-box .item-box .item-box-title .img img {
    max-width: 25px
  }
  #item-news-feed .news-box .item-box .item-box-title .title {
    max-width: 260px
  }
  #item-news-feed .news-box .item-box .box-status .box-status-bottom .green,
  #item-news-feed .news-box .item-box .box-status .box-status-bottom .red {
    gap: 3px
  }
  #item-news-feed .news-box .item-box .box-status .box-status-bottom {
    gap: 3px
  }
  #item-news-feed .news-box .item-box .item-box-title .title .top {
    gap: 3px
  }
  #item-news-feed .news-box .item-box .box-status .box-status-top .item {
    padding: 0 4px
  }
  .BTCUSDT-chart {
    width: 58%
  }
  .position-item {
   
  }
  .select-box__input-text {
    padding: 5px 5px 8px 5px
  }
  .select-box__option {
    padding: 5px 5px 8px 5px
  }
  .select-box__icon {
    right: 5px
  }
  .position-item .open-position-content {
    padding: 23px 4px 10px
  }
  .position-item .open-position-content .all-other-open {
    padding-left: 10px
  }
  .position-item .open-position-content .all-btc-open {
    padding-right: 10px
  }
  .position-item .open-position-content .item-title span {
    width: 18%
  }
  .position-item .open-position-content .item-title span:nth-child(2) {
    width: 10%
  }
  .position-item .open-position-content .item div {
    width: 18%
  }
  .position-item .open-position-content .item div:nth-child(2) {
    width: 10%
  }
  .position-item .open-position-content .btn-cancel {
    padding: 7px 3px;
    font-size: 10px
  }
}
@media (max-width:1550px) {
  .BTCUSDT-chart {
    min-width: 549px
  }
  #item-news-feed .news-box {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding-bottom: 50px
  }
  #trade-BTCUSDT-item .content-trade .tabs__navigation button {
    padding: 10px 10px
  }
  .w-full.part-complete {
    width: 50%
  }
  .BTCUSDT-chart {
    width: 60%
  }
  .BTCUSDT-chart {
    min-width: 549px
  }
  .account-info-item {
    width: auto;
    min-height: auto;
    min-height: 100vh;
  }
  .item-news-feed {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width:540px) {
  #item-news-feed .news-box {
    height: 100vh!important
  }
}
@media (any-hover:hover) {
  .btn:hover {
    background-color: #3e475b
  }
  .select__option:hover {
    background: #2c5ce5
  }
}
@media (min-height:1080px) {
  #position-tab-content .closed-position-content,
  #position-tab-content .open-position-content .row,
  #position-tab-content .position-tab-content {
    height: 50vh
  }
  .account-info-item {
    height: 100vh
  }
}
@media (min-height:1200px) {
  #position-tab-content .closed-position-content,
  #position-tab-content .open-position-content .row,
  #position-tab-content .position-tab-content {
    height: 58vh
  }
  .account-info-item {
    height: 100vh
  }
}
@media (min-height:1400px) {
  #position-tab-content .closed-position-content,
  #position-tab-content .open-position-content .row,
  #position-tab-content .position-tab-content {
    height: 64vh
  }
  .account-info-item {
    height: 100vh
  }
}
@media (min-height:1500px) {
  #position-tab-content .closed-position-content,
  #position-tab-content .open-position-content .row,
  #position-tab-content .position-tab-content {
    height: 30vh
  }
  .account-info-item {
    height: 100vh
  }
}
@media (min-height:1700px) {
  #position-tab-content .closed-position-content,
  #position-tab-content .open-position-content .row,
  #position-tab-content .position-tab-content {
    height: 40vh
  }
  .account-info-item {
    height: 100vh
  }
}
@media (min-height:1900px) {
  #position-tab-content .closed-position-content,
  #position-tab-content .open-position-content .row,
  #position-tab-content .position-tab-content {
    height: 58vh
  }
  .position-item {
    padding-bottom: 50px;
    height: 6vh;
  }
  .account-info-item {
    height: 100vh
  }
}
@media (min-height:2100px) {
  #position-tab-content .closed-position-content,
  #position-tab-content .open-position-content .row,
  #position-tab-content .position-tab-content {
    height: 53vh
  }
  .account-info-item {
    height: 100vh
  }
}
@media (min-height:2300px) {
  #position-tab-content .closed-position-content,
  #position-tab-content .open-position-content .row,
  #position-tab-content .position-tab-content {
    height: 52vh
  }
  .account-info-item {
    height: 100vh
  }
}
@media (min-height:2500px) {
  #position-tab-content .closed-position-content,
  #position-tab-content .open-position-content .row,
  #position-tab-content .position-tab-content {
    height: 100vh
  }
  .account-info-item {
    height: 100vh
  }
}
@media (min-height:2800px) {
  #position-tab-content .closed-position-content,
  #position-tab-content .open-position-content .row,
  #position-tab-content .position-tab-content {
    height: 100vh
  }
  .account-info-item {
    height: 100vh
  }
}

@media (min-height:0px){
  .account-info-item {
    height: 30vh
  } 
}
@media (min-height:3000px) {
  #position-tab-content .closed-position-content,
  #position-tab-content .open-position-content .row,
  #position-tab-content .position-tab-content {
    height: 100vh
  }
  .account-info-item {
    height: 100vh
  }
}
@media (min-height:3200px) {
  #position-tab-content .closed-position-content,
  #position-tab-content .open-position-content .row,
  #position-tab-content .position-tab-content {
    height: 100vh
  }
  .account-info-item {
    height: 100vh
  }
}