@charset "UTF-8";
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #31364e;
}

.hidden {
  display: none !important;
}

.header {
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}

.app_container {
  padding: 8.5rem 3rem;
}
.app_container--menu {
  padding-top: 8.5rem;
  padding-left: 23rem;
}

button,
input,
input:focus {
  background-color: transparent;
  border: none;
  outline: none;
  font: 1rem "Poppins", Arial, sans-serif;
}

.not_found {
  width: 100%;
  height: 7em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  border: 0.2em dashed rgb(147, 147, 147);
  border-radius: 1em;
  padding: 1rem;
}

form.custom_select__list,
.custom_select__list {
  padding: 1rem;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f4f8fd;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 20rem;
  border-radius: 0 0 0.5rem 0.5rem;
  display: block;
}

.custom_select__list label {
  font-size: 1rem;
  width: 100%;
  overflow: hidden;
}

.custom_select__list--header {
  width: 15rem;
  z-index: 10;
  text-align: start;
  border-radius: 0.5rem;
}

.custom_select__list--header label {
  width: 13rem;
}

.custom_select--open .search_filter__header {
  border-radius: 0.5rem 0.5rem 0 0;
}

.custom_select__buttons {
  width: 100%;
  display: flex;
  top: 0;
  left: 0;
  justify-content: space-evenly;
  padding-bottom: 1rem;
}

.custom_select__button {
  color: #475f78;
  cursor: pointer;
}

.custom_select__list:nth-child(1) {
  z-index: 19;
}

.custom_select__list:nth-child(2) {
  z-index: 18;
}

.custom_select__list:nth-child(3) {
  z-index: 17;
}

.custom_select__list:nth-child(4) {
  z-index: 16;
}

.custom_select__list:nth-child(5) {
  z-index: 15;
}

.custom_select__list:nth-child(6) {
  z-index: 14;
}

.custom_select__list:nth-child(7) {
  z-index: 13;
}

.custom_select__list:nth-child(8) {
  z-index: 12;
}

.custom_select__list:nth-child(9) {
  z-index: 11;
}

.custom_select__list:nth-child(10) {
  z-index: 10;
}

.custom_select__list label {
  font-size: 1rem;
  width: 100%;
  overflow: hidden;
  display: block;
}

.checkbox:checked + label::before {
  background-image: url("/assets/checkmark.png");
  background-size: contain;
  background-color: #8585ff;
  border: 0.125rem solid #8585ff;
}

.label--small::before {
  content: "";
  display: inline-block;
  margin-bottom: -0.25rem;
  margin-right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid rgb(205, 205, 205);
  border-radius: 0.25rem;
}

.checkbox {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label.radio_label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
label.radio_label::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #f6f6f6;
  border: 2px solid #dddddd;
  border-radius: 50%;
  flex: none;
}
label.radio_label::after {
  content: "";
  position: absolute;
  display: none;
  width: 0.6rem;
  height: 0.6rem;
  left: 0.2rem;
  background-color: #4873a1;
  border-radius: 50%;
}

input.radio {
  width: auto;
  margin: 0;
  appearance: none;
  border: 2px solid #475f78;
  border-radius: 50%;
  display: none;
}
input.radio:focus {
  outline: none;
}
input.radio:checked {
  background-color: #4873a1;
}
input.radio:checked + label::after {
  display: block;
}
input.radio:checked + label::before {
  border-color: #4873a1;
}

@media (max-width: 1000px) {
  .app_container {
    padding: 6.5rem 2rem;
  }
  .app_container--menu {
    padding-left: 20rem;
  }
  html {
    font-size: 14px;
  }
}
@media (max-width: 864px) {
  .app_container--menu {
    padding-left: 2rem;
  }
}
@media (max-width: 565px) {
  .app_container {
    padding: 6.5rem 1rem;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 20px !important;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 22px !important;
  }
}
@media (min-width: 2200px) {
  html {
    font-size: 24px !important;
  }
}
@media (min-width: 2400px) {
  html {
    font-size: 26px !important;
  }
}
@media (min-width: 2600px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 2800px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 3000px) {
  html {
    font-size: 32px !important;
  }
}
@media (min-width: 3200px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 3400px) {
  html {
    font-size: 36px !important;
  }
}
@media (min-width: 3600px) {
  html {
    font-size: 38px !important;
  }
}
@media (min-width: 3800px) {
  html {
    font-size: 40px !important;
  }
}
@media (min-width: 4000px) {
  html {
    font-size: 42px !important;
  }
}
@media (min-width: 4200px) {
  html {
    font-size: 44px !important;
  }
}
@media (min-width: 4400px) {
  html {
    font-size: 46px !important;
  }
}
@media (min-width: 4600px) {
  html {
    font-size: 48px !important;
  }
}
.alert {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1001;
  max-width: 50rem;
  background-color: white;
  box-shadow: 69px 103px 50px rgba(0, 0, 0, 0.01), 39px 58px 42px rgba(0, 0, 0, 0.05), 17px 26px 31px rgba(0, 0, 0, 0.09), 4px 6px 17px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  transition: transform 0.5s ease-out;
  transform: translateY(calc(100% + 5rem));
}

.alert_container {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.alert button {
  cursor: pointer;
}

.alert button img {
  width: 1.5rem;
}

.terminal_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  background: #f4f8fd;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  flex: none;
}
.terminal_info__container {
  position: absolute;
  left: 50%;
  right: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.terminal_info img {
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  object-fit: cover;
  border: 0.125rem solid rgba(71, 95, 120, 0.1);
}
.terminal_info h3 {
  font-size: 1rem;
  font-weight: 500;
  max-width: 50ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.terminal_info p {
  color: #4873a1;
  font-size: 0.7rem;
  font-weight: 500;
}
.terminal_info:hover h3 {
  max-width: none;
}

@media (max-width: 800px) {
  .terminal_info {
    padding: 0;
  }
  .terminal_info__container {
    position: static;
  }
  .terminal_info div {
    display: none;
  }
}
@media (max-width: 500px) {
  .terminal_info__container {
    display: none;
  }
}
.account_section {
  overflow: visible;
}

.custom_select__search {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: white;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.custom_select__search img {
  width: 1.5rem;
  height: 1.5rem;
}
.custom_select__search input {
  flex: 1;
  width: 100%;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3rem 1rem 3rem;
  color: white;
  z-index: 100;
  background-color: transparent;
  border-bottom: 0.125rem solid #596e87;
}
.navbar-brand img {
  padding: 0.1rem 0;
  height: 4rem;
  width: auto;
}
.navbar-list {
  list-style: none;
  font: 1.25rem "Poppins", Arial, sans-serif;
  display: flex;
  align-items: center;
}
.navbar-list li {
  display: inline-flex;
  flex-direction: column;
  margin-right: 1.5rem;
  transition: color 0.3s;
  position: relative;
  color: white;
  z-index: 10;
}
.navbar-list li hr {
  position: absolute;
  top: 100%;
  width: 0;
  transition: width 0.5s, opacity 0.5s;
  opacity: 0;
}
.navbar-list li:last-of-type {
  margin-right: 0;
}
.navbar-list-item img {
  transform: none;
  transform: rotate(90deg);
  height: 1.25rem;
  width: 1.25rem;
}
.navbar-list-item button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
}
.navbar--filled {
  background-color: #475f78;
}

.menu {
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
}
.menu-burger {
  position: absolute;
  width: 2rem;
  height: 0.25rem;
  border-radius: 2rem;
  background-color: #f6f6f6;
}
.menu-burger::after, .menu-burger::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.25rem;
  border-radius: 2rem;
  background-color: #f6f6f6;
  transition: all 0.5s;
}
.menu:first-of-type {
  margin-right: 1rem;
}
.menu-burger::before {
  transform: translateY(-0.5rem);
}
.menu-burger::after {
  transform: translateY(0.5rem);
}
.menu.open .menu-burger {
  background-color: transparent;
}
.menu.open .menu-burger::after {
  background-color: white;
  transform: rotate(45deg);
}
.menu.open .menu-burger::before {
  background-color: white;
  transform: rotate(-45deg);
}

.hidden-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  background-color: #475f78;
  transform: translateY(-10rem);
  transition: transform 0.5s;
}

.hidden-menu {
  display: none;
  position: fixed;
  top: 1.5rem;
  left: calc(100% - 1rem);
  transform: translate(-3rem, -10rem);
  transition: transform 0.5s;
}

#language {
  position: relative;
}

@media (hover: hover) {
  #language:hover {
    color: inherit;
  }
  #language:hover > a::after {
    transform: translateX(0.25rem) rotate(-180deg);
  }
  #language:hover .language-container {
    z-index: 100;
    display: flex;
  }
}
.language-container {
  z-index: 100;
  display: none;
  align-items: center;
  position: absolute;
  flex-direction: column;
  background-color: white;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  right: 0;
}
.language-container a {
  padding: 0.5rem 1rem;
  transition: 0.5s all;
  width: 100%;
}
.language-container a:hover {
  background-color: #475f78;
  color: white;
}

.nav_search {
  border: 0.125rem solid #858585;
  padding: 0.5rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav_search_img {
  width: 2rem;
}
.nav_search_field {
  background-color: none;
  width: 5rem;
  font-size: 1rem;
  transition: width 0.3s;
  color: white;
  font: 1rem "Poppins", Arial, sans-serif;
}
.nav_search_field::placeholder {
  color: #858585;
}
.nav_search_field:focus {
  width: 10rem;
}

.language {
  position: relative;
}
.language__button {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.language__button img {
  width: 1.25rem;
}
.language__button span {
  color: white;
}
.language:hover .language__container {
  width: 17rem;
  height: 17rem;
  opacity: 1;
}
.language__container {
  position: absolute;
  right: 0;
  top: 1.5rem;
  background-color: white;
  padding: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  transition: 0.3s all;
}
.language__wrapper {
  max-height: 15rem;
  overflow: auto;
  padding: 0.5rem 0 0.5rem 2rem;
}
.language .language__lang {
  display: flex;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0;
  justify-content: space-between;
  width: 100%;
}
.language .language__lang span:nth-child(2) {
  font-size: 0.9rem;
  color: #e96851;
  font-weight: 500;
  width: 2rem;
  display: inline-block;
  text-align: left;
}
.language .language__lang span:nth-child(1) {
  font-size: 1rem;
}
.language .language__lang:hover {
  background-color: rgb(225, 225, 225);
}
.language__search {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5rem;
}
.language__search img {
  width: 1.25rem;
}
.language__search input {
  border: none;
  border-bottom: 0.1rem solid rgb(202, 202, 202);
  padding: 0.25rem;
  font-size: 1rem;
  width: 100%;
  transition: 0.3s all;
}
.language__search input:focus {
  outline: none;
  border-bottom: 0.1rem solid #e96851;
}

@media (max-width: 1000px) {
  .navbar {
    padding: 1rem 2rem;
  }
}
@media (max-width: 565px) {
  .navbar {
    padding: 1rem;
  }
}
@media (max-width: 420px) {
  .navbar-brand img {
    height: 2.5rem;
  }
}
.navbar-list-item img {
  transform: none;
  transform: rotate(90deg);
  height: 1.25rem;
  width: 1.25rem;
}

.navbar-list-item button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  background-color: transparent;
  border: none;
}

.account_section_menu {
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  position: fixed;
  top: 6.4rem;
  left: 1rem;
  transition: transform 0.5s;
}

.account_section_menu_box {
  position: absolute;
  width: 2rem;
  height: 0.25rem;
  border-radius: 2rem;
  background-color: #475f78;
}

.account_section_menu_box::after,
.account_section_menu_box::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.25rem;
  border-radius: 2rem;
  background-color: #475f78;
  transition: all 0.5s;
}

.account_section_menu_box::before {
  transform: translateY(-0.5rem);
}

.account_section_menu_box::after {
  transform: translateY(0.5rem);
}

.account_section_menu.open .account_section_menu_box {
  background-color: transparent;
}

.account_section_menu.open .account_section_menu_box::after {
  transform: rotate(45deg);
}

.account_section_menu.open .account_section_menu_box::before {
  transform: rotate(-45deg);
}

@media (max-width: 864px) {
  .account_section_menu {
    display: flex;
  }
}
@media (max-width: 420px) {
  .account_section_menu {
    top: 5.4rem;
  }
}
.account_section_path {
  padding-bottom: 2rem;
  color: #858585;
  font-size: 0.9rem;
  margin-top: 1rem;
}
.account_section_path span {
  color: #858585;
  font-size: 0.9rem;
}

.path_wrapper {
  position: relative;
  color: #858585;
}

.path_header {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 3rem;
  align-items: center;
  flex-wrap: wrap;
}
.path_header .account_section_path {
  padding: 0;
}

.path_navigate {
  position: absolute;
  display: none;
  top: 1.7rem;
  background: white;
  left: 0;
  width: 20rem;
  padding: 1rem;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  z-index: 20;
  cursor: auto;
  max-height: 20rem;
  overflow-y: auto;
}

.path_wrapper:hover .path_navigate {
  display: block;
}

.account_section_path_link {
  font-size: 0.9rem;
  color: #858585;
  position: relative;
  padding: 0.25rem;
  text-decoration: none;
}
.account_section_path_link.current {
  color: #4873a1;
}
.account_section_path_link::after {
  content: "";
  top: 100%;
  left: 0;
  width: 1%;
  border: 0.07rem solid #4873a1;
  border-radius: 0.5rem;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  z-index: 12;
}

.path_wrapper:hover .account_section_path_link::after {
  opacity: 1;
  width: 100%;
}

.path_navigate__header {
  font-weight: 800;
}

.path_navigate .path_navigate__search {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin: 1rem 0;
  background: #f6f6f6;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.path_navigate .path_navigate__search img {
  width: 1.5rem;
  height: 1.5rem;
}

.path_navigate .path_navigate__search input {
  flex: 1;
  width: 100%;
}

.path_navigate__data {
  margin-top: 0.5rem;
}

.path_navigate div.path_navigate__user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-left: 0.125rem solid #f6f6f6;
  position: relative;
  border-radius: 0 0.25rem 0.25rem 0;
  cursor: pointer;
}

.path_navigate div.path_navigate__user::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("/assets/arrow back.png");
  background-size: cover;
  position: absolute;
  right: 1rem;
  transform: rotate(180deg) translateX(0.5rem);
  opacity: 0;
  transition: all 0.3s;
}

.path_navigate div.path_navigate__user img {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.path_navigate div.path_navigate__user img.img--wallet {
  border-radius: 0;
  background: transparent;
}

.path_navigate div.path_navigate__user::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 0.125rem;
  background: #f6f6f6;
}

.path_navigate div.path_navigate__user p:nth-child(1) {
  font-size: 0.9rem;
  width: 12rem;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}

.path_navigate div.path_navigate__user p:nth-child(2) {
  font-size: 0.8rem;
  color: #4873a1;
}

.path_navigate div.path_navigate__user p.wallet_currency {
  font-weight: 500;
  font-size: 0.8rem;
  color: #858585;
}

.path_navigate__not_found p {
  color: #858585;
}

.path_navigate__load_spinner {
  width: 3rem;
  height: 3rem;
  border: 0.5rem solid #f6f6f6;
  border-bottom: 0.5rem solid #475f78;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  margin: 0 auto;
}

.path_navigate div.path_navigate__user:hover {
  background: #f4f8fd;
}

.path_navigate div.path_navigate__user:hover::before {
  opacity: 1;
  transform: rotate(180deg) translateX(0);
}

.path_navigate div.path_navigate__user p.transaction_currency {
  font-weight: 500;
  font-size: 0.8rem;
  color: #858585;
  align-items: center;
  display: flex;
  gap: 8px;
}

.path_navigate div.path_navigate__user p.transaction_currency span {
  padding: 0.1rem 0.25rem;
  border-radius: 0.25rem;
  color: white;
}

.path_navigate__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-left: 0.125rem solid #f4f8fd;
  position: relative;
  border-radius: 0 0.25rem 0.25rem 0;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}
.path_navigate__item:hover {
  background-color: #f4f8fd;
}
.path_navigate__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 0.125rem;
  background: #f4f8fd;
}

.path_navigate__item::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../assets/arrow-back.png");
  background-size: cover;
  position: absolute;
  right: 1rem;
  transform: rotate(180deg) translateX(0.5rem);
  opacity: 0;
  transition: all 0.3s;
}

.path_navigate__item:hover:not(.path_navigate__item--button)::before {
  opacity: 1;
  transform: rotate(180deg) translateX(0);
}

h1 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.login_container {
  min-height: 100vh;
  background: #475f78;
  padding-top: 9rem;
}

.login_form {
  border-radius: 1rem;
  width: 100%;
  max-width: 30rem;
  gap: 0.5rem;
  background-color: white;
  display: flex;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.login_form__group {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 0.25rem;
}
.login_form__group input {
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: rgb(246, 246, 246);
  border: 0.1rem solid rgb(200, 200, 200);
  display: block;
  font-size: 0.9rem;
  width: 100%;
}
.login_form__group input:focus {
  background-color: transparent;
  outline: 0;
}
.login_form__group--password {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
}
.login_form__group--password img {
  width: 1.5rem;
  position: absolute;
  right: 1rem;
  cursor: pointer;
}
.login_form__group--password input {
  padding-right: 3rem;
}
.login_form button {
  font-size: 1rem;
  padding: 0.7rem 1rem;
  display: block;
  background-color: #4873a1;
  color: white;
  border-radius: 0.5rem;
  transition: 0.3s background;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  border: none;
  margin-top: 1rem;
  max-width: 10rem;
  opacity: 0.9;
}
.login_form button:hover {
  opacity: 1;
}
.login_form button[disabled] {
  background-color: #858585;
}

.failure {
  position: fixed;
  z-index: 1002;
  width: 100%;
  height: 100vh;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.failure__backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.failure__container {
  position: relative;
  z-index: 2;
  background-color: white;
  max-width: 50rem;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.failure__button {
  font-size: 1rem;
  padding: 0.7rem 1rem;
  display: block;
  background-color: #4873a1;
  color: white;
  border-radius: 0.5rem;
  transition: 0.3s background;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  border: none;
  max-width: 10rem;
  opacity: 0.9;
}
.failure__button:hover {
  opacity: 1;
}

.logout_message {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logout_message__backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.logout_message__container {
  position: relative;
  z-index: 2;
  background-color: white;
  width: 100%;
  max-width: 20rem;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}
.logout_message__container p {
  font-size: 1.125rem;
}
.logout_message__buttons {
  display: flex;
  gap: 1rem;
}
.logout_message__button {
  font-size: 0.9rem;
  padding: 0.7rem 1rem;
  display: block;
  background-color: #4873a1;
  color: white;
  border-radius: 0.5rem;
  transition: 0.3s background;
  cursor: pointer;
  font-weight: 500;
  border: none;
  opacity: 0.9;
  width: 8rem;
}
.logout_message__button:hover {
  opacity: 1;
}
.logout_message__button--continue {
  background-color: white;
  color: #4873a1;
  border: 0.125rem solid #f4f8fd;
}

.load {
  padding: 1rem;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #f4f8fd;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.load__spinner {
  width: 4rem;
  height: 4rem;
  border: 0.6rem solid rgba(255, 255, 255, 0.9);
  border-bottom: 0.6rem solid #4873a1;
  border-radius: 50%;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
  will-change: transform;
}

.embed_load {
  width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.embed_load .load__spinner {
  width: 3rem;
  height: 3rem;
  border: 0.5rem solid #f4f8fd;
  border-bottom: 0.5rem solid #4873a1;
  border-radius: 50%;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
  will-change: transform;
}

.small_loader {
  display: flex;
  justify-content: center;
  padding: 2rem;
  gap: 1rem;
  justify-self: center;
}

.small_loader__el {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgb(206, 206, 206);
  -webkit-animation: device_load__animation 0.75s ease-in-out 0s infinite;
  animation: device_load__animation 0.75s ease-in-out 0s infinite;
}

.small_loader::after,
.small_loader::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgb(206, 206, 206);
}

.small_loader::after {
  right: 2rem;
  -webkit-animation: device_load__animation 0.75s ease-in-out 0.38s infinite;
  animation: device_load__animation 0.75s ease-in-out 0.38s infinite;
}

.small_loader::before {
  left: 2rem;
  -webkit-animation: device_load__animation 0.75s ease-in-out 0.18s infinite;
  animation: device_load__animation 0.75s ease-in-out 0.18s infinite;
}

@-webkit-keyframes device_load__animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
}
@keyframes device_load__animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
}
@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}
.accounts__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  max-width: 70rem;
  margin: 0 auto;
}
.accounts__item {
  border: 0.125rem solid #f4f8fd;
  display: flex;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accounts__item img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 50%;
}
.accounts__item p {
  color: #4873a1;
  font-size: 0.8rem;
  font-weight: 500;
}
.accounts__item:hover {
  background-color: #f4f8fd;
}

a.admin_account {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-left: 1rem;
  margin-right: 1.5rem;
  text-decoration: none;
}
a.admin_account img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-fit: cover;
  border: 0.125rem solid rgba(244, 248, 253, 0.1);
}
a.admin_account h3 {
  font-size: 1rem;
  font-weight: 500;
  max-width: 15ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  text-align: end;
}
a.admin_account p {
  color: lightblue;
  font-size: 0.7rem;
  text-align: end;
  font-weight: 500;
}

@media (max-width: 1000px) {
  .accounts__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 565px) {
  .accounts__container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 800px) {
  a.admin_account {
    margin: 0;
  }
  a.admin_account div {
    display: none;
  }
}
.account_form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.account_form input {
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: #f4f8fd;
  border: 0.1rem solid #deeaf9;
  display: block;
  font-size: 0.9rem;
  width: 100%;
  max-width: 30rem;
}
.account_form input:focus {
  background-color: transparent;
  outline: 0;
}
.account_form input.margin_bottom {
  margin-bottom: 2rem;
}
.account_form--deposit {
  margin-bottom: 1rem;
}
.account_form--deposit input {
  max-width: 100%;
}
.account_form__modes {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.account_form__modes div {
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #475f78;
  cursor: pointer;
}
.account_form__modes .active {
  background-color: #f4f8fd;
  border-radius: 0.25rem;
}

.client_preview {
  width: 100%;
  max-width: 30rem;
  border: 0.1rem solid #f4f8fd;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  align-items: center;
}
.client_preview--deposit {
  max-width: 100%;
  margin-bottom: 1rem;
}
.client_preview__container {
  max-width: 30rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.client_preview img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 50%;
}
.client_preview p {
  color: #4873a1;
  font-size: 0.8rem;
  font-weight: 500;
}
.client_preview h3 {
  font-size: 1rem;
}
.client_preview:hover {
  background-color: #f4f8fd;
}

.client_profile__logout {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #4873a1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
  transition: all 0.3s ease;
  cursor: pointer;
}
.client_profile__logout img {
  width: 1rem;
  transform: rotate(90deg);
}
.client_profile__logout:hover {
  opacity: 1;
}

.client_profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  background: #f4f8fd;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
}
.client_profile img {
  transition: all 0.3s;
}
.client_profile img:hover {
  transform: scale(2.5);
}
.client_profile__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.client_profile img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  border: 0.125rem solid rgba(71, 95, 120, 0.1);
}
.client_profile h3 {
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.client_profile p {
  color: #4873a1;
  font-size: 0.7rem;
  font-weight: 500;
}
.client_profile:hover h3 {
  max-width: none;
}

.client_tiles {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 20rem;
  gap: 1rem;
}
.client_tiles--right {
  right: 3rem;
}

.client_tile {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 0.125rem solid #f4f8fd;
  align-items: center;
  transition: transform 0.3s;
  position: relative;
  text-decoration: none;
  justify-content: center;
  transition: 0.3s background ease;
}
.client_tile:hover {
  background-color: #f4f8fd;
  cursor: pointer;
}
.client_tile div {
  width: 3rem;
  height: 3rem;
  background-color: #475f78;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client_tile img {
  width: 2.5rem;
}
.client_tile h3 {
  font-size: 1rem;
}

@media (max-width: 1250px) {
  .client_tiles {
    position: static;
    flex-direction: row;
    width: 100%;
    margin-bottom: 2rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  .client_tile {
    min-width: 15rem;
  }
}
.client_accounts_admin_modal_content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.client_accounts_admin_modal_content .client_preview {
  max-width: 100%;
  width: 100%;
}

.dashboard {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  max-width: 70rem;
  margin: 3rem auto;
  flex-wrap: wrap;
}
.dashboard__tile {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 1rem;
  border-radius: 1rem;
  border: 0.125rem solid #f4f8fd;
  align-items: center;
  transition: transform 0.3s;
  position: relative;
  text-decoration: none;
  justify-content: center;
  transition: 0.3s background ease;
  min-width: 17rem;
}
.dashboard__tile img {
  width: 6rem;
  height: 6rem;
  background-color: #475f78;
  padding: 1rem;
  border-radius: 50%;
}
.dashboard__tile h3 {
  font-size: 1.125rem;
}
.dashboard__tile:hover {
  background-color: #f4f8fd;
}

@media (max-width: 800px) {
  .dashboard {
    flex-direction: column;
  }
}
.wallet_tiles {
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 1rem));
  margin-top: 2rem;
  gap: 2rem;
}
.wallet_tiles .wallet {
  border-radius: 0.5em;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}
.wallet_tiles .wallet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem 1rem 0 0;
  border-bottom: 0.125rem solid #f4f8fd;
  padding: 1rem;
  gap: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wallet_tiles .wallet__header div {
  overflow: hidden;
}
.wallet_tiles .wallet__header p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.wallet_tiles .wallet__header img {
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
}
.wallet_tiles .wallet .financial_institution_account_number {
  color: #4873a1;
  font-size: 0.8rem;
  font-weight: 600;
}
.wallet_tiles .wallet .financial_institution_name {
  font-size: 1.25rem;
  font-weight: 600;
  overflow: hidden;
}
.wallet_tiles .wallet__body {
  padding: 1rem;
}
.wallet_tiles .wallet__data:first-of-type {
  margin-bottom: 1rem;
}
.wallet_tiles .wallet__data p {
  color: #858585;
}
.wallet_tiles .wallet__data p:nth-child(1) {
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-size: 0.9rem;
}
.wallet_tiles .wallet .currency {
  position: relative;
}
.wallet_tiles .wallet .currency:hover::after {
  content: attr(data-name);
  position: absolute;
  top: 2.5rem;
  font-size: 0.9rem;
  z-index: 100;
  width: 10rem;
  left: -2rem;
  font-weight: 500;
  color: white;
  background: #4873a1;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.wallet_tiles .wallet .currency:hover::before {
  content: "";
  position: absolute;
  top: 2rem;
  transform: rotate(45deg);
  z-index: 100;
  width: 1rem;
  height: 1rem;
  background-color: #4873a1;
  left: 1rem;
}
.wallet_tiles .wallet__footer {
  background: #506c88;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1rem;
  display: flex;
  gap: 0 1rem;
  justify-content: space-between;
  align-items: center;
  cursor: auto;
  flex-wrap: wrap;
  margin-top: auto;
}
.wallet_tiles .wallet__footer:hover {
  background: #475f78;
}
.wallet_tiles .wallet__footer span {
  color: white;
}
.wallet_tiles .wallet__footer p {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}
.wallet_tiles .wallet__footer p:nth-child(1) {
  font-size: 1.125rem;
  color: #f4f8fd;
}
.wallet_tiles .wallet__extra {
  width: 100%;
  overflow: hidden;
  height: 1px;
  transition: 0.3s height, 0.3s padding;
  padding-top: 1px;
}
.wallet_tiles .wallet__footer.open .wallet__extra {
  display: block;
  height: 32rem;
  padding-top: 1rem;
}
.wallet_tiles .wallet__footer.open .wallet__total::after {
  transform: translateY(0.25rem) rotate(0);
}
.wallet_tiles .wallet.cell_hidden .wallet__footer.open .wallet__extra {
  height: 28rem;
}
.wallet_tiles .wallet.cell2_hidden .wallet__footer.open .wallet__extra {
  height: 30rem;
}
.wallet_tiles .wallet__extra_cell {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 0.05rem solid #4873a1;
}
.wallet_tiles .wallet__extra_cell--separate {
  border-top: 0.125rem solid #858585;
}
.wallet_tiles .wallet__extra_cell p:nth-child(1) {
  font-size: 1rem;
}
.wallet_tiles .wallet__extra_cell p {
  font-size: 1.125rem;
  font-weight: 400;
}
.wallet_tiles .wallet__total {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wallet_tiles .wallet__total::after {
  content: "";
  border: 0.35rem solid transparent;
  border-top: 0.35rem solid #f4f8fd;
  transform: translateY(0.25rem) rotate(-45deg);
  transition: transform 0.3s;
}
.wallet_tiles .wallet.closed {
  opacity: 0.75;
}
.wallet_tiles .wallet.frozen .wallet__body,
.wallet_tiles .wallet.frozen .wallet__header {
  background: #e9e9ff;
}
.wallet_tiles .wallet.blocked .wallet__body,
.wallet_tiles .wallet.blocked .wallet__header {
  background: #fedada;
}

.member_contact {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.member_contact__head {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.member_contact__name {
  flex: 2;
}
.member_contact__profile {
  display: flex;
  gap: 2rem;
  width: 100%;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  position: relative;
}
.member_contact__profile h2 {
  font-size: 2rem;
}
.member_contact__profile p {
  font-weight: 500;
  color: #4873a1;
}
.member_contact__profile img {
  width: 8rem;
  height: 8rem;
  background-color: white;
  border: 2px solid #f4f8fd;
  border-radius: 50%;
  object-fit: cover;
}
.member_contact__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: white;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.member_contact__group {
  display: flex;
  gap: 1rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  justify-content: space-between;
  align-items: center;
}
.member_contact__group--country {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.member_contact__group--country img {
  width: 1.5rem;
  height: 1.5rem;
}
.member_contact__group--flag img {
  width: 1.5rem;
  height: 1rem;
}
.member_contact__group p {
  font-size: 1.125rem;
}
.member_contact__group input {
  border-bottom: 0.125rem solid #c9ddf5;
  padding: 0.25rem 0.5rem;
  width: 15rem;
  font-size: 1.125rem;
}
.member_contact__group input:focus {
  border-bottom: 0.125rem solid #4873a1;
}
.member_contact__group:nth-child(even) {
  background-color: #f4f8fd;
}
.member_contact__phone {
  position: relative;
  display: flex;
  gap: 0.125rem;
}
.member_contact__phone input {
  background: #f4f8fd;
  padding: 0.5rem 1rem;
  flex: 1;
  font-size: 1.125rem;
  height: 2.75rem;
}
.member_contact__phone span.read_only {
  padding-left: 3rem;
}
.member_contact__phone select {
  background: #f4f8fd;
  padding: 0.5rem 2rem 0.5rem 3rem;
  appearance: none;
  border: none;
  width: 9rem;
  font-size: 1.125rem;
  height: 2.75rem;
}
.member_contact__phone select:focus {
  outline: 0.125rem solid #4873a1;
}
.member_contact__phone select[disabled] {
  opacity: 1;
}
.member_contact__phone .triangle {
  left: 7.5rem;
  top: 1.25rem;
}
.member_contact__phone img {
  width: 1.5rem;
  height: 1rem;
  position: absolute;
  object-fit: cover;
  top: 0.8rem;
  left: 1rem;
  border-radius: 0;
  border: none;
}
.member_contact__email {
  display: flex;
}
.member_contact__email input {
  background: white;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  flex: 1;
}
.member_contact__email input:focus {
  outline: 0.125rem solid #4873a1;
}
.member_contact__cols {
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
}
.member_contact__cols--background {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.member_contact__cols--background .member_contact__col {
  box-shadow: none;
  margin: 0;
}
.member_contact__select {
  background: #f4f8fd;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.75rem;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  appearance: none;
  border: none;
  padding-right: 3rem;
}
.member_contact__select[disabled] {
  opacity: 1;
}
.member_contact__select:focus {
  outline: 0.125rem solid #4873a1;
}
.member_contact__col {
  flex: 1;
  position: relative;
  padding: 1rem;
  border-radius: 0.5rem;
  background: white;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
}
.member_contact__col--transparent {
  background: transparent;
  box-shadow: none;
}
.member_contact__col label,
.member_contact__col p {
  font-weight: 500;
  display: inline-block;
  color: #858585;
  margin-bottom: 0.5rem;
}
.member_contact__col input {
  background: #f4f8fd;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.75rem;
  border-radius: 0.25rem;
  font-size: 1.125rem;
}
.member_contact__col input:focus {
  outline: 0.125rem solid #4873a1;
}
.member_contact__col .read_only {
  display: block;
  background: #f4f8fd;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.75rem;
  border-radius: 0.25rem;
  font-size: 1.125rem;
}
.member_contact__col--triangle .triangle {
  right: 1.5rem;
  left: auto;
  bottom: 3rem;
  top: auto;
}
.member_contact__delete {
  color: #ff5252;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  border: 0.125rem dashed #ff5252;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}
.member_contact__delete:hover {
  color: white;
  background: #ff5252;
}
.member_contact__logs {
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background: #475f78;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}
.member_contact__logs:hover {
  background: #4873a1;
}
.member_contact__reactivate {
  color: green;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 0.125rem dashed green;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0.25rem 0.5rem;
}
.member_contact__reactivate:hover {
  color: white;
  background: green;
}
.member_contact .status_suspended {
  background: brown;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.member_contact .status_closed {
  background: grey;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.member_contact .status_verified {
  background: green;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.member_contact .status_test {
  background: grey;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.member_contact .status_pendingApproval {
  background: red;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.member_contact .status_declined {
  background: black;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.member_contact .status_unverified {
  background: white;
  color: black;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.member_contact .member_contact__status {
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
}
.member_contact .pending {
  background: #4873a1;
}
.member_contact .active_member {
  background: green;
}
.member_contact .not_active_member {
  background: #858585;
}
.member_contact .inactive {
  background: #ff5252;
}
.member_contact__name_wrapper {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.wallet_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.wallet_list .wallet {
  border-radius: 0.5em;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.3s;
  display: flex;
  gap: 1rem;
}
.wallet_list .wallet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  gap: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 20rem;
}
.wallet_list .wallet__header div {
  overflow: hidden;
}
.wallet_list .wallet__header p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.wallet_list .wallet__header img {
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
}
.wallet_list .wallet .financial_institution_account_number {
  color: #4873a1;
  font-size: 0.8rem;
  font-weight: 600;
}
.wallet_list .wallet .financial_institution_name {
  font-size: 1.25rem;
  font-weight: 600;
  overflow: hidden;
}
.wallet_list .wallet__body {
  padding: 1rem;
  display: flex;
  gap: 2rem;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
}
.wallet_list .wallet__data {
  flex: 1;
}
.wallet_list .wallet__data:first-of-type {
  margin-bottom: 1rem;
}
.wallet_list .wallet__data p {
  color: #858585;
}
.wallet_list .wallet__data p:nth-child(1) {
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-size: 0.9rem;
}
.wallet_list .wallet__footer {
  width: 25rem;
  background: #506c88;
  border-radius: 0.5rem;
  padding: 1rem;
  cursor: auto;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.wallet_list .wallet__footer span {
  color: white;
}
.wallet_list .wallet__footer p {
  color: #475f78;
  font-size: 1.5rem;
  font-weight: 600;
}
.wallet_list .wallet__footer p:nth-child(1) {
  color: #f4f8fd;
  font-size: 1.125rem;
}
.wallet_list .wallet__extra {
  width: 100%;
  overflow: hidden;
  height: 1px;
  transition: 0.3s height, 0.3s padding;
  padding-top: 1px;
}
.wallet_list .wallet__footer.open .wallet__extra {
  display: block;
  height: 32rem;
  padding-top: 1rem;
}
.wallet_list .wallet__footer.open .wallet__total::after {
  transform: translateY(0.25rem) rotate(0);
}
.wallet_list .wallet.cell_hidden .wallet__footer.open .wallet__extra {
  height: 28rem;
}
.wallet_list .wallet.cell2_hidden .wallet__footer.open .wallet__extra {
  height: 30rem;
}
.wallet_list .wallet__extra_cell {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 0.05rem solid #4873a1;
}
.wallet_list .wallet__extra_cell--separate {
  border-top: 0.125rem solid #858585;
}
.wallet_list .wallet__extra_cell p:nth-child(1) {
  font-size: 1rem;
}
.wallet_list .wallet__extra_cell p {
  font-size: 1.125rem;
  font-weight: 400;
}
.wallet_list .wallet__total {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wallet_list .wallet__total::after {
  content: "";
  border: 0.35rem solid transparent;
  border-top: 0.35rem solid #f4f8fd;
  transform: translateY(0.25rem) rotate(-45deg);
  transition: transform 0.3s;
}
.wallet_list .wallet.closed {
  opacity: 0.75;
}
.wallet_list .wallet.frozen .wallet__body,
.wallet_list .wallet.frozen .wallet__header {
  background: #e9e9ff;
}
.wallet_list .wallet.blocked .wallet__body,
.wallet_list .wallet.blocked .wallet__header {
  background: #fedada;
}

.wallet_info {
  background: white;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  border-radius: 0.5rem;
}
.wallet_info:first-child {
  margin-bottom: 2rem;
}
.wallet_info__header {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.wallet_info__header h3 {
  font-size: 1.25rem;
  color: #858585;
}
.wallet_info__header img {
  width: 1.5rem;
}
.wallet_info__header button {
  display: grid;
  place-content: center;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
}
.wallet_info__header button:hover {
  background: #f4f8fd;
}
.wallet_info__header button.active {
  background: #deeaf9;
}
.wallet_info__table_wrapper {
  width: 100%;
  overflow: auto;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.wallet_info__table {
  width: 100%;
  min-width: 50rem;
  border-collapse: collapse;
}
.wallet_info__table td,
.wallet_info__table th {
  border: 0.07rem solid #f4f8fd;
  padding: 0.5rem;
  width: 20%;
  text-align: center;
}
.wallet_info__table--extra_cell td,
.wallet_info__table--extra_cell th {
  width: 15%;
}
.wallet_info__table tfoot td {
  font-weight: bold;
}
.wallet_info__table thead {
  background: #f4f8fd;
  text-align: left;
}
.wallet_info__table thead th:not(th:last-child) {
  border-right: 0.07rem solid white;
}
.wallet_info__container {
  display: flex;
  gap: 1rem;
}
.wallet_info__item {
  background: white;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  flex: 1;
  flex-wrap: wrap;
}
.wallet_info__item h3 {
  color: #858585;
  margin-bottom: 0.25rem;
}
.wallet_info__item p {
  font-size: 1.125rem;
}
.wallet_info__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.wallet_info__buttons {
  display: flex;
  gap: 1rem;
}
.wallet_info__button {
  color: white;
  padding: 0.25rem 0.5rem;
  background: #4873a1;
  border-radius: 0.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.wallet_info__button span {
  color: white;
}
.wallet_info__button:hover {
  background: #475f78;
}
.wallet_info__button[disabled] {
  background: #4873a1;
}
.wallet_info__button[disabled]::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  background: #4873a1;
  border-radius: 50%;
  border: 0.2rem solid #475f78;
  border-top: 0.2rem solid white;
  animation: spin 0.75s infinite;
}
.wallet_info__filters {
  display: grid;
  grid-template-columns: calc(50% - 0.5rem) calc(50% - 0.5rem);
  align-items: end;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.wallet_info__filters_wrapper {
  flex: 1;
}
.wallet_info__filters_wrapper p {
  margin-bottom: 0.5rem;
  color: #858585;
}
.wallet_info__filters_wrapper div {
  display: flex;
  gap: 0.5rem;
}
.wallet_info__filters_wrapper .triangle {
  right: 1rem;
  left: auto;
}
.wallet_info__select {
  position: relative;
  flex: 1;
}
.wallet_info__select select {
  background: #f4f8fd;
  border: none;
  width: 100%;
  padding: 0.7rem 2rem 0.7rem 1rem;
  appearance: none;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.wallet_info__select select:focus {
  outline: 0.125rem solid #4873a1;
  background: none;
}
.wallet_info__input {
  background: #f4f8fd;
  border: none;
  flex: 1;
  padding: 0.5rem 1rem;
  appearance: none;
  border-radius: 0.5rem;
  width: 100%;
}
.wallet_info__input:focus {
  outline: 0.125rem solid #4873a1;
  background: none;
}
.wallet_info__search {
  background: #4873a1;
  color: white;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1rem;
  width: 5rem;
  padding: 0.5rem;
  cursor: pointer;
  transition: 0.3s background;
  font-weight: 500;
}
.wallet_info__search:hover {
  background: #475f78;
}
.wallet_info__stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.wallet_info__stats p {
  color: #31364e;
}
.wallet_info__stats p:nth-child(1) {
  font-weight: 500;
}
.wallet_info__stat {
  flex: 1;
  border-radius: 0.5em;
  border: 0.125rem solid #d6d6d6;
  overflow: hidden;
}
.wallet_info__cell {
  display: flex;
  padding: 0.5rem 1rem;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  outline: 0.05rem solid white;
  flex-wrap: wrap;
}
.wallet_info__cell--dark {
  background: #f4f8fd;
}
.wallet_info__download {
  color: #4873a1;
  font-weight: 500;
  text-decoration: underline;
}
.wallet_info__download:hover, .wallet_info__download:visited, .wallet_info__download:active, .wallet_info__download:link, .wallet_info__download:focus {
  color: #4873a1;
}

.wallet_account__internal {
  background: #4873a1;
  color: white;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  border: 0.125rem solid #f4f8fd;
  transition: border 0.3s, background 0.3s, color 0.3s;
}
.wallet_account__internal:hover {
  background: #475f78;
}
.wallet_account__internal.active_link {
  cursor: auto;
  background: #f4f8fd;
  color: #4873a1;
  border: 0.125rem solid #4873a1;
}

.internal_tiles {
  display: flex;
  gap: 1.5rem;
  margin: 1.5rem 0 3rem;
  flex-wrap: wrap;
}

.internal_tile {
  padding: 0.5rem;
  border: 0.05rem solid #deeaf9;
  text-align: center;
  border-radius: 0.5rem;
  cursor: pointer;
  background: white;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.internal_tile:hover:not(.active):not(.disabled) {
  background: #f4f8fd;
}
.internal_tile.active {
  background: #475f78;
  border: 0.05rem solid #475f78;
  box-shadow: none;
}
.internal_tile.active h3,
.internal_tile.active p {
  color: white;
}
.internal_tile.active p.red,
.internal_tile.active p.green {
  color: white;
}
.internal_tile.disabled {
  opacity: 0.75;
  cursor: auto;
}
.internal_tile h3 {
  font-size: 1.125rem;
  color: #475f78;
  font-weight: 500;
}
.internal_tile p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #858585;
}
.internal_tile p.green {
  color: #0aa00a;
}
.internal_tile p.red {
  color: #ff6f6f;
}

.internal_input {
  margin: 1.5rem 0 3rem;
}
.internal_input input {
  font-size: 1rem;
  padding: 1rem 0.8rem;
  width: 100%;
  background: #f4f8fd;
  border-radius: 0.5rem;
}
.internal_input input:focus {
  outline: 0.125rem solid #4873a1;
  background: transparent;
}

.internal_header {
  color: #858585;
  font-size: 1rem;
  text-transform: uppercase;
}

.internal_go_back {
  display: flex;
  margin-bottom: 2rem;
  cursor: pointer;
  gap: 0.5rem;
}
.internal_go_back img {
  width: 1.5rem;
}

.internal_button {
  padding: 0.75rem 1.5rem;
  background: #4873a1;
  color: white;
  border-radius: 0.5rem;
  font-weight: 500;
  display: flex;
  margin-left: auto;
  cursor: pointer;
  transition: background 0.3s;
}
.internal_button__wrapper {
  margin: 2rem 0 0 auto;
  padding-top: 2rem;
  border-top: 0.05rem solid #c9ddf5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.internal_button__wrapper p {
  font-size: 1.125rem;
  font-weight: 500;
}
.internal_button__wrapper span:last-child {
  color: #475f78;
  font-weight: 700;
}
.internal_button:hover {
  background: #475f78;
}
.internal_button[disabled] {
  background: #858585;
}

.internal_info {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  border-bottom: 0.05rem solid #c9ddf5;
  padding-bottom: 1.5rem;
}
.internal_info .name {
  font-size: 1.5rem;
}
.internal_info .code {
  font-weight: 500;
  color: #4873a1;
}

.internal_summary {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.internal_summary__item {
  display: flex;
  padding: 0.75rem;
  border-radius: 0.5rem;
  justify-content: space-between;
}
.internal_summary__item p {
  font-size: 1.125rem;
}
.internal_summary__item p:first-child {
  font-weight: 500;
}
.internal_summary__item:nth-child(odd) {
  background: #f4f8fd;
}
.internal_summary__item:last-child {
  border-radius: 0;
  border-top: 1px solid black;
  margin-top: 1rem;
}

.member_contact__profile--square img {
  padding: 5px;
  border-radius: 0;
  border: none;
  background: transparent;
}

.member_contact__group--filled:nth-child(odd) {
  background: #475f78;
}
.member_contact__group--filled:nth-child(odd) p {
  color: white;
}

.member_contact__group--separator_top {
  border-top: 0.125rem solid #858585;
  border-radius: 0 0 0.5rem 0.5rem;
}

#internal_summary_amount {
  font-weight: 600;
}

#internal_projected_balance {
  font-weight: 700;
  font-size: 1.25rem;
}

@media (max-width: 1400px) {
  .wallet_tiles {
    grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
  }
}
@media (max-width: 1200px) {
  .wallet_info__filters {
    grid-template-columns: 100%;
  }
}
@media (max-width: 700px) {
  .wallet_tiles {
    grid-template-columns: 1fr;
  }
  .wallet_info__filters {
    grid-template-columns: 100%;
  }
  .wallet_info__stats {
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .internal_tile {
    width: 100%;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
}
.wallet_new_modal_container {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-direction: column;
}

.wallet_new {
  border-radius: 0.5em;
  background-color: white;
  border-radius: 1rem;
  cursor: pointer;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  border: 0.125rem solid #f4f8fd;
}
.wallet_new__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem 1rem 0 0;
  border-bottom: 0.125rem solid #f4f8fd;
  background: #475f78;
  padding: 1rem;
  gap: 1rem;
}
.wallet_new__header img {
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
}
.wallet_new__title img {
  width: 1.25rem;
  height: 0.75rem;
  border-radius: 0.125rem;
}
.wallet_new .wallet_ref {
  color: #f4f8fd;
  font-size: 0.8rem;
  font-weight: 600;
}
.wallet_new .wallet_name {
  font-size: 1.125rem;
  font-weight: 600;
  overflow: hidden;
  color: white;
}
.wallet_new__body {
  padding: 1rem;
}
.wallet_new__data:first-of-type {
  margin-bottom: 1rem;
}
.wallet_new__data p {
  color: #858585;
}
.wallet_new__data p:nth-child(1) {
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-size: 0.9rem;
}
.wallet_new__title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.wallet_new .currency {
  position: relative;
}
.wallet_new .country__container[data-title] {
  position: relative;
  overflow: visible;
  display: block;
}
.wallet_new .country__container[data-title]:hover::after {
  content: attr(data-title);
  display: block;
  position: absolute;
  top: 2rem;
  font-size: 0.9rem;
  z-index: 1000;
  width: 10rem;
  left: -5rem;
  font-weight: 500;
  color: #858585;
  background: white;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.wallet_new .country {
  position: relative;
}
.wallet_new__footer {
  background: #506c88;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1rem;
  display: flex;
  gap: 0 1rem;
  justify-content: space-between;
  align-items: center;
  cursor: auto;
  flex-wrap: wrap;
  margin-top: auto;
}
.wallet_new__footer:hover {
  background: #475f78;
}
.wallet_new__footer span {
  color: white;
}
.wallet_new__footer p {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}
.wallet_new__footer p:nth-child(1) {
  font-size: 1.125rem;
  color: #f4f8fd;
}
.wallet_new__extra {
  width: 100%;
  overflow: hidden;
  height: 1px;
  transition: 0.3s height, 0.3s padding;
  padding-top: 1px;
}
.wallet_new__footer.open .wallet__extra {
  display: block;
  height: 32rem;
  padding-top: 1rem;
}
.wallet_new__footer.open .wallet__total::after {
  transform: translateY(0.25rem) rotate(0);
}
.wallet_new.cell_hidden .wallet__footer.open .wallet__extra {
  height: 28rem;
}
.wallet_new.cell2_hidden .wallet__footer.open .wallet__extra {
  height: 30rem;
}
.wallet_new__extra_cell {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 0.05rem solid #4873a1;
}
.wallet_new__extra_cell--separate {
  border-top: 0.125rem solid #858585;
}
.wallet_new__extra_cell p:nth-child(1) {
  font-size: 1rem;
}
.wallet_new__extra_cell p {
  font-size: 1.125rem;
  font-weight: 400;
}
.wallet_new__total {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wallet_new__total::after {
  content: "";
  border: 0.35rem solid transparent;
  border-top: 0.35rem solid #4873a1;
  transform: translateY(0.25rem) rotate(-45deg);
  transition: transform 0.3s;
}

#wallet_new_modal_filters {
  margin-bottom: 1rem;
}

.wallet_modal_profile {
  display: flex;
  align-items: center;
  background: #f4f8fd;
  border-radius: 0.5rem;
  padding: 1rem;
  gap: 1rem;
}
.wallet_modal_profile .wallet_logo {
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
}
.wallet_modal_profile h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
.wallet_modal_profile p {
  color: #475f78;
  font-size: 0.8rem;
  font-weight: 600;
}
.wallet_modal_profile .wallet_flag {
  margin-left: auto;
  width: 1.5rem;
  height: 1rem;
  border-radius: 0.125rem;
}
.wallet_modal_profile .wallet_flag__container[data-title] {
  position: relative;
  margin-left: auto;
}
.wallet_modal_profile .wallet_flag__container[data-title]:hover::after {
  content: attr(data-title);
  position: absolute;
  top: 1.5rem;
  font-size: 0.9rem;
  z-index: 100;
  width: 10rem;
  right: 0;
  font-weight: 500;
  color: #858585;
  background: white;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.wallet_modal_details {
  padding-top: 1rem;
}
.wallet_modal_details__item {
  padding: 0.75rem 0;
  border-bottom: 0.1rem solid #deeaf9;
}
.wallet_modal_details__item p:first-of-type {
  font-size: 0.8rem;
  font-weight: 600;
}
.wallet_modal_details__item--text {
  border-bottom: none;
}
.wallet_modal_details__item--text p {
  margin-bottom: 0.5rem;
}
.wallet_modal_details .financial_institution_name {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.wallet_modal_details .financial_institution_name p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.lateral_modal__header button.wallet_new_modal__open_acc {
  color: white;
  background: #475f78;
  border-radius: 0;
  flex: none;
  width: auto;
  height: auto;
  padding: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s ease all;
}
.lateral_modal__header button.wallet_new_modal__open_acc:hover {
  background: #4873a1;
}

.wallet_new_modal_auth_note {
  background: yellow;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  white-space: pre-line;
}
.wallet_new_modal_auth_note--wrap {
  white-space: normal;
}

.wallet_modal_details__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 1000px) {
  .wallet_info__container {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .wallet_modal_details__info {
    grid-template-columns: 1fr;
  }
}
.wallet_info__status {
  background: white;
  color: #475f78;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  height: 2rem;
}
.wallet_info__status.closed {
  color: #858585;
}
.wallet_info__status.blocked {
  color: #ff5252;
}

.wallet_info_frozen_message {
  padding: 1rem;
  border-radius: 0.5rem;
  background: yellow;
  font-weight: 500;
}

.wallet_account__buttons {
  display: flex;
  gap: 1rem;
}

.wallet_account__freeze {
  border: 0.125rem dashed #4873a1;
  color: #4873a1;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: border 0.3s, background 0.3s, color 0.3s;
}
.wallet_account__freeze:hover {
  border: 0.125rem dashed #475f78;
  color: #475f78;
}

.wallet_account__mark {
  background: #4873a1;
  color: white;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  border: 0.125rem solid #f4f8fd;
  transition: border 0.3s, background 0.3s, color 0.3s;
}
.wallet_account__mark:hover {
  background: #475f78;
}

.wallet_info_close {
  color: #ff5252;
  font-weight: 500;
  cursor: pointer;
}

#balance_savings_interest_rate {
  background: #475f78;
  color: white;
}

.balance_interest_rate {
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.balance_interest_rate__header {
  width: 20%;
  padding: 0.5rem;
  background: #f4f8fd;
  border: 0.07rem solid #f4f8fd;
  text-align: center;
  min-width: 140px;
  font-weight: bold;
}
.balance_interest_rate__body {
  width: 20%;
  min-width: 140px;
  padding: 0.5rem;
  background: #f4f8fd;
  border: 0.07rem solid #f4f8fd;
  text-align: center;
}
.balance_interest_rate button {
  color: white;
  background: #4873a1;
  padding: 0.5rem;
  border-radius: 0.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-left: auto;
  opacity: 0.9;
  transition: 0.3s ease all;
}
.balance_interest_rate button:hover {
  opacity: 1;
}

.wallet_interest_table {
  width: 100%;
}
.wallet_interest_table__inner {
  width: 100%;
  max-width: 30rem;
  border-collapse: collapse;
}
.wallet_interest_table__inner td {
  padding: 0.3rem 0.5rem;
  font-size: 0.9rem;
  border: 0.125rem solid #f4f8fd;
}
.wallet_interest_table__inner tr td:last-of-type {
  font-size: 1rem;
  text-align: end;
}
.wallet_interest_table__inner input {
  border-bottom: 0.05rem solid #b3cff1;
  width: 100%;
  font-size: 1rem;
  text-align: end;
}
.wallet_interest_table__inner tr:last-of-type td {
  border-top: 0.125rem solid #475f78 !important;
}
.wallet_interest_table table:last-of-type {
  border-collapse: collapse;
}
.wallet_interest_table table:last-of-type td,
.wallet_interest_table table:last-of-type th {
  padding: 0.3rem 0.5rem;
  font-size: 0.9rem;
  border: 0.125rem solid #deeaf9;
}
.wallet_interest_table table:last-of-type tr:nth-child(odd) td {
  background: #f4f8fd;
}

.wallet_cash_denominations_button {
  color: white;
  background: #4873a1;
  padding: 0.5rem;
  border-radius: 0.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-left: 1rem;
  opacity: 0.9;
  transition: 0.3s ease all;
}
.wallet_cash_denominations_button:hover {
  opacity: 1;
}

@media (max-width: 450px) {
  .balance_interest_rate button {
    margin-top: 1rem;
  }
}
.cash_modal__group {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  align-items: center;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 0.125rem solid #f4f8fd;
  padding-bottom: 0.5rem;
}
.cash_modal__group h4 {
  font-size: 1rem;
  color: #475f78;
  font-weight: 500;
}
.cash_modal__group h3 {
  font-size: 1.25rem;
  width: 6rem;
  text-align: center;
}
.cash_modal__group span {
  font-size: 1rem;
  color: #638db9;
  white-space: nowrap;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.cash_modal__group--total {
  padding: 1rem 0;
  border: none;
}
.cash_modal__group--total h4 {
  font-size: 1.1rem;
  font-weight: 700;
}
.cash_modal__group--total span:nth-child(2) {
  opacity: 0;
}
.cash_modal__img_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cash_modal__img_wrapper img {
  width: 6rem;
  border-radius: 0.25rem;
}
.cash_modal__img_wrapper p {
  position: absolute;
  color: #c9f18a;
  font-weight: 600;
}

.wallet_cash_modal_container {
  border: 0.125rem solid #f4f8fd;
  padding: 1.5rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lateral_modal--cash .lateral_modal__content {
  max-width: 40rem;
}

.wallet_info__statement {
  background: #4873a1;
  color: white;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  border: 0.125rem solid #f4f8fd;
  transition: border 0.3s, background 0.3s, color 0.3s;
  margin-left: auto;
}
.wallet_info__statement:hover {
  background: #475f78;
}
.wallet_info__statement.active {
  background: #f4f8fd;
  color: #4873a1;
  border: 0.125rem solid #4873a1;
}

.wallet_info__downloads {
  display: flex;
  gap: 0.75rem;
  padding-top: 1rem;
  justify-content: flex-end;
}
.wallet_info__downloads a:link {
  font-size: 0.8rem;
  color: #858585;
}
.wallet_info__downloads a:link:hover {
  color: #4873a1;
}

.deposit_select {
  background: #f4f8fd;
  padding: 0.75rem 2rem 0.75rem 1rem;
  border-radius: 0.5rem;
  display: block;
  appearance: none;
  border: none;
  width: 100%;
  font-size: 0.9rem;
}
.deposit_select__container {
  max-width: 40rem;
  margin: 0 auto 1rem;
  position: relative;
}
.deposit_select__container .triangle {
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  z-index: 10;
  position: absolute;
  top: 45%;
  right: auto;
  border-top: 0.4rem solid #475f78;
  pointer-events: none;
  top: 45%;
  right: 1.5rem;
  left: auto;
}
.deposit_select:focus {
  outline: 0.125rem solid #4873a1;
}

.transactions_nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.transactions_nav__item {
  font-size: 1rem;
  display: block;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
.transactions_nav__item span {
  font-size: 1rem;
}
.transactions_nav__item:hover {
  background-color: #f6f6f6;
}
.transactions_nav__item--active {
  background-color: #475f78;
  color: white;
}
.transactions_nav__item--active:hover {
  background-color: #475f78;
}
.transactions_nav__item--active span {
  color: white;
}

.transactions_tiles {
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 1rem));
  margin-top: 2rem;
  gap: 2rem;
}
.transactions_tiles .transaction {
  border-radius: 0.5em;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.transactions_tiles .transaction__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem 1rem 0 0;
  border-bottom: 0.125rem solid #f4f8fd;
  padding: 1rem;
  gap: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.transactions_tiles .transaction__header div {
  overflow: hidden;
}
.transactions_tiles .transaction__header p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.transactions_tiles .transaction__header img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 50%;
}
.transactions_tiles .transaction__header img.square {
  border-radius: 0.5rem;
}
.transactions_tiles .transaction .transaction_ref {
  color: #475f78;
  font-size: 0.8rem;
  font-weight: 600;
}
.transactions_tiles .transaction .transaction_name {
  font-size: 1.25rem;
  font-weight: 600;
  overflow: hidden;
}
.transactions_tiles .transaction__body {
  padding: 1.5rem 1rem;
}
.transactions_tiles .transaction__calendar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.transactions_tiles .transaction__calendar p {
  font-size: 0.9rem;
  color: #858585;
}
.transactions_tiles .transaction__calendar img {
  width: 1.25rem;
  height: 1.25rem;
}
.transactions_tiles .transaction__footer {
  padding: 0.75rem 1rem;
  background: #475f78;
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.transactions_tiles .transaction__price {
  font-size: 1.25rem;
  color: white;
  font-weight: 600;
}
.transactions_tiles .transaction__completed {
  background-color: #00de00;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.transactions_tiles .transaction__pending {
  background-color: #475f78;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.transactions_tiles .transaction__reclaimed, .transactions_tiles .transaction__reversed {
  background-color: orange;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.transactions_tiles .transaction__refused, .transactions_tiles .transaction__cancelled {
  background-color: #ff5252;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.transactions_tiles .transaction__under_review {
  background-color: #00cefb;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.transactions_tiles .transaction__test_mode {
  background-color: #858585;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.transactions_tiles .transaction__action_required {
  background-color: #858585;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}

.transactions_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.transactions_list .transaction {
  border-radius: 0.5em;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  align-items: center;
  transition: transform 0.3s;
  display: flex;
  gap: 1rem;
  text-decoration: none;
}
.transactions_list .transaction__header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  gap: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.transactions_list .transaction__header div {
  overflow: hidden;
}
.transactions_list .transaction__header p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.transactions_list .transaction__header img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 50%;
}
.transactions_list .transaction__header img.square {
  border-radius: 0.5rem;
}
.transactions_list .transaction .transaction_ref {
  color: #475f78;
  font-size: 0.8rem;
  font-weight: 600;
}
.transactions_list .transaction .transaction_name {
  font-size: 1.25rem;
  font-weight: 600;
  overflow: hidden;
}
.transactions_list .transaction__body {
  padding: 1rem;
  flex: 1;
  max-width: 20rem;
}
.transactions_list .transaction__calendar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.transactions_list .transaction__calendar p {
  font-size: 0.9rem;
  color: #858585;
}
.transactions_list .transaction__calendar img {
  width: 1.25rem;
  height: 1.25rem;
}
.transactions_list .transaction__footer {
  padding: 1rem;
  gap: 2rem;
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  justify-content: space-between;
}
.transactions_list .transaction__price {
  font-size: 1.125rem;
  color: #475f78;
  font-weight: 600;
}
.transactions_list .transaction__completed {
  background-color: #00de00;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.transactions_list .transaction__pending {
  background-color: #475f78;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.transactions_list .transaction__reclaimed, .transactions_list .transaction__reversed {
  background-color: orange;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.transactions_list .transaction__refused, .transactions_list .transaction__cancelled {
  background-color: #ff5252;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.transactions_list .transaction__under_review {
  background-color: #00cefb;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.transactions_list .transaction__test_mode {
  background-color: #858585;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.transactions_list .transaction__action_required {
  background-color: #858585;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}

@media (max-width: 1400px) {
  .transactions_tiles {
    grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
  }
}
@media (max-width: 700px) {
  .transactions_tiles {
    grid-template-columns: 1fr;
  }
}
#transactions_filters__calendar .create_main_inputs_select {
  width: 17rem;
}
#transactions_filters__calendar .member_timetable__select:not(.member_timetable__select--no_margin):nth-child(2) {
  margin: 0;
}

.transactions_filters__select {
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  padding-right: 3.5rem;
}
.transactions_filters__select:focus {
  outline: 0.125rem solid #4873a1;
}

.transactions_filters_calendar {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.transactions_filters_calendar .search_filter {
  width: auto;
}
.transactions_filters_calendar .transactions_select,
.transactions_filters_calendar .transactions_select--calendar {
  width: 19rem;
}

.transactions_calendar_chart {
  background: #475f78;
  height: 2.75rem;
  width: 2.75rem;
  display: grid;
  place-content: center;
  border-radius: 0.5rem;
  cursor: pointer;
  flex: none;
}
.transactions_calendar_chart img {
  width: 1.75rem;
}

.transactions_calendar__header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.transactions_calendar__header div {
  color: #858585;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem 0;
}

.calendar_date {
  background-color: white;
  min-height: 4rem;
  width: 14.29%;
  border: 0.05rem solid #f4f8fd;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
.calendar_date:not(.calendar_date--disabled):hover {
  z-index: 10;
  outline: 0.05rem solid #b3cff1;
}
.calendar_date:not(.calendar_date--disabled):hover .calendar_date__header img {
  opacity: 0.75;
}
.calendar_date--disabled {
  opacity: 0.6;
}
.calendar_date__day {
  display: block;
}
.calendar_date__day--disabled {
  color: #858585;
  font-weight: 500;
}
.calendar_date__header {
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.calendar_date__header img {
  width: 1rem;
  opacity: 0;
}
.calendar_date.weekend {
  background-color: #ebebeb;
}
.calendar_date__stat--accepted {
  margin-top: auto;
  background-color: #00de00;
  color: white;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: end;
}
.calendar_date__stat--paid {
  margin-top: auto;
  background-color: #f4f8fd;
  color: #4873a1;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: end;
}
.calendar_date__stat--pending {
  color: white;
  background: #4873a1;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: end;
}
.calendar_date__stat--refused {
  background-color: #ff6f6f;
  color: white;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: end;
}

.transactions_calendar__week {
  display: flex;
}
.transactions_calendar__week:first-of-type {
  justify-content: flex-end;
}

.transactions_calendar__legends {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
}
.transactions_calendar__legends .transactions_calendar__legend {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.9rem;
}
.transactions_calendar__legends .blue {
  width: 1rem;
  height: 1rem;
  display: grid;
  place-content: center;
  color: white;
  font-weight: bold;
  background: #4873a1;
  font-size: 0.8rem;
}
.transactions_calendar__legends .green {
  width: 1rem;
  height: 1rem;
  background-color: #00de00;
  display: grid;
  place-content: center;
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
}

.transaction_download_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  background-color: #4873a1;
  transition: background-color 0.3s;
}
.transaction_download_btn img {
  height: 1.5rem;
}
.transaction_download_btn:hover {
  background-color: #475f78;
}

.download-menu {
  position: absolute;
  top: 0;
  left: -0.5rem;
  transform: translateX(-100%);
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  width: 300px;
  padding: 10px;
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
}

.download-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.download-menu li {
  display: flex;
}
.download-menu li a {
  padding: 8px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 0.5rem;
  background: transparent;
  transition: 0.3s;
  text-decoration: none;
  width: 100%;
}
.download-menu li a:hover {
  background-color: #f4f8fd;
  opacity: 0.75;
}

.transactions_view_buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.transaction_details__header {
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #f4f8fd;
  padding: 1rem;
  gap: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}
.transaction_details__header div {
  overflow: hidden;
}
.transaction_details__header p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.transaction_details__header img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 50%;
}
.transaction_details__header img.square {
  border-radius: 0.5rem;
}
.transaction_details__ref {
  color: #475f78;
  font-size: 0.8rem;
  font-weight: 600;
}
.transaction_details__name {
  font-size: 1.125rem;
  font-weight: 600;
  overflow: hidden;
}
.transaction_details__button {
  font-size: 1rem;
  cursor: pointer;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  text-align: center;
  color: white;
  background-color: #4873a1;
  transition: background-color 0.3s;
  margin-bottom: 0.5rem;
  font-weight: 500;
  display: block;
  text-decoration: none;
}
.transaction_details__button:hover {
  background-color: #475f78;
}
.transaction_details__button--cancel {
  background-color: #ff5252;
}
.transaction_details__button--cancel:hover {
  background-color: #ff1f1f;
}
.transaction_details__reason_header {
  font-size: 1rem;
  font-weight: 600;
  color: #475f78;
}
.transaction_details__textarea {
  background: #f4f8fd;
  padding: 1rem;
  margin: 1rem auto 0;
  font-size: 0.9rem;
  display: block;
  border-radius: 0.5rem;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: vertical;
}
.transaction_details__textarea:focus {
  outline: 0.125rem solid #4873a1;
}

.deposit_container {
  max-width: 49rem;
  margin: 0 auto;
  width: 100%;
  border: 0.125rem solid #f4f8fd;
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.deposit_form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.deposit_form__img_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.deposit_form__img_wrapper p {
  position: absolute;
  color: #c9f18a;
  font-weight: 600;
}

.deposit_form__group {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.deposit_form__group img {
  width: 6rem;
  border-radius: 0.25rem;
}
.deposit_form__group span {
  font-size: 0.9rem;
  color: #638db9;
  white-space: nowrap;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
}
.deposit_form__group button {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  background-color: #475f78;
  color: white;
  cursor: pointer;
  transition: 0.3s ease all;
}
.deposit_form__group button:hover {
  background-color: #4873a1;
}

.deposit_subtotal {
  width: 10rem;
}

.deposit_form__group label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #475f78;
}

.deposit_form__group select {
  max-width: 12.6rem;
  margin-left: auto;
  appearance: none;
}

.deposit_form__group .triangle {
  width: 0;
  height: 0;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  z-index: 10;
  position: absolute;
  right: auto;
  right: 1rem;
  border-top: 0.3rem solid #475f78;
  pointer-events: none;
  top: 45%;
  left: auto;
}

.deposit_form__group select,
.deposit_form__group input {
  width: 100%;
  padding: 0.75rem;
  border-radius: 0.25rem;
  background-color: #f4f8fd;
  font-size: 1rem;
  font-weight: 500;
  color: #e96851;
  border: none;
}

.deposit_form__group select:focus,
.deposit_form__group input:focus {
  outline: 0.125rem solid #87a2be;
}

.deposit_form__count {
  display: flex;
  gap: 0.25rem;
}

.deposit_form__count_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  color: white;
  font-size: 1.125rem;
  cursor: pointer;
  background-color: #556f8a;
  border-radius: 0.25rem;
}

.deposit_form__count_button:last-of-type {
  margin-right: 0.25rem;
}

.deposit_total {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}
.deposit_total--projected {
  margin-top: 0.5rem;
}
.deposit_total--summary {
  margin-top: 1rem;
}
.deposit_total--fees {
  margin-bottom: 1rem;
  margin-top: 0;
  border-bottom: 0.125rem solid #f4f8fd;
  padding-bottom: 0.5rem;
}
.deposit_total--fees span:nth-child(1) {
  font-size: 1.25rem;
}

.deposit_total__label {
  color: #475f78;
  font-weight: 500;
}
.deposit_total__label--projected {
  font-size: 0.9rem;
  color: #858585;
}

.deposit_total__result {
  color: #e96851;
  font-size: 1.5rem;
  font-weight: 500;
}
.deposit_total__result--projected {
  color: #858585;
  font-size: 1rem;
}

input.deposit_form__num_input {
  width: 5rem;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

.deposit_buttons {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  justify-content: center;
}
.deposit_buttons button {
  font-size: 1rem;
  padding: 0.7rem 1rem;
  display: block;
  border-radius: 0.5rem;
  transition: 0.3s background;
  cursor: pointer;
  font-weight: 500;
  border: none;
  opacity: 0.9;
  flex: 1;
  max-width: 23.5rem;
  background-color: white;
  color: #4873a1;
  border: 0.125rem solid #f4f8fd;
}
.deposit_buttons button:hover {
  opacity: 1;
}
.deposit_buttons button.active {
  background-color: #4873a1;
  color: white;
}
.deposit_buttons.error button {
  outline: 0.125rem solid rgba(255, 0, 0, 0.5);
}

.deposit_wallet {
  background: #f4f8fd;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  margin: 0 auto;
  max-width: 49rem;
  margin-bottom: 1.5rem;
}
.deposit_wallet img {
  width: 3rem;
  background: none;
  border-radius: 0;
}
.deposit_wallet p {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6b6bff;
}
.deposit_wallet h4 {
  margin-left: auto;
  color: #009600;
  font-size: 1.125rem;
}
.deposit_wallet:hover {
  outline: 0.125rem dashed #e96851;
}
.deposit_wallet--account img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
}

.deposit_textarea {
  background: #f4f8fd;
  padding: 1rem;
  max-width: 49rem;
  margin: 1.5rem auto 0;
  font-size: 0.9rem;
  display: block;
  border-radius: 0.5rem;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: vertical;
}
.deposit_textarea:focus {
  outline: 0.125rem solid #4873a1;
}

.input_label {
  font-size: 1rem;
  color: #475f78;
  font-weight: 500;
}

.penalty-input-wrapper {
  margin-top: 1rem;
}

.penalty_input {
  background: #f4f8fd;
  padding: 1rem;
  max-width: 49rem;
  margin: 0.5rem auto 0;
  font-size: 0.9rem;
  display: block;
  border-radius: 0.5rem;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: vertical;
}
.penalty_input:focus {
  font-size: 0.9rem;
  outline: 0.125rem solid #4873a1;
  background: #f4f8fd;
}

.deposit_input {
  background: #f4f8fd;
  padding: 1rem;
  max-width: 49rem;
  margin: 1.5rem auto 0;
  display: block;
  border-radius: 0.5rem;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: vertical;
}
.deposit_input:focus {
  outline: 0.125rem solid #4873a1;
}

.deposit_modal_wallet {
  border-radius: 0.5em;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.deposit_modal_wallet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem 1rem 0 0;
  border-bottom: 0.125rem solid #f6f6f6;
  padding: 1rem;
  gap: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.deposit_modal_wallet .financial_institution_name {
  font-size: 1.25rem;
  font-weight: 600;
  overflow: hidden;
}
.deposit_modal_wallet .financial_institution_account_number {
  color: #4873a1;
  font-size: 0.8rem;
  font-weight: 600;
}
.deposit_modal_wallet img {
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
}
.deposit_modal_wallet__footer {
  background: #475f78;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1rem;
  display: flex;
  gap: 0 1rem;
  justify-content: space-between;
  align-items: center;
  cursor: auto;
  flex-wrap: wrap;
  margin-top: auto;
}
.deposit_modal_wallet__footer p:nth-child(1) {
  font-size: 1.125rem;
  color: #f6f6f6;
}
.deposit_modal_wallet__footer p:nth-child(1) span {
  color: white;
  font-weight: 500;
}
.deposit_modal_wallet__footer p {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}
.deposit_modal_wallet .currency {
  position: relative;
}
.deposit_modal_wallet .currency:hover::before {
  content: "";
  position: absolute;
  top: 2rem;
  transform: rotate(45deg);
  z-index: 100;
  width: 1rem;
  height: 1rem;
  background-color: #4873a1;
  left: 1rem;
}
.deposit_modal_wallet .currency:hover::after {
  content: attr(data-name);
  position: absolute;
  top: 2.5rem;
  font-size: 0.9rem;
  z-index: 100;
  width: 10rem;
  left: -2rem;
  font-weight: 500;
  color: white;
  background: #4873a1;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.deposit_modal_wallet:hover {
  outline: 0.125rem dashed #e96851;
}

.deposit_continue {
  padding: 0.6rem 1rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  background-color: #4873a1;
  color: white;
  max-width: 49rem;
  cursor: pointer;
  margin: 2rem auto 0;
  transition: 0.3s ease all;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
}
.deposit_continue--same {
  margin-top: 0.5rem;
}
.deposit_continue:hover {
  background-color: #475f78;
}
.deposit_continue[disabled] {
  background-color: #858585;
  cursor: auto;
}

.deposit_modal_summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.deposit_modal_summary .deposit_form__group {
  max-width: 30rem;
}

.deposit_h3 {
  text-align: center;
  margin-bottom: 1rem;
}

.cash_funds_buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.cash_funds_buttons__btn {
  font-size: 1rem;
  display: block;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
.cash_funds_buttons__btn:hover {
  background-color: #f6f6f6;
}
.cash_funds_buttons__btn.active {
  background-color: #4873a1;
  color: white;
}

.deposit_withdrawal__link {
  display: inline-block;
  color: #475f78;
  text-decoration: none;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.deposit_withdrawal__link:hover {
  color: #4873a1;
}

.deposit_withdrawal__links {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.deposit_reason {
  margin: 1.5rem auto;
  position: relative;
  max-width: 49rem;
}
.deposit_reason label {
  display: flex;
  gap: 0.5rem;
  font-weight: 400;
  color: #858585;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
  align-items: center;
  position: relative;
}
.deposit_reason select {
  background: #f4f8fd;
  font: 0.9rem "Poppins", Arial, sans-serif;
  padding: 0.5rem 1rem 0.5rem 1rem;
  height: 3.25rem;
  display: block;
  border-radius: 0.5rem;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3rem;
}
.deposit_reason select:focus {
  outline: 0.125rem solid #4873a1;
}
.deposit_reason input {
  background: #f4f8fd;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  height: 3.25rem;
  font-size: 0.9rem;
  display: block;
  border-radius: 0.5rem;
  width: 100%;
}
.deposit_reason .triangle {
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  z-index: 10;
  position: absolute;
  right: auto;
  border-top: 0.4rem solid #475f78;
  pointer-events: none;
  top: 1.5rem;
  right: 1.5rem;
  left: auto;
}

.deposit_reason_form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 60rem;
  margin: 0 auto;
}
.deposit_reason_form select {
  background: #f4f8fd;
  font: 0.9rem "Poppins", Arial, sans-serif;
  padding: 0.75rem 1rem;
  height: 3.25rem;
  display: block;
  border-radius: 0.5rem;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3rem;
}
.deposit_reason_form select:focus {
  outline: 0.125rem solid #4873a1;
}
.deposit_reason_form input {
  background: #f4f8fd;
  padding: 0.75rem 1rem;
  height: 3.25rem;
  font-size: 0.9rem;
  display: block;
  border-radius: 0.5rem;
  width: 100%;
}
.deposit_reason_form label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #4873a1;
  padding-bottom: 0.5rem;
  display: inline-block;
}
.deposit_reason_form__container {
  position: relative;
}
.deposit_reason_form .triangle {
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  z-index: 10;
  position: absolute;
  right: auto;
  border-top: 0.4rem solid #475f78;
  pointer-events: none;
  top: 1.5rem;
  right: 1.5rem;
  left: auto;
}
.deposit_reason_form .table {
  border: 0.075rem solid #deeaf9;
}
.deposit_reason_form .table_container {
  display: grid;
  grid-template-columns: 1fr;
}
.deposit_reason_form .table_container:nth-child(1) {
  z-index: 99;
}
.deposit_reason_form .table_container:nth-child(2) {
  z-index: 98;
}
.deposit_reason_form .table_container:nth-child(3) {
  z-index: 97;
}
.deposit_reason_form .table_container:nth-child(4) {
  z-index: 96;
}
.deposit_reason_form .table_container:nth-child(5) {
  z-index: 95;
}
.deposit_reason_form .table_container:nth-child(6) {
  z-index: 94;
}
.deposit_reason_form .table_container:nth-child(7) {
  z-index: 93;
}
.deposit_reason_form .table_container:nth-child(8) {
  z-index: 92;
}
.deposit_reason_form .table_container:nth-child(9) {
  z-index: 91;
}
.deposit_reason_form .table_container:nth-child(10) {
  z-index: 90;
}
.deposit_reason_form .table_container:nth-child(11) {
  z-index: 89;
}
.deposit_reason_form .table_container:nth-child(12) {
  z-index: 88;
}
.deposit_reason_form .table_container:nth-child(13) {
  z-index: 87;
}
.deposit_reason_form .table_container:nth-child(14) {
  z-index: 86;
}
.deposit_reason_form .table_container:nth-child(15) {
  z-index: 85;
}
.deposit_reason_form .table_container:nth-child(16) {
  z-index: 84;
}
.deposit_reason_form .table_container:nth-child(17) {
  z-index: 83;
}
.deposit_reason_form .table_container:nth-child(18) {
  z-index: 82;
}
.deposit_reason_form .table_container:nth-child(19) {
  z-index: 81;
}
.deposit_reason_form .table_container:nth-child(20) {
  z-index: 80;
}
.deposit_reason_form .table_container:nth-child(21) {
  z-index: 79;
}
.deposit_reason_form .table_container:nth-child(22) {
  z-index: 78;
}
.deposit_reason_form .table_container:nth-child(23) {
  z-index: 77;
}
.deposit_reason_form .table_container:nth-child(24) {
  z-index: 76;
}
.deposit_reason_form .table_container:nth-child(25) {
  z-index: 75;
}
.deposit_reason_form .table_container:nth-child(26) {
  z-index: 74;
}
.deposit_reason_form .table_container:nth-child(27) {
  z-index: 73;
}
.deposit_reason_form .table_container:nth-child(28) {
  z-index: 72;
}
.deposit_reason_form .table_container:nth-child(29) {
  z-index: 71;
}
.deposit_reason_form .table_container:nth-child(30) {
  z-index: 70;
}
.deposit_reason_form .table_container:nth-child(31) {
  z-index: 69;
}
.deposit_reason_form .table_container:nth-child(32) {
  z-index: 68;
}
.deposit_reason_form .table_container:nth-child(33) {
  z-index: 67;
}
.deposit_reason_form .table_container:nth-child(34) {
  z-index: 66;
}
.deposit_reason_form .table_container:nth-child(35) {
  z-index: 65;
}
.deposit_reason_form .table_container:nth-child(36) {
  z-index: 64;
}
.deposit_reason_form .table_container:nth-child(37) {
  z-index: 63;
}
.deposit_reason_form .table_container:nth-child(38) {
  z-index: 62;
}
.deposit_reason_form .table_container:nth-child(39) {
  z-index: 61;
}
.deposit_reason_form .table_container:nth-child(40) {
  z-index: 60;
}
.deposit_reason_form .table_container:nth-child(41) {
  z-index: 59;
}
.deposit_reason_form .table_container:nth-child(42) {
  z-index: 58;
}
.deposit_reason_form .table_container:nth-child(43) {
  z-index: 57;
}
.deposit_reason_form .table_container:nth-child(44) {
  z-index: 56;
}
.deposit_reason_form .table_container:nth-child(45) {
  z-index: 55;
}
.deposit_reason_form .table_container:nth-child(46) {
  z-index: 54;
}
.deposit_reason_form .table_container:nth-child(47) {
  z-index: 53;
}
.deposit_reason_form .table_container:nth-child(48) {
  z-index: 52;
}
.deposit_reason_form .table_container:nth-child(49) {
  z-index: 51;
}
.deposit_reason_form .table_container:nth-child(50) {
  z-index: 50;
}
.deposit_reason_form .table_container:nth-child(51) {
  z-index: 49;
}
.deposit_reason_form .table_container:nth-child(52) {
  z-index: 48;
}
.deposit_reason_form .table_container:nth-child(53) {
  z-index: 47;
}
.deposit_reason_form .table_container:nth-child(54) {
  z-index: 46;
}
.deposit_reason_form .table_container:nth-child(55) {
  z-index: 45;
}
.deposit_reason_form .table_container:nth-child(56) {
  z-index: 44;
}
.deposit_reason_form .table_container:nth-child(57) {
  z-index: 43;
}
.deposit_reason_form .table_container:nth-child(58) {
  z-index: 42;
}
.deposit_reason_form .table_container:nth-child(59) {
  z-index: 41;
}
.deposit_reason_form .table_container:nth-child(60) {
  z-index: 40;
}
.deposit_reason_form .table_container:nth-child(61) {
  z-index: 39;
}
.deposit_reason_form .table_container:nth-child(62) {
  z-index: 38;
}
.deposit_reason_form .table_container:nth-child(63) {
  z-index: 37;
}
.deposit_reason_form .table_container:nth-child(64) {
  z-index: 36;
}
.deposit_reason_form .table_container:nth-child(65) {
  z-index: 35;
}
.deposit_reason_form .table_container:nth-child(66) {
  z-index: 34;
}
.deposit_reason_form .table_container:nth-child(67) {
  z-index: 33;
}
.deposit_reason_form .table_container:nth-child(68) {
  z-index: 32;
}
.deposit_reason_form .table_container:nth-child(69) {
  z-index: 31;
}
.deposit_reason_form .table_container:nth-child(70) {
  z-index: 30;
}
.deposit_reason_form .table_container:nth-child(71) {
  z-index: 29;
}
.deposit_reason_form .table_container:nth-child(72) {
  z-index: 28;
}
.deposit_reason_form .table_container:nth-child(73) {
  z-index: 27;
}
.deposit_reason_form .table_container:nth-child(74) {
  z-index: 26;
}
.deposit_reason_form .table_container:nth-child(75) {
  z-index: 25;
}
.deposit_reason_form .table_container:nth-child(76) {
  z-index: 24;
}
.deposit_reason_form .table_container:nth-child(77) {
  z-index: 23;
}
.deposit_reason_form .table_container:nth-child(78) {
  z-index: 22;
}
.deposit_reason_form .table_container:nth-child(79) {
  z-index: 21;
}
.deposit_reason_form .table_container:nth-child(80) {
  z-index: 20;
}
.deposit_reason_form .table_container:nth-child(81) {
  z-index: 19;
}
.deposit_reason_form .table_container:nth-child(82) {
  z-index: 18;
}
.deposit_reason_form .table_container:nth-child(83) {
  z-index: 17;
}
.deposit_reason_form .table_container:nth-child(84) {
  z-index: 16;
}
.deposit_reason_form .table_container:nth-child(85) {
  z-index: 15;
}
.deposit_reason_form .table_container:nth-child(86) {
  z-index: 14;
}
.deposit_reason_form .table_container:nth-child(87) {
  z-index: 13;
}
.deposit_reason_form .table_container:nth-child(88) {
  z-index: 12;
}
.deposit_reason_form .table_container:nth-child(89) {
  z-index: 11;
}
.deposit_reason_form .table_container:nth-child(90) {
  z-index: 10;
}
.deposit_reason_form .table_container:nth-child(91) {
  z-index: 9;
}
.deposit_reason_form .table_container:nth-child(92) {
  z-index: 8;
}
.deposit_reason_form .table_container:nth-child(93) {
  z-index: 7;
}
.deposit_reason_form .table_container:nth-child(94) {
  z-index: 6;
}
.deposit_reason_form .table_container:nth-child(95) {
  z-index: 5;
}
.deposit_reason_form .table_container:nth-child(96) {
  z-index: 4;
}
.deposit_reason_form .table_container:nth-child(97) {
  z-index: 3;
}
.deposit_reason_form .table_container:nth-child(98) {
  z-index: 2;
}
.deposit_reason_form .table_container:nth-child(99) {
  z-index: 1;
}
.deposit_reason_form .table_container:nth-child(100) {
  z-index: 0;
}
.deposit_reason_form .table_cell {
  flex: 1;
  width: 100%;
  border: 0.075rem solid #deeaf9;
  padding: 1rem;
  justify-content: flex-end;
  position: relative;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
.deposit_reason_form .table_cell .deposit_reason_form__container {
  flex: 1;
  max-width: 100%;
}
.deposit_reason_form .table_el_delete {
  width: 3rem;
  height: 3rem;
  background: #475f78;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease all;
}
.deposit_reason_form .table_el_delete img {
  width: 1.5rem;
}
.deposit_reason_form .table_el_delete:hover {
  background: #4873a1;
}

.deposit_reason_form div:nth-child(1) .deposit_reason_form__container {
  z-index: 19;
}

.deposit_reason_form div:nth-child(2) .deposit_reason_form__container {
  z-index: 18;
}

.deposit_reason_form div:nth-child(3) .deposit_reason_form__container {
  z-index: 17;
}

.deposit_reason_form div:nth-child(4) .deposit_reason_form__container {
  z-index: 16;
}

.deposit_reason_form div:nth-child(5) .deposit_reason_form__container {
  z-index: 15;
}

.deposit_reason_form div:nth-child(6) .deposit_reason_form__container {
  z-index: 14;
}

.deposit_reason_form div:nth-child(7) .deposit_reason_form__container {
  z-index: 13;
}

.deposit_reason_form div:nth-child(8) .deposit_reason_form__container {
  z-index: 12;
}

.deposit_reason_form div:nth-child(9) .deposit_reason_form__container {
  z-index: 11;
}

.deposit_reason_form div:nth-child(10) .deposit_reason_form__container {
  z-index: 10;
}

.deposit_select_header {
  background: #f4f8fd;
  padding: 0.75rem 1rem;
  height: 3.25rem;
  display: block;
  border-radius: 0.5rem;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deposit_reason_form__container--select {
  cursor: pointer;
}

.deposit_select_body {
  position: absolute;
  background-color: #f4f8fd;
  z-index: 10;
  width: 100%;
  top: 4rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.deposit_select_body input {
  border-bottom: 0.125rem solid rgba(72, 115, 161, 0.125);
  border-radius: 0;
  transition: 0.3s ease all;
}
.deposit_select_body input:focus {
  border-bottom: 0.125rem solid rgba(72, 115, 161, 0.5);
}

.deposit_select_list {
  max-height: 10rem;
  overflow: auto;
}
.deposit_select_list div {
  padding: 0.75rem 1rem;
  font-size: 0.8rem;
  border-bottom: 0.05rem solid rgba(72, 115, 161, 0.15);
  cursor: pointer;
}
.deposit_select_list div:hover {
  background-color: #deeaf9;
}

.deposit_select_input {
  display: flex;
  align-items: center;
}

.deposit_select_button {
  padding: 0.25rem 1rem;
  margin: 0 1rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  background-color: #475f78;
  color: white;
  cursor: pointer;
  transition: 0.3s ease all;
}
.deposit_select_button:hover {
  background-color: #4873a1;
}

.deposit_reason_form__add_row {
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  justify-content: center;
  margin-top: 1rem;
}
.deposit_reason_form__add_row img {
  width: 1.5rem;
}
.deposit_reason_form__add_row span {
  color: #4873a1;
}

.deposit_reason_form__add_row_wrapper {
  display: flex;
  justify-content: flex-end;
}

.amount_input {
  text-align: end;
}

.deposit_row {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.deposit_col {
  flex: 1;
  max-width: 49rem;
  width: 100%;
}

.deposit_fees__header {
  margin-bottom: 0.75rem;
  color: #475f78;
  font-weight: 500;
}
.deposit_fees__container {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.deposit_fees__container label {
  font-size: 0.9rem;
}
.deposit_fees__button {
  margin-top: 1rem;
  background-color: #4873a1;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.3s ease all;
}
.deposit_fees__button:hover {
  background-color: #475f78;
}
.deposit_fees__error {
  color: #ff5252;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 1rem;
}

@media (min-width: 1200px) {
  .deposit_form__group {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1300px) {
  .deposit_form__group {
    gap: 0.5rem;
  }
}
@media (max-width: 1200px) {
  .deposit_row {
    flex-direction: column;
    align-items: center;
  }
  .deposit_form__group {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  input.deposit_form__num_input {
    width: 3rem;
  }
  .deposit_form__count_button {
    width: 1.5rem;
  }
  .deposit_form__group img {
    width: 5rem;
  }
}
.table-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.table-total-breakdown {
  color: #000;
  font-size: 14px;
}

.table-add-row-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.table-total-remaining-label {
  color: #000;
  font-size: 14px;
  margin-right: 0.25rem;
}

.table-total-remaining-value {
  color: #000;
  font-size: 14px;
}

.price_list_fees {
  text-decoration: underline;
  cursor: pointer;
  text-align: right;
  margin-bottom: 1rem;
  color: #4873a1;
  transition: 0.3s;
}
.price_list_fees:hover {
  opacity: 0.75;
}

.price_list_fees__container {
  padding: 1rem;
}
.price_list_fees__container .fee_section {
  margin-bottom: 2rem;
}
.price_list_fees__container .fee_section h4 {
  color: #4873a1;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.price_list_fees__container .fee_section .fee_item {
  background: #f5f7fa;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.price_list_fees__container .fee_section .fee_item .fee_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.price_list_fees__container .fee_section .fee_item .fee_header .fee_type {
  font-weight: 500;
  color: #4873a1;
}
.price_list_fees__container .fee_section .fee_item .fee_header .fee_currency {
  color: #666;
}
.price_list_fees__container .fee_section .fee_item .fee_details .fee_base {
  margin-bottom: 0.5rem;
}
.price_list_fees__container .fee_section .fee_item .fee_details .fee_base span {
  color: #666;
}
.price_list_fees__container .fee_section .fee_item .fee_details .fee_ranges {
  margin-top: 0.5rem;
}
.price_list_fees__container .fee_section .fee_item .fee_details .fee_ranges .range_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  color: #666;
}
.price_list_fees__container .fee_section .fee_item .fee_details .fee_ranges .range_item:last-child {
  margin-bottom: 0;
}

.image_viewer_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_viewer_modal.hidden {
  display: none;
}
.image_viewer_modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
}
.image_viewer_modal__container {
  position: relative;
  background: white;
  border-radius: 1rem;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
.image_viewer_modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.image_viewer_modal__header .image_viewer_modal__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #475f78;
  margin: 0;
}
.image_viewer_modal__header .image_viewer_modal__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: #666;
  transition: all 0.3s ease;
}
.image_viewer_modal__header .image_viewer_modal__close:hover {
  background-color: #f5f5f5;
  color: #475f78;
}
.image_viewer_modal__header .image_viewer_modal__close svg {
  width: 1.5rem;
  height: 1.5rem;
}
.image_viewer_modal__content {
  padding: 1rem 2rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  max-height: 70vh;
  overflow: hidden;
}
.image_viewer_modal__image_container {
  position: relative;
  max-width: 700px;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_viewer_modal__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0.5rem;
  transition: transform 0.3s ease;
  cursor: grab;
}
.image_viewer_modal__image:active {
  cursor: grabbing;
}
.image_viewer_modal__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  border-top: 1px solid #f0f0f0;
  background-color: #fafafa;
  border-radius: 0 0 1rem 1rem;
}

.image_viewer_control_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #475f78;
}
.image_viewer_control_btn:hover {
  background-color: #475f78;
  color: white;
  border-color: #475f78;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.image_viewer_control_btn:active {
  transform: translateY(0);
}
.image_viewer_control_btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.image_viewer_control_btn[title] {
  position: relative;
}
.image_viewer_control_btn[title]::after {
  content: attr(title);
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.image_viewer_control_btn[title]:hover::after {
  opacity: 1;
}

@media (max-width: 768px) {
  .image_viewer_modal__container {
    max-width: 95vw;
    max-height: 95vh;
  }
  .image_viewer_modal__header {
    padding: 1rem 1.5rem 0.75rem;
  }
  .image_viewer_modal__header .image_viewer_modal__title {
    font-size: 1.125rem;
  }
  .image_viewer_modal__content {
    padding: 0.75rem 1.5rem;
    min-height: 300px;
  }
  .image_viewer_modal__controls {
    padding: 1rem 1.5rem;
    gap: 0.75rem;
  }
  .image_viewer_control_btn {
    width: 2.5rem;
    height: 2.5rem;
  }
  .image_viewer_control_btn svg {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 480px) {
  .image_viewer_modal__header {
    padding: 0.75rem 1rem 0.5rem;
  }
  .image_viewer_modal__header .image_viewer_modal__title {
    font-size: 1rem;
  }
  .image_viewer_modal__content {
    padding: 0.5rem 1rem;
    min-height: 250px;
  }
  .image_viewer_modal__controls {
    padding: 0.75rem 1rem;
    gap: 0.5rem;
  }
  .image_viewer_control_btn {
    width: 2.25rem;
    height: 2.25rem;
  }
  .image_viewer_control_btn svg {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.notes_tiles {
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 1rem));
  margin-top: 2rem;
  gap: 2rem;
}
.notes_tiles .note {
  border-radius: 0.5em;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}
.notes_tiles .note__header {
  display: flex;
  align-items: center;
  border-radius: 1rem 1rem 0 0;
  border-bottom: 0.125rem solid #f4f8fd;
  padding: 1rem;
  gap: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #4873a1;
}
.notes_tiles .note__header div {
  overflow: hidden;
}
.notes_tiles .note__header p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.notes_tiles .note__header img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 50%;
}
.notes_tiles .note .note_ref {
  color: #f4f8fd;
  opacity: 0.8;
  font-size: 0.8rem;
  font-weight: 600;
}
.notes_tiles .note .note_name {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
}
.notes_tiles .note__body {
  padding: 1rem;
}
.notes_tiles .note .note_text {
  margin-bottom: 0.5rem;
}
.notes_tiles .note .note_date {
  font-size: 0.8rem;
  color: #858585;
}

.notes_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.notes_list .note {
  border-radius: 0.5em;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  display: flex;
  gap: 1rem;
  position: relative;
}
.notes_list .note__header {
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 20rem;
}
.notes_list .note__header div {
  overflow: hidden;
}
.notes_list .note__header p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.notes_list .note__header img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 50%;
}
.notes_list .note__body {
  padding: 1rem;
  display: flex;
  gap: 2rem;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
}
.notes_list .note .note_ref {
  opacity: 0.8;
  font-size: 0.8rem;
  font-weight: 600;
}
.notes_list .note .note_name {
  font-size: 1.1rem;
  font-weight: 600;
}
.notes_list .note .note_text {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.notes_list .note .note_date {
  font-size: 0.8rem;
  color: #858585;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

@media (max-width: 1400px) {
  .wallet_tiles {
    grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
  }
}
@media (max-width: 700px) {
  .wallet_tiles {
    grid-template-columns: 1fr;
  }
}
.note_textarea {
  background: #f4f8fd;
  padding: 1rem;
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  font-size: 0.9rem;
  display: block;
  border-radius: 0.5rem;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: vertical;
}
.note_textarea:focus {
  outline: 0.125rem solid #4873a1;
}

.note_continue {
  padding: 0.6rem 1rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  background-color: #4873a1;
  color: white;
  max-width: 40rem;
  cursor: pointer;
  margin: 2rem auto 0;
  transition: 0.3s ease all;
  width: 100%;
  display: block;
}
.note_continue:hover {
  background-color: #475f78;
}
.note_continue[disabled] {
  opacity: 0.6;
  cursor: auto;
}

.logs_table {
  display: flex;
  flex-direction: column;
  border-collapse: collapse;
}
.logs_table__header {
  margin-top: 2rem;
  display: flex;
}
.logs_table__header div {
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #475f78;
  color: white;
  flex: 1;
  border: 0.125rem solid #f4f8fd;
  border-right: none;
  padding: 1rem;
}
.logs_table__header div:last-of-type {
  border-right: 0.125rem solid #f4f8fd;
}
.logs_table__item {
  display: flex;
  width: 100%;
  border-collapse: collapse;
}
.logs_table__item > div {
  flex: 1;
  border-bottom: 0.125rem solid #f4f8fd;
  border-left: 0.125rem solid #f4f8fd;
  padding: 1rem;
}
.logs_table__item > div:last-of-type {
  border-right: 0.125rem solid #f4f8fd;
}
.logs_table__admin, .logs_table__client {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.logs_table__admin img, .logs_table__client img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-fit: cover;
  border: 0.125rem solid rgba(244, 248, 253, 0.1);
}
.logs_table__admin h4, .logs_table__client h4 {
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.logs_table__admin p, .logs_table__client p {
  color: #4873a1;
  font-size: 0.7rem;
  font-weight: 500;
}
.logs_table__denomination {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.logs_table__denomination p {
  font-weight: 600;
}
.logs_table__button {
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.8rem;
  background-color: #475f78;
  color: white;
  cursor: pointer;
  transition: 0.3s ease all;
}
.logs_table__button:hover {
  background-color: #4873a1;
}
.logs_table__phone {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.logs_table__phone img {
  width: 1.5rem;
}

@media (max-width: 730px) {
  .logs_table {
    padding-top: 2rem;
    gap: 1rem;
  }
  .logs_table__header {
    display: none;
  }
  .logs_table__item {
    flex-direction: column;
  }
  .logs_table__item > div {
    border: 0.125rem solid #f4f8fd;
    border-bottom: none;
  }
  .logs_table__item > div:last-of-type {
    border-bottom: 0.125rem solid #f4f8fd;
  }
}
.clients_tiles {
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 1rem));
  margin-top: 2rem;
  gap: 2rem;
}
.clients_tiles .client {
  border-radius: 0.5em;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}
.clients_tiles .client__header {
  display: flex;
  align-items: center;
  border-radius: 1rem 1rem 0 0;
  border-bottom: 0.125rem solid #f4f8fd;
  padding: 1rem;
  gap: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clients_tiles .client__header div {
  overflow: hidden;
}
.clients_tiles .client__header p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.clients_tiles .client__header img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  flex: none;
  object-fit: cover;
}
.clients_tiles .client .account_number {
  color: #4873a1;
  font-size: 0.8rem;
  font-weight: 600;
}
.clients_tiles .client .account_name {
  font-size: 1.25rem;
  font-weight: 600;
  overflow: hidden;
}
.clients_tiles .client__body {
  padding: 1rem;
}
.clients_tiles .client__data:first-of-type {
  margin-bottom: 1rem;
}
.clients_tiles .client__data p:first-of-type {
  color: #858585;
  font-weight: 600;
  font-size: 0.75rem;
}
.clients_tiles .client__data p {
  color: #475f78;
  font-weight: 500;
  font-size: 0.9rem;
}
.clients_tiles .client__data_row {
  display: flex;
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clients_tiles .client .client_datetime,
.clients_tiles .client .client_last_transaction {
  color: #858585;
  font-size: 0.8rem;
}
.clients_tiles .client .currency {
  position: relative;
}
.clients_tiles .client .currency:hover::after {
  content: attr(data-name);
  position: absolute;
  top: 2.5rem;
  font-size: 0.9rem;
  z-index: 100;
  width: 10rem;
  left: -2rem;
  font-weight: 500;
  color: white;
  background: #4873a1;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.clients_tiles .client .currency:hover::before {
  content: "";
  position: absolute;
  top: 2rem;
  transform: rotate(45deg);
  z-index: 100;
  width: 1rem;
  height: 1rem;
  background-color: #4873a1;
  left: 1rem;
}
.clients_tiles .client__footer {
  background: #506c88;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1rem;
  display: flex;
  gap: 0 1rem;
  justify-content: space-between;
  align-items: center;
  cursor: auto;
  flex-wrap: wrap;
  margin-top: auto;
}
.clients_tiles .client__footer:hover {
  background: #475f78;
}
.clients_tiles .client__footer span {
  color: white;
}
.clients_tiles .client__footer p {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}
.clients_tiles .client__footer p:nth-child(1) {
  font-size: 1.125rem;
  color: #f4f8fd;
}
.clients_tiles .client_phone {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #475f78;
  font-weight: 500;
  font-size: 0.9rem;
}
.clients_tiles .client_phone img {
  width: 1.25rem;
}
.clients_tiles .client p.client_email {
  font-size: 0.9rem;
  padding-bottom: 0.25rem;
  font-weight: 500;
  color: #475f78;
}
.clients_tiles .client__extra {
  width: 100%;
  overflow: hidden;
  height: 1px;
  transition: 0.3s height, 0.3s padding;
  padding-top: 1px;
}
.clients_tiles .client__footer.open .client__extra {
  display: block;
  height: 32rem;
  padding-top: 1rem;
}
.clients_tiles .client__footer.open .client__total::after {
  transform: translateY(0.25rem) rotate(0);
}
.clients_tiles .client.cell_hidden .client__footer.open .client__extra {
  height: 28rem;
}
.clients_tiles .client.cell2_hidden .client__footer.open .client__extra {
  height: 30rem;
}
.clients_tiles .client__extra_cell {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 0.05rem solid #4873a1;
}
.clients_tiles .client__extra_cell--separate {
  border-top: 0.125rem solid #858585;
}
.clients_tiles .client__extra_cell p:nth-child(1) {
  font-size: 1rem;
}
.clients_tiles .client__extra_cell p {
  font-size: 1.125rem;
  font-weight: 400;
}
.clients_tiles .client__total {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.clients_tiles .client__total::after {
  content: "";
  border: 0.35rem solid transparent;
  border-top: 0.35rem solid #f4f8fd;
  transform: translateY(0.25rem) rotate(-45deg);
  transition: transform 0.3s;
}
.clients_tiles .client .lang__open {
  background-color: #00de00;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.clients_tiles .client .lang__closed {
  background-color: #ff5252;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.clients_tiles .client .lang__frozen {
  background-color: #00cefb;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.clients_tiles .client .lang__blocked {
  background-color: #858585;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.clients_tiles .client.closed {
  opacity: 0.75;
}
.clients_tiles .client.frozen {
  background: #e9e9ff;
}
.clients_tiles .client.blocked {
  background: #fedada;
}

.clients_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.clients_list .client {
  border-radius: 0.5em;
  background-color: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.3s;
  display: flex;
  gap: 1rem;
}
.clients_list .client.closed {
  opacity: 0.75;
}
.clients_list .client.frozen {
  background: #e9e9ff;
}
.clients_list .client.blocked {
  background: #fedada;
}
.clients_list .client__header {
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 20rem;
}
.clients_list .client__header div {
  overflow: hidden;
}
.clients_list .client__header p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.clients_list .client__header img {
  width: 3rem;
  flex: none;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
}
.clients_list .client .account_number {
  color: #4873a1;
  font-size: 0.8rem;
  font-weight: 600;
}
.clients_list .client .client_datetime,
.clients_list .client .client_last_transaction {
  color: #858585;
  font-size: 0.8rem;
}
.clients_list .client .account_name {
  font-size: 1.25rem;
  font-weight: 600;
  overflow: hidden;
}
.clients_list .client .financial_institution_account_number {
  color: #4873a1;
  font-size: 0.8rem;
  font-weight: 600;
}
.clients_list .client .financial_institution_name {
  font-size: 1.25rem;
  font-weight: 600;
  overflow: hidden;
}
.clients_list .client__body {
  padding: 1rem;
  display: flex;
  gap: 2rem;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
}
.clients_list .client__data {
  flex: 1;
}
.clients_list .client__data p:nth-child(1) {
  color: #858585;
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-size: 0.8rem;
}
.clients_list .client__data p {
  color: #475f78;
  font-weight: 500;
  font-size: 0.8rem;
}
.clients_list .client__data_row {
  display: flex;
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
}
.clients_list .client_phone {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #475f78;
  font-weight: 500;
  font-size: 0.9rem;
}
.clients_list .client_phone img {
  width: 1.25rem;
}
.clients_list .client p.client_email {
  font-size: 0.9rem;
  padding-bottom: 0.25rem;
  font-weight: 500;
  color: #475f78;
}
.clients_list .client__footer {
  width: 25rem;
  background: #506c88;
  border-radius: 0.5rem;
  padding: 1rem;
  cursor: auto;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.clients_list .client__footer span {
  color: white;
}
.clients_list .client__footer p {
  color: #475f78;
  font-size: 1.5rem;
  font-weight: 600;
}
.clients_list .client__footer p:nth-child(1) {
  color: #f4f8fd;
  font-size: 1.125rem;
}
.clients_list .client__extra {
  width: 100%;
  overflow: hidden;
  height: 1px;
  transition: 0.3s height, 0.3s padding;
  padding-top: 1px;
}
.clients_list .client__footer.open .client__extra {
  display: block;
  height: 32rem;
  padding-top: 1rem;
}
.clients_list .client__footer.open .client__total::after {
  transform: translateY(0.25rem) rotate(0);
}
.clients_list .client.cell_hidden .client__footer.open .client__extra {
  height: 28rem;
}
.clients_list .client.cell2_hidden .client__footer.open .client__extra {
  height: 30rem;
}
.clients_list .client__extra_cell {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 0.05rem solid #4873a1;
}
.clients_list .client__extra_cell--separate {
  border-top: 0.125rem solid #858585;
}
.clients_list .client__extra_cell p:nth-child(1) {
  font-size: 1rem;
}
.clients_list .client__extra_cell p {
  font-size: 1.125rem;
  font-weight: 400;
}
.clients_list .client__total {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.clients_list .client__total::after {
  content: "";
  border: 0.35rem solid transparent;
  border-top: 0.35rem solid #f4f8fd;
  transform: translateY(0.25rem) rotate(-45deg);
  transition: transform 0.3s;
}
.clients_list .client.closed {
  opacity: 0.75;
}
.clients_list .client.frozen .client__body,
.clients_list .client.frozen .client__header {
  background: #e9e9ff;
}
.clients_list .client.blocked .client__body,
.clients_list .client.blocked .client__header {
  background: #fedada;
}

@media (max-width: 1400px) {
  .clients_tiles {
    grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
  }
}
@media (max-width: 700px) {
  .clients_tiles {
    grid-template-columns: 1fr;
  }
}
.client_stats {
  display: flex;
  gap: 0.5rem;
}
.client_stats div {
  padding: 0.5rem 1rem;
  border: 0.125rem dashed #c9ddf5;
  border-radius: 0.25rem;
}
.client_stats div,
.client_stats span {
  font-weight: 500;
  color: #475f78;
}

.legacy_clients_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  background: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.legacy_clients_table th,
.legacy_clients_table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #f4f8fd;
}
.legacy_clients_table th {
  background: white;
  font-weight: 600;
  color: #475f78;
}
.legacy_clients_table tr:hover {
  background: white;
}

.client_stats_link {
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}
.client_stats_link:hover {
  opacity: 0.75;
}
.client_stats_link.active {
  background: #475f78;
  color: white;
}

.legacy_clients_table tr.archived {
  opacity: 0.5;
  background-color: #f5f5f5;
}

.clients_modal_header_title_wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.clients_modal_header_title_wrapper img {
  cursor: pointer;
  margin-right: 1rem;
  max-width: 2.5rem;
  max-height: 2.5rem;
  filter: invert(1);
}

.success_message {
  text-align: center;
  padding: 20px;
}

.success_message p {
  margin-bottom: 20px;
}

.verification_interface {
  padding-top: 0;
}

.verification_columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(374px, 1fr));
  gap: 2rem;
}

.info_row, .data_row {
  align-items: center;
  padding: 0.5rem 1.5rem;
}
.info_row:nth-child(even), .data_row:nth-child(even) {
  background: #fff;
}
.info_row:nth-child(odd), .data_row:nth-child(odd) {
  background: rgba(237, 237, 237, 0.71);
}

.verification_column {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem 0 0;
  box-shadow: 0 0 5px #c8c8c8;
}

.verification_profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.verification_profile_img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.verification_profile_info {
  width: 100%;
}
.verification_profile_info > div {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}
.verification_profile_info .label {
  color: #666;
}

#cancel_verification_link {
  transition: 0.3s;
}
#cancel_verification_link:hover {
  opacity: 0.75;
}

.personal_data_table {
  border-top: 1px solid #eee;
  width: 100%;
}
.personal_data_table > div {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.data_label {
  color: #666;
}

.verification_personal_data,
.verification_id_info {
  padding: 1.5rem;
  background: var(--bg-secondary);
  border-radius: 0.5rem;
}

.data_table {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.data_row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.data_row span:first-child {
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.verification_documents {
  background: var(--bg-secondary);
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.document_img_container__front {
  margin-bottom: 2rem;
}

.document_tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}
.document_tabs .tab {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  background: #f5f5f5;
  transition: all 0.2s ease;
}
.document_tabs .tab:hover {
  opacity: 0.8;
}
.document_tabs .tab.active {
  background: #475f78;
  color: #fff;
}

.document_tab_content {
  display: none;
}
.document_tab_content.active {
  display: block;
}

.document_img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}

.verification_video {
  width: 100%;
  height: 300px;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}

.document_info {
  margin-top: 1rem;
}

.info_row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}

.info_label {
  color: #666;
}

.verification_actions {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1.5rem;
}

.satisfied_btn {
  background: #28a745;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

.not_satisfied_btn {
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

.not_satisfied_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal_content {
  background: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  width: 90%;
  max-width: 500px;
}

.modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.close_btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
}

.issues_list {
  margin-bottom: 1.5rem;
}

.issue_checkbox {
  margin-right: 0.5rem;
}

.additional_comments {
  width: 100%;
  min-height: 100px;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.continue_btn {
  background: #475f78;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
  width: 100%;
}

.info_value,
.data_value {
  border: 1px solid #ddd;
  padding: 0.7rem 2rem 0.7rem 1rem;
  border-radius: 0.5rem;
  background: #fff;
  max-width: 352px;
  width: 100%;
}
.info_value:focus, .info_value:active,
.data_value:focus,
.data_value:active {
  border: 1px solid #007bff;
  background: #fff;
}

input[type=date] {
  min-width: 352px;
}

.account_form__title {
  text-transform: uppercase;
}

.verification_search {
  padding: 2rem;
}

.search_tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.search_tabs .tab {
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
  background: #f5f5f5;
}
.search_tabs .tab.active {
  background: #007bff;
  color: #fff;
}

.search_input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}

.search_btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
  width: 100%;
}

.verification_issues {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.issues_checkboxes {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.issues_comment {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.issues_comment textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--border);
  border-radius: 0.25rem;
  resize: vertical;
}

.lateral-verify-modal .lateral_modal__content {
  max-width: 45rem;
}

#state_province_territory_select {
  max-width: 352px;
}

.verification_profile_img {
  transition: 0.3s;
}
.verification_profile_img:hover {
  cursor: pointer;
}

.country_dropdown {
  position: relative;
  width: 100%;
  min-width: 352px;
}
.country_dropdown .dropdown_header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  background: white;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.country_dropdown .dropdown_header:hover {
  border-color: #007bff;
}
.country_dropdown .dropdown_header.open {
  border-color: #007bff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.country_dropdown .dropdown_header .selected_flag {
  width: 1.5rem;
  height: 1rem;
  object-fit: cover;
  border-radius: 0.125rem;
}
.country_dropdown .dropdown_header .selected_text {
  flex: 1;
  text-align: left;
  color: #333;
  font-size: 0.9rem;
}
.country_dropdown .dropdown_header .dropdown_arrow {
  width: 0;
  height: 0;
  border-left: 0.425rem solid transparent;
  border-right: 0.425rem solid transparent;
  border-top: 0.425rem solid #475f78;
  transition: transform 0.2s ease;
}
.country_dropdown .dropdown_header .dropdown_arrow.open {
  transform: rotate(180deg);
}
.country_dropdown .dropdown_list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 348px;
  overflow-y: auto;
  background: white;
  border: 1px solid #007bff;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  z-index: 1000;
  display: none;
}
.country_dropdown .dropdown_list.open {
  display: block;
}
.country_dropdown .dropdown_list .dropdown_search {
  padding: 0.5rem;
  border-bottom: 1px solid #eee;
}
.country_dropdown .dropdown_list .dropdown_search .search_input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 0.9rem;
}
.country_dropdown .dropdown_list .dropdown_search .search_input:focus {
  outline: none;
  border-color: #007bff;
}
.country_dropdown .dropdown_list .dropdown_items {
  max-height: 271px;
  overflow-y: auto;
}
.country_dropdown .dropdown_list .dropdown_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.country_dropdown .dropdown_list .dropdown_item:hover {
  background-color: #f8f9fa;
}
.country_dropdown .dropdown_list .dropdown_item.selected {
  background-color: #e3f2fd;
}
.country_dropdown .dropdown_list .dropdown_item .country_flag {
  width: 1.5rem;
  height: 1rem;
  object-fit: cover;
  border-radius: 0.125rem;
}
.country_dropdown .dropdown_list .dropdown_item .country_name {
  flex: 1;
  font-size: 0.9rem;
  color: #333;
}
.country_dropdown .dropdown_list .dropdown_item .country_code {
  font-size: 0.8rem;
  color: #666;
  font-weight: 500;
}
.country_dropdown .hidden_input {
  display: none;
}

.country_dropdown .dropdown_list::-webkit-scrollbar {
  width: 6px;
}

.country_dropdown .dropdown_list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.country_dropdown .dropdown_list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.country_dropdown .dropdown_list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.verify_select select {
  background: #fff;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.verify_select select:hover {
  border-color: #007bff;
}

.verification_columns input[type=date] {
  min-width: 352px;
}

.verify-block {
  display: flex;
  gap: 2rem;
  background: #fff;
  border-radius: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  padding: 2rem;
  align-items: stretch;
}
.verify-block--top {
  align-items: center;
  min-height: 160px;
}
.verify-block--media {
  align-items: stretch;
}
.verify-block--media .verify-block__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.verify-block--media video, .verify-block--media img {
  max-width: 320px;
  height: 220px;
  object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.03);
  transition: 0.3s;
}
.verify-block--media img:hover {
  cursor: pointer;
  transform: scale(2);
}
.verify-block--data {
  align-items: flex-start;
}
.verify-block--data .verify-block__col {
  flex: 1 1 0;
  min-width: 0;
}
.verify-block--data .personal_data_table, .verify-block--data .document_info {
  background: #fafbfc;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.02);
  margin: 0;
}

.verify-block__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.verification_video {
  transition: 0.3s;
}
.verification_video:hover {
  transform: scale(2);
}

.verify-block__col--photo {
  max-width: 160px;
  align-items: center;
  justify-content: center;
}
.verify-block__col--photo img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e0e0e0;
  background: #f5f5f5;
  transition: 0.3s;
}
.verify-block__col--photo img:hover {
  transform: scale(2);
}

.verify-block__col--actions {
  min-width: 220px;
  align-items: flex-end;
}
.verify-block__col--actions .verification_actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.verify-block__col--actions .verification_actions button {
  width: 100%;
  font-size: 1rem;
}

.verify-block__col--info {
  justify-content: center;
}
.verify-block__col--info .verification_profile_info {
  font-size: 1rem;
}
.verify-block__col--info .verification_profile_info > div:nth-child(odd) {
  background: rgba(237, 237, 237, 0.71);
}
.verify-block__col--info .verification_profile_info > div:nth-child(even) {
  background: transparent;
}
.verify-block__col--info .verification_profile_info div {
  padding: 0.5rem 1rem;
}
.verify-block__col--info .verification_profile_info .label {
  color: #888;
  font-weight: 500;
  min-width: 90px;
  display: inline-block;
}
.verify-block__col--info .verification_profile_info > div {
  margin-bottom: 0.5rem;
}

#cancel_verification_link {
  transition: all 0.3s;
}
#cancel_verification_link:hover {
  opacity: 0.75;
  cursor: pointer;
}

.verify-img-label {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #475f78;
  letter-spacing: 0.03em;
}

@media (max-width: 1100px) {
  .verify-block {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.2rem;
  }
  .verify-block__col--actions {
    align-items: stretch;
    min-width: 0;
  }
}
@media (max-width: 700px) {
  .verify-block {
    padding: 0.5rem;
    gap: 1rem;
  }
  .verify-block__col {
    padding: 0;
  }
  .verify-block__col--photo img {
    width: 80px;
    height: 80px;
  }
  .verify-block--media video, .verify-block--media img {
    max-width: 100%;
    height: 120px;
  }
}
.verify-block .phone .country_section {
  position: relative;
}

.verify-block.profile:not(.mirror-el) .phone .flag {
  right: 0.6em !important;
  left: auto !important;
}

.verify-block.profile.mirror-el .phone .flag {
  right: auto !important;
  left: 0.6em !important;
}

.verify-block .phone .flag_el {
  position: relative;
}

.verify-block .phone {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: space-between;
  max-width: 352px;
}

.verify-block .country_section {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.verify-block .box_country .triangle,
.verify-block .phone .box_phone .triangle {
  top: 50%;
  left: 85%;
  z-index: 20;
  right: 2em !important;
  position: absolute;
  transform: translateY(-50%);
}

.verify-block .phone .box_phone {
  width: 15em;
  display: flex;
  position: relative;
  direction: ltr !important;
}

.verify-block .box_country {
  width: 100%;
  display: flex;
  position: relative;
}

.verify-block:not(.mirror-el) .triangle {
  right: 1em !important;
  left: auto !important;
}

.verify-block:not(.mirror-el) .btn_show {
  right: 1em !important;
  left: auto !important;
}

.verify-block.mirror-el .btn_show {
  right: auto !important;
  left: 1em !important;
}

.verify-block #verify-phone-country {
  width: 100%;
  flex: 1;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: normal;
  font-weight: 500;
  padding: 0.7rem 2rem 0.7rem 2.75rem;
  border-radius: 0.5rem;
  border: 0.1rem solid rgb(200, 200, 200);
  box-shadow: none;
  background-color: rgba(246, 246, 246, 0.5) !important;
  color: #343434;
  cursor: pointer;
  transition: outline 0.3s;
  outline-offset: 0.1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  height: 3.1rem;
}

.verify-block.mirror-el .triangle {
  left: 1em !important;
  right: auto !important;
}

.verify-block.mirror-el #sign-up-phone {
  text-align: left !important;
}

.verify-block:not(.mirror-el) #sign-up-phone {
  text-align: left !important;
}

.verify-block:not(.mirror-el) .phone_select_el {
  flex-direction: row;
  border-radius: 0.5rem 0 0 0.5rem !important;
  outline: none;
}

.verify-block.mirror-el .phone_select_el {
  border-radius: 0.5rem 0 0 0.5rem !important;
  flex-direction: row;
  outline: none;
  padding-left: 3em !important;
}

.verify-block.mirror-el .box_country .triangle {
  left: 1em !important;
  right: auto !important;
}

.verify-block.mirror-el .phone .box_phone .triangle {
  left: auto !important;
  right: 1em !important;
}

.verify-block:not(.mirror-el) .phone .box_phone .triangle {
  left: auto !important;
  right: 1em !important;
}

.verify-block:not(.mirror-el) .box_country .triangle {
  right: 1em !important;
}

.verify-block.mirror-el .box_phone_input .phone_input_el {
  display: flex;
  direction: rtl !important;
  border-radius: 0 0.5rem 0.5rem 0 !important;
}

.verify-block:not(.mirror-el) .box_phone_input .phone_input_el {
  display: flex;
  text-align: left !important;
  border-radius: 0 0.5rem 0.5rem 0 !important;
}

.verify-block.mirror-el .phone_select_el {
  direction: rtl !important;
}

.verify-block.mirror-el .phone_select_el {
  direction: ltr !important;
}

.verify-block:not(.mirror-el) .country_selec_el {
  padding: 0.7em 1em 0.7em 3em !important;
}

.verify-block.mirror-el .country_selec_el {
  padding: 0.7em 3em 0.7em 1em !important;
}

.box_phone_input {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  background-color: #f1f1f1;
}

.box_phone img {
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translate(0, -50%);
}

.box_phone_input #verify-phone-number {
  width: 100%;
  height: 100%;
}

.box_phone_input #verify-phone-number {
  padding: 0.7rem 2rem 0.7rem 1rem;
  padding-left: 1rem;
  border-radius: 0.5rem;
  border: 0.1rem solid rgb(200, 200, 200);
  box-shadow: none;
  background-color: #fff;
  color: #475f78;
  cursor: pointer;
  transition: outline 0.3s;
  outline-offset: 0.1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding-right: 1.2em;
}

.failed-validation {
  position: relative;
}

.failed-validation input {
  outline: 0.125rem solid rgb(255, 180, 180) !important;
  background-color: rgb(254, 237, 237) !important;
}

.failed-validation::after {
  content: "";
  display: inline-block;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  color: #ff5252;
  position: absolute;
  font-style: italic;
  top: 100%;
  right: 0;
}

.failed-validation.failed-validation-EN::after {
  content: "*required";
}

.failed-validation.failed-validation-ES::after {
  content: "*requerido";
}

.failed-validation.failed-validation-FR::after {
  content: "*obligatoire";
}

.failed-validation.failed-validation-HE::after {
  content: "*נדרש";
}

.failed-validation button {
  background-color: rgb(254, 237, 237) !important;
}

.profile_pop.mirror-el #primary_currency_profile {
  padding-left: 2rem;
  padding-right: 7em;
}

.profile_pop:not(.mirror-el) #primary_currency_profile {
  padding-left: 7.5em;
  padding-right: 2rem;
}

.profile:not(.mirror-el) .profile_pop .password input {
  text-align: left !important;
}

.profile.mirror-el .profile_pop .password input {
  text-align: right !important;
}

.profile_pop {
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.profile_name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #475f78;
  margin-bottom: 1rem;
}

.profile_datetime {
  text-align: end;
  font-size: 1rem;
  font-style: italic;
  color: #858585;
}

.profile_pop {
  align-items: flex-end;
}
.profile_pop .profile_pop_conatiner {
  height: 100% !important;
  border-radius: 0 !important;
}
.profile_pop .profile_pop_conatiner .pop_profile_tiles__header {
  border-radius: 0;
}

.config_tiles--list .profile_name {
  margin-bottom: 0;
  width: 50%;
}

.config_tiles--list .profile_datetime {
  width: 50%;
}

@media screen and (min-width: 0px) {
  .profile_pop_conatiner {
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    position: absolute;
  }
  .profile_pop_conatiner {
    overflow: hidden;
    padding: 0;
    border-radius: 0.4em;
    background-color: rgb(19, 19, 19);
  }
  .pop_profile_tiles__header header .pop_name_section {
    width: 80%;
  }
}
@media screen and (min-width: 600px) {
  .profile_pop_conatiner {
    width: 40rem;
    left: auto;
    top: auto;
    position: relative;
  }
  .passed {
    height: 21em !important;
  }
  .pop_profile_tiles__header header .pop_name_section {
    width: 100%;
  }
  .profile_pop_conatiner {
    overflow: hidden;
    padding: 0.3em;
    height: auto;
    border-radius: 0.4em;
    background: white;
  }
}
.profile_pop:not(.mirror-el) .close_btn {
  right: 1em;
  left: auto;
}

.profile_pop.mirror-el .close_btn {
  right: auto;
  left: 1em;
}

.profile_pop__field {
  padding: 0.5rem 1rem;
  display: flex;
  gap: 1rem;
  background-color: #f6f6f6;
  border-radius: 0.5rem;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .profile.mirror-el .box_sections:nth-child(2) {
    margin-left: 0;
  }
  .profile:not(.mirror-el) .box_sections:nth-child(2) {
    margin-left: 1em;
  }
  .profile.mirror-el .box_sections:nth-child(1) {
    margin-left: 1em;
  }
  .profile:not(.mirror-el) .box_sections:nth-child(1) {
    margin-left: 0;
  }
  .section__one_column {
    margin-bottom: 1em !important;
  }
}
.profile:not(.mirror-el) .title_el_text {
  left: 1em;
}

.profile.mirror-el .title_el_text {
  right: 1em;
}

.profile_pop:not(.mirror-el) .back_btn {
  transform: rotate(_pop0deg);
}

.profile_pop.mirror-el .back_btn {
  transform: rotate(180deg);
}

.profile_pop:not(.mirror-el) .phone {
  flex-direction: row;
}

.profile_pop.mirror-el .phone {
  flex-direction: row-reverse;
}

.profile .table_row:last-child {
  border-bottom: 1px solid #989898;
}

.profile:not(.mirror-el) .section__header_setting .list_btn a {
  padding-left: 0em;
}

.profile.mirror-el .section__header_setting .list_btn a {
  padding-left: 1em;
}

.profile:not(.mirror-el) ._info img {
  margin-right: 0.5em;
}

.profile.mirror-el ._info img {
  margin-left: 0.5em;
}

.profile:not(.mirror-el) .section__header_setting .list_btn a {
  text-align: left;
  justify-content: flex-start;
}

.profile.mirror-el .section__header_setting .list_btn a {
  text-align: right;
  justify-content: flex-start;
}

.profile.mirror-el .verify-answer {
  margin: 0 2em 0 0 !important;
}

.profile:not(.mirror-el) .verify-answer {
  margin: 0 0 0 2em;
}

.profile_pop .mobile-app {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

.profile_pop .countries {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 2.75rem;
}

.profile_pop .inp__el,
.profile_pop .password {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.profile_pop .password .label_el {
  position: relative;
  margin-bottom: 0.5rem;
}

.profile_pop .input-container #def_language:focus,
.profile_pop .input-container #time-zone:focus {
  outline: none;
  background-color: white;
}

.profile_pop .input-container #def_language:focus + button,
.profile_pop .input-container #time-zone:focus + button {
  background-color: white;
}

.profile_pop .inp__el {
  margin-bottom: 0.4em;
}

.notifi_answer .input-container .password input,
.profile_pop .inp__el input {
  width: 100%;
  flex: 1;
  padding: 0.5rem 1rem;
  background-color: rgb(246, 246, 246);
  border-radius: 0.5rem;
  text-align: left;
  border: 0.1rem solid rgb(200, 200, 200);
  transform: translateZ(0);
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
}

.notifi_answer .input-container .password input:focus,
.profile_pop .inp__el input:focus {
  background: #fff !important;
}

.profile_pop .input-container {
  width: 100%;
  display: block;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  font-weight: normal;
  font-size: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #858585;
}

.profile_pop .phone .country_section {
  position: relative;
}

.profile_pop.profile:not(.mirror-el) .phone .flag {
  right: 0.6em !important;
  left: auto !important;
}

.profile_pop.profile.mirror-el .phone .flag {
  right: auto !important;
  left: 0.6em !important;
}

.profile_pop .phone .flag_el {
  position: relative;
}

.profile_pop .phone {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.profile_pop .country_section {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.profile_pop .box_country .triangle,
.profile_pop .phone .box_phone .triangle {
  top: 50%;
  left: 85%;
  z-index: 200000;
  right: 2em !important;
  position: absolute;
  transform: translateY(-50%);
}

.profile_pop .phone .box_phone {
  width: 13em;
  display: flex;
  position: relative;
  direction: ltr !important;
}

.profile_pop .box_country {
  width: 100%;
  display: flex;
  position: relative;
}

.profile_pop:not(.mirror-el) .triangle {
  right: 1em !important;
  left: auto !important;
}

.profile_pop:not(.mirror-el) .btn_show {
  right: 1em !important;
  left: auto !important;
}

.profile_pop.mirror-el .btn_show {
  right: auto !important;
  left: 1em !important;
}

.profile_pop.mirror-el .triangle {
  left: 1em !important;
  right: auto !important;
}

.profile_pop.mirror-el #sign-up-phone {
  text-align: left !important;
}

.profile_pop:not(.mirror-el) #sign-up-phone {
  text-align: left !important;
}

.profile_pop:not(.mirror-el) .phone_select_el {
  flex-direction: row;
  border-radius: 0.5rem 0 0 0.5rem !important;
  outline: none;
}

.profile_pop.mirror-el .phone_select_el {
  border-radius: 0.5rem 0 0 0.5rem !important;
  flex-direction: row;
  outline: none;
  padding-left: 3em !important;
}

.profile_pop.mirror-el .box_country .triangle {
  left: 1em !important;
  right: auto !important;
}

.profile_pop.mirror-el .phone .box_phone .triangle {
  left: auto !important;
  right: 1em !important;
}

.profile_pop:not(.mirror-el) .phone .box_phone .triangle {
  left: auto !important;
  right: 1em !important;
}

.profile_pop:not(.mirror-el) .box_country .triangle {
  right: 1em !important;
}

.profile_pop.mirror-el .box_phone_input .phone_input_el {
  display: flex;
  direction: rtl !important;
  border-radius: 0 0.5rem 0.5rem 0 !important;
}

.profile_pop:not(.mirror-el) .box_phone_input .phone_input_el {
  display: flex;
  text-align: left !important;
  border-radius: 0 0.5rem 0.5rem 0 !important;
}

.profile_pop.mirror-el .phone_select_el {
  direction: rtl !important;
}

.profile_pop.mirror-el .phone_select_el {
  direction: ltr !important;
}

.profile_pop:not(.mirror-el) .country_selec_el {
  padding: 0.7em 1em 0.7em 3em !important;
}

.profile_pop.mirror-el .country_selec_el {
  padding: 0.7em 3em 0.7em 1em !important;
}

.profile_pop:not(.mirror-el) .country_selec_el_province {
  padding: 0.7em 1em 0.7em 1em !important;
}

.profile_pop.mirror-el .country_selec_el_province {
  padding: 0.7em 1em 0.7em 1em !important;
}

.profile_pop.mirror-el .input_el #sign-up-phone-index {
  text-align: left;
}

.profile_pop.profile:not(.mirror-el) .input_el #sign-up-phone-index {
  text-align: left;
}

.profile_pop .input_el #sign-up-phone-index {
  width: 100%;
  flex: 1;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: normal;
  font-weight: 500;
  padding: 0.7rem 2rem 0.7rem 2.25rem;
  border-radius: 0.5rem;
  border: 0.1rem solid rgb(200, 200, 200);
  box-shadow: none;
  background-color: rgba(246, 246, 246, 0.5) !important;
  color: #475f78;
  cursor: pointer;
  transition: outline 0.3s;
  outline-offset: 0.1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  height: 3.1rem;
}

.profile_pop .input_el {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.profile_pop .password select,
.profile_pop .phone select {
  position: absolute;
  left: 0;
  background-color: transparent;
  border: none;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 500;
  border: none;
  padding: 0.5rem 1rem 0.5rem 3rem;
  border-radius: 0.5rem 0 0 0.5rem;
  width: 10rem;
  color: #475f78;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #f1f1f1;
  height: 100%;
  border: 0.1rem solid rgb(200, 200, 200);
  border-right: none;
}

.profile:not(.mirror-el) .acc_btn span {
  right: 1em;
}

.profile.mirror-el .acc_btn span {
  left: 1em;
}

@media (max-width: 720px) {
  .sections_header {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }
}
@media screen and (min-width: 0px) {
  .section__header_setting {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 500px) {
  .section__header_setting {
    grid-template-columns: 1fr 1fr;
  }
}
.section__header_setting {
  width: 100%;
  display: grid;
  grid-auto-rows: auto;
}

.section__header_setting div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 0px) {
  .section__header_setting .list_btn {
    padding-left: 1em;
  }
}
@media screen and (min-width: 500px) {
  .section__header_setting .list_btn {
    padding-left: 1em;
  }
}
.section__header_setting .list_btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}

.section__header_setting .list_btn a {
  width: 100%;
  padding: 0.5em 0;
  background: transparent;
  display: flex;
  font-size: 0.8em;
  color: #858585;
  align-items: center;
  border-radius: 0.3em;
  margin: 0.2em 0;
  text-decoration: underline;
}

.section__header_setting div:nth-child(1) {
  padding-left: 1em;
}

.list_btn a {
  cursor: pointer;
}

.grid__sub_information {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.section__one_column,
.grid__sub_information .verify__video_user {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 2em 0;
  border-radius: 0.5em;
  position: relative;
  box-shadow: 0 0 5px #c8c8c8;
}

@media screen and (min-width: 0px) {
  .acc_btn {
    margin: 0 0 0 0 !important;
  }
  .el_acc {
    padding-top: 0.8em;
  }
  .title_el_text {
    display: none !important;
  }
  .grid__sub_information .verify__video_user {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1000px) {
  .acc_btn {
    margin: 1em 0 0 0 !important;
  }
  .title_el_text {
    display: flex !important;
  }
  .grid__sub_information .verify__video_user {
    margin-bottom: 0em;
  }
  .el_acc {
    padding-top: 0em;
  }
}
.grid__sub_information .verify__video_user p {
  color: #fff;
  font-weight: 500;
}

@media screen and (min-width: 0px) {
  .grid__sub_information .verify__video_user .player_profile {
    width: 90%;
    padding: 2em 0;
  }
}
@media screen and (min-width: 500px) {
  .grid__sub_information .verify__video_user .player_profile {
    width: 30em;
  }
}
@media screen and (min-width: 1000px) {
  .grid__sub_information .verify__video_user .player_profile {
    width: 25em;
  }
}
.grid__sub_information .title_el_text {
  color: #fff;
}

.grid__sub_information .accrodion__container {
  margin-bottom: 10px;
}

.grid__sub_information .verify__video_user .player_profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.2em;
  overflow: hidden;
  background: linear-gradient(45deg, #f7f7f7, #f2f1f1);
}

.grid__sub_information .verify__video_user .player_profile .err_doc {
  width: 3em;
  height: 3em;
  object-fit: contain;
  opacity: 0.8;
}

.grid__sub_information .verify__video_user .player_profile p {
  width: 70%;
  display: flex;
  text-align: center;
  font-size: 0.8em;
  justify-content: center;
  margin-top: 1em;
  color: #000;
}

.grid__sub_information .verify__video_user .player_profile video {
  width: 100%;
  display: flex;
  height: 100%;
}

.container__status_verify {
  width: 100%;
  display: flex;
  background: #fff;
  padding: 0.5em 1.6em;
  border-radius: 0.5em;
  box-shadow: 0 0 5px #b2b2b2;
}

.status_verify {
  width: 100%;
  display: flex;
  align-items: center;
}

.line_set {
  width: 100%;
  height: 0.1em;
  background-color: #e5e5e5;
  display: flex;
  border-radius: 5px;
  margin: 2em 0;
}

.acc_btn {
  width: 100%;
  display: flex;
  background: #fff;
  align-items: center;
  font-size: 1.1em;
  margin: 1em 0 0 0;
  padding: 0.8em 1em;
  cursor: pointer;
  border-radius: 0.5em;
  position: relative;
  box-shadow: 0 0 5px #c8c8c8;
}

.acc_btn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.2em;
}

.acc_btn_upload {
  margin-right: 0.5em;
}

.acc_btn_upload,
.acc_btn_delete {
  width: 1.5em !important;
  height: 1.5em !important;
  display: flex;
}

.acc_btn_upload img,
.btn_move_delete img,
.acc_btn_delete img {
  width: 60% !important;
  height: 60% !important;
}

.acc_btn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.2em;
}

.acc_btn.active span svg {
  transition: 0.5s ease;
  transform: rotate(180deg);
}

.acc_btn span svg {
  width: 1.2em;
  height: 1.2em;
  transition: 0.5s ease;
}

.el_acc {
  width: 100%;
}

.title_el_text {
  padding: 0.1em 1em;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  position: absolute;
  top: -1em;
  font-weight: 600;
  background: #475f78;
  box-shadow: 0 0 5px #b2b2b2;
  border-radius: 0.5em;
}

.title_el_text p {
  color: #fff;
}

.documents_load_verify {
  width: 100%;
  object-fit: contain;
}

.documents__query,
.section_merchant_directors,
.section_merchant_shareholder {
  width: 100%;
  min-height: 50px;
  display: flex;
  background: #fff;
  padding: 1em 1em 1em 1em;
  border-radius: 0.5em;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0 0 5px #c8c8c8;
}

.documents__query .contain-documents {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.documents__query .contain-documents .line_doc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0.3em 0;
  border: 1px solid rgba(218, 218, 218, 0.5176470588);
  border-radius: 0.5em;
}

.documents__query .section__row_doc {
  display: flex;
  align-items: center;
}

.title__row_doc {
  padding-left: 10px;
}

.doc__data a[disabled] {
  background: #bcbcbc !important;
  color: #989898;
  -webkit-text-fill-color: #989898;
  user-select: none;
}

.doc__data {
  display: flex;
  justify-content: center;
  align-items: center;
}
.doc__data--bold {
  font-weight: 500;
}

.doc__data a {
  padding: 0.1em 1.4em;
  background: #f0ebeb;
  border-radius: 0.2em;
  border: 1px solid #f0ebeb;
}

.doc__data a:hover {
  transition: 0.3s ease;
  background: #f8f8f8;
  border: 1px solid #f0ebeb;
}

.doc__data {
  display: flex;
  align-items: center;
}

.section_merchant_directors .cell_header {
  width: 100%;
  display: grid;
  grid-template-columns: 60px 1fr 1fr;
  align-items: center;
}

.section_merchant_directors .table_row .cell_table:nth-child(3) {
  display: flex;
  justify-content: flex-end;
  padding-right: 2em;
}

.section_merchant_directors .table_row {
  grid-template-columns: 60px 1fr 1fr;
  width: 100%;
  display: grid;
  border-top: 1px solid #989898;
  align-items: center;
}

.table_shareholder {
  width: 100%;
  display: flex;
  background: #ffffff;
  flex-direction: column;
  margin-top: 1em;
}

.table_shareholder .status_table {
  padding: 0.2em 1.2em;
  background: rgba(161, 246, 92, 0.8784313725);
  border-radius: 0.3em;
  font-size: 0.8em;
  font-weight: 600;
  margin-left: 0.4em;
}

.section_merchant_shareholder .table_shareholder .table_row {
  width: 100%;
  display: grid;
  grid-template-columns: 60px 1fr 1fr 20% 15%;
  border-top: 1px solid #989898;
  align-items: center;
}

.table_row .cell_table {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 60px;
  text-align: center;
}

.table_row .colmn_cell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_merchant_shareholder .cell_header .cell_table:nth-child(1) {
  border-left: none;
}

.section_merchant_shareholder .cell_header .cell_table:nth-child(3) {
  border-right: 2px solid #989898;
}

.cell_header .cell_table {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  text-align: center;
  border-left: 2px solid rgb(162, 160, 160);
  border-radius: 1px;
  font-weight: 600;
}

.cell_table .column {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em 0;
  align-items: flex-start;
}

.colmn_cell .cell_table:nth-child(1) {
  border-left: none !important;
}

.cell_table .name_user {
  font-size: 1em;
  text-align: center;
  color: #475f78;
}

.cell_table .number_user {
  font-weight: 500;
  font-size: 0.8em;
  color: #e96851;
  text-align: center;
  text-transform: uppercase;
}

.avatar_table {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar_table img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 0px) {
  .column .small_comments {
    font-size: 0.9em;
    white-space: wrap;
    font-weight: 400;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 650px) {
  .column .small_comments {
    font-size: 0.9em;
    white-space: wrap;
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) {
  .column .small_comments {
    font-size: 0.9em;
    font-weight: 400;
    white-space: nowrap;
  }
}
.signing_pop .column .small_comments {
  font-size: 1em;
}

.column {
  display: flex;
  flex-direction: column;
}

.container_signing_defaul .column {
  padding-top: 2em;
}

.signing_pop .column {
  width: 90%;
}

.box_sections {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.1em;
  box-sizing: border-box;
}

@media screen and (min-width: 0px) {
  .box_sections:nth-child(2) {
    margin-left: 0;
  }
  .section__one_column {
    margin-bottom: 1em !important;
  }
  .section__one_column .box__information_user {
    margin-top: 1em !important;
  }
}
.section__list_container .box_sections .avatar_user {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 0.2em solid #e1e1e1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.section__list_container .box_sections .avatar_user.square {
  border-radius: 1rem;
}

.section__list_container .box_sections .avatar_user img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}

.section__one_column {
  width: 100%;
  display: flex;
  position: relative;
  padding: 1em;
}

#one_column .section__one_column {
  padding-right: 1.3em;
}

.signing_pop_conatiner_global:not(.mirror-el) .pop_signin_tiles__header header .box {
  margin-right: 1em;
  transform: rotate(0);
}

.signing_pop_conatiner_global.mirror-el .pop_signin_tiles__header header .box {
  margin-left: 1em;
  transform: rotate(180deg);
}

.pop_signin_tiles__header header .box {
  width: 2em !important;
  height: 2em !important;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.pop_signin_tiles__header header .box button {
  cursor: pointer;
}

.pop_profile_tiles__header .box {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_merchant_shareholder .cell_header {
  width: 100%;
  display: grid;
  grid-template-columns: 60px 1fr 1fr 20%;
  align-items: center;
  background: #ececec;
  border-radius: 0.3em 0.3em 0 0;
}

.section__list_container {
  width: 100%;
  display: grid;
  grid-auto-rows: auto;
  gap: 10px;
}

@media screen and (min-width: 0px) {
  .section__list_container {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .section__list_container {
    grid-template-columns: 1fr 1fr;
  }
}
.verify-answer {
  margin-left: 2em;
  display: flex;
  align-items: center;
  font-weight: 600;
  border-radius: 0.3em;
  padding: 0.2em 0.5em;
  flex: 1;
  justify-content: center;
}

.verify-answer svg {
  width: 1.3em;
  height: 1.3em;
  margin-left: 0.4em;
}

.box__information_user {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0.3em 0;
}

.box__information_user .info_user {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0.4em 0;
}

.box__information_user .info_user p {
  padding: 0.2em 1.6em;
  display: flex;
  align-items: center;
}

.box__information_user .info_user:nth-child(odd) {
  background-color: transparent;
}

.box__information_user .info_user:nth-child(even) {
  background-color: rgba(237, 237, 237, 0.7098039216);
}

#one_column .info_user img {
  width: 30px;
  height: 20px;
  object-fit: contain;
}

._info {
  position: relative;
}
._info[data-title] {
  z-index: 10;
}
._info[data-title]:hover::after {
  content: attr(data-title);
  position: absolute;
  top: 2.5rem;
  font-size: 0.9rem;
  z-index: 100;
  width: 10rem;
  left: -1rem;
  font-weight: 500;
  color: #858585;
  background: white;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  border-radius: 0.25rem;
}

._info span {
  white-space: nowrap;
}

._info span {
  font-weight: 400;
}

label.account_number--usfi,
.account_number--usfi {
  display: flex;
  gap: 0.5rem;
  pointer-events: auto;
  user-select: auto;
  align-items: center;
}

.usfi_icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.usfi_icon img {
  width: 100%;
  height: 100%;
}
.usfi_icon div {
  display: none;
  position: absolute;
  top: 1.25rem;
  font-size: 0.8rem;
  z-index: 100;
  width: 10rem;
  left: -2rem;
  font-weight: 500;
  color: white;
  background: #4873a1;
  box-shadow: 0px 21px 8px rgba(0, 0, 0, 0.01), 0px 12px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.usfi_icon:hover div {
  display: block;
}

.offset-w {
  margin-right: 0.3em;
}

.container_step_two {
  height: 100%;
}

.container_step_three,
.container_step_two,
.container_step_one {
  width: 100%;
  height: 100%;
}

.container_step_three {
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
}

.container_step_three .success_el {
  text-align: center;
}

.container_step_three .err {
  text-align: center;
  background: #ffffff;
}

.signing_pop_conatiner_global.mirror-el .triangle {
  right: auto !important;
  left: 1em !important;
}

.signing_pop_conatiner_global:not(.mirror-el) .triangle {
  right: 1em !important;
  left: auto !important;
}

.signing_pop_conatiner_global.mirror-el .signin_pop_tiles_item {
  padding-right: 1em;
  padding-left: 1em;
}

.movements_container_modal .signin_pop_tiles_item,
.signing_pop_conatiner_global:not(.mirror-el) .signin_pop_tiles_item {
  padding-right: 1em;
  padding-left: 1em;
}

.pop_profile:not(.mirror-el) .create_main_input {
  padding-left: 7em !important;
  padding-right: 10em !important;
}

.pop_profile.mirror-el .create_main_input {
  padding-left: 7em !important;
  padding-right: 10em !important;
}

@media screen and (min-width: 0px) {
  .defaults:not(.mirror-el) .create_main_inputs_group h3 {
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  .defaults:not(.mirror-el) .create_main_inputs_group h3 {
    text-align: right;
  }
}
@media screen and (min-width: 0px) {
  .defaults.mirror-el .create_main_inputs_group h3 {
    text-align: right;
  }
}
@media screen and (min-width: 1000px) {
  .defaults.mirror-el .create_main_inputs_group h3 {
    text-align: left;
  }
}
.defaults.mirror-el .api_defaults .icon_defaults {
  border-radius: 0.4em 0 0 0.4em;
}

.defaults:not(.mirror-el) .api_defaults .icon_defaults {
  border-radius: 0 0.4em 0.4em 0;
}

.signing_pop_conatiner_global.mirror-el .close_btn {
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  right: auto;
  position: absolute;
  left: 1em;
}

.movements_container_modal .close_btn,
.signing_pop_conatiner_global:not(.mirror-el) .close_btn {
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 1em;
  left: auto;
}

.signing_pop_conatiner_global:not(.mirror-el) .pop_signin_tiles__header header .box {
  margin-right: 1em;
  transform: rotate(0);
}

.signing_pop_conatiner_global.mirror-el .pop_signin_tiles__header header .box {
  margin-left: 1em;
  transform: rotate(180deg);
}

.num_server {
  width: 100%;
  margin-top: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 0.5rem;
  font-size: 2.5rem;
}

.num_server h2,
.num_server p {
  display: flex;
  text-align: center;
  font-size: 2.5rem;
  justify-content: center;
  padding-right: 0.8rem;
}

.num_server h2 p {
  margin: 0 0.3em;
  font-weight: 400;
}

.close_modal,
.next_step {
  font-size: 1.25rem;
  padding: 0.6rem 1rem;
  width: 50%;
  display: block;
  background-color: #e96851;
  color: #f6f6f6;
  border-radius: 0.5rem;
  margin: 2rem auto 0 auto;
  transition: 0.3s background;
  cursor: pointer;
  font-weight: 500;
}

.close_modal:hover,
.next_step:hover {
  transition: 0.3s ease;
  background: rgb(90, 127, 228);
}

.mobile-app .next_step {
  margin: 1rem auto 0 auto;
}

.profile_pop:not(.mirror-el) .back_btn {
  transform: rotate(_pop0deg);
}

.profile_pop.mirror-el .back_btn {
  transform: rotate(180deg);
}

.content_pop_profile::-webkit-scrollbar {
  width: 5px;
  background: rgba(66, 66, 66, 0.101);
}

.content_pop_profile::-webkit-scrollbar-thumb {
  width: 5px;
  background: rgba(11, 11, 11, 0.358);
  border-radius: 1em;
}

.content_pop_profile {
  height: calc(100% - 4.5em);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 3em;
  padding: 1.5em;
  overflow-y: auto;
  overflow-x: hidden;
}

.content_pop_profile .mobile-app {
  position: relative;
}

.identity-group {
  display: flex;
  gap: 1rem;
  width: 80%;
  justify-content: center;
  margin: 1rem auto 0;
  margin-top: 1.2em;
  margin-bottom: 1.3em;
}

.identity-group input {
  width: 100%;
  height: 6rem;
  text-align: center;
  background-color: white;
  font-size: 2.5rem;
  border-radius: 0.5rem;
  border: 0.1rem solid rgb(200, 200, 200);
}

.identity-group input::-moz-placeholder {
  color: #858585;
  font-weight: 500;
}

.identity-group input:-ms-input-placeholder {
  color: #858585;
  font-weight: 500;
}

.identity-group input::placeholder {
  color: #858585;
  font-weight: 500;
}

.identity-group input:focus {
  outline: none;
  background-color: #f6f6f6;
}

.edit_section__add.faded {
  padding: 0.4rem 0.9rem !important;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.13rem;
  font-weight: 500;
  border-radius: 0.5rem;
  cursor: pointer;
}

.faded {
  background: #858585 !important;
  border: 2px solid #858585 !important;
  cursor: pointer !important;
  color: #f6f6f6 !important;
  font-weight: 500;
  padding: 0.4em 0 !important;
}

.faded:hover {
  background: #858585 !important;
  border: 2px solid #858585 !important;
  color: #f6f6f6 !important;
  font-weight: 500;
}

.result_server {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 1em;
}

.result_server .code-input {
  width: 60px;
  height: 2.6em;
  background: rgba(255, 255, 255, 0.462);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  color: #4c4c4c;
  border: 2px solid rgba(136, 136, 136, 0.6705882353);
  border-radius: 10px;
}

.identity-wrapper {
  flex: 1;
}

.identity {
  position: relative;
}

.identity .mobile-code {
  display: flex;
  gap: 1rem;
  width: 85%;
  align-items: center;
  padding: 1rem 0;
  margin: 0 auto;
}

.identity .mobile-code-qr {
  width: 6rem;
  height: 6rem;
}

.identity .mobile-code-qr canvas {
  width: 100%;
  height: 100%;
}

.identity .mobile-code-text {
  flex: 1;
}

.qr-container {
  padding: 0.125rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.qr-container img {
  position: relative;
  z-index: 100;
}

.qr-container span:nth-child(odd) {
  width: 100%;
  height: 0.25rem;
  display: block;
  position: absolute;
}

.qr-container span:nth-child(odd)::before {
  content: "";
  display: block;
  border-radius: 5rem;
  height: 100%;
  width: 100%;
  background-color: #00c6ff;
}

.qr-container span:nth-child(odd)::after {
  content: "";
  display: block;
  border-radius: 5rem;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0084ff;
}

.qr-container span:nth-child(even) {
  height: 100%;
  width: 0.25rem;
  display: block;
  position: absolute;
}

.qr-container span:nth-child(even)::before {
  content: "";
  display: block;
  border-radius: 5rem;
  height: 100%;
  width: 100%;
  background-color: #00c6ff;
}

.qr-container span:nth-child(even)::after {
  content: "";
  display: block;
  border-radius: 5rem;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0084ff;
}

.qr-container span:nth-child(1) {
  left: 0;
  top: 0;
  -webkit-animation: border-animation-1 3s ease-in-out infinite;
  animation: border-animation-1 3s ease-in-out infinite;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
}

.qr-container span:nth-child(1)::before {
  -webkit-animation: after-animation-1 3s ease-in-out infinite;
  animation: after-animation-1 3s ease-in-out infinite;
}

.qr-container span:nth-child(1)::after {
  content: "";
  top: 0;
  -webkit-animation: after-animation-1 3s ease-in-out 0.2s infinite;
  animation: after-animation-1 3s ease-in-out 0.2s infinite;
}

.qr-container span:nth-child(2) {
  right: 0;
  top: 0;
  -webkit-animation: border-animation-2 3s ease-in-out infinite;
  animation: border-animation-2 3s ease-in-out infinite;
  background: linear-gradient(0, #00c6ff, #0072ff);
}

.qr-container span:nth-child(2)::before {
  -webkit-animation: after-animation-2 3s ease-in-out infinite;
  animation: after-animation-2 3s ease-in-out infinite;
}

.qr-container span:nth-child(2)::after {
  right: 0;
  top: 0;
  -webkit-animation: after-animation-2 3s ease-in-out 0.2s infinite;
  animation: after-animation-2 3s ease-in-out 0.2s infinite;
}

.qr-container span:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation: border-animation-3 3s ease-in-out infinite;
  animation: border-animation-3 3s ease-in-out infinite;
  background: linear-gradient(-90deg, #00c6ff, #0072ff);
}

.qr-container span:nth-child(3)::before {
  -webkit-animation: after-animation-3 3s ease-in-out infinite;
  animation: after-animation-3 3s ease-in-out infinite;
}

.qr-container span:nth-child(3)::after {
  right: 0;
  bottom: 0;
  -webkit-animation: after-animation-3 3s ease-in-out 0.2s infinite;
  animation: after-animation-3 3s ease-in-out 0.2s infinite;
}

.qr-container span:nth-child(4) {
  left: 0;
  bottom: 0;
  -webkit-animation: border-animation-4 3s ease-in-out infinite;
  animation: border-animation-4 3s ease-in-out infinite;
  background: linear-gradient(180deg, #00c6ff, #0072ff);
}

.qr-container span:nth-child(4)::before {
  -webkit-animation: after-animation-4 3s ease-in-out infinite;
  animation: after-animation-4 3s ease-in-out infinite;
}

.qr-container span:nth-child(4)::after {
  left: 0;
  bottom: 0;
  -webkit-animation: after-animation-4 3s ease-in-out 0.2s infinite;
  animation: after-animation-4 3s ease-in-out 0.2s infinite;
}

.timer {
  width: 5em;
  left: 0;
  text-align: center;
  position: absolute;
  bottom: -1em;
  color: #858585;
}

.section_pass_ {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.notifi_answer .input-container .password {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}

.input-container {
  width: 80%;
  position: relative;
  margin: 0;
}
.input-container > label {
  margin-bottom: 0.5rem;
}

.input-container input:focus {
  outline: none;
  background-color: white;
}

.input-container input:focus + button {
  background-color: white;
}

.input-container input {
  border: none;
  padding: 0.7rem 1rem !important;
  border-radius: 0.5rem;
  background-color: rgb(246, 246, 246);
  border: 0.1rem solid rgb(200, 200, 200);
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  display: block;
  width: 100%;
}

.input-container input:focus {
  outline: none;
  background-color: white;
}

.input-container input:focus + button {
  background-color: white;
}

.input-container input {
  width: 100%;
  flex: 1;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  padding: 0.7rem 2rem 0.7rem 1rem;
  padding-right: 2rem;
  padding-left: 1rem;
  border-radius: 0.5rem;
  border: 0.1rem solid rgb(200, 200, 200);
  box-shadow: none;
  background-color: rgba(246, 246, 246, 0.5);
  color: #475f78;
  cursor: pointer;
  transition: outline 0.3s;
  outline-offset: 0.1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.label_el {
  display: block;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #858585;
  margin-bottom: 0.5rem;
}

.line__passing {
  display: flex;
  position: relative;
  width: 100%;
}

.line__passing input {
  padding: 0.7em 1em 0.7em 1em !important;
}

.btn_show {
  position: absolute;
  height: 80%;
  right: 1em;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.btn_show img {
  width: 30px;
}

.pop_signin_tiles__header .close_btn {
  right: 0;
}

@media screen and (min-width: 0px) {
  .close_btn {
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .close_btn {
    display: flex;
  }
}
.close_btn {
  width: 4.5em;
  height: 4em;
  background: #475f78;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 0 0.5em 0 0;
}

.close_btn:before {
  content: "";
  width: 50%;
  height: 50%;
  background: url("data:image/png;base64,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") center/contain no-repeat;
  top: 0;
  display: block;
  position: relative;
  right: 0;
}

.signing_pop_conatiner_global.mirror-el .close_btn {
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  right: auto;
  position: absolute;
  left: 1em;
}

.movements_container_modal .close_btn,
.signing_pop_conatiner_global:not(.mirror-el) .close_btn {
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 1em;
  left: auto;
}

.signing_pop_conatiner_global.mirror-el .close_btn {
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  right: auto;
  position: absolute;
  left: 1em;
}

.pop_profile_tiles__header {
  width: 100%;
}

.pop_profile_tiles__header header {
  display: flex;
  width: 100%;
  align-items: center;
}

.pop_profile_tiles__header header button svg {
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  margin-right: 1em;
  display: flex;
  align-items: center;
}

.pop_signin_tiles__header,
.pop_profile_tiles__header {
  padding: 1rem;
  display: flex;
  height: 4.5em;
  position: relative;
  justify-content: space-between;
  background-color: #475f78;
  align-items: center;
  border-radius: 0.4em 0.4em 0 0;
  border-bottom: 0.25rem solid #4873a1;
}

.pop_name_section span {
  color: #fff;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line_input {
  width: 100%;
  display: flex;
  position: relative;
}

.radio_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}

.radio_container label {
  margin-bottom: 1em;
}

.create_main_radios_radio {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  visibility: none;
}

.create_main_radios_radio:checked + .create_main_radios_label:before {
  border-color: #e96851;
}

.create_main_radios_radio:checked + .create_main_radios_label:after {
  opacity: 1;
}

.create_main_radios_label {
  font-size: 1.125rem;
  margin-left: 2rem;
  display: block;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  color: #858585;
  cursor: pointer;
  position: relative;
}

.create_main_radios_label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -1.5rem;
  right: auto;
  top: calc(50% - 0.6rem);
  width: 1.25rem;
  height: 1.25rem;
  border: 0.15rem solid rgb(200, 200, 200);
  border-radius: 50%;
  transition: border 0.1s;
}

.create_main_radios_label:after {
  content: "";
  opacity: 0;
  display: inline-block;
  position: absolute;
  left: -1.25rem;
  top: calc(50% - 0.35rem);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #e96851;
  border-radius: 50%;
  transition: opacity 0.1s;
}

.create_main_radios_radio:checked + .create_main_radios_label:before {
  border-color: #e96851;
}

.create_main_radios_radio:checked + .create_main_radios_label:after {
  opacity: 1;
}

.create_main_radios_label {
  font-size: 1rem;
}

@media (max-width: 420px) {
  .create_main_radios_label {
    font-size: 1.125rem;
    margin-left: 1rem;
    cursor: pointer;
    position: relative;
  }
  .create_main_radios_label:before {
    content: "";
    display: inline-block;
    position: relative;
    left: -1.5rem;
    top: calc(50% - 0.6rem);
    width: 1rem;
    height: 1rem;
    border: 0.15rem solid rgb(200, 200, 200);
    border-radius: 50%;
    transition: border 0.1s;
  }
  .create_main_radios_label:after {
    content: "";
    opacity: 0;
    display: inline-block;
    position: absolute;
    left: -1.25rem;
    top: 0.42rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #e96851;
    border-radius: 50%;
    transition: opacity 0.1s;
  }
}
.box_phone_input {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  background-color: #f1f1f1;
}

.box_phone img {
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translate(0, -50%);
}

.box_phone_input #sign-up-phone {
  width: 100%;
  height: 100%;
}

.box_phone_input #sign-up-phone {
  padding: 0.7rem 2rem 0.7rem 1rem;
  padding-left: 1rem;
  border-radius: 0.5rem;
  border: 0.1rem solid rgb(200, 200, 200);
  box-shadow: none;
  background-color: rgba(246, 246, 246, 0.5);
  color: #475f78;
  cursor: pointer;
  transition: outline 0.3s;
  outline-offset: 0.1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding-right: 1.2em;
}

.flag {
  position: absolute;
  height: 1.2rem;
  width: 2rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
  z-index: 10;
  object-fit: contain;
}

select.phone_select_el {
  position: absolute;
  left: 0;
  background-color: transparent;
  border: none;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 500;
  border: none;
  padding: 0.5rem 1rem 0.5rem 3rem;
  border-radius: 0.5rem 0 0 0.5rem;
  width: 10rem;
  color: #475f78;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #f1f1f1;
  height: 100%;
  border: 0.1rem solid rgb(200, 200, 200);
  border-right: none;
  height: 3.1rem;
}

.signing_pop_conatiner_global.mirror-el .triangle {
  right: auto !important;
  left: 1em !important;
}

.signing_pop_conatiner_global:not(.mirror-el) .triangle {
  right: 1em !important;
  left: auto !important;
}

.acc_select .triangle {
  right: 1em;
  left: auto;
}

.signing_pop .create_main_inputs_pop .triangle {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.create_main_inputs_select .triangle {
  top: 45%;
  right: 2rem;
  left: auto;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  z-index: 10;
  position: absolute;
  top: 45%;
  right: auto;
  left: 8rem;
  border-top: 0.4rem solid #4873a1;
  pointer-events: none;
}

.countries .triangle {
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  z-index: 10;
  position: absolute;
  top: 45%;
  right: auto;
  left: 8rem;
  border-top: 0.4rem solid #4873a1;
}

.username-container-load {
  position: absolute;
  top: 50%;
  display: flex;
  width: 0.8em;
  height: 0.8em;
  transform: translateY(-50%);
  opacity: 0;
  right: 1em;
}

.username-container-load::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #e96851;
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;
  transition: transform 0.5s;
  -webkit-animation: checkUsername 0.5s linear infinite;
  animation: checkUsername 0.5s linear infinite;
}

.alert-username {
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  color: #ff5252;
  position: absolute;
  font-style: italic;
  right: 0;
  bottom: -1.5em !important;
}

.alert-username {
  opacity: 0;
}

.inp__el label {
  display: block;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  font-weight: normal;
  font-size: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #858585;
  padding: 0 0 0.5rem 0;
}

.inp__el select {
  width: 100%;
  flex: 1;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: normal;
  font-weight: 500;
  padding: 0.5rem 2rem 0.5rem 1rem;
  padding-right: 2rem;
  padding-left: 1rem;
  border-radius: 0.5rem;
  border: 0.1rem solid rgb(200, 200, 200);
  box-shadow: none;
  background-color: rgba(246, 246, 246, 0.5);
  color: #475f78;
  cursor: pointer;
  transition: outline 0.3s;
  outline-offset: 0.1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  line-height: 150%;
}

.countries div.triangle {
  left: auto;
  right: 1rem;
}

select.select_lang,
select.select_timezone {
  width: 100%;
  flex: 1;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  padding: 0.5rem 2rem 0.5rem 1rem;
  padding-right: 2rem;
  padding-left: 1rem;
  border-radius: 0.5rem;
  border: 0.1rem solid rgb(200, 200, 200);
  box-shadow: none;
  background-color: rgba(246, 246, 246, 0.5);
  color: #475f78;
  cursor: pointer;
  transition: outline 0.3s;
  outline-offset: 0.1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  overflow-y: scroll;
}

.country_selec_el_province {
  padding-left: 1em !important;
}

.country_selec_el {
  padding-left: 3em !important;
}

select.country_selec_el_province,
select.country_selec_el {
  width: 100%;
  flex: 1;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  padding: 0.7rem 2rem 0.7rem 1rem;
  padding-right: 2rem;
  padding-left: 1rem;
  border-radius: 0.5rem;
  border: 0.1rem solid rgb(200, 200, 200);
  box-shadow: none;
  background-color: rgba(246, 246, 246, 0.5);
  color: #475f78;
  cursor: pointer;
  transition: outline 0.3s;
  outline-offset: 0.1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.country_selec_el {
  position: absolute;
  left: 0;
  background-color: transparent;
  border: none;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 500;
  border: none;
  padding: 0.5rem 1rem 0.5rem 3rem;
  border-radius: 0.5rem 0 0 0.5rem;
  width: 10rem;
  color: #475f78;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #f1f1f1;
  height: 100%;
  border: 0.1rem solid rgb(200, 200, 200);
  border-right: none;
}

.create_main_inputs_select {
  width: 100%;
  position: relative;
}

.create_main_inputs_select select {
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.create_main_inputs_select .triangle {
  top: 45%;
  right: 2rem;
  left: auto;
}

.border-gray {
  border: 0.1rem solid rgb(200, 200, 200);
  border-radius: 0.5em;
}

.create_main_inputs_select .currency_abbr {
  z-index: 10;
  background-color: #e6e6e6;
  width: 7rem;
  border-radius: 0.5rem 0 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: absolute;
  text-align: left;
  right: auto;
  left: 0;
  height: 100%;
}

.create_main_input {
  width: 100%;
  padding: 0.8rem 1rem;
  background-color: rgb(246, 246, 246);
  border-radius: 0.5rem;
  border: none;
  transform: translateZ(0);
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
}

.signing_pop select.create_main_input {
  appearance: none;
}

.profile_export {
  background: #4873a1;
  color: white !important;
  padding: 0.4rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.profile_export:hover, .profile_export:active, .profile_export:focus, .profile_export:visited {
  background: #475f78;
  color: white;
}

.search_bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.search_bar__filters {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex: 1;
}
.search_bar__filters button {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.search_bar__filters button.active {
  background-color: #deeaf9;
}
.search_bar__filters span {
  font-weight: 500;
}
.search_bar__filters img {
  width: 2rem;
}
.search_bar__filters input {
  width: 100%;
}
.search_bar form:not(.custom_select__list) {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: #f4f8fd;
  gap: 1rem;
}
.search_bar__wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: #f4f8fd;
  gap: 1rem;
}
.search_bar__buttons {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
}
.search_bar__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  height: 3rem;
  cursor: pointer;
}
.search_bar__button img {
  width: 1.75rem;
  height: 1.75rem;
}
.search_bar__button--active {
  background-color: #ebf3fb;
}

.search_filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
  align-items: end;
}
.search_filters--small {
  grid-template-columns: 1fr 1fr;
}

.search_filter {
  width: 100%;
  position: relative;
}
.search_filter__header {
  background-color: #f4f8fd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  border: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.search_filter .triangle {
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  z-index: 10;
  position: absolute;
  top: 45%;
  right: auto;
  left: 8rem;
  border-top: 0.4rem solid #475f78;
  pointer-events: none;
  top: 45%;
  right: 2rem;
  left: auto;
}
.search_filter__input label {
  font-size: 0.8rem;
  font-weight: 700;
  padding-left: 1rem;
}
.search_filter__input input {
  background: #f4f8fd;
  display: block;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  width: 100%;
}
.search_filter__select {
  background: #f4f8fd;
  padding: 0.85rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  padding-right: 3.5rem;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search_filter__select--calendar {
  width: 8rem;
}

.search_date {
  grid-column-start: 1;
  grid-column-end: 3;
}
.search_date__top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.search_date p {
  font-size: 0.8rem;
  font-weight: 700;
}
.search_date button {
  font-size: 0.8rem;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  cursor: pointer;
  background: #deeaf9;
}
.search_date button:last-of-type {
  background: transparent;
  font-weight: 600;
}
.search_date button:hover {
  background: #c9ddf5;
}
.search_date__inputs {
  display: flex;
  gap: 1rem;
}
.search_date input {
  background: #f4f8fd;
  display: block;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  width: 100%;
  height: 3.125rem;
}
.search_date--movements {
  grid-column-start: auto;
  grid-column-end: auto;
}
.search_date--movements input {
  padding: 0.5rem 1rem;
}
.search_date--movements p {
  color: #858585;
  font-weight: 400;
  font-size: 1rem;
}

.create_button {
  display: flex;
  cursor: pointer;
  background-color: #4873a1;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  align-items: center;
  color: white;
  gap: 0.5rem;
  transition: background 0.2s;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.create_button:hover {
  opacity: 1;
}

.checkbox_group__header {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.checkbox_group__header .label {
  flex: 1;
}
.checkbox_group__body {
  padding: 0.25rem 0 0.25rem 0.5rem;
  border-left: 0.1rem solid rgba(71, 95, 120, 0.1);
}
.checkbox_group__body .label {
  color: #858585;
}
.checkbox_group__button {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.checkbox_group__button::after {
  content: "";
  width: 0.75rem;
  height: 0.1rem;
  border-radius: 0.5rem;
  background-color: #475f78;
  position: absolute;
}
.checkbox_group__button::before {
  content: "";
  width: 0.75rem;
  height: 0.1rem;
  border-radius: 0.5rem;
  background-color: #475f78;
  position: absolute;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.checkbox_group__button.active::before {
  transform: rotate(0deg);
}

@media (max-width: 1300px) {
  .search_bar {
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  .search_filters {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .search_bar__buttons {
    display: none;
  }
}
@media (max-width: 600px) {
  .search_filters {
    grid-template-columns: 1fr;
  }
  .search_date {
    grid-column-end: 2;
  }
  .search_date__inputs {
    display: flex;
    flex-direction: column;
  }
}
.lateral_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
  display: flex;
  justify-content: flex-end;
  padding-top: 6.4rem;
  transition: opacity 0.3s;
}
.lateral_modal__button {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  display: block;
  background-color: #4873a1;
  color: white;
  border-radius: 0.5rem;
  transition: 0.3s background;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  border: none;
  margin-top: 2rem;
  opacity: 0.9;
}
.lateral_modal__button:hover {
  opacity: 1;
}
.lateral_modal__button[disabled] {
  background-color: #858585;
}
.lateral_modal.closed {
  opacity: 0;
}
.lateral_modal.closed .lateral_modal__content {
  transform: translateX(100%);
}
.lateral_modal--left {
  justify-content: flex-start;
}
.lateral_modal--left.closed {
  opacity: 0;
}
.lateral_modal--left.closed .lateral_modal__content {
  transform: translateX(-100%);
}
.lateral_modal__content {
  background: white;
  max-width: 30rem;
  width: 100%;
  padding: 1.5rem;
  overflow-y: auto;
  transition: transform 0.3s;
}
.lateral_modal__content--wide {
  max-width: 40rem;
  width: 100%;
}
.lateral_modal--wide .lateral_modal__content {
  max-width: 50rem;
}
.lateral_modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lateral_modal__header h3 {
  font-size: 1.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.lateral_modal__header h3 span {
  font-size: 1.5rem;
}
.lateral_modal__header h3 img {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.lateral_modal__header button {
  cursor: pointer;
  display: grid;
  place-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.lateral_modal__header button:hover {
  background-color: #f4f8fd;
}
.lateral_modal__header img {
  width: 1.75rem;
}
.lateral_modal__body {
  margin-top: 2rem;
}
.lateral_modal__category {
  margin-bottom: 1rem;
}
.lateral_modal__category--totals {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.lateral_modal__line {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  border-bottom: 0.125rem solid #f4f8fd;
}
.lateral_modal__line p:nth-child(1) {
  font-size: 1rem;
  color: #858585;
}
.lateral_modal__line p:nth-child(2) {
  font-size: 1rem;
  font-weight: 600;
}
.lateral_modal__line .accepted {
  color: rgb(0, 165, 0);
}
.lateral_modal__line .pending {
  color: #475f78;
}
.lateral_modal__line .refused {
  color: #ff5252;
}
.lateral_modal__total {
  padding: 0.75rem 0.5rem;
  display: flex;
  justify-content: space-between;
}
.lateral_modal__total p:nth-child(1) {
  font-size: 1.25rem;
}
.lateral_modal__total p:nth-child(2) {
  font-size: 1.25rem;
  font-weight: 600;
}
.lateral_modal__line--accepted {
  display: block;
  border: none;
  padding: 1rem;
  flex: 1;
  background-color: rgb(0, 165, 0);
  border-radius: 0.5rem;
  text-align: center;
}
.lateral_modal__line--accepted p:nth-child(1) {
  color: white;
}
.lateral_modal__line--accepted p:nth-child(2) {
  color: white;
}
.lateral_modal__line--paid {
  display: block;
  border: none;
  padding: 1rem;
  flex: 1;
  background-color: #f4f8fd;
  border-radius: 0.5rem;
  text-align: center;
}
.lateral_modal__line--paid p:nth-child(1) {
  color: #4873a1;
}
.lateral_modal__line--paid p:nth-child(2) {
  color: #4873a1;
}
.lateral_modal__line--pending {
  display: block;
  border: none;
  padding: 1rem;
  flex: 1;
  background-color: #4873a1;
  border-radius: 0.5rem;
  text-align: center;
}
.lateral_modal__line--pending p:nth-child(1) {
  color: white;
}
.lateral_modal__line--pending p:nth-child(2) {
  color: white;
}
.lateral_modal__line--difference {
  display: block;
  border: none;
  padding: 1rem;
  flex: 1;
  background-color: #f4f8fd;
  border-radius: 0.5rem;
  text-align: center;
}
.lateral_modal__line--difference p:nth-child(1) {
  color: #4873a1;
}
.lateral_modal__line--difference p:nth-child(2) {
  color: #4873a1;
}
.lateral_modal__line--refused {
  display: block;
  border: none;
  padding: 1rem;
  flex: 1;
  background-color: #ff5252;
  border-radius: 0.5rem;
  text-align: center;
}
.lateral_modal__line--refused p:nth-child(1) {
  color: white;
}
.lateral_modal__line--refused p:nth-child(2) {
  color: white;
}

.access_confirmation {
  padding: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.access_confirmation__container {
  max-width: 40rem;
  width: 100%;
  background-color: white;
  padding: 1rem 2rem;
  border-radius: 1rem;
}

.access_confirmation__container--wide {
  max-width: 50rem;
}

.access_confirmation__par {
  padding-bottom: 1rem;
  font-size: 1.25rem;
}

.access_confirmation__buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.access_confirmation__button {
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font: 1rem "Poppins", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  font-weight: 500;
  background-color: #475f78;
  transition: background 0.3s, color 0.3s;
  width: 8rem;
}

.access_confirmation__button:hover {
  background-color: #4873a1;
}

.main_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
.main_modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
}
.main_modal__body {
  background-color: white;
  z-index: 1001;
  width: 40rem;
  position: relative;
  padding: 0.3rem;
  border-radius: 0.5rem;
}
.main_modal__header {
  padding: 1rem;
  display: flex;
  height: 4.5em;
  position: relative;
  justify-content: space-between;
  background-color: #475f78;
  align-items: center;
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: 0.25rem solid #4873a1;
}
.main_modal__header h2 {
  color: white;
  padding-left: 2rem;
}
.main_modal__close {
  width: 4.5em;
  height: 4em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 0 0.5em 0 0;
}
.main_modal__close::before {
  content: "";
  width: 50%;
  height: 50%;
  background: url("data:image/png;base64,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") center/contain no-repeat;
  top: 0;
  display: block;
  position: relative;
  right: 0;
}
.main_modal__content {
  padding-bottom: 2rem;
  padding: 1rem 2rem;
  gap: 2rem;
  position: relative;
  max-height: 35rem;
  overflow-y: auto;
}

.section_nav {
  position: fixed;
  width: 20rem;
  height: calc(100% - 6.3rem);
  top: 6.3rem;
  left: 0;
  background-color: #475f78;
  overflow-x: hidden !important;
  padding: 3rem 1rem 5rem 1rem;
  padding-right: 0rem;
  justify-content: center;
  overflow-y: auto;
  border-top: 0.25rem solid #4873a1;
  vertical-align: middle;
}

.section_nav .section_nav__link {
  display: block;
  width: 100%;
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1rem 2rem;
  white-space: wrap;
  margin-bottom: 1rem;
  border-radius: 2rem 0 0 2rem;
  text-decoration: none;
}

.section_nav .active_link {
  background: white !important;
  color: #475f78;
  position: relative;
  border-radius: 2rem 0 0 2rem;
}

.section_nav .active_link::after,
.section_nav .active_link::before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border-radius: 50%;
  transform: scaleX(1);
}

.section_nav {
  user-select: none;
}

.section_nav .active_link::after {
  bottom: 100%;
  box-shadow: 2rem 2rem 0 0.5rem white;
}

.section_nav .active_link::before {
  top: 100%;
  box-shadow: 2rem -2rem 0 0.5rem white;
}

@media (max-width: 1000px) {
  .section_nav {
    width: 18rem;
  }
}
@media (max-width: 864px) {
  .section_nav {
    z-index: 101;
    transform: translateX(-100%);
    transition: transform 0.5s;
  }
}
@media (max-width: 490px) {
  .section_nav {
    top: 4.9rem;
    height: calc(100% - 4.9rem);
  }
}
.identity {
  position: relative;
}

.identity .mobile-code {
  display: flex;
  gap: 1rem;
  width: 85%;
  align-items: center;
  padding: 1rem 0;
  margin: 0 auto;
}

.identity .mobile-code-qr {
  width: 6rem;
  height: 6rem;
}

.identity .mobile-code-qr canvas {
  width: 100%;
  height: 100%;
}

.identity .mobile-code-text {
  flex: 1;
}

.mobile-code {
  display: flex;
  gap: 2rem;
  width: 100%;
  align-items: center;
  margin: 0 auto;
}

.mobile-code--big {
  flex-direction: column;
}

.mobile-code--big .qr-container {
  max-width: 10rem;
  width: 100%;
}

.identity .mobile-code-text {
  flex: 1;
}

.qr-container {
  padding: 0.125rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.qr-container img {
  position: relative;
  z-index: 100;
}

.qr-container span:nth-child(odd) {
  width: 100%;
  height: 0.25rem;
  display: block;
  position: absolute;
}

.qr-container span:nth-child(odd)::before {
  content: "";
  display: block;
  border-radius: 5rem;
  height: 100%;
  width: 100%;
  background-color: #00c6ff;
}

.qr-container span:nth-child(odd)::after {
  content: "";
  display: block;
  border-radius: 5rem;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0084ff;
}

.qr-container span:nth-child(even) {
  height: 100%;
  width: 0.25rem;
  display: block;
  position: absolute;
}

.qr-container span:nth-child(even)::before {
  content: "";
  display: block;
  border-radius: 5rem;
  height: 100%;
  width: 100%;
  background-color: #00c6ff;
}

.qr-container span:nth-child(even)::after {
  content: "";
  display: block;
  border-radius: 5rem;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0084ff;
}

.qr-container span:nth-child(1) {
  left: 0;
  top: 0;
  animation: border-animation-1 3s ease-in-out infinite;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
}

.qr-container span:nth-child(1)::before {
  animation: after-animation-1 3s ease-in-out infinite;
}

.qr-container span:nth-child(1)::after {
  content: "";
  top: 0;
  animation: after-animation-1 3s ease-in-out 0.2s infinite;
}

.qr-container span:nth-child(2) {
  right: 0;
  top: 0;
  animation: border-animation-2 3s ease-in-out infinite;
  background: linear-gradient(0, #00c6ff, #0072ff);
}

.qr-container span:nth-child(2)::before {
  animation: after-animation-2 3s ease-in-out infinite;
}

.qr-container span:nth-child(2)::after {
  right: 0;
  top: 0;
  animation: after-animation-2 3s ease-in-out 0.2s infinite;
}

.qr-container span:nth-child(3) {
  right: 0;
  bottom: 0;
  animation: border-animation-3 3s ease-in-out infinite;
  background: linear-gradient(-90deg, #00c6ff, #0072ff);
}

.qr-container span:nth-child(3)::before {
  animation: after-animation-3 3s ease-in-out infinite;
}

.qr-container span:nth-child(3)::after {
  right: 0;
  bottom: 0;
  animation: after-animation-3 3s ease-in-out 0.2s infinite;
}

.qr-container span:nth-child(4) {
  left: 0;
  bottom: 0;
  animation: border-animation-4 3s ease-in-out infinite;
  background: linear-gradient(180deg, #00c6ff, #0072ff);
}

.qr-container span:nth-child(4)::before {
  animation: after-animation-4 3s ease-in-out infinite;
}

.qr-container span:nth-child(4)::after {
  left: 0;
  bottom: 0;
  animation: after-animation-4 3s ease-in-out 0.2s infinite;
}

@keyframes border-animation-1 {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  25% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  75% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes border-animation-2 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  25% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  75% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes border-animation-3 {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  25% {
    transform: scaleX(1);
    transform-origin: right;
  }
  50% {
    transform: scaleX(1);
    transform-origin: right;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: left;
  }
  75% {
    transform: scaleX(1);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}
@keyframes border-animation-4 {
  0% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  25% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: top;
  }
  75% {
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0);
    transform-origin: top;
  }
}
@keyframes after-animation-1 {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  20% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  75% {
    transform: scaleX(0);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes after-animation-2 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  20% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  75% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes after-animation-3 {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  20% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50% {
    transform: scaleX(1);
    transform-origin: right;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: left;
  }
  75% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}
@keyframes after-animation-4 {
  0% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  20% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: top;
  }
  75% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0);
    transform-origin: top;
  }
}
.mobile-code-qr {
  height: 7rem;
  width: 7rem;
  flex: none;
}

.mobile-code-qr canvas {
  width: 100%;
  height: 100%;
}

.identity .mobile-code-text {
  flex: 1;
}

.code-container {
  margin-top: 1rem;
  text-align: center;
  background-color: #fbf7ff;
  border-radius: 0.5rem;
  font-size: 2.5rem;
}

.code-container span:not(span:last-of-type) {
  padding-right: 0.5rem;
}

.code-container span {
  font-size: 2rem;
}

.identity-group {
  display: flex;
  gap: 0.5rem;
  width: 100%;
  justify-content: center;
  margin: 1rem auto 0;
  margin-top: 1.2em;
  margin-bottom: 1.3em;
  max-width: 25rem;
}

.identity-group input {
  width: 100%;
  height: 6rem;
  text-align: center;
  background-color: white;
  font-size: 2rem;
  border-radius: 0.25rem;
  border: 0.1rem solid rgb(200, 200, 200);
}

.identity-group input::-moz-placeholder {
  color: #858585;
  font-weight: 500;
}

.identity-group input::placeholder {
  color: #858585;
  font-weight: 500;
}

.identity-group input:focus {
  outline: none;
  background-color: #fbf7ff;
}

.accounts_auth {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accounts_auth__container {
  border-radius: 0.5rem;
  background-color: white;
  max-width: 40rem;
  padding: 2rem;
}

.accounts_auth__button {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 1rem;
}
.accounts_auth__button button {
  font-size: 1rem;
  padding: 0.7rem 1rem;
  display: block;
  background-color: #4873a1;
  color: white;
  border-radius: 0.5rem;
  transition: 0.3s background;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  border: none;
  margin-top: 1rem;
  max-width: 10rem;
  opacity: 0.9;
}
.accounts_auth__button button:hover {
  opacity: 1;
}
.accounts_auth__button button[disabled] {
  background-color: #858585;
}
.accounts_auth__button button:first-of-type {
  background-color: white;
  color: #4873a1;
  border: 0.125rem solid #f4f8fd;
}

@media (max-width: 565px) {
  .mobile-code {
    flex-direction: column;
  }
  .accounts_auth {
    padding: 1rem;
  }
  .accounts_auth__container {
    padding: 1rem;
  }
}