/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
}
details,
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  font-family: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: none;
}
[type="checkbox"],
[type="radio"],
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "exo2";
  font-display: swap;
  src: url(../fonts/exo2-regular.woff2) format("woff2"),
    url(../fonts/exo2-regular.woff) format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "exo2";
  font-display: swap;
  src: url(../fonts/exo2-semibold.woff2) format("woff2"),
    url(../fonts/exo2-semibold.woff) format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "exo2";
  font-display: swap;
  src: url(../fonts/exo2-bold.woff2) format("woff2"),
    url(../fonts/exo2-bold.woff) format("woff");
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
html {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "exo2", "Arial", sans-serif;
  color: #585858;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
  box-shadow: inset 0 0 0 1000px #fff;
  -webkit-text-fill-color: #000;
}
input,
select,
textarea {
  border-radius: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
}
input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input:matches(
    [type="email"],
    [type="number"],
    [type="password"],
    [type="search"],
    [type="tel"],
    [type="text"],
    [type="url"]
  ),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wrapper {
  position: relative;
  min-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(100 * var(--vh, 1vh));
}
.wrapper .footer,
.wrapper .header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #f2f4f8;
  padding: 30px 0;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}
.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}
.scroll-lock {
  overflow: hidden;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal::-webkit-scrollbar,
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
.container--lightbackground .message {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 12px 12px;
  background-color: #fafbfd;
}
.header {
  padding: 12px 0;
  background-color: #fff;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  color: #fff;
}
.footer__logo svg,
.header__logo,
.header__logo svg {
  width: 92px;
  height: 36px;
}
.header--error .user-profile {
  display: none;
}
.footer {
  padding: 12px 0;
  background-color: #fff;
}
.footer .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__copyright {
  font-size: 14px;
  color: #a8b7d4;
  margin: 0;
}
.footer .container,
.modal,
.modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(88, 88, 88, 0.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  visibility: visible;
  opacity: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: fixed;
}
.modal__wrapper {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 60px 40px;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal__content {
  position: relative;
  width: 520px;
  padding: 20px 0 24px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.modal__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.modal.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  background-color: rgba(88, 88, 88, 0.6);
  pointer-events: auto;
}
.modal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal__description {
  margin: 0 0 20px;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4px;
}
.modal__submit {
  margin: 0 auto;
  display: block;
}
.modal__validation-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  margin: 12px auto 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal__validation-message--error {
  color: #ed7358;
}
.modal__validation-message--success {
  color: #10a9a0;
  margin-top: 16px;
}
.modal__container .modal__validation-message svg,
.modal__container-svg {
  margin-top: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.modal__container {
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0;
  border-radius: 0 0 12px 12px;
  position: relative;
}
.modal__container svg {
  display: block;
  width: 14px;
  height: 12px;
  margin-top: 55px;
  fill: none;
}
.modal__container .custom-input,
.modal__container .modal__input-wrapper {
  width: 100%;
}
.modal__container .modal__input-wrapper--min {
  width: 220px;
}
.modal__container:last-child::after {
  display: none;
}
.modal__select-wrapper {
  padding-top: 17px;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  border-radius: 6px;
  color: #000;
  background-color: #fff;
  border: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn--green,
.btn--greenborder {
  border-radius: 6px;
  word-break: break-all;
}
.btn--greenborder {
  border: 1px solid #10a9a0;
  line-height: 20px;
  margin: 0;
  width: 115px;
  color: #10a9a0;
  background-color: #fff;
  padding: 7px 18px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.btn--green {
  color: #fff;
  background-color: #10a9a0;
  min-width: 260px;
  text-align: center;
  display: block;
  padding: 13px 20px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.btn--textblue,
.close-btn {
  padding: 0;
  background-color: transparent;
}
.btn--textblue {
  opacity: 1;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  color: #4b6aa8;
}
.close-btn {
  cursor: pointer;
  border: 0;
  margin: 0;
  width: 24px;
  height: 24px;
}
.close-btn svg {
  width: 8px;
  height: 8px;
  stroke: #757575;
}
.custom-input,
.custom-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-input {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  padding: 20px 0 0;
  width: 220px;
}
.custom-input label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  color: #a8b7d4;
  letter-spacing: 0.3px;
}
.custom-input label input::-webkit-input-placeholder {
  color: #a8b7d4;
}
.custom-input label input::-moz-placeholder {
  color: #a8b7d4;
}
.custom-input label input:-ms-input-placeholder,
.custom-input label input::-ms-input-placeholder {
  color: #a8b7d4;
}
.custom-input label input::placeholder {
  color: #a8b7d4;
}
.custom-input label input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 40px;
  margin-left: 0;
  padding: 10px 60px 12px 20px;
  margin-top: 6px;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 20px;
  color: #585858;
  border: 1px solid #10a9a0;
  border-radius: 5px;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.custom-input label input:hover {
  border: 1px solid #10a9a0;
}
.custom-input label input:active {
  border: 1px solid #188780;
}
.custom-input label input:disabled {
  color: #4b6aa8;
  background-color: #edf0f8;
  border: 1px solid #a8b7d4;
  pointer-events: none;
}
.custom-input label input:disabled:hover {
  color: #a8b7d4;
  background-color: #f2f4f8;
  border: 1px solid #a8b7d4;
}
.custom-input__unit {
  position: absolute;
  top: 55px;
  right: 20px;
  font-size: 16px;
  font-weight: 400;
}
.custom-input__btn {
  position: absolute;
  top: 17px;
  right: -2px;
}
.custom-input__error {
  font-size: 12px;
  line-height: 14px;
  margin-top: 6px;
  color: #ed7358;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.custom-input:active .custom-input__btn,
.custom-input:focus .custom-input__btn {
  opacity: 1;
}
.custom-input--cardnumber,
.custom-input--wallet {
  padding-bottom: 6px;
}
.custom-input--cardnumber label input::-webkit-input-placeholder,
.custom-input--wallet label input::-webkit-input-placeholder {
  color: #4b6aa8;
}
.custom-input--cardnumber label input::-moz-placeholder,
.custom-input--wallet label input::-moz-placeholder {
  color: #4b6aa8;
}
.custom-input--cardnumber label input:-ms-input-placeholder,
.custom-input--cardnumber label input::-ms-input-placeholder,
.custom-input--wallet label input:-ms-input-placeholder,
.custom-input--wallet label input::-ms-input-placeholder {
  color: #4b6aa8;
}
.custom-input--cardnumber label input::placeholder,
.custom-input--wallet label input::placeholder {
  color: #4b6aa8;
}
.custom-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-toggle input {
  width: 1px;
  height: 1px;
  z-index: 10;
  top: 4px;
  left: -5px;
  position: absolute;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
}
.custom-toggle label {
  position: relative;
}
.custom-toggle label span {
  margin-bottom: 0;
  margin-left: 0;
}
.custom-toggle .custom-toggle__label {
  letter-spacing: -1.1px;
  padding-left: 50px;
  cursor: pointer;
}
.custom-toggle .custom-toggle__icon {
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 10px;
  z-index: 20;
  width: 42px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #10a9a0;
  background-color: #fff;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.custom-toggle .custom-toggle__icon:hover {
  background-color: #eefaf9;
}
.custom-toggle .custom-toggle__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  width: 16px;
  height: 16px;
  border-radius: 9px;
  background-color: #10a9a0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.custom-toggle input:checked + .custom-toggle__icon {
  background-color: #10a9a0;
}
.custom-toggle input:checked + .custom-toggle__icon::before {
  background-color: #fff;
  right: 30%;
  left: unset;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.custom-toggle input:focus + .custom-toggle__icon,
.select select:focus {
  border: 2px solid #000;
}
.custom-toggle input:disabled:focus + .custom-toggle__icon {
  border: 0;
  outline: 0;
}
.custom-toggle input:disabled ~ .custom-toggle__label {
  cursor: none;
  pointer-events: none;
}
.custom-toggle input:disabled + .custom-toggle__icon {
  background-color: #f2f4f8;
  border: 1px solid #a8b7d4;
  cursor: none;
  pointer-events: none;
}
.custom-toggle input:disabled + .custom-toggle__icon::before {
  background-color: #a8b7d4;
  pointer-events: none;
}
.custom-toggle input:checked:disabled + .custom-toggle__icon {
  background-color: #a8b7d4;
  border: 1px solid #a8b7d4;
  cursor: none;
  pointer-events: none;
}
.custom-toggle input:checked:disabled + .custom-toggle__icon::before {
  background-color: #fff;
  pointer-events: none;
}
.select {
  width: 480px;
}
.select select {
  width: 480px;
  border-radius: 6px;
  border: 1px solid #10a9a0;
  height: 44px;
  padding-left: 15px;
  color: #a8b7d4;
}
.select select option:first-of-type {
  color: #a8b7d4;
}
.select select option {
  height: 44px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #585858;
}
.select select option:checked {
  color: #585858;
}
.select select option:hover {
  background-color: #10a9a0;
}
.select span {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  color: #a8b7d4;
  letter-spacing: 0.3px;
}
.user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 14px;
}
.user-profile__cash,
.user-profile__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-profile__cash svg,
.user-profile__name svg {
  width: 20px;
  height: 20px;
  margin-right: 11px;
}
.user-profile__cash {
  color: #a8b7d4;
  letter-spacing: 1px;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.user-profile__cash-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}
.user-profile__name {
  color: #585858;
  margin-left: 40px;
}
.users-list,
.users-list__table {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: hidden;
}
.users-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.users-list__table {
  border-collapse: collapse;
  border-top: 1px solid #edf0f8;
}
.users-list__table .users-list__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.users-list__table .users-list__table-row:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.users-list__table .users-list__table-row .users-list__table-cell:last-child {
  margin-left: auto;
}
.users-list__table .users-list__table-head .users-list__table-row {
  background-color: #fff;
}
.users-list__table .users-list__table-body .users-list__table-row:nth-child(n) {
  background-color: #fafbfd;
}
.users-list__table
  .users-list__table-body
  .users-list__table-row:nth-child(2n) {
  background-color: #fff;
}
.users-list__table .users-list__table-head .users-list__table-cell {
  text-align: left;
  padding: 19px 20px 20px;
  color: #a8b7d4;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  letter-spacing: 0.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-break: break-all;
}
.users-list__table .users-list__table-body .users-list__table-cell {
  padding: 21px 20px 19px;
  line-height: 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-break: break-all;
}
.users-list__table .users-list__table-body .users-list__table-cell span {
  width: 140px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.users-list__table .users-list__table-body .users-list__table-name {
  font-weight: 600;
}
.users-list__table .users-list__table-body .users-list__table-cell:first-child,
.users-list__table .users-list__table-head .users-list__table-cell:first-child {
  padding-left: 40px;
  padding-right: 40px;
}
.users-list__table .users-list__table-body .users-list__table-cell:last-child,
.users-list__table .users-list__table-head .users-list__table-cell:last-child {
  padding-left: 40px;
  padding-right: 0;
}
.users-list__table-currency,
.users-list__table-exchangerate {
  width: 130px;
}
.users-list__table-body .users-list__table-cell ~ .users-list__table-currency {
  text-transform: uppercase;
}
.users-list__table-cashlimit {
  width: 270px;
}
.users-list__table-payments {
  width: 383px;
}
.users-list__table-name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.users-list__table-name svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.users-list__badges-item,
.users-list__badges-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.users-list__badges-list {
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: -10px 0 0 -10px;
}
.users-list__badges-item {
  margin-left: 10px;
  margin-top: 10px;
  max-width: 300px;
  word-break: break-all;
}
.users-list__badges-item:not(:last-child) {
  margin-top: 10px;
}
.users-list__table-btn {
  width: 197px;
}
.users-list__btn-toggle,
.users-list__nav,
.users-list__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.users-list__btn-toggle {
  margin-right: 40px;
  margin-left: 42px;
  height: auto;
}
.users-list__checkbox {
  padding: 0;
  margin-left: auto;
}
.users-list__nav,
.users-list__nav-buttons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.users-list__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.users-list__nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 223px;
  margin-right: auto;
  padding-left: 40px;
}
.users-list__map {
  height: 684px;
  width: 100%;
  position: relative;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  background-color: #f2f4f8;
}
.user-card,
.user-card fieldset {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.user-card {
  width: 220px;
  border-radius: 12px;
  z-index: 20;
  position: relative;
  height: 100%;
}
.user-card fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.user-card .custom-input {
  width: unset;
  padding: 0;
}
.user-card .custom-input input {
  border: 0;
  outline: 0;
  margin-left: 0;
  padding: 0;
}
.user-card .custom-input__label {
  text-align: left;
}
.user-card,
.user-card fieldset,
.user-card label,
.user-card__badges-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-card label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.user-card__badges-list {
  list-style: none;
  padding-left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin: -10px 0 14px -10px;
}
.user-card__badges-item {
  margin-top: 10px;
  margin-left: 10px;
}
.user-card__cash-item,
.user-card__user-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.user-card__user-name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin: 0 0 14px;
}
.user-card__user-name svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.user-card__cash-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 17px;
  text-align: left;
}
.user-card__cash-item:not(:last-of-type) {
  width: 50%;
}
.user-card__cash-item:not(:nth-child(2n)) {
  text-align: right;
}
.user-card__cash-item:last-of-type {
  margin-bottom: 21px;
  width: 100%;
}
.user-card__cash-label {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  color: #a8b7d4;
  margin-bottom: 4px;
}
.user-card__cash-data {
  line-height: 20px;
  color: #585858;
}
.user-card__close-btn {
  top: 0;
  right: 0;
  position: absolute;
}
.user-card__change-btn {
  width: 100%;
  min-width: unset;
  margin: 0;
}
.message,
.message__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.message {
  min-height: 630px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.message__icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.message__icon svg {
  width: 60px;
  height: 60px;
}
.message__paragraph {
  width: 245px;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  color: #585858;
  margin: 20px auto 0;
  letter-spacing: -0.2px;
}
.badge,
.message__paragraph a {
  color: #4b6aa8;
}
.badge {
  border-radius: 6px;
  background-color: #edf0f8;
  font-size: 12px;
  line-height: 18px;
  padding: 2px 10px 4px;
  list-style: none;
  display: inline;
}
.transaction-info,
.transaction-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.transaction-info {
  background-color: #fafbfd;
  padding: 20px 20px 23px;
  width: 100%;
}
.transaction-info__item {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.transaction-info__label {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  color: #a8b7d4;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}
.transaction-info__data {
  font-weight: 400;
  line-height: 20px;
}
.transaction-info__item--name {
  width: 30.5%;
}
.transaction-info__item--name .transaction-info__data {
  font-weight: 600;
  letter-spacing: 0.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.transaction-info__item--name svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.transaction-info__item--exchangerate {
  width: 25%;
}
.transaction-info__item--cashlimit {
  width: 46%;
  margin-left: auto;
  line-clamp: 1;
}
.user-pin svg {
  width: 36px;
  height: 46px;
  color: #10a9a0;
}
.user-pin--verified svg {
  color: #ed7358;
}
.users-nav {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.tabs--toggle-list-map .tabs__controls,
.users-nav,
.users-nav__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.users-nav__custom-toggle {
  padding: 0;
  margin-left: auto;
  margin-right: 40px;
}
.map {
  height: 684px;
  width: 100%;
  position: relative;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  background-color: #fafbfd;
}
.link {
  background-color: transparent;
  color: #4b6aa8;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.tabs--toggle-list-map .tabs__controls {
  min-width: 150px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.tabs--toggle-list-map .tabs__control {
  background-color: #fff;
  color: #10a9a0;
  padding: 6px 15px 8px;
  border: 1px solid #10a9a0;
  margin: 0;
  word-break: break-all;
  font-size: 14px;
  line-height: 18px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.tabs--toggle-list-map .tabs__control:first-child {
  border-radius: 6px 0 0 6px;
}
.tabs--toggle-list-map .tabs__control:last-child {
  border-radius: 0 6px 6px 0;
}
.tabs--toggle-list-map .tabs__control:disabled {
  background-color: #f2f4f8;
  color: #a8b7d4;
  border: 1px solid #a8b7d4;
}
.tabs--toggle-list-map .tabs__control.is-active {
  background-color: #10a9a0;
  color: #fff;
  border: 1px solid #10a9a0;
  pointer-events: none;
}
.tabs--toggle-list-map .tabs__control.is-active:focus {
  outline: 0;
}
.tabs--toggle-list-map .tabs__control.is-active:disabled {
  background-color: #a8b7d4;
  color: #fff;
  border: 1px solid #a8b7d4;
}
.tabs--toggle-buy-sell .tabs__controls {
  min-width: 183px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tabs--toggle-buy-sell .tabs__control {
  margin: 0;
  color: #4b6aa8;
  font-weight: 600;
  background-color: transparent;
  padding: 17px 9px;
  min-width: 76px;
  letter-spacing: 0.5px;
  word-break: break-all;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.tabs--toggle-buy-sell .tabs__control.is-active {
  color: #2cc2ba;
  position: relative;
  pointer-events: none;
}
.tabs--toggle-buy-sell .tabs__control.is-active:focus {
  outline: 0;
}
.tabs--toggle-buy-sell .tabs__control.is-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #10a9a0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-buy,
.modal-sell {
  width: 100%;
}
.modal-buy .modal__input-wrapper--decorated {
  position: relative;
  margin-bottom: 15px;
  padding-top: 10px;
  margin-top: -5px;
}
.modal-buy .modal__container--small::after,
.modal-buy .modal__input-wrapper--decorated::after,
.modal-sell .modal__input-wrapper--decorated::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 520px;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(80%, transparent),
      color-stop(20%, #a8b7d4)
    ),
    -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
  background: -o-linear-gradient(left, transparent 80%, #a8b7d4 20%),
    -o-linear-gradient(left, transparent, transparent);
  background: linear-gradient(to right, transparent 80%, #a8b7d4 20%),
    linear-gradient(to right, transparent, transparent);
  background-size: 5px 1px, 100% 1px;
  bottom: -20px;
  left: -20px;
}
.modal-buy .modal__submit {
  margin-top: 45px;
}
.modal-buy .modal__container--small::after,
.modal-sell .modal__input-wrapper--decorated::after {
  left: 0;
  bottom: -15px;
}
.modal-sell .modal__input-wrapper--decorated {
  padding-top: 10px;
  margin-top: -5px;
  position: relative;
  padding-bottom: 15px;
}
.modal-sell .modal__input-wrapper--decorated::after {
  bottom: -5px;
  left: -20px;
}
.modal-sell .modal__select-wrapper {
  margin-bottom: -4px;
}
.modal-sell .modal__submit {
  margin-top: 40px;
}
@media (hover: hover), screen and (min-width: 0\0) {
  .btn:hover {
    opacity: 0.8;
  }
  .btn--greenborder:hover {
    background-color: #10a9a0;
    color: #fff;
  }
  .btn--greenborder:active {
    background-color: #188780;
  }
  .btn--greenborder:disabled {
    background-color: #f2f4f8;
    border-color: #a8b7d4;
    color: #a8b7d4;
  }
  .btn--green:hover {
    background-color: #2cc2ba;
  }
  .btn--green:active {
    background-color: #188780;
  }
  .btn--green:disabled {
    background-color: #a8b7d4;
    color: #fff;
  }
  .close-btn:hover svg {
    stroke: #585858;
  }
  .link:focus,
  .link:hover {
    color: #2cc2ba;
  }
  .link:active {
    color: #188780;
  }
  .tabs--toggle-list-map .tabs__control:hover {
    background-color: #eefaf9;
  }
  .tabs--toggle-list-map .tabs__control:active {
    background-color: #188780;
    color: #fff;
  }
  .tabs--toggle-list-map .tabs__control.is-active:hover {
    background-color: #10a9a0;
  }
  .tabs--toggle-buy-sell .tabs__control:hover {
    color: #2cc2ba;
    background-color: #eefaf9;
  }
}
/*# sourceMappingURL=style.min.css.map */
