/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/styles/main.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
/* VARIABLES
============================================================================= */
/* MIXINS
   ========================================================================== */
/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.mr10 which gives margin-right 10 pixels.
.mr15 gives MARGIN to the RIGHT 15 pixels.
.mt15 gives MARGIN to the TOP 15 pixels and so on.
.pb5 gives PADDING to the BOTTOM of 5 pixels
.pl40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.mt0 {
  margin-top: 0rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.ml0 {
  margin-left: 0rem !important;
}

.pl0 {
  padding-left: 0rem !important;
}

.mr0 {
  margin-right: 0rem !important;
}

.pr0 {
  padding-right: 0rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.ml1 {
  margin-left: 1rem !important;
}

.pl1 {
  padding-left: 1rem !important;
}

.mr1 {
  margin-right: 1rem !important;
}

.pr1 {
  padding-right: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.ml2 {
  margin-left: 2rem !important;
}

.pl2 {
  padding-left: 2rem !important;
}

.mr2 {
  margin-right: 2rem !important;
}

.pr2 {
  padding-right: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.ml3 {
  margin-left: 3rem !important;
}

.pl3 {
  padding-left: 3rem !important;
}

.mr3 {
  margin-right: 3rem !important;
}

.pr3 {
  padding-right: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.ml4 {
  margin-left: 4rem !important;
}

.pl4 {
  padding-left: 4rem !important;
}

.mr4 {
  margin-right: 4rem !important;
}

.pr4 {
  padding-right: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.ml5 {
  margin-left: 5rem !important;
}

.pl5 {
  padding-left: 5rem !important;
}

.mr5 {
  margin-right: 5rem !important;
}

.pr5 {
  padding-right: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.ml6 {
  margin-left: 6rem !important;
}

.pl6 {
  padding-left: 6rem !important;
}

.mr6 {
  margin-right: 6rem !important;
}

.pr6 {
  padding-right: 6rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

.ml8 {
  margin-left: 8rem !important;
}

.pl8 {
  padding-left: 8rem !important;
}

.mr8 {
  margin-right: 8rem !important;
}

.pr8 {
  padding-right: 8rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

.ml10 {
  margin-left: 10rem !important;
}

.pl10 {
  padding-left: 10rem !important;
}

.mr10 {
  margin-right: 10rem !important;
}

.pr10 {
  padding-right: 10rem !important;
}

/* BREAKPOINTS
============================================================================= */
/* Base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-inter);
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  margin: 0;
  padding: 0;
  cursor: default;
  font-family: var(--font-inter);
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(35, 35, 47, 0.7);
  border-radius: 15px;
}
body.menu-open {
  overflow: hidden;
}
body.popup-open {
  overflow-y: hidden;
  padding-right: 15px;
}
@media (max-width: 992px) {
  body.popup-open {
    overflow-y: visible;
    padding-right: 0;
  }
}

img {
  max-width: 100%;
}

svg {
  display: block;
}

ol li,
ul li {
  font-size: 15px;
  color: #424242;
}

a {
  color: #491e94;
  text-decoration: none;
  transition: all 150ms ease-in-out;
  font-weight: 700;
  cursor: pointer;
}
a:focus, a:hover {
  outline: none;
  color: #1f0d3f;
}

p {
  font-size: 15px;
  line-height: 24px;
  color: #424242;
  margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #424242;
  margin: 0 0 20px;
  font-family: var(--font-inter);
  font-weight: 800;
}

h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 26px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

hr {
  border: 0;
  height: 1px;
  background-color: #dbdae0;
}

strong {
  color: #424242;
  font-size: 15px;
  font-weight: 700;
}

small {
  font-size: 13px;
}

.select-registration {
  min-width: 35%;
}

.circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.circle-red {
  background-color: #ff0055;
}

.verification-icon {
  min-width: 58px;
}

.transition-3 {
  transition: 300ms ease-in-out;
}

.h-100 {
  height: 100%;
}

.mh-100 {
  max-height: 100%;
}

.w-100 {
  width: 100%;
}

.w-max-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.clr-text {
  color: #424242 !important;
}

.clr-blue {
  color: #0062ff !important;
}

.clr-dark {
  color: #1a185c !important;
}

.clr-tirkiz {
  color: #15bfcc !important;
}

.clr-orange {
  color: #ff8b38 !important;
}

.clr-red {
  color: #ff0055 !important;
}

.clr-primary {
  color: #491e94 !important;
}

.clr-success {
  color: #28a745 !important;
}

.clr-warning {
  color: #ff9800 !important;
}

.clr-info {
  color: #17a2b8 !important;
}

.clr-gray {
  color: #7c7c7c !important;
}

.line-through {
  text-decoration: line-through;
}

.font-400 {
  font-weight: 400 !important;
}

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

.font-800 {
  font-weight: 800 !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-18 {
  font-size: 18px !important;
}

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

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

.text-capitalize {
  text-transform: capitalize !important;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #eae9ee;
}

.hidden {
  display: none;
}

.visibility-hidden {
  visibility: hidden;
}

.block {
  display: block;
}

.border-radius-left-top-none {
  border-start-start-radius: 0 !important;
}

.border-top-left-radius-none {
  border-top-left-radius: 0 !important;
}

.border-top-right-radius-none {
  border-top-right-radius: 0 !important;
}

.border-box {
  border: 1px solid #eae9ee;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.top18 {
  top: 18px;
}

.right22 {
  right: 22px;
}

.fake-label {
  position: relative;
  bottom: 8px;
  font-weight: 700;
  color: #424242;
}

.text-with-lines {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dbdae0;
  line-height: 0.1em;
  margin: 12px 0 20px;
  color: #7c7c7c;
}
.text-with-lines span {
  background: #fff;
  padding: 0 16px;
}

.p0 {
  padding: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.m-auto {
  margin: 0 auto !important;
}

.mt-auto {
  margin-top: auto;
}

.cursor {
  cursor: default !important;
}

.vertical-top {
  vertical-align: top;
}

.frame {
  background-color: #fafafa;
  border-radius: 12px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
}

.sync-options {
  position: relative;
  display: flex;
}
.sync-options .options {
  z-index: 2;
  position: absolute;
  top: 30px;
  padding: 4px;
  background-color: #fff;
  box-shadow: 3px 3px 12px rgba(219, 218, 224, 0.5);
  width: max-content;
  border-radius: 8px;
}
.sync-options .options li {
  display: block;
  font-size: 15px;
  color: #424242;
  line-height: 24px;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
}
.sync-options .options li:first-child {
  margin: 0;
}
.sync-options .options li:last-child {
  margin: 0;
}
.sync-options .options li:hover {
  background-color: #f5f3ff;
}

/* Buttons */
button {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
}
button:active, button:focus, button:hover {
  outline: none;
  box-shadow: none;
}

.btn {
  background: none;
  border-radius: 12px;
  padding: 12px 24px;
  margin: 0;
  cursor: pointer;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  max-width: 100%;
  transition: all 150ms ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #424242;
}
.btn:disabled {
  color: #a7a7a7;
  pointer-events: none;
}
.btn:disabled svg path {
  fill: #a7a7a7;
}
.btn svg {
  margin-right: 8px;
}
.btn svg path {
  transition: all 150ms ease-in-out;
}
.btn svg.loader__ring {
  stroke: #fff;
}
.btn--text-primary {
  color: #491e94;
}
.btn--text-primary svg,
.btn--text-primary svg path {
  fill: #491e94 !important;
}
.btn--text-primary:hover {
  color: #1f0d3f !important;
}
.btn--text-primary:hover svg,
.btn--text-primary:hover svg path {
  fill: #1f0d3f !important;
}
.btn--text-primary:disabled {
  color: #dbdae0;
  pointer-events: none;
}
.btn--text-primary:disabled svg,
.btn--text-primary:disabled svg path {
  fill: #dbdae0 !important;
}
.btn--primary {
  background: #491e94;
  color: #fff;
  border: 1px solid #491e94;
}
.btn--primary svg,
.btn--primary svg path {
  fill: #fff !important;
}
.btn--primary:active, .btn--primary:focus, .btn--primary:hover {
  background: #1f0d3f;
  color: #fff;
  border: 1px solid #1f0d3f;
}
.btn--primary:active svg,
.btn--primary:active svg path, .btn--primary:focus svg,
.btn--primary:focus svg path, .btn--primary:hover svg,
.btn--primary:hover svg path {
  fill: #491e94;
}
.btn--primary:active .loader__ring, .btn--primary:focus .loader__ring, .btn--primary:hover .loader__ring {
  stroke: #491e94;
}
.btn--primary:disabled {
  background-color: #dbdae0;
  color: #a7a7a7;
  pointer-events: none;
  border: 1px solid #dbdae0;
}
.btn--primary:disabled svg path {
  fill: #a7a7a7;
}
.btn--red {
  background: #ff0055;
  color: #fff;
  border: 1px solid #ff0055;
}
.btn--red svg,
.btn--red svg path {
  fill: #fff !important;
}
.btn--red:active, .btn--red:focus, .btn--red:hover {
  background: #c60e30;
  color: #fff;
  border: 1px solid #c60e30;
}
.btn--red:active svg,
.btn--red:active svg path, .btn--red:focus svg,
.btn--red:focus svg path, .btn--red:hover svg,
.btn--red:hover svg path {
  fill: #491e94;
}
.btn--red:active .loader__ring, .btn--red:focus .loader__ring, .btn--red:hover .loader__ring {
  stroke: #491e94;
}
.btn--red:disabled {
  background-color: #dbdae0;
  color: #a7a7a7;
  pointer-events: none;
  border: 1px solid #dbdae0;
}
.btn--red:disabled svg path {
  fill: #a7a7a7;
}
.btn--upload {
  background-color: #f5f3ff;
  border-radius: 12px;
  height: 48px;
  width: 48px;
  box-shadow: 3px 3px 12px rgba(219, 218, 224, 0.5);
}
.btn--upload svg {
  position: absolute;
  margin-right: 0;
}
.btn--upload.disabled {
  cursor: not-allowed;
}
.btn--uae {
  background-color: #fff;
  color: #000;
  border-radius: 12px;
  border: 1px solid #000;
}
.btn--uae svg {
  width: auto;
  height: auto;
}
.btn--uae:hover {
  color: #000;
}
.btn--uae:focus {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.btn--uae:active {
  background-color: #dbdae0;
}
.btn--uae:disabled {
  color: #dbdae0;
  border: 1px solid #dbdae0;
}

.btn-action {
  background: none;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.btn-action svg {
  margin-right: 8px;
}
.btn-action--only-svg svg {
  margin-right: 0;
}
.btn-action:disabled {
  color: #dbdae0;
  pointer-events: none;
}
.btn-action:disabled svg,
.btn-action:disabled svg path {
  fill: #dbdae0;
}
.btn-action--bg-primary {
  background-color: #491e94;
  color: #fff;
  height: 32px;
  padding: 6px 12px;
  border-radius: 8px;
}
.btn-action--bg-primary svg path {
  fill: #fff;
}
.btn-action--bg-primary:hover {
  background-color: #1f0d3f;
  color: #fff;
}
.btn-action--bg-primary:disabled {
  background-color: #dbdae0;
  color: #7c7c7c;
  pointer-events: none;
}
.btn-action--bg-primary:disabled svg path {
  fill: #7c7c7c;
}
.btn-action--no-bg {
  color: #7c7c7c;
  padding: 8px 16px;
  border-radius: 8px;
  text-transform: none;
  font-size: 15px;
}
.btn-action--no-bg:hover {
  color: #424242;
}
.btn-action--bg-secondary {
  background-color: #a58cf9;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  text-transform: none;
  font-size: 15px;
}
.btn-action--bg-secondary svg path {
  fill: #fff;
}
.btn-action--bg-secondary:hover {
  background-color: #1f0d3f;
  color: #fff;
}
.btn-action--bg-secondary:disabled {
  background-color: #dbdae0;
  color: #7c7c7c;
  pointer-events: none;
}
.btn-action--bg-secondary:disabled svg path {
  fill: #7c7c7c;
}
.btn-action--bg-red {
  background-color: #ff0055;
  color: #fff;
  height: 32px;
  padding: 6px 12px;
  border-radius: 8px;
}
.btn-action--bg-red svg path {
  fill: #fff;
}
.btn-action--bg-red:hover {
  background-color: #c60e30;
}
.btn-action--bg-red:disabled {
  background-color: #dbdae0;
  color: #a7a7a7;
  pointer-events: none;
}
.btn-action--bg-red:disabled svg path {
  fill: #a7a7a7;
}
.btn-action--bg-gray {
  background-color: #dbdae0;
  color: #a7a7a7;
  height: 32px;
  padding: 6px 12px;
  border-radius: 8px;
}
.btn-action--bg-gray:hover {
  background-color: #1f0d3f;
  color: #fff;
}
.btn-action--primary {
  color: #491e94;
}
.btn-action--primary svg,
.btn-action--primary svg path {
  fill: #491e94;
}
.btn-action--primary:hover {
  color: #1f0d3f;
}
.btn-action--primary:hover svg path {
  fill: #1f0d3f;
}
.btn-action--red {
  color: #ff0055;
}
.btn-action--red svg,
.btn-action--red svg path {
  fill: #ff0055;
}
.btn-action--red:hover {
  color: #c60e30;
}
.btn-action--red:hover svg path {
  fill: #c60e30;
}
.btn-action--gray {
  color: #424242;
}
.btn-action--gray svg,
.btn-action--gray svg path {
  fill: #424242;
}
.btn-action--gray:hover {
  color: #1f0d3f;
}
.btn-action--gray:hover svg path {
  fill: #1f0d3f;
}

.status-tag {
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700 !important;
  color: #fff !important;
  display: initial !important;
  text-transform: uppercase;
  text-align: center;
}
.status-tag--blue {
  background: linear-gradient(93deg, #648bef 0%, #3561d2 98.6%);
}
.status-tag--red {
  background: linear-gradient(93deg, #ff0055 0%, #c60e30 98.6%);
}
.status-tag--green {
  background: linear-gradient(93deg, #2ed3d3 0%, #149393 98.6%);
}
.status-tag--orange {
  background: linear-gradient(93deg, #ffbf48 0%, #ff8b38 98.6%);
}
.status-tag--gray {
  background: linear-gradient(149deg, #a196a8 14.53%, #424046 85.98%);
}

.status-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 3px;
  background-color: #ff0055;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  padding: 1px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Inputs */
.form-group {
  margin-bottom: 22px;
  width: 100%;
  position: relative;
}
.form-group--no-margin {
  margin-bottom: 0;
}
.form-group--filter {
  margin-bottom: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.form-group__icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.form-group__icon svg path {
  fill: #7c7c7c;
}
.form-group__icon--filter {
  left: 5px;
  right: 0;
}
.form-group__icon--filter svg path {
  fill: #491e94;
}
.form-group .error-message {
  position: absolute;
  right: 0;
  top: 100%;
  color: #ff0055;
  font-size: 15px;
  font-weight: 400;
}
.form-group .error-message--table {
  font-size: 13px;
}
.form-group .example {
  position: absolute;
  left: 0;
  top: 100%;
  color: #7c7c7c;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
}
.form-group:focus-within label {
  visibility: visible;
  color: #491e94;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.form-group__label {
  visibility: hidden;
  opacity: 0;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #424242;
  padding: 0 5px;
  position: absolute;
  top: -12px;
}
.form-group__label.has-value {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.form-group__label .required {
  font-size: 14px;
  color: #ff0055 !important;
  text-decoration: none !important;
  cursor: default;
}

.pin-error-message {
  color: #ff0055;
  font-size: 15px;
  font-weight: 400;
}

.inputBlock {
  position: relative;
  display: flex;
  align-items: center;
}
.inputBlock.exchange {
  min-width: 200px;
}

.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #dbdae0;
  font-size: 15px;
  font-weight: 400;
  color: #424242;
  text-align: left;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
  max-width: 100%;
  width: 100%;
  padding: 10px 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form-control::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #7c7c7c;
  opacity: 1;
}
.form-control:focus, .form-control.active {
  outline: none;
  border-color: #491e94;
}
.form-control:disabled {
  background: #fafafa;
}
.form-control__table {
  border: 1px solid #dbdae0;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 5px;
}
.form-control__filter {
  border: none;
  padding-left: 28px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #491e94;
  cursor: pointer;
}
.form-control__filter::placeholder {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #491e94;
}
.form-control__filter.search {
  background-color: #fff;
  box-shadow: 3px 3px 12px rgba(219, 218, 224, 0.5);
  border-radius: 8px;
}
.form-control__filter.search:focus, .form-control__filter.search.active {
  outline: none;
  box-shadow: 3px 3px 12px rgba(58, 12, 151, 0.5);
}
.form-control__error {
  border-color: #ff0055;
}
.form-control--icon {
  padding: 12px 20px 12px 42px;
}

.referral-input {
  background-color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
  font-weight: 400;
  color: #424242;
  text-align: left;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
  max-width: 100%;
  width: 100%;
  padding: 10px 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 8px;
}
.referral-input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #7c7c7c;
  opacity: 1;
  text-align: center;
}
.referral-input:focus, .referral-input.active {
  outline: none;
  border-color: #491e94;
}
.referral-input:disabled {
  background: #fafafa;
}

textarea.form-control {
  height: auto !important;
  resize: none;
}

.file-upload-wrapper {
  min-height: 76px;
  display: flex;
  align-items: center;
  border: 2px dashed #dbdae0;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 20px;
}
.file-upload-wrapper:last-child {
  margin-bottom: 0;
}
.file-upload-wrapper--error {
  border: 2px dashed #ff0055;
}
.file-upload-wrapper--error strong {
  color: #ff0055;
}
.file-upload-wrapper__uploaded-file {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.file-upload-wrapper__uploaded-file progress {
  width: 80px;
}
.file-upload-wrapper__uploaded-file p {
  word-break: break-all;
  line-height: 16px;
  margin: 0 12px;
}
.file-upload-wrapper__text strong {
  text-transform: capitalize !important;
  font-size: 15px !important;
}
.file-upload-wrapper__text small {
  color: #7c7c7c;
}

progress {
  width: 100%;
  height: 10px;
}

progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 8px;
  background: #dbdae0;
}

progress[value]::-webkit-progress-bar {
  border-radius: 8px;
  background: #dbdae0;
}

progress[value]::-webkit-progress-value {
  border-radius: 8px;
  background: #491e94;
}

progress[value]::-moz-progress-bar {
  border-radius: 8px;
  background: #491e94;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.pincode-input-container {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-bottom-color: #491e94 !important;
}

.react-datepicker-wrapper {
  width: 100%;
  font-family: "__Inter_d65c78", "__Inter_Fallback_d65c78", sans-serif;
}

.react-datepicker {
  font-family: "__Inter_d65c78", "__Inter_Fallback_d65c78", sans-serif;
  box-shadow: 3px 3px 12px rgba(219, 218, 224, 0.5);
  border: none !important;
}
.react-datepicker .react-datepicker__month-container .react-datepicker-year-header {
  padding: 10px 0;
  font-size: 15px;
  color: #fff;
  font-family: "__Inter_d65c78", "__Inter_Fallback_d65c78", sans-serif;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__month-text {
  font-family: "__Inter_d65c78", "__Inter_Fallback_d65c78", sans-serif;
  width: 3rem;
  margin: 8px;
  padding: 4px;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__month-text:hover {
  background-color: #491e94;
  color: #fff;
  font-weight: bold;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__month-text--keyboard-selected {
  background-color: #491e94;
  color: #fff;
  font-weight: bold;
}
.react-datepicker .react-datepicker__time-container .react-datepicker-time__header {
  color: #fff;
  font-family: "__Inter_d65c78", "__Inter_Fallback_d65c78", sans-serif;
  font-size: 13px;
}
.react-datepicker .react-datepicker__time-container .react-datepicker__time-list-item {
  font-family: "__Inter_d65c78", "__Inter_Fallback_d65c78", sans-serif;
  font-size: 13px;
  color: #1c1d21;
}
.react-datepicker .react-datepicker__time-container .react-datepicker__time-list-item--selected {
  background-color: #491e94 !important;
}
.react-datepicker .react-datepicker__header {
  padding-bottom: 10px;
  border-bottom: none;
  background-color: #491e94;
}
.react-datepicker .react-datepicker__header .react-datepicker__current-month {
  padding: 10px 0;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  font-family: "__Inter_d65c78", "__Inter_Fallback_d65c78", sans-serif;
}
.react-datepicker .react-datepicker__header .react-datepicker__day-names {
  background-color: #fff;
  margin-bottom: -20px;
  text-transform: capitalize;
}
.react-datepicker .react-datepicker__header .react-datepicker__day-names .react-datepicker__day-name {
  color: #7c7c7c;
  font-weight: 400;
  margin: 8px;
  font-family: "__Inter_d65c78", "__Inter_Fallback_d65c78", sans-serif;
}
.react-datepicker .react-datepicker__navigation--next,
.react-datepicker .react-datepicker__navigation--previous {
  top: 5px;
}
.react-datepicker .react-datepicker__navigation-icon::before {
  border-color: #fff;
  border-width: 2px 2px 0 0;
}
.react-datepicker .react-datepicker__day--selected {
  background-color: #491e94;
  color: #fff !important;
}
.react-datepicker .react-datepicker__month-select,
.react-datepicker .react-datepicker__year-select {
  font-family: "__Inter_d65c78", "__Inter_Fallback_d65c78", sans-serif;
  padding: 4px 12px;
  text-transform: capitalize;
  border: none;
  background-color: #fff;
  border-radius: 10px;
  color: #424242;
  font-weight: 700;
  font-size: 13px;
}
.react-datepicker .react-datepicker__day {
  font-family: "__Inter_d65c78", "__Inter_Fallback_d65c78", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #424242;
  margin: 8px;
}
.react-datepicker .react-datepicker__day:hover {
  background-color: #491e94;
  color: #fff;
}
.react-datepicker .react-datepicker__day--keyboard-selected {
  background-color: #491e94;
  color: #fff;
}
.react-datepicker .react-datepicker__day--disabled {
  color: #7c7c7c;
}
.react-datepicker .react-datepicker__header__dropdown {
  padding-bottom: 20px;
}
.react-datepicker__navigation--years-upcoming, .react-datepicker__navigation--years-previous {
  text-indent: unset !important;
  top: auto !important;
  width: 100% !important;
  height: 24px !important;
}
.react-datepicker__navigation--years-upcoming:before, .react-datepicker__navigation--years-previous:before {
  content: "";
  border: solid #7c7c7c;
  border-width: 0 2px 2px 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  position: relative;
}
.react-datepicker__navigation--years-upcoming:hover:before, .react-datepicker__navigation--years-previous:hover:before {
  border-color: #000;
}
.react-datepicker__navigation--years-upcoming:before {
  transform: rotate(-135deg);
  top: 4px;
}
.react-datepicker__navigation--years-previous:before {
  transform: rotate(45deg);
  top: 1px;
}

.react-datepicker-popper {
  z-index: 10000 !important;
}

/* Checkboxes */
.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin: 16px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox__disabled {
  cursor: not-allowed;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #a7a7a7;
  border-radius: 4px;
}
.checkbox .checkmark :after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox .checkmark .text {
  color: #424242;
}
.checkbox .checkmark__disabled {
  pointer-events: none;
  background-color: #dbdae0 !important;
}
.checkbox .checkmark--error {
  border: 2px solid #ff0055 !important;
}
.checkbox .checkmark--centered {
  margin: auto;
}
.checkbox :hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox input:checked ~ .checkmark {
  background-color: #491e94;
  border: none;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 7px;
  top: 4px;
  width: 2px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Radio buttons */
.radio-inline {
  max-width: 100%;
}

.radio {
  position: relative;
  display: flex;
  align-items: center;
}
.radio label {
  color: #491e94;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 14px;
  margin: 0;
  min-width: 40px;
  text-align: center;
  transition: all 150ms ease-in-out;
}
.radio input {
  width: 20px;
  height: 20px;
}
.radio input:checked ~ label {
  background-color: #491e94;
  color: #fff;
}

.switch {
  position: relative;
  display: flex;
  align-items: center;
  width: 40px;
  height: 28px;
  margin-bottom: 14px;
}
.switch--inline {
  margin-bottom: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7c7c7c;
  transition: 0.4s;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background: linear-gradient(149deg, #6f22a0 14.53%, #2d1164 48.76%, #13062e 85.98%);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #491e94;
}
.switch input:checked + .slider:before {
  transform: translateX(16px);
}
.switch .slider.round {
  border-radius: 24px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.text {
  font-size: 15px;
  font-weight: 400;
  color: #424242;
  margin-right: 12px;
  text-transform: capitalize !important;
}

/* Drawer */
.drawer {
  overflow: hidden;
  max-height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 420px;
  opacity: 0;
  pointer-events: none;
  transition: max-width 0.3s ease-in-out;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 3px 3px 12px rgba(219, 218, 224, 0.5);
  z-index: 3;
  cursor: default;
}
.drawer::-webkit-scrollbar-track {
  background-color: #fff;
}
.drawer::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.drawer::-webkit-scrollbar-thumb {
  background-color: rgba(35, 35, 47, 0.7);
  border-radius: 15px;
}
.drawer--open {
  opacity: 1;
  pointer-events: auto;
}
.drawer--notifications {
  display: flex;
  flex-direction: column;
  top: 100%;
  right: 0;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px 0px;
}
.drawer--notifications .drawer__body {
  padding: 0;
}
.drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 14px 18px;
}
.drawer__header h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 800;
}
.drawer__body {
  padding: 20px 18px;
  overflow-y: auto;
}
.drawer__body::-webkit-scrollbar-track {
  background-color: #fff;
}
.drawer__body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.drawer__body::-webkit-scrollbar-thumb {
  background-color: rgba(35, 35, 47, 0.7);
  border-radius: 15px;
}
.drawer__body__loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.drawer-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(244, 245, 247, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  width: 100%;
  z-index: 2;
}

/* Modal */
.modal {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 16px;
  background-color: #fff;
  padding: 32px;
  box-shadow: 3px 3px 12px rgba(219, 218, 224, 0.5);
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.modal__header h1 {
  margin-bottom: 0;
}
.modal hr {
  margin-bottom: 20px;
}
.modal ul,
.modal ol {
  margin: 0 0 20px 16px;
}
.modal__content {
  height: auto;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .modal__content {
    max-width: 80vw !important;
  }
}
.modal__close {
  margin-left: auto;
}
.modal__close:hover, .modal__close:focus {
  cursor: pointer;
}
.modal__close:hover svg path, .modal__close:focus svg path {
  fill: #1f0d3f;
}
.modal__buttons-wrapper {
  display: flex;
  align-items: center;
  margin-top: auto;
  justify-content: center;
  gap: 8px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(187, 187, 187, 0.33);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  width: 100%;
  z-index: 9999;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fta-step {
  width: 254px;
}
@media (max-width: 1080px) {
  .fta-step {
    width: 230px;
  }
}
@media (max-width: 992px) {
  .fta-step {
    width: auto;
  }
}
.fta-step__box {
  border-radius: 8px;
  border: 1px solid #7c7c7c;
  height: 196px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Breadcrumbs */
.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.breadcrumbs__title {
  margin-bottom: 0;
}
.breadcrumbs__link {
  font-weight: 500;
  color: #7c7c7c;
}
.breadcrumbs__link--active {
  color: #1f0d3f;
  pointer-events: none;
}
.breadcrumbs__separator {
  color: #7c7c7c;
}

/* Tables */
.table {
  overflow-x: auto;
  width: 100%;
}
.table table {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
}
.table table thead tr {
  white-space: nowrap;
}
.table table thead tr th:first-child {
  border-top-left-radius: 8px;
}
.table table thead tr th:last-child {
  border-top-right-radius: 8px;
  width: 1%;
}
.table table tr {
  white-space: nowrap;
}
.table table tr.selected {
  background-color: #f5f3ff;
}
.table table tr.link {
  cursor: pointer;
}
.table table tr.link:hover {
  background-color: #f5f3ff;
  transition: "all 0.2s ease-in-out";
}
.table table tr.report td {
  font-weight: 700;
  border-bottom: 1px solid #491e94;
}
.table table tr.report td:last-child {
  text-align: right;
}
.table table tr.report .level {
  font-weight: 400;
  color: #424242;
  border-bottom: 1px solid #dbdae0;
}
.table table tr.report .level:first-child {
  color: #491e94;
}
.table table th {
  background-color: #f9fcff;
  padding: 10px 16px;
  text-align: left;
  color: #7c7c7c;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.table table td {
  padding: 10px 16px;
  text-align: left;
  color: #424242;
  font-size: 15px;
  border-bottom: 1px solid #dbdae0;
  line-height: 24px;
}
.table--form table .active-row {
  background-color: #f5f3ff;
}
.table--form table th {
  padding: 10px 16px;
}
.table--form table td {
  border-bottom: 0;
  padding: 10px 16px;
}
.table--form table .error {
  padding: 10px 16px 28px;
}

.total {
  font-size: 15px;
}
.total td {
  border-bottom: none !important;
}
.total strong {
  text-transform: uppercase;
}
.total .currency {
  color: #7c7c7c;
  display: inline-block !important;
  font-size: 15px;
  margin-bottom: 0;
}

.bottom-left-radius {
  background-color: #eae9ee;
  border-bottom-left-radius: 12px;
}

.bottom-right-radius {
  background-color: #eae9ee;
  border-bottom-right-radius: 12px;
}

.subtotal {
  background-color: #f6f6f6;
  font-size: 13px;
}
.subtotal td {
  border-bottom: none !important;
}
.subtotal strong {
  text-transform: uppercase;
  font-size: 13px;
}
.subtotal small {
  color: #7c7c7c;
}

.balance-due {
  padding: 12px 16px 0 0;
  font-size: 13px !important;
}

.sort-by {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 24px;
  gap: 20px;
}
.pagination__buttons {
  display: flex;
  gap: 12px;
  margin: 0 auto;
}
.pagination__buttons .next,
.pagination__buttons .last {
  margin-right: 0;
  margin-left: 8px;
}
.pagination__numbers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.pagination__numbers .btn,
.pagination__numbers a {
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #424242;
  border: 1px solid #dbdae0;
  border-radius: 0;
  font-weight: 400;
}
.pagination__numbers .btn svg,
.pagination__numbers a svg {
  margin: 0;
}
.pagination__numbers .btn + button, .pagination__numbers .btn + a,
.pagination__numbers a + button,
.pagination__numbers a + a {
  border-left-color: transparent;
}
.pagination__numbers .btn:first-child,
.pagination__numbers a:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination__numbers .btn:last-child,
.pagination__numbers a:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination__numbers .btn:disabled,
.pagination__numbers a:disabled {
  background-color: #fafafa;
}
.pagination__numbers .btn:hover,
.pagination__numbers a:hover {
  border-color: #1f0d3f;
  color: #1f0d3f;
}
.pagination__numbers .btn:hover svg path,
.pagination__numbers a:hover svg path {
  fill: #1f0d3f;
}
.pagination__numbers .active {
  background-color: #491e94;
  border-color: #491e94;
  color: #fff;
  pointer-events: none;
}
.pagination__ellipsis {
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #424242;
  border-top: 1px solid #dbdae0;
  border-bottom: 1px solid #dbdae0;
  border-radius: 0;
  font-weight: 400;
  cursor: default;
  font-size: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Errors Pages */
.error-page {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
}
.error-page__icon-wrap {
  margin: 0 0 36px;
}
.error-page__icon {
  max-width: 640px;
  margin: 0 auto;
}
.error-page__content {
  text-align: center;
}
.error-page__title {
  font-size: 40px;
}
.error-page__text {
  font-size: 18px;
  margin: 0 0 30px;
}

/* Tabs */
.tabs {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fafafa;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 3px 3px 12px rgba(219, 218, 224, 0.5);
}
.tabs__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 24px 12px 12px;
  color: #7c7c7c;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.tabs__link:first-child {
  padding: 12px 12px 12px 24px;
}
.tabs__link--active {
  padding: 12px 24px !important;
  color: #491e94;
  font-weight: 800;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 3px 3px 12px rgba(219, 218, 224, 0.5);
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #491e94 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #491e94);
  mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.message {
  display: flex;
  align-items: center;
  padding: 16px 18px;
  gap: 18px;
  border-bottom: 1px solid #ececf2;
  transition: all 150ms ease-in-out;
  cursor: pointer;
}
.message__img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.message__title {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.message__text {
  font-size: 12px;
  margin: 0;
}
.message__date {
  display: block;
  font-size: 12px;
  color: #7c7c7c;
}
.message:hover {
  background: #f9fcff;
}

.notif-details {
  padding: 14px 18px;
  border-bottom: 1px solid #ececf2;
  transition: all 150ms ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notif-details:hover {
  background-color: #f5f3ff;
}
.notif-details__unread-indicator {
  border-radius: 50%;
  background-color: #f25e5e;
  height: 8px;
  width: 8px;
  margin-left: 30px;
  flex-shrink: 0;
}
.notif-details__title {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 8px;
}
.notif-details__text {
  font-size: 12px;
  line-height: 20px;
  color: #424242;
  margin: 0 0 8px;
}
.notif-details__date {
  display: block;
  font-size: 12px;
  color: #424242;
}

.notification {
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
}
.notification--red {
  background-color: #ff0055;
}

.notificaton-heading {
  color: #424242;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  margin: 0;
  padding-left: 18px;
}

.notification-button {
  color: #491e94;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  cursor: pointer;
}

.pending {
  opacity: 0.5;
  cursor: not-allowed;
}

.subscription-plan {
  border-radius: 16px;
  border: 1px solid #dbdae0;
  padding: 16px 24px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.subscription-plan--light-blue {
  background-color: #eaf4fa;
}
.subscription-plan--light-purple {
  background-color: #f5f1ff;
}
.subscription-plan__name {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #491e94;
}
.subscription-plan__name.spark {
  font-weight: 800;
  color: #ff8b38;
  text-transform: uppercase;
}
.subscription-plan__name.horizon {
  font-weight: 800;
  color: #491e94;
  text-transform: uppercase;
}
.subscription-plan__price {
  font-weight: 800;
  font-size: 48px;
  text-align: center;
  color: #491e94;
}
.subscription-plan__currency {
  font-size: 24px;
  font-weight: 500;
}
.subscription-plan__total-per-year {
  padding: 8px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.subscription-plan__total-per-year p {
  margin-bottom: 0;
}
.subscription-plan__referral-code {
  align-items: center;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 8px 12px;
}
.subscription-plan__description-list {
  margin-left: 16px;
}
.subscription-plan__description-list li {
  font-weight: 400;
  font-size: 13px;
  color: #424242;
}
.subscription-plan__select-plan-btn {
  width: 160px;
  margin: 0 auto;
  display: flex;
}

.text-gray {
  color: #7c7c7c;
  font-size: 10px;
  font-weight: 400;
}

/*
 LanguageSwitcher.scss
*/
.ls__wrapper {
  position: relative;
  display: inline-block;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
.ls__dropdown {
  position: absolute;
  right: 0;
  margin-top: 8px;
  width: 200px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06); /* subtle border */
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
  border-radius: 10px;
  padding: 6px 6px;
  z-index: 9999;
  list-style: none;
  margin: 0;
  animation: ls-fade-in 160ms ease-out;
  outline: none;
}
@media (max-width: 420px) {
  .ls__dropdown {
    width: 160px;
    left: 0;
    right: auto;
  }
}
@keyframes ls-fade-in {
  from {
    transform: translateY(-4px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.ls__option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  color: #0f172a;
  font-size: 14px;
}
.ls__option:hover, .ls__option:focus {
  background: rgba(15, 23, 42, 0.04);
}
.ls__option--selected {
  background: rgba(99, 102, 241, 0.08); /* faint highlight */
  font-weight: 600;
}
.ls__flag {
  display: inline-block;
  width: 20px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
}
.ls__label {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar {
  width: 240px;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  height: 100%;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(149deg, #6f22a0 14.53%, #2d1164 48.76%, #13062e 85.98%);
  overflow-y: auto;
}
.sidebar::-webkit-scrollbar-track {
  background-color: #fff;
}
.sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(35, 35, 47, 0.7);
  border-radius: 15px;
}
.sidebar nav {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar__logo {
  position: relative;
  text-align: center;
  margin: 0 auto 32px;
}
.sidebar__nav {
  padding: 12px 0;
}
.sidebar__nav.separator {
  border-top: 1px solid #606ab3;
}
.sidebar__title {
  font-size: 13px;
  color: #a565c8;
  padding: 12px 16px;
}
.sidebar__item {
  list-style: none;
  margin: 4px 0;
}
.sidebar__switcher-btn {
  background-color: rgba(96, 106, 179, 0.2);
  font-size: 13px !important;
}
.sidebar__link {
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 12px 16px;
  width: 100%;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  transition: all 150ms ease-in-out;
  line-height: 24px;
}
.sidebar__link:hover {
  background-color: #fff;
  color: #491e94;
}
.sidebar__link:hover svg path {
  fill: #491e94;
}
.sidebar__link.active {
  background-color: #fff;
  color: #491e94;
}
.sidebar__link.active svg path {
  fill: #491e94;
}
.sidebar__icon {
  display: flex;
  justify-content: center;
  width: 20px;
  align-items: center;
  margin-right: 8px;
  flex: 0 0 20px;
}
.sidebar__icon svg path {
  transition: all 150ms ease-in-out;
  fill: #fff;
}
.sidebar__text {
  transition: opacity 0.5s ease 0.2s;
  text-wrap: wrap;
}
.sidebar--admin {
  background: linear-gradient(180deg, #20c7c7 10.67%, #910ce2 93.39%);
}
.sidebar--admin__title {
  color: #aaeeff;
}
.sidebar--admin__nav.separator {
  border-top: 1px solid #aaeeff;
}

/* Uncomment and set these variables to customize the grid. */
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 13px;
  padding-left: 13px;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}
.row--equal > [class^=col-], .row--equal > [class*=col-] {
  display: flex;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  box-sizing: border-box;
  padding-right: 13px;
  padding-left: 13px;
  width: 100%;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 613px;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 72rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
/* Header */
.header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
  padding-left: 271px;
  padding-right: 20px;
  transition: all 0.5s ease-in-out;
}
.header .menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .header .menu-btn {
    display: flex;
  }
}
.header h1 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
.header__content {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex: 1 1;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #dbdae0;
}
.header__info {
  display: flex;
  align-items: center;
}
.header__not-icon {
  width: 18px;
  height: 18px;
}
.header__not-icon--close {
  width: 14px;
  height: 14px;
}
.header__not-icon path {
  transition: all 150ms ease-in-out;
}
.header__user-info {
  position: relative;
}
.header__user {
  display: flex;
  align-items: center;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  gap: 16px;
}
.header__user__avatar {
  border-radius: 50%;
  border: 1px solid #7c7c7c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__user__dropdown svg {
  margin-right: 8px;
  width: 14px;
  cursor: pointer;
  rotate: 0deg;
  transition: all 150ms ease-in-out;
}
.header__user__dropdown ul {
  position: absolute;
  left: 0;
  width: 220px;
  top: 50px;
  background-color: #ffffff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  text-align: left;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
  border-radius: 4px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ececf2;
}
.header__user__dropdown ul li {
  list-style: none;
  padding: 12px 24px;
}
.header__user__dropdown ul li:first-child {
  margin-top: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.header__user__dropdown ul li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.header__user__dropdown ul li a {
  color: #7c7c7c;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
}
.header__user__dropdown ul li a:hover {
  color: #1f0d3f;
}
.header__user__dropdown ul li a:hover svg path {
  fill: #1f0d3f;
}
.header__user__dropdown ul li.header__logout {
  border-top: 1px solid #ececf2;
  padding: 15px 24px;
  margin-top: 16px;
}
.header__user__dropdown--active ul {
  opacity: 1;
  pointer-events: auto;
}
.header__user__dropdown--active span svg {
  rotate: 180deg;
  transition: 300ms ease-in-out;
}
.header__user__dropdown--active span svg path {
  fill: #491e94;
}
.header__user__name {
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  color: #424242;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  transition: all 150ms ease-in-out;
  white-space: nowrap;
}
.header__user__arrow {
  width: 12px;
  height: 12px;
}
.header__btn {
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin-left: 14px;
  padding: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__btn:hover, .header__btn--active {
  background-color: #fff;
  border: 1px solid #dbdae0;
  border-radius: 50%;
}
.header__btn:hover svg path, .header__btn--active svg path {
  fill: #1f0d3f;
}

/* Footer */
.footer {
  background: #fff;
}

/* Dashboard */
.dashboard {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f9fcff;
  height: 100%;
  min-height: 100dvh;
}
.dashboard::-webkit-scrollbar-track {
  background-color: #fff;
}
.dashboard::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.dashboard::-webkit-scrollbar-thumb {
  background-color: rgba(35, 35, 47, 0.7);
  border-radius: 15px;
}
.dashboard .content-frame:has(.content-frame--fit-content) {
  border-radius: 16px;
  background-color: black;
}
.dashboard .content-frame {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 3px 3px 12px rgba(219, 218, 224, 0.5);
  padding: 24px;
  width: 100%;
  margin-bottom: 24px;
}
.dashboard .content-frame--disabled {
  background-color: #fafafa;
}
.dashboard .content-frame h3 {
  font-size: 16px;
  border-bottom: 1px solid #dbdae0;
  padding-bottom: 20px;
}
.dashboard .content-frame--small {
  padding: 16px;
}
.dashboard .content-frame__no-results {
  font-weight: 400;
  text-align: center;
  margin: 20px 0;
}
.dashboard .content-back {
  position: relative;
  background-color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 3px 3px 12px rgba(219, 218, 224, 0.5);
  padding: 12px 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.dashboard .content-back a,
.dashboard .content-back button {
  transition: all 150ms ease-in-out;
  font-weight: 700;
  color: #491e94;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  gap: 12px;
  cursor: pointer;
}
.dashboard .content-back-without-bg {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.dashboard .content-back-without-bg a,
.dashboard .content-back-without-bg button {
  transition: all 150ms ease-in-out;
  font-weight: 700;
  color: #491e94;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  gap: 12px;
  cursor: pointer;
}
.dashboard .content-wrapper {
  margin: 0 auto;
  padding-left: 271px;
  padding-right: 20px;
  transition: all 0.5s ease-in-out;
}
.dashboard .number {
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}
.dashboard .large-text {
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
}
.dashboard ul .notification {
  margin-top: 8px;
}

.heading-wrapper {
  padding: 24px 0;
}

.current-border {
  border-bottom: 1px solid #eae9ee;
}

.mt-auto {
  margin-top: auto;
}

.grid-layout {
  display: grid;
  grid-template-columns: 1fr 200px;
  align-items: center;
}

.grid-cols-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  gap: 10px;
}

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

.grid-cols-4 {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  gap: 30px;
}

.min-h-screen {
  min-height: 100vh;
}

.h-half {
  height: 50vh;
}

body .pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 4px;
}

.pb-3 {
  padding-bottom: 12px;
}

.pl-1 {
  padding-left: 4px !important;
}

.text-blue {
  color: #648bef !important;
}

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

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

.text-white {
  color: #fff !important;
}

.uppercase {
  text-transform: uppercase;
}

.cursor-pointer {
  cursor: pointer;
}

.relative {
  position: relative;
}

.gap-5 {
  gap: 20px;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.pl-4 {
  padding-left: 16px !important;
}

.pl-5 {
  padding-left: 20px !important;
}

.pl-10 {
  padding-left: 40px !important;
}

.calendar-floating-thingy {
  position: absolute;
  right: 100px;
  top: 140px;
}

.ml-auto {
  margin-left: auto;
}

.p-3 {
  padding: 12px;
}

.text-black {
  color: #424242;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1200px) {
  .doughnut {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 790px) {
  .doughnut {
    max-width: 75%;
    margin: 0 auto;
  }
}
/* Login form */
.auth {
  background-color: #f9fcff;
  display: flex;
  justify-content: flex-end;
  height: 100dvh;
}
.auth__bgr {
  flex: 0 0 30%;
  height: 100%;
  background: linear-gradient(149deg, #6f22a0 14.53%, #2d1164 48.76%, #13062e 85.98%);
  display: flex;
  justify-content: center;
}
.auth__bgr img {
  margin-top: 65px;
}
.auth__content {
  flex: 0 0 70%;
  background-color: #f9fcff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth__language-switcher {
  position: absolute;
  top: 18px;
  right: 22px;
}
.auth__box {
  width: 100%;
  max-width: 440px;
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 3px 3px 12px rgba(219, 218, 224, 0.5);
  position: relative;
}
.auth__box .steps-active {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -40px);
  display: flex;
  list-style: none;
  gap: 7px;
}
.auth__box .steps-active li {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #491e94;
  transition: all 0.3s ease-in-out;
}
.auth__box .steps-active li.active {
  width: 33px;
}
.auth__box h1 {
  margin-bottom: 24px;
}
.auth__box h2 {
  font-size: 24px;
}
.auth__separator hr {
  max-width: 150px;
  margin: 0 auto;
}

.profile {
  margin: 0 auto;
  max-width: 1000px;
}
.profile__content {
  background: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 12px -8px;
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
.profile__bg {
  position: relative;
  height: 260px;
}
@media (max-width: 768px) {
  .profile__bg {
    height: 200px;
  }
}
.profile__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.profile__edit {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #491e94;
  padding: 6px 14px;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  transition: all 150ms ease-in-out;
}
.profile__edit:hover {
  background: #1f0d3f;
  color: #fff;
}
.profile__edit--round {
  border-radius: 50%;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
  padding: 8px;
}
.profile__edit--round .profile__editIcon {
  margin: 0;
}
.profile__editIcon {
  fill: #fff;
  margin-right: 8px;
}
.profile__info {
  position: relative;
  padding: 0 40px 40px;
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .profile__info {
    padding: 0 16px 20px;
  }
}
.profile__frame {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
  margin: -82px 0 24px;
  border-radius: 8px;
  -webkit-backdrop-filter: saturate(200%) blur(30px);
  backdrop-filter: saturate(200%) blur(30px);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.9), 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  .profile__frame {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .profile__frame {
    padding: 28px 16px;
  }
}
.profile__imgFrame {
  flex-shrink: 0;
  padding: 3px;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
}
@media (max-width: 992px) {
  .profile__imgFrame {
    margin: 0;
  }
}
.profile__img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.profile__base {
  margin: 14px 8px 14px 0;
}
@media (max-width: 992px) {
  .profile__base {
    margin: 14px 0;
  }
}
.profile__soc {
  margin-left: auto;
  text-align: center;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .profile__soc {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .profile__soc {
    margin: 0;
  }
}
.profile__socTitle {
  margin: 0 0 10px;
  font-weight: 500;
  color: #424242;
}
.profile__socInline {
  display: flex;
  align-items: center;
}
.profile__socLink {
  margin-left: 10px;
}
.profile__socLink:first-child {
  margin: 0;
}
.profile__socIcon {
  width: 28px;
  height: 28px;
}
.profile__socIcon path {
  transition: all 150ms ease-in-out;
}
.profile__socIcon:hover path {
  fill: #1f0d3f;
}
.profile__desc {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .profile__desc {
    padding: 0;
  }
}
.profile__name {
  font-size: 24px;
  margin: 0 0 4px;
}
.profile__title {
  margin: 0;
  font-weight: 500;
}
.profile__sub {
  margin: 0 0 16px;
}
.profile__text {
  margin: 0 0 16px;
}
.profile__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
}
.profile__stats > div {
  padding: 14px;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .profile__stats > div {
    padding: 6px;
    margin-left: 12px;
  }
}
.profile__stats > div:first-child {
  margin: 0;
}
.profile__statsNum {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #424242;
  text-align: center;
  margin: 0 0 4px;
}
.profile__statsSub {
  font-size: 14px;
  color: #7c7c7c;
}

.details {
  position: relative;
  height: 100%;
}
.details h2 {
  font-size: 18px;
  margin: 0;
}
.details strong {
  word-break: break-word;
}
.details span {
  color: #7c7c7c;
  font-size: 13px;
  margin-bottom: 4px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
.details .status {
  display: flex;
  align-items: center;
  color: #7c7c7c;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
}
.details .status svg {
  margin-right: 8px;
}
.details__submit-bottom {
  margin-top: auto;
}
.details__submit-bottom button {
  width: 100%;
}
.details__documents {
  margin-bottom: 16px;
}
.details__documents:last-child {
  margin-bottom: 0;
}
.details__documents strong {
  word-break: break-all;
}
.details__documents .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details__documents .info p {
  margin-bottom: 0;
  word-break: break-all;
}
.details__documents .status {
  margin-left: 8px;
  display: flex;
  justify-content: flex-end;
  min-width: 170px;
  text-transform: none;
}
.details__documents .status--declined {
  color: #ff0055;
}
.details__documents .status--days-left {
  color: #ff8b38;
}
.details__no-results {
  font-weight: 400;
  text-align: center;
}

.box-wrapper {
  padding: 8px 0;
  border-bottom: 1px solid #eae9ee;
}
.box-wrapper:last-child {
  border-bottom: none;
}
.box-wrapper__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 8px;
  cursor: pointer;
}
.box-wrapper__box.small {
  padding: 10px 0 !important;
}
.box-wrapper__box .info {
  display: flex;
  align-items: center;
}
.box-wrapper__box .info p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.box-wrapper__box .initials {
  margin-right: 8px;
  background-color: #a58cf9;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 8px 4px;
  font-size: 15px;
}
.box-wrapper__box .status {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #7c7c7c;
}
.box-wrapper__box .status svg {
  margin-right: 8px;
}
.box-wrapper__box .status strong {
  text-transform: none;
}
.box-wrapper__box--inactive {
  opacity: 0.8;
}
.box-wrapper__box--inactive .info strong {
  color: #424242;
}
.box-wrapper__box--inactive .info p {
  color: #7c7c7c;
}
.box-wrapper__box--inactive .initials {
  background-color: #a7a7a7;
}
.box-wrapper__box--selected {
  background-color: #f5f3ff;
  opacity: 1;
  transition: all 0.2s ease-out;
}

.select-box-wrapper {
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.select-box-wrapper:last-child {
  margin-bottom: 0;
}
.select-box-wrapper .info {
  width: 100%;
}
.select-box-wrapper .info label {
  margin: 0;
}
.select-box-wrapper--selected {
  background-color: #f5f3ff;
  opacity: 1;
  transition: all 0.2s ease-out;
}

.payment-box-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  background-color: #f5f3ff;
  border-radius: 12px;
  padding: 8px 16px;
}
.payment-box-form__info p {
  margin-bottom: 0;
}
.payment-box-form--disabled {
  background-color: #fafafa;
}

.expense-items-form {
  background-color: #f5f3ff;
  border: 1px solid #491e94;
  border-radius: 12px;
  padding: 8px 16px;
  margin-bottom: 24px;
  position: relative;
}
.expense-items-form span {
  margin-bottom: 0;
}
.expense-items-form__remove {
  position: absolute;
  bottom: -20px;
  right: 16px;
}

.flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm {
    display: flex !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md {
    display: flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg {
    display: flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl {
    display: flex !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.o-flex {
  display: flex;
}

.o-inline-flex {
  display: inline-flex;
}

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

.o-flex--wrap {
  flex-wrap: wrap;
}

.o-flex--no-wrap {
  flex-wrap: nowrap;
}

.o-flex--center {
  align-items: center;
}

.o-flex--baseline {
  align-items: baseline;
}

.o-flex--stretch {
  align-items: stretch;
}

.o-flex--start {
  align-items: flex-start;
}

.o-flex--end {
  align-items: flex-end;
}

.o-flex--justify {
  justify-content: space-between;
}

.o-flex--justify-center {
  justify-content: center;
}

.o-flex--justify-around {
  justify-content: space-around;
}

.o-flex--justify-evenly {
  justify-content: space-around;
}

.o-flex--left {
  justify-content: flex-start !important;
}

.o-flex--right {
  justify-content: flex-end;
}

.o-flex--auto {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.o-flex--grow {
  flex: 1 0 auto;
}

.o-flex--none {
  flex: none;
}

.o-flex--first {
  order: -1;
}

.o-flex--last {
  order: 99999;
}

.flex-1 {
  flex: 1 1;
}

.gap4 {
  gap: 4px;
}

.gap10 {
  gap: 10px;
}

.gap15 {
  gap: 15px;
}

.gap20 {
  gap: 20px;
}

.gap30 {
  gap: 30px;
}

.gap40 {
  gap: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.flex {
  display: flex;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/app/layout.tsx","import":"Inter","arguments":[{"subsets":["latin"],"display":"swap"}],"variableName":"inter"} ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Inter_Fallback_f367f3';src: local("Arial");ascent-override: 90.49%;descent-override: 22.56%;line-gap-override: 0.00%;size-adjust: 107.06%
}.__className_f367f3 {font-family: '__Inter_f367f3', '__Inter_Fallback_f367f3';font-style: normal
}

