@charset "UTF-8";
:root {
  --font-product: "Geist var", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
    "Helvetica Neue", sans-serif;
  --base-size: 10px;
  /* Color styles */
  --brand-color: #040669;
  --error: #d63928;
  --red-0: #fff8f7;
  --red-100: #feebe8;
  --red-500: #ffcdc4;
  --red-600: #fdbdb2;
  --red-700: #f5a99c;
  --red-900: #d63928;
  --navy-blue-0: #f5f5ff;
  --navy-blue-50: #e1e2fe;
  --navy-blue-100: #c5c6fd;
  --navy-blue-200: #9899f9;
  --navy-blue-300: #7072f2;
  --navy-blue-400: #5053e9;
  --navy-blue-500: #383bdd;
  --navy-blue-600: #272acd;
  --navy-blue-700: #1b1db8;
  --navy-blue-800: #1315a0;
  --navy-blue-900: #0e1087;
  --money-green-0: #f5fff6;
  --money-green-100: #c5fdce;
  --money-green-200: #98f9a6;
  --money-green-300: #70f284;
  --money-green-400: #50e967;
  --money-green-500: #38dd51;
  --money-green-600: #27cd40;
  --money-green-700: #1bb832;
  --money-green-800: #13a028;
  --money-green-900: #0e8720;
  --white-0: #f5f5ff;
  --white-100: #f3f3fe;
  --white-200: #f0f0fb;
  --white-300: #ececf7;
  --white-400: #e6e6f2;
  --white-500: #dfdfea;
  --white-600: #d5d5e0;
  --white-700: #c9c9d3;
  --white-800: #bbbbc4;
  --white-900: #acacb5;
  --white: #ffffff;
  --yellow-0: #fffff5;
  --yellow-100: #fefddc;
  --yellow-200: #fdfbc4;
  --yellow-300: #fcf9ae;
  --yellow-400: #f9f69d;
  --yellow-500: #f6f28f;
  --yellow-600: #f1ed84;
  --yellow-700: #ebe87b;
  --yellow-800: #e5e174;
  --yellow-900: #deda6f;
  --yellow-1000: #686518;
  --bg-forms: #fdfdfd;
  --bg-button: #f2f2f2;
  --bg-card: #fafafa;
  --black-100: #282424;
  --black-400: #4c4747;
  --black-90: #0a1727;
  --grey-text-deactivated-50: #6b7888;
  --grey-text-deactivated-60: #465363;
  --grey-text-deactivated-80: #404851;
  --grey-stroke-20: #e2e2e2;
  --grey-stroke-40: #efeeee;
  --grey-stroke-60: #c5c5c5;
  /* Text-size styles */
  --heading-h1: 5.2rem;
  --heading-h2: 4.6rem;
  --heading-h3: 4.1rem;
  --heading-h4: 3.6rem;
  --title-32: 3.2rem;
  --title-29: 2.9rem;
  --title-26: 2.6rem;
  --title-23: 2.3rem;
  --title-20: 2rem;
  --display: 1.8rem;
  --body: 1.6rem;
  --body-small: 1.4rem;
  --footer-13: 1.3rem;
  --footer-11: 1.1rem;
  --footer-10: 1rem;
  --playflair-display-heading: 5.6rem;
  --playflair-display-heading: 4.5rem;
  --playflair-display-heading: 3.6rem;
  --playflair-display-heading: 2.9rem;
  --font-regular: 400;
  --font-medium: 550;
  --font-semibold: 600;
  --font-bold: 700;
  --font-settings: "ss01" on, "ss03" on, "cv01" on, "cv02" on, "cv03" on, "cv04" on, "cv06" on, "cv09" on;
  font-feature-settings: "ss01" on, "ss03" on, "cv01" on, "cv02" on, "cv03" on, "cv04" on, "cv06" on, "cv09" on;
}

/*basic reset*/
*::-moz-selection,
*::selection,
*::-webkit-selection {
  color: var(--black-100);
  background: var(--navy-blue-100) !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-feature-settings: var(--font-settings);
}

*:focus {
  outline: none;
}

/*GLOBAL PAGE STYLES*/
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--font-product);
  font-feature-settings: var(--font-settings);
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  color: var(--black-90);
  scroll-behavior: smooth;
}

html {
  font-size: var(--base-size);
}

@supports (font-variation-settings: normal) {
  html,
  body {
    font-family: var(--font-product);
  }
}
body {
  font-size: 1.4rem;
  line-height: 1.43;
}

#wrapper {
  min-height: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#footer-control {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
#footer-control > div {
  width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  font-size: inherit;
  color: var(--money-green-700, #1bb832);
  font-weight: 500;
  user-select: none;
  outline: none !important;
  position: relative;
  width: max-content;
  padding-bottom: 1px;
  /*
  &.__accent {
    color: $green-400;
    border-bottom-color: $green-100;
    &:hover {
      color: $green-500;
    }
  }
  &.__danger {
    color: $red-400;
    border-bottom-color: $red-100;
    &:hover {
      color: $red-500;
    }
  }*/
}
a:hover {
  color: var(--money-green-900, #0e8720);
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}
a.no__border {
  border: none !important;
}

a:active,
a:focus {
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}

li {
  list-style: none;
}

button:focus {
  outline: none;
}

dl,
ol,
ul {
  margin-bottom: 0;
  padding-left: 0;
}

@font-face {
  font-family: "Geist var";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/GeistVariable.ttf") format("truetype");
  font-named-instance: "Regular";
  font-feature-settings: var(--font-settings);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-product);
  color: var(--black-90);
  font-weight: var(--font-bold);
}

h1 {
  font-size: 48px;
  line-height: 1.25;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
}

h3 {
  font-size: 36px;
  line-height: 1.22;
}

h4 {
  font-size: 28px;
  line-height: 1.29;
}

h5 {
  font-size: 24px;
  line-height: 1.33;
}

h6 {
  font-size: 20px;
  line-height: 1.6;
}

.text-xl__bold {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}

.text-xl__medium {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 550;
}

.text-l__bold {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}

.text-l__medium {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 550;
}

.text-l {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-medium {
  font-size: 1.4rem;
  line-height: 1.43;
  font-weight: 550;
}

.text-regular {
  font-size: 1.4rem;
  line-height: 1.43;
  font-weight: 400;
}

.text-sm__medium {
  font-size: 1.3rem;
  line-height: 1.38;
  font-weight: 550;
}

.text-sm__regular {
  font-size: 1.3rem;
  line-height: 1.38;
  font-weight: 400;
}

.text-xs__bold {
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 700;
}

.text-xs__medium {
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 550;
}

p {
  font-family: var(--font-product);
  font-feature-settings: var(--font-settings);
  color: var(--black-90);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.43;
}

.text-bold {
  font-weight: 700 !important;
}

.text-semibold {
  font-weight: 600 !important;
}

.text-medium {
  font-weight: 550 !important;
}

.base-font {
  font-size: 1.4rem !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center !important;
}

button:focus, button:active, button:focus-visible {
  outline: none !important;
}

button.dropdown-toggle::after {
  position: relative;
  margin-left: 6px;
}

.btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
  padding: 0 20px;
  font-size: 1.4rem;
  border-radius: 10px;
  height: 36px;
  font-weight: 450;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  position: relative;
}
.btn.__full {
  width: 100%;
  margin: 0 auto !important;
}
.btn.w-icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn.w-icon svg,
.btn.w-icon span.svg {
  height: 18px;
  width: 18px;
}
.btn.w-icon.ic-left svg,
.btn.w-icon.ic-left span.svg {
  margin-right: 5px;
}
.btn.w-icon.ic-right svg,
.btn.w-icon.ic-right span.svg {
  margin-left: 5px;
}
.btn.bd-round {
  border-radius: 100px;
}

.btn.disabled,
.btn:disabled {
  color: rgba(29, 36, 51, 0.65) !important;
  background: #d1d5db !important;
  cursor: not-allowed;
}
.btn.disabled:hover,
.btn:disabled:hover {
  color: rgba(29, 36, 51, 0.65) !important;
  background: #d1d5db !important;
  box-shadow: none !important;
}

.btn-sm {
  font-size: 1.3rem !important;
  height: 32px;
  padding: 0 12px;
  border-radius: 8px;
}
.btn-sm.w-icon svg,
.btn-sm.w-icon span.svg {
  height: 16px;
  width: 16px;
}

.btn-xs {
  font-size: 1.2rem !important;
  line-height: 28px !important;
  height: 28px;
  padding: 0 10px;
  border-radius: 8px;
}

.btn-link {
  background: none;
  border: none;
  padding: 0 4px !important;
  height: auto;
  line-height: 1.2;
  border-radius: 0;
  font-weight: 550;
  color: var(--money-green-700, #1bb832);
}
.btn-link.danger {
  color: var(--red-900, #d63928);
}
.btn-link.danger:hover {
  background-color: var(--red-100, #fff8f7);
}
.btn-link.dark {
  color: var(--black-400, #4c4747);
}
.btn-link.default {
  color: var(--navy-blue-400, #5053e9);
}

.btn-primary {
  background: var(--brand-color, #040669);
  color: var(--white, #fff);
}
.btn-primary:hover, .btn-primary:focus-visible, .btn-primary:focus, .btn-primary:active {
  color: var(--white, #fff) !important;
  background: var(--brand-color, #040669);
  box-shadow: rgba(4, 6, 105, 0.15) 0px 0px 0px 3px;
}

.btn-default {
  background: var(--bg-button, #f2f2f2) !important;
  color: var(--black-100, #282424) !important;
  border: 1.2px solid var(--grey-stroke-60, #c5c5c5) !important;
}
.btn-default:hover, .btn-default:focus-visible, .btn-default:focus, .btn-default:active {
  background: #f2f2f2 !important;
  color: var(--black-100, #282424) !important;
  border: 1.2px solid var(--grey-stroke-60, #c5c5c5) !important;
  box-shadow: rgba(197, 197, 197, 0.2) 0px 0px 0px 3px;
}

.btn-secondary {
  background: var(--navy-blue-0);
  color: var(--navy-blue-900, #0e1087);
  border: 1.2px solid var(---navy-blue-900, #0e1087);
}
.btn-secondary:hover, .btn-secondary:focus-visible, .btn-secondary:focus, .btn-secondary:active {
  background: var(--navy-blue-0);
  color: var(--navy-blue-900, #0e1087);
  border: 1.2px solid var(---navy-blue-900, #0e1087);
  box-shadow: rgba(4, 6, 105, 0.15) 0px 0px 0px 3px;
}

.btn-inverse {
  color: var(--white, #fff) !important;
  background-color: #212223;
  border: 1px solid transparent;
}
.btn-inverse:hover, .btn-inverse:focus-visible, .btn-inverse:focus, .btn-inverse:active {
  border-color: var(--black-400, #4c4747);
}

.btn-danger {
  background: var(--red-900, #d63928);
  color: var(--white, #fff) !important;
}
.btn-danger:hover, .btn-danger:focus-visible, .btn-danger:focus, .btn-danger:active {
  background: var(--red-900, #d63928);
  box-shadow: rgba(214, 57, 40, 0.15) 0px 0px 0px 3px;
}
.btn-danger.secondary {
  background: var(--white, #fff);
  color: var(--red-900, #d63928) !important;
  border: 1px solid var(--red-900, #d63928);
}
.btn-danger.secondary:hover, .btn-danger.secondary:focus-visible, .btn-danger.secondary:focus, .btn-danger.secondary:active {
  background: var(--white, #fff);
  color: var(--red-900, #d63928) !important;
  border-color: var(--red-900, #d63928);
}

.btn--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  padding: 0 !important;
  border-radius: 8px;
  /* &.__default {
    background: $neutral-50;
    color: $neutral-800;
  }
   */
}
.btn--icon.__edit {
  background: #e5f1ff;
  color: #0070ff;
}
.btn--icon.__success {
  background: #e6feee;
  color: #036b26;
}
.btn--icon.__danger {
  background: var(--red-100);
  color: var(--red-900);
}
.btn--icon span.svg {
  margin-right: 0 !important;
}
.btn--icon svg,
.btn--icon span.svg {
  height: 20px;
  width: 20px;
}

/*
.button-row {
  display: flex;
  *:not(:last-of-type) {
    margin-right: 16px;
  }
}
*/
.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 5%;
  margin: 0 auto;
}

.grid {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.grid.w_buttons {
  justify-content: space-between;
}
.grid.grid-mb {
  margin-bottom: 32px;
}

.flex {
  display: flex !important;
}
.flex.flex-row {
  flex-direction: row !important;
}
.flex.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex.justify-between {
  justify-content: space-between;
}
.flex.justify-end {
  justify-content: flex-end;
}
.flex.justify-center {
  justify-content: center;
}
.flex.align-center {
  align-items: center;
}
.flex.nowrap {
  flex-wrap: nowrap;
}
.flex.wrap {
  flex-wrap: wrap !important;
}

.no-border {
  border: 0;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.mr-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.col-10 {
  width: 10%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.col-70 {
  width: 70%;
}

.col-80 {
  width: 80%;
}

.col-90 {
  width: 90%;
}

.col-100 {
  width: 100%;
}

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

.hidden {
  display: none !important;
}

.hidden-mobile {
  display: none;
}

.brand-img {
  height: auto;
  display: block;
  overflow: hidden;
  border: none !important;
}
.brand-img img {
  height: 100%;
  width: 100%;
}

.accordion-item {
  border: none;
}

.card {
  border-radius: 12px;
  border: 1px solid var(--grey-stroke-40, #EFEEEE);
  background: var(--bg-card, #FAFAFA);
  padding: 20px 20px 24px;
}
.card.mr-right {
  margin-right: 20px;
}
.card .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.card .__title-sm {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
}
.card .card-title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}

.text-right {
  text-align: right;
}

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

input,
select,
textarea {
  font-size: 1.4rem;
  transition: 0.3s linear !important;
  border-radius: 6px !important;
  border: 1px solid var(--grey-stroke-20, #e2e2e2);
  background-color: var(--white, #fff);
  position: relative;
  width: 100%;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--grey-text-deactivated-50, #465363);
}
input:hover,
select:hover,
textarea:hover {
  border-color: var(--brand-color, #040669) !important;
}
input:focus,
select:focus,
textarea:focus {
  background-color: var(--white, #fff);
  border-color: var(--brand-color, #040669) !important;
}
input:disabled, input.disabled,
select:disabled,
select.disabled,
textarea:disabled,
textarea.disabled {
  background-color: var(--white-0, #f5f5ff) !important;
  cursor: not-allowed;
  border: 1px solid var(--grey-stroke-20, #e2e2e2);
}
input:disabled:hover, input.disabled:hover,
select:disabled:hover,
select.disabled:hover,
textarea:disabled:hover,
textarea.disabled:hover {
  border: 1px solid var(--grey-stroke-20, #e2e2e2);
}

textarea {
  padding: 8px;
}

input,
select,
.form-input,
.form-select,
.rz-dropdown.form-input {
  height: 36px !important;
  line-height: 20px;
  border-radius: 6px;
  padding: 0 8px;
  font-size: 1.4rem;
  border: 1px solid var(--grey-stroke-20, #e2e2e2);
  background-color: var(--white, #fff);
  color: var(--black-90, #0a1727);
}
input.__sm,
select.__sm,
.form-input.__sm,
.form-select.__sm,
.rz-dropdown.form-input.__sm {
  height: 32px !important;
  line-height: 32px;
  border-radius: 6px;
}
input:focus,
select:focus,
.form-input:focus,
.form-select:focus,
.rz-dropdown.form-input:focus {
  box-shadow: none !important;
}
input::placeholder,
select::placeholder,
.form-input::placeholder,
.form-select::placeholder,
.rz-dropdown.form-input::placeholder {
  color: var(--grey-text-deactivated-50, #465363);
}

.rz-dropdown.form-input,
.rz-dropdown.modified.valid.form-input {
  display: inline-flex;
  justify-content: center;
}

label,
.form-label {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 4px;
  color: var(--black-90, #0a1727);
  display: flex;
  align-items: baseline;
  position: relative;
  width: 100%;
}
label .optional,
.form-label .optional {
  margin-left: 4px;
  font-style: italic;
  font-weight: 450;
}

/*
.form {
  padding: 0 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 720px;
}
*/
.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-right: 0 !important;
  margin-left: 0 !important;
  position: relative;
  width: 100%;
}
.form-row:has(.input-error) input {
  border-color: var(--error, #d63928);
  color: var(--black-90, #0a1727) !important;
}
.form-row:has(.input-error) label,
.form-row:has(.input-error) .form-label {
  color: var(--error, #d63928);
}
.form-row:has(.input-error) .input-error {
  color: var(--error, #d63928);
  font-size: 1.2rem;
  margin-top: 4px;
}
.form-row .button-row {
  display: flex;
  gap: 20px;
}

.form-footer {
  margin-bottom: 32px;
}
.form-footer.grid-1 {
  display: grid;
  grid-template-columns: 1fr;
}
.form-footer.flex-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.form-footer.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.form-grid {
  display: grid;
  grid-column-gap: 10px;
}
.form-grid.grid-2 {
  grid-template-columns: 1fr 1fr;
}

.text-small,
small {
  color: var(--grey-text-deactivated-60, #465363);
  margin-top: 3px;
  font-size: 1.2rem;
  line-height: 1.33;
}

.form-header {
  font-size: 2rem;
  font-weight: 550;
  line-height: 120%;
  margin-bottom: 4px;
  color: var(--black-90, #0a1727);
}

.form-sub__header {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 4px;
  color: var(--black-90, #0a1727);
}

.sub__header {
  font-size: 1.6rem;
  font-weight: 550;
  line-height: 120%;
  margin-bottom: 4px;
  color: var(--black-90, #0a1727);
}

.form-desc {
  font-size: 1.4rem;
  font-weight: 450;
  line-height: 140%;
  color: var(--black-400, #4c4747);
}

.input-group {
  --icon-spacing: 32px;
  --currency-spacing: 24px;
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: nowrap;
}
.input-group.is-loading:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 25%;
  right: 8px;
  border-radius: 60px;
  border: 2px solid var(--white-300);
  border-left-color: var(--brand-color);
  border-bottom-color: var(--brand-color);
  animation: spin 1s linear infinite;
}
.input-group:has(.__before) input,
.input-group:has(.__before) select,
.input-group:has(.__before) .form-input,
.input-group:has(.__before) .form-select {
  padding-left: var(--icon-spacing);
}
.input-group:has(.__after) input,
.input-group:has(.__after) select,
.input-group:has(.__after) .form-input,
.input-group:has(.__after) .form-select {
  padding-right: var(--icon-spacing);
}
.input-group:has(.__before.currency) input,
.input-group:has(.__before.currency) select,
.input-group:has(.__before.currency) .form-input,
.input-group:has(.__before.currency) .form-select {
  padding-left: var(--currency-spacing);
}
.input-group:has(.__after.currency) input,
.input-group:has(.__after.currency) select,
.input-group:has(.__after.currency) .form-input,
.input-group:has(.__after.currency) .form-select {
  padding-right: var(--currency-spacing);
}
.input-group .__before,
.input-group .__after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  font-size: 1.3rem;
}
.input-group .__before span.svg,
.input-group .__after span.svg {
  height: 18px;
  width: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.input-group .__before {
  left: 8px;
}
.input-group .__after {
  right: 8px;
}

.check-group {
  height: auto;
  display: flex;
  flex-direction: column;
}

.check-label {
  padding: 0 2px;
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-bottom: 0;
  width: max-content;
  color: var(--black-90, #0a1727);
}
.check-label:has(.value) {
  padding: 4px 4px 4px 20px;
}
.check-label:has(.value) input.check-input {
  position: absolute;
}
.check-label:has(.value) .value {
  font-size: 1.4rem;
  line-height: 143%;
  font-weight: 450;
}
.check-label:has(.value) .checkmark {
  top: 6px;
}
.check-label input.check-input {
  opacity: 0;
  cursor: pointer;
  height: auto !important;
  line-height: 1 !important;
  top: -2px;
  left: 0;
  margin-left: 0;
}
.check-label input.check-input:checked ~ .checkmark {
  background: var(--brand-color, #040669) !important;
  border-color: var(--brand-color, #040669) !important;
}
.check-label input.check-input:checked ~ .checkmark:after {
  display: block !important;
}
.check-label .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: var(--white, #fff);
  border: 1px solid var(--white-600, #d5d5e0);
  border-radius: 3px;
}
.check-label .checkmark:after {
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6949 3.7051C11.8262 3.83637 11.8999 4.01439 11.8999 4.2C11.8999 4.38562 11.8262 4.56363 11.6949 4.6949L6.09494 10.2949C5.96367 10.4261 5.78566 10.4999 5.60004 10.4999C5.41443 10.4999 5.23641 10.4261 5.10514 10.2949L2.30514 7.4949C2.17763 7.36288 2.10707 7.18606 2.10867 7.00252C2.11026 6.81898 2.18388 6.64342 2.31367 6.51363C2.44345 6.38384 2.61902 6.31023 2.80256 6.30863C2.9861 6.30704 3.16292 6.37759 3.29494 6.5051L5.60004 8.8102L10.7051 3.7051C10.8364 3.57387 11.0144 3.50015 11.2 3.50015C11.3857 3.50015 11.5637 3.57387 11.6949 3.7051Z' fill='white'/%3E%3C/svg%3E");
  content: "";
  position: absolute;
  display: none;
}

.password-input {
  position: relative;
}
.password-input span.svg {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  cursor: pointer;
}

.otp-input {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 12px;
}
.otp-input .form-input {
  width: 72px !important;
  height: 72px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  text-align: center;
  font-size: 2rem;
}

.info-text {
  margin-bottom: 0;
  font-size: 1.3rem;
}

.radio-group {
  padding: 0 2px;
  height: auto;
  gap: 20px;
  display: grid;
  flex-direction: column;
  margin-top: 4px;
}
.radio-group.grid-row-2 {
  grid-template-columns: max-content max-content;
}
.radio-group .radio-label {
  position: relative;
  padding: 4px 4px 4px 20px;
  cursor: pointer;
  user-select: none;
  color: var(--black-90, #0a1727);
  display: inline-flex;
  align-items: center;
}
.radio-group .radio-label .value {
  font-size: 1.4rem;
  line-height: 143%;
}
.radio-group .radio-label input.radio-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: auto !important;
  line-height: 1 !important;
  top: -2px;
  left: 0;
  margin-right: 10px;
  margin-left: 0;
}
.radio-group .radio-label input.radio-input:checked ~ .radiomark {
  border-color: var(--money-green-700, #1bb832);
  background-color: var(--money-green-300, #70f284);
}
.radio-group .radio-label input.radio-input:checked ~ .radiomark:after {
  display: block !important;
}
.radio-group .radio-label .radiomark {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: var(--white, #fff);
  border: 1.6px solid var(--black-400, #4c4747);
  border-radius: 50%;
}

.switch {
  --switch-width: 32px;
  --switch-height: 20px;
  position: relative;
  display: inline-block;
  width: var(--switch-width);
  height: var(--switch-height);
  margin-bottom: 0;
  /* Hide default HTML checkbox */
  /* The slider */
}
.switch::focus-visible {
  outline: none;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  /* 
  &::focus + .slider {
    box-shadow: 0 0 1px var(--money-green-700, #1bb832);
  } */
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
  box-shadow: -4px 0px 4px rgba(72, 101, 129, 0.12);
  background-color: var(--white, #fff);
}
.switch input:checked + .slider {
  background-color: #1d2433;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white, #fff);
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #1d2433;
  /* Rounded sliders */
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: #1d2433;
  box-shadow: 4px 0px 4px rgba(72, 101, 129, 0.12);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: var(--switch-width);
}
.switch .slider.round:before {
  border-radius: 50%;
}

.toggle {
  width: max-content;
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
}
.toggle .label {
  margin: 0 8px;
  position: relative;
  font-weight: 450;
}

.form-upload {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
}
.form-upload .upload-input {
  position: relative;
  height: 200px;
  border-radius: 12px;
  border: 1.5px dashed #d0d5dd;
  background: var(--white, #fff);
  padding: 0 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}
.form-upload .upload-input:hover {
  color: var(--navy-blue-900, #0e1087);
  box-shadow: rgba(4, 6, 105, 0.1) 0px 0px 0px 3px;
}
.form-upload .upload-input input[type=file] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  width: 100%;
  border: none;
  background: none;
  opacity: 0;
  cursor: pointer;
}
.form-upload .upload-input .upload-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-upload .upload-input .upload-content .upload-icon {
  height: 48px;
  width: 48px;
  background-color: #f0f2f5;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.form-upload .upload-input .upload-content span.svg {
  width: 20px;
  height: 20px;
}
.form-upload .upload-input .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.form-upload .upload-input .content .up-link {
  color: var(--navy-blue-400, #5053e9);
  font-weight: 550;
}
.form-upload .upload-input .content .__title {
  margin-bottom: 4px;
}
.form-upload .upload-input .content .__desc {
  color: var(--black-400, #4c4747);
  font-size: 1.2rem;
}
.form-upload.mode-2 {
  margin-top: 4px;
}
.form-upload.mode-2 .upload-input {
  height: 60px;
}
.form-upload.mode-2 .upload-input .upload-content {
  flex-direction: row;
  gap: 12px;
}
.form-upload.mode-2 .upload-input .upload-content .upload-icon {
  height: 32px;
  width: 32px;
  margin-bottom: 0;
}
.form-upload.mode-2 .upload-input .upload-content .upload-icon span.svg {
  height: 16px;
  width: 16px;
}
.form-upload.mode-2 .upload-input .content {
  text-align: left;
}
.form-upload.mode-2 .upload-input .content .__title {
  margin-bottom: 0;
}

.upload-status .label {
  font-size: 1.3rem;
  font-weight: 550;
  color: var(--grey-text-deactivated-80, #404851);
}
.upload-status .upload-progress {
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.upload-status .upload-progress .filename {
  font-size: 1.3rem;
  font-weight: 550;
  line-height: 140%;
}
.upload-status .upload-progress .file-info {
  color: var(--grey-text-deactivated-50, #6b7888);
  font-size: 1.2rem;
  font-weight: 450;
  line-height: 140%;
  margin-top: 4px;
}
.upload-status .upload-progress .file-info span:not(.last-of-type) {
  margin-right: 4px;
}
.upload-status .upload-progress .file-info .size::before {
  display: inline-block;
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 20px;
  background-color: var(--grey-text-deactivated-50, #6b7888);
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.upload-status .upload-progress .progress-action {
  display: flex;
  align-items: center;
}
.upload-status .upload-progress span.svg-close {
  cursor: pointer;
}
.upload-status .upload-progress .upload-counter {
  font-weight: 600;
  font-size: 1.3rem;
  margin-right: 12px;
}
.upload-status .upload-progress.complete {
  justify-content: flex-start;
  gap: 12px;
}
.upload-status .upload-progress.complete .progress-info {
  flex: 1 0 auto;
}
.upload-status .upload-progress.complete span.svg-complete-state {
  width: 48px;
  height: 48px;
}
.upload-status .upload-progress.complete .state-icon {
  display: inline-flex;
}
.upload-status .upload-progress.complete .progress-action {
  gap: 10px;
}
.upload-status .upload-progress.complete .progress-action span.svg {
  height: 20px !important;
  width: 20px !important;
}

.upload-image.work-id {
  width: max-content;
  height: 180px;
  overflow: hidden;
}
.upload-image.work-id img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.badge {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  padding: 6px 8px;
  border-radius: 6px;
  align-self: flex-start;
  text-transform: capitalize;
  color: var(--black-90, #0a1727);
  border: none;
}
.badge.__sm {
  font-size: 1.1rem;
  line-height: 1;
  padding: 3px 6px;
}
.badge.default {
  background: var(--white-200, #f0f0fb);
  color: var(--black-90, #0a1727);
}
.badge.blue {
  background: var(--navy-blue-50, #e1e2fe);
  color: var(--black-90, #0a1727);
}
.badge.green {
  background: var(--money-green-100, #c5fdce);
  color: var(--black-90, #0a1727);
}
.badge.red {
  background: var(--red-100, #feebe8);
  color: var(--black-90, #0a1727);
}
.badge.yellow {
  background: var(--yellow-200, #fefddc);
  color: var(--black-90, #0a1727);
}
.badge.__bold {
  color: var(--white, #ffffff);
}
.badge.__bold.default {
  background: var(--black-90, #0a1727);
}
.badge.__bold.blue {
  background: var(--navy-blue-900, #0e1087);
}
.badge.__bold.green {
  background: var(--money-green-900, #0e8720);
}
.badge.__bold.red {
  background: var(--red-900, #d63928);
}
.badge.__bold.yellow {
  color: var(--black-90, #0a1727);
  background: var(--yellow-900, #deda6f);
}

.component {
  margin: 5% auto;
  max-width: 1400px;
}

.alert {
  padding: 10px 16px 10px 36px;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto 12px;
  position: relative;
}
.alert.full {
  width: 100% !important;
}
.alert .al-header {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
}
.alert .al-header:has(.close) {
  grid-template-columns: 1fr max-content max-content;
}
.alert .al-header:has(.close):not(:has(.link)) {
  grid-template-columns: 1fr max-content;
}
.alert .al-header .title {
  font-weight: 500;
}
.alert .al-content {
  display: flex;
  flex-direction: column;
  max-width: 95%;
  margin-top: 4px;
  margin-bottom: 12px;
}
.alert .al-content .desc {
  max-width: 96%;
}
.alert .al-content .list {
  margin-top: 6px;
}
.alert .al-content .list .list-item {
  position: relative;
  padding-left: 16px;
}
.alert .al-content .list .list-item:not(:first-of-type) {
  margin-top: 4px;
}
.alert .al-content .list .list-item::before {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 5px;
  position: absolute;
  left: 6px;
  top: 7px;
}
.alert .al-footer {
  display: flex;
  gap: 24px;
}
.alert:has(.close) .close {
  height: 16px;
  width: 16px;
  position: relative;
  border: none !important;
  top: 2px;
}
.alert:has(.close) .close::before {
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.alert:has(.close) .close::after {
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.alert::before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-size: cover;
  position: absolute;
  left: 12px;
  top: 11px;
}
.alert.red {
  background: var(--red-100);
  color: var(--red-900);
}
.alert.red::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.99999 16.2C10.9095 16.2 12.7409 15.4415 14.0912 14.0912C15.4414 12.741 16.2 10.9096 16.2 9.00005C16.2 7.09049 15.4414 5.25914 14.0912 3.90888C12.7409 2.55862 10.9095 1.80005 8.99999 1.80005C7.09043 1.80005 5.25908 2.55862 3.90882 3.90888C2.55856 5.25914 1.79999 7.09049 1.79999 9.00005C1.79999 10.9096 2.55856 12.741 3.90882 14.0912C5.25908 15.4415 7.09043 16.2 8.99999 16.2ZM7.83629 6.56375C7.66654 6.39981 7.4392 6.30909 7.20323 6.31114C6.96725 6.31319 6.74152 6.40784 6.57465 6.57471C6.40778 6.74158 6.31313 6.96731 6.31108 7.20329C6.30903 7.43926 6.39975 7.66661 6.56369 7.83635L7.72739 9.00005L6.56369 10.1637C6.47773 10.2468 6.40916 10.3461 6.362 10.4559C6.31483 10.5657 6.29 10.6838 6.28896 10.8033C6.28792 10.9228 6.31069 11.0413 6.35595 11.1519C6.4012 11.2625 6.46803 11.363 6.55253 11.4475C6.63703 11.532 6.73752 11.5988 6.84813 11.6441C6.95874 11.6893 7.07725 11.7121 7.19675 11.7111C7.31625 11.71 7.43435 11.6852 7.54415 11.638C7.65395 11.5909 7.75326 11.5223 7.83629 11.4363L8.99999 10.2726L10.1637 11.4363C10.3334 11.6003 10.5608 11.691 10.7967 11.689C11.0327 11.6869 11.2585 11.5923 11.4253 11.4254C11.5922 11.2585 11.6868 11.0328 11.6889 10.7968C11.6909 10.5608 11.6002 10.3335 11.4363 10.1637L10.2726 9.00005L11.4363 7.83635C11.6002 7.66661 11.6909 7.43926 11.6889 7.20329C11.6868 6.96731 11.5922 6.74158 11.4253 6.57471C11.2585 6.40784 11.0327 6.31319 10.7967 6.31114C10.5608 6.30909 10.3334 6.39981 10.1637 6.56375L8.99999 7.72745L7.83629 6.56375Z' fill='%23E12D39'/%3E%3C/svg%3E");
}
.alert.red .list-item:before {
  background: var(--red-900);
}
.alert.red .link {
  color: var(--red-900);
}
.alert.red:has(.close) .close::before, .alert.red:has(.close) .close::after {
  background: var(--red-900);
}
.alert.green {
  background: var(--money-green-0);
  color: var(--money-green-900);
}
.alert.green::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.99999 16.2C10.9095 16.2 12.7409 15.4415 14.0912 14.0912C15.4414 12.741 16.2 10.9096 16.2 9.00005C16.2 7.09049 15.4414 5.25914 14.0912 3.90888C12.7409 2.55862 10.9095 1.80005 8.99999 1.80005C7.09043 1.80005 5.25908 2.55862 3.90882 3.90888C2.55856 5.25914 1.79999 7.09049 1.79999 9.00005C1.79999 10.9096 2.55856 12.741 3.90882 14.0912C5.25908 15.4415 7.09043 16.2 8.99999 16.2ZM12.3363 7.83635C12.5002 7.66661 12.5909 7.43926 12.5889 7.20329C12.5868 6.96731 12.4922 6.74158 12.3253 6.57471C12.1585 6.40784 11.9327 6.31319 11.6967 6.31114C11.4608 6.30909 11.2334 6.39981 11.0637 6.56375L8.09999 9.52745L6.93629 8.36375C6.76655 8.19981 6.5392 8.10909 6.30323 8.11114C6.06725 8.11319 5.84152 8.20784 5.67465 8.37471C5.50778 8.54158 5.41313 8.76731 5.41108 9.00329C5.40903 9.23926 5.49975 9.46661 5.66369 9.63635L7.46369 11.4363C7.63246 11.6051 7.86134 11.6999 8.09999 11.6999C8.33863 11.6999 8.56751 11.6051 8.73629 11.4363L12.3363 7.83635Z' fill='%2331B237'/%3E%3C/svg%3E");
}
.alert.green .list-item:before {
  background: var(--money-green-900, #0e8720);
}
.alert.green .link {
  color: var(--money-green-900, #0e8720);
}
.alert.green:has(.close) .close::before, .alert.green:has(.close) .close::after {
  background: var(--money-green-900, #0e8720);
}
.alert.yellow {
  background: var(--yellow-100);
  color: var(--yellow-1000);
}
.alert.yellow::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.43129 2.78909C8.11979 1.56509 9.88109 1.56509 10.5687 2.78909L15.5907 11.7171C16.2657 12.9177 15.399 14.3991 14.0229 14.3991H3.97799C2.60099 14.3991 1.73429 12.9177 2.40929 11.7171L7.43129 2.78909ZM9.89999 11.7C9.89999 11.9387 9.80516 12.1676 9.63638 12.3364C9.4676 12.5052 9.23868 12.6 8.99999 12.6C8.76129 12.6 8.53237 12.5052 8.36359 12.3364C8.19481 12.1676 8.09999 11.9387 8.09999 11.7C8.09999 11.4613 8.19481 11.2324 8.36359 11.0636C8.53237 10.8948 8.76129 10.8 8.99999 10.8C9.23868 10.8 9.4676 10.8948 9.63638 11.0636C9.80516 11.2324 9.89999 11.4613 9.89999 11.7ZM8.99999 4.49999C8.76129 4.49999 8.53237 4.59481 8.36359 4.7636C8.19481 4.93238 8.09999 5.1613 8.09999 5.39999V8.09999C8.09999 8.33869 8.19481 8.56761 8.36359 8.73639C8.53237 8.90517 8.76129 8.99999 8.99999 8.99999C9.23868 8.99999 9.4676 8.90517 9.63638 8.73639C9.80516 8.56761 9.89999 8.33869 9.89999 8.09999V5.39999C9.89999 5.1613 9.80516 4.93238 9.63638 4.7636C9.4676 4.59481 9.23868 4.49999 8.99999 4.49999Z' fill='%23686518'/%3E%3C/svg%3E");
}
.alert.yellow .list-item:before {
  background: var(--yellow-1000);
}
.alert.yellow .link {
  color: var(--yellow-1000);
}
.alert.yellow:has(.close) .close::before, .alert.yellow:has(.close) .close::after {
  background: var(--yellow-1000);
}
.alert.blue {
  background: var(--navy-blue-0);
  color: var(--navy-blue-900);
}
.alert.blue::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2 9.50005C16.2 11.4096 15.4415 13.241 14.0912 14.5912C12.741 15.9415 10.9096 16.7 9.00005 16.7C7.09049 16.7 5.25914 15.9415 3.90888 14.5912C2.55862 13.241 1.80005 11.4096 1.80005 9.50005C1.80005 7.59049 2.55862 5.75914 3.90888 4.40888C5.25914 3.05862 7.09049 2.30005 9.00005 2.30005C10.9096 2.30005 12.741 3.05862 14.0912 4.40888C15.4415 5.75914 16.2 7.59049 16.2 9.50005ZM9.90005 5.90005C9.90005 6.13874 9.80523 6.36766 9.63644 6.53644C9.46766 6.70523 9.23874 6.80005 9.00005 6.80005C8.76135 6.80005 8.53243 6.70523 8.36365 6.53644C8.19487 6.36766 8.10005 6.13874 8.10005 5.90005C8.10005 5.66135 8.19487 5.43244 8.36365 5.26365C8.53243 5.09487 8.76135 5.00005 9.00005 5.00005C9.23874 5.00005 9.46766 5.09487 9.63644 5.26365C9.80523 5.43244 9.90005 5.66135 9.90005 5.90005ZM8.10005 8.60005C7.86135 8.60005 7.63244 8.69487 7.46365 8.86365C7.29487 9.03243 7.20005 9.26135 7.20005 9.50005C7.20005 9.73874 7.29487 9.96766 7.46365 10.1364C7.63244 10.3052 7.86135 10.4 8.10005 10.4V13.1C8.10005 13.3387 8.19487 13.5677 8.36365 13.7364C8.53243 13.9052 8.76135 14 9.00005 14H9.90005C10.1387 14 10.3677 13.9052 10.5364 13.7364C10.7052 13.5677 10.8 13.3387 10.8 13.1C10.8 12.8614 10.7052 12.6324 10.5364 12.4637C10.3677 12.2949 10.1387 12.2 9.90005 12.2V9.50005C9.90005 9.26135 9.80523 9.03243 9.63644 8.86365C9.46766 8.69487 9.23874 8.60005 9.00005 8.60005H8.10005Z' fill='%230e1087'/%3E%3C/svg%3E");
}
.alert.blue .list-item:before {
  background: var(--navy-blue-900, #0e1087);
}
.alert.blue .link {
  color: var(--navy-blue-900, #0e1087);
}
.alert.blue:has(.close) .close::before, .alert.blue:has(.close) .close::after {
  background: var(--navy-blue-900, #0e1087);
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-menu {
  background: #ffffff;
  border-radius: 8px;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-color: #e2e2e2;
  box-shadow: 0px 4px 20px rgba(130, 154, 177, 0.25);
  -webkit-box-shadow: 0px 4px 20px rgba(130, 154, 177, 0.25);
}
.dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

/*
.dropdown-toggle {
  display: flex;
  &:after {
    content: "";
    height: 20px;
    width: 20px;
    border: none !important;
    display: inline-block;
    margin-left: 4px;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29303 7.29301C5.48056 7.10553 5.73487 7.00022 6.00003 7.00022C6.26519 7.00022 6.5195 7.10553 6.70703 7.29301L10 10.586L13.293 7.29301C13.3853 7.19749 13.4956 7.12131 13.6176 7.0689C13.7396 7.01649 13.8709 6.98891 14.0036 6.98775C14.1364 6.9866 14.2681 7.0119 14.391 7.06218C14.5139 7.11246 14.6255 7.18672 14.7194 7.28061C14.8133 7.3745 14.8876 7.48615 14.9379 7.60905C14.9881 7.73195 15.0134 7.86363 15.0123 7.99641C15.0111 8.12919 14.9835 8.26041 14.9311 8.38241C14.8787 8.50441 14.8025 8.61476 14.707 8.707L10.707 12.707C10.5195 12.8945 10.2652 12.9998 10 12.9998C9.73487 12.9998 9.48056 12.8945 9.29303 12.707L5.29303 8.707C5.10556 8.51948 5.00024 8.26517 5.00024 8C5.00024 7.73484 5.10556 7.48053 5.29303 7.29301Z' fill='%231C1C1C'/%3E%3C/svg%3E");
  }
}
*/
.modal.show .modal-dialog {
  margin-top: 5vw;
}
.modal .form-footer {
  margin-bottom: 0;
}

.modal-dialog.width-md {
  max-width: 480px;
}
.modal-dialog.width-lg {
  max-width: 600px;
}

.modal-content {
  border-radius: 12px;
  padding: 24px;
}
.modal-content .modal-header {
  padding: 0;
  margin-bottom: 12px;
  align-items: flex-start;
  border-bottom: none;
}
.modal-content .modal-header .__title {
  flex: 1;
}
.modal-content .modal-header .modal-title {
  color: var(--black-90, #0a1727);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 4px;
}
.modal-content .modal-header .btn-close {
  position: relative;
  width: 16px;
  height: 16px;
  background-size: 80%;
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.15164 5.1515C5.37667 4.92654 5.68184 4.80016 6.00004 4.80016C6.31823 4.80016 6.6234 4.92654 6.84844 5.1515L12 10.3031L17.1516 5.1515C17.2623 5.03689 17.3947 4.94547 17.5412 4.88258C17.6876 4.81969 17.845 4.78659 18.0044 4.7852C18.1637 4.78382 18.3217 4.81418 18.4692 4.87452C18.6167 4.93485 18.7506 5.02396 18.8633 5.13663C18.976 5.2493 19.0651 5.38328 19.1254 5.53076C19.1858 5.67823 19.2161 5.83625 19.2147 5.99558C19.2134 6.15492 19.1802 6.31238 19.1174 6.45879C19.0545 6.60519 18.963 6.73761 18.8484 6.8483L13.6968 11.9999L18.8484 17.1515C19.067 17.3778 19.188 17.6809 19.1852 17.9956C19.1825 18.3102 19.0563 18.6112 18.8338 18.8337C18.6113 19.0562 18.3104 19.1824 17.9957 19.1851C17.6811 19.1878 17.378 19.0669 17.1516 18.8483L12 13.6967L6.84844 18.8483C6.62211 19.0669 6.31899 19.1878 6.00435 19.1851C5.68972 19.1824 5.38874 19.0562 5.16625 18.8337C4.94376 18.6112 4.81756 18.3102 4.81483 17.9956C4.81209 17.6809 4.93305 17.3778 5.15164 17.1515L10.3032 11.9999L5.15164 6.8483C4.92667 6.62327 4.80029 6.3181 4.80029 5.9999C4.80029 5.68171 4.92667 5.37654 5.15164 5.1515Z' fill='%2308090A'/%3E%3C/svg%3E");
}
.modal-content .modal-desc {
  font-size: 1.4rem;
  line-height: 1.43;
  color: var(--black-90, #0a1727);
  max-width: 90%;
}
.modal-content .modal-body {
  padding: 8px 0 0;
  margin-bottom: 0;
}
.modal-content .modal-footer {
  border-top: none;
}
.modal-content .modal-footer.w-button * {
  margin-left: 16px;
}

/*
.pointer {
  cursor: pointer;
}

//MISC

.status {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.43;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  &::before {
    display: inline-block;
    content: "";
    height: 20px;
    width: 20px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  &.no-icon {
    padding: 6px 8px;
    font-size: 1.3rem;
    line-height: 1;
    border-radius: 4px;
    align-self: flex-start;
    display: inline-block;
    &::before {
      display: none;
    }
  }
  &.__green {
    color: var(--money-green-900, #0e8720);
    &:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23E9F9F0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4713 6.86218C14.5963 6.9872 14.6665 7.15674 14.6665 7.33352C14.6665 7.51029 14.5963 7.67983 14.4713 7.80485L9.13797 13.1382C9.01295 13.2632 8.84341 13.3334 8.66663 13.3334C8.48986 13.3334 8.32032 13.2632 8.1953 13.1382L5.52863 10.4715C5.40719 10.3458 5.34 10.1774 5.34152 10.0026C5.34304 9.82778 5.41315 9.66058 5.53675 9.53697C5.66036 9.41337 5.82757 9.34325 6.00237 9.34173C6.17716 9.34021 6.34556 9.40741 6.4713 9.52885L8.66663 11.7242L13.5286 6.86218C13.6537 6.7372 13.8232 6.66699 14 6.66699C14.1767 6.66699 14.3463 6.7372 14.4713 6.86218Z' fill='%2329C76F'/%3E%3C/svg%3E");
    }
  }
  &.__red {
    color: $red-400;
    &:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23FDEBEA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.86128 5.86119C5.98627 5.73624 6.15576 5.66605 6.3325 5.66605C6.50923 5.66605 6.67872 5.73624 6.80371 5.86119L9.665 8.72247L12.5263 5.86119C12.5878 5.79753 12.6613 5.74676 12.7426 5.71183C12.8239 5.6769 12.9114 5.65851 12.9999 5.65774C13.0884 5.65697 13.1762 5.67383 13.2581 5.70735C13.34 5.74086 13.4144 5.79035 13.477 5.85293C13.5396 5.91551 13.589 5.98992 13.6226 6.07183C13.6561 6.15374 13.6729 6.24151 13.6722 6.33001C13.6714 6.4185 13.653 6.50596 13.6181 6.58728C13.5831 6.66859 13.5324 6.74214 13.4687 6.80362L10.6074 9.6649L13.4687 12.5262C13.5901 12.6519 13.6573 12.8203 13.6558 12.995C13.6543 13.1698 13.5842 13.3369 13.4606 13.4605C13.337 13.5841 13.1699 13.6542 12.9951 13.6557C12.8203 13.6572 12.652 13.59 12.5263 13.4686L9.665 10.6073L6.80371 13.4686C6.67801 13.59 6.50965 13.6572 6.33489 13.6557C6.16014 13.6542 5.99297 13.5841 5.8694 13.4605C5.74582 13.3369 5.67573 13.1698 5.67421 12.995C5.67269 12.8203 5.73987 12.6519 5.86128 12.5262L8.72256 9.6649L5.86128 6.80362C5.73633 6.67863 5.66614 6.50914 5.66614 6.3324C5.66614 6.15567 5.73633 5.98618 5.86128 5.86119V5.86119Z' fill='%23EF3E36'/%3E%3C/svg%3E");
    }
  }
  &.__yellow {
    color: $yellow-500;
    &:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23FFF8EE'/%3E%3Cpath d='M9.99996 7.08332C9.84525 7.08332 9.69688 7.14478 9.58748 7.25418C9.47808 7.36357 9.41663 7.51195 9.41663 7.66666V9.99999C9.41663 10.1547 9.47808 10.3031 9.58748 10.4125C9.69688 10.5219 9.84525 10.5833 9.99996 10.5833C10.1547 10.5833 10.303 10.5219 10.4124 10.4125C10.5218 10.3031 10.5833 10.1547 10.5833 9.99999V7.66666C10.5833 7.51195 10.5218 7.36357 10.4124 7.25418C10.303 7.14478 10.1547 7.08332 9.99996 7.08332ZM9.99996 11.75C9.88459 11.75 9.77181 11.7842 9.67588 11.8483C9.57995 11.9124 9.50518 12.0035 9.46103 12.1101C9.41688 12.2167 9.40533 12.334 9.42783 12.4471C9.45034 12.5603 9.5059 12.6642 9.58748 12.7458C9.66906 12.8274 9.773 12.8829 9.88616 12.9054C9.99931 12.928 10.1166 12.9164 10.2232 12.8723C10.3298 12.8281 10.4209 12.7533 10.485 12.6574C10.5491 12.5615 10.5833 12.4487 10.5833 12.3333C10.5833 12.1786 10.5218 12.0302 10.4124 11.9208C10.303 11.8114 10.1547 11.75 9.99996 11.75ZM15.6641 7.40999L12.59 4.33582C12.4782 4.22923 12.3302 4.16881 12.1758 4.16666H7.82413C7.66968 4.16881 7.52175 4.22923 7.40996 4.33582L4.33579 7.40999C4.2292 7.52178 4.16877 7.66971 4.16663 7.82416V12.1758C4.16877 12.3303 4.2292 12.4782 4.33579 12.59L7.40996 15.6642C7.52175 15.7708 7.66968 15.8312 7.82413 15.8333H12.1758C12.3302 15.8312 12.4782 15.7708 12.59 15.6642L15.6641 12.59C15.7707 12.4782 15.8311 12.3303 15.8333 12.1758V7.82416C15.8311 7.66971 15.7707 7.52178 15.6641 7.40999ZM14.6666 11.9308L11.9308 14.6667H8.06913L5.33329 11.9308V8.06916L8.06913 5.33332H11.9308L14.6666 8.06916V11.9308Z' fill='%23E5AD54'/%3E%3C/svg%3E");
    }
  }
  &.__blue {
    color: var(--navy-blue-900, #0e1087);
    &:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23E5F4FB'/%3E%3Cpath d='M9.67329 4.16666C8.17784 4.17092 6.74116 4.74936 5.65995 5.78249V4.74999C5.65995 4.59528 5.59849 4.44691 5.4891 4.33751C5.3797 4.22811 5.23133 4.16666 5.07662 4.16666C4.92191 4.16666 4.77354 4.22811 4.66414 4.33751C4.55474 4.44691 4.49329 4.59528 4.49329 4.74999V7.37499C4.49329 7.5297 4.55474 7.67807 4.66414 7.78747C4.77354 7.89687 4.92191 7.95832 5.07662 7.95832H7.70162C7.85633 7.95832 8.0047 7.89687 8.1141 7.78747C8.2235 7.67807 8.28495 7.5297 8.28495 7.37499C8.28495 7.22028 8.2235 7.07191 8.1141 6.96251C8.0047 6.85311 7.85633 6.79166 7.70162 6.79166H6.30162C6.83345 6.22991 7.49658 5.80918 8.23136 5.56732C8.96614 5.32546 9.74952 5.27004 10.511 5.40607C11.2725 5.54209 11.9883 5.86528 12.5939 6.34657C13.1995 6.82785 13.676 7.45214 13.9805 8.16327C14.2849 8.87439 14.4078 9.65005 14.3381 10.4205C14.2684 11.1909 14.0083 11.9319 13.5812 12.5768C13.154 13.2218 12.5733 13.7504 11.8911 14.1152C11.209 14.48 10.4468 14.6695 9.67329 14.6667C9.51858 14.6667 9.3702 14.7281 9.26081 14.8375C9.15141 14.9469 9.08995 15.0953 9.08995 15.25C9.08995 15.4047 9.15141 15.5531 9.26081 15.6625C9.3702 15.7719 9.51858 15.8333 9.67329 15.8333C11.2204 15.8333 12.7041 15.2187 13.7981 14.1248C14.892 13.0308 15.5066 11.5471 15.5066 9.99999C15.5066 8.45289 14.892 6.96916 13.7981 5.8752C12.7041 4.78124 11.2204 4.16666 9.67329 4.16666ZM9.67329 7.66666C9.51858 7.66666 9.3702 7.72812 9.26081 7.83751C9.15141 7.94691 9.08995 8.09528 9.08995 8.24999V9.99999C9.08995 10.1547 9.15141 10.3031 9.26081 10.4125C9.3702 10.5219 9.51858 10.5833 9.67329 10.5833H10.84C10.9947 10.5833 11.143 10.5219 11.2524 10.4125C11.3618 10.3031 11.4233 10.1547 11.4233 9.99999C11.4233 9.84528 11.3618 9.69691 11.2524 9.58751C11.143 9.47812 10.9947 9.41666 10.84 9.41666H10.2566V8.24999C10.2566 8.09528 10.1952 7.94691 10.0858 7.83751C9.97637 7.72812 9.828 7.66666 9.67329 7.66666Z' fill='%230093DD'/%3E%3C/svg%3E");
    }
  }
  &.no-icon {
    &.__default {
      color: var(--black-90, #0a1727);
      background: $neutral-50;
    }
    &.__blue {
      color: var(--navy-blue-900, #0e1087);
      background: var(--navy-blue-100, #c5c6fd);
    }
    &.__green {
      color: var(--money-green-900, #0e8720);
      background: var(--money-green-100, #c5fdce);
    }
    &.__red {
      color: $red-400;
      background: $red-50;
    }
    &.__purple {
      color: $purple-400;
      background: $purple-50;
    }
    &.__yellow {
      color: $yellow-500;
      background: $yellow-50;
    }
    &.__bold {
      color: $neutral-0;
      &.__default {
        background: $neutral-800;
      }
      &.__blue {
        background: var(--navy-blue-900, #0e1087);
      }
      &.__green {
        background: var(--money-green-900, #0e8720);
      }
      &.__red {
        background: $red-400;
      }
      &.__purple {
        background: $purple-400;
      }
      &.__yellow {
        color: var(--black-90, #0a1727);
        background: $yellow-400;
      }
    }
  }
}

.__blue {
  color: var(--navy-blue-900, #0e1087) !important;
}
.__red {
  color: $red-400 !important;
}
.__purple {
  color: $purple-400 !important;
}
.__default {
  color: var(--black-90, #0a1727) !important;
}
.__green {
  color: var(--money-green-900, #0e8720) !important;
}
.__yellow {
  color: $yellow-500 !important;
}
.__primary {
  color: $primary-500 !important;
}

/*


  /* The slider 
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: $neutral-200;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    &:before {
      position: absolute;
      content: "";
      height: 14px;
      width: 14px;
      left: 2px;
      bottom: 2px;
      background-color: $neutral-0;
      box-shadow: 4px 0px 4px rgba(72, 101, 129, 0.12);
      -webkit-transition: 0.4s;
      transition: 0.4s;
    }
    &.round {
      border-radius: $width;
      &:before {
        border-radius: 50%;
      }
    }
  }
}

.accordion-button {
  &::after {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7366 13.2365C10.3298 13.6433 9.67025 13.6433 9.26345 13.2365L4.26345 8.23653C3.85666 7.82973 3.85666 7.17019 4.26345 6.76339C4.67025 6.35659 5.3298 6.35659 5.73659 6.76339L10 11.0268L14.2635 6.76339C14.6702 6.35659 15.3298 6.35659 15.7366 6.76339C16.1434 7.17019 16.1434 7.82973 15.7366 8.23653L10.7366 13.2365Z' fill='%23627D98'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
  }
  &:not(.collapsed)::after {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7366 13.2365C10.3298 13.6433 9.67025 13.6433 9.26345 13.2365L4.26345 8.23653C3.85666 7.82973 3.85666 7.17019 4.26345 6.76339C4.67025 6.35659 5.3298 6.35659 5.73659 6.76339L10 11.0268L14.2635 6.76339C14.6702 6.35659 15.3298 6.35659 15.7366 6.76339C16.1434 7.17019 16.1434 7.82973 15.7366 8.23653L10.7366 13.2365Z' fill='%23627D98'/%3E%3C/svg%3E");
    transform: rotate(180deg);
  }
}
*/
.form-card {
  border-radius: 20px;
  border: 2px solid #efeeee;
  background: #fdfdfd;
  padding: 32px 36px;
}

.progress-container {
  display: flex;
  flex-direction: column;
}
.progress-container .progress-item {
  width: 100%;
  height: 4px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  background-color: var(--white-400, #e6e6f2);
}
.progress-container .progress-item .progress-check {
  height: 100%;
  background: #38dd51;
  display: block;
}
.progress-container .progress-desc {
  margin-top: 4px;
}

.scroll-container {
  overflow-y: auto;
}
.scroll-container::-webkit-scrollbar {
  height: 2px;
  width: 4px;
  border-radius: 100px;
}
.scroll-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(188, 204, 220, 0.3);
  background-color: var(--white-0, #f5f5ff);
}
.scroll-container::-webkit-scrollbar-thumb {
  background-color: var(--navy-blue-200, #9899f9);
}

.empty-state {
  --img-size: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 12px;
  border-radius: 16px;
  margin: 5% auto;
  width: max-content;
  max-width: 320px;
  text-align: center;
}
.empty-state .e-img {
  height: var(--img-size);
  width: var(--img-size);
  overflow: hidden;
  margin-bottom: 8px;
}
.empty-state .e-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.empty-state .e-title {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 550;
  margin-bottom: 4px;
}
.empty-state .e-desc {
  margin-bottom: 12px;
}

.offcanvas-body {
  padding: 0;
}

.tab-block .tab-content .tab-pane {
  padding: 16px 12px;
}
.tab-block .nav-tabs {
  border-top: none;
  border-bottom: none;
  justify-content: center;
}
.tab-block .nav-tabs .nav-item {
  padding: 12px 0;
}
.tab-block .nav-tabs .nav-item .nav-link {
  color: var(--black-400, #4c4747);
  font-weight: 400;
  border: none;
  border-radius: 50px;
  padding: 6px 10px;
  font-size: 1.3rem;
}
.tab-block .nav-tabs .nav-item .nav-link.active {
  background-color: var(--white-400, #e6e6f2);
  font-weight: 500;
}

.ln-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 20px 20px;
}
.ln-summary-grid .grid-1 {
  grid-area: 1/1/3/2;
}
.ln-summary-grid .card {
  padding: 14px 16px;
}

.info-item {
  height: auto;
}
.info-item .info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-item .info-header .loan-id {
  font-size: 1.3rem;
  line-height: 1.35;
  font-weight: 500;
}
.info-item .info-header .loan-amt {
  font-size: 2.4rem;
  line-height: 1.35;
  font-weight: 550;
}

.info-header .title {
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: 550;
}

.info-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info-list .info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-list .info-row .label {
  color: var(--black-400, #4c4747);
}
.info-list .info-row .value {
  font-weight: 450;
  text-align: right;
}

.personal-item {
  grid-area: 1/2/2/3;
}

.account-item {
  grid-area: 2/2/3/3;
}

.button-dropdown {
  width: 180px;
  padding: 4px;
}
.button-dropdown .dropdown-list {
  display: flex;
  flex-direction: column;
}
.button-dropdown .list-item a {
  display: block;
  width: 100%;
  padding: 0 4px;
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 450;
  color: var(--black-90, #0a1727);
}
.button-dropdown .list-item a:hover {
  background-color: var(--white-200, #f0f0fb);
}

.modal-body .table-footer {
  padding: 0;
  margin-bottom: 20px;
  margin-top: 12px;
}
.modal-body .empty-state {
  max-width: 400px;
  margin-top: 0;
}
.modal-body .empty-state .e-img {
  height: 100px;
  width: 100px;
  margin-bottom: 12px;
}
.modal-body .form-footer {
  gap: 16px;
}

/*DEFAULT ICON STYLING*/
.svg {
  display: inline-block;
  background-size: cover;
  width: 24px;
  height: 24px;
}

.menu_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.svg-show {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5799 12.4999C15.5799 14.4799 13.9799 16.0799 11.9999 16.0799C10.0199 16.0799 8.41992 14.4799 8.41992 12.4999C8.41992 10.5199 10.0199 8.91992 11.9999 8.91992C13.9799 8.91992 15.5799 10.5199 15.5799 12.4999Z' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9998 20.7702C15.5298 20.7702 18.8198 18.6902 21.1098 15.0902C22.0098 13.6802 22.0098 11.3102 21.1098 9.90021C18.8198 6.30021 15.5298 4.22021 11.9998 4.22021C8.46984 4.22021 5.17984 6.30021 2.88984 9.90021C1.98984 11.3102 1.98984 13.6802 2.88984 15.0902C5.17984 18.6902 8.46984 20.7702 11.9998 20.7702Z' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.svg-hide {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5319 9.46992L9.47188 14.5299C8.82188 13.8799 8.42188 12.9899 8.42188 11.9999C8.42188 10.0199 10.0219 8.41992 12.0019 8.41992C12.9919 8.41992 13.8819 8.81992 14.5319 9.46992Z' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.8237 5.76998C16.0737 4.44998 14.0737 3.72998 12.0037 3.72998C8.47375 3.72998 5.18375 5.80998 2.89375 9.40998C1.99375 10.82 1.99375 13.19 2.89375 14.6C3.68375 15.84 4.60375 16.91 5.60375 17.77' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.42188 19.5299C9.56187 20.0099 10.7719 20.2699 12.0019 20.2699C15.5319 20.2699 18.8219 18.1899 21.1119 14.5899C22.0119 13.1799 22.0119 10.8099 21.1119 9.39993C20.7819 8.87993 20.4219 8.38993 20.0519 7.92993' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5075 12.7C15.2475 14.11 14.0975 15.26 12.6875 15.52' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.47 14.53L2 22' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.0013 2L14.5312 9.47' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.svg-phone {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7V17C20 21 19 22 15 22H9C5 22 4 21 4 17V7C4 3 5 2 9 2H15C19 2 20 3 20 7Z' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 5.5H10' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9992 19.1C12.8553 19.1 13.5492 18.406 13.5492 17.55C13.5492 16.694 12.8553 16 11.9992 16C11.1432 16 10.4492 16.694 10.4492 17.55C10.4492 18.406 11.1432 19.1 11.9992 19.1Z' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.svg-arrow-left {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.57 5.92969L3.5 11.9997L9.57 18.0697' stroke='%23292D32' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4999 12H3.66992' stroke='%23292D32' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.svg-calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2V5' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 2V5' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 9.08984H20.5' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 8.5V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6947 13.7002H15.7037' stroke='%231D2433' stroke-opacity='0.63' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6947 16.7002H15.7037' stroke='%231D2433' stroke-opacity='0.63' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9955 13.7002H12.0045' stroke='%231D2433' stroke-opacity='0.63' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9955 16.7002H12.0045' stroke='%231D2433' stroke-opacity='0.63' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.29431 13.7002H8.30329' stroke='%231D2433' stroke-opacity='0.63' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.29431 16.7002H8.30329' stroke='%231D2433' stroke-opacity='0.63' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.svg-cloud-upload {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99984 11.0834C6.99984 7.53955 9.87268 4.66671 13.4165 4.66671C16.5557 4.66671 19.1705 6.92209 19.7247 9.90116C19.8024 10.3189 20.1011 10.6614 20.5044 10.7951C22.827 11.5654 24.4998 13.7556 24.4998 16.3334C24.4998 19.555 21.8882 22.1667 18.6665 22.1667C18.0222 22.1667 17.4998 22.689 17.4998 23.3334C17.4998 23.9777 18.0222 24.5 18.6665 24.5C23.1768 24.5 26.8332 20.8437 26.8332 16.3334C26.8332 12.9588 24.7871 10.0648 21.8705 8.81955C20.8725 5.08438 17.4669 2.33337 13.4165 2.33337C8.58401 2.33337 4.6665 6.25088 4.6665 11.0834C4.6665 11.2004 4.66881 11.3169 4.67337 11.4328C2.57873 12.6413 1.1665 14.9047 1.1665 17.5C1.1665 21.366 4.30051 24.5 8.1665 24.5C8.81084 24.5 9.33317 23.9777 9.33317 23.3334C9.33317 22.689 8.81084 22.1667 8.1665 22.1667C5.58918 22.1667 3.49984 20.0774 3.49984 17.5C3.49984 15.5665 4.67604 13.9049 6.3566 13.197C6.84291 12.9921 7.13116 12.4864 7.05956 11.9635C7.02023 11.6763 6.99984 11.3826 6.99984 11.0834Z' fill='%23475367'/%3E%3Cpath d='M13.2247 16.6281C13.6668 16.2351 14.3329 16.2351 14.7749 16.6281L16.5249 18.1836C17.0065 18.6117 17.0499 19.3491 16.6218 19.8307C16.2473 20.252 15.6361 20.3379 15.1665 20.0662V25.6667C15.1665 26.311 14.6442 26.8334 13.9998 26.8334C13.3555 26.8334 12.8332 26.311 12.8332 25.6667V20.0662C12.3636 20.3379 11.7523 20.252 11.3779 19.8307C10.9498 19.3491 10.9932 18.6117 11.4747 18.1836L13.2247 16.6281Z' fill='%23475367'/%3E%3C/svg%3E");
}

.svg-close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.226 7.07547C7.77039 6.61986 7.0317 6.61986 6.57608 7.07547C6.12047 7.53109 6.12047 8.26978 6.57608 8.72539L12.3508 14.5001L6.57608 20.2748C6.12047 20.7304 6.12047 21.4691 6.57608 21.9247C7.0317 22.3803 7.77039 22.3803 8.226 21.9247L14.0007 16.15L19.7754 21.9247C20.231 22.3803 20.9697 22.3803 21.4253 21.9247C21.8809 21.4691 21.8809 20.7304 21.4253 20.2748L15.6506 14.5001L21.4253 8.72539C21.8809 8.26978 21.8809 7.53109 21.4253 7.07547C20.9697 6.61986 20.231 6.61986 19.7754 7.07547L14.0007 12.8502L8.226 7.07547Z' fill='%2398A2B3'/%3E%3C/svg%3E");
}

.svg-complete-state {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24.234' r='24' fill='%23E7F6EC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 35.484C30.2132 35.484 35.25 30.4472 35.25 24.234C35.25 18.0208 30.2132 12.984 24 12.984C17.7868 12.984 12.75 18.0208 12.75 24.234C12.75 30.4472 17.7868 35.484 24 35.484ZM28.5943 22.6558C29.1034 22.1896 29.1381 21.3989 28.6718 20.8898C28.2055 20.3807 27.4149 20.3459 26.9057 20.8122L22.2907 25.039L21.0943 23.9432C20.5852 23.477 19.7945 23.5117 19.3282 24.0208C18.8619 24.5299 18.8966 25.3206 19.4057 25.7869L21.4464 27.6558C21.9242 28.0934 22.6571 28.0934 23.1349 27.6558L28.5943 22.6558Z' fill='%230F973D'/%3E%3C/svg%3E");
}

.svg-trash-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 6.21399C17.67 5.88399 14.32 5.71399 10.98 5.71399C9 5.71399 7.02 5.81399 5.04 6.01399L3 6.21399' stroke='%23D42620' stroke-opacity='0.8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 5.20401L8.72 3.89401C8.88 2.94401 9 2.23401 10.69 2.23401H13.31C15 2.23401 15.13 2.98401 15.28 3.90401L15.5 5.20401' stroke='%23D42620' stroke-opacity='0.8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.8499 9.37402L18.1999 19.444C18.0899 21.014 17.9999 22.234 15.2099 22.234H8.7899C5.9999 22.234 5.9099 21.014 5.7999 19.444L5.1499 9.37402' stroke='%23D42620' stroke-opacity='0.8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3301 16.734H13.6601' stroke='%23D42620' stroke-opacity='0.8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 12.734H14.5' stroke='%23D42620' stroke-opacity='0.8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.svg-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 11.234V17.234L11 15.234' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 17.234L7 15.234' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 10.234V15.234C22 20.234 20 22.234 15 22.234H9C4 22.234 2 20.234 2 15.234V9.23401C2 4.23401 4 2.23401 9 2.23401H14' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 10.234H18C15 10.234 14 9.23401 14 6.23401V2.23401L22 10.234Z' stroke='%231D2433' stroke-opacity='0.63' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.svg_advance_request {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.09 12.2206V11.7406C21.09 9.35055 19.15 7.40055 16.76 7.40055H14.72V4.60055C14.72 3.74055 14.3 2.94055 13.6 2.46055C12.9 1.98055 12.01 1.87055 11.22 2.17055L4.27 4.81055C2.91 5.32055 2 6.65055 2 8.10055V11.7406V11.9606V17.6606C2 20.0506 3.94 22.0006 6.33 22.0006H16.77C19.16 22.0006 21.1 20.0506 21.1 17.6606V17.1806C21.64 16.8706 22.01 16.2906 22.01 15.6206V13.7806C22 13.1106 21.64 12.5406 21.09 12.2206ZM4.91 6.51055L11.87 3.87055C12.11 3.78055 12.36 3.81055 12.57 3.96055C12.78 4.11055 12.91 4.34055 12.91 4.60055V7.40055H6.33C5.39 7.40055 4.53 7.71055 3.82 8.22055V8.10055C3.82 7.40055 4.26 6.76055 4.91 6.51055ZM19.27 17.6606C19.27 19.0506 18.14 20.1806 16.76 20.1806H6.33C4.95 20.1806 3.82 19.0506 3.82 17.6606V11.9606V11.7406C3.82 10.3506 4.95 9.22055 6.33 9.22055H16.77C18.15 9.22055 19.28 10.3506 19.28 11.7406V11.9606H18.4H18.37C17.63 11.9606 16.95 12.2506 16.46 12.7506C15.76 13.4306 15.49 14.4106 15.73 15.3606C15.95 16.2206 16.59 16.8906 17.43 17.2106C17.45 17.2206 17.47 17.2306 17.49 17.2406C17.6 17.2806 17.72 17.3106 17.84 17.3406C17.9 17.3506 17.95 17.3706 18.01 17.3806C18.13 17.4006 18.25 17.4106 18.37 17.4106C18.42 17.4106 18.46 17.4206 18.51 17.4206H19.29V17.6606H19.27ZM20.18 15.6206H18.52C18.49 15.6206 18.45 15.6106 18.41 15.6106C18.32 15.6006 18.23 15.5906 18.15 15.5606C18.12 15.5506 18.09 15.5306 18.06 15.5206C17.74 15.3806 17.5 15.1106 17.48 14.7706C17.46 14.5006 17.55 14.2406 17.74 14.0506C17.75 14.0506 17.75 14.0406 17.76 14.0306C17.92 13.8606 18.14 13.7706 18.38 13.7706H20.17L20.19 15.6006H20.18V15.6206Z' fill='%234C4747'/%3E%3Cpath d='M12.9101 11.0508H6.55014C6.05014 11.0508 5.64014 11.4608 5.64014 11.9608C5.64014 12.4608 6.05014 12.8708 6.55014 12.8708H12.9101C13.4101 12.8708 13.8201 12.4608 13.8201 11.9608C13.8201 11.4608 13.4101 11.0508 12.9101 11.0508Z' fill='%234C4747'/%3E%3C/svg%3E");
}

.svg_advanced_schedule {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 9.56C22 5.4 20.53 3.45 17 3V2.91C17 2.41 16.55 2 16 2C15.45 2 15 2.41 15 2.91H9C9 2.41 8.55 2 8 2C7.45 2 7 2.41 7 2.91V3C3.47 3.46 2 5.41 2 9.56V15.33C2 15.7 2.01 16.05 2.03 16.39C2.02 16.44 2 16.49 2 16.55C2 16.66 2.03 16.77 2.07 16.87C2.39 20.07 3.94 22 9 22H15C20.06 22 21.61 20.07 21.93 16.86C21.97 16.76 22 16.66 22 16.54C22 16.48 21.98 16.44 21.97 16.38C21.99 16.04 22 15.69 22 15.32V9.56ZM4 9.56C4 6.16 4.99 5.14 7 4.83V5.64C7 6.14 7.45 6.55 8 6.55C8.55 6.55 9 6.14 9 5.64V4.73H15V5.64C15 6.14 15.45 6.55 16 6.55C16.55 6.55 17 6.14 17 5.64V4.83C19.03 5.14 20 6.17 20 9.56V15.33C20 15.44 20 15.54 20 15.64H4C4 15.54 4 15.44 4 15.33V9.56ZM19.84 17.45C19.46 19.42 18.26 20.18 15 20.18H9C5.74 20.18 4.54 19.42 4.16 17.45' fill='%234C4747'/%3E%3Cpath d='M13.95 10.4904C14.32 10.1304 14.51 9.66039 14.51 9.12039C14.51 7.79039 13.5 6.90039 12 6.90039C10.49 6.90039 9.48 7.79039 9.48 9.12039C9.48 9.66039 9.68 10.1404 10.04 10.4904C9.53 10.9004 9.25 11.4804 9.25 12.1304C9.25 13.5204 10.3 14.3904 12 14.3904C13.67 14.3904 14.75 13.5004 14.75 12.1304C14.75 11.4704 14.46 10.8904 13.95 10.4904ZM12 11.3004C12.21 11.3004 12.89 11.3504 12.89 11.9704C12.89 12.6004 12.21 12.6504 12 12.6504C11.79 12.6504 11.11 12.6004 11.11 11.9704C11.11 11.3604 11.73 11.3004 12 11.3004ZM12 9.74039C11.7 9.74039 11.35 9.60039 11.35 9.19039C11.35 8.69039 11.85 8.65039 12 8.65039C12.15 8.65039 12.65 8.69039 12.65 9.19039C12.65 9.59039 12.3 9.74039 12 9.74039Z' fill='%234C4747'/%3E%3C/svg%3E");
}

.svg_approval_personnel {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.76 3.24969L13.85 1.40969C12.79 1.01969 11.2 1.01969 10.15 1.40969L5.24 3.24969C3.7 3.82969 2.5 5.55969 2.5 7.19969V14.4997C2.5 15.9897 3.43 17.8497 4.62 18.7397L8.86 21.8997C9.74 22.5597 10.87 22.8897 12 22.8897C13.13 22.8897 14.26 22.5597 15.14 21.8997L19.37 18.7397C20.57 17.8497 21.5 15.9797 21.5 14.4897V7.20969C21.5 5.55969 20.29 3.81969 18.76 3.24969ZM19.5 14.4897C19.5 15.3597 18.87 16.6197 18.17 17.1397L13.94 20.2997C12.91 21.0697 11.09 21.0797 10.06 20.2997L5.82 17.1397C5.13 16.6197 4.5 15.3597 4.5 14.4997V7.19969C4.5 6.38969 5.19 5.39969 5.94 5.11969L10.85 3.27969C11.45 3.05969 12.55 3.05969 13.15 3.27969L18.05 5.11969C18.81 5.39969 19.5 6.39969 19.5 7.20969V14.4897Z' fill='%234C4747'/%3E%3Cpath d='M12 11.5595H12.06C12.07 11.5595 12.08 11.5595 12.09 11.5595C13.46 11.5195 14.55 10.3995 14.56 8.99945C14.56 7.58945 13.41 6.43945 12 6.43945C11.11 6.43945 10.29 6.89945 9.82 7.65945C9.34 8.43945 9.31 9.37945 9.74 10.2395C10.14 11.0395 11.03 11.5595 12 11.5595ZM11.18 8.49945C11.36 8.20945 11.66 8.03945 12 8.03945C12.53 8.03945 12.96 8.46945 12.96 8.98945C12.95 9.51945 12.55 9.93945 12.03 9.95945L12.06 10.7595L12 9.95945C11.64 9.95945 11.31 9.77945 11.18 9.51945C10.93 9.03945 11.07 8.66945 11.18 8.49945Z' fill='%234C4747'/%3E%3Cpath d='M14.43 13.1688C13.08 12.2588 10.94 12.2588 9.57 13.1688C8.89 13.6188 8.5 14.2888 8.5 14.9988C8.5 15.7088 8.89 16.3788 9.58 16.8288C10.26 17.2888 11.14 17.5088 12.01 17.5088C12.88 17.5088 13.76 17.2788 14.44 16.8288C15.12 16.3688 15.52 15.7088 15.52 14.9988C15.52 14.2888 15.11 13.6188 14.43 13.1688ZM13.54 15.4988C12.72 16.0488 11.28 16.0488 10.46 15.4988C10.23 15.3488 10.1 15.1588 10.1 14.9988C10.1 14.8388 10.23 14.6488 10.46 14.4988C11.29 13.9488 12.73 13.9488 13.54 14.4988C13.77 14.6488 13.9 14.8388 13.9 14.9988C13.9 15.1588 13.77 15.3488 13.54 15.4988Z' fill='%234C4747'/%3E%3C/svg%3E");
}

.svg_dashboard {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.38 2C14.58 2 13.78 2.14 13.2 2.69C12.6 3.25 12.44 4.03 12.44 4.82V11C12.44 11.78 12.6 12.57 13.2 13.13C13.78 13.68 14.58 13.82 15.38 13.82H19.06C19.86 13.82 20.66 13.68 21.24 13.13C21.84 12.57 22 11.78 22 11V4.82C22 4.04 21.84 3.25 21.24 2.69C20.66 2.14 19.86 2 19.06 2H15.38ZM14.17 4.82C14.17 4.24 14.3 4.07 14.36 4.02C14.43 3.95 14.66 3.82 15.32 3.82H19.1C19.76 3.82 19.99 3.95 20.06 4.02C20.12 4.07 20.25 4.24 20.25 4.82V11C20.25 11.58 20.12 11.75 20.06 11.8C20 11.87 19.77 12 19.11 12H15.33C14.67 12 14.44 11.87 14.37 11.8C14.31 11.75 14.18 11.58 14.18 11V4.82H14.17ZM15.38 14.73C14.58 14.73 13.78 14.87 13.2 15.42C12.6 15.98 12.44 16.76 12.44 17.55V19.19C12.44 19.97 12.6 20.76 13.2 21.32C13.78 21.87 14.58 22.01 15.38 22.01H19.06C19.86 22.01 20.66 21.87 21.24 21.32C21.84 20.76 22 19.98 22 19.19V17.55C22 16.77 21.84 15.98 21.24 15.42C20.66 14.87 19.86 14.73 19.06 14.73H15.38ZM14.17 17.55C14.17 16.97 14.3 16.8 14.36 16.75C14.43 16.68 14.66 16.55 15.32 16.55H19.1C19.76 16.55 19.99 16.68 20.06 16.75C20.12 16.8 20.25 16.97 20.25 17.55V19.19C20.25 19.77 20.12 19.94 20.06 19.99C19.99 20.06 19.76 20.19 19.1 20.19H15.32C14.66 20.19 14.43 20.06 14.36 19.99C14.3 19.94 14.17 19.77 14.17 19.19V17.55ZM3.93 12.2C3.87 12.25 3.74 12.42 3.74 13V19.18C3.74 19.76 3.87 19.93 3.93 19.98C4 20.05 4.23 20.18 4.89 20.18H8.67C9.33 20.18 9.56 20.05 9.63 19.98C9.69 19.93 9.82 19.76 9.82 19.18V13C9.82 12.42 9.69 12.25 9.63 12.2C9.56 12.13 9.34 12 8.67 12H4.89C4.23 12 4 12.13 3.93 12.2ZM2.76 10.87C3.34 10.32 4.14 10.18 4.94 10.18H8.62C9.42 10.18 10.22 10.32 10.8 10.87C11.4 11.43 11.56 12.21 11.56 13V19.18C11.56 19.96 11.4 20.75 10.8 21.31C10.22 21.86 9.43 22 8.62 22H4.94C4.14 22 3.34 21.86 2.76 21.31C2.16 20.75 2 19.97 2 19.18V13C2 12.22 2.16 11.43 2.76 10.87ZM3.74 4.82C3.74 4.24 3.87 4.07 3.93 4.02C4 3.95 4.23 3.82 4.89 3.82H8.67C9.33 3.82 9.56 3.95 9.63 4.02C9.69 4.07 9.82 4.24 9.82 4.82V6.46C9.82 7.04 9.69 7.21 9.63 7.26C9.56 7.33 9.33 7.46 8.67 7.46H4.89C4.23 7.46 4 7.33 3.93 7.26C3.87 7.2 3.74 7.03 3.74 6.45V4.82ZM4.94 2C4.14 2 3.34 2.14 2.76 2.69C2.16 3.25 2 4.03 2 4.82V6.46C2 7.24 2.16 8.03 2.76 8.59C3.34 9.14 4.14 9.28 4.94 9.28H8.62C9.42 9.28 10.22 9.14 10.8 8.59C11.4 8.03 11.56 7.25 11.56 6.46V4.82C11.56 4.04 11.4 3.25 10.8 2.69C10.22 2.14 9.43 2 8.62 2H4.94Z' fill='%234C4747'/%3E%3C/svg%3E");
}

.svg_employees {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.4001 11.97C9.3701 11.97 9.3401 11.97 9.3101 11.97C9.2701 11.97 9.2201 11.97 9.1701 11.97C9.1301 11.97 9.0901 11.98 9.0601 11.97C6.2701 11.88 4.1001 9.69 4.1001 6.99C4.1001 4.24 6.4101 2 9.2501 2C12.0901 2 14.4001 4.24 14.4001 6.99C14.3901 9.69 12.2101 11.88 9.4301 11.97C9.4201 11.97 9.4101 11.97 9.4001 11.97ZM9.2501 3.83C7.4501 3.83 5.9901 5.25 5.9901 6.99C5.9901 8.68 7.3401 10.05 9.0701 10.13C9.1901 10.12 9.3101 10.12 9.4201 10.13C11.1501 10.05 12.5001 8.68 12.5101 6.98C12.5001 5.25 11.0401 3.83 9.2501 3.83Z' fill='%234C4747'/%3E%3Cpath d='M16.3899 12.0901C16.3499 12.0901 16.3099 12.0901 16.2799 12.0801C15.7499 12.1501 15.2799 11.7701 15.2199 11.2701C15.1599 10.7701 15.5199 10.3101 16.0399 10.2601C16.1699 10.2501 16.2899 10.2401 16.4099 10.2501C17.6599 10.1801 18.6299 9.18008 18.6299 7.96008C18.6299 6.70008 17.5699 5.67008 16.2599 5.67008C15.7399 5.67008 15.3099 5.26008 15.3099 4.75008C15.3099 4.24008 15.7299 3.83008 16.2599 3.83008C18.6099 3.83008 20.5199 5.68008 20.5199 7.96008C20.5199 10.1901 18.7199 12.0101 16.4199 12.0901C16.4099 12.0901 16.3999 12.0901 16.3899 12.0901Z' fill='%234C4747'/%3E%3Cpath d='M9.4 21.9998C7.49 21.9998 5.59 21.5298 4.13 20.5898C2.78 19.7098 2 18.4598 2 17.1398C2 15.8198 2.78 14.5598 4.14 13.6798C7.05 11.8098 11.77 11.8098 14.67 13.6798C16.03 14.5498 16.81 15.8098 16.81 17.1298C16.81 18.4498 16.03 19.7098 14.67 20.5898C13.22 21.5298 11.31 21.9998 9.4 21.9998ZM5.19 15.1998C4.35 15.7398 3.89 16.4298 3.89 17.1398C3.89 17.8398 4.35 18.5298 5.19 19.0598C7.47 20.5398 11.33 20.5398 13.62 19.0598C14.46 18.5198 14.92 17.8298 14.92 17.1198C14.92 16.4198 14.46 15.7298 13.62 15.1998C11.34 13.7298 7.48 13.7298 5.19 15.1998Z' fill='%234C4747'/%3E%3Cpath d='M18.0898 20.3502C17.6498 20.3502 17.2598 20.0502 17.1598 19.6202C17.0498 19.1202 17.3798 18.6402 17.8998 18.5402C18.4598 18.4302 18.9698 18.2102 19.3698 17.9102C19.8498 17.5602 20.1098 17.1302 20.1098 16.6802C20.1098 16.2302 19.8498 15.8002 19.3798 15.4602C18.9898 15.1702 18.4898 14.9602 17.9098 14.8302C17.3998 14.7202 17.0798 14.2302 17.1898 13.7302C17.2998 13.2302 17.8098 12.9302 18.3198 13.0402C19.1698 13.2302 19.9098 13.5502 20.5098 14.0002C21.4498 14.6802 21.9898 15.6602 21.9898 16.6902C21.9898 17.7102 21.4498 18.7002 20.4998 19.3802C19.8798 19.8402 19.1098 20.1702 18.2698 20.3402C18.2198 20.3402 18.1498 20.3502 18.0898 20.3502Z' fill='%234C4747'/%3E%3C/svg%3E");
}

.svg_settings {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 16C9.79 16 8 14.21 8 12C8 9.79 9.79 8 12 8C14.21 8 16 9.79 16 12C16 14.21 14.21 16 12 16ZM12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10Z' fill='%234C4747'/%3E%3Cpath d='M15.2098 22.4408C14.2998 22.4408 13.3998 21.9708 12.8998 21.1208L12.7798 20.9208C12.5398 20.5008 12.2398 20.2508 12.0098 20.2508C11.7698 20.2508 11.4698 20.5108 11.2298 20.9308L11.1198 21.1208C10.3598 22.4008 8.71977 22.8308 7.45977 22.0808L5.74977 21.1008C5.07977 20.7208 4.59977 20.0908 4.39977 19.3408C4.19977 18.5908 4.29977 17.8108 4.67977 17.1408C4.91977 16.7208 4.99977 16.3308 4.87977 16.1308C4.75977 15.9208 4.38977 15.8008 3.90977 15.8008C2.30977 15.8008 1.00977 14.5008 1.00977 12.9008V11.1408C1.00977 9.54082 2.30977 8.24082 3.90977 8.24082C4.38977 8.24082 4.75977 8.11082 4.87977 7.91082C4.99977 7.70082 4.91977 7.32082 4.67977 6.90082C4.28977 6.20082 4.17977 5.42082 4.38977 4.67082C4.58977 3.92082 5.06977 3.30082 5.73977 2.91082L7.46977 1.92082C8.70977 1.18082 10.3498 1.61082 11.1098 2.88082L11.2298 3.08082C11.4598 3.50082 11.7598 3.76082 11.9998 3.76082C12.2398 3.76082 12.5398 3.50082 12.7798 3.08082L12.8898 2.89082C13.6498 1.61082 15.2898 1.18082 16.5498 1.93082L18.2598 2.91082C18.9298 3.29082 19.4098 3.92082 19.6098 4.67082C19.8098 5.42082 19.7098 6.20082 19.3298 6.87082C19.0898 7.29082 19.0098 7.68082 19.1298 7.88082C19.2498 8.09082 19.6198 8.21082 20.0998 8.21082C21.6998 8.21082 22.9998 9.51082 22.9998 11.1108V12.8708C22.9998 14.4708 21.6998 15.7708 20.0998 15.7708C19.6198 15.7708 19.2498 15.9008 19.1298 16.1008C19.0098 16.3108 19.0898 16.6908 19.3298 17.1108C19.7198 17.7908 19.8198 18.5708 19.6198 19.3108C19.4198 20.0608 18.9398 20.6808 18.2598 21.0708L16.5298 22.0608C16.1198 22.3208 15.6598 22.4408 15.2098 22.4408ZM11.9998 18.2408C12.0098 18.2408 12.0098 18.2408 11.9998 18.2408C12.9798 18.2408 13.8998 18.8508 14.5098 19.9208L14.6198 20.1108C14.7998 20.4208 15.2098 20.5308 15.5198 20.3508L17.2598 19.3508C17.4698 19.2308 17.6198 19.0408 17.6798 18.8108C17.7398 18.5808 17.7098 18.3408 17.5898 18.1308C16.9798 17.0708 16.8998 15.9708 17.3898 15.1208C17.8798 14.2708 18.8698 13.7808 20.0998 13.7808C20.5998 13.7808 20.9998 13.3808 20.9998 12.8808V11.1208C20.9998 10.6208 20.5998 10.2208 20.0998 10.2208C18.8698 10.2208 17.8798 9.73082 17.3898 8.88082C16.8998 8.03082 16.9698 6.93082 17.5898 5.87082C17.7098 5.67082 17.7398 5.43082 17.6698 5.19082C17.6098 4.96082 17.4598 4.77082 17.2498 4.65082L15.5198 3.66082C15.1998 3.47082 14.7898 3.58082 14.5998 3.90082L14.4998 4.08082C13.8898 5.15082 12.9798 5.76082 11.9998 5.76082C11.0198 5.76082 10.1098 5.15082 9.49977 4.08082L9.37977 3.89082C9.19977 3.58082 8.78976 3.47082 8.47976 3.65082L6.73977 4.65082C6.52977 4.77082 6.37977 4.96082 6.31977 5.19082C6.24977 5.43082 6.28977 5.67082 6.39977 5.87082C7.01977 6.93082 7.08977 8.03082 6.59977 8.88082C6.10977 9.73082 5.11977 10.2208 3.88977 10.2208C3.38977 10.2208 2.98977 10.6208 2.98977 11.1208V12.8808C2.98977 13.3808 3.38977 13.7808 3.88977 13.7808C5.11977 13.7808 6.10977 14.2708 6.59977 15.1208C7.08977 15.9708 7.01977 17.0708 6.39977 18.1308C6.27977 18.3308 6.24977 18.5708 6.31977 18.8108C6.37977 19.0408 6.52977 19.2308 6.73977 19.3508L8.46977 20.3408C8.78977 20.5308 9.19977 20.4208 9.38977 20.1008L9.48977 19.9208C10.1098 18.8508 11.0198 18.2408 11.9998 18.2408Z' fill='%234C4747'/%3E%3C/svg%3E");
}

.svg_my_profile {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.86 10.94C11.85 10.94 11.84 10.94 11.83 10.94C9.4 10.86 7.5 8.9 7.5 6.47C7.5 4.01 9.52 2 12 2C14.48 2 16.5 4.01 16.5 6.47C16.49 8.89 14.58 10.85 12.16 10.93C12.12 10.93 12.08 10.93 12.04 10.93C12.02 10.93 11.97 10.93 11.94 10.93C11.91 10.94 11.89 10.94 11.86 10.94ZM12 3.64C10.43 3.64 9.15 4.91 9.15 6.47C9.15 7.99 10.33 9.22 11.84 9.29C11.94 9.28 12.05 9.28 12.15 9.29C13.66 9.22 14.84 7.98 14.84 6.47C14.85 4.91 13.57 3.64 12 3.64Z' fill='%234C4747'/%3E%3Cpath d='M12 22.0009C10.2 22.0009 8.39 21.5209 7.02 20.5609C5.74 19.6709 5 18.3809 5 17.0409C5 15.6909 5.74 14.4109 7.02 13.5009C9.77 11.5909 14.24 11.5909 16.97 13.5009C18.26 14.4009 19 15.6809 19 17.0209C19 18.3709 18.27 19.6609 16.98 20.5609C15.61 21.5209 13.8 22.0009 12 22.0009ZM8.02 15.0609C7.23 15.6209 6.79 16.3209 6.79 17.0409C6.79 17.7609 7.23 18.4509 8.02 19.0009C10.18 20.5109 13.83 20.5109 15.99 19.0009C16.78 18.4409 17.22 17.7409 17.22 17.0209C17.22 16.3009 16.78 15.6109 16 15.0609C13.83 13.5609 10.18 13.5609 8.02 15.0609Z' fill='%234C4747'/%3E%3C/svg%3E");
}

.svg_loan_management {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.37 4.04C21.33 3.97 21.28 3.9 21.22 3.84C20.79 3.36 20.17 3.1 19.5 3.1C18.62 3.1 17.72 3.52 16.81 4.34C16.58 4.55 16.3 4.66 16.06 4.64C15.83 4.63 15.61 4.51 15.43 4.31L14.38 3.1C13.78 2.4 12.91 2 12 2C11.09 2 10.22 2.4 9.62 3.1L8.55 4.33C8.38 4.53 8.15 4.64 7.92 4.65C7.7 4.67 7.43 4.57 7.22 4.38C6.03 3.28 5.02 3.07 4.4 3.1C3.76 3.12 3.18 3.39 2.77 3.84C2.71 3.9 2.67 3.97 2.63 4.04C2.19 4.84 2 5.9 2 7.49V16.51C2 18.1 2.19 19.16 2.63 19.96C2.67 20.04 2.72 20.11 2.78 20.18C3.2 20.63 3.77 20.88 4.41 20.9C5.35 20.92 6.27 20.5 7.23 19.61C7.43 19.43 7.7 19.33 7.91 19.34C8.15 19.35 8.37 19.47 8.55 19.67L9.62 20.89C10.22 21.59 11.09 21.99 12 21.99C12.91 21.99 13.78 21.59 14.38 20.89L15.44 19.67C15.62 19.47 15.84 19.35 16.07 19.34C16.33 19.32 16.59 19.43 16.82 19.64C17.72 20.47 18.63 20.88 19.51 20.88C20.19 20.88 20.8 20.62 21.23 20.15C21.29 20.09 21.34 20.01 21.38 19.94C21.81 19.14 22.01 18.08 22.01 16.49V7.49C22 5.9 21.81 4.84 21.37 4.04ZM19.89 16.51C19.89 17.7 19.77 18.52 19.53 19.06C19.52 19.07 19.51 19.08 19.5 19.08C19.46 19.08 19.06 19.06 18.34 18.41C17.69 17.82 16.82 17.5 15.95 17.54C15.09 17.58 14.31 17.95 13.76 18.59L12.69 19.81C12.28 20.29 11.72 20.29 11.3 19.8L10.23 18.58C9.69 17.95 8.89 17.57 8.03 17.53C7.98 17.53 7.93 17.53 7.87 17.53C7.07 17.53 6.28 17.83 5.68 18.38C5.04 18.97 4.62 19.08 4.46 19.05C4.21 18.51 4.1 17.69 4.1 16.51V7.49C4.1 6.28 4.22 5.46 4.47 4.92C4.56 4.9 4.99 4.98 5.7 5.63C6.33 6.2 7.18 6.51 8.04 6.47C8.9 6.43 9.7 6.04 10.24 5.42L11.32 4.19C11.73 3.71 12.29 3.71 12.71 4.2L13.77 5.42C14.33 6.06 15.1 6.43 15.96 6.47C16.83 6.51 17.7 6.19 18.36 5.6C19 5 19.39 4.93 19.54 4.95C19.78 5.49 19.9 6.31 19.9 7.49V16.51H19.89Z' fill='%234C4747'/%3E%3Cpath d='M16.74 9.83984H8.32002C7.74002 9.83984 7.27002 10.2498 7.27002 10.7498C7.27002 11.2498 7.74002 11.6598 8.32002 11.6598H16.74C17.32 11.6598 17.79 11.2498 17.79 10.7498C17.79 10.2498 17.32 9.83984 16.74 9.83984Z' fill='%234C4747'/%3E%3Cpath d='M14.63 12.5703H8.32002C7.74002 12.5703 7.27002 12.9803 7.27002 13.4803C7.27002 13.9803 7.74002 14.3903 8.32002 14.3903H14.64C15.22 14.3903 15.69 13.9803 15.69 13.4803C15.69 12.9803 15.21 12.5703 14.63 12.5703Z' fill='%234C4747'/%3E%3C/svg%3E");
}

.svg_transactions {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8 9.04938V5.11937C21.8 2.92937 21.01 2.10938 18.9 2.10938H13.9C11.79 2.10938 11 2.92937 11 5.11937V9.04938C11 11.2394 11.79 12.0594 13.9 12.0594H18.9C21.01 12.0594 21.8 11.2394 21.8 9.04938ZM13.9 3.91938H18.9C19.88 3.91938 19.98 3.92938 20 4.81938H12.8C12.81 3.92938 12.92 3.91938 13.9 3.91938ZM12.8 9.04938V6.63937H20V9.05938C20 10.2594 19.98 10.2594 18.9 10.2594H13.9C12.82 10.2494 12.8 10.2494 12.8 9.04938Z' fill='%234C4747'/%3E%3Cpath d='M9.9 12.0605H4.9C2.79 12.0605 2 12.8705 2 15.0705V19.0005C2 21.1905 2.79 22.0005 4.9 22.0005H9.9C12.01 22.0005 12.8 21.1905 12.8 18.9905V15.0605C12.8 12.8705 12.01 12.0605 9.9 12.0605ZM4.9 13.8705H9.9C10.98 13.8705 11 13.8705 11 15.0705V15.6805H3.8V15.0705C3.8 13.8705 3.82 13.8705 4.9 13.8705ZM9.9 20.1905H4.9C3.82 20.1905 3.8 20.1905 3.8 18.9905V17.4805H11V18.9905C11 20.1905 10.98 20.1905 9.9 20.1905Z' fill='%234C4747'/%3E%3Cpath d='M21.0999 13.75C20.5999 13.75 20.1999 14.15 20.1999 14.65C20.1999 17.02 18.6799 19.04 16.5599 19.78C16.7499 19.37 16.6099 18.86 16.2099 18.62C15.7799 18.36 15.2299 18.5 14.9799 18.93L14.0399 20.51C13.8699 20.79 13.8699 21.14 14.0299 21.42C14.1899 21.7 14.4899 21.88 14.8099 21.88C18.7799 21.88 22.0099 18.64 22.0099 14.65C21.9999 14.15 21.5999 13.75 21.0999 13.75Z' fill='%234C4747'/%3E%3Cpath d='M3.1002 10.13C3.6002 10.13 4.0002 9.73 4.0002 9.23C4.0002 6.86 5.53019 4.84 7.64019 4.1C7.45019 4.52 7.5902 5.02 7.9902 5.26C8.4202 5.52 8.9702 5.38 9.2202 4.95L10.1602 3.37C10.3302 3.09 10.3302 2.74 10.1702 2.46C10.0102 2.18 9.7302 2 9.4002 2C5.4302 2 2.2002 5.24 2.2002 9.23C2.2002 9.73 2.6102 10.13 3.1002 10.13Z' fill='%234C4747'/%3E%3C/svg%3E");
}

.svg_log_out {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.24984 3.78548C6.71008 3.78548 7.08317 3.41239 7.08317 2.95215C7.08317 2.49191 6.71008 2.11882 6.24984 2.11882H4.99984C3.15889 2.11882 1.6665 3.6112 1.6665 5.45215V15.4522C1.6665 17.2931 3.15889 18.7855 4.99984 18.7855H6.24984C6.71007 18.7855 7.08317 18.4124 7.08317 17.9522C7.08317 17.4919 6.71007 17.1188 6.24984 17.1188H4.99984C4.07936 17.1188 3.33317 16.3726 3.33317 15.4522L3.33317 5.45215C3.33317 4.53168 4.07936 3.78548 4.99984 3.78548H6.24984Z' fill='%23D63928'/%3E%3Cpath d='M18.9224 11.0414C19.2479 10.716 19.2479 10.1883 18.9224 9.86289L15.5891 6.52956C15.2637 6.20412 14.736 6.20412 14.4106 6.52956C14.0851 6.855 14.0851 7.38264 14.4106 7.70807L16.3213 9.61882L6.6665 9.61882C6.20627 9.61882 5.83317 9.99191 5.83317 10.4521C5.83317 10.9124 6.20627 11.2855 6.6665 11.2855L16.3213 11.2855L14.4106 13.1962C14.0851 13.5217 14.0851 14.0493 14.4106 14.3747C14.736 14.7002 15.2637 14.7002 15.5891 14.3747L18.9224 11.0414Z' fill='%23D63928'/%3E%3C/svg%3E");
}

.svg_credit_score {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.77766 6.43251C7.17547 5.49852 8.81886 5 10.5 5C10.7652 5 11.0196 5.10536 11.2071 5.29289C11.3946 5.48043 11.5 5.73478 11.5 6V12.5H18C18.5523 12.5 19 12.9477 19 13.5C19 15.1811 18.5015 16.8245 17.5675 18.2223C16.6335 19.6202 15.306 20.7096 13.7528 21.353C12.1996 21.9963 10.4906 22.1646 8.84174 21.8367C7.1929 21.5087 5.67834 20.6992 4.4896 19.5104C3.30085 18.3217 2.4913 16.8071 2.16333 15.1583C1.83535 13.5094 2.00368 11.8004 2.64703 10.2472C3.29037 8.69402 4.37984 7.3665 5.77766 6.43251ZM9.5 7.07738C8.56986 7.22221 7.67813 7.56803 6.8888 8.09545C5.81988 8.80968 4.98676 9.82484 4.49479 11.0126C4.00282 12.2003 3.8741 13.5072 4.1249 14.7681C4.3757 16.029 4.99477 17.1872 5.90381 18.0962C6.81285 19.0052 7.97104 19.6243 9.23192 19.8751C10.4928 20.1259 11.7997 19.9972 12.9874 19.5052C14.1752 19.0132 15.1903 18.1801 15.9046 17.1112C16.432 16.3219 16.7778 15.4301 16.9226 14.5H10.5C9.94772 14.5 9.5 14.0523 9.5 13.5V7.07738Z' fill='%234C4747'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7929 2.29289C12.9804 2.10536 13.2348 2 13.5 2C15.7543 2 17.9163 2.89553 19.5104 4.48959C21.1045 6.08365 22 8.24566 22 10.5C22 10.7652 21.8946 11.0196 21.7071 11.2071C21.5196 11.3946 21.2652 11.5 21 11.5H13.5C12.9477 11.5 12.5 11.0523 12.5 10.5V3C12.5 2.73478 12.6054 2.48043 12.7929 2.29289ZM14.5 4.07736V9.5H19.9226C19.7119 8.14641 19.0769 6.88454 18.0962 5.90381C17.1155 4.92307 15.8536 4.2881 14.5 4.07736Z' fill='%234C4747'/%3E%3C/svg%3E");
}

.svg_card_receive {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 8.5H15' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 16.5H8.5' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 16.5H15' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.5 14.03V16.11C22.5 19.62 21.61 20.5 18.06 20.5H6.94C3.39 20.5 2.5 19.62 2.5 16.11V7.89C2.5 4.38 3.39 3.5 6.94 3.5H15' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5 3.5V9.5L22.5 7.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5 9.5L18.5 7.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.svg_card_send {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.5H14.5' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 16.5H8' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5 16.5H14.5' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 14.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V7.89C2 4.38 2.89 3.5 6.44 3.5H14.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 9.5V3.5L22 5.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 3.5L18 5.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.svg_chevron {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.54289 3.79289C7.93342 3.40237 8.56658 3.40237 8.95711 3.79289L16.4571 11.2929C16.8476 11.6834 16.8476 12.3166 16.4571 12.7071L8.95711 20.2071C8.56658 20.5976 7.93342 20.5976 7.54289 20.2071C7.15237 19.8166 7.15237 19.1834 7.54289 18.7929L14.3358 12L7.54289 5.20711C7.15237 4.81658 7.15237 4.18342 7.54289 3.79289Z' fill='black'/%3E%3C/svg%3E");
}

.svg_double_chevron {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.54289 3.79289C4.93342 3.40237 5.56658 3.40237 5.95711 3.79289L13.4571 11.2929C13.8476 11.6834 13.8476 12.3166 13.4571 12.7071L5.95711 20.2071C5.56658 20.5976 4.93342 20.5976 4.54289 20.2071C4.15237 19.8166 4.15237 19.1834 4.54289 18.7929L11.3358 12L4.54289 5.20711C4.15237 4.81658 4.15237 4.18342 4.54289 3.79289ZM10.5429 3.79289C10.9334 3.40237 11.5666 3.40237 11.9571 3.79289L19.4571 11.2929C19.8476 11.6834 19.8476 12.3166 19.4571 12.7071L11.9571 20.2071C11.5666 20.5976 10.9334 20.5976 10.5429 20.2071C10.1524 19.8166 10.1524 19.1834 10.5429 18.7929L17.3358 12L10.5429 5.20711C10.1524 4.81658 10.1524 4.18342 10.5429 3.79289Z' fill='black'/%3E%3C/svg%3E");
}

.svg_docx {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_2371_7905)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4.4C4 4.0287 4.18437 3.6726 4.51256 3.41005C4.84075 3.1475 5.28587 3 5.75 3H30.25C30.7141 3 31.1592 3.1475 31.4874 3.41005C31.8156 3.6726 32 4.0287 32 4.4V29.6C32 29.9713 31.8156 30.3274 31.4874 30.59C31.1592 30.8525 30.7141 31 30.25 31H5.75C5.28587 31 4.84075 30.8525 4.51256 30.59C4.18437 30.3274 4 29.9713 4 29.6V4.4Z' fill='%23F7F9FA'/%3E%3C/g%3E%3Cpath d='M10.125 10.25L19.125 9.125V24.875L10.125 23.75V10.25Z' fill='%230093DD'/%3E%3Cpath d='M18 10.25H24.75C25.0484 10.25 25.3345 10.3685 25.5455 10.5795C25.7565 10.7905 25.875 11.0766 25.875 11.375V21.5C25.875 21.7984 25.7565 22.0845 25.5455 22.2955C25.3345 22.5065 25.0484 22.625 24.75 22.625H18V10.25Z' fill='%230093DD'/%3E%3Cpath d='M19.125 11.375H24.75V21.5H19.125V11.375Z' fill='white'/%3E%3Cpath d='M18 20.375H23.625V19.25H18V20.375ZM18 13.625H23.625V12.5H18V13.625ZM18 15.875H23.625V14.75H18V15.875ZM18 18.125H23.625V17H18V18.125Z' fill='%230093DD'/%3E%3Cpath d='M11.25 13.625L12.375 19.25H13.5L14.625 15.3125L15.75 19.25H16.875L18 13.625H16.875L16.3125 17.5625L15.1875 13.625H14.0625L12.9375 17.5625L12.375 13.625H11.25Z' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_2371_7905' x='0' y='0' width='36' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.858859 0 0 0 0 0.871766 0 0 0 0 0.884673 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2371_7905'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2371_7905' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.svg_pdf {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_2371_7733)'%3E%3Cpath d='M30.25 3H5.75C4.7835 3 4 3.6268 4 4.4V29.6C4 30.3732 4.7835 31 5.75 31H30.25C31.2165 31 32 30.3732 32 29.6V4.4C32 3.6268 31.2165 3 30.25 3Z' fill='%23F7F9FA'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2402 18.0949H11.5016V20.1506H10.125V13.8506H12.3578C13.7511 13.8506 14.6377 14.4435 14.6377 15.9012C14.6377 17.4329 13.6756 18.0949 12.2402 18.0949ZM11.5016 17.0593H12.3326C13.0461 17.0593 13.4574 16.6341 13.4574 15.9012C13.4574 15.1271 13.0461 14.9881 12.3494 14.9881H11.5016V17.0593ZM15.6429 20.1506V13.8506H17.8347C19.7318 13.8506 20.5376 15.1435 20.5376 16.9872C20.5376 18.8309 19.7485 20.1506 17.8683 20.1506H15.644H15.6429ZM16.9481 18.9863H17.8085C18.9165 18.9863 19.1452 18.1453 19.1452 16.9872C19.1452 15.8291 18.8661 14.9881 17.8085 14.9881H16.9062L16.9481 18.9863ZM23.2635 17.7974V20.1506H21.9498V13.8506H25.875V14.9881H23.2624V16.7844H25.7239V17.7974H23.2635Z' fill='%23F75D53'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_2371_7733' x='0' y='0' width='36' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.858859 0 0 0 0 0.871766 0 0 0 0 0.884673 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2371_7733'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2371_7733' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.svg_excel {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_2375_7913)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4.4C4 4.0287 4.18437 3.6726 4.51256 3.41005C4.84075 3.1475 5.28587 3 5.75 3H30.25C30.7141 3 31.1592 3.1475 31.4874 3.41005C31.8156 3.6726 32 4.0287 32 4.4V29.6C32 29.9713 31.8156 30.3274 31.4874 30.59C31.1592 30.8525 30.7141 31 30.25 31H5.75C5.28587 31 4.84075 30.8525 4.51256 30.59C4.18437 30.3274 4 29.9713 4 29.6V4.4Z' fill='%23F7F9FA'/%3E%3C/g%3E%3Cpath d='M10.125 10.25L19.125 9.125V24.875L10.125 23.75V10.25Z' fill='%2329C76F'/%3E%3Cpath d='M18 10.25H24.75C25.0484 10.25 25.3345 10.3685 25.5455 10.5795C25.7565 10.7905 25.875 11.0766 25.875 11.375V21.5C25.875 21.7984 25.7565 22.0845 25.5455 22.2955C25.3345 22.5065 25.0484 22.625 24.75 22.625H18V10.25Z' fill='%2329C76F'/%3E%3Cpath d='M19.125 11.375H24.75V21.5H19.125V11.375Z' fill='white'/%3E%3Cpath d='M19.125 18.125H20.25V17H19.125V18.125ZM19.125 20.375H20.25V19.25H19.125V20.375ZM19.125 15.875H20.25V14.75H19.125V15.875ZM18 13.625H20.25V12.5H18V13.625ZM21.375 18.125H23.625V17H21.375V18.125ZM21.375 20.375H23.625V19.25H21.375V20.375ZM21.375 15.875H23.625V14.75H21.375V15.875ZM21.375 13.625H23.625V12.5H21.375V13.625Z' fill='%2329C76F'/%3E%3Cpath d='M13.8746 13.625H12.375L13.8746 17L12.375 20.375H13.8746L14.625 18.125L15.3754 20.375H16.875L15.3754 17L16.875 13.625H15.3754L14.625 15.875L13.8746 13.625Z' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_2375_7913' x='0' y='0' width='36' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.858859 0 0 0 0 0.871766 0 0 0 0 0.884673 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2375_7913'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2375_7913' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.svg_txt {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_2375_7921)'%3E%3Cpath d='M30.25 3H5.75C4.7835 3 4 3.6268 4 4.4V29.6C4 30.3732 4.7835 31 5.75 31H30.25C31.2165 31 32 30.3732 32 29.6V4.4C32 3.6268 31.2165 3 30.25 3Z' fill='%23F7F9FA'/%3E%3C/g%3E%3Cpath d='M22.2263 22.0811H13.7696C13.436 22.0811 13.1655 22.3515 13.1655 22.6851C13.1655 23.0187 13.436 23.2892 13.7696 23.2892H22.2263C22.5599 23.2892 22.8304 23.0187 22.8304 22.6851C22.8304 22.3515 22.5599 22.0811 22.2263 22.0811Z' fill='%23D3D3D4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.374 17.2486H21.6226V13.6243C21.6226 12.6631 21.2408 11.7412 20.5611 11.0615C19.8814 10.3818 18.9596 10 17.9983 10C17.0371 10 16.1152 10.3818 15.4356 11.0615C14.7559 11.7412 14.374 12.6631 14.374 13.6243V17.2486Z' stroke='%23656769'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5231 15.267C12.4304 14.3598 14.2135 13.624 15.4796 13.624H20.5247C21.798 13.624 23.5643 14.3573 24.474 15.267L25.5963 16.3894C26.0711 16.8642 25.9261 17.3244 25.2616 17.4187L20.2867 18.129C19.023 18.3103 16.962 18.3078 15.7104 18.129L10.7354 17.4187C10.0758 17.3244 9.92961 16.8605 10.4008 16.3894L11.5243 15.2658L11.5231 15.267Z' fill='%23656769'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_2375_7921' x='0' y='0' width='36' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.858859 0 0 0 0 0.871766 0 0 0 0 0.884673 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2375_7921'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2375_7921' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.svg_cloud_download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66699 14.1667L10.0003 17.5M10.0003 17.5L13.3337 14.1667M10.0003 17.5V10M16.667 13.9524C17.6849 13.1117 18.3337 11.8399 18.3337 10.4167C18.3337 7.88536 16.2816 5.83333 13.7503 5.83333C13.5682 5.83333 13.3979 5.73833 13.3054 5.58145C12.2187 3.73736 10.2124 2.5 7.91699 2.5C4.46521 2.5 1.66699 5.29822 1.66699 8.75C1.66699 10.4718 2.3632 12.0309 3.48945 13.1613' stroke='%233C3939' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.svg-back {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4276 15.2284C10.299 15.3569 10.1247 15.4291 9.94283 15.4291C9.761 15.4291 9.58662 15.3569 9.45803 15.2284L6.71517 12.4855C6.58662 12.3569 6.5144 12.1825 6.5144 12.0007C6.5144 11.8189 6.58662 11.6445 6.71517 11.5159L9.45803 8.77305C9.58736 8.64815 9.76057 8.57903 9.94036 8.58059C10.1202 8.58215 10.2921 8.65427 10.4193 8.78141C10.5464 8.90854 10.6185 9.08053 10.6201 9.26032C10.6217 9.44011 10.5525 9.61333 10.4276 9.74265L8.85529 11.315H16.8C16.9818 11.315 17.1562 11.3872 17.2848 11.5158C17.4134 11.6444 17.4857 11.8188 17.4857 12.0007C17.4857 12.1826 17.4134 12.357 17.2848 12.4856C17.1562 12.6142 16.9818 12.6864 16.8 12.6864H8.85529L10.4276 14.2588C10.5562 14.3874 10.6284 14.5617 10.6284 14.7436C10.6284 14.9254 10.5562 15.0998 10.4276 15.2284Z' fill='%23486581'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 22.8C17.9647 22.8 22.8 17.9647 22.8 12C22.8 6.03532 17.9647 1.2 12 1.2C6.03532 1.2 1.2 6.03532 1.2 12C1.2 17.9647 6.03532 22.8 12 22.8ZM12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z' fill='%23486581'/%3E%3C/svg%3E");
}

.svg-edit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7594 4.09997L5.54936 12.79C5.23936 13.12 4.93936 13.77 4.87936 14.22L4.50936 17.46C4.37936 18.63 5.21936 19.43 6.37936 19.23L9.59936 18.68C10.0494 18.6 10.6794 18.27 10.9894 17.93L19.1994 9.23997C20.6194 7.73997 21.2594 6.02997 19.0494 3.93997C16.8494 1.86997 15.1794 2.59997 13.7594 4.09997Z' stroke='%230070FF' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.3906 5.55005C12.8206 8.31005 15.0606 10.42 17.8406 10.7' stroke='%230070FF' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 22.5H21.5' stroke='%230070FF' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.svg-success-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.0547 4.41806C20.5142 4.72441 20.6384 5.34528 20.3321 5.80481L11.3321 19.3048C11.1659 19.5541 10.8967 19.7157 10.5985 19.7452C10.3004 19.7748 10.0047 19.6691 9.79289 19.4572L3.79289 13.4572C3.40237 13.0667 3.40237 12.4335 3.79289 12.043C4.18342 11.6525 4.81658 11.6525 5.20711 12.043L10.3446 17.1805L18.6679 4.69541C18.9743 4.23588 19.5952 4.1117 20.0547 4.41806Z' fill='%23036B26'/%3E%3C/svg%3E");
}

.svg-lock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.28769 3.03769C9.27226 2.05312 10.6076 1.5 12 1.5C13.3924 1.5 14.7277 2.05312 15.7123 3.03769C16.6969 4.02226 17.25 5.35761 17.25 6.75V9.75C18.0456 9.75 18.8087 10.0661 19.3713 10.6287C19.9339 11.1913 20.25 11.9544 20.25 12.75V19.5C20.25 20.2957 19.9339 21.0587 19.3713 21.6213C18.8087 22.1839 18.0456 22.5 17.25 22.5H6.75C5.95435 22.5 5.19129 22.1839 4.62868 21.6213C4.06607 21.0587 3.75 20.2957 3.75 19.5V12.75C3.75 11.9544 4.06607 11.1913 4.62868 10.6287C5.19129 10.0661 5.95435 9.75 6.75 9.75V6.75C6.75 5.35761 7.30312 4.02226 8.28769 3.03769ZM6.75 11.25C6.35218 11.25 5.97064 11.408 5.68934 11.6893C5.40804 11.9706 5.25 12.3522 5.25 12.75V19.5C5.25 19.8978 5.40804 20.2794 5.68934 20.5607C5.97064 20.842 6.35218 21 6.75 21H17.25C17.6478 21 18.0294 20.842 18.3107 20.5607C18.592 20.2794 18.75 19.8978 18.75 19.5V12.75C18.75 12.3522 18.592 11.9706 18.3107 11.6893C18.0294 11.408 17.6478 11.25 17.25 11.25H6.75ZM15.75 9.75H8.25V6.75C8.25 5.75544 8.64509 4.80161 9.34835 4.09835C10.0516 3.39509 11.0054 3 12 3C12.9946 3 13.9484 3.39509 14.6517 4.09835C15.3549 4.80161 15.75 5.75544 15.75 6.75V9.75Z' fill='%23465363'/%3E%3C/svg%3E");
}

.svg-trash {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 5.97998C17.67 5.64998 14.32 5.47998 10.98 5.47998C9 5.47998 7.02 5.57998 5.04 5.77998L3 5.97998' stroke='%23D63928' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 4.97L8.72 3.66C8.88 2.71 9 2 10.69 2H13.31C15 2 15.13 2.75 15.28 3.67L15.5 4.97' stroke='%23D63928' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.8484 9.13989L18.1984 19.2099C18.0884 20.7799 17.9984 21.9999 15.2084 21.9999H8.78844C5.99844 21.9999 5.90844 20.7799 5.79844 19.2099L5.14844 9.13989' stroke='%23D63928' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3281 16.5H13.6581' stroke='%23D63928' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 12.5H14.5' stroke='%23D63928' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.svg_report {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 22.4512H15C20 22.4512 22 20.4512 22 15.4512V9.45117C22 4.45117 20 2.45117 15 2.45117H9C4 2.45117 2 4.45117 2 9.45117V15.4512C2 20.4512 4 22.4512 9 22.4512Z' stroke='%234C4747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 9.45117H8.25' stroke='%234C4747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 15.4512H8.25' stroke='%234C4747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.svg_notification {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.02694 11.8789C7.02694 6.91329 11.0613 2.87891 16.0269 2.87891C20.9792 2.87891 25.0269 6.92662 25.0269 11.8789V15.7322C25.0269 16.0187 25.0918 16.438 25.2147 16.8861C25.3361 17.3287 25.4928 17.7221 25.6356 17.9719L27.1644 20.5111C28.3718 22.5234 27.4067 25.1448 25.1823 25.8812C19.2304 27.8694 12.8086 27.8693 6.85672 25.8807L6.85301 25.8795C5.7298 25.4993 4.88746 24.7133 4.51083 23.6961C4.13377 22.6778 4.26204 21.5317 4.87676 20.51L6.40799 17.9668C6.40832 17.9663 6.40864 17.9658 6.40896 17.9652C6.55498 17.7197 6.71494 17.3278 6.83838 16.8831C6.96218 16.4371 7.02694 16.0184 7.02694 15.7322V11.8789ZM16.0269 4.87891C12.1659 4.87891 9.02694 8.01786 9.02694 11.8789V15.7322C9.02694 16.2594 8.91837 16.8674 8.7655 17.4181C8.61255 17.9691 8.39294 18.543 8.12589 18.991L8.12365 18.9947L6.59046 21.5411C6.25851 22.0928 6.24011 22.6066 6.38638 23.0017C6.53295 23.3975 6.8834 23.7778 7.49242 23.9844C13.0329 25.8351 19.0097 25.8348 24.5501 23.9838L24.5531 23.9828C25.554 23.6519 26.0015 22.4613 25.4499 21.5409C25.4498 21.5406 25.4501 21.5412 25.4499 21.5409L23.9121 18.9867L23.9074 18.9786C23.6513 18.5347 23.4366 17.9648 23.2859 17.4151C23.1354 16.8664 23.0269 16.2591 23.0269 15.7322V11.8789C23.0269 8.03119 19.8747 4.87891 16.0269 4.87891Z' fill='%23292D32'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6295 3.90106C13.1621 2.54202 14.4844 1.58594 16.0272 1.58594C17.5701 1.58594 18.8924 2.54202 19.425 3.90106C19.564 4.25583 19.4893 4.65877 19.2324 4.94017C18.9755 5.22157 18.581 5.33252 18.2151 5.22628C17.8452 5.1189 17.4719 5.03786 17.0936 4.992L17.0899 4.99155C15.9373 4.84748 14.8483 4.93299 13.8397 5.22619C13.4738 5.33257 13.0792 5.2217 12.8222 4.9403C12.5652 4.6589 12.4905 4.25589 12.6295 3.90106Z' fill='%23292D32'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0273 25.4121C13.0273 26.2288 13.3671 26.991 13.9078 27.5317C14.4485 28.0724 15.2107 28.4121 16.0273 28.4121C17.6751 28.4121 19.0273 27.0598 19.0273 25.4121H21.0273C21.0273 28.1644 18.7796 30.4121 16.0273 30.4121C14.6574 30.4121 13.3929 29.8452 12.4936 28.9459C11.5943 28.0466 11.0273 26.7821 11.0273 25.4121H13.0273Z' fill='%23292D32'/%3E%3C/svg%3E");
}

.svg-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='40' fill='%23E9F9F0'/%3E%3Ccircle cx='40' cy='40' r='32' fill='%23BEEED3'/%3E%3Ccircle cx='40' cy='40' r='18' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40 64C46.3652 64 52.4697 61.4714 56.9706 56.9706C61.4714 52.4697 64 46.3652 64 40C64 33.6348 61.4714 27.5303 56.9706 23.0294C52.4697 18.5286 46.3652 16 40 16C33.6348 16 27.5303 18.5286 23.0294 23.0294C18.5286 27.5303 16 33.6348 16 40C16 46.3652 18.5286 52.4697 23.0294 56.9706C27.5303 61.4714 33.6348 64 40 64ZM51.121 36.121C51.6675 35.5552 51.9699 34.7974 51.963 34.0108C51.9562 33.2242 51.6407 32.4718 51.0845 31.9155C50.5282 31.3593 49.7758 31.0438 48.9892 31.037C48.2026 31.0301 47.4448 31.3325 46.879 31.879L37 41.758L33.121 37.879C32.5552 37.3325 31.7974 37.0301 31.0108 37.037C30.2242 37.0438 29.4718 37.3593 28.9155 37.9155C28.3593 38.4718 28.0438 39.2242 28.037 40.0108C28.0301 40.7974 28.3325 41.5552 28.879 42.121L34.879 48.121C35.4416 48.6834 36.2045 48.9994 37 48.9994C37.7955 48.9994 38.5584 48.6834 39.121 48.121L51.121 36.121Z' fill='%2329C76F'/%3E%3C/svg%3E");
}

.svg-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 13.4V17.6C16 21.1 14.6 22.5 11.1 22.5H6.9C3.4 22.5 2 21.1 2 17.6V13.4C2 9.9 3.4 8.5 6.9 8.5H11.1C14.6 8.5 16 9.9 16 13.4Z' stroke='%23101928' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 7.4V11.6C22 15.1 20.6 16.5 17.1 16.5H16V13.4C16 9.9 14.6 8.5 11.1 8.5H8V7.4C8 3.9 9.4 2.5 12.9 2.5H17.1C20.6 2.5 22 3.9 22 7.4Z' stroke='%23101928' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.svg-debit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23FDEBEA'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.806 12.5252C12.806 12.3131 12.8903 12.1097 13.0403 11.9597C13.1903 11.8097 13.3938 11.7254 13.6059 11.7254L20.3941 11.7254C20.6062 11.7254 20.8097 11.8097 20.9597 11.9597C21.1097 12.1097 21.194 12.3131 21.194 12.5252L21.194 19.3135C21.1903 19.5232 21.1045 19.7231 20.9549 19.8701C20.8053 20.0172 20.6039 20.0996 20.3941 20.0996C20.1843 20.0996 19.983 20.0172 19.8334 19.8701C19.6838 19.7231 19.5979 19.5232 19.5942 19.3135L19.5942 14.4565L13.0402 21.0105C12.8902 21.1606 12.6867 21.2448 12.4745 21.2448C12.2623 21.2448 12.0589 21.1606 11.9088 21.0105C11.7588 20.8605 11.6745 20.657 11.6745 20.4448C11.6745 20.2327 11.7588 20.0292 11.9088 19.8792L18.4629 13.3251L13.6059 13.3251C13.3938 13.3251 13.1903 13.2408 13.0403 13.0908C12.8903 12.9408 12.806 12.7374 12.806 12.5252V12.5252Z' fill='%23EF3E36'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white' transform='translate(8 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.svg-credit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23E9F9F0'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.394 19.4748C19.394 19.6869 19.3097 19.8903 19.1597 20.0403C19.0097 20.1903 18.8063 20.2746 18.5941 20.2746L11.8059 20.2746C11.5938 20.2746 11.3903 20.1903 11.2403 20.0403C11.0903 19.8903 11.0061 19.6869 11.006 19.4748L11.006 12.6865C11.0097 12.4768 11.0955 12.2769 11.2452 12.1299C11.3948 11.9828 11.5961 11.9004 11.8059 11.9004C12.0157 11.9004 12.217 11.9828 12.3666 12.1299C12.5163 12.2769 12.6021 12.4768 12.6058 12.6865L12.6058 17.5435L19.1598 10.9895C19.3098 10.8394 19.5133 10.7552 19.7255 10.7552C19.9377 10.7552 20.1412 10.8394 20.2912 10.9895C20.4412 11.1395 20.5255 11.343 20.5255 11.5552C20.5255 11.7673 20.4412 11.9708 20.2912 12.1208L13.7371 18.6749L18.5941 18.6749C18.8063 18.6749 19.0097 18.7592 19.1597 18.9092C19.3097 19.0592 19.394 19.2626 19.394 19.4748V19.4748Z' fill='%2329C76F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white' transform='translate(8 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.svg-notif {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg fill='none' viewBox='0 0 18 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2V6.5L10.5 5' stroke='%23292D32' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M9 6.5L7.5 5' stroke='%23292D32' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='m5.25 9.5c-3 0-3 1.3425-3 3v0.75c0 2.07 0 3.75 3.75 3.75h6c3 0 3.75-1.68 3.75-3.75v-0.75c0-1.6575 0-3-3-3-0.75 0-0.96 0.1575-1.35 0.45l-0.765 0.81c-0.885 0.945-2.385 0.945-3.2775 0l-0.7575-0.81c-0.39-0.2925-0.6-0.45-1.35-0.45z' stroke='%23292D32' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='m3.75 9.5003v-3c0-1.5075 0-2.7525 2.25-2.97' stroke='%23292D32' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='m14.25 9.5003v-3c0-1.5075 0-2.7525-2.25-2.97' stroke='%23292D32' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E");
}

.svg-clear {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4099 11.9999L17.7099 7.70994C17.8982 7.52164 18.004 7.26624 18.004 6.99994C18.004 6.73364 17.8982 6.47825 17.7099 6.28994C17.5216 6.10164 17.2662 5.99585 16.9999 5.99585C16.7336 5.99585 16.4782 6.10164 16.2899 6.28994L11.9999 10.5899L7.70994 6.28994C7.52164 6.10164 7.26624 5.99585 6.99994 5.99585C6.73364 5.99585 6.47824 6.10164 6.28994 6.28994C6.10164 6.47825 5.99585 6.73364 5.99585 6.99994C5.99585 7.26624 6.10164 7.52164 6.28994 7.70994L10.5899 11.9999L6.28994 16.2899C6.19621 16.3829 6.12182 16.4935 6.07105 16.6154C6.02028 16.7372 5.99414 16.8679 5.99414 16.9999C5.99414 17.132 6.02028 17.2627 6.07105 17.3845C6.12182 17.5064 6.19621 17.617 6.28994 17.7099C6.3829 17.8037 6.4935 17.8781 6.61536 17.9288C6.73722 17.9796 6.86793 18.0057 6.99994 18.0057C7.13195 18.0057 7.26266 17.9796 7.38452 17.9288C7.50638 17.8781 7.61698 17.8037 7.70994 17.7099L11.9999 13.4099L16.2899 17.7099C16.3829 17.8037 16.4935 17.8781 16.6154 17.9288C16.7372 17.9796 16.8679 18.0057 16.9999 18.0057C17.132 18.0057 17.2627 17.9796 17.3845 17.9288C17.5064 17.8781 17.617 17.8037 17.7099 17.7099C17.8037 17.617 17.8781 17.5064 17.9288 17.3845C17.9796 17.2627 18.0057 17.132 18.0057 16.9999C18.0057 16.8679 17.9796 16.7372 17.9288 16.6154C17.8781 16.4935 17.8037 16.3829 17.7099 16.2899L13.4099 11.9999Z' fill='%23d63928'/%3E%3C/svg%3E");
}

.svg-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.83317 7.33334C2.83317 4.84806 4.84789 2.83334 7.33317 2.83334C9.81845 2.83334 11.8332 4.84806 11.8332 7.33334C11.8332 8.54143 11.3571 9.63833 10.5824 10.4467C10.5575 10.4664 10.5335 10.4878 10.5105 10.5107C10.4876 10.5337 10.4662 10.5577 10.4465 10.5826C9.63812 11.3573 8.54124 11.8333 7.33317 11.8333C4.84789 11.8333 2.83317 9.81862 2.83317 7.33334ZM11.0646 12.2433C10.0286 13.0319 8.73557 13.5 7.33317 13.5C3.92741 13.5 1.1665 10.7391 1.1665 7.33334C1.1665 3.92758 3.92741 1.16667 7.33317 1.16667C10.7389 1.16667 13.4998 3.92758 13.4998 7.33334C13.4998 8.73576 13.0317 10.0288 12.2431 11.0648L14.589 13.4107C14.9145 13.7362 14.9145 14.2638 14.589 14.5893C14.2636 14.9147 13.736 14.9147 13.4105 14.5893L11.0646 12.2433Z' fill='%238D8D8D'/%3E%3C/svg%3E");
}

.svg-add-blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 3.33341C8.23191 3.33341 6.53622 4.03579 5.28597 5.28604C4.03573 6.53628 3.33335 8.23197 3.33335 10.0001C3.33335 10.8756 3.50579 11.7425 3.84082 12.5513C4.17585 13.3601 4.66692 14.0951 5.28597 14.7141C5.90503 15.3332 6.63996 15.8242 7.4488 16.1593C8.25763 16.4943 9.12454 16.6667 10 16.6667C10.8755 16.6667 11.7424 16.4943 12.5512 16.1593C13.3601 15.8242 14.095 15.3332 14.7141 14.7141C15.3331 14.0951 15.8242 13.3601 16.1592 12.5513C16.4942 11.7425 16.6667 10.8756 16.6667 10.0001C16.6667 8.23197 15.9643 6.53628 14.7141 5.28604C13.4638 4.03579 11.7681 3.33341 10 3.33341ZM4.10746 4.10752C5.67027 2.54472 7.78988 1.66675 10 1.66675C12.2102 1.66675 14.3298 2.54472 15.8926 4.10752C17.4554 5.67033 18.3334 7.78994 18.3334 10.0001C18.3334 11.0944 18.1178 12.1781 17.699 13.1891C17.2802 14.2002 16.6664 15.1188 15.8926 15.8926C15.1188 16.6665 14.2001 17.2803 13.189 17.6991C12.178 18.1179 11.0944 18.3334 10 18.3334C8.90567 18.3334 7.82204 18.1179 6.81099 17.6991C5.79994 17.2803 4.88128 16.6665 4.10746 15.8926C3.33364 15.1188 2.71981 14.2002 2.30102 13.1891C1.88223 12.1781 1.66669 11.0944 1.66669 10.0001C1.66669 7.78994 2.54466 5.67033 4.10746 4.10752ZM10 6.66675C10.4603 6.66675 10.8334 7.03984 10.8334 7.50008V9.16675H12.5C12.9603 9.16675 13.3334 9.53984 13.3334 10.0001C13.3334 10.4603 12.9603 10.8334 12.5 10.8334H10.8334V12.5001C10.8334 12.9603 10.4603 13.3334 10 13.3334C9.53978 13.3334 9.16669 12.9603 9.16669 12.5001V10.8334H7.50002C7.03978 10.8334 6.66669 10.4603 6.66669 10.0001C6.66669 9.53984 7.03978 9.16675 7.50002 9.16675H9.16669V7.50008C9.16669 7.03984 9.53978 6.66675 10 6.66675Z' fill='%23007bff'/%3E%3C/svg%3E");
}

.svg-mastercard {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.0005 17.1487C37.9378 19.276 37.2498 21.3376 36.0222 23.0761C34.7947 24.8145 33.0821 26.1527 31.0984 26.9235C29.1148 27.6943 26.9479 27.8635 24.8687 27.41C22.7894 26.9564 20.8898 25.9003 19.4073 24.3734C17.9248 22.8466 16.9251 20.9167 16.533 18.825C16.1409 16.7333 16.3739 14.5724 17.2028 12.6123C18.0317 10.6522 19.4198 8.97975 21.1937 7.80397C22.9676 6.62819 25.0486 6.00116 27.1767 6.00122C30.09 6.04499 32.8667 7.24384 34.8964 9.33422C36.9261 11.4246 38.0426 14.2354 38.0005 17.1487Z' fill='%23F79F1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.6479 17.1487C24.5853 19.276 23.8972 21.3376 22.6697 23.0761C21.4422 24.8145 19.7296 26.1527 17.7459 26.9235C15.7622 27.6943 13.5954 27.8635 11.5161 27.41C9.43686 26.9564 7.53731 25.9003 6.0548 24.3734C4.5723 22.8466 3.57256 20.9167 3.18048 18.825C2.78841 16.7333 3.02137 14.5724 3.85027 12.6123C4.67917 10.6522 6.06728 8.97975 7.84115 7.80397C9.61502 6.62819 11.696 6.00116 13.8242 6.00122C16.7375 6.04499 19.5142 7.24384 21.5438 9.33422C23.5735 11.4246 24.69 14.2354 24.6479 17.1487Z' fill='%23EA001B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5007 8.37256C19.2043 9.43824 18.1601 10.7779 17.4432 12.2953C16.7263 13.8126 16.3545 15.47 16.3545 17.1482C16.3545 18.8264 16.7263 20.4837 17.4432 22.0011C18.1601 23.5185 19.2043 24.8581 20.5007 25.9238C21.7971 24.8581 22.8414 23.5185 23.5583 22.0011C24.2752 20.4837 24.647 18.8264 24.647 17.1482C24.647 15.47 24.2752 13.8126 23.5583 12.2953C22.8414 10.7779 21.7971 9.43824 20.5007 8.37256Z' fill='%23FF5F01'/%3E%3Cpath d='M37.9806 23.0625V22.665H37.8794L37.7631 22.9388L37.6469 22.665H37.5456V23.0625H37.6169V22.7625L37.7256 23.0213H37.7994L37.9081 22.7625V23.0638L37.9806 23.0625ZM37.3406 23.0625V22.7325H37.4656V22.665H37.1406V22.7325H37.2656V23.0625H37.3406Z' fill='%23F79F1A'/%3E%3Cpath d='M5.40965 33.8099H4.7959V30.8587H5.39839V31.2174C5.39839 31.2174 5.92715 30.7787 6.2409 30.7837C6.43331 30.798 6.62028 30.8542 6.7887 30.9483C6.95712 31.0425 7.10292 31.1723 7.21589 31.3287C7.31646 31.163 7.45789 31.0258 7.62663 30.9304C7.79538 30.835 7.98579 30.7845 8.17965 30.7837C8.44821 30.7778 8.71002 30.8682 8.91774 31.0385C9.12545 31.2089 9.26535 31.4479 9.31215 31.7124V33.7924H8.72215V31.9599C8.72059 31.8801 8.70236 31.8015 8.66862 31.7292C8.63487 31.6568 8.58637 31.5923 8.52621 31.5398C8.46606 31.4873 8.39559 31.4479 8.31932 31.4243C8.24306 31.4006 8.1627 31.3932 8.0834 31.4025C7.91452 31.3854 7.74552 31.4337 7.61114 31.5373C7.47675 31.641 7.38721 31.7923 7.3609 31.9599V33.7924H6.74714V31.9475C6.73431 31.7919 6.66464 31.6465 6.55143 31.5391C6.43822 31.4316 6.28941 31.3697 6.1334 31.365C6.04566 31.3526 5.9563 31.3583 5.87089 31.3819C5.78548 31.4055 5.70583 31.4465 5.6369 31.5021C5.56796 31.5578 5.51122 31.6271 5.47019 31.7056C5.42917 31.7842 5.40472 31.8703 5.39839 31.9587L5.40965 33.8099Z' fill='white'/%3E%3Cpath d='M24.0869 30.7886C23.7731 30.7886 23.2444 31.2223 23.2444 31.2223V30.8661H22.6406V33.8123H23.2556L23.2444 31.9673C23.2509 31.879 23.2755 31.793 23.3166 31.7146C23.3577 31.6362 23.4144 31.5671 23.4833 31.5116C23.5522 31.456 23.6318 31.4152 23.7172 31.3917C23.8025 31.3682 23.8917 31.3624 23.9794 31.3748C24.092 31.372 24.2031 31.4014 24.2994 31.4598L24.4994 30.8861C24.3697 30.8266 24.2295 30.7935 24.0869 30.7886Z' fill='white'/%3E%3Cpath d='M32.736 30.7886C32.4223 30.7886 31.8935 31.2223 31.8935 31.2223V30.8661H31.291V33.8123H31.906L31.8948 31.9673C31.9013 31.879 31.9258 31.793 31.9669 31.7146C32.008 31.6362 32.0648 31.5671 32.1337 31.5116C32.2026 31.456 32.2822 31.4152 32.3675 31.3917C32.4529 31.3682 32.5421 31.3624 32.6297 31.3748C32.7423 31.372 32.8535 31.4014 32.9498 31.4598L33.1498 30.8861C33.0197 30.8283 32.8795 30.7969 32.7372 30.7936L32.736 30.7886Z' fill='white'/%3E%3Cpath d='M11.2969 30.7761C10.9039 30.7971 10.5352 30.9729 10.2715 31.265C10.0077 31.5571 9.87038 31.9418 9.88945 32.3349C9.87929 32.7307 10.023 33.1151 10.2904 33.4072C10.5577 33.6993 10.928 33.8763 11.3232 33.9011C11.6694 33.8783 11.9983 33.7411 12.2582 33.5111V33.8111H12.8632V30.8611H12.2569V31.2361C12.0093 30.9633 11.6647 30.7983 11.2969 30.7761ZM11.4144 31.3761C11.6131 31.3567 11.813 31.3978 11.9879 31.4942C12.1627 31.5905 12.3043 31.7375 12.394 31.9158C12.4837 32.0942 12.5173 32.2955 12.4904 32.4933C12.4636 32.6911 12.3774 32.8762 12.2434 33.0241C12.1094 33.172 11.9337 33.2759 11.7395 33.3221C11.5453 33.3683 11.3416 33.3546 11.1554 33.2829C10.9691 33.2111 10.8089 33.0847 10.6958 32.9201C10.5827 32.7556 10.5221 32.5608 10.5219 32.3611C10.511 32.1126 10.5987 31.8699 10.7658 31.6857C10.9329 31.5014 11.1661 31.3906 11.4144 31.3774V31.3761Z' fill='white'/%3E%3Cpath d='M28.9288 30.7761C28.5358 30.7971 28.1671 30.9729 27.9034 31.265C27.6396 31.5571 27.5022 31.9418 27.5213 32.3349C27.5111 32.7307 27.6549 33.1151 27.9222 33.4072C28.1896 33.6993 28.5598 33.8763 28.955 33.9011C29.3013 33.8783 29.6302 33.7411 29.8901 33.5111V33.8111H30.495V30.8611H29.8888V31.2361C29.6411 30.9633 29.2966 30.7983 28.9288 30.7761ZM29.0463 31.3761C29.245 31.3567 29.4449 31.3978 29.6197 31.4942C29.7945 31.5905 29.9362 31.7375 30.0259 31.9158C30.1156 32.0942 30.1492 32.2955 30.1223 32.4933C30.0954 32.6911 30.0093 32.8762 29.8753 33.0241C29.7412 33.172 29.5655 33.2759 29.3713 33.3221C29.1771 33.3683 28.9735 33.3546 28.7872 33.2829C28.6009 33.2111 28.4407 33.0847 28.3277 32.9201C28.2146 32.7556 28.154 32.5608 28.1538 32.3611C28.1429 32.1128 28.2304 31.8703 28.3972 31.6861C28.5641 31.5019 28.7969 31.3909 29.0451 31.3774L29.0463 31.3761Z' fill='white'/%3E%3Cpath d='M34.7325 30.7775C34.3395 30.7985 33.9708 30.9743 33.7071 31.2664C33.4433 31.5585 33.3059 31.9431 33.325 32.3362C33.3148 32.7321 33.4585 33.1165 33.7259 33.4086C33.9933 33.7007 34.3635 33.8777 34.7587 33.9025C35.105 33.8797 35.4339 33.7425 35.6938 33.5125V33.8125H36.2987V29.6987H35.695V31.235C35.4463 30.9626 35.1008 30.7983 34.7325 30.7775ZM34.85 31.3775C35.0486 31.358 35.2485 31.3992 35.4234 31.4955C35.5982 31.5919 35.7398 31.7389 35.8295 31.9172C35.9192 32.0955 35.9529 32.2969 35.926 32.4947C35.8991 32.6925 35.813 32.8775 35.679 33.0254C35.5449 33.1733 35.3692 33.2773 35.175 33.3235C34.9808 33.3696 34.7771 33.3559 34.5909 33.2842C34.4046 33.2125 34.2444 33.086 34.1313 32.9215C34.0183 32.757 33.9577 32.5621 33.9575 32.3625C33.9462 32.1137 34.0338 31.8707 34.2009 31.6862C34.3681 31.5017 34.6013 31.3907 34.85 31.3775Z' fill='white'/%3E%3Cpath d='M14.7067 33.9086C14.2776 33.8846 13.8624 33.748 13.5029 33.5124L13.7679 33.0911C14.0632 33.2321 14.3809 33.3201 14.7067 33.3511C14.9567 33.3511 15.3879 33.2661 15.3929 33.0049C15.3979 32.7436 14.6767 32.6461 14.6767 32.6461C14.6767 32.6461 13.5992 32.6311 13.5992 31.7174C13.5992 31.1424 14.1379 30.7761 14.8279 30.7761C15.2257 30.8346 15.6117 30.9558 15.9717 31.1349L15.6704 31.6174C15.3902 31.4981 15.0963 31.4142 14.7954 31.3674C14.5392 31.3574 14.2292 31.4836 14.2292 31.7136C14.2292 32.3386 16.0242 31.6649 16.0242 32.9274C16.0154 33.7586 15.2879 33.9086 14.7067 33.9086Z' fill='white'/%3E%3Cpath d='M17.0155 30.01V30.8663H16.4805V31.4913H17.0155V32.9725C17.0073 33.106 17.0275 33.2397 17.0748 33.3647C17.1222 33.4898 17.1955 33.6034 17.2901 33.6979C17.3847 33.7925 17.4982 33.8658 17.6233 33.9132C17.7483 33.9605 17.882 33.9808 18.0155 33.9725C18.3096 33.9366 18.5978 33.8626 18.873 33.7525L18.6305 33.1088C18.4957 33.2233 18.3271 33.2905 18.1505 33.3C17.6667 33.2875 17.6792 32.9688 17.6792 32.9688V31.49H18.6792V30.865H17.6792V30.0088L17.0155 30.01Z' fill='white'/%3E%3Cpath d='M20.6548 30.8137C20.2479 30.8357 19.8654 31.0147 19.588 31.3131C19.3105 31.6115 19.1597 32.0059 19.1673 32.4133C19.1749 32.8207 19.3403 33.2092 19.6288 33.4971C19.9172 33.7849 20.3061 33.9495 20.7135 33.9562C21.112 33.9008 21.4931 33.7578 21.8297 33.5375L21.5497 33.0375C21.304 33.2166 21.0158 33.3286 20.7135 33.3625C20.5001 33.3637 20.2944 33.2827 20.1391 33.1363C19.9839 32.9899 19.891 32.7893 19.8797 32.5762H21.976C21.976 32.5762 22.131 30.8137 20.6548 30.8137ZM20.5647 31.3924C20.5872 31.3924 20.6123 31.3924 20.6373 31.3924C20.7332 31.3883 20.8289 31.4039 20.9186 31.4382C21.0082 31.4725 21.0899 31.5249 21.1585 31.592C21.2272 31.6592 21.2813 31.7396 21.3177 31.8285C21.354 31.9173 21.3717 32.0127 21.3698 32.1087H19.8797C19.875 32.016 19.8892 31.9234 19.9215 31.8364C19.9538 31.7494 20.0036 31.6699 20.0678 31.6028C20.1319 31.5358 20.2091 31.4825 20.2945 31.4464C20.38 31.4102 20.4719 31.3918 20.5647 31.3924Z' fill='white'/%3E%3Cpath d='M26.8868 33.0287L27.168 33.6062C26.8842 33.7858 26.5585 33.8883 26.223 33.9037C26.0139 33.9111 25.8055 33.8763 25.6102 33.8012C25.4149 33.7261 25.2367 33.6124 25.0864 33.4669C24.9361 33.3213 24.8167 33.147 24.7353 32.9542C24.654 32.7614 24.6124 32.5542 24.613 32.345C24.6006 32.1401 24.6316 31.9349 24.7041 31.7428C24.7765 31.5507 24.8888 31.3762 25.0336 31.2306C25.1783 31.085 25.3522 30.9717 25.5439 30.8982C25.7355 30.8246 25.9406 30.7924 26.1455 30.8037C26.5181 30.8194 26.8797 30.9341 27.193 31.1362L26.878 31.7137C26.7879 31.6049 26.6722 31.52 26.5414 31.4666C26.4106 31.4132 26.2686 31.3929 26.128 31.4075C25.8923 31.438 25.6758 31.5535 25.5193 31.7324C25.3627 31.9113 25.2769 32.1411 25.278 32.3788C25.2791 32.6165 25.367 32.8456 25.5251 33.0231C25.6832 33.2005 25.9008 33.3141 26.1368 33.3425C26.4144 33.3229 26.6779 33.2127 26.8868 33.0287Z' fill='white'/%3E%3Cpath d='M37.5647 33.4063C37.5256 33.4061 37.4869 33.4138 37.4509 33.4288C37.4148 33.4439 37.3821 33.4659 37.3547 33.4938C37.3001 33.5498 37.2695 33.6249 37.2695 33.7031C37.2695 33.7814 37.3001 33.8565 37.3547 33.9125C37.3819 33.9402 37.4144 33.9623 37.4502 33.9773C37.4861 33.9924 37.5246 34.0001 37.5634 34.0001C37.6023 34.0001 37.6408 33.9924 37.6766 33.9773C37.7125 33.9623 37.745 33.9402 37.7722 33.9125C37.8271 33.8566 37.8578 33.7814 37.8578 33.7031C37.8578 33.6248 37.8271 33.5496 37.7722 33.4938C37.7451 33.4661 37.7129 33.4442 37.6772 33.4291C37.6416 33.4141 37.6033 33.4063 37.5647 33.4063ZM37.5647 33.935C37.5345 33.9351 37.5047 33.929 37.477 33.9172C37.4493 33.9054 37.4243 33.888 37.4034 33.8663C37.3614 33.8221 37.338 33.7635 37.338 33.7025C37.338 33.6415 37.3614 33.5829 37.4034 33.5388C37.4242 33.5173 37.4491 33.5003 37.4766 33.4887C37.5041 33.4772 37.5336 33.4712 37.5634 33.4713C37.5929 33.4713 37.622 33.4773 37.6491 33.4889C37.6761 33.5005 37.7006 33.5175 37.7209 33.5388C37.7627 33.5831 37.7859 33.6416 37.7859 33.7025C37.7859 33.7634 37.7627 33.822 37.7209 33.8663C37.7007 33.8874 37.6765 33.9042 37.6496 33.9158C37.6228 33.9274 37.5939 33.9335 37.5647 33.9338V33.935ZM37.5822 33.56H37.4584V33.8363H37.5147V33.7363H37.5409L37.6222 33.84H37.6909L37.6034 33.7363C37.6272 33.7345 37.6496 33.7248 37.6672 33.7088C37.6745 33.7014 37.6803 33.6926 37.6842 33.6829C37.688 33.6733 37.6899 33.6629 37.6897 33.6525C37.6902 33.6405 37.688 33.6285 37.6832 33.6175C37.6784 33.6065 37.6713 33.5966 37.6622 33.5888C37.6395 33.5717 37.6118 33.5629 37.5834 33.5638L37.5822 33.56ZM37.5822 33.6113C37.5949 33.6104 37.6075 33.6135 37.6184 33.62C37.6229 33.623 37.6265 33.6271 37.6289 33.6319C37.6313 33.6368 37.6325 33.6421 37.6322 33.6475C37.6323 33.6529 37.6312 33.6582 37.6288 33.663C37.6264 33.6678 37.6228 33.6719 37.6184 33.675C37.6085 33.6831 37.5962 33.688 37.5834 33.6888H37.5147V33.615L37.5822 33.6113Z' fill='white'/%3E%3C/svg%3E");
}

.svg-visa {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5436 14.2038L14.7198 25.7962H17.5948L19.4311 14.2038H16.5436ZM12.2473 14.2038L9.45105 22.1837L9.12731 20.4675L9.0548 20.0837C8.45135 18.7715 7.56166 17.611 6.45105 16.6875C6.03645 16.3464 5.59965 16.0332 5.14355 15.75L7.6873 25.7937H10.7361L15.4036 14.2013L12.2473 14.2038ZM23.6948 17.42C23.6948 16.1125 26.5386 16.28 27.7986 17L28.2186 14.5C27.3715 14.1913 26.4798 14.0225 25.5786 14C24.1261 14 20.6711 14.66 20.6711 17.84C20.6711 20.8275 24.7273 20.8762 24.7273 22.4475C24.7273 24.0187 21.1273 23.7312 19.9273 22.7475L19.4836 25.34C20.5172 25.7874 21.6335 26.0123 22.7598 26C24.7598 26 27.7761 24.9325 27.7761 22.0275C27.7761 19.1225 23.6961 18.8 23.6961 17.42H23.6948ZM35.6948 14.2038H33.2948C33.0062 14.1843 32.7189 14.2576 32.4749 14.413C32.2309 14.5684 32.0429 14.7977 31.9386 15.0675L27.5711 25.795H30.6311L31.2311 24.0787H34.9636L35.3111 25.795H37.9936L35.6948 14.2038ZM32.0948 21.7037L33.6311 17.36L34.4948 21.7037H32.0948Z' fill='%23FCFCFC'/%3E%3Cpath d='M8.18 15.2963C8.12157 14.9825 7.94835 14.7018 7.69413 14.5088C7.43991 14.3158 7.12293 14.2245 6.805 14.2525H2.06L2 14.4438C3.62201 14.8626 5.13303 15.6305 6.4275 16.6938C7.67218 17.7067 8.62837 19.0293 9.2 20.5288L8.18 15.2963Z' fill='%23F5AC1E'/%3E%3C/svg%3E");
}

.svg-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23282424' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.svg_plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11 19.5v-6.5h-6.5c-0.55228 0-1-0.4477-1-1s0.44772-1 1-1h6.5v-6.5c0-0.55228 0.4477-1 1-1s1 0.44772 1 1v6.5h6.5c0.5523 0 1 0.4477 1 1s-0.4477 1-1 1h-6.5v6.5c0 0.5523-0.4477 1-1 1s-1-0.4477-1-1z' fill='%23fff'/%3E%3C/svg%3E");
}

/*
@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 282.5px;
  }
}
*/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes no-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.table {
  margin: 0 auto 0;
  clear: both;
  border-collapse: collapse !important;
  width: 100% !important;
  position: relative;
}
.table .icon-wrapper {
  display: inline-flex;
  align-items: center;
}
.table .icon-wrapper .btn--icon,
.table .icon-wrapper a {
  margin-right: 12px;
}
.table .right {
  text-align: right !important;
}

.overflow-wrapper {
  display: block;
  overflow-x: auto;
  width: 100%;
}
.overflow-wrapper::-webkit-scrollbar {
  height: 4px;
}
.overflow-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(var(--grey-stroke-60, #c5c5c5), 0.3);
}
.overflow-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--grey-deactivated-80, #404851);
}

.table,
.table th,
.table td {
  box-sizing: content-box;
}

th,
td,
tr {
  border: none !important;
}

table tr {
  cursor: pointer;
}

table.table thead th {
  color: var(--grey-text-deactivated-60, #6b7888);
  padding: 12px 12px;
  background: var(--white-300, #ececf7);
  vertical-align: middle;
  font-weight: 450;
  font-size: 1.3rem;
}
table.table tbody td {
  overflow: hidden;
  text-overflow: ellipsis;
  table-layout: fixed;
  padding: 16px 12px;
  border-bottom: 1px solid var(--grey-stroke-20, #e2e2e2) !important;
  vertical-align: middle;
}
table.table tbody td input,
table.table tbody td select,
table.table tbody td .form-input,
table.table tbody td .form-select {
  font-size: 1.3rem;
}
table.table tbody td .action-grid {
  gap: 12px;
  display: flex;
  align-items: center;
}
table.table tbody td .t-action {
  color: #0070FF;
  text-decoration: none;
}
table.table tbody td.file-type span.svg {
  height: 28px;
  width: 28px;
  vertical-align: middle;
}
table.table tbody tr {
  background-color: var(--white, #fff);
}
table.table tbody tr:nth-child(even) {
  background: var(--bg-card, #FAFAFA);
}

.table-footer {
  margin: 20px 0 16px;
  padding: 0 20px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.table-footer .records-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.table-footer .records-item select {
  height: 32px !important;
  line-height: 32px !important;
  width: 50px;
  font-size: 1.3rem;
  font-weight: 450;
  padding: 0 4px;
}
.table-footer .records,
.table-footer .vuetable-pagination-info {
  color: var(--black-90, #0a1727);
  font-size: 1.3rem;
  font-weight: 450;
}

.pagination-item {
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 0;
  height: 32px;
  overflow: hidden;
  border: 1px solid var(--grey-stroke-60, #c5c5c5);
  font-size: 1.3rem;
}
.pagination-item a {
  text-decoration: none;
}
.pagination-item a span.svg {
  height: 16px;
  width: 16px;
}
.pagination-item a span.svg.rotate-180 {
  transform: rotate(180deg);
}
.pagination-item a:hover {
  background-color: var(--grey-stroke-40, #efeeee);
}
.pagination-item input {
  max-width: 50px;
  border-radius: 0 !important;
  height: 32px !important;
  line-height: 32px !important;
  text-align: center;
  border-color: var(--grey-stroke-60, #c5c5c5);
}
.pagination-item .label {
  color: var(--grey-text-deactivated-80, #404851);
}
.pagination-item > *:not(input) {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  background-color: transparent;
  border-right: 1px solid var(--grey-stroke-60, #c5c5c5);
}
.pagination-item > *:not(input):last-child, .pagination-item > *:not(input):nth-child(3) {
  border-right: none;
}

.table-header {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-header .col-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.table-header .col-left .c-header {
  margin-bottom: 0;
  padding: 0;
}
.table-header .col-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.__search {
  position: relative;
}
.__search .search-input {
  width: 240px;
  padding-left: 28px;
  font-size: 1.3rem;
}
.__search:before {
  content: "";
  height: 32px;
  width: 32px;
  background-position: center;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.83317 7.33334C2.83317 4.84806 4.84789 2.83334 7.33317 2.83334C9.81845 2.83334 11.8332 4.84806 11.8332 7.33334C11.8332 8.54143 11.3571 9.63833 10.5824 10.4467C10.5575 10.4664 10.5335 10.4878 10.5105 10.5107C10.4876 10.5337 10.4662 10.5577 10.4465 10.5826C9.63812 11.3573 8.54124 11.8333 7.33317 11.8333C4.84789 11.8333 2.83317 9.81862 2.83317 7.33334ZM11.0646 12.2433C10.0286 13.0319 8.73557 13.5 7.33317 13.5C3.92741 13.5 1.1665 10.7391 1.1665 7.33334C1.1665 3.92758 3.92741 1.16667 7.33317 1.16667C10.7389 1.16667 13.4998 3.92758 13.4998 7.33334C13.4998 8.73576 13.0317 10.0288 12.2431 11.0648L14.589 13.4107C14.9145 13.7362 14.9145 14.2638 14.589 14.5893C14.2636 14.9147 13.736 14.9147 13.4105 14.5893L11.0646 12.2433Z' fill='%238D8D8D'/%3E%3C/svg%3E");
}
.__search:has(.search-buttons) .search-input {
  padding-left: 8px;
}
.__search:has(.search-buttons):before {
  display: none;
}
.__search .search-buttons {
  position: absolute;
  top: 4px;
  right: 4px;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 4px;
  background-color: var(--white, #fff);
  padding-left: 2px;
}
.__search .search-buttons .btn--icon {
  height: 24px;
  width: 24px;
  border: none;
}
.__search .search-buttons .btn--icon span.svg {
  height: 16px;
  width: 16px;
}

.single-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-wrapper .filter-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 450;
  height: 32px;
  padding: 0 8px;
  color: var(--grey-text-deactivated-80, #404851);
}
.filter-wrapper .filter-action::after {
  margin-left: 0;
  position: relative;
  top: 1px;
}
.filter-wrapper .filter-action.is-active {
  color: var(--money-green-700, #1bb832);
}
.filter-wrapper .filter-dropdown {
  padding: 16px 10px;
  width: 200px;
}
.filter-wrapper .filter-dropdown input,
.filter-wrapper .filter-dropdown select {
  cursor: pointer;
}
.filter-wrapper .filter-dropdown .form-footer {
  margin-bottom: 0;
}

.table-wrapper:not(:has(.table-footer)) tr:last-child td {
  border-bottom: none;
}

.table-info {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 450;
}

.details-list.role-id {
  margin-bottom: 20px;
}
.details-list.role-id .detail-item {
  display: flex;
  flex-direction: column;
}
.details-list.role-id .label {
  font-size: 1.3rem;
}
.details-list.role-id .value {
  font-size: 1.6rem;
  font-weight: 500;
}

.td-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.auth-area .header {
  margin-top: 40px;
}

.auth-form {
  width: 100%;
  max-width: 500px;
  margin: 5% auto 0;
}
.auth-form .form-desc {
  max-width: 380px;
}

.form-footnote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.pwd-link {
  margin-top: 12px;
}

.panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translateZ(0);
  perspective: 500px;
  -webkit-perspective: 500px;
  background: rgba(0, 0, 0, 0.4);
}
.panel-overlay.is-visible {
  opacity: 1;
}

.panel-card {
  width: 100%;
  max-width: 720px;
  background-color: var(--white, #fff);
  height: 100vh;
  margin-left: auto;
}
.panel-card.md {
  max-width: 900px;
}
.panel-card.md .panel-body {
  padding: 20px;
}
.panel-card.lg {
  max-width: 1024px;
}

.panel-container {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.panel-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  background-color: var(--white, #fff);
  height: 60px;
  padding: 0 40px;
  position: sticky;
  z-index: 400;
  top: 0;
  flex: 0 0 auto;
}
.panel-header .close-btn {
  height: 24px;
  width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.panel-body {
  height: 100%;
  padding: 40px;
}

.onboard-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  padding: 0 40px;
}

.onboard-card {
  max-width: 360px;
  margin-top: 32px;
}

.steps-block {
  padding: 24px 16px;
}
.steps-block .steps-header .title {
  font-size: 2.4rem;
  line-height: 120%;
  color: var(--black-100, #282424);
}
.steps-block .steps-header .desc {
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--black-400, #4c4747);
}

.onboard-list {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.onboard-list .onboard-module {
  display: flex;
  position: relative;
  align-items: center;
  gap: 12px;
}
.onboard-list .onboard-module span.svg {
  height: 18px;
  width: 18px;
  background: var(--white, #fff);
  border: 2px solid var(--grey-stroke-60, #c5c5c5);
  border-radius: 50%;
  box-sizing: border-box;
}
.onboard-list .onboard-module .label {
  color: var(--grey-text-deactivated-50, #6b7888);
}
.onboard-list .onboard-module:not(:last-of-type) {
  margin-bottom: 20px;
}
.onboard-list .onboard-module:not(:last-of-type)::before {
  display: block;
  content: "";
  border: 1px dashed var(--grey-stroke-60, #c5c5c5);
  box-sizing: border-box;
  width: 1px;
  height: 30px;
  position: absolute;
  left: 9px;
  top: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 20px;
}
.onboard-list .onboard-module.active .label {
  color: var(--black-90, #0a1727);
  font-weight: 550;
}
.onboard-list .onboard-module.active span.svg {
  border-color: var(--money-green-600, #27cd40);
}
.onboard-list .onboard-module.complete .label {
  color: var(--money-green-800, #13a028);
  font-weight: 550;
}
.onboard-list .onboard-module.complete span.svg {
  border: none;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.5' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 20C12.6522 20 15.1957 18.9464 17.0711 17.0711C18.9464 15.1957 20 12.6522 20 10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20ZM14.6337 8.38375C14.8614 8.148 14.9874 7.83224 14.9846 7.5045C14.9817 7.17675 14.8503 6.86324 14.6185 6.63148C14.3868 6.39972 14.0732 6.26826 13.7455 6.26541C13.4178 6.26256 13.102 6.38855 12.8663 6.61625L8.75 10.7325L7.13375 9.11625C6.898 8.88855 6.58224 8.76256 6.2545 8.76541C5.92675 8.76826 5.61324 8.89972 5.38148 9.13148C5.14972 9.36324 5.01826 9.67675 5.01541 10.0045C5.01256 10.3322 5.13855 10.648 5.36625 10.8837L7.86625 13.3837C8.10066 13.6181 8.41854 13.7497 8.75 13.7497C9.08146 13.7497 9.39934 13.6181 9.63375 13.3837L14.6337 8.38375Z' fill='%2329C76F'/%3E%3C/svg%3E");
}

.review-list {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.review-list .review-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.welcome-options {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.welcome-options .option-item {
  height: 80px;
  border-radius: 8px;
  border: 1.2px solid var(--grey-stroke-20, #e2e2e2);
  background: var(--white, #fff);
  padding: 0 0 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.welcome-options .option-item:hover {
  box-shadow: 0px 7px 15px 0px rgba(4, 6, 76, 0.15);
  position: relative;
  transform: translateY(-1px);
}
.welcome-options .option-item.selected {
  border: 1.2px solid var(--navy-blue-300, #7072f2);
  box-shadow: 0px 7px 15px 0px rgba(4, 6, 76, 0.15);
}
.welcome-options .option-item .option-info {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  justify-content: center;
  gap: 4px;
  height: 100%;
}
.welcome-options .option-item .option-info .title {
  font-size: 1.6rem;
  font-weight: 550;
  line-height: 120%;
}
.welcome-options .option-item .option-info .desc {
  font-size: 1.3rem;
  color: var(--black-400, #4c4747);
}
.welcome-options .option-item .option-img {
  height: 98%;
  width: 120px;
  overflow: hidden;
}
.welcome-options .option-item .option-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d-root {
  --sidebar-width: 240px;
  --header-height: 60px;
  flex: 1;
  display: flex;
  flex-direction: inherit;
  position: relative;
}

.d-row {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.d-row.w-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.d-sidebar {
  height: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: var(--sidebar-width);
}
.d-sidebar .nav-wrapper {
  height: 100%;
  border-right: 2px solid #f4f4f4;
  background: var(--bg-card, #fafafa);
  position: relative;
  padding: 32px 10px 10px;
  display: flex;
  flex-direction: column;
}

.d-main {
  background: #ffffff;
  height: 100%;
  margin-left: auto;
  width: calc(100% - var(--sidebar-width));
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
}
.d-main .d-header {
  height: var(--header-height);
  padding: 0 20px;
  display: flex;
  align-items: center;
  background-color: var(--white, #ffffff);
  position: fixed;
  z-index: 100;
  right: 0;
  width: calc(100% - var(--sidebar-width));
  border-bottom: 1px solid var(--white-400);
}
.d-main .d-header .h-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.d-main .d-header .pg-header {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0;
}
.d-main .d-body {
  height: 100%;
  flex: 1 0 auto;
  padding-top: calc(var(--header-height) + 20px);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}

.s-logo {
  --img-size: 28px;
  margin-bottom: 24px;
}
.s-logo .brand-img {
  height: var(--img-size);
  width: calc(var(--img-size) * 3.125);
  overflow: hidden;
}
.s-logo .brand-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.s-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.s-row:not(:has(.s-id)) .s-info {
  padding-left: 12px;
}

.s-header {
  margin-bottom: 36px;
}

.s-id {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--white, #fff);
  background: var(--navy-blue-50, #e1e2fe);
  color: var(--brand-color, #040769);
  flex: 1 0 auto;
  margin-right: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 145%;
}
.s-id img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-info {
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  line-height: 118%;
  gap: 2px;
  flex: auto;
  width: 100%;
  overflow: hidden;
}
.s-info .s-identity {
  font-weight: 550;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-info .s-mail {
  font-size: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #475367;
}

.s-menu {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.s-menu.no-flex {
  flex: 0 0 auto;
  margin-bottom: 12px;
}
.s-menu .menu-item {
  width: 100%;
  height: 36px;
  align-items: center;
  display: flex;
  padding: 0 10px;
  margin-bottom: 4px;
  border-radius: 8px;
}
.s-menu .menu-item:hover {
  background-color: var(--navy-blue-0, #f5f5ff);
}
.s-menu .menu-item.active {
  background-color: var(--navy-blue-0, #f5f5ff);
}
.s-menu .menu-item.active .menu-label {
  font-weight: 550;
}
.s-menu .menu-item.active .menu-count {
  background-color: var(--navy-blue-900, #0e1087);
  color: var(--white, #fff);
}
.s-menu .menu-item .menu-icon {
  height: 18px;
  width: 18px;
  margin-right: 8px;
  flex: 1 0 auto;
}
.s-menu .menu-item .menu-label {
  font-size: 1.35rem;
  line-height: 132%;
  font-weight: 400;
  color: var(--black-400);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 4px;
}
.s-menu .menu-item .menu-count {
  font-size: 1.1rem;
  line-height: 100%;
  font-weight: 450;
  color: var(--black-400);
  padding: 0 4px;
  border-radius: 10px;
  height: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--white-300, #ececf7);
  margin-left: auto;
  flex: 1 0 auto;
}

.s-logout .menu-label {
  color: var(--red-900, #d63928) !important;
}
.s-logout:hover {
  background-color: var(--red-100, #feebe8);
}

.onboard-tracker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 80px;
  padding: 20px;
}
.onboard-tracker .onboard-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.onboard-tracker .onboard-info .title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 120%;
}
.onboard-tracker .onboard-status .label {
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
  color: var(--money-green-900, #0e8720);
}

.d-card-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.d-card-block.employee {
  grid-template-columns: repeat(3, 1fr);
}

.acc-item {
  position: relative;
  padding: 10px 12px;
  height: 150px;
  display: flex;
  flex-direction: column;
}

.wallet-item {
  background-color: #060b10;
  color: var(--white, #fff);
  z-index: 1;
  overflow: hidden;
  background-image: url(../images/svg/walletcard.svg);
  background-size: auto;
  background-position: right center;
  background-repeat: no-repeat;
}
.wallet-item .wallet-img {
  display: none !important;
}
.wallet-item .c-icon {
  background-color: #212223 !important;
  border-color: transparent !important;
}
.wallet-item .c-icon span.svg {
  mix-blend-mode: plus-lighter;
}
.wallet-item .btn-inverse {
  padding: 0 16px;
}
.wallet-item .c-footer .c-flex {
  display: flex;
  gap: 16px !important;
}

.c-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.c-header .title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 120%;
}
.c-header .col-left {
  display: flex;
  align-items: center;
}
.c-header .col-left .c-icon {
  margin-right: 6px;
  height: 28px;
  width: 28px;
  border-radius: 8px;
  background-color: var(--white, #fff);
  border: 1px solid #e4e7ec;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header .col-left .c-icon span.svg {
  height: 16px;
  width: 16px;
}
.c-header .col-right .c-action {
  font-size: 1.2rem;
  font-weight: 550;
  text-decoration: underline;
}

.c-body {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.c-body .c-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
}
.c-body .c-rating {
  align-self: baseline;
  position: relative;
  top: -4px;
}
.c-body .c-score .score {
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
  margin-right: 4px;
}
.c-body .c-value .value {
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
  margin-right: 4px;
}
.c-body .c-value .value.red {
  color: var(--red-900, #d63928);
}

.c-footer {
  margin-top: auto;
  font-size: 1.2rem;
  font-weight: 450;
}
.c-footer .c-legend {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.c-footer .t-item {
  color: var(--grey-text-deactivated-60, #465363);
}
.c-footer .c-trend {
  display: flex;
  gap: 10px;
}

.full-card .c-header {
  margin-bottom: 12px;
}
.full-card .c-header .title {
  font-size: 1.6rem;
  font-weight: 550;
  line-height: 120%;
}

.table-card {
  padding: 0 !important;
  overflow: hidden;
}
.table-card .c-header {
  padding: 20px 20px 16px;
  margin-bottom: 0;
}

.panel-title .title {
  font-size: 1.8rem;
  font-weight: 550;
  line-height: 120%;
}

.request-info {
  margin-top: 20px;
}

.request-actions {
  display: flex;
  gap: 10px;
}

.comment-list .comment-item {
  border-bottom: 1px solid var(--grey-stroke-20, #e2e2e2);
}
.comment-list .comment {
  max-width: 720px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.comment-list .comment .comment-meta {
  display: flex;
  align-items: center;
}
.comment-list .comment .comment-meta > *:not(:last-child)::after {
  content: "•";
  margin-left: 6px;
  margin-right: 6px;
}
.comment-list .comment .comment-meta .comment-author,
.comment-list .comment .comment-meta .comment-date {
  font-weight: 550;
  font-size: 1.3rem;
  line-height: 1.25;
  color: var(--black-100, #282424);
}
.comment-list .comment .comment-actions a {
  font-size: 1.3rem;
  font-weight: 550;
}

.comment-control {
  position: relative;
}
.comment-control .form-footer {
  position: absolute;
  bottom: 10px;
  right: 6px;
  margin-bottom: 0;
  padding-left: 4px;
  padding-top: 4px;
  background-color: var(--white, #fff);
}

.adv-sch {
  grid-template-columns: repeat(3, 1fr);
}

.repay-item {
  background-color: var(--white-100, #f3f3fe);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--black-90, #0a1727);
  font-size: 1.5rem;
}
.repay-item .item-label {
  font-weight: 450;
}
.repay-item .item-value {
  font-weight: 550;
}

.employee-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 20px;
}
.employee-header .em-id {
  margin-bottom: 8px;
}
.employee-header .em-id .name {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 135%;
}
.employee-header .em-status {
  display: flex;
  gap: 12px;
}
.employee-header .em-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.employee-header .em-actions .update-log {
  font-size: 1.2rem;
  line-height: 120%;
  font-weight: 450;
  color: var(--black-400, #4c4747);
}
.employee-header .em-actions .actions-list {
  justify-content: flex-end;
  display: flex;
  gap: 12px;
}

.employee-info .info-row {
  margin-bottom: 20px;
}
.employee-info .info-row .card-grid {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.employee-info .info-row .card-grid .card {
  padding: 10px 12px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.employee-info .info-row .card-grid .card .card-title {
  font-size: 1.3rem;
}
.employee-info .info-row .card-grid .card .card-value {
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 550;
}
.employee-info .info-grid {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 1fr 320px;
}
.employee-info .info-grid .card {
  padding: 14px 20px;
}
.employee-info .info-section .c-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.employee-info .info-section .info-list {
  display: grid;
  grid-gap: 20px 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}
.employee-info .info-section .info-list .list-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.employee-info .info-section .info-list .list-item .label {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--black-400);
}
.employee-info .sal-section .card {
  height: 180px;
}
.employee-info .sal-section .em-name {
  font-size: 1.8rem;
  font-weight: 550;
}
.employee-info .sal-section .ac-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.employee-info .sal-section .ac-list .list-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.employee-info .sal-section .ac-list .list-item .label {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--grey-stroke-60);
}
.employee-info .sal-section .ac-list .list-item .value {
  font-size: 1.4rem;
}

.crumbs-item {
  display: flex;
  align-items: center;
}
.crumbs-item .back-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 50px;
  height: 32px;
  padding: 0 10px;
}
.crumbs-item .back-control:hover {
  background-color: var(--navy-blue-0);
}
.crumbs-item .back-control span.svg {
  height: 18px;
  width: 18px;
}
.crumbs-item .back-control .label {
  font-weight: 450;
  color: var(--grey-text-deactivated-80, #404851);
}

.upload-em {
  height: 100%;
  max-width: 500px;
  margin: 12% auto 0;
}
.upload-em .upload-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  gap: 8px;
}

.upload-progress {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.upload-progress span.svg {
  height: 32px !important;
  width: 32px !important;
}
.upload-progress .label {
  color: var(--grey-text-deactivated-50);
  font-size: 1.3rem;
}
.upload-progress .progress-container {
  height: 4px;
  border-radius: 40px;
  position: relative;
  display: flex;
  width: 100%;
  max-width: 300px;
  background-color: var(--money-green-100);
  margin-bottom: 12px;
}
.upload-progress .progress-container .progress-location {
  height: 100%;
  border-radius: 40px;
  background-color: var(--money-green-500);
}

.has-error {
  color: var(--red-900);
}
.has-error .error-count {
  vertical-align: super;
  font-size: 0.8em;
  font-weight: 600;
}

.table-errors {
  margin-bottom: 12px;
}
.table-errors .title {
  font-weight: 450;
}
.table-errors .error-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  margin-top: 4px;
  color: var(--red-900);
  font-weight: 450;
}
.table-errors .error-list .list-item {
  display: inline-flex;
  align-items: center;
}
.table-errors .error-list .list-item .value::after {
  content: "-";
  margin: 0 4px;
}
.table-errors .error-list .list-item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  background-color: var(--red-900);
  border-radius: 20px;
  margin: 0 8px;
}

.c-submit {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.settings-content .settings-form {
  max-width: 600px;
  margin: 0 auto;
}

.role-wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.role-wrapper .role-header {
  margin-bottom: 20px;
}

.i-actions {
  display: flex;
  gap: 12px;
}

.profile-row {
  max-width: 600px;
  margin: 32px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.password-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.password-row .detail {
  display: flex;
  flex-direction: column;
}
.password-row .detail .__title {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 550;
}
.password-row .detail .__desc {
  color: var(--black-400);
}

.n-item {
  position: relative;
  cursor: pointer;
  margin-right: 32px;
}
.n-item span.svg {
  height: 28px;
  width: 28px;
}
.n-item span.label {
  position: absolute;
  top: -2px;
  right: -2px;
  height: 18px;
  width: 18px;
  border-radius: 100px;
  background-color: var(--brand-color);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 550;
}

.dash-grid {
  display: grid;
  grid-template-columns: 388px 1fr;
  gap: 10px;
  margin-top: 28px;
}

.col-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.col-header .title {
  font-size: 1.8rem;
  font-weight: 550;
  line-height: 120%;
}
.col-header .col-right {
  display: inline-flex;
  align-items: center;
}

.loan-list {
  margin-top: 24px;
}
.loan-list .loan-item {
  padding: 16px 12px;
  border-radius: 10px;
  background-color: var(--white);
  border: 1px solid var(--white-300);
}
.loan-list .loan-item:not(:first-of-type) {
  margin-top: 20px;
}
.loan-list .loan-item .status-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.loan-list .loan-item .status-header .badge {
  align-self: center;
}
.loan-list .loan-item .loan-row {
  margin-top: 20px;
}
.loan-list .loan-item .loan-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.loan-list .loan-item .loan-meta .name {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 120%;
  color: var(--black-400);
}
.loan-list .loan-item .loan-meta .amount {
  font-size: 2rem;
  font-weight: 550;
  line-height: 120%;
  color: var(--black-90, #0a1727);
}
.loan-list .loan-item .info-list {
  gap: 12px;
}

.draft-loan {
  background-color: var(--navy-blue-0);
  border: 1px solid var(--navy-blue-100);
}
.draft-loan .dr-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.draft-loan .dr-header .col-left:has(.dr-img) {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 2px;
  align-items: center;
}
.draft-loan .dr-header .dr-img {
  height: 48px;
  width: 48px;
  overflow: hidden;
}
.draft-loan .dr-header .dr-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.draft-loan .dr-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.draft-loan .dr-item .dr-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 120%;
}
.draft-loan .dr-item .dr-value {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
}
.draft-loan .dr-item .dr-timestampe {
  font-size: 1.2rem;
  font-weight: 450;
  line-height: 120%;
  color: var(--black-400);
}

.form-option {
  display: none;
}
.form-option.show {
  display: block;
}
.form-option a {
  color: var(--money-green-800) !important;
}
.form-option a small {
  color: inherit;
}
.form-option .input-grid {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
}
.form-option .input-grid .coun-col {
  height: 100%;
}
.form-option .input-grid .coun-col .dropdown-menu {
  padding: 6px;
  width: 140px;
}
.form-option .input-grid .coun-col .dropdown-menu .list-item .coun-item {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 450;
  cursor: pointer;
  padding: 0 8px;
  border-radius: 6px;
}
.form-option .input-grid .coun-col .dropdown-menu .list-item .coun-item:hover {
  background-color: var(--navy-blue-0);
}

.success-pg {
  height: 100%;
}

.success-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 330px;
  margin: 15% auto;
  text-align: center;
  height: 100%;
}
.success-block span.svg {
  height: 80px;
  width: 80px;
  margin-bottom: 16px;
}
.success-block .title {
  font-size: 2rem;
  font-weight: 550;
}
.success-block .desc {
  font-size: 1.5rem;
  font-weight: 450;
  color: var(--black-400);
  margin-top: 4px;
  margin-bottom: 20px;
}

.pg-error {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.pg-error .brand_img {
  width: 140px;
  display: block;
}
.pg-error .header {
  padding: 32px 5% 16px;
}
.pg-error .error-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  height: 100%;
  text-align: center;
}
.pg-error .error-item .__img {
  width: 280px;
  height: 280px;
  overflow: hidden;
}
.pg-error .error-item .__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.pg-error .content .subtitle {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #ef3e36;
  font-weight: 700;
  margin-bottom: 12px;
}
.pg-error .content .title {
  font-weight: 550;
  font-size: 2.8rem;
  line-height: 1.14;
  margin-bottom: 8px;
}
.pg-error .content .desc {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 32px;
}
.pg-error .content .link .desc {
  font-size: 1.4rem;
  line-height: 1.33;
}
.pg-error .content .link .link-list {
  margin-top: 12px;
  display: flex;
  justify-content: space-around;
}
.pg-error .content .link .link-item {
  font-size: 1.4rem;
  padding: 2px 4px;
  color: var(--navy-blue-900);
}

.code-control {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-card:has(.fa-block) {
  max-width: 480px;
  margin: 0 auto;
}

.fa-block .header {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.fa-block .header .title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 550;
}
.fa-block .form {
  margin-top: 40px;
}
.fa-block .form .form-footer {
  margin-bottom: 0;
}
.fa-block .scan-img {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin: 20px auto;
}
.fa-block .scan-code {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 50px;
  gap: 10px;
}
.fa-block .scan-code .value,
.fa-block .scan-code .label {
  border-radius: 12px;
  border: 1px solid var(--grey-stroke-20, #e2e2e2);
  background: var(--white, #ffffff);
  height: 50px;
}
.fa-block .scan-code .value {
  padding: 4px 8px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 450;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey-text-deactivated-60, #465363);
}
.fa-block .scan-code .label {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.fa-block .scan-code .label:hover {
  box-shadow: rgba(197, 197, 197, 0.2) 0px 0px 0px 3px;
}
.fa-block .scan-code .label span.svg {
  height: 20px;
  width: 20px;
}
.fa-block .content:has(.re-codes) {
  margin-top: 24px;
}

.re-codes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 20px 10px;
  margin: 0 auto 32px;
  max-width: 260px;
}
.re-codes .value {
  text-align: center;
}

.re-footer {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.sec-block .sec-header {
  font-size: 2rem;
  font-weight: 550;
  line-height: 120%;
  margin-bottom: 4px;
  color: var(--black-90, #0a1727);
}
.sec-block .sec-row {
  margin-top: 24px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-block .sec-row .sec-label {
  display: flex;
  flex-direction: column;
  gap: 1px;
  max-width: 400px;
}
.sec-block .sec-row .sec-title {
  font-size: 1.6rem;
  font-weight: 550;
  line-height: 120%;
  margin-bottom: 4px;
  color: var(--black-90, #0a1727);
}
.sec-block .sec-row .sec-desc {
  font-size: 1.4rem;
  font-weight: 450;
  line-height: 120%;
}

.loading-pg {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.loading-block .loading-content {
  position: relative;
}
.loading-block .loading-item {
  height: 50px;
  width: 50px;
  border-radius: 60px;
  border: 2.8px solid var(--white-300);
  border-left-color: var(--brand-color);
  border-bottom-color: var(--brand-color);
  animation: spin 1s linear infinite;
}
.loading-block .br-img,
.loading-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: none;
}

.l-item .l-header {
  display: flex;
  justify-content: space-between;
}
.l-item .l-header .col-left {
  display: flex;
  flex-direction: column;
}
.l-item .l-header .title {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 550;
}
.l-item .l-header .value {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 600;
}
.l-item .l-header .desc {
  font-size: 1.4rem;
  line-height: 1.5;
}
.l-item .l-header .desc .green {
  color: var(--money-green-900);
  font-weight: 550;
}
.l-item .l-row {
  margin-top: 24px;
}
.l-item .l-row .info-list {
  margin-top: 0;
  gap: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.l-item .l-row .info-list .info-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.l-item .l-row .info-list .info-row .label {
  font-size: 1.3rem;
  line-height: 1.2;
}

.l-tabs .tab-pane {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nt-list .list-item {
  padding: 16px 20px;
  border-bottom: 1px solid var(--grey-stroke-20, #e2e2e2);
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 0 12px;
  align-items: center;
}
.nt-list .list-item .col-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nt-list .list-item:first-of-type {
  border-top: 1px solid var(--grey-stroke-20, #e2e2e2);
}
.nt-list .list-item .nt-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 100px;
  background-color: var(--grey-stroke-20);
}
.nt-list .list-item .nt-media span.svg {
  height: 18px;
  width: 18px;
}
.nt-list .list-item .nt-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nt-list .list-item .title {
  font-size: 1.4rem;
  font-weight: 450;
  line-height: 1.38;
}
.nt-list .list-item .label {
  font-size: 1.3rem;
  font-weight: 450;
  line-height: 1.38;
  color: var(--grey-text-deactivated-80);
}
.nt-list .list-item .nt-link {
  color: #0070ff;
  text-decoration: none;
}

.nt-footer {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-controls .filter-items .form-row {
  display: grid;
  grid-column-gap: 8px;
  grid-template-columns: 50px 1fr 1fr 1fr 32px;
  align-items: center;
}
.filter-controls .filter-items .add-row .add-trigger {
  color: #0070ff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.38;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: max-content;
}
.filter-controls .filter-items .add-row .add-trigger span.svg {
  height: 18px;
  width: 18px;
  margin-right: 4px;
}
.filter-controls .filter-items .form-footer {
  margin-top: 28px;
  display: flex;
  justify-content: flex-end;
}

.card-list {
  display: grid;
  grid-gap: 20px 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.card-list .card-item {
  width: 260px;
  height: 140px;
  border-radius: 12px;
  color: #ffffff;
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  user-select: none;
  margin: 0 auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='270' height='140' viewBox='0 0 270 140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3102_31759)'%3E%3Cmask id='mask0_3102_31759' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='270' height='140'%3E%3Cpath d='M262 0H8C3.58172 0 0 3.58172 0 8V132C0 136.418 3.58172 140 8 140H262C266.418 140 270 136.418 270 132V8C270 3.58172 266.418 0 262 0Z' fill='%238C0DF2'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3102_31759)'%3E%3Cg opacity='0.06'%3E%3Cg filter='url(%23filter0_f_3102_31759)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 119.478C-0.798052 119.478 -22.5222 141.202 -22.5222 168C-22.5222 194.798 -0.798052 216.522 26 216.522C52.7981 216.522 74.5222 194.798 74.5222 168C74.5222 141.202 52.7981 119.478 26 119.478ZM-24 168C-24 140.386 -1.61424 118 26 118C53.6142 118 76 140.386 76 168C76 195.614 53.6142 218 26 218C-1.61424 218 -24 195.614 -24 168Z' fill='%23FBF896'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_3102_31759)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.5 107.847C-6.99757 107.847 -34.1527 135.002 -34.1527 168.5C-34.1527 201.998 -6.99757 229.153 26.5 229.153C59.9976 229.153 87.1527 201.998 87.1527 168.5C87.1527 135.002 59.9976 107.847 26.5 107.847ZM-36 168.5C-36 133.982 -8.0178 106 26.5 106C61.0178 106 89 133.982 89 168.5C89 203.018 61.0178 231 26.5 231C-8.0178 231 -36 203.018 -36 168.5Z' fill='%23FBF896'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_3102_31759)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 95.2167C-14.1971 95.2167 -46.7833 127.803 -46.7833 168C-46.7833 208.197 -14.1971 240.783 26 240.783C66.1971 240.783 98.7832 208.197 98.7832 168C98.7832 127.803 66.1971 95.2167 26 95.2167ZM-49 168C-49 126.579 -15.4214 93 26 93C67.4214 93 101 126.579 101 168C101 209.421 67.4214 243 26 243C-15.4214 243 -49 209.421 -49 168Z' fill='%23FBF896'/%3E%3C/g%3E%3Cg filter='url(%23filter3_f_3102_31759)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.5 83.5862C-20.3966 83.5862 -58.4138 121.603 -58.4138 168.5C-58.4138 215.397 -20.3966 253.414 26.5 253.414C73.3966 253.414 111.414 215.397 111.414 168.5C111.414 121.603 73.3966 83.5862 26.5 83.5862ZM-61 168.5C-61 120.175 -21.8249 81 26.5 81C74.8249 81 114 120.175 114 168.5C114 216.825 74.8249 256 26.5 256C-21.8249 256 -61 216.825 -61 168.5Z' fill='%23FBF896'/%3E%3C/g%3E%3Cg filter='url(%23filter4_f_3102_31759)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 70.9557C-27.5961 70.9557 -71.0443 114.404 -71.0443 168C-71.0443 221.596 -27.5961 265.044 26 265.044C79.5961 265.044 123.044 221.596 123.044 168C123.044 114.404 79.5961 70.9557 26 70.9557ZM-74 168C-74 112.772 -29.2285 68 26 68C81.2285 68 126 112.772 126 168C126 223.228 81.2285 268 26 268C-29.2285 268 -74 223.228 -74 168Z' fill='%23FBF896'/%3E%3C/g%3E%3Cg filter='url(%23filter5_f_3102_31759)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.5 59.3251C-33.7956 59.3251 -82.6749 108.204 -82.6749 168.5C-82.6749 228.796 -33.7956 277.675 26.5 277.675C86.7956 277.675 135.675 228.796 135.675 168.5C135.675 108.204 86.7956 59.3251 26.5 59.3251ZM-86 168.5C-86 106.368 -35.632 56 26.5 56C88.632 56 139 106.368 139 168.5C139 230.632 88.632 281 26.5 281C-35.632 281 -86 230.632 -86 168.5Z' fill='%23FBF896'/%3E%3C/g%3E%3Cg filter='url(%23filter6_f_3102_31759)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 46.6946C-40.9951 46.6946 -95.3054 101.005 -95.3054 168C-95.3054 234.995 -40.9951 289.305 26 289.305C92.9951 289.305 147.305 234.995 147.305 168C147.305 101.005 92.9951 46.6946 26 46.6946ZM-99 168C-99 98.9644 -43.0356 43 26 43C95.0356 43 151 98.9644 151 168C151 237.036 95.0356 293 26 293C-43.0356 293 -99 237.036 -99 168Z' fill='%23FBF896'/%3E%3C/g%3E%3Cg filter='url(%23filter7_f_3102_31759)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.5 35.064C-47.1946 35.064 -106.936 94.8054 -106.936 168.5C-106.936 242.195 -47.1946 301.936 26.5 301.936C100.195 301.936 159.936 242.195 159.936 168.5C159.936 94.8054 100.195 35.064 26.5 35.064ZM-111 168.5C-111 92.5608 -49.4392 31 26.5 31C102.439 31 164 92.5608 164 168.5C164 244.439 102.439 306 26.5 306C-49.4392 306 -111 244.439 -111 168.5Z' fill='%23FBF896'/%3E%3C/g%3E%3Cg filter='url(%23filter8_f_3102_31759)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 22.4335C-54.3942 22.4335 -119.567 87.6058 -119.567 168C-119.567 248.394 -54.3942 313.566 26 313.566C106.394 313.566 171.566 248.394 171.566 168C171.566 87.6058 106.394 22.4335 26 22.4335ZM-124 168C-124 85.1573 -56.8427 18 26 18C108.843 18 176 85.1573 176 168C176 250.843 108.843 318 26 318C-56.8427 318 -124 250.843 -124 168Z' fill='%23FBF896'/%3E%3C/g%3E%3Cg filter='url(%23filter9_f_3102_31759)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.5 10.803C-60.5937 10.803 -131.197 81.4063 -131.197 168.5C-131.197 255.594 -60.5937 326.197 26.5 326.197C113.594 326.197 184.197 255.594 184.197 168.5C184.197 81.4063 113.594 10.803 26.5 10.803ZM-136 168.5C-136 78.7537 -63.2463 6 26.5 6C116.246 6 189 78.7537 189 168.5C189 258.246 116.246 331 26.5 331C-63.2463 331 -136 258.246 -136 168.5Z' fill='%23FBF896'/%3E%3C/g%3E%3Cg filter='url(%23filter10_f_3102_31759)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 -1.82759C-67.7932 -1.82759 -143.828 74.2068 -143.828 168C-143.828 261.793 -67.7932 337.828 26 337.828C119.793 337.828 195.828 261.793 195.828 168C195.828 74.2068 119.793 -1.82759 26 -1.82759ZM-149 168C-149 71.3502 -70.6498 -7 26 -7C122.65 -7 201 71.3502 201 168C201 264.65 122.65 343 26 343C-70.6498 343 -149 264.65 -149 168Z' fill='%23FBF896'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_3102_31759' x='-30' y='112' width='112' height='112' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='3' result='effect1_foregroundBlur_3102_31759'/%3E%3C/filter%3E%3Cfilter id='filter1_f_3102_31759' x='-42' y='100' width='137' height='137' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='3' result='effect1_foregroundBlur_3102_31759'/%3E%3C/filter%3E%3Cfilter id='filter2_f_3102_31759' x='-55' y='87' width='162' height='162' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='3' result='effect1_foregroundBlur_3102_31759'/%3E%3C/filter%3E%3Cfilter id='filter3_f_3102_31759' x='-67' y='75' width='187' height='187' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='3' result='effect1_foregroundBlur_3102_31759'/%3E%3C/filter%3E%3Cfilter id='filter4_f_3102_31759' x='-80' y='62' width='212' height='212' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='3' result='effect1_foregroundBlur_3102_31759'/%3E%3C/filter%3E%3Cfilter id='filter5_f_3102_31759' x='-92' y='50' width='237' height='237' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='3' result='effect1_foregroundBlur_3102_31759'/%3E%3C/filter%3E%3Cfilter id='filter6_f_3102_31759' x='-105' y='37' width='262' height='262' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='3' result='effect1_foregroundBlur_3102_31759'/%3E%3C/filter%3E%3Cfilter id='filter7_f_3102_31759' x='-117' y='25' width='287' height='287' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='3' result='effect1_foregroundBlur_3102_31759'/%3E%3C/filter%3E%3Cfilter id='filter8_f_3102_31759' x='-130' y='12' width='312' height='312' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='3' result='effect1_foregroundBlur_3102_31759'/%3E%3C/filter%3E%3Cfilter id='filter9_f_3102_31759' x='-142' y='0' width='337' height='337' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='3' result='effect1_foregroundBlur_3102_31759'/%3E%3C/filter%3E%3Cfilter id='filter10_f_3102_31759' x='-155' y='-13' width='362' height='362' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='3' result='effect1_foregroundBlur_3102_31759'/%3E%3C/filter%3E%3CclipPath id='clip0_3102_31759'%3E%3Crect width='270' height='140' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.card-list .card-item:has(.svg-mastercard) {
  background-color: var(--money-green-900);
}
.card-list .card-item:has(.svg-visa) {
  background-color: #8c0df2;
}
.card-list .card-item .body {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}
.card-list .card-item .card-number {
  font-size: 1.8rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.card-list .card-item .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-list .card-item .footer .label {
  font-size: 1.1rem;
  font-weight: 450;
  line-height: 1.2;
}
.card-list .card-item .footer span.svg {
  height: 40px;
  width: 40px;
}

.loan-form {
  max-width: 500px;
  margin: 5% auto 40px;
  padding: 16px 20px;
}
.loan-form .progress-container {
  max-width: 60px;
}
.loan-form .empty-state {
  max-width: 400px;
  width: 100%;
}

.loan-pkg {
  --b-radius: 15px;
  border-radius: var(--b-radius);
  border: 1.2px solid var(--grey-stroke-20, #e2e2e2);
  overflow: hidden;
}
.loan-pkg.default {
  background: var(--white-200, #f0f0fb);
}
.loan-pkg.blue {
  background: var(--navy-blue-50, #e1e2fe);
}
.loan-pkg.green {
  background: var(--money-green-100, #c5fdce);
}
.loan-pkg.red {
  background: var(--red-100, #feebe8);
}
.loan-pkg.yellow {
  background: var(--yellow-200, #fefddc);
}
.loan-pkg .pkg-header {
  padding: 20px 16px;
  background-color: var(--white, #ffffff);
  border-radius: var(--b-radius);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.loan-pkg .pkg-header .title {
  font-size: 1.6rem;
  font-weight: 550;
}
.loan-pkg .pkg-body {
  padding: 20px 16px;
}
.loan-pkg .pkg-body .pkg-list .list-item {
  display: flex;
  align-items: center;
}
.loan-pkg .pkg-body .pkg-list .list-item:not(:last-of-type) {
  margin-bottom: 8px;
}
.loan-pkg .pkg-body .pkg-list .list-item::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23282424' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100%;
}

.checklist {
  max-width: 460px;
  margin: 0 auto;
}
.checklist .checklist-item {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 20px 1fr max-content;
  margin-top: 14px;
}
.checklist .checklist-item.complete span.svg {
  border: none;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.5' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 20C12.6522 20 15.1957 18.9464 17.0711 17.0711C18.9464 15.1957 20 12.6522 20 10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20ZM14.6337 8.38375C14.8614 8.148 14.9874 7.83224 14.9846 7.5045C14.9817 7.17675 14.8503 6.86324 14.6185 6.63148C14.3868 6.39972 14.0732 6.26826 13.7455 6.26541C13.4178 6.26256 13.102 6.38855 12.8663 6.61625L8.75 10.7325L7.13375 9.11625C6.898 8.88855 6.58224 8.76256 6.2545 8.76541C5.92675 8.76826 5.61324 8.89972 5.38148 9.13148C5.14972 9.36324 5.01826 9.67675 5.01541 10.0045C5.01256 10.3322 5.13855 10.648 5.36625 10.8837L7.86625 13.3837C8.10066 13.6181 8.41854 13.7497 8.75 13.7497C9.08146 13.7497 9.39934 13.6181 9.63375 13.3837L14.6337 8.38375Z' fill='%2329C76F'/%3E%3C/svg%3E");
}
.checklist .checklist-item.complete .item-content .title,
.checklist .checklist-item.complete .item-content .desc {
  text-decoration: line-through;
}
.checklist .checklist-item.complete .item-action {
  visibility: hidden;
}
.checklist .checklist-item.complete .item-action .btn,
.checklist .checklist-item.complete .item-action a {
  pointer-events: none;
}
.checklist .checklist-item span.svg {
  height: 18px;
  width: 18px;
  background: #ffffff;
  border: 2px solid var(--white-900);
  border-radius: 50%;
  box-sizing: border-box;
}
.checklist .checklist-item .item-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.checklist .checklist-item .item-content * {
  margin-bottom: 0;
}
.checklist .checklist-item .item-content .title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}
.checklist .checklist-item .item-content .desc {
  font-size: 1.3rem;
  font-weight: 450;
  line-height: 1.2;
  color: var(--grey-text-deactivated-80);
}

.mobile-nav__trigger {
  cursor: pointer;
  display: none;
  position: relative;
}
.mobile-nav__trigger:before {
  background-color: rgba(0, 102, 245, 0.0705882353);
  border-radius: 100%;
  content: "";
  height: 48px;
  left: -14px;
  opacity: 0;
  position: absolute;
  top: -17px;
  transition: opacity 0.5s ease;
  width: 48px;
}
.mobile-nav__trigger span {
  background-color: #0a2e65;
  display: block;
  height: 2px;
  margin-bottom: 3px;
  width: 20px;
}

.ln-col .card {
  padding-left: 10px;
  padding-right: 10px;
}

.sch-col {
  width: 100%;
  display: grid;
}

.gc-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gc-list .list-item {
  padding: 16px 12px;
  border-radius: 8px;
  border: 1px solid var(--white-400);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.gc-list .list-item .col-left {
  flex: 1 0 auto;
}
.gc-list .list-item .header {
  margin-bottom: 4px;
}
.gc-list .list-item .info {
  display: flex;
  gap: 8px;
}

.modal-body .info-list,
.form-row .info-list {
  margin-top: 0;
}

.modal-header .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.modal-header .header .modal-title {
  margin-bottom: 0;
}

.camera-wrapper {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.camera-wrapper .camera-item {
  width: 240px;
  height: 240px;
  margin-bottom: 20px;
  border: 4px solid #686aa5;
  border-radius: 50%;
  object-fit: cover;
}
.camera-wrapper .camera-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.camera-wrapper .camera-desc .header {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 12px;
}
.camera-wrapper .camera-desc .title {
  font-size: 16px;
  font-weight: 550;
  margin-bottom: 0;
  line-height: 1.4;
}
.camera-wrapper .camera-desc .desc {
  font-size: 1.3rem;
  line-height: 1.38;
  color: #243b53;
}

.verify-block {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.verify-block .col-right {
  flex: 1 0 auto;
  display: inline-flex;
  justify-content: flex-end;
}
.verify-block .col-left {
  margin-top: 0;
}
.verify-block .desc {
  font-weight: 450;
  margin-bottom: 0;
}

/*# sourceMappingURL=main.css.map */
