#modal.deposits-modal {
  width: min(700px, 100%);
}
@media screen and (max-width: 600px) {
  #modal.deposits-modal {
    max-height: 95vh;
  }
}
#modal.coin-select .list-component {
  height: 576px;
  overflow-y: auto;
}
#modal.coin-select .list-component div.coin {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  margin-bottom: 8px;
}
#modal.coin-select .list-component div.coin.active {
  background-color: #f9faf9;
  border-radius: 8px;
  border: 1px solid #34c759;
  position: relative;
}
#modal.coin-select .list-component div.coin.active:after {
  content: "";
  background: url(/images/Mark.svg);
  background-size: contain;
  background-position: 50% 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 20px;
}
#modal.coin-select .list-component div.coin:hover {
  background-color: #f9faf9;
}
#modal.coin-select .list-component div.coin .coin-image {
  width: 48px;
  height: 48px;
  position: relative;
}
@media screen and (max-width: 860px) {
  #modal.coin-select .list-component div.coin .coin-image {
    width: 32px;
    height: 32px;
  }
}
#modal.coin-select .list-component div.coin .coin-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#modal.coin-select .list-component div.coin label {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  text-transform: none;
}
#modal.coin-select .list-component div.coin label sub {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  text-transform: uppercase;
  color: #4d544f;
}
#modal.coin-select .search-container {
  border: 1px solid #e8e8e8;
  border-radius: 1000px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #f9faf9;
  background-image: url(/images/MagnifyingGlass.svg);
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-size: 24px 24px;
  padding: 12px 16px 12px 48px;
}
#modal.coin-select .search-container input.search-input {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0);
}
#modal.coin-select .search-container .network-select {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  color: #07130c;
  min-width: 100px;
  max-width: 130px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#modal.coin-select .search-container .network-select__control {
  border: none;
  padding: unset;
  background-color: #f9faf9;
  justify-content: flex-end;
}
#modal.coin-select
  .search-container
  .network-select__control
  .network-select__value-container
  > input {
  display: none;
}
#modal.coin-select
  .search-container
  .network-select__control
  .network-select__indicators
  .network-select__indicator {
  filter: brightness(1);
  cursor: pointer;
}
#modal.coin-select
  .search-container
  .network-select__control--menu-is-open
  .network-select__indicators
  .network-select__indicator
  svg {
  transform: rotate(180deg);
}
#modal.coin-select .search-container .network-select__control * {
  padding: 0;
  margin: 0;
}
#modal.coin-select .search-container .network-select__indicator-separator {
  display: none;
}
#modal.coin-select .search-container .network-select__indicator {
  filter: brightness(0.4);
}
#modal.coin-select .search-container .network-select__menu {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 16px;
  width: 220px;
  right: -16px;
  margin-top: 8px;
  box-shadow: 0 0 32px -4px rgba(12, 12, 13, 0.1),
    0 4px 4px -4px rgba(12, 12, 13, 0.05);
}
#modal.coin-select .search-container .network-select__option {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 40px;
  box-sizing: border-box;
}
#modal.coin-select .search-container .network-select__option--is-selected {
  background-color: #f9faf9;
  color: #07130c;
  border: 1px solid #34c759;
  position: relative;
}
#modal.coin-select
  .search-container
  .network-select__option--is-selected:after {
  content: "";
  background: url(/images/Mark.svg);
  background-size: contain;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8px;
  top: 8px;
}
#modal.coin-select .search-container .network-select__option--is-focused {
  background-color: #f9faf9;
  color: #07130c;
}
#modal .direct-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#modal .direct-content .direct-content__qr {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  flex-direction: row;
  gap: 48px;
}
#modal .direct-content .direct-content__qr .left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
#modal .direct-content .direct-content__qr .left h4 {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  margin: unset;
}
#modal .direct-content .direct-content__qr .left .card {
  background-color: #f9faf9;
  border-radius: 8px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px;
}
#modal .direct-content .direct-content__qr .qr-wrapper {
  width: 160px;
  height: 160px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #07130c;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal .direct-content .fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-transform: capitalize;
}
#modal .direct-content .fields .field {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#modal .direct-content .fields .field label {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  text-transform: unset;
}
#modal .direct-content .fields .field span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  flex-wrap: wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
#modal .direct-content button.copy {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal .direct-content .blockHash {
  margin-top: 16px;
  padding: 16px;
  background-color: #f0f0f0;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 0 32px -4px rgba(12, 12, 13, 0.1),
    0 4px 4px -4px rgba(12, 12, 13, 0.05);
}
@media screen and (max-width: 600px) {
  #modal .direct-content .blockHash {
    margin-top: 8px;
  }
}
#modal .direct-content .blockHash .wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
#modal .direct-content .blockHash .wrapper h3 {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.045em;
  font-weight: 400;
  margin: 0 0 10px;
  color: #07130c;
}
#modal .direct-content .blockHash .wrapper p {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  text-transform: none;
  color: #4d544f;
  margin: 0 0 16px;
}
#modal .direct-content .blockHash .inputLine {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-left: 24px;
}
#modal .direct-content .blockHash .inputLine input {
  box-sizing: border-box;
  background-color: #f9faf9;
  border: 1px solid #e8e8e8;
  color: #4d544f;
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  #modal .direct-content .blockHash .inputLine {
    flex-direction: column;
    gap: 8px;
    margin-left: 0;
  }
  #modal .direct-content .blockHash .inputLine button {
    width: 100%;
    justify-content: center;
  }
}
#modal .preparing-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#modal .preparing-content h2 {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  color: #07130c;
}
#modal .preparing-content p {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.045em;
  font-weight: 400;
  color: #07130c;
}
#modal .preparing-content .spinner {
  width: 48px;
  height: 48px;
  background-color: #49ff86;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal .approve-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#modal .approve-content p {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
#modal .approve-content p b {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  color: #07130c;
}
#modal .approve-content .approve-content-info {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  padding: 12px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  text-transform: uppercase;
}
#modal .approve-content .approve-content-info span {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
}
#modal .approve-content .approve-content-info .icon {
  width: 24px;
  height: 24px;
  position: relative;
}
#modal .approve-content .confirm-purchase {
  width: 100%;
  height: 240px;
  position: relative;
  background-color: #07130c;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 24px;
}
#modal .approve-content .confirm-purchase img {
  object-fit: contain;
  width: 100%;
  height: calc(100% - 48px) !important;
  top: 24px !important;
  bottom: 24px !important;
}
#modal .complete-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#modal .complete-content .amount {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  width: 100%;
  background-color: #edfff2;
  padding: 12px 16px;
  border-radius: 8px;
  text-align: center;
  color: #07130c;
  box-sizing: border-box;
}
#modal .complete-content .amount sub {
  vertical-align: baseline;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
}
#modal .complete-content .email-revieve .bottom_bonuse-input {
  background: none;
  border: none;
  padding: 0;
}
#modal .complete-content .bottom_bonuse-input {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding: 8px 8px 8px 24px;
  background-color: #fff;
  border-radius: 1000px;
  border: 1px solid #e8e8e8;
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
#modal .complete-content .bottom_bonuse-input label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  color: #07130c;
  text-transform: unset;
}
#modal .complete-content .bottom_bonuse-input .socials {
  display: flex;
  gap: 8px;
}
#modal .complete-content .bottom_bonuse-input .socials .social-icon {
  width: 48px;
  height: 48px;
  position: relative;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8e8e8;
  border-radius: 1000px;
  box-sizing: border-box;
  background: #fff;
}
#modal
  .complete-content
  .bottom_bonuse-input
  .socials
  .social-icon
  .social-icon-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
#modal .complete-content #shareBaner {
  width: 100%;
  height: 100%;
  margin-top: 24px;
  background: #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(12, 12, 13, 0.05);
  padding: 24px;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
#modal .complete-content #shareBaner .bottom_bonus-text {
  width: 100%;
}
#modal .complete-content #shareBaner .background {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  filter: blur(50px);
  width: 278px;
  height: 265px;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background-image: linear-gradient(
    to right top,
    #49ff86,
    #41ffa7,
    #4affc3,
    #62ffd9,
    #80ffea
  );
  animation: blobAnim 10s ease-in-out infinite;
  opacity: 0.7;
  z-index: 0;
}
#modal .complete-content p {
  z-index: 1;
  position: relative;
}
#modal .complete-content p b {
  display: inline-block;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #modal .complete-content p b {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.045em;
    font-weight: 500;
  }
}
#modal .complete-content .promo-block {
  background-color: #49ff86;
  border-radius: 8px;
  border: 1px solid #222d26;
  padding: 8px 12px;
  color: #07130c;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@media screen and (max-width: 860px) {
  #modal .direct-content {
    gap: 16px;
  }
  #modal .direct-content .direct-content__qr {
    border-bottom: none;
    padding-top: 16px;
    padding-bottom: 0;
  }
  #modal .direct-content .direct-content__qr .left h4,
  #modal .direct-content .direct-content__qr .qr-wrapper {
    display: none;
  }
  #modal .direct-content .fields .field span {
    flex-wrap: wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #modal .approve-content h2,
  #modal .complete-content h2,
  #modal .preparing-content h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.045em;
    font-weight: 500;
  }
  #modal .approve-content p,
  #modal .complete-content p,
  #modal .preparing-content p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.045em;
    font-weight: 400;
  }
  #modal .complete-content {
    gap: 16px;
  }
  #modal .complete-content .email-revieve {
    margin-top: 8px;
  }
  #modal .complete-content .email-revieve .bottom_bonuse-input {
    flex-direction: column;
    gap: 8px !important;
  }
  #modal .complete-content .email-revieve .bottom_bonuse-input button.btn {
    width: 100%;
  }
  #modal .complete-content #shareBaner {
    padding: 16px;
    margin-top: 8px;
  }
  #modal .complete-content #shareBaner .bottom_bonuse-input {
    padding: 0;
    background: none;
    border: none;
    flex-direction: column;
  }
  #modal .complete-content #shareBaner .bottom_bonuse-input label {
    border-radius: 100px;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 12px 16px;
    max-width: calc(100% - 32px);
  }
  #modal .complete-content #shareBaner .bottom_bonuse-input .socials {
    flex-direction: row-reverse;
  }
  #modal
    .complete-content
    #shareBaner
    .bottom_bonuse-input
    .socials
    button.btn {
    font-size: 0;
    background-image: url(/images/Copy-white.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  #modal .approve-content h2,
  #modal .complete-content h2,
  #modal .direct-content h2 {
    max-width: 260px;
  }
}
#promoBanner {
  margin-top: 24px;
  background: #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(12, 12, 13, 0.05);
  padding: 24px;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#promoBanner .background {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  filter: blur(50px);
  width: 278px;
  height: 265px;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background-image: linear-gradient(
    to right top,
    #49ff86,
    #41ffa7,
    #4affc3,
    #62ffd9,
    #80ffea
  );
  animation: blobAnim 10s ease-in-out infinite;
  opacity: 0.7;
  z-index: 0;
}
@keyframes blobAnim {
  0%,
  to {
    border-radius: 46% 54% 29% 71%/66% 39% 61% 34%;
    transform: translate(-50%, -50%) rotate(30deg);
  }
  30% {
    border-radius: 46% 54% 29% 71%/17% 74% 26% 83%;
    transform: translate(-50%, -50%) rotate(15deg);
  }
  50% {
    border-radius: 46% 54% 81% 19%/39% 74% 26% 61%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  70% {
    border-radius: 65% 35% 56% 44%/39% 17% 83% 61%;
    transform: translate(-50%, -50%) rotate(70deg);
  }
}
#promoBanner .bottom_bonus-text {
  flex: 1 1;
  z-index: 1;
}
#promoBanner .bottom_bonus-text p {
  margin: 0;
  color: #07130c;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.045em;
  font-weight: 400;
}
@media screen and (max-width: 430px) {
  #promoBanner .bottom_bonus-text p {
    max-width: 180px;
  }
  #promoBanner .bottom_bonus-text p br {
    display: none;
  }
}
#promoBanner .bottom_bonus-text p b {
  display: inline;
}
#promoBanner .bottom_bonus-img {
  z-index: 1;
  margin-right: 8px;
}
#promoBanner.email-revieve .background {
  left: 30%;
}
#promoBanner.email-revieve .bottom_bonus-text p {
  margin-bottom: 12px;
}
#promoBanner.email-revieve .bottom_bonus-text .bottom_bonuse-input {
  display: flex;
  gap: 8px;
}
#promoBanner.email-revieve .bottom_bonus-text .bottom_bonuse-input input {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  color: #4d544f;
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
}
#promoBanner.email-revieve .bottom_bonus-text .bottom_bonuse-input button.btn {
  margin: 0;
  width: auto;
}
.select-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#coinSelect {
  display: block;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 100px;
  padding: 7px 12px 7px 8px;
  border-radius: 20px;
  position: relative;
}
#coinSelect .coin-select-icon {
  height: 24px;
}
#coinSelect .current {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: capitalize;
  gap: 8px;
  color: #07130c;
  max-width: 120px;
  overflow: hidden;
}
#coinSelect .current .current-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#coinSelect .list {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #e8e8e8;
  overflow: auto;
  animation: appearMenu 0.1s linear 1 forwards;
}
@keyframes appearMenu {
  0% {
    top: 0;
    opacity: 0;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}
#coinSelect .list label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s;
}
#coinSelect .list label:hover {
  background-color: #e8e8e8;
}
#coinSelect .list label.active {
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
}
#wallet > label {
  color: #4d544f;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
}
#wallet > label span {
  color: #07130c;
}
#wallet .receive-label-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
#wallet .receive-label-wrap label {
  color: #4d544f;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  margin-bottom: 0;
}
#wallet sub {
  display: block;
}
#wallet input::-webkit-inner-spin-button,
#wallet input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#wallet input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
#wallet .select-wrap {
  background-color: #f9faf9;
  border: 1px solid #e8e8e8;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  box-sizing: border-box;
  gap: 8px;
}
#wallet .select-wrap select.currency {
  display: none;
}
#wallet .select-wrap img {
  width: 24px;
  height: 24px;
  object-fit: fill;
}
#wallet .select-wrap img.caretDown {
  width: 16px;
  height: 16px;
}
#wallet .select-wrap .top {
  display: flex;
  justify-content: space-between;
}
#wallet .select-wrap .top input {
  color: #0a1a10;
  outline: none;
  border: none;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0;
  font-weight: 500;
  width: 100%;
  max-width: 70%;
  background: #f9faf9;
}
#wallet .select-wrap .top input:disabled {
  background-color: rgba(0, 0, 0, 0);
}
#wallet .select-wrap .top select.currency {
  display: block;
  position: absolute;
  background-color: #f6f6f6;
  border: 1px solid #e8e8e8;
  width: 92px;
  height: 32px;
  top: -1px;
  right: -1px;
  border-radius: 8px;
  padding: 3px 5px;
}
#wallet .select-wrap .top .receive-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
#wallet .select-wrap .top .receive-wrap label {
  color: #0a1a10;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  text-transform: unset;
}
#wallet .select-wrap .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#wallet .select-wrap .bottom label {
  color: #303833;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  text-transform: capitalize;
}
#wallet .select-wrap .bottom .max-label {
  color: #59615b;
}
#wallet .separator {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
}
#wallet .separator button {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #49ff86;
  border: 1px solid #07130c;
  border-radius: 100px;
  background-image: url(/images/swap.svg);
  background-size: 16px;
  background-position: 50%;
  background-repeat: no-repeat;
}
#wallet .separator hr {
  margin: 0;
  background-color: #e8e8e8;
  border: none;
  height: 1px;
  width: 100%;
}
#wallet button.btn {
  width: 100%;
  margin: 24px 0;
  display: block;
  text-align: center;
}
#wallet button.btn:disabled,
#wallet button.btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
#wallet .promo-block {
  position: relative;
}
#wallet .promo-block .promo {
  color: #4d544f;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
}
#wallet .promo-block .promo-line {
  gap: 8px;
  display: flex;
}
#wallet .promo-block .promo-line .promo-code-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 1 1;
}
#wallet .promo-block .promo-line .promo-code-wrap img {
  position: absolute;
  right: 16px;
}
#wallet .promo-block .promo-line .promo-code-wrap input {
  box-sizing: border-box;
  background-color: #f9faf9;
  border: 1px solid #e8e8e8;
  color: #4d544f;
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
}
#wallet .promo-block .promo-line button {
  width: auto;
  margin: auto;
  display: inline-block;
}
#wallet .promo-block .promo-line #applied-button {
  background-color: #aeffca;
  border: 1px solid #e8e8e8;
  color: #07130c;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  pointer-events: none;
}
#dashboard {
  display: grid;
  grid-row-gap: 16px;
  row-gap: 16px;
}
#dashboard .row {
  display: flex;
  gap: 16px;
  flex-direction: row;
}
#dashboard .row #amounts {
  width: 100%;
}
#dashboard .row .calculator-section .stage-select {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  color: #07130c;
}
#dashboard .row .calculator-section .stage-select__control {
  border: 1px solid #e8e8e8;
  border-radius: 1000px;
  padding: 12px 16px;
}
#dashboard .row .calculator-section .stage-select__control * {
  padding: 0;
  margin: 0;
}
#dashboard .row .calculator-section .stage-select__indicator-separator {
  display: none;
}
#dashboard .row .calculator-section .stage-select__indicator {
  margin-left: 8px;
  filter: brightness(0.4);
}
#dashboard .row .progress-card {
  background-color: #edfff2;
  height: auto;
  box-shadow: unset;
  padding: 16px;
}
#dashboard .row .progress-card .content {
  width: 100%;
}
#dashboard .row .chart-card {
  flex-direction: column;
}
#dashboard .row .left-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 656px;
}
@media screen and (max-width: 1340px) {
  #dashboard .row .left-col {
    max-width: 580px;
  }
}
#dashboard .row .left-col .purchase-section .content {
  width: 100%;
}
#dashboard .row .left-col .referral-section {
  height: auto;
}
#dashboard .row .right-col {
  width: 100%;
  max-width: 480px;
}
#dashboard .row .right-col .wallet-section {
  box-sizing: border-box;
}
#dashboard .row .right-col .wallet-section .stage-info {
  padding: 8px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #4d544f;
  background-color: #edfff2;
}
#dashboard .row .right-col .wallet-section .stage-info b {
  font-weight: 500;
  color: #07130c;
}
#dashboard .row .right-col .wallet-section .content {
  width: 100%;
}
#dashboard .row .right-col .wallet-section .content #wallet .progress-card {
  margin-bottom: 24px;
}
@media screen and (max-width: 1300px) {
  #dashboard .row .left-col,
  #dashboard .row .right-col {
    max-width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  #dashboard .row.deposit-row {
    flex-direction: column-reverse;
  }
  #dashboard .row.deposit-row .left-col,
  #dashboard .row.deposit-row .right-col {
    max-width: 100%;
  }
  #dashboard .row {
    flex-direction: column;
  }
  #dashboard .row .left-col,
  #dashboard .row .right-col {
    max-width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  #dashboard .chart-section .chart-card {
    height: 598px;
  }
}
@media screen and (max-width: 1000px) {
  #dashboard {
    grid-template-rows: auto;
    column-gap: unset;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  #dashboard .chart-section {
    width: 100%;
  }
  #dashboard .chart-section .chart-card {
    height: 528px;
  }
}
@media screen and (max-width: 870px) {
  #dashboard #calculator,
  #dashboard .wallet-section {
    padding: 12px;
  }
  #dashboard .row {
    flex-wrap: wrap;
  }
  #dashboard .deposit-row {
    flex-direction: column-reverse;
  }
  #dashboard
    .deposit-row
    #emailBaner.email-revieve
    .bottom_bonus-text
    .bottom_bonuse-input {
    gap: 16px;
  }
  #dashboard .deposit-row .left-col {
    max-width: min(90vw, 656px);
  }
}
