.balance {
  width: 100%;
  height: 100%;

  position: fixed;
  top: 0;
  left: 0;

  opacity: 0;
  visibility: hidden;

  z-index: 125;

  transition: .3s ease;
}

.balance > .balance__backdrop {
  width: inherit;
  height: inherit;

  position: absolute;
  top: 0;
  left: 0;

  background: rgba(0, 0, 0, .2);
}

.balance > .balance__popover {
  width: 285px;
  height: 100%;

  padding: 76px 15px 15px 15px;

  position: absolute;
  top: 0;
  right: -100%;

  display: flex;
  flex-direction: column;

  transition: .3s ease;

  background: #fff;
  z-index:100;
}

.balance > .balance__popover > .balance__popover__close {
  position: absolute;
  cursor: pointer;
  right: 15px;

  z-index: 100;
}

.balance > .balance__popover > .balance__popover__user {
  padding: 15px 0;

  position: relative;

  display: flex;
  align-items: center;
}

.balance > .balance__popover > .balance__popover__user::after {
  width: calc(100% + 15px * 2);
  height: 1px;

  position: absolute;
  left: -15px;
  bottom: 1px;

  content: "";

  background: #D4D4D4;
}

.balance > .balance__popover > .balance__popover__user > .balance__popover__user__avatar {
  width: 30px;
  height: 30px;

  min-width: 30px;

  border-radius: 50%;

  overflow: hidden;

  background: #FF00F5;
}

.balance > .balance__popover > .balance__popover__user > .balance__popover__user__avatar > img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.balance > .balance__popover > .balance__popover__user > .balance__popover__user__nickname {
  width: 50%;

  margin-left: 8px;

  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;

  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.balance > .balance__popover > .balance__popover__user > .balance__popover__user__caption {
  width: 50%;

  margin: 10px 0 0 0;

  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;

  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.balance > .balance__popover > .balance__popover__user > .balance__popover__user__wallet {
  margin-left: 10px;

  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;

  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  color: #727272;
}

.balance > .balance__popover > .balance__popover__wallet {
  margin-top: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;

  overflow: hidden;

  border: 1px solid #C4C4C4;
  border-radius: 5px;
}

.balance > .balance__popover > .balance__popover__wallet > .balance__popover__wallet__caption {
  margin: 8px 0;

  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
}

.balance > .balance__popover > .balance__popover__wallet > .balance__popover__wallet__arcona {
  display: flex;
  align-items: center;
  gap: 10px;

  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.balance > .balance__popover > .balance__popover__wallet > .balance__popover__wallet__arcona > img {
  width: 23px;
  height: 23px;
}

.balance > .balance__popover > .balance__popover__wallet > .balance__popover__wallet__action {
  width: 100%;

  margin-top: 16px;
  padding: 8px;

  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;

  outline: none;
  border: none;

  text-align: center;

  cursor: pointer;
  transition: .3s ease;

  color: #fff;
  background: #0085FF;
}

.balance > .balance__popover > .balance__popover__wallet > .balance__popover__wallet__action:disabled {
 background: #868686;
  cursor: auto;
}

.balance > .balance__popover > .balance__popover__wallet > .balance__popover__wallet__action:hover {
  opacity: .7;
}

.balance > .balance__popover > .balance__popover__wallet > .balance__popover__wallet__action:disabled:hover {
 opacity: 1;
}

.balance > .balance__popover > .balance__popover__wallets {
  margin-top: 12px;

  border: 1px solid #C4C4C4;
  border-radius: 5px;

  overflow: hidden;
}

.balance > .balance__popover > .balance__popover__wallets > .balance__popover__wallets__item {
  padding: 12px;

  position: relative;

  display: flex;
  align-items: center;
  gap: 10px;
}

.balance > .balance__popover > .balance__popover__wallets > .balance__popover__wallets__item:not(:last-child)::after {
  width: 100%;
  height: 1px;

  position: absolute;
  left: 0;
  bottom: 0;

  content: "";

  background: #D4D4D4;
}

.balance > .balance__popover > .balance__popover__wallets > .balance__popover__wallets__item > .balance__popover__wallets__item__icon {
  width: 20px;
  height: 20px;

  object-fit: cover;
}

.balance > .balance__popover > .balance__popover__wallets > .balance__popover__wallets__item > .balance__popover__wallets__item__info {
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.balance > .balance__popover > .balance__popover__wallets > .balance__popover__wallets__item > .balance__popover__wallets__item__info > .balance__popover__wallets__item__info__title,
.balance > .balance__popover > .balance__popover__wallets > .balance__popover__wallets__item > .balance__popover__wallets__item__info > .balance__popover__wallets__item__info__description {
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 76%;

  color: #2E2A2A;
}

.balance > .balance__popover > .balance__popover__wallets > .balance__popover__wallets__item > .balance__popover__wallets__item__info > .balance__popover__wallets__item__info__description {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 84%;

  color: #727272;
}

.balance > .balance__popover > .balance__popover__actions {
  margin-top: 12px;

  display: flex;
  align-items: center;
  gap: 12px;
}

.balance > .balance__popover > .balance__popover__actions > .balance__popover__actions__button {
  padding: 6px 0;

  flex: 1;

  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;

  cursor: pointer;
  transition: .3s ease;

  border: none;
  outline: none;
  border-radius: 5px;

  color: #FFFFFF;
  background: #0085FF;
}

.balance > .balance__popover > .balance__popover__actions > .balance__popover__actions__button:hover {
  opacity: .7;
}

.balance > .balance__popover > .balance__popover__caption > .balance__popover__caption__caption {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  margin: 10px 0 20px 0;
}

.balance > .balance__popover > .balance__popover__logout {
  margin-top: 12px;
  padding: 10px 25px;

  justify-content: center;

  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;

  outline: none;
  border: none;

  cursor: pointer;

  transition: .3s ease;

  font-style: normal;
  font-weight: 500;

  border-radius: 5px;

  color: #FFFFFF;
  background: #0085FF;

  gap: 12px;
  display: flex;
}

.balance > .balance__popover > .balance__popover__logout:hover {
  opacity: .7;
}
