html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

a,
*::after,
*::before {
  display: inline-block;
}

body,
ul[class],
ol[class],
p,
li,
figure,
figcaption,
blockquote,
fieldset,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul[class] {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  vertical-align: top;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --font-family: "Mona Sans", sans-serif;
  --font-size: 16px;
  --font-weight: 400;
  --container: 1200px;
  --containerPadding: 15px;
  --containerWidth: calc(var(--container) + (var(--containerPadding) * 2));
  --bg-color: #1A1822;
  --accent-color: #2CE8B3;
  --accent-light: #74ffd7;
  --text-color: #FDFCFE;
  --dark-color: #0f1016;
  --violet-color: #1B172F;
  --border-radius: 8px;
  --burger-width: 32px;
  --burger-height: 24px;
  --burger-lh: 2px;
  --burger-line-bg: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  font-size: var(--font-size);
  background-color: var(--bg-color);
  color: var(--text-color);
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}

[class*=__container] {
  max-width: var(--containerWidth);
  padding: 0 var(--containerPadding);
  margin: 0 auto;
}

.page {
  flex: 1 1 auto;
}

body.lock {
  overflow: hidden;
}

.offset p + p {
  margin-top: 15px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.btn-base {
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: var(--dark-color);
  background-color: var(--accent-color);
  border-radius: var(--border-radius);
  text-transform: capitalize;
  box-shadow: 0px 18px 24px -14px var(--accent-light);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .btn-base:hover {
    box-shadow: none;
  }
}

.btn-outline {
  border: 1px solid var(--text-color);
  color: var(--text-color);
  background-color: transparent;
  padding: 12px 30px;
  font-size: 14px;
  border-radius: var(--border-radius);
  box-shadow: 0px 9px 15px -14px var(--text-color);
  z-index: 2;
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .btn-outline:hover {
    background-color: var(--text-color);
    color: var(--bg-color);
  }
}
@media (max-width: 479.98px) {
  .btn-outline {
    padding: 12px 20px;
  }
}

.title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.bg {
  background-color: var(--dark-color);
  border-radius: var(--border-radius);
}

.icon {
  fill: transparent;
  stroke: transparent;
  width: 18px;
  height: 18px;
}

.header {
  padding: 15px 0;
}
.header__inner {
  justify-content: flex-start;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__logo {
  position: relative;
  z-index: 22;
}
.header__logo img {
  width: 260px;
}
@media (max-width: 479.98px) {
  .header__logo {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .header__menu {
    margin-left: 190px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header__menu {
    margin-left: calc(40px + 150 * (100vw - 992px) / (1200 - 992));
  }
}
@media (max-width: 992px) {
  .header__menu {
    margin-left: 40px;
  }
}
.header__actions {
  margin-left: auto;
  gap: 16px;
  display: flex;
}
@media (max-width: 479.98px) {
  .header__actions {
    gap: 0px;
  }
}
.header__btn {
  box-shadow: none;
  gap: 12px;
  display: flex;
}
.header__btn.header__btn-log {
  color: var(--text-color);
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 10px;
  transition: all 0.3s ease-in;
}
.header__btn.header__btn-log.header__btn-log--out {
  display: none;
}
@media (any-hover: hover) {
  .header__btn.header__btn-log:hover {
    background-color: transparent;
    border: 1px solid var(--text-color);
  }
}
@media (max-width: 479.98px) {
  .header__btn.header__btn-log.header__btn-log--in span {
    display: none;
  }
}
.header__btn.header__btn-sign {
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .header__btn.header__btn-sign:hover {
    background-color: var(--text-color);
    color: var(--bg-color);
  }
}
@media (max-width: 479.98px) {
  .header__btn.header__btn-sign {
    padding: 6px 10px;
    border-radius: 5px;
  }
  .header__btn.header__btn-sign span {
    display: none;
  }
}

.menu__list {
  gap: 5px 32px;
  display: flex;
  flex-wrap: wrap;
}
.menu__link {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--text-color);
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .menu__link:hover {
    text-decoration: 1px solid underline;
    text-underline-offset: 3px;
  }
}

.burger {
  display: none;
}

@media (max-width: 991.98px) {
  .burger {
    position: relative;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex: 0 0 var(--burger-width);
    height: var(--burger-height);
    transition: all 0.5s ease-in-out;
    z-index: 40;
    order: 2;
    margin-left: 24px;
  }
  .burger .burger__line {
    width: 100%;
    height: var(--burger-lh);
    background-color: var(--burger-line-bg);
    transition: all 0.25s ease-in-out;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .burger .burger__line {
    background-color: var(--text-color);
  }
}
@media (max-width: 991.98px) {
  .burger::before, .burger::after {
    content: "";
    position: absolute;
    width: 100%;
    height: var(--burger-lh);
    background-color: var(--burger-line-bg);
    transition: all 0.5s ease-in-out;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .burger::before, .burger::after {
    background-color: var(--text-color);
  }
}
@media (max-width: 991.98px) {
  .burger::before {
    transform: translateY(-11px);
  }
  .burger::after {
    transform: translateY(11px);
  }
  .burger.active .burger__line {
    background-color: transparent;
  }
  .burger.active::before {
    transform: rotate(-45deg);
    background-color: var(--text-color);
  }
  .burger.active::after {
    transform: rotate(45deg);
    background-color: var(--text-color);
  }
  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: var(--violet-color);
    transition: left 0.3s ease 0s;
    overflow: auto;
    padding: 102px 15px 30px 15px;
    display: block;
    z-index: 20;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: -100%;
    height: 79px;
    background-color: var(--violet-color);
    z-index: 2;
    transition: left 0.3s ease 0s;
  }
  .menu__body .menu__list {
    flex-direction: column;
    justify-content: center;
    row-gap: 40px;
    margin-bottom: 55px !important;
  }
  .menu__body .menu__link {
    width: 100%;
    text-align: center;
    font-size: 35px;
  }
  .menu__body.menu-open {
    left: 0;
  }
  .menu__body.menu-open::before {
    left: 0;
  }
}
.footer {
  background-color: var(--violet-color);
  color: var(--text-color);
  padding: 40px 0;
}
@media (max-width: 479.98px) {
  .footer {
    text-align: center;
  }
}
.footer__inner {
  gap: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer__inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
  }
}
@media (max-width: 479.98px) {
  .footer__inner {
    justify-content: center;
  }
}
.footer__column {
  flex-shrink: 0;
}
.footer__column:first-child {
  max-width: 480px;
}
@media (max-width: 991.98px) {
  .footer__column:first-child {
    flex: 1 1 auto;
  }
}
@media (max-width: 767.98px) {
  .footer__column:first-child {
    max-width: unset;
  }
}
@media (max-width: 479.98px) {
  .footer__column:first-child {
    text-align: center;
  }
}
.footer__column .menu__list {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.footer__column .menu__link {
  font-weight: 400;
}
.footer__paragraph {
  font-size: 14px;
}
.footer__logo {
  margin-bottom: 8px;
}
.footer__logo img {
  width: 300px;
}
.footer__title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
}
.footer__social {
  margin-bottom: 16px;
}

.footer .menu__link {
  color: var(--text-color) "";
}

.social__list {
  gap: 16px;
  display: flex;
}
@media (max-width: 479.98px) {
  .social__list {
    justify-content: center;
  }
}
.social__link {
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .social__link:hover {
    transform: translate(0px, 5px);
  }
}
.social__img {
  width: 20px;
  height: 20px;
}

.main {
  color: var(--text-color);
}
.main__inner {
  padding: 100px 0;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.main__inner::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: 80px;
  width: 980px;
  height: 775px;
  background-image: url("../images/dist/bg.svg");
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .main__inner::after {
    bottom: 200px;
    right: 0px;
    width: 735px;
    height: 581px;
  }
}
@media (max-width: 479.98px) {
  .main__inner::after {
    content: none;
  }
}
@media (max-width: 991.98px) {
  .main__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
  }
}
.main__intro {
  max-width: 400px;
  color: var(--text-color);
  padding-left: 10px;
}
@media (max-width: 991.98px) {
  .main__intro {
    max-width: 100%;
    text-align: center;
  }
}
.main__title {
  font-weight: 500;
  font-size: 48px !important;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .main__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 479.98px) {
  .main__title {
    font-size: 35px !important;
  }
}
.main__text {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (max-width: 479.98px) {
  .main__text {
    font-size: 16px;
  }
}
.main__btn {
  display: inline-flex;
  padding: 12px 25px 12px 25px;
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .main__btn:hover {
    transform: translate(10px, 2px);
  }
}
.main__staking-center {
  padding-top: 40px;
  align-items: center;
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.main__stats {
  max-width: 485px;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 8px;
  display: flex;
}
@media (max-width: 767.98px) {
  .main__stats {
    justify-content: center;
  }
}
.main__stat {
  min-width: 232px;
  background-color: var(--violet-color);
  border-radius: var(--border-radius);
  padding: 10px;
  border: 1px solid var(--accent-color);
  align-items: center;
  gap: 5px;
  display: flex;
  justify-content: space-between;
}
.main__stat-label {
  font-size: 14px;
}
.main__stat-value {
  font-weight: 600;
}
.main__details {
  gap: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .main__details {
    display: flex;
    flex-direction: column;
  }
}
.main__tokens {
  gap: 16px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.main__tips {
  gap: 16px;
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .main__tips {
    width: 420px;
    align-items: center;
  }
}
@media (max-width: 479.98px) {
  .main__tips {
    width: 100%;
  }
}
.main__tip {
  max-width: 270px;
  align-items: center;
  min-height: 75px;
  background-color: var(--dark-color);
  border: 1px solid rgba(253, 252, 254, 0.5);
  border-radius: 16px;
  padding: 20px 15px;
  line-height: 1.3;
  display: flex;
}
@media (max-width: 479.98px) {
  .main__tip {
    box-shadow: none;
    border: 1px solid rgba(253, 252, 254, 0.2);
  }
}
@media (max-width: 767.98px) {
  .main__tip {
    max-width: unset;
    width: 100%;
  }
}
.main__stat-btn {
  padding: 9px 28px 10px;
  color: var(--dark-color);
  border-radius: var(--border-radius);
  background-color: var(--accent-light);
  font-size: 18px;
  box-shadow: none;
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .main__stat-btn:hover {
    transform: translate(2px, 2px);
  }
}

.token__item {
  border-radius: 20px;
  padding: 15px 15px 15px 20px;
  background-color: var(--dark-color);
  border-left: 8px solid var(--accent-light);
  color: var(--text-color);
}
@media (max-width: 479.98px) {
  .token__item {
    border-radius: 15px;
    padding: 30px 15px;
    box-shadow: none;
    border-left: 4px solid var(--accent-color);
  }
}
.token__top-line {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
  display: flex;
}
.token__asset-box {
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.token__asset-icon {
  width: 48px;
  height: 48px;
  margin-right: 4px;
}
.token__asset-icon img {
  width: 100%;
  height: 100%;
}
.token__asset-pair {
  text-transform: uppercase;
}
.token__change-box {
  gap: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.token__change-value {
  color: var(--accent-color);
  font-weight: 500;
  font-size: 18px;
}
.token__bottom-line {
  align-items: center;
  padding-left: 16px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1050px) {
  .token__bottom-line {
    column-gap: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1050px) {
  .token__bottom-line {
    column-gap: calc(20px + 20 * (100vw - 992px) / (1050 - 992));
  }
}
@media (max-width: 992px) {
  .token__bottom-line {
    column-gap: 20px;
  }
}
.token__price-box {
  flex-shrink: 0;
}
.token__price-box-value {
  font-weight: 600;
  margin-bottom: 8px;
}
.token__price-box-usdt {
  font-size: 12px;
}

.account {
  padding: 60px 0;
}
@media (max-width: 479.98px) {
  .account {
    padding: 30px 0;
  }
}
.account__inner {
  display: flex;
  gap: 20px;
  background-color: #16141c;
}
@media (max-width: 767.98px) {
  .account__inner {
    flex-direction: column;
    justify-content: center;
    padding: 0 15px 20px;
  }
}
@media (max-width: 479.98px) {
  .account__inner {
    gap: 40px;
    background-color: unset;
    padding: 0;
  }
}
.account__sidebar {
  border-right: 1px solid rgba(253, 252, 254, 0.5);
  flex: 0 0 345px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .account__sidebar {
    border-right: none;
    flex: 0 0 auto;
  }
}
.account__sidebar-main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.account__menu-btn {
  width: 220px;
  display: none;
}
@media (max-width: 767.98px) {
  .account__menu-btn {
    display: block;
    margin: 0 auto;
  }
}
.account__nav {
  padding: 0 20px 30px 0;
  border-bottom: 1px solid rgba(253, 252, 254, 0.5);
}
@media (max-width: 767.98px) {
  .account__nav {
    padding-right: 0;
  }
}
.account__exchange {
  padding: 30px 20px 0 20px;
  margin-bottom: 60px;
}
.account__links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .account__links {
    padding-top: 30px;
  }
}
.account__body {
  padding: 60px 20px 60px 0;
  flex: 1 1 auto;
  color: var(--text-color);
}
@media (max-width: 991.98px) {
  .account__body {
    padding: 60px 0 60px 0;
  }
}
.account__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 479.98px) {
  .account__content {
    gap: 40px;
  }
}
.account__finance {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .account__finance {
    flex-wrap: wrap-reverse;
  }
}
.account__transactions {
  flex: 1 1 60%;
}
.account__balance {
  flex: 1 1 40%;
}

.nav__list {
  display: flex;
  flex-direction: column;
  gap: 0px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .nav__list {
    max-height: 0;
    transform-origin: 0 0;
    transform: rotateX(-90deg);
    transition: all 0.3s linear;
    z-index: 5;
  }
}
.nav__list.is-open {
  padding-top: 30px;
  max-height: 500px;
  transform: rotateX(0);
}

.nav__link {
  position: relative;
  width: 100%;
}
.nav__link.nav__link--active .nav__indicator {
  opacity: 1;
}
.nav__indicator {
  position: absolute;
  width: 6px;
  height: 100%;
  background-color: var(--accent-color);
  border-radius: 0 6px 6px 0;
  opacity: 0;
  transition: 0.25s;
}
.nav__link-inner {
  width: 100%;
  padding: 10px 0;
  opacity: 0.7;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease-in;
}
@media (min-width: 1200px) {
  .nav__link-inner {
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .nav__link-inner {
    padding-left: calc(30px + 20 * (100vw - 992px) / (1200 - 992));
  }
}
@media (max-width: 992px) {
  .nav__link-inner {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .nav__link-inner {
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .nav__link-inner {
    padding-right: calc(0px + 20 * (100vw - 992px) / (1200 - 992));
  }
}
@media (max-width: 992px) {
  .nav__link-inner {
    padding-right: 0px;
  }
}
@media (max-width: 991.98px) {
  .nav__link-inner {
    padding: 10px 0 10px 30px;
  }
}
@media (any-hover: hover) {
  .nav__link-inner:hover {
    opacity: 1;
  }
}
.nav__image img {
  max-width: none;
}

.exchange {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .exchange {
    display: none;
  }
}
.exchange__rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.exchange__rate-from .opacity {
  opacity: 0.5;
}
.exchange__inputs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.exchange__field {
  position: relative;
}
.exchange__input {
  width: 100%;
  background-color: var(--bg-color);
  padding: 15px 20px;
  border: 1px solid rgba(253, 252, 254, 0.5);
  border-radius: var(--border-radius);
  color: var(--text-color);
}
.exchange__btn {
  width: 100%;
  font-size: 16px;
  border-radius: var(--border-radius);
}

.transactions {
  padding: 30px 24px;
}
@media (max-width: 479.98px) {
  .transactions {
    padding: 30px 15px;
  }
}
.transactions__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transactions__item {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.transactions__currency {
  position: relative;
  padding-left: 36px;
}
.transactions__currency.transactions__currency--btc::before {
  background-color: #E5A934;
}
.transactions__currency.transactions__currency--btc::after {
  border-color: #E5A934;
}
.transactions__currency.transactions__currency--eth::before {
  background-color: #AE98E5;
}
.transactions__currency.transactions__currency--eth::after {
  border-color: #AE98E5;
}
.transactions__currency.transactions__currency--ttt::before {
  background-color: var(--accent-color);
}
.transactions__currency.transactions__currency--ttt::after {
  border-color: var(--accent-color);
}
.transactions__currency::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translate(0px, -50%);
  background-color: #fff;
}
.transactions__currency::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(0px, -50%);
  border: 1px solid white;
}
.transactions__status {
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid var(--accent-light);
  color: var(--accent-light);
}

.balance {
  text-align: center;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  gap: 40px;
}
.balance__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.balance__title {
  font-size: 14px;
}
.balance__amount {
  font-size: 24px;
}
.balance__currency {
  color: var(--accent-light);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.balance__currency-type {
  font-size: 14px;
}
.balance__btn {
  padding: 12px 50px;
  font-size: 16px;
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .balance__btn:hover {
    transform: translate(0px, 2px);
  }
}

.portfolio {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.portfolio__header {
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.portfolio__link {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.3s ease-in;
}
.portfolio__link img {
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
@media (any-hover: hover) {
  .portfolio__link:hover img {
    transform: rotate(0deg);
  }
}
.portfolio__cards {
  border-radius: var(--border-radius);
  padding: 30px 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 12px;
}
@media (max-width: 991.98px) {
  .portfolio__cards {
    justify-content: center;
  }
}
@media (max-width: 479.98px) {
  .portfolio__cards {
    padding: 30px 15px;
  }
}
.portfolio__card {
  position: relative;
  flex: 0 1 246px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  border-right: 1px solid rgba(253, 252, 254, 0.5);
}
.portfolio__card:last-child {
  border-right: none;
}
.portfolio__card::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 1;
}
.portfolio__card.portfolio__card--1::before {
  background-color: #E5A934;
}
.portfolio__card.portfolio__card--2::before {
  background-color: #AE98E5;
}
.portfolio__card.portfolio__card--3::before {
  background-color: #2CE8B3;
}
@media (max-width: 991.98px) {
  .portfolio__card {
    padding-bottom: 20px;
    align-items: center;
    border-right: none;
    border-bottom: 1px solid rgba(253, 252, 254, 0.5);
  }
}
.portfolio__top {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.portfolio__icon {
  width: 40px;
  height: 40px;
}
.portfolio__icon img {
  width: 100%;
  height: 100%;
}
.portfolio__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.portfolio__name {
  font-size: 19px;
  opacity: 50%;
}
.portfolio__stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.portfolio__amount {
  font-size: 20px;
}
.portfolio__percent {
  font-size: 14px;
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.portfolio__percent.portfolio__percent--down {
  border: 1px solid #D5507F;
  color: #D5507F;
}

.exchange__custom-select {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.exchange__custom-select.select-coin {
  z-index: 9999;
}

.select {
  background: transparent;
  padding: 0 20px;
  appearance: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.select__selected {
  font-weight: 400;
  font-size: 16px;
  color: color-text;
  display: flex;
  align-items: center;
  gap: 8px;
}
.select__selected img {
  width: 28px;
  height: 28px;
}
.select__arrow {
  width: 20px;
  height: 20px;
  background: url("../images/dist/chevron-down.svg") no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}
.select__arrow.select__arrow--active {
  transform: rotate(180deg);
}
.select__menu {
  width: 100%;
  position: absolute;
  top: 90%;
  right: 0;
  background-color: var(--text-color);
  border-bottom-right-radius: 8px;
  opacity: 0;
  display: none;
}
.select__menu.select__menu--active {
  display: block;
  opacity: 1;
}
.select__item {
  color: var(--bg-color);
  padding: 5px 20px 5px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease-in;
  display: flex;
  align-items: center;
  gap: 8px;
}
.select__item span {
  text-transform: uppercase;
}
.select__item img {
  width: 28px;
  height: 28px;
}
.select__item.select__item--active {
  background-color: var(--accent-light);
}
@media (any-hover: hover) {
  .select__item:hover {
    background-color: #d6d6d6;
  }
}

.coin-img {
  width: 44px;
  height: 17px;
}

.deposit-create__promo {
  display: flex;
  justify-content: space-between;
  gap: 20px 0;
  padding: 28px 15px 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(253, 252, 254, 0.2);
}
@media (max-width: 991.98px) {
  .deposit-create__promo {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.deposit-create__step {
  position: relative;
  flex: 1 1 auto;
  padding: 0 10px;
  text-align: center;
  border-right: 1px solid rgba(253, 252, 254, 0.2);
}
.deposit-create__step:last-child {
  border-right: none;
}
@media (max-width: 991.98px) {
  .deposit-create__step {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid rgba(253, 252, 254, 0.2);
  }
}
.deposit-create__heading {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--accent-color);
}
.deposit-create__text {
  font-size: 14px;
  max-width: 320px;
  margin: 0 auto;
}
.deposit-create__cards {
    
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 24px;
  margin: 0 auto 80px;
}

.card-deposit {
  width: 330px;
  border-radius: 15px;
  padding: 16px;
  background: var(--dark-color);
}
.card-deposit__body {
  position: relative;
  z-index: 0;
}
.card-deposit__body::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 15px;
  background: linear-gradient(60deg, rgb(44, 232, 179), rgb(13, 182, 212), rgb(38, 221, 255), rgb(116, 255, 215), rgb(1, 148, 254), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgb(44, 232, 179), rgb(13, 182, 212), rgb(38, 221, 255), rgb(1, 148, 254), rgb(116, 255, 215));
  z-index: -1;
}
.card-deposit__content {
  padding: 16px;
  border-radius: 15px;
  background: var(--dark-color);
}
.card-deposit__top {
  font-size: 25px;
  text-align: center;
  margin-bottom: 16px;
}
.card-deposit__title {
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.card-deposit__price {
  font-weight: 600;
}
.card-deposit__terms {
  margin-bottom: 24px !important;
}
.card-deposit__item {
  padding: 10px;
  border-top: 1px solid rgba(253, 252, 254, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.card-deposit__item span {
  width: 75px;
  font-size: 12px;
  font-weight: 700;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
}
.card-deposit__link {
  box-shadow: 0px 18px 24px -18px var(--accent-light);
  width: fit-content;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -10px;
}

.payment-system {
  padding-bottom: 50px;
}
.payment-system__title {
  margin-bottom: 16px;
  text-align: center;
}
.payment-system__coin-type {
  max-width: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 12px;
  margin: 0 auto;
}
.payment-system__coin-btn {
  width: 220px;
  font-size: 14px;
  background-color: var(--violet-color);
  border-radius: var(--border-radius);
  padding: 8px 4px;
  border: 1px solid var(--accent-color);
  color: var(--text-color);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 5px;
}
.payment-system__coin-btn img {
  width: 44px;
  height: 17px;
}
.payment-system__coin-btn.active {
  background-color: #2d245b;
}
.payment-system__balance {
  width: fit-content;
  border-radius: var(--border-radius);
  background-color: var(--dark-light);
  color: var(--text-color);
  border: 1px solid rgba(253, 252, 254, 0.5);
  text-align: center;
  padding: 8px 10px;
  margin: 0 auto;
}
.payment-system__balance img {
  margin: 0 auto 5px;
}
.payment-system__sum {
  font-weight: 400;
  margin-top: 5px;
}
.payment-system__sum span {
  font-weight: 700;
  color: #008000;
}
.payment-system__sum small {
  font-size: 14px;
}

.amount-deposit > *:not(:last-child) {
  margin-bottom: 16px;
}
.amount-deposit__title {
  text-align: center;
}
.amount-deposit__btn {
  margin: 0 auto;
}

.tabs {
  margin: 0 auto;
}
.tabs__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
@media (max-width: 479.98px) {
  .tabs__btn {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.tabs__btn-item {
  padding: 13px 16px;
  color: var(--text-color);
  font-size: 16px;
  box-shadow: none;
}
@media (max-width: 479.98px) {
  .tabs__btn-item {
    width: 100%;
  }
}
.tabs__btn-item.btn-outline {
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .tabs__btn-item.btn-outline:hover {
    border: 1px solid var(--text-color);
  }
}
.tabs__btn-item--active {
  color: var(--dark-color);
  border-radius: var(--border-radius);
  background-color: var(--accent-light);
}
.tabs__btn-item--active.btn-outline {
  border: 1px solid var(--accent-light);
}
.tabs__content-item {
  display: none;
}
.tabs__content-item.item-content--active {
  display: block;
}

.deposit-view__items {
  display: flex;
  flex-direction: column;
}
.deposit-view__item {
  padding: 15px 0px;
  text-align: center;
  border: 1px solid rgba(253, 252, 254, 0.2);
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
}
.deposit-view__column {
  flex: 0 1 auto;
  text-align: left;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 20px;
}
.deposit-view__column.deposit-view__column--profit {
  display: flex;
  flex-direction: column;
}
.deposit-view__name-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 20px;
}
.deposit-view__name {
  width: 230px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
.deposit-view__name.deposit-view--small {
  font-size: 16px;
}
.deposit-view__value {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .deposit-view__value {
    margin-left: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .deposit-view__value {
    margin-left: calc(0px + 80 * (100vw - 992px) / (1200 - 992));
  }
}
@media (max-width: 992px) {
  .deposit-view__value {
    margin-left: 0px;
  }
}
.deposit-view__value span {
  color: var(--accent-light);
}
.deposit-view__status {
  font-size: 14px;
  padding: 4px 8px;
  width: fit-content;
  border-radius: 4px;
  margin-left: auto;
}
.deposit-view__status.deposit-view__status--available {
  background-color: rgba(253, 252, 254, 0.2);
  color: var(--text-color);
  box-shadow: none;
  text-transform: unset;
}

.withdraw__payment-system {
  margin-bottom: 60px;
}
.withdraw__title {
  text-align: center;
  margin-bottom: 16px;
}
.withdraw__items > *:not(:last-child) {
  margin-bottom: 10px;
}
.withdraw__item {
  text-align: left;
  padding: 15px 25px;
  border: 1px solid rgba(253, 252, 254, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 479.98px) {
  .withdraw__item {
    padding: 15px;
  }
}
.withdraw__row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 80px;
}
.withdraw__text {
  width: 220px;
  font-size: 14px;
}
.withdraw__text span {
  font-weight: 700;
  font-size: 16px;
  color: #008000;
}
.withdraw__text .pending-text {
  color: #dcffdc;
}
.withdraw__link {
  height: 50px;
  color: var(--accent-light);
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 5px;
}
.withdraw__btn {
  margin: 0 auto;
}

.referrals__inform-cards {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  gap: 5px 8px;
}
.referrals__card {
  height: 80px;
  flex: 0 1 33.333%;
  background-color: var(--violet-color);
  border-radius: var(--border-radius);
  border: 1px solid var(--accent-color);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.referrals__title {
  display: block;
  margin-bottom: 5px;
}
.referrals__label {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.referrals__label-icon {
  width: 42px;
  height: 42px;
}
.referrals__label-text span {
  color: var(--accent-color);
}
.referrals__link-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.referrals__link {
  padding: 10px;
  background-color: var(--violet-color);
  border-radius: var(--border-radius);
  border: 1px solid var(--accent-color);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.referrals__link span {
  color: var(--accent-color);
}
.referrals__copy-btn {
  margin: 0 auto;
}

.edit__step {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 45px;
}
.edit__number {
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--border-radius);
  color: var(--dark-color);
  background-color: var(--accent-light);
  padding: 14px 20px;
  box-shadow: 18px 18px 24px -18px var(--accent-light);
}
.edit__name {
  padding-top: 10px;
}
.edit__line {
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
}
.edit__line:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .edit__line {
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .edit__form {
    padding-left: 60px;
  }
}
@media (min-width: 480px) and (max-width: 1200px) {
  .edit__form {
    padding-left: calc(20px + 40 * (100vw - 480px) / (1200 - 480));
  }
}
@media (max-width: 480px) {
  .edit__form {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .edit__form {
    padding-right: 60px;
  }
}
@media (min-width: 480px) and (max-width: 1200px) {
  .edit__form {
    padding-right: calc(20px + 40 * (100vw - 480px) / (1200 - 480));
  }
}
@media (max-width: 480px) {
  .edit__form {
    padding-right: 20px;
  }
}
.edit__input.input-fields-block {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.edit__input.input-fields-block.edit__input--short {
  max-width: 250px;
}
.edit__input.input-fields-block.edit__input--short input {
  border: 1px solid var(--accent-light);
}
.edit__input.input-fields-block label {
  display: inline-block;
  position: unset;
  height: unset;
  padding-left: 12px;
}
.edit__input.input-fields-block input {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding: 12px;
  color: var(--accent-light);
}
.edit__input.input-fields-block img {
  width: 21px;
  height: 14px;
  position: absolute;
  right: 12px;
  bottom: 16%;
  transform: translateY(-50%);
}
.edit__wallets {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.edit__wallet {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991.98px) {
  .edit__wallet {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.edit__address {
  width: 100%;
}
.edit__address .edit__input.edit__input--short {
  max-width: unset;
}
.edit__address input {
  border: 1px solid var(--accent-light);
}
.edit__coin {
  width: 150px;
  height: 58px;
  line-height: 1.2;
  padding: 12px;
  color: var(--text-color);
  background-color: var(--bg-color);
  border: 1px solid rgba(253, 252, 254, 0.5);
  border-radius: var(--border-radius);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991.98px) {
  .edit__account-details .edit__line .edit__input.input-fields-block {
    max-width: unset;
  }
}

.edit-block {
  position: relative;
  background-color: var(--dark-color);
  border-radius: 12px;
  box-shadow: 8px 8px 28px -28px var(--accent-light), 8px 8px 28px -28px var(--accent-light);
}
@media (min-width: 1200px) {
  .edit-block {
    margin-bottom: 40px;
  }
}
@media (min-width: 480px) and (max-width: 1200px) {
  .edit-block {
    margin-bottom: calc(20px + 20 * (100vw - 480px) / (1200 - 480));
  }
}
@media (max-width: 480px) {
  .edit-block {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .edit-block {
    padding-bottom: 60px;
  }
}
@media (min-width: 480px) and (max-width: 1200px) {
  .edit-block {
    padding-bottom: calc(30px + 30 * (100vw - 480px) / (1200 - 480));
  }
}
@media (max-width: 480px) {
  .edit-block {
    padding-bottom: 30px;
  }
}
.edit-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 52px;
  background: var(--bg-color);
  border-bottom-right-radius: 12px;
  border-top-left-radius: var(--border-radius);
}

.deposit__filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1230px) {
  .deposit__filter {
    flex-direction: column;
    gap: 20px;
  }
}
.deposit__selects-block {
  max-width: 355px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1230px) {
  .deposit__selects-block {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.deposit__select {
  width: 100%;
  padding: 6px 12px;
  background: var(--dark-color);
  color: var(--text-color);
  border: 1px solid rgba(253, 252, 254, 0.5);
  border-radius: 4px;
  cursor: pointer;
}
.deposit__select.no-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.deposit__date-range {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
@media (max-width: 1230px) {
  .deposit__date-range {
    margin-left: unset;
  }
}
@media (max-width: 991.98px) {
  .deposit__date-range {
    flex-direction: column;
  }
}
.deposit__range-field input {
  width: 215px;
  padding: 6px 12px;
  background: var(--dark-color);
  color: var(--text-color);
  border: 1px solid rgba(253, 252, 254, 0.5);
  border-radius: 4px;
}
.deposit__range-field input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(50%) sepia(100%) saturate(500%) hue-rotate(180deg);
  cursor: pointer;
}
.deposit__btn {
  margin-left: 24px;
  padding: 6px 12px;
}
.deposit__transactions {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .deposit__transactions-inner {
    display: flex;
    flex-direction: row;
  }
}
.deposit__header {
  display: flex;
  border-bottom: 1px solid rgba(253, 252, 254, 0.2);
}
.deposit__header span {
  font-weight: 700;
}
.deposit__header .deposit__column--amount {
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .deposit__header {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.deposit__row {
  height: 67px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(253, 252, 254, 0.2);
}
@media (max-width: 991.98px) {
  .deposit__row {
    flex-direction: column;
    height: unset;
    align-items: flex-start;
  }
}
.deposit__column {
  height: 100%;
  line-height: 1.5;
  padding: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.deposit__column span {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .deposit__column {
    height: unset;
  }
}
.deposit__column--type {
  flex: 1;
}
@media (max-width: 991.98px) {
  .deposit__column--type {
    flex: unset;
  }
}
.deposit__column--amount {
  width: 200px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  background-color: var(--dark-color);
}
.deposit__column--amount img {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .deposit__column--amount {
    align-items: flex-start;
    width: 100%;
  }
}
.deposit__column--date {
  width: 170px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .deposit__column--date {
    text-align: left;
    width: unset;
  }
}
.deposit__note {
  font-size: 14px;
  height: 43px;
  padding: 8px;
  background-color: var(--violet-color);
  color: var(--vtext-color);
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .deposit__note {
    margin-bottom: 20px;
  }
}
.deposit__total {
  height: 67px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid rgba(253, 252, 254, 0.2);
}
.deposit__total span {
  font-weight: 700;
}
.deposit__total > * {
  padding: 8px;
  height: 100%;
  display: flex;
  align-items: center;
}
.deposit__total .deposit__total-label {
  flex: 1;
}
@media (max-width: 991.98px) {
  .deposit__total .deposit__total-label {
    flex: unset;
  }
}
.deposit__total .deposit__total-amount {
  width: 170px;
  background-color: var(--dark-color);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .deposit__total {
    height: unset;
  }
}

.input-fields-block {
  position: relative;
  max-width: 445px;
  width: 100%;
  font-size: 14px;
  margin: 0 auto 16px;
}
.input-fields-block label {
  position: absolute;
  top: 6px;
  left: 12px;
  width: 100%;
  height: 100%;
  color: #dadada;
  opacity: 0.2;
  pointer-events: none;
}
.input-fields-block input {
  width: 100%;
  height: 58px;
  border-radius: var(--border-radius);
  padding: 26px 12px 10px;
  line-height: 1.2;
  background-color: var(--bg-color);
  border: 1px solid rgba(253, 252, 254, 0.5);
  color: var(--text-color);
}
.input-fields-block input::placeholder {
  color: rgba(253, 252, 254, 0.5);
}