#style-2 {
  font-family: "Poppins", sans-serif;
}
#style-2 .account-section {
  position: relative;
  flex-direction: column;
  background-color: rgb(250, 250, 250);
}
#style-2 .account-section.-forgot-pass .section-title p {
  padding-top: 0.5rem;
  color: rgb(146, 146, 157);
}
#style-2 .account-logo {
  position: relative;
  max-width: 300px;
  margin-bottom: 1.5rem;
}
#style-2 .account-logo a.logo {
  max-width: 100%;
}
#style-2 .account-logo a.logo img {
  max-width: 100%;
}
#style-2 .account-wrapper {
  position: relative;
  border-radius: 8px;
  box-shadow: none;
  background-color: #fff;
}
#style-2 .account-top {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
}
#style-2 .account-top .btn.-back {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(225, 225, 225);
  border-radius: 8px;
}
#style-2 .account-top .btn.-back svg {
  max-width: 75%;
  max-height: 75%;
}
#style-2 .account-top__title {
  flex-grow: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
#style-2 .account-right {
  padding: 40px 5%;
}
#style-2 .account-right form {
  padding-left: 10%;
  padding-right: 10%;
}
#style-2 .section-select {
  display: flex;
  width: 100%;
}
#style-2 .section-select__tab {
  position: relative;
  width: 50%;
  padding: 1.25rem 1.5rem;
  text-align: center;
  font-weight: 600;
  color: rgb(146, 146, 157);
}
#style-2 .section-select__tab a {
  color: inherit;
}
#style-2 .section-select__tab::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: rgb(219, 215, 244);
}
#style-2 .section-select__tab.-active {
  color: rgb(17, 20, 45);
}
#style-2 .section-select__tab.-active::before {
  background: linear-gradient(90deg, #B224EF 0%, #7579FF 100%);
}
#style-2 .section-bg {
  position: absolute;
  inset: 0;
}
#style-2 .section-bg__item {
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#style-2 .section-bg__item.-i1 {
  top: 2%;
  left: -4%;
  width: 45%;
  aspect-ratio: 912/648;
  background-image: url("/assets/images/Vector 14.webp");
}
#style-2 .section-bg__item.-i2 {
  bottom: -10%;
  right: -4%;
  width: 30%;
  aspect-ratio: 707/491;
  background-image: url("/assets/images/Group 1053.webp");
}
#style-2 .form-group .form--label {
  color: rgb(17, 20, 45);
  padding-left: 1rem;
}
#style-2 .form-group .form--control {
  border-color: rgb(218, 230, 239);
  border-radius: 12px;
}
#style-2 .form-group .bg--section {
  background-color: #fff !important;
}
#style-2 .form-group .text--base {
  color: rgb(154, 154, 176) !important;
}
#style-2 .form-group button.cmn--btn {
  width: 100%;
  height: 48px;
  background: linear-gradient(90deg, #B224EF 0%, #7579FF 100%);
  border: none;
  border-radius: 12px;
}
#style-2 .input-group {
  position: relative;
}
#style-2 .input-group .toggle-password {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  z-index: 99;
}

#cabinet-2 {
  --header-height: 92px;
  --logo-width: 20rem;
  --sidebar-width: 7.5rem;
  --color-deposit: rgba(132, 84, 235, 1);
  --color-withdrawal: rgba(176, 185, 215, 1);
  --color-transfer: rgba(44, 216, 213, 1);
  --color-convert: rgba(106, 175, 255, 1);
  --status-pending: #FE8024; /* Pending */
  --status-completed:#2F855A; /* Completed */
  --status-canceled: #D14343; /* Canceled */
}
#cabinet-2 #main-wrapper .nav-header {
  height: var(--header-height);
  width: var(--logo-width);
  background-color: #fff;
  border-bottom: 1.5px solid rgb(236, 239, 249);
  z-index: 9;
}
#cabinet-2 #main-wrapper .nav-header .brand-logo {
  padding-left: 25px;
  padding-right: 70px;
}
#cabinet-2 #main-wrapper .header {
  height: var(--header-height);
  padding-left: var(--logo-width);
  background-color: #fff;
  border-bottom: 1.5px solid rgb(236, 239, 249);
}
#cabinet-2 #main-wrapper .header-left {
  width: 50%;
}
#cabinet-2 #main-wrapper .header .search-box {
  width: 100%;
  max-width: 576px;
  height: 48px;
  display: flex;
  align-items: center;
  background-color: rgb(243, 245, 247);
  border-radius: 8px;
}
#cabinet-2 #main-wrapper .header .search-box__icon {
  width: 48px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cabinet-2 #main-wrapper .header .search-box__icon svg {
  max-width: 75%;
  max-height: 75%;
}
#cabinet-2 #main-wrapper .header .search-box__input {
  flex-grow: 1;
}
#cabinet-2 #main-wrapper .header .search-box__input input {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: inherit !important;
  border: none;
  border-radius: 0;
}
#cabinet-2 #main-wrapper .header .search-box__options {
  position: relative;
  width: 48px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#cabinet-2 #main-wrapper .header .search-box__options::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 65%;
  background-color: rgb(63, 71, 101);
  opacity: 10%;
}
#cabinet-2 #main-wrapper .header .search-box__options svg {
  max-width: 75%;
  max-height: 75%;
}
#cabinet-2 #main-wrapper .header-lang .nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#cabinet-2 #main-wrapper .header-lang.show {
  padding-right: 0;
}
#cabinet-2 #main-wrapper .header-lang__flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
#cabinet-2 #main-wrapper .header-lang__flag svg {
  max-width: 100%;
  max-height: 100%;
}
#cabinet-2 #main-wrapper .header-lang__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
#cabinet-2 #main-wrapper .header-lang__arrow svg {
  max-width: 80%;
  max-height: 80%;
}
#cabinet-2 #main-wrapper .header-lang .dropdown-menu.show {
  padding-right: 0;
}
#cabinet-2 #main-wrapper .header-lang .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#cabinet-2 #main-wrapper .header-notif__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
#cabinet-2 #main-wrapper .header-notif__icon svg {
  max-width: 100%;
  max-height: 100%;
}
#cabinet-2 #main-wrapper .header-profile.show {
  padding-right: 0;
}
#cabinet-2 #main-wrapper .header-profile .dropdown-menu.show {
  padding-right: 0;
}
#cabinet-2 #main-wrapper .header-profile .nav-link {
  border-radius: 5rem;
  background: linear-gradient(90deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%);
}
#cabinet-2 #main-wrapper .header-profile .nav-link svg circle {
  fill: none;
}
#cabinet-2 #main-wrapper .deznav {
  width: var(--sidebar-width);
  background-color: #fff;
  border: 1px solid rgb(231, 238, 239);
}
#cabinet-2 #main-wrapper .deznav-scroll {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}
#cabinet-2 #main-wrapper .deznav-menu {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
#cabinet-2 #main-wrapper .deznav-menu-item {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
#cabinet-2 #main-wrapper .deznav-menu-item__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(231, 238, 239);
  border-radius: 8px;
}
#cabinet-2 #main-wrapper .deznav-menu-item.-active {
  background-color: rgba(244, 246, 248, 0.73);
}
#cabinet-2 #main-wrapper .deznav-menu-item.-active .deznav-menu-item__icon {
  border: none;
  background: linear-gradient(90deg, #B224EF 0%, #7579FF 100%);
}
#cabinet-2 #main-wrapper .deznav-menu-item.-active .deznav-menu-item__icon svg path {
  fill: #fff;
}
#cabinet-2 #main-wrapper .deznav-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
#cabinet-2 #main-wrapper .deznav-bottom-item {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
#cabinet-2 #main-wrapper .deznav-bottom-item__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(231, 238, 239);
  border-radius: 8px;
}
#cabinet-2 #main-wrapper .deznav-bottom-item.-active {
  background-color: rgba(244, 246, 248, 0.73);
}
#cabinet-2 #main-wrapper .deznav-bottom-item.-active .deznav-bottom-item__icon {
  border: none;
  background: linear-gradient(90deg, #B224EF 0%, #7579FF 100%);
}
#cabinet-2 #main-wrapper .deznav-bottom-item.-active .deznav-bottom-item__icon svg path {
  fill: #fff;
}
#cabinet-2 #main-wrapper .content-body {
  min-height: 100vh;
  padding-top: var(--header-height);
  margin-left: var(--sidebar-width);
}
#cabinet-2 #main-wrapper .content-body > .container-fluid {
  height: 100%;
}
#cabinet-2 #main-wrapper .p-sidebar {
  position: relative;
  width: 300px;
  min-width: 300px;
}
#cabinet-2 #main-wrapper .p-sidebar__inner {
  position: fixed;
  width: inherit;
  height: calc(100vh - var(--header-height));
  padding: 1.75rem;
  background-color: #fff;
  box-shadow: -24px 0px 80px 0px rgba(49, 79, 124, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
#cabinet-2 #main-wrapper .p-sidebar .profile {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
#cabinet-2 #main-wrapper .p-sidebar .profile-ava {
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 200px;
  border: 1px solid rgb(218, 230, 239);
  box-shadow: 0px 19px 40px 0px rgba(49, 79, 124, 0.08);
}
#cabinet-2 #main-wrapper .p-sidebar .profile-ava__inner {
  width: 104px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background: linear-gradient(90deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%);
}
#cabinet-2 #main-wrapper .p-sidebar .profile-ava__inner svg {
  width: 100%;
  height: 100%;
}
#cabinet-2 #main-wrapper .p-sidebar .profile-ava__inner svg circle {
  fill: none;
  stroke-width: 0;
}
#cabinet-2 #main-wrapper .p-sidebar .profile-name {
  font-weight: 600;
  font-size: 18px;
  color: rgb(63, 71, 101);
}
#cabinet-2 #main-wrapper .p-sidebar .profile-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 20px 22px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 19px 40px 0px rgba(49, 79, 124, 0.08);
}
#cabinet-2 #main-wrapper .p-sidebar .profile-card__title {
  font-weight: 500;
  color: rgb(63, 71, 101);
}
#cabinet-2 #main-wrapper .p-sidebar .profile-card-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#cabinet-2 #main-wrapper .p-sidebar .profile-card-list-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2%;
}
#cabinet-2 #main-wrapper .p-sidebar .profile-card-list-item__name {
  color: rgb(159, 168, 199);
}
#cabinet-2 #main-wrapper .p-sidebar .profile-card-list-item__value {
  color: rgb(110, 116, 153);
}
#cabinet-2 #main-wrapper .p-sidebar .profile-card-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.5rem;
}
#cabinet-2 #main-wrapper .p-sidebar .profile-card__btn-to-profile {
  width: 100%;
  padding: 0.5rem 1.25rem;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  border-radius: 12px;
  background-color: rgb(129, 95, 255);
  box-shadow: 0px 12px 20px 0px rgba(158, 134, 255, 0.22);
  cursor: pointer;
}
#cabinet-2 #main-wrapper .p-sidebar .kyc-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.25rem;
  border-radius: 12px;
  background-image: url("/assets/images/kyc-card-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#cabinet-2 #main-wrapper .p-sidebar .kyc-card__title {
  color: #fff;
  font-weight: 600;
}
#cabinet-2 #main-wrapper .p-sidebar .kyc-card__desc {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
#cabinet-2 #main-wrapper .p-sidebar .kyc-card__options {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.75rem;
}
#cabinet-2 #main-wrapper .p-sidebar .kyc-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  border-radius: 5rem;
  background-color: #fff;
  cursor: pointer;
}
#cabinet-2 #main-wrapper .p-sidebar .kyc-card__btn-text {
  flex-grow: 1;
  padding-right: 0.75rem;
  font-weight: 600;
  font-size: 16px;
  color: rgb(184, 119, 255);
}
#cabinet-2 #main-wrapper .p-sidebar .kyc-card__btn-icon {
  width: 24px;
  height: 24px;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(184, 119, 255);
}
#cabinet-2 #main-wrapper .p-sidebar .kyc-card__btn-icon svg {
  max-width: 80%;
  max-height: 80%;
}
#cabinet-2 #main-wrapper .p-sidebar .ps-footer {
  max-width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
#cabinet-2 #main-wrapper .p-sidebar .ps-footer .info-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 64px;
  padding: 0.5rem 1.5rem 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#cabinet-2 #main-wrapper .p-sidebar .ps-footer .info-box__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
}
#cabinet-2 #main-wrapper .p-sidebar .ps-footer .info-box__bg svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 19px 40px rgba(49, 79, 124, 0.08));
}
#cabinet-2 #main-wrapper .p-sidebar .ps-footer .info-box__indicator {
  position: relative;
  width: 6px;
  height: 24px;
  border-radius: 0 4px 4px 0;
  background-color: rgb(48, 83, 254);
}
#cabinet-2 #main-wrapper .p-sidebar .ps-footer .info-box__name {
  color: rgb(63, 71, 101);
  position: relative;
  flex-grow: 1;
  font-weight: 600;
}
#cabinet-2 #main-wrapper .p-sidebar .ps-footer .info-box__value {
  position: relative;
  font-weight: 400;
  color: rgb(112, 122, 157);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cabinet-2 #main-wrapper .w-card {
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: -24px 0px 80px 0px rgba(49, 79, 124, 0.08);
}
#cabinet-2 #main-wrapper .w-card__inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  background-image: url("/assets/images/w-card-bg-eur.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}
#cabinet-2 #main-wrapper .w-card__inner.-usd {
  background-image: url("/assets/images/w-card-bg-usd.jpg");
}
#cabinet-2 #main-wrapper .w-card__title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}
#cabinet-2 #main-wrapper .w-card__title span {
  text-transform: uppercase;
}
#cabinet-2 #main-wrapper .w-card__balance {
  font-weight: 600;
  font-size: 32px;
  color: #fff;
}
#cabinet-2 #main-wrapper .w-card__balance span {
  color: rgb(207, 215, 255);
  text-transform: uppercase;
}
#cabinet-2 #main-wrapper .w-card__address {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
#cabinet-2 #main-wrapper .w-card__copy-btn {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  background-color: #fff;
  border-radius: 5rem;
  cursor: pointer;
}
#cabinet-2 #main-wrapper .w-card__copy-btn svg {
  max-width: 80%;
  max-height: 80%;
}
#cabinet-2 #main-wrapper .w-card__act {
  --btn-x-gap: 1.25rem;
}
#cabinet-2 #main-wrapper .w-card__act-title {
  width: 100%;
  margin-bottom: 0.75rem;
  color: rgb(176, 185, 215);
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
#cabinet-2 #main-wrapper .w-card__act-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem var(--btn-x-gap);
}
#cabinet-2 #main-wrapper .w-card__act-item {
  width: calc((100% - var(--btn-x-gap)) / 2);
  padding: 0.75rem 1.75rem;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 12px 20px 0px rgba(176, 185, 215, 0.16);
}
#cabinet-2 #main-wrapper .w-card__act-item.-deposit {
  background-color: var(--color-deposit);
}
#cabinet-2 #main-wrapper .w-card__act-item.-withdrawal {
  background-color: var(--color-withdrawal);
}
#cabinet-2 #main-wrapper .w-card__act-item.-transfer {
  background-color: var(--color-transfer);
}
#cabinet-2 #main-wrapper .w-card__act-item.-convert {
  background-color: var(--color-convert);
}
#cabinet-2 #main-wrapper .w-txs {
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: -24px 0px 80px 0px rgba(49, 79, 124, 0.02);
}
#cabinet-2 #main-wrapper .w-txs__title {
  font-weight: 500;
  font-size: 18px;
  color: rgb(63, 71, 101);
}
#cabinet-2 #main-wrapper .w-txs__title span {
  text-transform: uppercase;
}
#cabinet-2 #main-wrapper .w-txs .list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#cabinet-2 #main-wrapper .w-txs .list-item {
  --col-icon-width: 32px;
  display: grid;
  grid-template-columns: var(--col-icon-width) minmax(140px, 3fr) 4fr 2fr 2fr 2fr;
  align-items: center;
  gap: 1.25rem;
  padding: 0.5rem 1.25rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 19px 40px 0px rgba(49, 79, 124, 0.08);
}
#cabinet-2 #main-wrapper .w-txs .list-item__icon {
  width: var(--col-icon-width);
  height: var(--col-icon-width);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  background: linear-gradient(90deg, #B224EF 0%, #7579FF 100%);
}
#cabinet-2 #main-wrapper .w-txs .list-item__icon svg {
  max-width: 80%;
  min-width: 50%;
  max-height: 80%;
  min-height: 50%;
}
#cabinet-2 #main-wrapper .w-txs .list-item__icon.-usd {
  background: linear-gradient(90deg, #4778FE 0%, #22E1FF 100%);
}
#cabinet-2 #main-wrapper .w-txs .list-item__id {
  font-weight: 500;
  font-size: 14px;
  color: rgb(63, 71, 101);
}
#cabinet-2 #main-wrapper .w-txs .list-item__desc {
  font-weight: 600;
  font-size: 12px;
  color: rgb(152, 157, 175);
  text-align: center;
}
#cabinet-2 #main-wrapper .w-txs .list-item__value {
  font-weight: 600;
  font-size: 14px;
  color: var(--color-withdrawal);
}
#cabinet-2 #main-wrapper .w-txs .list-item__value.-deposit {
  color: var(--color-deposit);
}
#cabinet-2 #main-wrapper .w-txs .list-item__value.-transfer, #cabinet-2 #main-wrapper .w-txs .list-item__value.-transfer_money {
  color: var(--color-transfer);
}
#cabinet-2 #main-wrapper .w-txs .list-item__value.-convert, #cabinet-2 #main-wrapper .w-txs .list-item__value.-money_exchange {
  color: var(--color-convert);
}
#cabinet-2 #main-wrapper .w-txs .list-item__status {
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  color: var(--color-withdrawal);
}
#cabinet-2 #main-wrapper .w-txs .list-item__status.-pending {
  color: var(--status-pending);
}
#cabinet-2 #main-wrapper .w-txs .list-item__status.-completed {
  color: var(--status-completed);
}
#cabinet-2 #main-wrapper .w-txs .list-item__status.-canceled {
  color: var(--status-canceled);
}
#cabinet-2 #main-wrapper .w-txs .list-item__details-btn {
  justify-self: end;
  padding: 0.5rem 1rem;
  color: rgb(132, 84, 235);
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  border: 1px solid rgb(132, 84, 235);
  border-radius: 8px;
  box-shadow: 0px 12px 20px 0px rgba(141, 199, 90, 0.16);
  cursor: pointer;
}
#cabinet-2 #main-wrapper .w-txs__options {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#cabinet-2 #main-wrapper .w-txs__see-more-btn {
  padding: 0.75rem 2rem;
  font-weight: 500;
  font-size: 16px;
  color: rgb(28, 48, 79);
  text-align: center;
  border-radius: 12px;
  background-color: rgba(33, 91, 143, 0.08);
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  cursor: pointer;
}
#cabinet-2 #main-wrapper .w-txs__empty {
  text-align: center;
}
#cabinet-2 #main-wrapper .wallets-page {
  width: 100%;
  height: 100%;
  display: flex;
}
#cabinet-2 #main-wrapper .wallets-page__main {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
}
#cabinet-2 #main-wrapper .other-activities {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 1rem;
}
#cabinet-2 #main-wrapper .other-activities__title {
  font-weight: 500;
  font-size: 18px;
  color: rgb(63, 71, 101);
  margin-bottom: 1rem;
}
#cabinet-2 #main-wrapper .activity-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1.25rem 1.25rem;
  border-radius: 12px;
  color: #fff;
  background-color: var(--color-withdrawal);
  background-image: url("/assets/images/a-card-bf-orn-withdraw.webp");
  background-repeat: no-repeat;
  background-size: 45%;
  background-position-x: right;
  background-position-y: top;
}
#cabinet-2 #main-wrapper .activity-card.-deposit {
  background-color: var(--color-deposit);
  background-image: url("/assets/images/a-card-bf-orn-deposit.webp");
}
#cabinet-2 #main-wrapper .activity-card.-transfer, #cabinet-2 #main-wrapper .activity-card.-transfer_money {
  background-color: var(--color-transfer);
  background-image: url("/assets/images/a-card-bf-orn-transfer.webp");
  background-position-y: bottom;
  background-size: 25%;
}
#cabinet-2 #main-wrapper .activity-card.-convert, #cabinet-2 #main-wrapper .activity-card.-money_exchange {
  background-color: var(--color-convert);
  background-image: url("/assets/images/a-card-bf-orn-convert.webp");
}
#cabinet-2 #main-wrapper .activity-card__title {
  font-weight: 600;
  font-size: 18px;
}
#cabinet-2 #main-wrapper .activity-card__desc {
  font-weight: 400;
  font-size: 12px;
}
#cabinet-2 #main-wrapper .activity-list {
  --activity-list-gap: 1.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--activity-list-gap);
}
#cabinet-2 #main-wrapper .activity-list .activity-card {
  width: calc((100% - var(--activity-list-gap) * 2) / 3);
}
#cabinet-2 #main-wrapper .activity-page-top {
  --box-hight: 110px;
  margin-bottom: 0.5rem;
}
#cabinet-2 #main-wrapper .activity-page-top__title {
  padding-left: 1vw;
  font-weight: 600;
  font-size: 24px;
  color: rgb(63, 71, 101);
}
#cabinet-2 #main-wrapper .activity-page-top .w-card {
  padding: 1rem 0;
  background: none;
  border-radius: 0;
  box-shadow: unset;
}
#cabinet-2 #main-wrapper .activity-page-top .w-card__inner {
  height: var(--box-hight);
  gap: 0;
  background-position: center 70%;
}
#cabinet-2 #main-wrapper .activity-page-top .activity-card {
  height: var(--box-hight);
}
#cabinet-2 #main-wrapper .exchangeForm .card,
#cabinet-2 #main-wrapper .transferForm .card,
#cabinet-2 #main-wrapper .kycForm .card {
  border-radius: 12px;
}
#cabinet-2 #main-wrapper .exchangeForm .card-top,
#cabinet-2 #main-wrapper .transferForm .card-top,
#cabinet-2 #main-wrapper .kycForm .card-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
#cabinet-2 #main-wrapper .exchangeForm .card-top__num,
#cabinet-2 #main-wrapper .transferForm .card-top__num,
#cabinet-2 #main-wrapper .kycForm .card-top__num {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(90deg, #B224EF 0%, #7579FF 100%);
  border-radius: 5rem;
}
#cabinet-2 #main-wrapper .exchangeForm .card-top__title,
#cabinet-2 #main-wrapper .transferForm .card-top__title,
#cabinet-2 #main-wrapper .kycForm .card-top__title {
  font-weight: 600;
  font-size: 20px;
  color: rgb(108, 86, 202);
  text-align: center;
  text-transform: uppercase;
}
#cabinet-2 #main-wrapper .exchangeForm .card-top__desc,
#cabinet-2 #main-wrapper .transferForm .card-top__desc,
#cabinet-2 #main-wrapper .kycForm .card-top__desc {
  padding: 0 1.5rem;
  font-weight: 400;
  font-size: 14px;
  color: rgb(113, 116, 122);
  text-align: center;
}
#cabinet-2 #main-wrapper .exchangeForm .card .btn.confirm,
#cabinet-2 #main-wrapper .transferForm .card .btn.confirm,
#cabinet-2 #main-wrapper .kycForm .card .btn.confirm {
  width: 100%;
  background-color: var(--color-deposit);
  text-align: center;
  color: white;
  font-weight: 600;
  border-radius: 12px;
}
#cabinet-2 #main-wrapper .exchangeForm .currencySelect .show,
#cabinet-2 #main-wrapper .transferForm .currencySelect .show,
#cabinet-2 #main-wrapper .kycForm .currencySelect .show {
  padding-right: 0;
}
#cabinet-2 #main-wrapper .exchangeForm .currencySelect .bootstrap-select .btn,
#cabinet-2 #main-wrapper .transferForm .currencySelect .bootstrap-select .btn,
#cabinet-2 #main-wrapper .kycForm .currencySelect .bootstrap-select .btn {
  border: none !important;
  border-radius: 12px;
  box-shadow: 0px 19px 40px 0px rgba(49, 79, 124, 0.08) !important;
}
#cabinet-2 #main-wrapper .exchangeForm .currencySelect .bootstrap-select ul.dropdown-menu li:nth-child(1),
#cabinet-2 #main-wrapper .transferForm .currencySelect .bootstrap-select ul.dropdown-menu li:nth-child(1),
#cabinet-2 #main-wrapper .kycForm .currencySelect .bootstrap-select ul.dropdown-menu li:nth-child(1) {
  display: none;
}
#cabinet-2 #main-wrapper .exchangeForm .form-group label,
#cabinet-2 #main-wrapper .transferForm .form-group label,
#cabinet-2 #main-wrapper .kycForm .form-group label {
  font-weight: 500;
  font-size: 18px;
  color: rgb(63, 71, 101);
  margin-bottom: 0.5rem;
}
#cabinet-2 #main-wrapper .exchangeForm .form-group input,
#cabinet-2 #main-wrapper .transferForm .form-group input,
#cabinet-2 #main-wrapper .kycForm .form-group input {
  color: rgb(63, 71, 101);
}
#cabinet-2 #main-wrapper .exchangeForm .form-group input::-moz-placeholder, #cabinet-2 #main-wrapper .transferForm .form-group input::-moz-placeholder, #cabinet-2 #main-wrapper .kycForm .form-group input::-moz-placeholder {
  color: rgb(164, 168, 184);
}
#cabinet-2 #main-wrapper .exchangeForm .form-group input::placeholder,
#cabinet-2 #main-wrapper .transferForm .form-group input::placeholder,
#cabinet-2 #main-wrapper .kycForm .form-group input::placeholder {
  color: rgb(164, 168, 184);
}
#cabinet-2 #main-wrapper .exchangeForm .form-input__wrapper,
#cabinet-2 #main-wrapper .transferForm .form-input__wrapper,
#cabinet-2 #main-wrapper .kycForm .form-input__wrapper {
  position: relative;
}
#cabinet-2 #main-wrapper .exchangeForm .form-input__wrapper .form-control,
#cabinet-2 #main-wrapper .transferForm .form-input__wrapper .form-control,
#cabinet-2 #main-wrapper .kycForm .form-input__wrapper .form-control {
  padding-left: 1.25rem;
  padding-right: 5rem;
  font-size: 18px;
  border-color: rgb(218, 230, 239);
}
#cabinet-2 #main-wrapper .exchangeForm .form-input__symbol,
#cabinet-2 #main-wrapper .transferForm .form-input__symbol,
#cabinet-2 #main-wrapper .kycForm .form-input__symbol {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 5rem;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: rgb(152, 157, 175);
  text-transform: uppercase;
}
#cabinet-2 #main-wrapper .exchangeForm .form-input-desc,
#cabinet-2 #main-wrapper .transferForm .form-input-desc,
#cabinet-2 #main-wrapper .kycForm .form-input-desc {
  padding-top: 0.5rem;
}
#cabinet-2 #main-wrapper .exchangeForm .form-control,
#cabinet-2 #main-wrapper .transferForm .form-control,
#cabinet-2 #main-wrapper .kycForm .form-control {
  border-radius: 12px;
}
#cabinet-2 #main-wrapper .kycForm {
  width: 100%;
  height: 100%;
  display: flex;
}
#cabinet-2 #main-wrapper .kycForm__main {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
}
#cabinet-2 #main-wrapper .kycForm__options {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cabinet-2 #main-wrapper .kycForm__options .btn.submit {
  width: 50%;
  min-width: 320px;
  color: #fff;
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  font-size: 16px;
  background-color: rgb(132, 84, 235);
  border-radius: 12px;
}
#cabinet-2 #main-wrapper .kycForm .basic-form .upload-container {
  min-height: 160px;
}
#cabinet-2 #main-wrapper .upload-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid rgb(178, 36, 239);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}
#cabinet-2 #main-wrapper .upload-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cabinet-2 #main-wrapper .upload-title {
  padding: 0.25rem 1rem;
  color: rgb(178, 36, 239);
  font-size: 18px;
  background: linear-gradient(90deg, #B224EF 0%, #7579FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#cabinet-2 #main-wrapper .upload-desc {
  font-size: 12px;
  color: rgb(113, 116, 122);
}
#cabinet-2 #main-wrapper .upload-preview {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cabinet-2 #main-wrapper .upload-img-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#cabinet-2 #main-wrapper .upload-img-wrapper .btn-resetFile {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 16px;
  height: 16px;
  padding: 10px;
  border-radius: 2rem;
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
#cabinet-2 .arrow--bottom {
  transform: rotate(-90deg);
}
#cabinet-2 .select2 {
  position: relative;
}
#cabinet-2 .select2-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
#cabinet-2 .select2-top__value {
  font-size: 14px;
  font-weight: 400;
  color: rgb(118, 124, 169);
}
#cabinet-2 .select2-top__icon {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cabinet-2 .select2-top__icon svg {
  max-width: 100%;
  max-height: 100%;
  transform: rotate(-90deg);
}
#cabinet-2 .select2-list {
  position: absolute;
  bottom: -0.25rem;
  right: 0;
  transform: translateY(100%);
  padding: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
#cabinet-2 .select2-item {
  padding: 0.5rem 1rem;
  cursor: pointer;
}
#cabinet-2 .select2-item:hover {
  background-color: #f0f0f0;
}
#cabinet-2 .card2 {
  width: 100%;
  padding: 1rem;
  color: rgb(63, 71, 101);
  background-color: #fff;
  border-radius: 12px;
  box-shadow: -24px 0px 80px 0px rgba(49, 79, 124, 0.02);
}
#cabinet-2 .card2-top {
  display: flex;
  gap: 0.5rem;
  padding-bottom: 1rem;
}
#cabinet-2 .card2-top__title {
  flex-grow: 1;
  font-size: 18px;
  font-weight: 600;
}
#cabinet-2 .card2-top__more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#cabinet-2 .card2-top__more-icon {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cabinet-2 .card2-top__more-icon svg {
  max-width: 100%;
  max-height: 100%;
}
#cabinet-2 .card2.wallets {
  min-height: 200px;
  padding: 1.5rem 1.5rem 2rem;
}
#cabinet-2 .card2.wallets .wallets-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#cabinet-2 .card2.wallets .wallets-item {
  position: relative;
  width: 100%;
  min-height: 64px;
  padding: 0.5rem 1.5rem 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#cabinet-2 .card2.wallets .wallets-item__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
}
#cabinet-2 .card2.wallets .wallets-item__bg svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 19px 40px rgba(49, 79, 124, 0.08));
}
#cabinet-2 .card2.wallets .wallets-item__indicator {
  position: relative;
  width: 6px;
  height: 24px;
  margin-right: 1rem;
  border-radius: 0 4px 4px 0;
}
#cabinet-2 .card2.wallets .wallets-item__name {
  position: relative;
  flex-grow: 1;
  font-weight: 600;
}
#cabinet-2 .card2.wallets .wallets-item__value {
  position: relative;
  font-weight: 400;
  color: rgb(112, 122, 157);
}
#cabinet-2 .card2.txs {
  padding: 1.5rem 1.5rem 2rem;
}
#cabinet-2 .card2.txs .txs-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#cabinet-2 .card2.txs .txs-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  border: 1px solid rgb(218, 230, 239);
  border-radius: 12px;
  box-shadow: 0px 19px 40px 0px rgba(49, 79, 124, 0.08);
}
#cabinet-2 .card2.txs .txs-item__icon {
  width: 24px;
  height: 24px;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cabinet-2 .card2.txs .txs-item__icon svg {
  max-width: 80%;
  max-height: 80%;
}
#cabinet-2 .card2.txs .txs-item__value {
  flex-grow: 1;
  padding-left: 0.5rem;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
#cabinet-2 .card2.txs .txs-item__date {
  color: rgb(133, 143, 208);
  font-weight: 400;
  font-size: 12px;
}
#cabinet-2 .card2.txs .txs-item__arrow {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}
#cabinet-2 .card2.txs .txs-item__arrow svg {
  max-width: 80%;
  max-height: 80%;
}
#cabinet-2 .card2.txs .txs-item.-eur .txs-item__icon {
  background: linear-gradient(90deg, #B224EF 0%, #7579FF 100%);
}
#cabinet-2 .card2.txs .txs-item.-usd .txs-item__icon {
  background: linear-gradient(90deg, #4778FE 0%, #22E1FF 100%);
}
#cabinet-2 .card2.kyc {
  max-width: 50%;
  min-height: 195px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem 5%;
  background-image: url("/assets/images/Group 1054.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#cabinet-2 .card2.kyc .kyc__title {
  font-weight: 600;
  font-size: 32px;
  color: #fff;
}
#cabinet-2 .card2.kyc .kyc__desc {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
#cabinet-2 .card2.kyc .kyc__desc span {
  color: rgb(219, 221, 246);
}
#cabinet-2 .card2.kyc .kyc-btn {
  max-width: 350px;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  border-radius: 5rem;
  background-color: #fff;
  cursor: pointer;
}
#cabinet-2 .card2.kyc .kyc-btn__text {
  flex-grow: 1;
  padding-right: 1.5rem;
  font-weight: 600;
  font-size: 16px;
  color: rgb(184, 119, 255);
}
#cabinet-2 .card2.kyc .kyc-btn__icon {
  width: 24px;
  height: 24px;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(184, 119, 255);
}
#cabinet-2 .card2.kyc .kyc-btn__icon svg {
  max-width: 80%;
  max-height: 80%;
}
#cabinet-2 .card2.join {
  max-width: 50%;
  min-height: 195px;
}
#cabinet-2 .card2.join .join-top {
  position: relative;
  width: 100%;
  height: 65px;
  margin-bottom: 1.5rem;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(161, 196, 253, 0.5) 0%, rgba(194, 233, 251, 0.5) 100%);
}
#cabinet-2 .card2.join .join-ava {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border: 5px solid rgb(243, 241, 250);
  border-radius: 5rem;
  background-image: url("/assets/images/follow-ava.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#cabinet-2 .card2.join .join-ava::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -2px;
  width: 25px;
  height: 25px;
  background-image: url("/assets/images/tick.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#cabinet-2 .card2.join .join-btn {
  position: absolute;
  right: 4vw;
  bottom: 0;
  transform: translateY(50%);
  padding: 0.5rem 2rem;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5rem;
  background: rgb(99, 82, 251);
  cursor: pointer;
}
#cabinet-2 .card2.join .join__title {
  font-weight: 600;
  font-size: 20px;
  color: rgb(0, 0, 0);
  text-align: center;
}
#cabinet-2 .card2.join .join__desc {
  padding: 0.25rem 2rem 0;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: rgb(160, 159, 159);
}
#cabinet-2 .card2.chart {
  padding: 1.25rem 1.75rem;
}
#cabinet-2 .card2.chart .chart-top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 3vw;
  margin-bottom: 1rem;
}
#cabinet-2 .card2.chart .chart-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: rgb(243, 244, 248);
  border-radius: 8px;
}
#cabinet-2 .card2.chart .chart-option__item {
  padding: 0.5rem 1rem;
  color: rgb(184, 184, 184);
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
#cabinet-2 .card2.chart .chart-option__item.-active {
  color: #fff;
  background: linear-gradient(90deg, #B224EF 0%, #7579FF 100%);
  box-shadow: 0px 8px 22px 0px rgba(71, 95, 245, 0.21);
  border-radius: 8px;
}
#cabinet-2 .card2.chart .chart-info {
  flex-grow: 1;
  padding-right: 7vw;
}
#cabinet-2 .card2.chart .chart-info__title {
  color: rgb(184, 184, 184);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
#cabinet-2 .card2.chart .chart-info__value {
  color: rgb(51, 51, 51);
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
#cabinet-2 .card2.chart .chart-main {
  width: 100%;
  aspect-ratio: 120/45;
}
#cabinet-2 .card2.chart .select2-top {
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
#cabinet-2 .dashboard-grid {
  height: 100%;
  min-height: calc(100vh - var(--header-height) - 40px);
  display: flex;
  padding-bottom: 1.5rem;
  gap: 1.5rem;
}
#cabinet-2 .dashboard-grid__left, #cabinet-2 .dashboard-grid__right {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#cabinet-2 .dashboard-grid__right {
  flex-grow: 1;
}
#cabinet-2 .dashboard-grid__right-top {
  display: flex;
  gap: 1.25rem;
}
