/*basic reset*/
*::-moz-selection,
*::selection,
*::-webkit-selection {
  color: #111729;
  background: #b3b4d2 !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

/*GLOBAL PAGE STYLES*/
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  color: #111729;
  scroll-behavior: smooth;
}

@supports (font-variation-settings: normal) {
  html,
body {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  }
}
html {
  font-size: 10px;
}

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: 1.4rem;
  color: #040769;
  font-weight: 500;
  user-select: none;
  outline: none !important;
  position: relative;
  width: max-content;
  border-bottom: 1px solid #b3b4d2;
  padding-bottom: 1px;
}
a:hover {
  color: #1d1f86;
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}
a.__accent {
  color: #29c76f;
  border-bottom-color: #beeed3;
}
a.__accent:hover {
  color: #24b363;
}
a.__danger {
  color: #ef3e36;
  border-bottom-color: #fac5c2;
}
a.__danger:hover {
  color: #d73730;
}
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: "Inter var";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter-roman.ttf") format("truetype");
  font-named-instance: "Regular";
}
@font-face {
  font-family: "Inter var";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter-italic") format("truetype");
  font-named-instance: "Italic";
}
/*@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #111729;
  font-weight: 700;
}

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: 500;
}

.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: 500;
}

.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: 500;
}

.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: 500;
}

.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: 500;
}

p {
  font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.43;
  color: #111729;
}

.text-bold {
  font-weight: 700 !important;
}

.text-semibold {
  font-weight: 600 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.base-font {
  font-size: 1.4rem !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center !important;
}

button:focus,
button:active {
  box-shadow: none !important;
  outline: none !important;
}

.btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0 20px;
  font-size: 1.4rem;
  border-radius: 6px;
  height: 44px;
  line-height: 44px;
  font-weight: 500;
}
.btn:hover {
  position: relative;
}
.btn.__full {
  width: 100%;
  margin: 0 auto !important;
}
.btn.w__icon {
  display: flex;
  align-items: center;
}
.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__sm {
  font-size: 1.4rem !important;
  line-height: 32px !important;
  height: 32px;
  padding: 0 12px;
  border-radius: 4px;
}
.btn__sm.w__icon svg,
.btn__sm.w__icon span.svg {
  height: 16px;
  width: 16px;
}

.btn--primary {
  background: #040769;
  color: #ffffff;
}
.btn--primary:hover {
  color: #ffffff !important;
  background: #1d1f86;
}
.btn--primary.w__border {
  background: #ffffff;
  color: #040769;
  border: 1px solid #040769;
}
.btn--primary.w__border:hover {
  color: #040769 !important;
  background: #efeff6;
  border: 1px solid #040769;
}

.btn--secondary {
  background: #efeff6;
  color: #040769;
}
.btn--secondary:hover {
  background: #e5e6f0;
  color: #040769 !important;
}

.btn--default {
  background: #ffffff;
  color: #111729 !important;
  border: 1px solid #bcccdc !important;
}
.btn--default:hover {
  background: #fcfcfd;
  border-color: #486581 !important;
}

.btn--danger {
  background: #ef3e36;
  color: #ffffff !important;
}
.btn--danger:hover {
  background: #fdebea;
  color: #ef3e36 !important;
}
.btn--danger.__secondary {
  background: #ffffff;
  color: #ef3e36 !important;
  border: 1px solid #bcccdc;
}
.btn--danger.__secondary:hover {
  background: #ffffff;
  color: #ef3e36 !important;
  border-color: #ef3e36;
}

.btn--link {
  background: none;
  border: none;
  color: #040769 !important;
}

/*
.btn--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  padding: 0 !important;
  border-radius: 4px;
  &.__edit {
    background: $blue-50;
    color: $blue-500;
  }
  &.__default {
    background: $neutral-50;
    color: $neutral-800;
  }
  &.__danger {
    background: $neutral-0;
    border: 1px solid $neutral-300;
    color: $red-400;
  }
  span.svg {
    margin-right: 0 !important;
  }
  svg {
    height: 18px;
    width: 18px;
  }
}*/
.btn.disabled,
.btn:disabled {
  color: #829ab1 !important;
  background: #f0f4f8 !important;
  cursor: not-allowed;
  pointer-events: none;
}
.btn.disabled:hover,
.btn:disabled:hover {
  color: #829ab1 !important;
  background: #f0f4f8 !important;
}

.button-row {
  display: flex;
}
.button-row *: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;
}
.flex.__row {
  flex-direction: row;
}
.flex.__row-reverse {
  flex-direction: row-reverse;
}
.flex.__column {
  flex-direction: column;
}
.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;
}
.flex > .form-row {
  width: 45%;
  align-self: baseline;
}

.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 {
  background: #ffffff;
  border: 1px solid #f0f4f8;
  box-shadow: 1px 1px 2px rgba(159, 179, 200, 0.02);
  border-radius: 8px;
  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;
}

input,
select,
textarea {
  font-size: 1.4rem;
  transition: 0.3s linear !important;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #bcccdc;
  position: relative;
  width: 100%;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #829ab1;
}
input:hover,
select:hover,
textarea:hover {
  border-color: #040769 !important;
}
input:focus,
select:focus,
textarea:focus {
  background: #ffffff;
  border-color: #040769 !important;
}
input:disabled, input.disabled,
select:disabled,
select.disabled,
textarea:disabled,
textarea.disabled {
  background: #fcfcfd;
  cursor: not-allowed;
  border-color: #d9e2ec !important;
}
input:disabled:hover, input.disabled:hover,
select:disabled:hover,
select.disabled:hover,
textarea:disabled:hover,
textarea.disabled:hover {
  border-color: #bcccdc !important;
}

textarea {
  padding: 8px;
}

input,
select,
.form-input,
.form-select {
  height: 44px !important;
  line-height: 44px;
  border-radius: 6px;
  padding: 0 8px;
  font-size: 1.4rem;
  background-color: #ffffff;
  border: 1px solid #bcccdc;
  color: #111729;
}
input.__sm,
select.__sm,
.form-input.__sm,
.form-select.__sm {
  height: 36px !important;
  line-height: 36px;
  border-radius: 4px;
}
input:focus,
select:focus,
.form-input:focus,
.form-select:focus {
  box-shadow: none !important;
}
input::placeholder,
select::placeholder,
.form-input::placeholder,
.form-select::placeholder {
  color: #829ab1;
}

label,
.form-label {
  margin-bottom: 4px;
  font-size: 1.3rem;
  line-height: 1.43;
  color: #627d98;
  display: flex;
  align-items: baseline;
  position: relative;
  font-weight: 500;
  width: 100%;
}
label.optional:after,
.form-label.optional:after {
  content: "Optional";
  display: block;
  font-size: 1.2rem;
  margin-left: auto;
  color: #29c76f;
}

form .form-row__flex {
  display: flex;
  justify-content: space-between;
}
form .form-row__flex > div {
  width: 48%;
}
form .form-row__flex.hasButton {
  align-items: flex-end;
  margin-bottom: 20px;
}
form .form-row__flex.hasButton > div {
  margin-bottom: 0;
  flex: 1;
}
form .form-row__flex.hasButton .btn {
  margin-left: 12px;
}

.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.__amount .form-input {
  border: none;
  height: 64px !important;
  line-height: 64px !important;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.02em;
}
.form-row.w_buttons {
  margin-top: 20px;
  margin-bottom: 0;
  flex-direction: row;
  justify-content: flex-end;
}
.form-row.w_buttons * {
  margin-left: 20px;
}
.form-row.w_buttons.__justify-between {
  justify-content: space-between;
}
.form-row.w_buttons.__justify-between * {
  margin-left: 0;
}
.form-row .text-small,
.form-row small {
  color: #627d98;
  margin-top: 3px;
  font-size: 1.2rem;
  line-height: 1.33;
}
.form-row .__error > span,
.form-row .field-validation-error > span {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  margin-left: 1px;
  margin-top: 2px;
  letter-spacing: 0.01em;
  position: relative;
  color: #ef3e36 !important;
}
.form-row .__error > span:before,
.form-row .field-validation-error > span:before {
  content: "";
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwNCAtMzYpIj48cmVjdCB3aWR0aD0iMTQuMTQyIiBoZWlnaHQ9IjE0LjE0MiIgcng9IjQiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDYyLjEzIDI3OS43MzUpIiBmaWxsPSIjZTEyZDM5Ii8+PHRleHQgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjE0IDUzKSIgZmlsbD0iI2ZmZiIgZm9udC1zaXplPSIxMiIgZm9udC1mYW1pbHk9IkludGVyLUJsYWNrLCBJbnRlciIgZm9udC13ZWlnaHQ9IjgwMCI+PHRzcGFuIHg9IjAiIHk9IjAiPiE8L3RzcGFuPjwvdGV4dD48L2c+PC9zdmc+);
  height: 14px;
  width: 14px;
  background-size: contain;
  margin-right: 0;
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.form-row .form-title {
  margin-bottom: 0;
  font-weight: 600;
  color: #111729;
  font-size: 2.8rem;
  line-height: 1.29;
}
.form-row .form-title + .form_subhead {
  font-size: 1.4rem;
  line-height: 1.43;
}
.form-row ._desc {
  color: #111729;
  max-width: 90%;
}

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: nowrap;
}
.input-group .__prepend {
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 1.4rem;
  background: none;
  overflow: hidden;
  width: 44px;
  border: none;
  z-index: 10;
  margin-right: -1px;
}
.input-group .__append {
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 1.4rem;
  background: none;
  overflow: hidden;
  width: 44px;
  border: none;
  z-index: 10;
  margin-left: -1px;
}

.radio-group {
  padding: 0 2px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.radio-group .radio-label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-right: 32px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 12px;
  color: #111729;
}
.radio-group .radio-label input.radio-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  font-size: 1.8rem;
  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: #29c76f;
  background-color: #29c76f;
}
.radio-group .radio-label input.radio-input:checked ~ .radiomark:after {
  display: block !important;
}
.radio-group .radio-label .radiomark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: 1px solid #111729;
  border-radius: 50%;
}
.radio-group .radio-label .radiomark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  position: absolute;
  display: none;
}

.check-group {
  padding: 0 2px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.check-group .check-label {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-right: 32px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 12px;
  color: #111729;
}
.check-group .check-label input.check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  font-size: 1.8rem;
  height: auto !important;
  line-height: 1 !important;
  top: -2px;
  left: 0;
  margin-right: 10px;
  margin-left: 0;
}
.check-group .check-label input.check-input:checked ~ .checkmark {
  background: #29c76f !important;
  border-color: #29c76f !important;
}
.check-group .check-label input.check-input:checked ~ .checkmark:after {
  display: block !important;
}
.check-group .check-label .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: 1px solid #111729;
  border-radius: 3px;
}
.check-group .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;
}

.form_subhead {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
}

.form_desc {
  color: #111729;
  font-size: 1.4rem;
  line-height: 1.38;
}

.password-input {
  position: relative;
}
.password-input span.svg {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.form-footer {
  margin-top: 30px;
}

.label-flex span {
  flex: 1 0 auto;
  color: #334e68;
}
.label-flex a {
  border: none;
}

.form-upload {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
}
.form-upload .upload-select {
  width: 200px;
  border: none;
  background: none;
  height: 24px !important;
  line-height: 24px !important;
  padding: 0;
  cursor: pointer;
  margin-bottom: 4px;
}
.form-upload .upload-input {
  position: relative;
  height: 72px;
  background: #f0f4f8;
  border: 1px dashed #bcccdc;
  border-radius: 6px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 6px;
}
.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 {
  display: flex;
  align-items: center;
}
.form-upload .upload-input .upload-content span.svg {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.form-upload .upload-input .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form-upload .upload-input .content .__title {
  margin-bottom: 4px;
}
.form-upload .upload-input .content .__desc {
  color: #627d98;
}
.form-upload .upload-input.uploaded {
  background-color: #e9f9f0;
  border-color: #29c76f;
}
.form-upload .upload-input.uploaded::after {
  content: "ID uploaded successfully";
  display: block;
  position: absolute;
  top: 112%;
  left: 0%;
  font-size: 1.3rem;
  line-height: 1.23;
  font-weight: 500;
  background: #e9f9f0;
  color: #29c76f;
  padding: 4px 12px;
  border-radius: 12px 0px 12px 12px;
  align-self: flex-start;
}

.lz {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  padding: 6px 8px;
  border-radius: 4px;
  align-self: flex-start;
  text-transform: capitalize;
}
.lz.default {
  color: #111729;
  background: #f0f4f8;
}
.lz.blue {
  color: #0093dd;
  background: #e5f4fb;
}
.lz.green {
  color: #29c76f;
  background: #e9f9f0;
}
.lz.red {
  color: #ef3e36;
  background: #fdebea;
}
.lz.purple {
  color: #8c0df2;
  background: #f3e6fd;
}
.lz.yellow {
  color: #f0b429;
  background: #fff8ee;
}
.lz.__bold {
  color: #ffffff;
}
.lz.__bold.default {
  background: #243b53;
}
.lz.__bold.blue {
  background: #0093dd;
}
.lz.__bold.green {
  background: #29c76f;
}
.lz.__bold.red {
  background: #ef3e36;
}
.lz.__bold.purple {
  background: #8c0df2;
}
.lz.__bold.yellow {
  color: #111729;
  background: #ffc15e;
}

.alert {
  padding: 15px 20px 15px 44px;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  margin: 12px auto;
  position: relative;
}
.alert.__full {
  width: 100% !important;
}
.alert .al-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.alert .al-content {
  display: flex;
  flex-direction: column;
  max-width: 95%;
}
.alert .al-content .al__title {
  font-weight: 500;
}
.alert .al-content .al__desc {
  margin-top: 6px;
  max-width: 720px;
}
.alert .al-content .al__link {
  border: none !important;
}
.alert .al-content .al__list {
  margin-top: 6px;
}
.alert .al-content .al__list .list-item {
  position: relative;
  padding-left: 16px;
}
.alert .al-content .al__list .list-item:not(:first-of-type) {
  margin-top: 4px;
}
.alert .al-content .al__list .list-item::before {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 5px;
  position: absolute;
  left: 6px;
  top: 7px;
}
.alert .al-content .al__actions {
  margin-top: 12px;
  display: flex;
}
.alert .al-content .al__actions a:not(:first-of-type) {
  margin-left: 32px;
}
.alert.hasClose .al__link.close {
  height: 16px;
  width: 16px;
  position: relative;
  border: none !important;
}
.alert.hasClose .al__link.close::before {
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.alert.hasClose .al__link.close::after {
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.alert.hasFlex .al-content {
  max-width: calc(100% - 120px);
}
.alert.red {
  background: #fdebea;
  color: #ef3e36;
}
.alert.red::before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background-size: cover;
  position: absolute;
  left: 20px;
  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: #ef3e36;
}
.alert.red .al__link {
  color: #ef3e36;
}
.alert.red.hasClose .al__link.close::before, .alert.red.hasClose .al__link.close::after {
  background: #ef3e36;
}
.alert.green {
  background: #e9f9f0;
  color: #29c76f;
}
.alert.green::before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background-size: cover;
  position: absolute;
  left: 20px;
  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: #29c76f;
}
.alert.green .al__link {
  color: #29c76f;
}
.alert.green.hasClose .al__link.close::before, .alert.green.hasClose .al__link.close::after {
  background: #29c76f;
}
.alert.yellow {
  background: #fff8ee;
  color: #f0b429;
}
.alert.yellow::before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background-size: cover;
  position: absolute;
  left: 20px;
  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='%23F0B429'/%3E%3C/svg%3E");
}
.alert.yellow .list-item:before {
  background: #f0b429;
}
.alert.yellow .al__link {
  color: #f0b429;
}
.alert.yellow.hasClose .al__link.close::before, .alert.yellow.hasClose .al__link.close::after {
  background: #f0b429;
}
.alert.blue {
  background: #e5f4fb;
  color: #0093dd;
}
.alert.blue::before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background-size: cover;
  position: absolute;
  left: 20px;
  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='%230093DD'/%3E%3C/svg%3E");
}
.alert.blue .list-item:before {
  background: #0093dd;
}
.alert.blue .al__link {
  color: #0093dd;
}
.alert.blue.hasClose .al__link.close::before, .alert.blue.hasClose .al__link.close::after {
  background: #0093dd;
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-menu {
  background: #ffffff;
  border-radius: 8px;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: none;
  top: 120%;
  box-shadow: 0px 4px 12px rgba(130, 154, 177, 0.12);
  -webkit-box-shadow: 0px 4px 12px rgba(130, 154, 177, 0.12);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.1s;
  transform: translateY(10px);
}
.dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
}

.dropdown-toggle {
  display: flex;
}
.dropdown-toggle: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: 3%;
}

.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: #111729;
  font-size: 1.6rem;
  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: #111729;
  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;
}

.status {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.43;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.status::before {
  display: inline-block;
  content: "";
  height: 20px;
  width: 20px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.status.no-icon {
  padding: 6px 8px;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 4px;
  align-self: flex-start;
  display: inline-block;
}
.status.no-icon::before {
  display: none;
}
.status.__green {
  color: #29c76f;
}
.status.__green: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");
}
.status.__red {
  color: #ef3e36;
}
.status.__red: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");
}
.status.__yellow {
  color: #f0b429;
}
.status.__yellow: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");
}
.status.__blue {
  color: #0093dd;
}
.status.__blue: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");
}
.status.no-icon.__default {
  color: #111729;
  background: #f0f4f8;
}
.status.no-icon.__blue {
  color: #0093dd;
  background: #e5f4fb;
}
.status.no-icon.__green {
  color: #29c76f;
  background: #e9f9f0;
}
.status.no-icon.__red {
  color: #ef3e36;
  background: #fdebea;
}
.status.no-icon.__purple {
  color: #8c0df2;
  background: #f3e6fd;
}
.status.no-icon.__yellow {
  color: #f0b429;
  background: #fff8ee;
}
.status.no-icon.__bold {
  color: #ffffff;
}
.status.no-icon.__bold.__default {
  background: #243b53;
}
.status.no-icon.__bold.__blue {
  background: #0093dd;
}
.status.no-icon.__bold.__green {
  background: #29c76f;
}
.status.no-icon.__bold.__red {
  background: #ef3e36;
}
.status.no-icon.__bold.__purple {
  background: #8c0df2;
}
.status.no-icon.__bold.__yellow {
  color: #111729;
  background: #ffc15e;
}

.__blue {
  color: #0093dd !important;
}

.__red {
  color: #ef3e36 !important;
}

.__purple {
  color: #8c0df2 !important;
}

.__default {
  color: #111729 !important;
}

.__green {
  color: #29c76f !important;
}

.__yellow {
  color: #f0b429 !important;
}

.__primary {
  color: #040769 !important;
}

/*
EMPTY STATE
.empty-state {
  margin: 64px auto;
  max-width: 360px;
  display: flex;
  align-items: center;
  flex-direction: column;
  span.svg {
    width: 64px;
    height: 64px;
    margin-bottom: 8px;
  }
  .desc {
    color: $neutral-500;
    margin-bottom: 8px;
  }
}
*/
.group-input {
  position: relative;
}
.group-input button.btn {
  position: absolute;
}
.group-input button.btn.btn__sm {
  top: 6px;
  right: 6px;
}
.group-input span.svg {
  position: absolute;
  height: 18px !important;
  width: 18px !important;
  top: 13px;
  right: 13px;
  cursor: pointer;
}
.group-input span.label {
  color: #486581;
  position: absolute;
  z-index: 100;
}
.group-input span.label.__before {
  left: 12px;
  top: 12px;
}
.group-input span.label.__after {
  right: 8px;
  top: 14px;
  font-size: 1.3rem;
  line-height: 1.33;
}
.group-input.w__text .form-input {
  padding-left: 32px;
  padding-right: 80px;
}

.toggle--label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.43;
  margin-bottom: 8px;
  color: #111729;
}

.toggle {
  width: max-content;
  display: flex;
  align-items: center;
}
.toggle .label {
  margin: 0 8px;
  position: relative;
  top: -1px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
  /* Hide default HTML checkbox */
  /* The slider */
}
.switch::focus-visible {
  outline: none;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.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);
}
.switch input:checked + .slider {
  background-color: #29c76f;
}
.switch input::focus + .slider {
  box-shadow: 0 0 1px #29c76f;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bcccdc;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Rounded sliders */
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  box-shadow: 4px 0px 4px rgba(72, 101, 129, 0.12);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 30px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

ul.icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-left: 0;
}
ul.icon-list li.value:not(:last-of-type) {
  margin-bottom: 16px;
}
ul.icon-list li.value {
  width: 96%;
  position: relative;
  padding-left: 22px;
  color: #111729;
  font-size: 1.4rem;
  line-height: 1.43;
}
ul.icon-list li.value::before {
  display: inline-block;
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  background-size: cover;
  left: 0;
  top: 2px;
}
ul.icon-list li.value.__passed::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%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7074 5.29303C16.8949 5.48056 17.0002 5.73487 17.0002 6.00003C17.0002 6.26519 16.8949 6.5195 16.7074 6.70703L8.70741 14.707C8.51988 14.8945 8.26557 14.9998 8.00041 14.9998C7.73524 14.9998 7.48094 14.8945 7.29341 14.707L3.29341 10.707C3.11125 10.5184 3.01045 10.2658 3.01273 10.0036C3.01501 9.74143 3.12018 9.49062 3.30559 9.30521C3.491 9.1198 3.74181 9.01464 4.00401 9.01236C4.2662 9.01008 4.5188 9.11087 4.70741 9.29303L8.00041 12.586L15.2934 5.29303C15.4809 5.10556 15.7352 5.00024 16.0004 5.00024C16.2656 5.00024 16.5199 5.10556 16.7074 5.29303Z' fill='%2329C76F'/%3E%3C/svg%3E");
}
ul.icon-list li.value.__failed::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%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29279 4.29308C4.48031 4.10561 4.73462 4.00029 4.99979 4.00029C5.26495 4.00029 5.51926 4.10561 5.70679 4.29308L9.99979 8.58608L14.2928 4.29308C14.385 4.19757 14.4954 4.12139 14.6174 4.06898C14.7394 4.01657 14.8706 3.98898 15.0034 3.98783C15.1362 3.98668 15.2678 4.01198 15.3907 4.06226C15.5136 4.11254 15.6253 4.18679 15.7192 4.28069C15.8131 4.37458 15.8873 4.48623 15.9376 4.60913C15.9879 4.73202 16.0132 4.8637 16.012 4.99648C16.0109 5.12926 15.9833 5.26048 15.9309 5.38249C15.8785 5.50449 15.8023 5.61483 15.7068 5.70708L11.4138 10.0001L15.7068 14.2931C15.8889 14.4817 15.9897 14.7343 15.9875 14.9965C15.9852 15.2587 15.88 15.5095 15.6946 15.6949C15.5092 15.8803 15.2584 15.9855 14.9962 15.9878C14.734 15.99 14.4814 15.8892 14.2928 15.7071L9.99979 11.4141L5.70679 15.7071C5.51818 15.8892 5.26558 15.99 5.00339 15.9878C4.74119 15.9855 4.49038 15.8803 4.30497 15.6949C4.11956 15.5095 4.01439 15.2587 4.01211 14.9965C4.00983 14.7343 4.11063 14.4817 4.29279 14.2931L8.58579 10.0001L4.29279 5.70708C4.10532 5.51955 4 5.26525 4 5.00008C4 4.73492 4.10532 4.48061 4.29279 4.29308V4.29308Z' fill='%23EF3E36'/%3E%3C/svg%3E");
}
ul.icon-list + .__subtitle {
  font-size: 1.8rem;
  line-height: 1.56;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 12px;
}

.detail-block.__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail-block.grid-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
}
.detail-block.grid-3 .detail-grid {
  margin-bottom: 0;
}
.detail-block.grid-3 .detail-grid.__column {
  width: 100%;
}

.detail-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.detail-grid.__column {
  flex-direction: column;
  width: 48%;
  margin: 0 0 26px;
  justify-content: flex-start;
}
.detail-grid.__column .label {
  font-size: 1.3rem;
  line-height: 1.38;
  margin-bottom: 4px;
  width: 100%;
}
.detail-grid.__column .value {
  width: 100%;
  text-align: left;
  display: inline-block;
  max-width: 100%;
}
.detail-grid .label {
  font-weight: 400;
  color: #486581;
  width: 36%;
}
.detail-grid .value {
  margin-left: auto;
  display: flex;
  align-items: center;
  text-align: right;
  max-width: 300px;
  width: 60%;
  text-align: right;
  display: block;
}

.crumbs {
  display: flex;
  align-items: center;
  color: #486581;
  margin-bottom: 24px;
  border: none;
  padding: 8px 12px;
  border-radius: 24px;
}
.crumbs:hover {
  color: #486581;
  background: #efeff6;
}
.crumbs span.svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.badge-list {
  display: flex;
}

.badge-item {
  font-weight: 500;
  color: #111729;
  padding: 4px 8px;
  border-radius: 8px;
  background: #f0f4f8;
  width: max-content;
}
.badge-item:not(:first-of-type) {
  margin-left: 20px;
}
.badge-item.__red {
  color: #ef3e36;
  background: #fdebea;
}

.badge {
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 500;
  display: inline-block;
  width: max-content;
  padding: 4px 12px;
  border-radius: 12px;
}
.badge.default {
  color: #111729;
  background: #f0f4f8;
}
.badge.blue {
  color: #0093dd;
  background: #e5f4fb;
}
.badge.green {
  color: #29c76f;
  background: #e9f9f0;
}
.badge.red {
  color: #ef3e36;
  background: #fdebea;
}
.badge.purple {
  color: #8c0df2;
  background: #f3e6fd;
}
.badge.yellow {
  color: #f0b429;
  background: #fff8ee;
}

.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;
}
.accordion-button: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);
}

/*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='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.0001 8.33334C9.55805 8.33334 9.13413 8.50893 8.82157 8.82149C8.50901 9.13405 8.33341 9.55798 8.33341 10C8.33341 10.442 8.50901 10.866 8.82157 11.1785C9.13413 11.4911 9.55805 11.6667 10.0001 11.6667C10.4421 11.6667 10.866 11.4911 11.1786 11.1785C11.4912 10.866 11.6667 10.442 11.6667 10C11.6667 9.55798 11.4912 9.13405 11.1786 8.82149C10.866 8.50893 10.4421 8.33334 10.0001 8.33334ZM7.64306 7.64298C8.26818 7.01786 9.11603 6.66667 10.0001 6.66667C10.8841 6.66667 11.732 7.01786 12.3571 7.64298C12.9822 8.2681 13.3334 9.11595 13.3334 10C13.3334 10.8841 12.9822 11.7319 12.3571 12.357C11.732 12.9821 10.8841 13.3333 10.0001 13.3333C9.11603 13.3333 8.26818 12.9821 7.64306 12.357C7.01794 11.7319 6.66675 10.8841 6.66675 10C6.66675 9.11595 7.01794 8.2681 7.64306 7.64298Z' fill='%23486581'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.04823 9.99999L1.25317 10.2497C2.4208 13.9679 5.8947 16.6667 9.99989 16.6667C14.106 16.6667 17.579 13.9679 18.7466 10.2497C18.7977 10.0871 18.7977 9.91286 18.7466 9.75033C17.579 6.03213 14.106 3.33333 9.99989 3.33333C5.8947 3.33333 2.4208 6.03208 1.25317 9.75033L2.04823 9.99999ZM2.92657 9.99999C3.95615 12.9137 6.73591 15 9.99989 15C13.2646 15 16.0437 12.9137 17.0732 9.99999C16.0437 7.08627 13.2646 4.99999 9.99989 4.99999C6.73591 4.99999 3.95615 7.08632 2.92657 9.99999Z' fill='%23486581'/%3E%3C/svg%3E");
}

.svg_hide {
  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='M9.11674 5.06667C9.40904 5.02186 9.70436 4.99957 10.0001 5C12.6501 5 15.1417 6.90833 16.5917 10C16.37 10.4705 16.1195 10.9269 15.8417 11.3667C15.7536 11.5032 15.7072 11.6625 15.7084 11.825C15.7103 12.0069 15.7716 12.1831 15.883 12.3269C15.9944 12.4707 16.1497 12.574 16.3254 12.6213C16.501 12.6685 16.6873 12.6569 16.8557 12.5884C17.0242 12.5199 17.1656 12.3981 17.2584 12.2417C17.6467 11.6316 17.9839 10.9905 18.2667 10.325C18.3114 10.221 18.3345 10.109 18.3345 9.99583C18.3345 9.88265 18.3114 9.77065 18.2667 9.66667C16.5834 5.75833 13.4167 3.33333 10.0001 3.33333C9.60896 3.33136 9.21848 3.36483 8.83341 3.43333C8.72397 3.45194 8.61927 3.49191 8.52529 3.55098C8.4313 3.61005 8.34987 3.68705 8.28564 3.77759C8.22142 3.86812 8.17565 3.97042 8.15096 4.07865C8.12627 4.18687 8.12314 4.2989 8.14174 4.40833C8.16034 4.51777 8.20032 4.62247 8.25939 4.71645C8.31845 4.81044 8.39545 4.89187 8.48599 4.9561C8.57653 5.02032 8.67883 5.06609 8.78705 5.09078C8.89528 5.11547 9.0073 5.1186 9.11674 5.1V5.06667ZM3.09174 1.90833C3.01404 1.83064 2.9218 1.769 2.82028 1.72695C2.71876 1.6849 2.60996 1.66326 2.50007 1.66326C2.39019 1.66326 2.28138 1.6849 2.17987 1.72695C2.07835 1.769 1.98611 1.83064 1.90841 1.90833C1.75149 2.06525 1.66333 2.27808 1.66333 2.5C1.66333 2.72192 1.75149 2.93475 1.90841 3.09167L4.49174 5.66667C3.31305 6.80127 2.37495 8.16166 1.73341 9.66667C1.68752 9.77181 1.66384 9.88528 1.66384 10C1.66384 10.1147 1.68752 10.2282 1.73341 10.3333C3.41674 14.2417 6.58341 16.6667 10.0001 16.6667C11.4977 16.6563 12.9599 16.2104 14.2084 15.3833L16.9084 18.0917C16.9859 18.1698 17.078 18.2318 17.1796 18.2741C17.2811 18.3164 17.3901 18.3382 17.5001 18.3382C17.6101 18.3382 17.719 18.3164 17.8206 18.2741C17.9221 18.2318 18.0143 18.1698 18.0917 18.0917C18.1698 18.0142 18.2318 17.922 18.2741 17.8205C18.3165 17.7189 18.3382 17.61 18.3382 17.5C18.3382 17.39 18.3165 17.2811 18.2741 17.1795C18.2318 17.078 18.1698 16.9858 18.0917 16.9083L3.09174 1.90833ZM8.39174 9.56667L10.4334 11.6083C10.2926 11.6487 10.1466 11.6684 10.0001 11.6667C9.55805 11.6667 9.13412 11.4911 8.82156 11.1785C8.509 10.866 8.33341 10.442 8.33341 10C8.3317 9.85349 8.35135 9.70751 8.39174 9.56667ZM10.0001 15C7.35007 15 4.85841 13.0917 3.41674 10C3.95515 8.81146 4.7193 7.73881 5.66674 6.84167L7.14174 8.33333C6.79528 8.96566 6.66319 9.69329 6.76529 10.407C6.86739 11.1208 7.19817 11.7822 7.70801 12.2921C8.21785 12.8019 8.87927 13.1327 9.59303 13.2348C10.3068 13.3369 11.0344 13.2048 11.6667 12.8583L12.9917 14.1667C12.0843 14.7007 11.0529 14.988 10.0001 15Z' fill='%23486581'/%3E%3C/svg%3E");
}

.svg_approve--user {
  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 d='M9.975 9.165C10.3752 8.8186 10.6962 8.39016 10.9162 7.90877C11.1361 7.42737 11.25 6.90428 11.25 6.375C11.25 5.38044 10.8549 4.42661 10.1517 3.72335C9.44839 3.02009 8.49456 2.625 7.5 2.625C6.50544 2.625 5.55161 3.02009 4.84835 3.72335C4.14509 4.42661 3.75 5.38044 3.75 6.375C3.74999 6.90428 3.86385 7.42737 4.08384 7.90877C4.30384 8.39016 4.62482 8.8186 5.025 9.165C3.9751 9.64041 3.08435 10.4081 2.45924 11.3764C1.83412 12.3447 1.5011 13.4725 1.5 14.625C1.5 14.8239 1.57902 15.0147 1.71967 15.1553C1.86032 15.296 2.05109 15.375 2.25 15.375C2.44891 15.375 2.63968 15.296 2.78033 15.1553C2.92098 15.0147 3 14.8239 3 14.625C3 13.4315 3.47411 12.2869 4.31802 11.443C5.16193 10.5991 6.30653 10.125 7.5 10.125C8.69347 10.125 9.83807 10.5991 10.682 11.443C11.5259 12.2869 12 13.4315 12 14.625C12 14.8239 12.079 15.0147 12.2197 15.1553C12.3603 15.296 12.5511 15.375 12.75 15.375C12.9489 15.375 13.1397 15.296 13.2803 15.1553C13.421 15.0147 13.5 14.8239 13.5 14.625C13.4989 13.4725 13.1659 12.3447 12.5408 11.3764C11.9157 10.4081 11.0249 9.64041 9.975 9.165ZM7.5 8.625C7.05499 8.625 6.61998 8.49304 6.24997 8.24581C5.87996 7.99857 5.59157 7.64717 5.42127 7.23604C5.25097 6.8249 5.20642 6.3725 5.29323 5.93605C5.38005 5.49959 5.59434 5.09868 5.90901 4.78401C6.22368 4.46934 6.62459 4.25505 7.06105 4.16823C7.4975 4.08142 7.9499 4.12597 8.36104 4.29627C8.77217 4.46657 9.12357 4.75496 9.37081 5.12497C9.61804 5.49498 9.75 5.92999 9.75 6.375C9.75 6.97174 9.51295 7.54403 9.09099 7.96599C8.66903 8.38795 8.09674 8.625 7.5 8.625ZM16.2825 6.8475C16.2128 6.7772 16.1298 6.72141 16.0384 6.68333C15.947 6.64526 15.849 6.62565 15.75 6.62565C15.651 6.62565 15.553 6.64526 15.4616 6.68333C15.3702 6.72141 15.2872 6.7772 15.2175 6.8475L13.7175 8.3475L13.2525 7.875C13.1828 7.8047 13.0998 7.74891 13.0084 7.71083C12.917 7.67276 12.819 7.65315 12.72 7.65315C12.621 7.65315 12.523 7.67276 12.4316 7.71083C12.3402 7.74891 12.2572 7.8047 12.1875 7.875C12.0478 8.01552 11.9694 8.20561 11.9694 8.40375C11.9694 8.60189 12.0478 8.79198 12.1875 8.9325L13.1925 9.9375C13.333 10.0772 13.5231 10.1556 13.7213 10.1556C13.9194 10.1556 14.1095 10.0772 14.25 9.9375L16.2525 7.935C16.3282 7.86699 16.3893 7.78428 16.432 7.69191C16.4748 7.59954 16.4983 7.49943 16.5011 7.39769C16.5039 7.29595 16.4859 7.19471 16.4484 7.10012C16.4108 7.00553 16.3544 6.91958 16.2825 6.8475Z' fill='%23486581'/%3E%3C/svg%3E");
}

.svg_loan {
  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 d='M14.25 4.875H12V4.125C12 3.52826 11.7629 2.95597 11.341 2.53401C10.919 2.11205 10.3467 1.875 9.75 1.875H8.25C7.65326 1.875 7.08097 2.11205 6.65901 2.53401C6.23705 2.95597 6 3.52826 6 4.125V4.875H3.75C3.15326 4.875 2.58097 5.11205 2.15901 5.53401C1.73705 5.95597 1.5 6.52826 1.5 7.125V13.875C1.5 14.4717 1.73705 15.044 2.15901 15.466C2.58097 15.8879 3.15326 16.125 3.75 16.125H14.25C14.8467 16.125 15.419 15.8879 15.841 15.466C16.2629 15.044 16.5 14.4717 16.5 13.875V7.125C16.5 6.52826 16.2629 5.95597 15.841 5.53401C15.419 5.11205 14.8467 4.875 14.25 4.875ZM7.5 4.125C7.5 3.92609 7.57902 3.73532 7.71967 3.59467C7.86032 3.45402 8.05109 3.375 8.25 3.375H9.75C9.94891 3.375 10.1397 3.45402 10.2803 3.59467C10.421 3.73532 10.5 3.92609 10.5 4.125V4.875H7.5V4.125ZM15 13.875C15 14.0739 14.921 14.2647 14.7803 14.4053C14.6397 14.546 14.4489 14.625 14.25 14.625H3.75C3.55109 14.625 3.36032 14.546 3.21967 14.4053C3.07902 14.2647 3 14.0739 3 13.875V9.75C3.73158 10.0402 4.48364 10.2758 5.25 10.455V10.8975C5.25 11.0964 5.32902 11.2872 5.46967 11.4278C5.61032 11.5685 5.80109 11.6475 6 11.6475C6.19891 11.6475 6.38968 11.5685 6.53033 11.4278C6.67098 11.2872 6.75 11.0964 6.75 10.8975V10.74C7.49576 10.8415 8.24737 10.8941 9 10.8975C9.75263 10.8941 10.5042 10.8415 11.25 10.74V10.8975C11.25 11.0964 11.329 11.2872 11.4697 11.4278C11.6103 11.5685 11.8011 11.6475 12 11.6475C12.1989 11.6475 12.3897 11.5685 12.5303 11.4278C12.671 11.2872 12.75 11.0964 12.75 10.8975V10.455C13.5164 10.2758 14.2684 10.0402 15 9.75V13.875ZM15 8.1075C14.2705 8.41537 13.5183 8.66612 12.75 8.8575V8.625C12.75 8.42609 12.671 8.23532 12.5303 8.09467C12.3897 7.95402 12.1989 7.875 12 7.875C11.8011 7.875 11.6103 7.95402 11.4697 8.09467C11.329 8.23532 11.25 8.42609 11.25 8.625V9.18C9.75844 9.40503 8.24156 9.40503 6.75 9.18V8.625C6.75 8.42609 6.67098 8.23532 6.53033 8.09467C6.38968 7.95402 6.19891 7.875 6 7.875C5.80109 7.875 5.61032 7.95402 5.46967 8.09467C5.32902 8.23532 5.25 8.42609 5.25 8.625V8.8725C4.48172 8.68112 3.72945 8.43037 3 8.1225V7.125C3 6.92609 3.07902 6.73532 3.21967 6.59467C3.36032 6.45402 3.55109 6.375 3.75 6.375H14.25C14.4489 6.375 14.6397 6.45402 14.7803 6.59467C14.921 6.73532 15 6.92609 15 7.125V8.1075Z' fill='%23486581'/%3E%3C/svg%3E");
}

.svg_wallet {
  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 d='M14.25 5.25H13.5V4.5C13.5 3.90326 13.2629 3.33097 12.841 2.90901C12.419 2.48705 11.8467 2.25 11.25 2.25H3.75C3.15326 2.25 2.58097 2.48705 2.15901 2.90901C1.73705 3.33097 1.5 3.90326 1.5 4.5V13.5C1.5 14.0967 1.73705 14.669 2.15901 15.091C2.58097 15.5129 3.15326 15.75 3.75 15.75H14.25C14.8467 15.75 15.419 15.5129 15.841 15.091C16.2629 14.669 16.5 14.0967 16.5 13.5V7.5C16.5 6.90326 16.2629 6.33097 15.841 5.90901C15.419 5.48705 14.8467 5.25 14.25 5.25ZM3.75 3.75H11.25C11.4489 3.75 11.6397 3.82902 11.7803 3.96967C11.921 4.11032 12 4.30109 12 4.5V5.25H3.75C3.55109 5.25 3.36032 5.17098 3.21967 5.03033C3.07902 4.88968 3 4.69891 3 4.5C3 4.30109 3.07902 4.11032 3.21967 3.96967C3.36032 3.82902 3.55109 3.75 3.75 3.75ZM15 11.25H14.25C14.0511 11.25 13.8603 11.171 13.7197 11.0303C13.579 10.8897 13.5 10.6989 13.5 10.5C13.5 10.3011 13.579 10.1103 13.7197 9.96967C13.8603 9.82902 14.0511 9.75 14.25 9.75H15V11.25ZM15 8.25H14.25C13.6533 8.25 13.081 8.48705 12.659 8.90901C12.2371 9.33097 12 9.90326 12 10.5C12 11.0967 12.2371 11.669 12.659 12.091C13.081 12.5129 13.6533 12.75 14.25 12.75H15V13.5C15 13.6989 14.921 13.8897 14.7803 14.0303C14.6397 14.171 14.4489 14.25 14.25 14.25H3.75C3.55109 14.25 3.36032 14.171 3.21967 14.0303C3.07902 13.8897 3 13.6989 3 13.5V6.6225C3.24095 6.70726 3.49458 6.75038 3.75 6.75H14.25C14.4489 6.75 14.6397 6.82902 14.7803 6.96967C14.921 7.11032 15 7.30109 15 7.5V8.25Z' fill='%23486581'/%3E%3C/svg%3E");
}

.svg_employee {
  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 d='M9.225 9.165C9.62518 8.8186 9.94616 8.39016 10.1662 7.90877C10.3861 7.42737 10.5 6.90428 10.5 6.375C10.5 5.38044 10.1049 4.42661 9.40165 3.72335C8.69839 3.02009 7.74456 2.625 6.75 2.625C5.75544 2.625 4.80161 3.02009 4.09835 3.72335C3.39509 4.42661 3 5.38044 3 6.375C2.99999 6.90428 3.11385 7.42737 3.33384 7.90877C3.55384 8.39016 3.87482 8.8186 4.275 9.165C3.22511 9.64041 2.33435 10.4081 1.70924 11.3764C1.08412 12.3447 0.751104 13.4725 0.75 14.625C0.75 14.8239 0.829018 15.0147 0.96967 15.1553C1.11032 15.296 1.30109 15.375 1.5 15.375C1.69891 15.375 1.88968 15.296 2.03033 15.1553C2.17098 15.0147 2.25 14.8239 2.25 14.625C2.25 13.4315 2.72411 12.2869 3.56802 11.443C4.41193 10.5991 5.55653 10.125 6.75 10.125C7.94347 10.125 9.08807 10.5991 9.93198 11.443C10.7759 12.2869 11.25 13.4315 11.25 14.625C11.25 14.8239 11.329 15.0147 11.4697 15.1553C11.6103 15.296 11.8011 15.375 12 15.375C12.1989 15.375 12.3897 15.296 12.5303 15.1553C12.671 15.0147 12.75 14.8239 12.75 14.625C12.7489 13.4725 12.4159 12.3447 11.7908 11.3764C11.1657 10.4081 10.2749 9.64041 9.225 9.165ZM6.75 8.625C6.30499 8.625 5.86998 8.49304 5.49997 8.24581C5.12996 7.99857 4.84157 7.64717 4.67127 7.23604C4.50097 6.8249 4.45642 6.3725 4.54323 5.93605C4.63005 5.49959 4.84434 5.09868 5.15901 4.78401C5.47368 4.46934 5.87459 4.25505 6.31105 4.16823C6.7475 4.08142 7.1999 4.12597 7.61104 4.29627C8.02217 4.46657 8.37357 4.75496 8.62081 5.12497C8.86804 5.49498 9 5.92999 9 6.375C9 6.97174 8.76295 7.54403 8.34099 7.96599C7.91903 8.38795 7.34674 8.625 6.75 8.625ZM14.055 8.865C14.535 8.3245 14.8485 7.65679 14.9579 6.94225C15.0672 6.22772 14.9677 5.49681 14.6713 4.8375C14.375 4.17819 13.8943 3.6186 13.2874 3.22607C12.6804 2.83354 11.9729 2.62481 11.25 2.625C11.0511 2.625 10.8603 2.70402 10.7197 2.84467C10.579 2.98532 10.5 3.17609 10.5 3.375C10.5 3.57391 10.579 3.76468 10.7197 3.90533C10.8603 4.04598 11.0511 4.125 11.25 4.125C11.8467 4.125 12.419 4.36205 12.841 4.78401C13.2629 5.20597 13.5 5.77826 13.5 6.375C13.4989 6.76893 13.3945 7.15568 13.197 7.49657C12.9996 7.83745 12.7162 8.12054 12.375 8.3175C12.2638 8.38164 12.1709 8.47325 12.1053 8.58355C12.0396 8.69386 12.0034 8.81917 12 8.9475C11.9969 9.07482 12.0262 9.20085 12.0852 9.31369C12.1443 9.42654 12.2311 9.52249 12.3375 9.5925L12.63 9.7875L12.7275 9.84C13.6315 10.2688 14.3942 10.947 14.9257 11.7947C15.4572 12.6425 15.7354 13.6245 15.7275 14.625C15.7275 14.8239 15.8065 15.0147 15.9472 15.1553C16.0878 15.296 16.2786 15.375 16.4775 15.375C16.6764 15.375 16.8672 15.296 17.0078 15.1553C17.1485 15.0147 17.2275 14.8239 17.2275 14.625C17.2336 13.4741 16.9454 12.3407 16.3901 11.3325C15.8348 10.3244 15.031 9.47498 14.055 8.865Z' fill='%23486581'/%3E%3C/svg%3E");
}

.svg_phone--dark {
  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 d='M12.9601 8.66674C12.8134 8.66674 12.6601 8.62008 12.5134 8.58674C12.2164 8.52129 11.9245 8.4344 11.6401 8.32674C11.3308 8.21423 10.9908 8.22007 10.6856 8.34315C10.3804 8.46622 10.1315 8.69783 9.98673 8.99341L9.84007 9.29341C9.19074 8.93219 8.59406 8.48356 8.06673 7.96007C7.54325 7.43275 7.09462 6.83607 6.7334 6.18674L7.0134 6.00007C7.30898 5.85535 7.54059 5.60643 7.66366 5.3012C7.78674 4.99598 7.79258 4.65602 7.68007 4.34674C7.57422 4.06169 7.48736 3.76994 7.42007 3.47341C7.38673 3.32674 7.36007 3.17341 7.34007 3.02008C7.25911 2.55049 7.01315 2.12524 6.64648 1.8209C6.27981 1.51657 5.81653 1.35315 5.34007 1.36007H3.34007C3.05275 1.35738 2.76823 1.41662 2.50587 1.53376C2.24351 1.65091 2.00947 1.82321 1.81969 2.03893C1.6299 2.25465 1.48882 2.50874 1.40606 2.78388C1.32329 3.05903 1.30079 3.34878 1.34007 3.63341C1.69523 6.42633 2.97075 9.02133 4.96517 11.0085C6.95958 12.9957 9.55921 14.2617 12.3534 14.6067H12.6067C13.0983 14.6075 13.573 14.4271 13.9401 14.1001C14.151 13.9114 14.3195 13.6802 14.4344 13.4216C14.5493 13.163 14.608 12.883 14.6067 12.6001V10.6001C14.5986 10.137 14.4299 9.69111 14.1296 9.33852C13.8293 8.98593 13.4159 8.74849 12.9601 8.66674ZM13.2934 12.6667C13.2933 12.7614 13.273 12.8549 13.2339 12.9412C13.1948 13.0274 13.1378 13.1043 13.0667 13.1667C12.9925 13.2314 12.9054 13.2797 12.8112 13.3084C12.717 13.3371 12.6178 13.3456 12.5201 13.3334C10.0233 13.0133 7.70423 11.8711 5.92854 10.0869C4.15286 8.30281 3.02167 5.9783 2.7134 3.48007C2.70279 3.38242 2.71209 3.28363 2.74074 3.18967C2.76938 3.09571 2.81678 3.00853 2.88007 2.93341C2.94254 2.8623 3.01944 2.8053 3.10565 2.76622C3.19186 2.72714 3.28541 2.70686 3.38007 2.70674H5.38007C5.5351 2.70329 5.68648 2.75399 5.80816 2.85012C5.92984 2.94625 6.01421 3.08179 6.04673 3.23341C6.0734 3.41563 6.10673 3.59563 6.14673 3.77341C6.22375 4.12484 6.32624 4.47019 6.4534 4.80674L5.52007 5.24007C5.44027 5.27669 5.36848 5.32871 5.30884 5.39314C5.2492 5.45757 5.20287 5.53315 5.17251 5.61554C5.14216 5.69793 5.12838 5.7855 5.13197 5.87322C5.13555 5.96095 5.15643 6.0471 5.1934 6.12674C6.15287 8.18191 7.8049 9.83394 9.86007 10.7934C10.0224 10.8601 10.2044 10.8601 10.3667 10.7934C10.4499 10.7637 10.5263 10.7177 10.5915 10.6582C10.6567 10.5987 10.7095 10.5268 10.7467 10.4467L11.1601 9.51341C11.5047 9.63666 11.8565 9.73907 12.2134 9.82008C12.3912 9.86007 12.5712 9.89341 12.7534 9.92008C12.905 9.9526 13.0406 10.037 13.1367 10.1586C13.2328 10.2803 13.2835 10.4317 13.2801 10.5867L13.2934 12.6667Z' fill='%23486581'/%3E%3C/svg%3E");
}

.svg_mail--dark {
  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 d='M12.6666 2.6665H3.33325C2.80282 2.6665 2.29411 2.87722 1.91904 3.25229C1.54397 3.62736 1.33325 4.13607 1.33325 4.6665V11.3332C1.33325 11.8636 1.54397 12.3723 1.91904 12.7474C2.29411 13.1225 2.80282 13.3332 3.33325 13.3332H12.6666C13.197 13.3332 13.7057 13.1225 14.0808 12.7474C14.4559 12.3723 14.6666 11.8636 14.6666 11.3332V4.6665C14.6666 4.13607 14.4559 3.62736 14.0808 3.25229C13.7057 2.87722 13.197 2.6665 12.6666 2.6665ZM12.3933 3.99984L8.47325 7.91984C8.41128 7.98232 8.33754 8.03192 8.2563 8.06576C8.17506 8.09961 8.08793 8.11704 7.99992 8.11704C7.91191 8.11704 7.82477 8.09961 7.74353 8.06576C7.66229 8.03192 7.58856 7.98232 7.52659 7.91984L3.60659 3.99984H12.3933ZM13.3333 11.3332C13.3333 11.51 13.263 11.6796 13.138 11.8046C13.013 11.9296 12.8434 11.9998 12.6666 11.9998H3.33325C3.15644 11.9998 2.98687 11.9296 2.86185 11.8046C2.73682 11.6796 2.66659 11.51 2.66659 11.3332V4.93984L6.58659 8.85984C6.96159 9.23437 7.46992 9.44474 7.99992 9.44474C8.52992 9.44474 9.03825 9.23437 9.41325 8.85984L13.3333 4.93984V11.3332Z' fill='%23486581'/%3E%3C/svg%3E");
}

.svg_copy--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 d='M7 9C7 8.46957 7.21071 7.96086 7.58579 7.58579C7.96086 7.21071 8.46957 7 9 7H15C15.5304 7 16.0391 7.21071 16.4142 7.58579C16.7893 7.96086 17 8.46957 17 9V15C17 15.5304 16.7893 16.0391 16.4142 16.4142C16.0391 16.7893 15.5304 17 15 17H9C8.46957 17 7.96086 16.7893 7.58579 16.4142C7.21071 16.0391 7 15.5304 7 15V9Z' fill='%23040769'/%3E%3Cpath d='M5 3C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V11C3 11.5304 3.21071 12.0391 3.58579 12.4142C3.96086 12.7893 4.46957 13 5 13V5H13C13 4.46957 12.7893 3.96086 12.4142 3.58579C12.0391 3.21071 11.5304 3 11 3H5Z' fill='%23040769'/%3E%3C/svg%3E");
}

.svg_mail_approve {
  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='M27.15 14.5167C27.3049 14.6729 27.4893 14.7969 27.6924 14.8815C27.8955 14.9661 28.1133 15.0096 28.3333 15.0096C28.5534 15.0096 28.7712 14.9661 28.9743 14.8815C29.1774 14.7969 29.3617 14.6729 29.5167 14.5167L36.1833 7.84998C36.4972 7.53614 36.6735 7.11049 36.6735 6.66665C36.6735 6.22281 36.4972 5.79716 36.1833 5.48332C35.8695 5.16948 35.4438 4.99316 35 4.99316C34.5562 4.99316 34.1305 5.16948 33.8167 5.48332L28.3333 10.9833L26.1833 8.81665C26.0279 8.66125 25.8435 8.53799 25.6404 8.45388C25.4374 8.36978 25.2198 8.3265 25 8.3265C24.5562 8.3265 24.1305 8.50281 23.8167 8.81665C23.6613 8.97205 23.538 9.15653 23.4539 9.35957C23.3698 9.56261 23.3265 9.78022 23.3265 9.99998C23.3265 10.4438 23.5028 10.8695 23.8167 11.1833L27.15 14.5167Z' fill='%2329C76F'/%3E%3Cpath d='M35 13.3333C34.558 13.3333 34.134 13.5089 33.8215 13.8215C33.5089 14.134 33.3333 14.558 33.3333 15V30C33.3333 30.442 33.1577 30.8659 32.8452 31.1785C32.5326 31.4911 32.1087 31.6666 31.6667 31.6666H8.33333C7.8913 31.6666 7.46738 31.4911 7.15482 31.1785C6.84226 30.8659 6.66666 30.442 6.66666 30V14.0166L16.4667 23.8333C17.4021 24.7611 18.6659 25.2822 19.9833 25.2833C21.3339 25.2764 22.6274 24.7374 23.5833 23.7833L26.45 20.9166C26.7638 20.6028 26.9401 20.1771 26.9401 19.7333C26.9401 19.2895 26.7638 18.8638 26.45 18.55C26.1362 18.2361 25.7105 18.0598 25.2667 18.0598C24.8228 18.0598 24.3972 18.2361 24.0833 18.55L21.1667 21.4666C20.8551 21.772 20.4363 21.9431 20 21.9431C19.5637 21.9431 19.1449 21.772 18.8333 21.4666L9.01666 11.6666H18.3333C18.7754 11.6666 19.1993 11.4911 19.5118 11.1785C19.8244 10.8659 20 10.442 20 9.99998C20 9.55795 19.8244 9.13403 19.5118 8.82147C19.1993 8.50891 18.7754 8.33331 18.3333 8.33331H8.33333C7.00725 8.33331 5.73548 8.8601 4.79779 9.79778C3.86011 10.7355 3.33333 12.0072 3.33333 13.3333V30C3.33333 31.3261 3.86011 32.5978 4.79779 33.5355C5.73548 34.4732 7.00725 35 8.33333 35H31.6667C32.9927 35 34.2645 34.4732 35.2022 33.5355C36.1399 32.5978 36.6667 31.3261 36.6667 30V15C36.6667 14.558 36.4911 14.134 36.1785 13.8215C35.8659 13.5089 35.442 13.3333 35 13.3333Z' fill='%23040769'/%3E%3C/svg%3E");
}

.svg_upload_dark {
  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='M13.1833 3.68902C12.2923 3.11265 11.2088 2.91383 10.1712 3.13631C9.13364 3.35878 8.22693 3.98433 7.65056 4.87533C7.07419 5.76632 6.87538 6.84979 7.09785 7.88738C7.21287 8.42378 6.87426 8.9527 6.33896 9.07278C5.61814 9.23448 4.98231 9.65646 4.55331 10.2579C4.12431 10.8593 3.93229 11.5978 4.01404 12.332C4.0958 13.0662 4.44557 13.7445 4.99636 14.2368C5.54715 14.7291 6.26022 15.0009 6.99896 15C7.55125 14.9994 7.99946 15.4466 8.00008 15.9989C8.00069 16.5512 7.55348 16.9994 7.00119 17C5.76996 17.0014 4.58151 16.5484 3.66353 15.7279C2.74555 14.9074 2.16259 13.777 2.02633 12.5534C1.89007 11.3297 2.2101 10.0988 2.92511 9.09642C3.45917 8.34773 4.18554 7.76589 5.01962 7.40704C4.94368 6.13829 5.27246 4.86934 5.97128 3.78903C6.83576 2.45266 8.19569 1.51444 9.75192 1.18076C11.3082 0.847072 12.9332 1.14527 14.2696 2.00974C15.3851 2.73135 16.2232 3.79821 16.6638 5.03628C17.91 5.17391 19.088 5.69949 20.0267 6.54728C21.1309 7.54459 21.8252 8.91663 21.9747 10.397C22.1243 11.8774 21.7184 13.3606 20.8359 14.5586C19.9534 15.7566 18.6573 16.5839 17.1991 16.88C16.6578 16.9899 16.13 16.6403 16.0201 16.099C15.9102 15.5578 16.2598 15.0299 16.8011 14.92C17.7732 14.7226 18.6373 14.1711 19.2256 13.3724C19.814 12.5737 20.0845 11.585 19.9848 10.598C19.8852 9.6111 19.4223 8.6964 18.6861 8.03153C17.95 7.36666 16.993 6.99903 16.0011 7.00003L15.9001 7.00003C15.4286 7.00003 15.0211 6.6707 14.9223 6.20968C14.6998 5.1721 14.0743 4.26539 13.1833 3.68902ZM15.9996 5.00003H15.9001V6.00003L16.0001 5.97859L16.0001 6.00003M11.293 9.29292C11.6835 8.9024 12.3167 8.9024 12.7072 9.29292L15.7072 12.2929C16.0977 12.6834 16.0977 13.3166 15.7072 13.7071C15.3167 14.0977 14.6835 14.0977 14.293 13.7071L13.0001 12.4142V22C13.0001 22.5523 12.5524 23 12.0001 23C11.4478 23 11.0001 22.5523 11.0001 22V12.4142L9.70718 13.7071C9.31666 14.0977 8.68349 14.0977 8.29297 13.7071C7.90245 13.3166 7.90245 12.6834 8.29297 12.2929L11.293 9.29292Z' fill='%23060809'/%3E%3C/svg%3E");
}

.svg_upload--primary {
  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='M15.35 6.85032C14.8409 5.68032 13.9621 4.70955 12.8484 4.08676C11.7347 3.46397 10.4476 3.22351 9.18417 3.40224C7.92076 3.58097 6.7508 4.16903 5.85358 5.0763C4.95635 5.98357 4.38135 7.16 4.2167 8.42532C3.42219 8.61559 2.72522 9.09101 2.25815 9.76131C1.79108 10.4316 1.58643 11.2501 1.68308 12.0613C1.77973 12.8726 2.17094 13.6201 2.78242 14.1619C3.3939 14.7037 4.18306 15.002 5.00003 15.0003C5.22104 15.0003 5.43301 14.9125 5.58929 14.7562C5.74557 14.6 5.83336 14.388 5.83336 14.167C5.83336 13.946 5.74557 13.734 5.58929 13.5777C5.43301 13.4214 5.22104 13.3337 5.00003 13.3337C4.558 13.3337 4.13408 13.1581 3.82152 12.8455C3.50896 12.5329 3.33336 12.109 3.33336 11.667C3.33336 11.225 3.50896 10.801 3.82152 10.4885C4.13408 10.1759 4.558 10.0003 5.00003 10.0003C5.22104 10.0003 5.43301 9.91252 5.58929 9.75624C5.74557 9.59996 5.83336 9.388 5.83336 9.16699C5.83549 8.18138 6.18694 7.22845 6.82525 6.47747C7.46357 5.7265 8.34744 5.22611 9.31982 5.06521C10.2922 4.90432 11.2901 5.09332 12.1363 5.59866C12.9825 6.104 13.6222 6.89294 13.9417 7.82532C13.9893 7.96852 14.075 8.0961 14.1894 8.19443C14.3039 8.29277 14.443 8.35817 14.5917 8.38365C15.1468 8.48855 15.6499 8.77832 16.0192 9.20576C16.3885 9.63321 16.6022 10.1731 16.6254 10.7375C16.6486 11.3019 16.4799 11.8575 16.1469 12.3138C15.814 12.7702 15.3363 13.1002 14.7917 13.2503C14.5773 13.3056 14.3937 13.4437 14.2811 13.6344C14.1686 13.8251 14.1364 14.0526 14.1917 14.267C14.247 14.4814 14.3851 14.665 14.5758 14.7775C14.7664 14.8901 14.994 14.9222 15.2084 14.867C16.0854 14.6352 16.8628 14.1236 17.4225 13.4099C17.9823 12.6961 18.2939 11.8192 18.3099 10.9122C18.3259 10.0053 18.0455 9.11786 17.5113 8.38475C16.9771 7.65165 16.2183 7.1129 15.35 6.85032ZM10.5917 8.57532C10.5124 8.49945 10.419 8.43998 10.3167 8.40032C10.1138 8.31697 9.88625 8.31697 9.68336 8.40032C9.58107 8.43998 9.48762 8.49945 9.40836 8.57532L6.90836 11.0753C6.75144 11.2322 6.66329 11.4451 6.66329 11.667C6.66329 11.8889 6.75144 12.1017 6.90836 12.2587C7.06528 12.4156 7.27811 12.5037 7.50003 12.5037C7.72195 12.5037 7.93478 12.4156 8.0917 12.2587L9.1667 11.1753V15.8337C9.1667 16.0547 9.25449 16.2666 9.41078 16.4229C9.56706 16.5792 9.77902 16.667 10 16.667C10.221 16.667 10.433 16.5792 10.5893 16.4229C10.7456 16.2666 10.8334 16.0547 10.8334 15.8337V11.1753L11.9084 12.2587C11.9858 12.3368 12.078 12.3988 12.1796 12.4411C12.2811 12.4834 12.39 12.5052 12.5 12.5052C12.61 12.5052 12.719 12.4834 12.8205 12.4411C12.9221 12.3988 13.0142 12.3368 13.0917 12.2587C13.1698 12.1812 13.2318 12.089 13.2741 11.9875C13.3164 11.8859 13.3382 11.777 13.3382 11.667C13.3382 11.557 13.3164 11.4481 13.2741 11.3465C13.2318 11.245 13.1698 11.1528 13.0917 11.0753L10.5917 8.57532Z' fill='%23040769'/%3E%3C/svg%3E");
}

.svg_lock {
  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%3Cg id='Iconly/Light-Outline/Lock'%3E%3Cg id='Lock'%3E%3Cpath id='Fill 1' fill-rule='evenodd' clip-rule='evenodd' d='M14.1024 8.50013C13.7574 8.50013 13.4774 8.22013 13.4774 7.87513V6.08596C13.4774 4.3393 12.0566 2.91846 10.3099 2.91846H10.2966C9.4524 2.91846 8.66157 3.24346 8.06407 3.83596C7.4624 4.43096 7.1299 5.22513 7.12657 6.0718V7.87513C7.12657 8.22013 6.84657 8.50013 6.50157 8.50013C6.15657 8.50013 5.87657 8.22013 5.87657 7.87513V6.08596C5.88157 4.88596 6.34574 3.77846 7.18324 2.94846C8.02157 2.11763 9.12824 1.6368 10.3124 1.66846C12.7457 1.66846 14.7274 3.65013 14.7274 6.08596V7.87513C14.7274 8.22013 14.4474 8.50013 14.1024 8.50013' fill='%23102A43'/%3E%3Cpath id='Fill 3' fill-rule='evenodd' clip-rule='evenodd' d='M7.11833 8.44092C5.71999 8.44092 4.58333 9.57758 4.58333 10.9759V14.5501C4.58333 15.9484 5.71999 17.0851 7.11833 17.0851H13.4858C14.8833 17.0851 16.0208 15.9484 16.0208 14.5501V10.9759C16.0208 9.57758 14.8833 8.44092 13.4858 8.44092H7.11833ZM13.4858 18.3351H7.11833C5.03083 18.3351 3.33333 16.6376 3.33333 14.5501V10.9759C3.33333 8.88842 5.03083 7.19092 7.11833 7.19092H13.4858C15.5733 7.19092 17.2708 8.88842 17.2708 10.9759V14.5501C17.2708 16.6376 15.5733 18.3351 13.4858 18.3351V18.3351Z' fill='%23102A43'/%3E%3Cpath id='Fill 5' fill-rule='evenodd' clip-rule='evenodd' d='M10.3019 14.3132C9.95691 14.3132 9.67691 14.0332 9.67691 13.6882V11.8374C9.67691 11.4924 9.95691 11.2124 10.3019 11.2124C10.6469 11.2124 10.9269 11.4924 10.9269 11.8374V13.6882C10.9269 14.0332 10.6469 14.3132 10.3019 14.3132' fill='%23102A43'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.svg_show--green {
  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 d='M14.6134 7.73317C13.2667 4.6065 10.7334 2.6665 8.00004 2.6665C5.26671 2.6665 2.73338 4.6065 1.38671 7.73317C1.35 7.81728 1.33105 7.90806 1.33105 7.99984C1.33105 8.09161 1.35 8.18239 1.38671 8.2665C2.73338 11.3932 5.26671 13.3332 8.00004 13.3332C10.7334 13.3332 13.2667 11.3932 14.6134 8.2665C14.6501 8.18239 14.669 8.09161 14.669 7.99984C14.669 7.90806 14.6501 7.81728 14.6134 7.73317V7.73317ZM8.00004 11.9998C5.88671 11.9998 3.88671 10.4732 2.73338 7.99984C3.88671 5.5265 5.88671 3.99984 8.00004 3.99984C10.1134 3.99984 12.1134 5.5265 13.2667 7.99984C12.1134 10.4732 10.1134 11.9998 8.00004 11.9998ZM8.00004 5.33317C7.47263 5.33317 6.95706 5.48957 6.51852 5.78258C6.07999 6.0756 5.7382 6.49208 5.53637 6.97935C5.33453 7.46662 5.28172 8.0028 5.38462 8.52008C5.48751 9.03736 5.74149 9.51252 6.11443 9.88546C6.48737 10.2584 6.96252 10.5124 7.4798 10.6153C7.99709 10.7182 8.53326 10.6653 9.02053 10.4635C9.5078 10.2617 9.92428 9.91989 10.2173 9.48136C10.5103 9.04283 10.6667 8.52725 10.6667 7.99984C10.6667 7.29259 10.3858 6.61432 9.88566 6.11422C9.38557 5.61412 8.70729 5.33317 8.00004 5.33317V5.33317ZM8.00004 9.33317C7.73634 9.33317 7.47855 9.25497 7.25928 9.10846C7.04002 8.96195 6.86912 8.75372 6.76821 8.51008C6.66729 8.26645 6.64088 7.99836 6.69233 7.73972C6.74378 7.48108 6.87077 7.2435 7.05724 7.05703C7.24371 6.87056 7.48128 6.74357 7.73992 6.69212C7.99857 6.64068 8.26665 6.66708 8.51029 6.768C8.75392 6.86891 8.96216 7.03981 9.10867 7.25908C9.25518 7.47834 9.33338 7.73613 9.33338 7.99984C9.33338 8.35346 9.1929 8.6926 8.94285 8.94265C8.69281 9.19269 8.35367 9.33317 8.00004 9.33317Z' fill='%2324B363'/%3E%3C/svg%3E");
}

.svg_hide--green {
  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 d='M7.29329 4.05329C7.52714 4.01745 7.76339 3.99962 7.99996 3.99996C10.12 3.99996 12.1133 5.52663 13.2733 7.99996C13.0959 8.37636 12.8955 8.74149 12.6733 9.09329C12.6027 9.2025 12.5657 9.32995 12.5666 9.45996C12.5681 9.60545 12.6172 9.74646 12.7063 9.86148C12.7954 9.97649 12.9197 10.0592 13.0602 10.097C13.2007 10.1347 13.3497 10.1255 13.4845 10.0707C13.6193 10.0158 13.7324 9.91843 13.8066 9.79329C14.1172 9.30525 14.3871 8.7924 14.6133 8.25996C14.6491 8.17678 14.6675 8.08718 14.6675 7.99663C14.6675 7.90608 14.6491 7.81648 14.6133 7.73329C13.2666 4.60663 10.7333 2.66663 7.99996 2.66663C7.68707 2.66505 7.37468 2.69183 7.06663 2.74663C6.97908 2.76151 6.89532 2.79349 6.82013 2.84075C6.74494 2.888 6.6798 2.9496 6.62842 3.02203C6.57704 3.09446 6.54042 3.1763 6.52067 3.26288C6.50092 3.34946 6.49841 3.43908 6.51329 3.52663C6.52818 3.61418 6.56016 3.69793 6.60741 3.77312C6.65467 3.84831 6.71627 3.91346 6.7887 3.96484C6.86112 4.01622 6.94297 4.05283 7.02955 4.07258C7.11612 4.09234 7.20575 4.09484 7.29329 4.07996V4.05329ZM2.47329 1.52663C2.41114 1.46447 2.33734 1.41516 2.25613 1.38152C2.17491 1.34788 2.08787 1.33057 1.99996 1.33057C1.91205 1.33057 1.82501 1.34788 1.74379 1.38152C1.66258 1.41516 1.58879 1.46447 1.52663 1.52663C1.40109 1.65216 1.33057 1.82243 1.33057 1.99996C1.33057 2.1775 1.40109 2.34776 1.52663 2.47329L3.59329 4.53329C2.65034 5.44098 1.89987 6.52929 1.38663 7.73329C1.34992 7.8174 1.33097 7.90819 1.33097 7.99996C1.33097 8.09173 1.34992 8.18252 1.38663 8.26663C2.73329 11.3933 5.26663 13.3333 7.99996 13.3333C9.19803 13.325 10.3678 12.9683 11.3666 12.3066L13.5266 14.4733C13.5886 14.5358 13.6623 14.5854 13.7436 14.6192C13.8248 14.6531 13.912 14.6705 14 14.6705C14.088 14.6705 14.1751 14.6531 14.2563 14.6192C14.3376 14.5854 14.4113 14.5358 14.4733 14.4733C14.5358 14.4113 14.5854 14.3376 14.6192 14.2563C14.6531 14.1751 14.6705 14.088 14.6705 14C14.6705 13.912 14.6531 13.8248 14.6192 13.7436C14.5854 13.6623 14.5358 13.5886 14.4733 13.5266L2.47329 1.52663ZM6.71329 7.65329L8.34663 9.28663C8.23395 9.31894 8.11717 9.33466 7.99996 9.33329C7.64634 9.33329 7.3072 9.19282 7.05715 8.94277C6.8071 8.69272 6.66663 8.35358 6.66663 7.99996C6.66526 7.88275 6.68098 7.76597 6.71329 7.65329ZM7.99996 12C5.87996 12 3.88663 10.4733 2.73329 7.99996C3.16402 7.04913 3.77534 6.19101 4.53329 5.47329L5.71329 6.66663C5.43613 7.17249 5.33045 7.75459 5.41213 8.3256C5.49381 8.89661 5.75844 9.42574 6.16631 9.83361C6.57419 10.2415 7.10331 10.5061 7.67432 10.5878C8.24533 10.6695 8.82743 10.5638 9.33329 10.2866L10.3933 11.3333C9.66736 11.7605 8.84224 11.9904 7.99996 12Z' fill='%2324B363'/%3E%3C/svg%3E");
}

.svg_refresh--green {
  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 d='M14 7.3335C13.8232 7.3335 13.6537 7.40373 13.5286 7.52876C13.4036 7.65378 13.3334 7.82335 13.3334 8.00016C13.3413 9.24885 12.9136 10.4612 12.1238 11.4285C11.3341 12.3957 10.2317 13.0573 9.00668 13.2992C7.78164 13.5412 6.51056 13.3484 5.41238 12.754C4.31419 12.1597 3.45765 11.2009 2.99026 10.043C2.52287 8.88506 2.4739 7.60037 2.85179 6.41021C3.22967 5.22005 4.01076 4.19892 5.06051 3.52268C6.11026 2.84645 7.36297 2.55744 8.60288 2.70544C9.84279 2.85344 10.9923 3.42918 11.8534 4.3335H10.2534C10.0766 4.3335 9.907 4.40373 9.78197 4.52876C9.65695 4.65378 9.58671 4.82335 9.58671 5.00016C9.58671 5.17697 9.65695 5.34654 9.78197 5.47157C9.907 5.59659 10.0766 5.66683 10.2534 5.66683H13.2734C13.4502 5.66683 13.6198 5.59659 13.7448 5.47157C13.8698 5.34654 13.94 5.17697 13.94 5.00016V2.00016C13.94 1.82335 13.8698 1.65378 13.7448 1.52876C13.6198 1.40373 13.4502 1.3335 13.2734 1.3335C13.0966 1.3335 12.927 1.40373 12.802 1.52876C12.6769 1.65378 12.6067 1.82335 12.6067 2.00016V3.18016C11.4965 2.11887 10.0539 1.47346 8.52272 1.35305C6.99157 1.23263 5.4658 1.64459 4.20332 2.51929C2.94085 3.39399 2.01912 4.67777 1.59393 6.15362C1.16874 7.62948 1.26618 9.20688 1.86978 10.6192C2.47338 12.0315 3.54611 13.1921 4.90664 13.9047C6.26717 14.6174 7.83204 14.8384 9.33674 14.5305C10.8414 14.2225 12.1936 13.4045 13.1648 12.2146C14.136 11.0247 14.6665 9.53605 14.6667 8.00016C14.6667 7.82335 14.5965 7.65378 14.4714 7.52876C14.3464 7.40373 14.1769 7.3335 14 7.3335Z' fill='%2324B363'/%3E%3C/svg%3E");
}

.svg_copy--dark {
  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 d='M14 5.96016C13.9931 5.89892 13.9796 5.83858 13.96 5.78016V5.72016C13.9279 5.65162 13.8852 5.58861 13.8333 5.5335L9.83333 1.5335C9.77822 1.48164 9.71521 1.43888 9.64667 1.40683C9.62677 1.404 9.60657 1.404 9.58667 1.40683C9.51894 1.36799 9.44415 1.34306 9.36667 1.3335H6.66667C6.13623 1.3335 5.62753 1.54421 5.25245 1.91928C4.87738 2.29436 4.66667 2.80306 4.66667 3.3335V4.00016H4C3.46957 4.00016 2.96086 4.21088 2.58579 4.58595C2.21071 4.96102 2 5.46973 2 6.00016V12.6668C2 13.1973 2.21071 13.706 2.58579 14.081C2.96086 14.4561 3.46957 14.6668 4 14.6668H9.33333C9.86377 14.6668 10.3725 14.4561 10.7475 14.081C11.1226 13.706 11.3333 13.1973 11.3333 12.6668V12.0002H12C12.5304 12.0002 13.0391 11.7894 13.4142 11.4144C13.7893 11.0393 14 10.5306 14 10.0002V6.00016C14 6.00016 14 6.00016 14 5.96016ZM10 3.60683L11.7267 5.3335H10.6667C10.4899 5.3335 10.3203 5.26326 10.1953 5.13823C10.0702 5.01321 10 4.84364 10 4.66683V3.60683ZM10 12.6668C10 12.8436 9.92976 13.0132 9.80474 13.1382C9.67971 13.2633 9.51014 13.3335 9.33333 13.3335H4C3.82319 13.3335 3.65362 13.2633 3.5286 13.1382C3.40357 13.0132 3.33333 12.8436 3.33333 12.6668V6.00016C3.33333 5.82335 3.40357 5.65378 3.5286 5.52876C3.65362 5.40373 3.82319 5.3335 4 5.3335H4.66667V10.0002C4.66667 10.5306 4.87738 11.0393 5.25245 11.4144C5.62753 11.7894 6.13623 12.0002 6.66667 12.0002H10V12.6668ZM12.6667 10.0002C12.6667 10.177 12.5964 10.3465 12.4714 10.4716C12.3464 10.5966 12.1768 10.6668 12 10.6668H6.66667C6.48986 10.6668 6.32029 10.5966 6.19526 10.4716C6.07024 10.3465 6 10.177 6 10.0002V3.3335C6 3.15669 6.07024 2.98712 6.19526 2.86209C6.32029 2.73707 6.48986 2.66683 6.66667 2.66683H8.66667V4.66683C8.66667 5.19726 8.87738 5.70597 9.25245 6.08104C9.62753 6.45612 10.1362 6.66683 10.6667 6.66683H12.6667V10.0002Z' fill='%23060809'/%3E%3C/svg%3E");
}

.svg_add--primary {
  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 d='M9 1.5C7.51664 1.5 6.0666 1.93987 4.83323 2.76398C3.59986 3.58809 2.63856 4.75943 2.07091 6.12987C1.50325 7.50032 1.35472 9.00832 1.64411 10.4632C1.9335 11.918 2.64781 13.2544 3.6967 14.3033C4.7456 15.3522 6.08197 16.0665 7.53683 16.3559C8.99168 16.6453 10.4997 16.4968 11.8701 15.9291C13.2406 15.3614 14.4119 14.4001 15.236 13.1668C16.0601 11.9334 16.5 10.4834 16.5 9C16.5 8.01509 16.306 7.03982 15.9291 6.12987C15.5522 5.21993 14.9997 4.39314 14.3033 3.6967C13.6069 3.00026 12.7801 2.44781 11.8701 2.0709C10.9602 1.69399 9.98492 1.5 9 1.5ZM9 15C7.81332 15 6.65328 14.6481 5.66658 13.9888C4.67989 13.3295 3.91085 12.3925 3.45673 11.2961C3.0026 10.1997 2.88378 8.99334 3.11529 7.82946C3.3468 6.66557 3.91825 5.59647 4.75736 4.75736C5.59648 3.91824 6.66558 3.3468 7.82946 3.11529C8.99335 2.88378 10.1997 3.0026 11.2961 3.45672C12.3925 3.91085 13.3295 4.67988 13.9888 5.66658C14.6481 6.65327 15 7.81331 15 9C15 10.5913 14.3679 12.1174 13.2426 13.2426C12.1174 14.3679 10.5913 15 9 15ZM12 8.25H9.75V6C9.75 5.80109 9.67099 5.61032 9.53033 5.46967C9.38968 5.32902 9.19892 5.25 9 5.25C8.80109 5.25 8.61033 5.32902 8.46967 5.46967C8.32902 5.61032 8.25 5.80109 8.25 6V8.25H6C5.80109 8.25 5.61033 8.32902 5.46967 8.46967C5.32902 8.61032 5.25 8.80109 5.25 9C5.25 9.19891 5.32902 9.38968 5.46967 9.53033C5.61033 9.67098 5.80109 9.75 6 9.75H8.25V12C8.25 12.1989 8.32902 12.3897 8.46967 12.5303C8.61033 12.671 8.80109 12.75 9 12.75C9.19892 12.75 9.38968 12.671 9.53033 12.5303C9.67099 12.3897 9.75 12.1989 9.75 12V9.75H12C12.1989 9.75 12.3897 9.67098 12.5303 9.53033C12.671 9.38968 12.75 9.19891 12.75 9C12.75 8.80109 12.671 8.61032 12.5303 8.46967C12.3897 8.32902 12.1989 8.25 12 8.25Z' fill='%23040769'/%3E%3C/svg%3E");
}

.svg_employee--green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.27 11.1976C11.7502 10.7819 12.1354 10.2678 12.3994 9.69013C12.6634 9.11245 12.8 8.48475 12.8 7.84961C12.8 6.65614 12.3259 5.51154 11.482 4.66763C10.638 3.82372 9.49345 3.34961 8.29998 3.34961C7.1065 3.34961 5.96191 3.82372 5.118 4.66763C4.27408 5.51154 3.79998 6.65614 3.79998 7.84961C3.79997 8.48475 3.9366 9.11245 4.20059 9.69013C4.46458 10.2678 4.84976 10.7819 5.32998 11.1976C4.0701 11.7681 3.00119 12.6894 2.25106 13.8513C1.50092 15.0132 1.1013 16.3666 1.09998 17.7496C1.09998 17.9883 1.1948 18.2172 1.36358 18.386C1.53236 18.5548 1.76128 18.6496 1.99998 18.6496C2.23867 18.6496 2.46759 18.5548 2.63637 18.386C2.80515 18.2172 2.89998 17.9883 2.89998 17.7496C2.89998 16.3174 3.4689 14.9439 4.4816 13.9312C5.4943 12.9185 6.86781 12.3496 8.29998 12.3496C9.73215 12.3496 11.1057 12.9185 12.1184 13.9312C13.1311 14.9439 13.7 16.3174 13.7 17.7496C13.7 17.9883 13.7948 18.2172 13.9636 18.386C14.1324 18.5548 14.3613 18.6496 14.6 18.6496C14.8387 18.6496 15.0676 18.5548 15.2364 18.386C15.4052 18.2172 15.5 17.9883 15.5 17.7496C15.4987 16.3666 15.099 15.0132 14.3489 13.8513C13.5988 12.6894 12.5299 11.7681 11.27 11.1976ZM8.29998 10.5496C7.76597 10.5496 7.24395 10.3913 6.79994 10.0946C6.35592 9.7979 6.00986 9.37621 5.8055 8.88285C5.60114 8.38949 5.54768 7.84661 5.65186 7.32287C5.75604 6.79912 6.01319 6.31802 6.39079 5.94042C6.76839 5.56282 7.24948 5.30567 7.77323 5.20149C8.29698 5.09731 8.83986 5.15078 9.33322 5.35513C9.82658 5.55949 10.2483 5.90556 10.5449 6.34957C10.8416 6.79358 11 7.3156 11 7.84961C11 8.56569 10.7155 9.25245 10.2092 9.7588C9.70282 10.2651 9.01606 10.5496 8.29998 10.5496ZM17.066 10.8376C17.6419 10.189 18.0182 9.38776 18.1494 8.53031C18.2806 7.67287 18.1612 6.79578 17.8056 6.00461C17.4499 5.21344 16.8732 4.54193 16.1448 4.07089C15.4164 3.59985 14.5674 3.34938 13.7 3.34961C13.4613 3.34961 13.2324 3.44443 13.0636 3.61321C12.8948 3.782 12.8 4.01091 12.8 4.24961C12.8 4.4883 12.8948 4.71722 13.0636 4.88601C13.2324 5.05479 13.4613 5.14961 13.7 5.14961C14.4161 5.14961 15.1028 5.43407 15.6092 5.94042C16.1155 6.44677 16.4 7.13352 16.4 7.84961C16.3987 8.32233 16.2733 8.78642 16.0364 9.19549C15.7995 9.60455 15.4594 9.94425 15.05 10.1806C14.9165 10.2576 14.8051 10.3675 14.7263 10.4999C14.6475 10.6322 14.604 10.7826 14.6 10.9366C14.5962 11.0894 14.6314 11.2406 14.7023 11.376C14.7731 11.5115 14.8773 11.6266 15.005 11.7106L15.356 11.9446L15.473 12.0076C16.5578 12.5222 17.4731 13.336 18.1109 14.3533C18.7487 15.3706 19.0825 16.549 19.073 17.7496C19.073 17.9883 19.1678 18.2172 19.3366 18.386C19.5054 18.5548 19.7343 18.6496 19.973 18.6496C20.2117 18.6496 20.4406 18.5548 20.6094 18.386C20.7782 18.2172 20.873 17.9883 20.873 17.7496C20.8803 16.3685 20.5344 15.0084 19.8681 13.7987C19.2018 12.5889 18.2372 11.5696 17.066 10.8376Z' fill='%2329C76F'/%3E%3C/svg%3E");
}

.svg_loan--blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1 5.85H14.4001V4.95C14.4001 4.23392 14.1156 3.54716 13.6092 3.04081C13.1029 2.53446 12.4161 2.25 11.7001 2.25H9.90005C9.18397 2.25 8.49721 2.53446 7.99086 3.04081C7.48451 3.54716 7.20005 4.23392 7.20005 4.95V5.85H4.50005C3.78396 5.85 3.09721 6.13446 2.59086 6.64081C2.08451 7.14716 1.80005 7.83392 1.80005 8.55V16.65C1.80005 17.3661 2.08451 18.0528 2.59086 18.5592C3.09721 19.0655 3.78396 19.35 4.50005 19.35H17.1C17.8161 19.35 18.5029 19.0655 19.0092 18.5592C19.5156 18.0528 19.8001 17.3661 19.8001 16.65V8.55C19.8001 7.83392 19.5156 7.14716 19.0092 6.64081C18.5029 6.13446 17.8161 5.85 17.1 5.85ZM9.00005 4.95C9.00005 4.71131 9.09487 4.48239 9.26365 4.3136C9.43244 4.14482 9.66136 4.05 9.90005 4.05H11.7001C11.9387 4.05 12.1677 4.14482 12.3364 4.3136C12.5052 4.48239 12.6 4.71131 12.6 4.95V5.85H9.00005V4.95ZM18 16.65C18 16.8887 17.9052 17.1176 17.7364 17.2864C17.5677 17.4552 17.3387 17.55 17.1 17.55H4.50005C4.26135 17.55 4.03244 17.4552 3.86365 17.2864C3.69487 17.1176 3.60005 16.8887 3.60005 16.65V11.7C4.47795 12.0482 5.38041 12.331 6.30005 12.546V13.077C6.30005 13.3157 6.39487 13.5446 6.56365 13.7134C6.73244 13.8822 6.96135 13.977 7.20005 13.977C7.43874 13.977 7.66766 13.8822 7.83645 13.7134C8.00523 13.5446 8.10005 13.3157 8.10005 13.077V12.888C8.99496 13.0098 9.89689 13.073 10.8 13.077C11.7032 13.073 12.6051 13.0098 13.5 12.888V13.077C13.5 13.3157 13.5949 13.5446 13.7637 13.7134C13.9324 13.8822 14.1614 13.977 14.4001 13.977C14.6387 13.977 14.8677 13.8822 15.0364 13.7134C15.2052 13.5446 15.3001 13.3157 15.3001 13.077V12.546C16.2197 12.331 17.1222 12.0482 18 11.7V16.65ZM18 9.729C17.1247 10.0984 16.222 10.3993 15.3001 10.629V10.35C15.3001 10.1113 15.2052 9.88239 15.0364 9.7136C14.8677 9.54482 14.6387 9.45 14.4001 9.45C14.1614 9.45 13.9324 9.54482 13.7637 9.7136C13.5949 9.88239 13.5 10.1113 13.5 10.35V11.016C11.7102 11.286 9.88992 11.286 8.10005 11.016V10.35C8.10005 10.1113 8.00523 9.88239 7.83645 9.7136C7.66766 9.54482 7.43874 9.45 7.20005 9.45C6.96135 9.45 6.73244 9.54482 6.56365 9.7136C6.39487 9.88239 6.30005 10.1113 6.30005 10.35V10.647C5.37811 10.4173 4.47539 10.1164 3.60005 9.747V8.55C3.60005 8.31131 3.69487 8.08239 3.86365 7.9136C4.03244 7.74482 4.26135 7.65 4.50005 7.65H17.1C17.3387 7.65 17.5677 7.74482 17.7364 7.9136C17.9052 8.08239 18 8.31131 18 8.55V9.729Z' fill='%230093DD'/%3E%3C/svg%3E");
}

.svg_download--dark {
  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 d='M6 6C5.80109 6 5.61032 6.07902 5.46967 6.21967C5.32902 6.36032 5.25 6.55109 5.25 6.75C5.25 6.94891 5.32902 7.13968 5.46967 7.28033C5.61032 7.42098 5.80109 7.5 6 7.5H6.75C6.94891 7.5 7.13968 7.42098 7.28033 7.28033C7.42098 7.13968 7.5 6.94891 7.5 6.75C7.5 6.55109 7.42098 6.36032 7.28033 6.21967C7.13968 6.07902 6.94891 6 6.75 6H6ZM9.75 15H4.5C4.30109 15 4.11032 14.921 3.96967 14.7803C3.82902 14.6397 3.75 14.4489 3.75 14.25V3.75C3.75 3.55109 3.82902 3.36032 3.96967 3.21967C4.11032 3.07902 4.30109 3 4.5 3H8.25V5.25C8.25 5.84674 8.48705 6.41903 8.90901 6.84099C9.33097 7.26295 9.90326 7.5 10.5 7.5H12.75V9C12.75 9.19891 12.829 9.38968 12.9697 9.53033C13.1103 9.67098 13.3011 9.75 13.5 9.75C13.6989 9.75 13.8897 9.67098 14.0303 9.53033C14.171 9.38968 14.25 9.19891 14.25 9V6.75C14.25 6.75 14.25 6.75 14.25 6.705C14.2422 6.6361 14.2271 6.56822 14.205 6.5025V6.435C14.1689 6.35788 14.1208 6.287 14.0625 6.225L9.5625 1.725C9.5005 1.66666 9.42962 1.61856 9.3525 1.5825C9.32769 1.57816 9.30231 1.57816 9.2775 1.5825C9.20457 1.5435 9.1262 1.51569 9.045 1.5H4.5C3.90326 1.5 3.33097 1.73705 2.90901 2.15901C2.48705 2.58097 2.25 3.15326 2.25 3.75V14.25C2.25 14.8467 2.48705 15.419 2.90901 15.841C3.33097 16.2629 3.90326 16.5 4.5 16.5H9.75C9.94891 16.5 10.1397 16.421 10.2803 16.2803C10.421 16.1397 10.5 15.9489 10.5 15.75C10.5 15.5511 10.421 15.3603 10.2803 15.2197C10.1397 15.079 9.94891 15 9.75 15ZM9.75 4.0575L11.6925 6H10.5C10.3011 6 10.1103 5.92098 9.96967 5.78033C9.82902 5.63968 9.75 5.44891 9.75 5.25V4.0575ZM10.5 9H6C5.80109 9 5.61032 9.07902 5.46967 9.21967C5.32902 9.36032 5.25 9.55109 5.25 9.75C5.25 9.94891 5.32902 10.1397 5.46967 10.2803C5.61032 10.421 5.80109 10.5 6 10.5H10.5C10.6989 10.5 10.8897 10.421 11.0303 10.2803C11.171 10.1397 11.25 9.94891 11.25 9.75C11.25 9.55109 11.171 9.36032 11.0303 9.21967C10.8897 9.07902 10.6989 9 10.5 9ZM15.5325 13.7175C15.4628 13.6472 15.3798 13.5914 15.2884 13.5533C15.197 13.5153 15.099 13.4957 15 13.4957C14.901 13.4957 14.803 13.5153 14.7116 13.5533C14.6202 13.5914 14.5372 13.6472 14.4675 13.7175L14.25 13.9425V12C14.25 11.8011 14.171 11.6103 14.0303 11.4697C13.8897 11.329 13.6989 11.25 13.5 11.25C13.3011 11.25 13.1103 11.329 12.9697 11.4697C12.829 11.6103 12.75 11.8011 12.75 12V13.9425L12.5325 13.7175C12.3913 13.5763 12.1997 13.4969 12 13.4969C11.8003 13.4969 11.6087 13.5763 11.4675 13.7175C11.3263 13.8587 11.2469 14.0503 11.2469 14.25C11.2469 14.4497 11.3263 14.6413 11.4675 14.7825L12.9675 16.2825C13.0388 16.3508 13.1229 16.4043 13.215 16.44C13.3048 16.4797 13.4018 16.5002 13.5 16.5002C13.5982 16.5002 13.6952 16.4797 13.785 16.44C13.8771 16.4043 13.9612 16.3508 14.0325 16.2825L15.5325 14.7825C15.6028 14.7128 15.6586 14.6298 15.6967 14.5384C15.7347 14.447 15.7543 14.349 15.7543 14.25C15.7543 14.151 15.7347 14.053 15.6967 13.9616C15.6586 13.8702 15.6028 13.7872 15.5325 13.7175ZM9 13.5C9.19891 13.5 9.38968 13.421 9.53033 13.2803C9.67098 13.1397 9.75 12.9489 9.75 12.75C9.75 12.5511 9.67098 12.3603 9.53033 12.2197C9.38968 12.079 9.19891 12 9 12H6C5.80109 12 5.61032 12.079 5.46967 12.2197C5.32902 12.3603 5.25 12.5511 5.25 12.75C5.25 12.9489 5.32902 13.1397 5.46967 13.2803C5.61032 13.421 5.80109 13.5 6 13.5H9Z' fill='%23486581'/%3E%3C/svg%3E");
}

.svg_send--dark {
  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 d='M15.8626 2.14519C15.5761 1.85311 15.2127 1.6481 14.8145 1.55387C14.4164 1.45964 13.9997 1.48003 13.6126 1.61269L3.0001 5.16019C2.57208 5.30029 2.19811 5.5698 1.92981 5.93152C1.66151 6.29323 1.51211 6.72932 1.50223 7.17957C1.49235 7.62982 1.62249 8.07203 1.87467 8.44517C2.12685 8.8183 2.48864 9.10395 2.9101 9.26269L6.8401 10.7627C6.92959 10.7969 7.01107 10.8492 7.07946 10.9163C7.14785 10.9834 7.20168 11.0639 7.2376 11.1527L8.7376 15.0902C8.89029 15.5057 9.16736 15.864 9.53107 16.1163C9.89478 16.3686 10.3274 16.5027 10.7701 16.5002H10.8226C11.2734 16.492 11.7103 16.3429 12.0721 16.0739C12.4339 15.805 12.7024 15.4295 12.8401 15.0002L16.3876 4.37269C16.5166 3.98939 16.5358 3.57765 16.443 3.184C16.3503 2.79036 16.1492 2.43053 15.8626 2.14519ZM15.0001 3.90019L11.4151 14.5352C11.3735 14.6698 11.2899 14.7875 11.1765 14.8712C11.0631 14.9549 10.926 15.0001 10.7851 15.0002C10.645 15.0025 10.5076 14.9621 10.391 14.8844C10.2745 14.8067 10.1843 14.6954 10.1326 14.5652L8.6326 10.6277C8.52385 10.3416 8.35614 10.0816 8.14036 9.86448C7.92458 9.6474 7.66555 9.47814 7.3801 9.36769L3.4426 7.86769C3.30977 7.81902 3.19559 7.72984 3.11619 7.61276C3.03678 7.49567 2.99618 7.3566 3.0001 7.21519C3.00021 7.0743 3.04541 6.93714 3.12908 6.82378C3.21275 6.71043 3.3305 6.62682 3.4651 6.58519L14.1001 3.03769C14.2222 2.98793 14.3561 2.97459 14.4856 2.99931C14.6151 3.02402 14.7347 3.08573 14.8299 3.17696C14.9251 3.26819 14.9918 3.38504 15.022 3.51339C15.0522 3.64173 15.0446 3.77608 15.0001 3.90019Z' fill='%23486581'/%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_download--primary {
  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.66667 6.6665C6.44565 6.6665 6.23369 6.7543 6.07741 6.91058C5.92113 7.06686 5.83333 7.27882 5.83333 7.49984C5.83333 7.72085 5.92113 7.93281 6.07741 8.08909C6.23369 8.24537 6.44565 8.33317 6.66667 8.33317H7.5C7.72101 8.33317 7.93297 8.24537 8.08926 8.08909C8.24554 7.93281 8.33333 7.72085 8.33333 7.49984C8.33333 7.27882 8.24554 7.06686 8.08926 6.91058C7.93297 6.7543 7.72101 6.6665 7.5 6.6665H6.66667ZM10.8333 16.6665H5C4.77899 16.6665 4.56702 16.5787 4.41074 16.4224C4.25446 16.2661 4.16667 16.0542 4.16667 15.8332V4.1665C4.16667 3.94549 4.25446 3.73353 4.41074 3.57725C4.56702 3.42097 4.77899 3.33317 5 3.33317H9.16667V5.83317C9.16667 6.49621 9.43006 7.1321 9.8989 7.60094C10.3677 8.06978 11.0036 8.33317 11.6667 8.33317H14.1667V9.99984C14.1667 10.2209 14.2545 10.4328 14.4107 10.5891C14.567 10.7454 14.779 10.8332 15 10.8332C15.221 10.8332 15.433 10.7454 15.5893 10.5891C15.7455 10.4328 15.8333 10.2209 15.8333 9.99984V7.49984C15.8333 7.49984 15.8333 7.49984 15.8333 7.44984C15.8247 7.37328 15.8079 7.29786 15.7833 7.22484V7.14984C15.7433 7.06415 15.6898 6.98539 15.625 6.9165L10.625 1.9165C10.5561 1.85168 10.4774 1.79824 10.3917 1.75817C10.3641 1.75335 10.3359 1.75335 10.3083 1.75817C10.2273 1.71484 10.1402 1.68394 10.05 1.6665H5C4.33696 1.6665 3.70107 1.9299 3.23223 2.39874C2.76339 2.86758 2.5 3.50346 2.5 4.1665V15.8332C2.5 16.4962 2.76339 17.1321 3.23223 17.6009C3.70107 18.0698 4.33696 18.3332 5 18.3332H10.8333C11.0543 18.3332 11.2663 18.2454 11.4226 18.0891C11.5789 17.9328 11.6667 17.7208 11.6667 17.4998C11.6667 17.2788 11.5789 17.0669 11.4226 16.9106C11.2663 16.7543 11.0543 16.6665 10.8333 16.6665ZM10.8333 4.50817L12.9917 6.6665H11.6667C11.4457 6.6665 11.2337 6.57871 11.0774 6.42243C10.9211 6.26615 10.8333 6.05418 10.8333 5.83317V4.50817ZM11.6667 9.99984H6.66667C6.44565 9.99984 6.23369 10.0876 6.07741 10.2439C5.92113 10.4002 5.83333 10.6122 5.83333 10.8332C5.83333 11.0542 5.92113 11.2661 6.07741 11.4224C6.23369 11.5787 6.44565 11.6665 6.66667 11.6665H11.6667C11.8877 11.6665 12.0996 11.5787 12.2559 11.4224C12.4122 11.2661 12.5 11.0542 12.5 10.8332C12.5 10.6122 12.4122 10.4002 12.2559 10.2439C12.0996 10.0876 11.8877 9.99984 11.6667 9.99984ZM17.2583 15.2415C17.1809 15.1634 17.0887 15.1014 16.9871 15.0591C16.8856 15.0168 16.7767 14.995 16.6667 14.995C16.5567 14.995 16.4477 15.0168 16.3462 15.0591C16.2446 15.1014 16.1525 15.1634 16.075 15.2415L15.8333 15.4915V13.3332C15.8333 13.1122 15.7455 12.9002 15.5893 12.7439C15.433 12.5876 15.221 12.4998 15 12.4998C14.779 12.4998 14.567 12.5876 14.4107 12.7439C14.2545 12.9002 14.1667 13.1122 14.1667 13.3332V15.4915L13.925 15.2415C13.7681 15.0846 13.5553 14.9964 13.3333 14.9964C13.1114 14.9964 12.8986 15.0846 12.7417 15.2415C12.5847 15.3984 12.4966 15.6113 12.4966 15.8332C12.4966 16.0551 12.5847 16.2679 12.7417 16.4248L14.4083 18.0915C14.4876 18.1674 14.581 18.2268 14.6833 18.2665C14.7831 18.3106 14.8909 18.3334 15 18.3334C15.1091 18.3334 15.2169 18.3106 15.3167 18.2665C15.419 18.2268 15.5124 18.1674 15.5917 18.0915L17.2583 16.4248C17.3364 16.3474 17.3984 16.2552 17.4407 16.1537C17.4831 16.0521 17.5048 15.9432 17.5048 15.8332C17.5048 15.7232 17.4831 15.6142 17.4407 15.5127C17.3984 15.4111 17.3364 15.319 17.2583 15.2415ZM10 14.9998C10.221 14.9998 10.433 14.912 10.5893 14.7558C10.7455 14.5995 10.8333 14.3875 10.8333 14.1665C10.8333 13.9455 10.7455 13.7335 10.5893 13.5772C10.433 13.421 10.221 13.3332 10 13.3332H6.66667C6.44565 13.3332 6.23369 13.421 6.07741 13.5772C5.92113 13.7335 5.83333 13.9455 5.83333 14.1665C5.83333 14.3875 5.92113 14.5995 6.07741 14.7558C6.23369 14.912 6.44565 14.9998 6.66667 14.9998H10Z' fill='%23040769'/%3E%3C/svg%3E");
}

.svg_dot--h-dark {
  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='M10 8.33301C9.67037 8.33301 9.34813 8.43076 9.07405 8.61389C8.79997 8.79703 8.58635 9.05733 8.4602 9.36187C8.33406 9.66641 8.30105 10.0015 8.36536 10.3248C8.42967 10.6481 8.5884 10.9451 8.82149 11.1782C9.05458 11.4113 9.35155 11.57 9.67485 11.6343C9.99815 11.6986 10.3333 11.6656 10.6378 11.5395C10.9424 11.4133 11.2026 11.1997 11.3858 10.9256C11.5689 10.6515 11.6667 10.3293 11.6667 9.99967C11.6667 9.55765 11.4911 9.13372 11.1785 8.82116C10.866 8.5086 10.442 8.33301 10 8.33301ZM4.16667 8.33301C3.83703 8.33301 3.5148 8.43076 3.24072 8.61389C2.96664 8.79703 2.75301 9.05733 2.62687 9.36187C2.50072 9.66641 2.46772 10.0015 2.53203 10.3248C2.59633 10.6481 2.75507 10.9451 2.98816 11.1782C3.22124 11.4113 3.51822 11.57 3.84152 11.6343C4.16482 11.6986 4.49993 11.6656 4.80447 11.5395C5.10902 11.4133 5.36931 11.1997 5.55245 10.9256C5.73559 10.6515 5.83333 10.3293 5.83333 9.99967C5.83333 9.55765 5.65774 9.13372 5.34518 8.82116C5.03262 8.5086 4.6087 8.33301 4.16667 8.33301ZM15.8333 8.33301C15.5037 8.33301 15.1815 8.43076 14.9074 8.61389C14.6333 8.79703 14.4197 9.05733 14.2935 9.36187C14.1674 9.66641 14.1344 10.0015 14.1987 10.3248C14.263 10.6481 14.4217 10.9451 14.6548 11.1782C14.8879 11.4113 15.1849 11.57 15.5082 11.6343C15.8315 11.6986 16.1666 11.6656 16.4711 11.5395C16.7757 11.4133 17.036 11.1997 17.2191 10.9256C17.4023 10.6515 17.5 10.3293 17.5 9.99967C17.5 9.55765 17.3244 9.13372 17.0118 8.82116C16.6993 8.5086 16.2754 8.33301 15.8333 8.33301Z' fill='%23060809'/%3E%3C/svg%3E");
}

.svg_edit--primary {
  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 d='M14.6666 4.82635C14.6671 4.73861 14.6503 4.65164 14.6171 4.57041C14.5839 4.48919 14.535 4.41531 14.4733 4.35302L11.6466 1.52635C11.5843 1.46456 11.5104 1.41568 11.4292 1.3825C11.348 1.34933 11.261 1.33251 11.1733 1.33302C11.0855 1.33251 10.9985 1.34933 10.9173 1.3825C10.8361 1.41568 10.7622 1.46456 10.6999 1.52635L8.81326 3.41302L1.5266 10.6997C1.46481 10.762 1.41593 10.8359 1.38275 10.9171C1.34957 10.9983 1.33276 11.0853 1.33326 11.173V13.9997C1.33326 14.1765 1.4035 14.3461 1.52853 14.4711C1.65355 14.5961 1.82312 14.6664 1.99993 14.6664H4.8266C4.91988 14.6714 5.01319 14.6568 5.10048 14.6235C5.18776 14.5902 5.26707 14.5389 5.33326 14.473L12.5799 7.18635L14.4733 5.33302C14.5341 5.26841 14.5837 5.19404 14.6199 5.11302C14.6264 5.05988 14.6264 5.00616 14.6199 4.95302C14.623 4.92199 14.623 4.89072 14.6199 4.85969L14.6666 4.82635ZM4.55326 13.333H2.6666V11.4464L9.2866 4.82635L11.1733 6.71302L4.55326 13.333ZM12.1133 5.77302L10.2266 3.88635L11.1733 2.94635L13.0533 4.82635L12.1133 5.77302Z' fill='%23040769'/%3E%3C/svg%3E");
}

.svg_edit--grey {
  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 d='M14.6666 4.82635C14.6671 4.73861 14.6503 4.65164 14.6171 4.57041C14.5839 4.48919 14.535 4.41531 14.4733 4.35302L11.6466 1.52635C11.5843 1.46456 11.5104 1.41568 11.4292 1.3825C11.348 1.34933 11.261 1.33251 11.1733 1.33302C11.0855 1.33251 10.9985 1.34933 10.9173 1.3825C10.8361 1.41568 10.7622 1.46456 10.6999 1.52635L8.81326 3.41302L1.5266 10.6997C1.46481 10.762 1.41593 10.8359 1.38275 10.9171C1.34957 10.9983 1.33276 11.0853 1.33326 11.173V13.9997C1.33326 14.1765 1.4035 14.3461 1.52853 14.4711C1.65355 14.5961 1.82312 14.6664 1.99993 14.6664H4.8266C4.91988 14.6714 5.01319 14.6568 5.10048 14.6235C5.18776 14.5902 5.26707 14.5389 5.33326 14.473L12.5799 7.18635L14.4733 5.33302C14.5341 5.26841 14.5837 5.19404 14.6199 5.11302C14.6264 5.05988 14.6264 5.00616 14.6199 4.95302C14.623 4.92199 14.623 4.89072 14.6199 4.85969L14.6666 4.82635ZM4.55326 13.333H2.6666V11.4464L9.2866 4.82635L11.1733 6.71302L4.55326 13.333ZM12.1133 5.77302L10.2266 3.88635L11.1733 2.94635L13.0533 4.82635L12.1133 5.77302Z' fill='%23334E68'/%3E%3C/svg%3E");
}

.svg_timeline {
  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%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 9.33329C14.2319 9.33329 12.5362 10.0357 11.286 11.2859C10.0357 12.5362 9.33334 14.2318 9.33334 16C9.33334 16.8754 9.50578 17.7423 9.84081 18.5512C10.1758 19.36 10.6669 20.0949 11.286 20.714C11.905 21.3331 12.6399 21.8241 13.4488 22.1592C14.2576 22.4942 15.1245 22.6666 16 22.6666C16.8755 22.6666 17.7424 22.4942 18.5512 22.1592C19.3601 21.8241 20.095 21.3331 20.7141 20.714C21.3331 20.0949 21.8242 19.36 22.1592 18.5512C22.4942 17.7423 22.6667 16.8754 22.6667 16C22.6667 14.2318 21.9643 12.5362 20.7141 11.2859C19.4638 10.0357 17.7681 9.33329 16 9.33329ZM10.1074 10.1074C11.6703 8.5446 13.7899 7.66663 16 7.66663C18.2101 7.66663 20.3298 8.5446 21.8926 10.1074C23.4554 11.6702 24.3333 13.7898 24.3333 16C24.3333 17.0943 24.1178 18.1779 23.699 19.189C23.2802 20.2 22.6664 21.1187 21.8926 21.8925C21.1187 22.6663 20.2001 23.2802 19.189 23.699C18.178 24.1177 17.0944 24.3333 16 24.3333C14.9057 24.3333 13.822 24.1177 12.811 23.699C11.7999 23.2802 10.8813 22.6663 10.1074 21.8925C9.33363 21.1187 8.7198 20.2 8.30101 19.189C7.88222 18.1779 7.66667 17.0943 7.66667 16C7.66667 13.7898 8.54465 11.6702 10.1074 10.1074ZM16 11.8333C16.4602 11.8333 16.8333 12.2064 16.8333 12.6666V15.6548L19.0893 17.9107C19.4147 18.2361 19.4147 18.7638 19.0893 19.0892C18.7638 19.4147 18.2362 19.4147 17.9108 19.0892L15.4107 16.5892C15.2545 16.4329 15.1667 16.221 15.1667 16V12.6666C15.1667 12.2064 15.5398 11.8333 16 11.8333Z' fill='%2329C76F'/%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_1812_2034)'%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.2635V17.7974Z' fill='%23EF3E36'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_1812_2034' 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_1812_2034'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1812_2034' result='shape'/%3E%3C/filter%3E%3C/defs%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_1812_2052)'%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='%230084C6'/%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='%230084C6'/%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='%230084C6'/%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_1812_2052' 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_1812_2052'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1812_2052' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.svg-xlsx {
  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_1812_2123)'%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='%2324B363'/%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='%2324B363'/%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='%2324B363'/%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_1812_2123' 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_1812_2123'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1812_2123' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.svg-generic {
  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_1812_2108)'%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='%23D9E2EC'/%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='%23486581'/%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='%23486581'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_1812_2108' 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_1812_2108'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1812_2108' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.svg_delete_red {
  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 d='M7.5 13.5C7.69891 13.5 7.88968 13.421 8.03033 13.2803C8.17098 13.1397 8.25 12.9489 8.25 12.75V8.25C8.25 8.05109 8.17098 7.86032 8.03033 7.71967C7.88968 7.57902 7.69891 7.5 7.5 7.5C7.30109 7.5 7.11032 7.57902 6.96967 7.71967C6.82902 7.86032 6.75 8.05109 6.75 8.25V12.75C6.75 12.9489 6.82902 13.1397 6.96967 13.2803C7.11032 13.421 7.30109 13.5 7.5 13.5ZM15 4.5H12V3.75C12 3.15326 11.7629 2.58097 11.341 2.15901C10.919 1.73705 10.3467 1.5 9.75 1.5H8.25C7.65326 1.5 7.08097 1.73705 6.65901 2.15901C6.23705 2.58097 6 3.15326 6 3.75V4.5H3C2.80109 4.5 2.61032 4.57902 2.46967 4.71967C2.32902 4.86032 2.25 5.05109 2.25 5.25C2.25 5.44891 2.32902 5.63968 2.46967 5.78033C2.61032 5.92098 2.80109 6 3 6H3.75V14.25C3.75 14.8467 3.98705 15.419 4.40901 15.841C4.83097 16.2629 5.40326 16.5 6 16.5H12C12.5967 16.5 13.169 16.2629 13.591 15.841C14.0129 15.419 14.25 14.8467 14.25 14.25V6H15C15.1989 6 15.3897 5.92098 15.5303 5.78033C15.671 5.63968 15.75 5.44891 15.75 5.25C15.75 5.05109 15.671 4.86032 15.5303 4.71967C15.3897 4.57902 15.1989 4.5 15 4.5ZM7.5 3.75C7.5 3.55109 7.57902 3.36032 7.71967 3.21967C7.86032 3.07902 8.05109 3 8.25 3H9.75C9.94891 3 10.1397 3.07902 10.2803 3.21967C10.421 3.36032 10.5 3.55109 10.5 3.75V4.5H7.5V3.75ZM12.75 14.25C12.75 14.4489 12.671 14.6397 12.5303 14.7803C12.3897 14.921 12.1989 15 12 15H6C5.80109 15 5.61032 14.921 5.46967 14.7803C5.32902 14.6397 5.25 14.4489 5.25 14.25V6H12.75V14.25ZM10.5 13.5C10.6989 13.5 10.8897 13.421 11.0303 13.2803C11.171 13.1397 11.25 12.9489 11.25 12.75V8.25C11.25 8.05109 11.171 7.86032 11.0303 7.71967C10.8897 7.57902 10.6989 7.5 10.5 7.5C10.3011 7.5 10.1103 7.57902 9.96967 7.71967C9.82902 7.86032 9.75 8.05109 9.75 8.25V12.75C9.75 12.9489 9.82902 13.1397 9.96967 13.2803C10.1103 13.421 10.3011 13.5 10.5 13.5Z' fill='%23EF3E36'/%3E%3C/svg%3E");
}

.svg_nav_close {
  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.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='white'/%3E%3C/svg%3E");
}

.svg_nav__trigger {
  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='M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H4C3.44772 7 3 6.55228 3 6ZM3 12C3 11.4477 3.44772 11 4 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H4C3.44772 13 3 12.5523 3 12ZM3 18C3 17.4477 3.44772 17 4 17H20C20.5523 17 21 17.4477 21 18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18Z' fill='%23102A43'/%3E%3C/svg%3E");
}

/*
@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 282.5px;
  }
}
*/
.auth-area {
  padding-top: 32px;
}
.auth-area .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
.auth-area .login-wrapper {
  max-width: 460px;
  width: 100%;
}

.auth-footer {
  padding: 24px 0;
}
.auth-footer .ft-grid {
  max-width: 560px;
  justify-content: space-between;
  align-items: center;
}
.auth-footer .ft-grid span,
.auth-footer .ft-grid a {
  font-size: 1.2rem;
  line-height: 1.33;
}
.auth-footer .ft-grid .ft-links a:first-of-type {
  margin-right: 32px;
}

.confirm-wrapper {
  max-width: 400px;
  width: 100%;
}
.confirm-wrapper .__confirm {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.confirm-wrapper .__confirm span.svg,
.confirm-wrapper .__confirm svg {
  height: 64px;
  width: 64px;
  margin-bottom: 24px;
}
.confirm-wrapper .__confirm span.svg_inline {
  height: 80px;
  width: 80px;
  border-radius: 60px;
  background: #e9f9f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirm-wrapper .__confirm span.svg_inline svg {
  height: 40px;
  width: 40px;
  margin-bottom: 0;
}
.confirm-wrapper .__confirm h4 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.33;
}

.pg-dashboard {
  flex: 1;
  display: flex;
  flex-direction: inherit;
  position: relative;
}
.pg-dashboard .d-menu {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 240px;
}
.pg-dashboard .d-menu .global-nav {
  background: linear-gradient(184.75deg, #040769 24.44%, #05098a 98.31%);
  padding-top: 24px;
  padding-bottom: 72px;
  height: 100%;
  position: relative;
}
.pg-dashboard .d-menu .global-nav .svg_nav_close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 28px;
  height: 28px;
  visibility: hidden;
}
.pg-dashboard .d-main {
  width: calc(100% - 240px);
  margin-left: 240px;
  background: #fafcfe;
  height: 100%;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pg-dashboard .page-container {
  padding: 60px 0 32px;
  flex: 1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.pg-dashboard .page-container .d-wrapper {
  padding: 24px 32px 20px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: block;
  position: relative;
  flex: 1;
}
.pg-dashboard .global-nav .nav-user {
  height: 100px;
  background-color: #040769;
}
.pg-dashboard .global-nav .nav-user .user-item {
  width: 200px;
  margin: 0 auto;
  background: #2a2c80;
  box-shadow: 1px 2px 2px rgba(159, 179, 200, 0.16);
  border-radius: 4px;
  padding: 12px;
}
.pg-dashboard .global-nav .nav-user .user-item .user__toggle::after {
  margin-left: auto;
  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='M4.2344 5.83439C4.38442 5.68442 4.58787 5.60017 4.8 5.60017C5.01213 5.60017 5.21557 5.68442 5.3656 5.83439L8 8.4688L10.6344 5.83439C10.7082 5.75799 10.7965 5.69704 10.8941 5.65511C10.9917 5.61319 11.0967 5.59112 11.2029 5.59019C11.3091 5.58927 11.4144 5.60951 11.5128 5.64974C11.6111 5.68996 11.7004 5.74936 11.7755 5.82448C11.8506 5.89959 11.91 5.98891 11.9503 6.08723C11.9905 6.18555 12.0107 6.29089 12.0098 6.39712C12.0089 6.50334 11.9868 6.60831 11.9449 6.70592C11.903 6.80352 11.842 6.8918 11.7656 6.96559L8.5656 10.1656C8.41557 10.3156 8.21213 10.3998 8 10.3998C7.78787 10.3998 7.58442 10.3156 7.4344 10.1656L4.2344 6.96559C4.08442 6.81557 4.00017 6.61213 4.00017 6.39999C4.00017 6.18786 4.08442 5.98442 4.2344 5.83439Z' fill='white'/%3E%3C/svg%3E");
}
.pg-dashboard .global-nav .nav-user .user-item .user__toggle.show::after {
  transform: rotate(180deg);
}
.pg-dashboard .global-nav .nav-user .user-item .__company {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 2px;
  width: 160px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pg-dashboard .global-nav .nav-user .user-item .__user {
  color: #bcccdc;
  font-size: 1.3rem;
  line-height: 1.38;
  width: 160px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pg-dashboard .global-nav .nav-user .user-item .user__dropdown {
  width: 200px;
  border: none;
  left: 0;
  background: #2a2c80;
  box-shadow: 1px 2px 2px rgba(159, 179, 200, 0.16);
  border-radius: 0px 0px 4px 4px;
  padding: 0 0 12px;
}
.pg-dashboard .global-nav .nav-user .user-item .user__dropdown.show {
  left: -12px !important;
}
.pg-dashboard .global-nav .nav-user .user-item .user__dropdown .link {
  height: 36px;
  line-height: 36px;
  display: block;
  width: 100%;
  color: #ffffff;
  padding-left: 12px;
  font-weight: 400;
}
.pg-dashboard .global-nav .nav-user .user-item .user__dropdown .link:hover {
  color: #bcccdc;
}
.pg-dashboard .global-nav .nav-user .user-item .user__dropdown li:last-of-type .link {
  color: #bcccdc;
}
.pg-dashboard .global-nav__menu {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
.pg-dashboard .global-nav__menu .menu-item {
  height: 36px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 24px;
  color: #b3b4d2;
  border: none !important;
}
.pg-dashboard .global-nav__menu .menu-item svg.menu_icon {
  margin-right: 8px;
  fill: #b3b4d2;
  height: 20px;
  width: 20px;
}
.pg-dashboard .global-nav__menu .menu-item.active {
  color: #ffffff;
}
.pg-dashboard .global-nav__menu .menu-item.active svg.menu_icon {
  fill: #ffffff;
}
.pg-dashboard .global-nav__menu .menu-item:hover {
  background-color: #2a2c80;
}
.pg-dashboard .d-header {
  height: 60px;
  background: #ffffff;
  display: flex;
  padding: 0 40px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9e2ec;
  position: fixed;
  z-index: 100;
  right: 0;
  width: calc(100% - 240px);
}
.pg-dashboard .d-header .svg_nav__trigger {
  display: none;
}
.pg-dashboard .d-header .title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.56;
  margin-bottom: 0;
  margin-top: 0;
}
.pg-dashboard .d-header .header-actions {
  margin-right: 24px;
}
.pg-dashboard .d-header .header-actions .action-toggle {
  color: #ffffff;
  background: #29c76f;
  border-radius: 32px;
  padding: 0px 16px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.pg-dashboard .d-header .header-actions .action-toggle::after {
  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 d='M11.7755 6.22068C11.6333 6.07934 11.441 6 11.2405 6C11.04 6 10.8477 6.07934 10.7055 6.22068L7.98103 8.90718L5.29453 6.22068C5.15234 6.07934 4.95999 6 4.7595 6C4.55901 6 4.36667 6.07934 4.22448 6.22068C4.15335 6.29123 4.09689 6.37517 4.05836 6.46765C4.01984 6.56012 4 6.65932 4 6.7595C4 6.85968 4.01984 6.95888 4.05836 7.05135C4.09689 7.14383 4.15335 7.22777 4.22448 7.29832L7.44221 10.516C7.51276 10.5872 7.59669 10.6436 7.68917 10.6822C7.78165 10.7207 7.88084 10.7405 7.98103 10.7405C8.08121 10.7405 8.1804 10.7207 8.27288 10.6822C8.36536 10.6436 8.4493 10.5872 8.51985 10.516L11.7755 7.29832C11.8466 7.22777 11.9031 7.14383 11.9416 7.05135C11.9802 6.95888 12 6.85968 12 6.7595C12 6.65932 11.9802 6.56012 11.9416 6.46765C11.9031 6.37517 11.8466 6.29123 11.7755 6.22068Z' fill='white'/%3E%3C/svg%3E");
}
.pg-dashboard .d-header .header-actions .action-dropdown {
  width: 200px;
  padding: 6px 10px;
  left: -60px !important;
}
.pg-dashboard .d-header .header-actions .action-dropdown .link {
  border: none;
  color: #111729;
  font-weight: 400;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  width: 100%;
}
.pg-dashboard .d-header .header-actions .action-dropdown .link span.svg {
  height: 18px;
  width: 18px;
  margin-right: 6px;
}
.pg-dashboard .d-header .header-actions .action-dropdown .link:hover {
  background: #efeff6;
}

.wallet-container {
  width: 400px;
  height: 200px;
}
.wallet-container .display-controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.wallet-container .display-controls .control {
  border: none;
  width: 28px;
  height: 28px;
  background: #e9f9f0;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
.wallet-container .display-controls .control span.svg {
  width: 18px;
  height: 18px;
}
.wallet-container .display-controls .control:hover {
  border-color: #29c76f;
}
.wallet-container .wallet-amount {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-content: center;
  flex: 1;
}
.wallet-container .wallet-amount .label {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.33;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #627d98;
  margin-bottom: 8px;
}
.wallet-container .wallet-amount .value {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.22;
}
.wallet-container .footer-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-container .footer-controls .account-number {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  width: max-content;
  border-radius: 8px;
  background-color: #f0f4f8;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s linear;
}
.wallet-container .footer-controls .account-number:hover {
  border-color: #bcccdc;
}
.wallet-container .footer-controls .account-number span.svg {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}

.action-link {
  display: flex;
  align-items: center;
  width: max-content;
  color: #040769 !important;
  border: none;
}
.action-link span.svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.action-link .value {
  border-bottom: 1px solid #b3b4d2;
}

.employer-container {
  height: 200px;
  flex: 1;
}
.employer-container .em-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.employer-container .em-info .employer {
  display: flex;
  align-items: baseline;
}
.employer-container .em-info .employer .__name {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-right: 5px;
}
.employer-container .em-info .employer .__code {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.33;
  color: #486581;
  text-transform: uppercase;
}
.employer-container .em-count {
  margin-top: 32px;
  display: flex;
}
.employer-container .em-count .count-item {
  display: flex;
  align-items: center;
}
.employer-container .em-count .count-item:not(:first-of-type) {
  margin-left: 100px;
}
.employer-container .em-count .count-item .count-icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.employer-container .em-count .count-item .count-icon.green {
  background: #e9f9f0;
}
.employer-container .em-count .count-item .count-icon.blue {
  background: #e5f4fb;
}
.employer-container .em-count .count-item .count-icon span.svg {
  height: 20px;
  width: 20px;
}
.employer-container .em-count .count-item .detail-count {
  display: flex;
  flex-direction: column;
}
.employer-container .em-count .count-item .value {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.14;
}
.employer-container .em-count .count-item .label {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.33;
  text-transform: uppercase;
  color: #627d98;
}

.em-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.em-details .__details {
  display: flex;
  align-items: center;
}
.em-details .__details .em-item {
  display: flex;
  align-items: center;
}
.em-details .__details .em-item:not(:first-of-type) {
  margin-left: 48px;
}
.em-details .__details .em-item span.svg {
  height: 16px;
  width: 16px;
  margin-right: 6px;
}

.data-prev {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}

.preview-list .list-item {
  width: 100%;
  padding: 12px 4px;
  border-bottom: 1px solid #d9e2ec;
  display: flex;
  justify-content: space-between;
  color: #111729;
}
.preview-list .list-item:hover {
  background-color: rgba(239, 239, 246, 0.3);
}
.preview-list .list-item .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.preview-list .list-item .details .__customer {
  font-weight: 400;
}
.preview-list .list-item .details .__date {
  font-size: 1.3rem;
  line-height: 1.38;
  color: #627d98;
  margin-top: 5px;
}
.preview-list .list-item .details .status,
.preview-list .list-item .details .__value {
  margin-left: auto;
}
.preview-list .list-item .details .__value {
  margin-bottom: 3px;
}

.tab-block .nav-tabs {
  border-bottom: 2px solid #9fb3c8;
}
.tab-block .nav-item {
  padding: 0;
}
.tab-block .nav-item .nav-link {
  padding: 8px 10px;
  border: none;
  color: #627d98;
  box-sizing: border-box;
  position: relative;
  font-weight: 500;
  top: 0.5px;
}
.tab-block .nav-item .nav-link.active {
  color: #29c76f;
  border-bottom: 2px solid #29c76f;
}
.tab-block .tab-pane {
  padding: 16px 2px 0;
}

.dep_header {
  text-align: center;
  max-width: 360px;
  margin: 16px auto 32px;
}
.dep_header svg {
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
}

.detail-grid .value.pointer span.svg {
  height: 18px;
  width: 18px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.card_fund {
  padding: 48px 0;
}

.receipt-card {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.receipt-card .__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.receipt-card .__header .value-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}
.receipt-card .__header .value {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.33;
}
.receipt-card .__header .label {
  color: #486581;
  font-weight: 500;
}
.receipt-card .detail-block {
  margin-top: 20px;
}

.adv-card {
  max-width: 388px;
  width: 100%;
}

.ln-card {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 20px;
}
.ln-card .ln-grid {
  border-right: 1px solid #d9e2ec;
  padding-right: 16px;
}
.ln-card .ln-grid:nth-child(3n+3) {
  border-right: none;
}

.amount-item {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  margin-bottom: 12px;
}
.amount-item .label {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.38;
  color: #627d98;
}
.amount-item .value {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.33;
}

.em-card {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.em-card .em-status {
  margin-bottom: 15px;
}
.em-card .em-status span {
  margin-right: 12px;
}
.em-card .em-name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  align-items: baseline;
}
.em-card .em-name .__mod {
  text-align: right;
}
.em-card .em-name .__name {
  margin-right: 12px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.56;
}
.em-card .em-details {
  margin-top: 0;
  margin-bottom: 18px;
}
.em-card .em-actions {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.em-card .em-actions .btn:not(:last-of-type) {
  margin-right: 12px;
}
.em-card .em-actions .grid-left button,
.em-card .em-actions .grid-left a {
  margin-right: 12px;
}
.em-card .em-actions .grid-right button,
.em-card .em-actions .grid-right a {
  margin-left: 12px;
}
.em-card .em-stats {
  background: #f9f9f9;
  padding: 15px 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 24px;
}
.em-card .em-stats .stats-item {
  display: flex;
  flex-direction: column;
  padding-right: 12px;
  position: relative;
}
.em-card .em-stats .stats-item.fix-edit .stat-edit {
  position: absolute;
  right: 12px;
  top: -4px;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.em-card .em-stats .stats-item.fix-edit .stat-edit span.svg {
  width: 16px;
  height: 16px;
}
.em-card .em-stats .stats-item:not(:first-of-type) {
  border-left: 1px solid #d9e2ec;
  padding-left: 12px;
}
.em-card .em-stats .stats-item .label {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.38;
  color: #486581;
}
.em-card .em-stats .stats-item .value {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.56;
}
.em-card .em-data {
  display: grid;
  grid-template-columns: 1fr 360px;
}
.em-card .em-data .em-account {
  padding: 16px;
  background: #f9f9f9;
}
.em-card .em-data .em-account .detail-block {
  margin-top: 20px;
}
.em-card .em-data .em-account .detail-block .label {
  max-width: 140px;
  width: 100%;
}
.em-card .em-data .em-profile {
  padding: 0 20px;
}
.em-card .em-data .em-profile .pr-grid:not(:last-of-type) {
  border-bottom: 1px solid #bcccdc;
  margin-bottom: 24px;
}
.em-card .em-data .em-profile .pr-grid .__title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.43;
}
.em-card .em-data .em-profile .pr-grid .detail-block {
  margin-top: 16px;
}
.em-card .em-data .em-loan {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.em-card .em-data .em-loan.__active {
  background-color: #e9f9f0;
}
.em-card .em-data .em-loan.__active .ln-action {
  color: #24b363;
  border-color: #beeed3;
}
.em-card .em-data .em-loan.__overdue {
  background-color: #fdebea;
}
.em-card .em-data .em-loan.__overdue .ln-action {
  color: #d73730;
  border-color: #fac5c2;
}
.em-card .em-data .em-loan .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.em-card .em-data .em-loan .header .__title {
  color: #627d98;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.38;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.em-card .em-data .em-loan .__amount {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 2px;
}
.em-card .em-data .em-loan .__desc {
  margin-bottom: 8px;
}
.em-card .em-data .em-loan .__ln-due {
  font-weight: 500;
  color: #627d98;
}

.form-card {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  padding-left: 40px;
  padding-right: 40px;
}
.form-card .form {
  padding: 0;
}

.ln-block {
  margin-top: -12px;
}
.ln-block .ln-info {
  width: 380px;
  margin-right: 20px;
}
.ln-block .ln-info .ln-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ln-block .ln-info .ln-title .grid-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ln-block .ln-info .ln-title .grid-left span.badge-item {
  margin-left: 0;
}
.ln-block .ln-info .ln-title .__value {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.29;
}
.ln-block .ln-info .ln-title span.lz {
  position: relative;
  top: 4px;
}
.ln-block .ln-content__tab {
  margin-top: 18px;
}
.ln-block .ln-content__tab .nav-tabs {
  margin-bottom: 20px;
  border-bottom: 2px solid #bcccdc;
}
.ln-block .ln-content__tab .nav-tabs .nav-item {
  margin-right: 20px;
}
.ln-block .ln-content__tab .nav-tabs .nav-link {
  border: none;
  background: none;
  margin-bottom: -2px;
  color: #486581;
}
.ln-block .ln-content__tab .nav-tabs .nav-link:hover {
  color: #040769;
}
.ln-block .ln-content__tab .nav-tabs .nav-link.active {
  color: #040769;
  font-weight: 500;
  border-bottom: 2px solid #040769;
}
.ln-block .ln-details {
  width: calc(100% - 400px);
}

.timeline {
  padding-left: 0;
  margin-bottom: 0;
}
.timeline .timeline-item {
  margin-bottom: 24px;
  position: relative;
  display: flex;
}
.timeline .timeline-item:last-of-type {
  margin-bottom: 0;
}
.timeline .timeline-item:not(:last-of-type):before {
  display: block;
  content: "";
  border: 1px dashed #9fb3c8;
  box-sizing: border-box;
  width: 1px;
  height: 110%;
  position: absolute;
  left: 15px;
  top: 20px;
}
.timeline .timeline-item span.svg {
  margin-right: 16px;
  height: 32px;
  width: 32px;
  z-index: 20;
}
.timeline .timeline-item .wrapper {
  display: flex;
  flex-direction: column;
}
.timeline .timeline-item .wrapper .__date {
  color: #829ab1;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.38;
  margin-bottom: 2px;
}
.timeline .timeline-item .wrapper .__title {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.43;
  margin-bottom: 2px;
}
.timeline .timeline-item .wrapper .__desc {
  color: #334e68;
}

.pgnConntainer {
  margin-top: 16px;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pgnConntainer .pgnLeft {
  display: flex;
  align-items: center;
}
.pgnConntainer .pgnLeft .label {
  font-size: 1.3rem;
  line-height: 1.33;
}
.pgnConntainer .pgnLeft .form--select {
  height: 32px !important;
  line-height: 32px !important;
  width: 50px;
  padding: 0 0 0 6px;
  margin: 0 6px;
}
.pgnConntainer .pgnControls {
  display: flex;
  align-items: center;
}
.pgnConntainer .pgnControls .form--input {
  width: 50px;
  padding: 0 4px;
  margin: 0 5px;
  height: 32px !important;
  line-height: 32px !important;
  text-align: center;
}
.pgnConntainer .pgnControls a {
  margin: 0 4px;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.pgnConntainer .pgnControls a:hover {
  background: #f0f4f8;
}
.pgnConntainer .pgnControls a.prev {
  border: none;
}
.pgnConntainer .pgnControls a.prev svg {
  transform: rotate(180deg);
}
.pgnConntainer .pgnControls a.next {
  border: none;
}
.pgnConntainer .pgnControls a.noAdjacent svg {
  fill: #829ab1;
}
.pgnConntainer .pgnControls a svg {
  fill: #111729;
  height: 24px;
  width: 24px;
}

.loan-details .accordion-item {
  border-bottom: 1px solid #d9e2ec;
}
.loan-details .accordion-item .accordion-button {
  display: flex;
  align-items: center;
  color: #486581;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.43;
}
.loan-details .accordion-item .accordion-button:not(.collapsed) {
  color: #040769;
  background-color: #fcfcfc;
  box-shadow: none;
}
.loan-details .accordion-item .accordion-button:not(.collapsed) .icon-item {
  background-color: #e5e6f0;
}
.loan-details .accordion-item .accordion-button:not(.collapsed) .icon-item .menu_icon {
  height: 16px;
  width: 16px;
  fill: #040769;
}
.loan-details .accordion-item .accordion-button .icon-item {
  margin-right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f4f8;
}
.loan-details .accordion-item .accordion-button .icon-item .menu_icon {
  height: 16px;
  width: 16px;
  fill: #486581;
}

.pg-dashboard.onboard .d-menu {
  width: 440px;
}
.pg-dashboard.onboard .d-menu .brand-img {
  width: 96px;
}
.pg-dashboard.onboard .d-menu .global-nav {
  padding: 50px;
}
.pg-dashboard.onboard .d-menu .onboard-copy {
  margin: 48px 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.pg-dashboard.onboard .d-menu .onboard-copy .__title {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.38;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #d9e2ec;
  margin-bottom: 8px;
}
.pg-dashboard.onboard .d-menu .onboard-copy .onboard-timeline {
  max-width: 320px;
  display: flex;
  margin-top: 16px;
  flex-direction: column;
  padding: 14px 16px;
  width: 320px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-weight: 500;
}
.pg-dashboard.onboard .d-menu .onboard-copy .onboard-timeline .label {
  font-size: 1.2rem;
  line-height: 1.33;
  margin-bottom: 8px;
}
.pg-dashboard.onboard .d-menu .onboard-copy .onboard-timeline .value {
  font-size: 1.8rem;
  line-height: 1.56;
}
.pg-dashboard.onboard .d-menu .onboard-flow {
  display: flex;
  flex-direction: column;
}
.pg-dashboard.onboard .d-menu .onboard-flow .onboard-item {
  border: none;
  color: #9fb3c8;
  display: flex;
  align-items: center;
  position: relative;
}
.pg-dashboard.onboard .d-menu .onboard-flow .onboard-item.active {
  color: #ffffff;
}
.pg-dashboard.onboard .d-menu .onboard-flow .onboard-item.active .label {
  border-color: #ffffff;
}
.pg-dashboard.onboard .d-menu .onboard-flow .onboard-item.completed .label {
  font-size: 0;
  position: relative;
}
.pg-dashboard.onboard .d-menu .onboard-flow .onboard-item.completed .label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  background-size: cover;
  background-position: center;
  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%3Crect x='7' y='7' width='14' height='14' fill='%2369D79A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9998 25.1998C16.9702 25.1998 19.819 24.0198 21.9194 21.9194C24.0198 19.819 25.1998 16.9702 25.1998 13.9998C25.1998 11.0294 24.0198 8.18062 21.9194 6.08021C19.819 3.9798 16.9702 2.7998 13.9998 2.7998C11.0294 2.7998 8.18062 3.9798 6.08021 6.08021C3.9798 8.18062 2.7998 11.0294 2.7998 13.9998C2.7998 16.9702 3.9798 19.819 6.08021 21.9194C8.18062 24.0198 11.0294 25.1998 13.9998 25.1998ZM19.1896 12.1896C19.4446 11.9256 19.5857 11.5719 19.5825 11.2048C19.5794 10.8378 19.4321 10.4866 19.1726 10.2271C18.913 9.96749 18.5618 9.82025 18.1948 9.81706C17.8277 9.81387 17.474 9.95498 17.21 10.21L12.5998 14.8202L10.7896 13.01C10.5256 12.755 10.1719 12.6139 9.80484 12.6171C9.43777 12.6203 9.08663 12.7675 8.82706 13.0271C8.56749 13.2866 8.42025 13.6378 8.41706 14.0048C8.41387 14.3719 8.55498 14.7256 8.81 14.9896L11.61 17.7896C11.8725 18.0521 12.2286 18.1995 12.5998 18.1995C12.971 18.1995 13.3271 18.0521 13.5896 17.7896L19.1896 12.1896Z' fill='%23363887'/%3E%3C/svg%3E");
}
.pg-dashboard.onboard .d-menu .onboard-flow .onboard-item:not(:first-of-type) {
  margin-top: 32px;
}
.pg-dashboard.onboard .d-menu .onboard-flow .onboard-item::before {
  display: block;
  content: "";
  border: 1px solid #9fb3c8;
  box-sizing: border-box;
  width: 1px;
  height: 34px;
  position: absolute;
  left: 17.5px;
  top: 36px;
}
.pg-dashboard.onboard .d-menu .onboard-flow .onboard-item:last-of-type::before {
  display: none;
}
.pg-dashboard.onboard .d-menu .onboard-flow .onboard-item .label {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: none;
  border: 2px solid #9fb3c8;
  margin-right: 20px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg-dashboard.onboard .d-menu .onboard-flow .onboard-item .value {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
.pg-dashboard.onboard .d-menu .onboard-logout {
  margin-top: 32px;
}
.pg-dashboard.onboard .d-menu .onboard-logout .logout {
  color: #9fb3c8;
  font-size: 1.4rem;
  line-height: 1.5;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 400;
}
.pg-dashboard.onboard .d-menu .onboard-logout .logout:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.pg-dashboard.onboard .d-menu .onboard-logout .logout svg {
  fill: #9fb3c8;
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
.pg-dashboard.onboard .d-main {
  width: calc(100% - 440px);
  margin-left: 440px;
  background: #ffffff;
}

.progress-check {
  align-self: flex-start;
  max-width: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.progress-check .progress-container {
  width: 120px;
  height: 4px;
  background: #d9e2ec;
  border-radius: 20px;
  margin-bottom: 8px;
  position: relative;
}
.progress-check .progress-container .progress-status {
  height: 100%;
  background: #29c76f;
  border-radius: 20px;
  display: block;
}
.progress-check .progress-desc {
  color: #627d98;
  font-weight: 500;
}

.onboard-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 16px;
}
.onboard-form .form-wrapper {
  width: 100%;
  padding: 24px 20px;
  box-sizing: border-box;
}

.tab-content > .active.collapse {
  opacity: 1 !important;
}

.onboard-actions {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
}
.onboard-actions a {
  position: relative;
  color: #111729;
  font-weight: 500;
  border: none;
}
.onboard-actions a:hover {
  color: #29c76f;
}
.onboard-actions a svg {
  margin-right: 4px;
  height: 24px;
  width: 24px;
  position: relative;
  top: -2px;
}
.onboard-actions a:not(:first-of-type) {
  margin-top: 24px;
}
.onboard-actions a::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  top: 6px;
  background-size: cover;
  margin-left: 2px;
  position: relative;
  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='M7.29279 14.707C7.10532 14.5195 7 14.2651 7 14C7 13.7348 7.10532 13.4805 7.29279 13.293L10.5858 9.99998L7.29279 6.70698C7.11063 6.51838 7.00983 6.26578 7.01211 6.00358C7.01439 5.74138 7.11956 5.49057 7.30497 5.30516C7.49038 5.11975 7.74119 5.01458 8.00339 5.01231C8.26558 5.01003 8.51818 5.11082 8.70679 5.29298L12.7068 9.29298C12.8943 9.48051 12.9996 9.73482 12.9996 9.99998C12.9996 10.2651 12.8943 10.5195 12.7068 10.707L8.70679 14.707C8.51926 14.8945 8.26495 14.9998 7.99979 14.9998C7.73462 14.9998 7.48031 14.8945 7.29279 14.707Z' fill='%23243B53'/%3E%3C/svg%3E");
}

.onboard-review {
  background: #ffffff;
  border: 1px solid #bcccdc;
  border-radius: 6px;
  margin-top: 16px;
  padding: 0 20px;
}
.onboard-review .review-item {
  padding: 20px 8px;
  position: relative;
  display: flex;
  align-items: center;
}
.onboard-review .review-item:not(:last-of-type) {
  border-bottom: 1px solid #bcccdc;
}
.onboard-review .review-item::after {
  content: "";
  display: block;
  margin-left: auto;
  height: 20px;
  width: 20px;
  background-size: contain;
  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%3Cg id='Iconly/Bulk/Tick Square'%3E%3Cg id='Tick Square'%3E%3Cpath id='Fill 1' opacity='0.2' d='M13.617 1.6665H6.39199C3.56699 1.6665 1.66699 3.64984 1.66699 6.59984V13.4082C1.66699 16.3498 3.56699 18.3332 6.39199 18.3332H13.617C16.442 18.3332 18.3337 16.3498 18.3337 13.4082V6.59984C18.3337 3.64984 16.442 1.6665 13.617 1.6665' fill='%2329C76F'/%3E%3Cpath id='Fill 4' d='M9.01079 12.7067C8.82413 12.7067 8.63746 12.6359 8.49496 12.4934L6.51746 10.5159C6.23246 10.2309 6.23246 9.76922 6.51746 9.48505C6.80246 9.20005 7.26329 9.19922 7.54829 9.48422L9.01079 10.9467L12.4508 7.50672C12.7358 7.22172 13.1966 7.22172 13.4816 7.50672C13.7666 7.79172 13.7666 8.25339 13.4816 8.53839L9.52663 12.4934C9.38413 12.6359 9.19746 12.7067 9.01079 12.7067' fill='%2329C76F'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.onboard-review .review-item .label {
  font-weight: 500;
}

.onboard-queue {
  width: 632px;
  background: #ffffff;
  border: 1px solid #bcccdc;
  border-radius: 6px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.onboard-queue > .__title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.56;
  margin-bottom: 2px;
  max-width: 80%;
}
.onboard-queue .queue-checklist {
  margin-top: 28px;
  margin-bottom: 12px;
}
.onboard-queue .queue-checklist .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.onboard-queue .queue-checklist .list-item span.lz {
  align-self: center;
}
.onboard-queue .queue-checklist .list-item .item {
  display: flex;
  flex-direction: column;
}
.onboard-queue .queue-checklist .list-item .item .__title {
  font-weight: 500;
  margin-bottom: 2px;
}
.onboard-queue .queue-checklist .list-item .item .__title a {
  margin-left: 5px;
}
.onboard-queue .queue-checklist .list-item .item .__desc {
  font-size: 1.3rem;
  line-height: 1.38;
  color: #334e68;
}

.onboard_details .nav-tabs {
  border-bottom: 2px solid #9fb3c8;
}
.onboard_details .nav-item {
  padding: 0;
  margin-right: 16px;
}
.onboard_details .nav-item .nav-link {
  padding: 8px 0;
  border: none;
  color: #627d98;
  box-sizing: border-box;
  position: relative;
  font-weight: 500;
  top: 0.5px;
}
.onboard_details .nav-item .nav-link.active {
  color: #040769;
  border-bottom: 2px solid #040769;
}
.onboard_details .tab-pane {
  padding: 16px 2px 0;
}

.statement-list {
  display: flex;
  flex-wrap: wrap;
}
.statement-list .statement-item {
  width: 220px;
  height: 100px;
  border: 1px solid #bcccdc;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.statement-list .statement-item:not(:last-of-type) {
  margin-right: 20px;
}
.statement-list .statement-item .__img {
  height: 24px;
  width: 100px;
  margin-bottom: 12px;
  overflow: hidden;
}
.statement-list .statement-item .__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.accordion .nav-tabs {
  border-bottom: 2px solid #9fb3c8;
}
.accordion .nav-item {
  padding: 0;
  margin-right: 16px;
}
.accordion .nav-item .nav-link {
  padding: 8px 0;
  border: none;
  color: #627d98;
  box-sizing: border-box;
  position: relative;
  top: 0.5px;
}
.accordion .nav-item .nav-link.active {
  font-weight: 500;
  color: #040769;
  border-bottom: 2px solid #040769;
}
.accordion .tab-pane {
  padding: 16px 2px 0;
}

.table-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.table-header .filter-area {
  display: flex;
  align-items: center;
}
.table-header .filter-area > div:not(:last-of-type) {
  margin-right: 16px;
}
.table-header .filter-area .filter-select .filter-toggle {
  height: 36px;
  line-height: 36px;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #bcccdc;
  transition: all 0.3s linear;
}
.table-header .filter-area .filter-select .filter-toggle .label {
  margin-right: 6px;
  font-weight: 500;
  color: #627d98;
}
.table-header .filter-area .filter-select .filter-toggle .value {
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table-header .filter-area .filter-select .filter-toggle::after {
  margin-left: 2px;
}
.table-header .filter-area .filter-select .filter-toggle:hover {
  border-color: #040769;
}
.table-header .filter-area .filter-select .filter-dropdown {
  width: 200px;
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(130, 154, 177, 0.12);
  border-radius: 8px;
  padding: 6px 10px;
}
.table-header .filter-area .filter-select .filter-dropdown .filter-item {
  font-size: 1.4rem;
  line-height: 1.43;
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s linear;
}
.table-header .filter-area .filter-select .filter-dropdown .filter-item.selected {
  color: #040769;
  font-weight: 500;
  padding: 0 36px 0 8px;
}
.table-header .filter-area .filter-select .filter-dropdown .filter-item.selected::after {
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  right: 12px;
  top: 8px;
  background-size: cover;
  background-position: center;
  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.7099 7.20986C18.617 7.11613 18.5064 7.04174 18.3845 6.99097C18.2627 6.9402 18.132 6.91406 17.9999 6.91406C17.8679 6.91406 17.7372 6.9402 17.6154 6.99097C17.4935 7.04174 17.3829 7.11613 17.29 7.20986L9.83995 14.6699L6.70995 11.5299C6.61343 11.4366 6.49949 11.3633 6.37463 11.3141C6.24978 11.2649 6.11645 11.2408 5.98227 11.2431C5.84809 11.2454 5.71568 11.2741 5.5926 11.3276C5.46953 11.3811 5.35819 11.4583 5.26495 11.5549C5.17171 11.6514 5.0984 11.7653 5.04919 11.8902C4.99999 12.015 4.97586 12.1484 4.97818 12.2825C4.9805 12.4167 5.00923 12.5491 5.06272 12.6722C5.11622 12.7953 5.19343 12.9066 5.28995 12.9999L9.12995 16.8399C9.22291 16.9336 9.33351 17.008 9.45537 17.0588C9.57723 17.1095 9.70794 17.1357 9.83995 17.1357C9.97196 17.1357 10.1027 17.1095 10.2245 17.0588C10.3464 17.008 10.457 16.9336 10.55 16.8399L18.7099 8.67986C18.8115 8.58622 18.8925 8.47257 18.9479 8.34607C19.0033 8.21957 19.0319 8.08296 19.0319 7.94486C19.0319 7.80676 19.0033 7.67015 18.9479 7.54365C18.8925 7.41715 18.8115 7.3035 18.7099 7.20986Z' fill='%23040769'/%3E%3C/svg%3E");
}
.table-header .filter-area .filter-select .filter-dropdown .filter-item:hover {
  background-color: #efeff6;
}
.table-header .__search {
  position: relative;
  width: 320px;
}
.table-header .__search::before {
  content: "";
  height: 20px;
  width: 20px;
  background-position: center;
  position: absolute;
  z-index: 10;
  top: 8px;
  left: 8px;
  background-repeat: no-repeat;
  display: block;
  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 d='M16.2825 15.2176L13.5001 12.4576C14.5801 11.1109 15.1032 9.40152 14.9617 7.68103C14.8201 5.96053 14.0248 4.35964 12.7392 3.20753C11.4536 2.05543 9.77541 1.43968 8.04974 1.4869C6.32408 1.53412 4.68209 2.24072 3.46141 3.46141C2.24072 4.68209 1.53412 6.32408 1.4869 8.04974C1.43968 9.77541 2.05543 11.4536 3.20753 12.7392C4.35964 14.0248 5.96053 14.8201 7.68103 14.9617C9.40152 15.1032 11.1109 14.5801 12.4576 13.5001L15.2176 16.2601C15.2873 16.3303 15.3702 16.3861 15.4616 16.4242C15.553 16.4623 15.651 16.4819 15.7501 16.4819C15.8491 16.4819 15.9471 16.4623 16.0385 16.4242C16.1299 16.3861 16.2128 16.3303 16.2825 16.2601C16.4177 16.1202 16.4933 15.9333 16.4933 15.7388C16.4933 15.5443 16.4177 15.3574 16.2825 15.2176ZM8.25005 13.5001C7.2117 13.5001 6.19666 13.1921 5.33331 12.6153C4.46995 12.0384 3.79704 11.2185 3.39968 10.2591C3.00232 9.29983 2.89836 8.24423 3.10093 7.22583C3.3035 6.20743 3.80351 5.27197 4.53774 4.53774C5.27197 3.80351 6.20743 3.3035 7.22583 3.10093C8.24423 2.89836 9.29983 3.00232 10.2591 3.39968C11.2185 3.79704 12.0384 4.46995 12.6153 5.33331C13.1921 6.19666 13.5001 7.2117 13.5001 8.25005C13.5001 9.64244 12.9469 10.9778 11.9624 11.9624C10.9778 12.9469 9.64244 13.5001 8.25005 13.5001Z' fill='%23627D98'/%3E%3C/svg%3E");
}
.table-header .__search input {
  padding-left: 36px;
  padding-right: 80px;
}
.table-header .__search button {
  position: absolute;
  right: 2px;
  top: 2px;
  border: none !important;
}
.table-header .__search button:hover {
  color: #040769 !important;
  background-color: #efeff6;
}
.table-header .actions-area {
  display: flex;
}
.table-header .actions-area > * {
  margin: 0 8px;
}
.table-header .actions-area .action-toggle {
  display: flex;
  align-items: center;
}
.table-header .actions-area .action-toggle::before {
  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 d='M11.7755 6.22068C11.6333 6.07934 11.441 6 11.2405 6C11.04 6 10.8477 6.07934 10.7055 6.22068L7.98103 8.90718L5.29453 6.22068C5.15234 6.07934 4.95999 6 4.7595 6C4.55901 6 4.36667 6.07934 4.22448 6.22068C4.15335 6.29123 4.09689 6.37517 4.05836 6.46765C4.01984 6.56012 4 6.65932 4 6.7595C4 6.85968 4.01984 6.95888 4.05836 7.05135C4.09689 7.14383 4.15335 7.22777 4.22448 7.29832L7.44221 10.516C7.51276 10.5872 7.59669 10.6436 7.68917 10.6822C7.78165 10.7207 7.88084 10.7405 7.98103 10.7405C8.08121 10.7405 8.1804 10.7207 8.27288 10.6822C8.36536 10.6436 8.4493 10.5872 8.51985 10.516L11.7755 7.29832C11.8466 7.22777 11.9031 7.14383 11.9416 7.05135C11.9802 6.95888 12 6.85968 12 6.7595C12 6.65932 11.9802 6.56012 11.9416 6.46765C11.9031 6.37517 11.8466 6.29123 11.7755 6.22068Z' fill='%23040769'/%3E%3C/svg%3E");
}
.table-header .actions-area .action-dropdown {
  padding: 6px 10px;
  width: 200px;
  left: -50px !important;
}
.table-header .actions-area .action-dropdown .link {
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  font-weight: 400;
  color: #111729;
}
.table-header .actions-area .action-dropdown .link:hover {
  background-color: #efeff6;
}
.table-header .actions-area .action-dropdown .link span.svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.table-header .actions-area .btn span.svg {
  width: 20px;
  height: 20px;
}

.table {
  margin: 16px auto 20px;
  clear: both;
  border-collapse: collapse !important;
  width: 100% !important;
  position: relative;
  overflow-x: auto;
}
.table .right {
  text-align: right !important;
  font-weight: 500;
}

.table-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.table,
.table th,
.table td {
  box-sizing: content-box;
}
.table .row-actions,
.table th .row-actions,
.table td .row-actions {
  display: flex;
  align-items: center;
}
.table .row-actions a:not(:last-of-type),
.table th .row-actions a:not(:last-of-type),
.table td .row-actions a:not(:last-of-type) {
  margin-right: 8px;
}
.table .check-group .check-label,
.table th .check-group .check-label,
.table td .check-group .check-label {
  margin-right: 0 !important;
}
.table .check-group .check-label input.check-input,
.table th .check-group .check-label input.check-input,
.table td .check-group .check-label input.check-input {
  margin-right: 0 !important;
}

th,
td,
tr {
  border: none !important;
}

table tbody tr {
  cursor: pointer;
}

table.table thead th {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.38;
  color: #486581;
  padding: 16px 10px;
  background: #f0f4f8;
  vertical-align: middle;
}
table.table thead th .check-group {
  position: relative;
  top: -4px;
}
table.table tbody td {
  text-overflow: ellipsis;
  table-layout: fixed;
  padding: 15px 10px;
  border-bottom: 1px solid #bcccdc !important;
  vertical-align: middle;
}
table.table tbody td .detail {
  display: flex;
  flex-direction: column;
}
table.table tbody td .detail span.badge {
  margin-top: 2px;
}
table.table tbody td a {
  margin: 0 8px;
}

.table-footer {
  margin-top: 16px;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
}
.table-footer .records,
.table-footer .vuetable-pagination-info {
  color: #486581;
}
.table-footer .pagination,
.table-footer .vuetable-pagination {
  display: flex;
  align-items: center;
}
.table-footer .pagination .counter,
.table-footer .vuetable-pagination .counter {
  margin: 0;
  display: flex;
}
.table-footer .pagination .counter a,
.table-footer .vuetable-pagination .counter a {
  color: #111729;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  background: none;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  padding: 0;
  border: none;
}
.table-footer .pagination .counter a.active, .table-footer .pagination .counter a.btn-primary,
.table-footer .vuetable-pagination .counter a.active,
.table-footer .vuetable-pagination .counter a.btn-primary {
  background: #1d1f86 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}
.table-footer .pagination .counter a:hover,
.table-footer .vuetable-pagination .counter a:hover {
  background-color: #efeff6;
}
.table-footer .pagination a,
.table-footer .vuetable-pagination a {
  color: #111729;
  padding: 4px 8px;
  border-radius: 20px;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  background: none;
  margin: 0 4px;
  cursor: pointer;
  border: none;
}
.table-footer .pagination a:hover,
.table-footer .vuetable-pagination a:hover {
  background-color: #efeff6;
}
.table-footer .visited {
  color: #627d98;
}

.table-actions .action-toggle {
  background: #f0f4f8;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-actions .action-toggle span.svg {
  height: 20px;
  width: 20px;
}
.table-actions .action-toggle::after {
  display: none;
}
.table-actions .dropdown-menu {
  width: 180px;
  padding: 6px 10px;
}
.table-actions .dropdown-menu a.link {
  border: none;
  display: block;
  width: 100%;
  color: #111729;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
}
.table-actions .dropdown-menu a.link:hover {
  background: #efeff6;
}
.table-actions .dropdown-menu a.link.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.ln-doc {
  display: grid;
  align-items: center;
  grid-template-columns: 40px 1fr;
  grid-column-gap: 8px;
}
.ln-doc span.svg {
  height: 40px;
  width: 40px;
}
.ln-doc .details {
  display: flex;
  flex-direction: column;
}
.ln-doc .details .value {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
}
.ln-doc .details .label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.27;
}
.ln-doc .details .label.pdf {
  color: #ef3e36;
}
.ln-doc .details .label.docx {
  color: #0093dd;
}
.ln-doc .details .label.xlsx {
  color: #29c76f;
}
.ln-doc .details .label.generic {
  color: #486581;
}

.doc__upload {
  position: relative;
  display: flex;
  align-items: center;
}
.doc__upload span.svg {
  height: 20px !important;
  width: 20px !important;
}
.doc__upload .input-upload {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important;
  cursor: pointer;
}

.cm-author {
  display: flex;
  flex-direction: column;
}
.cm-author .value {
  margin-bottom: 2px;
}
.cm-author .label {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.38;
  color: #627d98;
}

.cm-note {
  display: flex;
  flex-direction: column;
}
.cm-note .label {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.38;
  margin-bottom: 2px;
}
.cm-note .note {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cm-action {
  height: 28px;
  width: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bcccdc;
}
.cm-action span.svg {
  height: 18px;
  width: 18px;
}

.settings-nav {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  padding: 0 40px;
}
.settings-nav .nav-tabs {
  border: none;
}
.settings-nav .nav-tabs .nav-link {
  border: none;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  margin-right: 28px;
  padding: 0;
  color: #486581;
  position: relative;
}
.settings-nav .nav-tabs .nav-link:hover {
  color: #040769;
}
.settings-nav .nav-tabs .nav-link.active {
  color: #040769;
  font-weight: 500;
}
.settings-nav .nav-tabs .nav-link.active::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #040769;
  border-radius: 6px;
}

.settings-tab {
  margin-top: 32px;
}

.password-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0 40px;
}
.password-row .detail {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.password-row .detail .__title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2px;
}
.password-row .detail .__desc {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.38;
  color: #627d98;
}

/*# sourceMappingURL=main.css.map */


.repay-wrapper {
    width: 100%;
    padding: 24px 20px !important;
    box-sizing: border-box;
    background: #ffffff;
    max-width: 480px;
    margin: 48px auto 0;
}

.repay-control {
    display: flex;
}

.repay-control .form-check-label {
border: 1px solid #bcccdc;
border-radius: 8px;
padding: 6px 12px;
position: relative;
cursor: pointer;
width: 180px;
margin-right: 24px;
}

.repay-control .form-check-label input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}

    .repay-control .form-check-label input:checked ~ .radiomark {
        border: 1px solid #040769;
    }

        .repay-control .form-check-label input:checked ~ .radiomark:after {
            display: block;
        }

.repay-control .form-check-label .radiomark {
    position: absolute;
    top: 6px;
    left: 6px;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border: 1px solid #9fb3c8;
    border-radius: 50%;
}

    .repay-control .form-check-label .radiomark:after {
        top: 20%;
        left: 20%;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #040769;
        content: "";
        position: absolute;
        display: none;
    }

.repay-control .repay__details {
display: flex;
flex-direction: column;
margin-left: 16px;
position: relative;
}

.repay-control .repay__details .label {
    font-size: 1.3rem;
    line-height: 1.38;
    color: #627d98;
    font-weight: 500;
}

.repay-control .repay__details .value {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
    color: #0a1a29;
}

.svg_green_check {
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 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18V18ZM13.707 8.707C13.8892 8.5184 13.99 8.2658 13.9877 8.0036C13.9854 7.7414 13.8802 7.49059 13.6948 7.30518C13.5094 7.11977 13.2586 7.0146 12.9964 7.01233C12.7342 7.01005 12.4816 7.11084 12.293 7.293L9 10.586L7.707 9.293C7.5184 9.11084 7.2658 9.01005 7.0036 9.01233C6.7414 9.0146 6.49059 9.11977 6.30518 9.30518C6.11977 9.49059 6.0146 9.7414 6.01233 10.0036C6.01005 10.2658 6.11084 10.5184 6.293 10.707L8.293 12.707C8.48053 12.8945 8.73484 12.9998 9 12.9998C9.26516 12.9998 9.51947 12.8945 9.707 12.707L13.707 8.707V8.707Z' fill='%2300D06A'/%3E%3C/svg%3E");
}