/*
$blue-001:#1133FF;
$blue-002:#0D25AE;
$blue-003:#1133FF;
$blue-004:#506AFF;
$blue-005:#1133FF;
*/
/*
$orange-001:#FF7811;
$orange-002:#FF5E14;
*/
/******************** COLORS ********************/
/******************** SCREEN SIZES ********************/
/************************ C2V Mini Color variants *******************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

* {
  scrollbar-width: none;
  -ms-overflow-style: none; }
  *::-webkit-scrollbar {
    display: none; }

/* Some overrides on top of resets.scss (taken from https://gist.github.com/DavidWells/18e73022e723037a50d6) */
html {
  font-family: "Inter", sans-serif;
  line-height: 1.5; }

body {
  line-height: inherit;
  overflow-x: hidden; }

html,
button,
input,
select,
textarea {
  color: inherit; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box; }

a:focus, button:focus, select:focus, input:focus {
  outline: 0; }

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: Inter, sans-serif; }

button {
  font-family: Inter, sans-serif; }

.button {
  display: inline-flex;
  align-items: center;
  background-color: #E6E6E6;
  border: 1px solid transparent;
  font-size: 0.875rem;
  justify-content: center;
  height: 2.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 8px;
  color: #888888;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: all 100ms ease-in;
  min-width: 82px; }
  .button.outline-btn {
    border: 1px solid #D5D7DA; }
  .button.extra-padding {
    padding: 10px 64px; }
  .button-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center; }
  .button:hover {
    background-color: #D0D0D0; }
  .button:focus {
    outline-offset: 2px;
    outline-style: solid;
    box-shadow: 0 0 0 4px #F5F5F5; }
  .button[disabled], .button .is-disabled {
    cursor: not-allowed; }
  .button[disabled], .button .is-disabled, .button.is-loading {
    background-color: #D0D0D0;
    border: 1px solid #E9EAEB;
    color: #D5D7DA; }
  .button.is-white {
    background-color: #FFFFFF;
    color: #9DA4AE; }
    .button.is-white:not(:disabled):hover {
      background-color: #F7F7F7; }
    .button.is-white:focus {
      border: 3px solid #F7F7F7; }
    .button.is-white[disabled], .button.is-white .is-disabled, .button.is-white.is-loading {
      background-color: #F8F8F8; }
  .button.is-darkblue {
    background-color: #002029 !important;
    color: #FFFFFF;
    border: none; }
    .button.is-darkblue:not(:disabled):hover {
      background-color: #2b3f45; }
    .button.is-darkblue:focus {
      border: 3px solid #2b3f45; }
    .button.is-darkblue[disabled], .button.is-darkblue .is-disabled, .button.is-darkblue.is-loading {
      background-color: #002029; }
  .button.is-primary {
    background-color: #000000 !important;
    border: none; }
    .button.is-primary:not(:disabled):hover {
      background-color: #313435 !important; }
    .button.is-primary:focus {
      box-shadow: 0 0 0 4px #F4EBFF;
      background-color: #7F56D9; }
    .button.is-primary[disabled], .button.is-primary .is-disabled, .button.is-primary.is-loading {
      background-color: #E9D7FE; }
  .button.is-success {
    background-color: #079455;
    border: none; }
    .button.is-success:not(:disabled):hover {
      background-color: #06a860; }
    .button.is-success:focus {
      box-shadow: 0 0 0 4px #D1FADF; }
    .button.is-success[disabled], .button.is-success .is-disabled, .button.is-success.is-loading {
      background-color: #D1FADF; }
  .button.is-success-light {
    background-color: rgba(209, 250, 223, 0.66);
    color: #039855;
    border: none; }
    .button.is-success-light:not(:disabled):hover, .button.is-success-light:focus {
      background-color: rgba(135, 251, 177, 0.5); }
    .button.is-success-light[disabled], .button.is-success-light .is-disabled, .button.is-success-light.is-loading {
      color: #6fdeac; }
  .button.is-success-dark {
    background-color: #039855;
    border: none;
    color: #FFFFFF; }
    .button.is-success-dark:not(:disabled):hover {
      background-color: #046a3c; }
    .button.is-success-dark:focus {
      box-shadow: 0 0 0 4px #E6FFEF; }
    .button.is-success-dark[disabled], .button.is-success-dark .is-disabled {
      background-color: #D1FADF; }
  .button.is-accent-1 {
    background-color: #8037F0 !important;
    color: #FFFFFF;
    border: none; }
    .button.is-accent-1:not(:disabled):hover {
      background-color: #5F1FB8 !important; }
    .button.is-accent-1:focus {
      box-shadow: 0 0 0 4px #F4EBFF;
      background-color: #7F56D9; }
    .button.is-accent-1[disabled], .button.is-accent-1 .is-disabled, .button.is-accent-1.is-loading {
      background-color: #EEE9FE; }
  .button.is-accent-1-light {
    background: linear-gradient(135deg, rgba(128, 55, 240, 0.098), rgba(128, 55, 240, 0.098)) !important;
    color: #8037f0;
    border: none; }
    .button.is-accent-1-light:not(:disabled):hover {
      background-color: rgba(128, 55, 240, 0.09) !important; }
    .button.is-accent-1-light:focus {
      box-shadow: 0 0 0 4px #F4EBFF;
      background-color: rgba(128, 55, 240, 0.5); }
    .button.is-accent-1-light[disabled], .button.is-accent-1-light .is-disabled, .button.is-accent-1-light.is-loading {
      background-color: #EEE9FE; }
  .button.is-danger {
    background-color: #D92D20 !important;
    border: none; }
    .button.is-danger:not(:disabled):hover {
      background-color: #B42318 !important; }
    .button.is-danger:focus {
      box-shadow: 0 0 0 4px #FEE4E2; }
    .button.is-danger[disabled], .button.is-danger .is-disabled, .button.is-danger.is-loading {
      background-color: #FECDCA; }
  .button.is-danger-light {
    background-color: rgba(180, 35, 24, 0.1);
    color: #B42318;
    border: none; }
    .button.is-danger-light:not(:disabled):hover, .button.is-danger-light:focus {
      background-color: rgba(180, 35, 24, 0.2); }
    .button.is-danger-light[disabled], .button.is-danger-light .is-disabled, .button.is-danger-light.is-loading {
      color: #E08B84; }
  .button.is-warning {
    background-color: #F79009;
    border: none; }
    .button.is-warning:not(:disabled):hover {
      background-color: #FF9011; }
    .button.is-warning:focus {
      box-shadow: 0 0 0 4px #f1e8df; }
    .button.is-warning[disabled], .button.is-warning .is-disabled, .button.is-warning.is-loading {
      background-color: #FFFAEB; }
  .button.is-warning-light {
    background-color: rgba(255, 144, 17, 0.1);
    color: #B54708;
    border: none; }
    .button.is-warning-light:not(:disabled):hover, .button.is-warning-light:focus {
      background-color: rgba(255, 144, 17, 0.2); }
    .button.is-warning-light[disabled], .button.is-warning-light .is-disabled, .button.is-warning-light.is-loading {
      color: #FF9011; }
  .button.is-primary, .button.is-success, .button.is-danger, .button.is-warning {
    color: #FFFFFF; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading::after {
      content: "";
      width: 1em;
      height: 1em;
      position: absolute;
      border-radius: 999999px;
      border: 4px solid #000000;
      border-color: #888888 transparent #888888 #888888;
      animation: spinInfinite .5s linear infinite; }
    .button.is-loading.is-primary::after, .button.is-loading.is-success::after, .button.is-loading.is-danger::after, .button.is-loading.is-warning::after, .button.is-loading.is-success-dark::after, .button.is-loading.is-accent-1::after {
      border-color: #F7F7F7 transparent #F7F7F7 #F7F7F7; }
    .button.is-loading.is-danger-light::after {
      border-color: #E08B84 transparent #E08B84 #E08B84; }
    .button.is-loading.is-success-light::after {
      border-color: #6fdeac transparent #6fdeac #6fdeac; }
    .button.is-loading.is-warning-light::after {
      border-color: #FFC06E transparent #FFC06E #FFC06E; }
  .button.is-medium {
    height: 3.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .button.is-large {
    height: 3.25rem;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
    min-width: 11.25rem; }
  .button.is-fullwidth {
    width: 100%; }

.checkbox {
  display: flex;
  align-items: center; }
  .checkbox input[type="checkbox"] {
    width: 0px;
    height: 0px; }
    .checkbox input[type="checkbox"]:checked + .checkbox-button {
      background-color: rgba(0, 0, 0, 0.1);
      border: 1px solid #000000; }
      .checkbox input[type="checkbox"]:checked + .checkbox-button::after {
        background-color: #FFFFFF;
        border-bottom: 2px solid #000000;
        border-left: 2px solid #000000; }
  .checkbox .checkbox-button {
    min-width: 20px;
    min-height: 20px;
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    border: 1px solid #BCBFCC;
    position: relative;
    cursor: pointer; }
    .checkbox .checkbox-button::after {
      content: "";
      display: block;
      width: 8px;
      height: 3px;
      box-sizing: content-box;
      background-color: transparent !important;
      border-top: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid #FFFFFF;
      border-left: 2px solid #FFFFFF;
      position: absolute;
      left: 50%;
      top: calc(-2px + 50%);
      transform: translate(-50%, -50%) rotate(-45deg); }
  .checkbox .checkbox-label {
    margin-left: 1rem;
    color: inherit;
    cursor: pointer; }
  .checkbox.is-disabled {
    pointer-events: none; }
    .checkbox.is-disabled .checkbox-button {
      background-color: #F7F7F7;
      border: none; }
    .checkbox.is-disabled .checkbox-label {
      color: #CCCCCC; }
  .checkbox.is-primary input[type="checkbox"] {
    width: 0px;
    height: 0px; }
    .checkbox.is-primary input[type="checkbox"]:checked + .checkbox-button {
      background-color: #000000; }
      .checkbox.is-primary input[type="checkbox"]:checked + .checkbox-button::after {
        background-color: #FFFFFF;
        border-bottom: 2px solid #000000;
        border-left: 2px solid #000000; }
  .checkbox.is-primary .checkbox-button {
    background-color: #000000;
    border: 1px solid #000000; }
    .checkbox.is-primary .checkbox-button::after {
      content: "";
      display: block;
      width: 8px;
      height: 3px;
      box-sizing: content-box;
      background-color: transparent !important;
      border-top: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid #FFFFFF;
      border-left: 2px solid #FFFFFF;
      position: absolute;
      left: 50%;
      top: calc(-2px + 50%);
      transform: translate(-50%, -50%) rotate(-45deg); }
  .checkbox.is-primary-check input[type="checkbox"] {
    width: 0px;
    height: 0px; }
    .checkbox.is-primary-check input[type="checkbox"]:checked + .checkbox-button {
      background-color: #000000; }
      .checkbox.is-primary-check input[type="checkbox"]:checked + .checkbox-button::after {
        background-color: #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        border-left: 2px solid #FFFFFF; }
  .checkbox.is-primary-check .checkbox-button {
    background-color: #FFFFFF; }
    .checkbox.is-primary-check .checkbox-button::after {
      content: "";
      display: block;
      width: 8px;
      height: 3px;
      box-sizing: content-box;
      background-color: transparent !important;
      border-top: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
      position: absolute;
      left: 50%;
      top: calc(-2px + 50%);
      transform: translate(-50%, -50%) rotate(-45deg); }
  .checkbox.is-dark-blue input[type="checkbox"] {
    width: 0px;
    height: 0px; }
    .checkbox.is-dark-blue input[type="checkbox"]:checked + .checkbox-button {
      background-color: #002029; }
      .checkbox.is-dark-blue input[type="checkbox"]:checked + .checkbox-button::after {
        background-color: #FFFFFF;
        border-bottom: 2px solid #002029;
        border-left: 2px solid #002029; }
  .checkbox.is-dark-blue .checkbox-button {
    background-color: #002029;
    border: 1px solid #002029; }
    .checkbox.is-dark-blue .checkbox-button::after {
      content: "";
      display: block;
      width: 8px;
      height: 3px;
      box-sizing: content-box;
      background-color: transparent !important;
      border-top: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid #FFFFFF;
      border-left: 2px solid #FFFFFF;
      position: absolute;
      left: 50%;
      top: calc(-2px + 50%);
      transform: translate(-50%, -50%) rotate(-45deg); }

.checkboxes {
  display: block; }
  .checkboxes .checkbox:not(:last-child) {
    margin-right: 1em; }

.checkbox-with-label {
  display: flex;
  align-items: center;
  gap: 12px; }
  .checkbox-with-label-text {
    color: #6E7180;
    font-size: 12px;
    font-weight: 400; }

.switch {
  display: inline-flex;
  position: relative; }

.switch label {
  display: block;
  width: 40px;
  height: 20px;
  padding: 0;
  background-color: #E9EAEB;
  border-radius: 40px;
  position: relative;
  transition: all 100ms ease-in;
  cursor: pointer; }

.switch label::before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: all 100ms ease-in; }

.switch input[type="checkbox"] {
  display: none; }

.switch input[type="checkbox"]:checked + label::before {
  left: 22px;
  background-color: #FFFFFF; }

.switch input[type="checkbox"]:checked + label {
  background-color: #000000; }

.switch input[type="checkbox"]:checked:disabled + label {
  background-color: #313435;
  cursor: default;
  opacity: 0.4; }

.field {
  margin-bottom: 1rem; }
  .field .label {
    display: block;
    margin-bottom: .5rem; }
  .field .control {
    position: relative; }
    .field .control.has-error .input, .field .control.has-error .textarea {
      border-color: #D92D20; }
  @media screen and (min-width: 768px) {
    .field.is-inlined {
      display: flex;
      align-items: center; }
      .field.is-inlined .label {
        width: 100%; }
      .field.is-inlined .control {
        width: 100%; } }
  .field.is-small .input {
    max-width: 250px; }

.fields-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px; }

.field.is-medium {
  width: 250px !important; }

.select {
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: #F9FAFB;
  border-radius: 0.5rem; }
  .select select {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
    background-color: transparent;
    font-family: "Inter", serif !important;
    color: #11142D;
    line-height: inherit;
    height: 2.75rem;
    padding: 0 1rem;
    padding-right: 2rem;
    border: .5px solid #DEE1E4;
    font-weight: 400;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    transition: all 250ms ease-in; }
    .select select:focus {
      border: 0.5px solid #000000; }
  .select::after {
    content: url("data:image/svg+xml,%3Csvg id='Chevron Down' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.46967 8.46967C4.76256 8.17678 5.23744 8.17678 5.53033 8.46967L12 14.9393L18.4697 8.46967C18.7626 8.17678 19.2374 8.17678 19.5303 8.46967C19.8232 8.76256 19.8232 9.23744 19.5303 9.53033L12.5303 16.5303C12.3897 16.671 12.1989 16.75 12 16.75C11.8011 16.75 11.6103 16.671 11.4697 16.5303L4.46967 9.53033C4.17678 9.23744 4.17678 8.76256 4.46967 8.46967Z' fill='%23555555'%3E%3C/path%3E%3C/svg%3E");
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 0.75rem;
    right: 0.5rem;
    z-index: 0;
    color: #9DA4AE;
    fill: #9DA4AE; }

.label {
  font-weight: 400;
  color: #000000;
  font-size: 16px; }

.label.is-mandatory::after {
  content: "*";
  font-size: 20px;
  color: #FF3E51; }

.input {
  height: 2.75rem; }

.field.input-with-icon {
  position: relative; }
  .field.input-with-icon .input {
    background-color: #F9FAFB;
    padding-left: 42px; }
    .field.input-with-icon .input-icon {
      width: 14px;
      height: 14px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9999;
      left: 12px; }
  .field.input-with-icon.right .input {
    padding-left: .75rem; }
  .field.input-with-icon.right .input-icon {
    right: 12px;
    left: inherit; }
  .field.input-with-icon.both .input-icon.right {
    right: 12px;
    left: inherit; }
  .field.input-with-icon .variation-2 .input-icon {
    border: 1px solid; }

.pagination {
  display: flex;
  justify-content: center;
  user-select: none;
  align-items: center;
  transition: all 300ms ease; }
  .pagination-button {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border: none;
    background-color: transparent; }
    .pagination-button-icon {
      width: 24px; }
  .pagination .pagination-body .button {
    min-width: 2rem;
    height: 2rem;
    background-color: transparent;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #9599a1;
    border-radius: 9999px;
    font-weight: 600 !important;
    border: none;
    font-size: 14px; }
    .pagination .pagination-body .button:hover {
      color: #000000; }
    .pagination .pagination-body .button.is-active {
      color: #000000;
      background-color: #D3D6E0; }
  .pagination .pagination-body {
    margin-left: 2rem;
    margin-right: 2rem; }
  .pagination.is-filled {
    background-color: #F2F2F2;
    border-radius: 8px; }

.user-avatar {
  width: 50px;
  height: 50px; }
  .user-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%; }
  .user-avatar.is-small {
    width: 36px;
    height: 36px; }

.modal {
  transition: all 200ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform-origin: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  .modal.is-open {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center; }
  .modal-wrapper {
    padding: 16px 24px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 12px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000; }
    .modal-header-left-text {
      font-size: 20px;
      font-weight: 600; }
    .modal-header-left-icon-svg {
      width: 16px;
      height: 16px; }
    .modal-header-right-icon {
      width: 24px;
      height: 24px;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: all 100ms ease-in; }
      .modal-header-right-icon-svg {
        width: 14px;
        height: 14px; }
      .modal-header-right-icon:hover {
        background-color: #E6E6E6;
        color: #C31123; }
  .modal-body-texts .modal-body-title {
    font-size: 24px;
    font-weight: 600;
    padding: 16px 0; }
  .modal-body-texts .modal-body-lists-text {
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0; }
  .modal-body-texts .modal-body-lists .modal-body-list {
    list-style: square;
    font-size: 12px;
    margin-left: 20px;
    font-weight: 600; }
  .modal-footer-buttons {
    display: flex;
    gap: 16px;
    justify-content: end; }
  .modal.edit-form .modal-body {
    max-height: 500px;
    overflow-y: auto; }

.dialog-box {
  transition: all 200ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform-origin: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  .dialog-box.is-open {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center; }
  .dialog-box .dialog-box-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    max-width: 600px;
    width: 100%;
    background-color: #FFFFFF;
    background-image: url(/assets/img/bg-circle.png);
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 34px; }
  .dialog-box-header {
    display: flex;
    justify-content: space-between; }
    .dialog-box-header-left {
      position: relative;
      display: flex;
      gap: 16px; }
      .dialog-box-header-left-icon {
        min-width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%; }
        .dialog-box-header-left-icon.bg-success {
          background-color: #DCFAE6 !important; }
        .dialog-box-header-left-icon.bg-danger {
          background-color: #FEE4E2 !important; }
        .dialog-box-header-left-icon-svg {
          width: 20px;
          height: 22px; }
    .dialog-box-header-right-icon {
      width: 24px;
      height: 24px;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: all 100ms ease-in; }
      .dialog-box-header-right-icon-svg {
        width: 12px; }
      .dialog-box-header-right-icon:hover {
        background-color: #E6E6E6;
        color: #C31123; }
  .dialog-box-body-items-text .dialog-box-body-items-title {
    font-size: 18px;
    font-weight: 600;
    color: #181D27;
    margin-bottom: 12px; }
  .dialog-box-body-items-text .dialog-box-body-items-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #535862; }
  .dialog-box-footer {
    padding: 8px 0 0 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 16px; }
    .dialog-box-footer-btns {
      display: flex;
      justify-content: space-between;
      gap: 12px; }
      .dialog-box-footer-btns .is-primary, .dialog-box-footer-btns .is-danger {
        color: #FFFFFF;
        border-color: transparent !important; }

.toast {
  transition: all 300ms ease;
  max-width: 600px;
  min-width: 350px;
  background-color: #4D5761;
  border-radius: 12px;
  padding: 16px; }
  .toast-body .notification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px; }
    .toast-body .notification-left-icon {
      background-color: #F5F5F5;
      color: #717680;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .toast-body .notification-left-icon-svg {
        width: 20px; }
    .toast-body .notification-center {
      text-align: left;
      width: 100%; }
      .toast-body .notification-center-texts-title {
        font-size: 16px;
        font-weight: 600;
        color: #FFFFFF; }
      .toast-body .notification-center-texts-subtitle {
        padding-top: 6px;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 400; }
    .toast-body .notification-right-icon {
      cursor: pointer; }
      .toast-body .notification-right-icon-svg {
        width: 20px;
        display: flex; }
  .toast.is-danger {
    background-color: #D92D20; }
    .toast.is-danger .notification-left-icon {
      background-color: #FEE4E2;
      color: #D92D20; }
  .toast.is-warning {
    background-color: #F79009; }
    .toast.is-warning .notification-left-icon {
      background-color: #FEF0C7;
      color: #F79009; }
  .toast.is-success {
    background-color: #079455; }
    .toast.is-success .notification-left-icon {
      background-color: #DCFAE6;
      color: #079455; }
  .toast.is-primary {
    background-color: #000000; }
    .toast.is-primary .notification-left-icon {
      background-color: #FFFFFF;
      color: #000000; }
  .toast.is-accent-1 {
    background-color: #8037F0; }
    .toast.is-accent-1 .notification-left-icon {
      background-color: #FFFFFF;
      color: #8037F0; }
  .toast.is-info {
    background-color: #4D5761; }
    .toast.is-info .notification-left-icon {
      background-color: #FFFFFF;
      color: #4D5761; }

.is-toast {
  position: absolute;
  bottom: 20px;
  right: 16px;
  z-index: 99999;
  animation: toastAnimation 500ms ease forwards; }

.tag {
  background-color: #F0F0F0;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  font-size: .75rem;
  color: inherit;
  white-space: nowrap;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 26px;
  transition: all 300ms ease; }
  .tag.is-primary {
    color: #000000;
    background-color: rgba(0, 0, 0, 0.15); }
  .tag.is-accent-1 {
    color: #8037F0;
    background-color: rgba(128, 55, 240, 0.15); }
  .tag.is-success {
    color: #079455;
    background-color: #D1FADF; }
  .tag.is-danger {
    color: #D92D20;
    background-color: #FFC6CD; }
  .tag.is-warning {
    color: #F79009;
    background-color: rgba(247, 144, 9, 0.15); }
  .tag.is-info {
    color: #4D5761;
    background-color: rgba(77, 87, 97, 0.15); }

.link-text {
  cursor: pointer;
  font-size: 14px;
  color: #8037F0; }
  .link-text.is-info {
    color: #4D5761; }

.text-tag {
  color: #000000;
  font-size: 14px; }
  .text-tag.is-accent-1 {
    color: #8037F0; }
  .text-tag.is-warning {
    color: #F79009; }
  .text-tag.is-danger {
    color: #D92D20; }
  .text-tag.is-success {
    color: #079455; }
  .text-tag.is-info {
    color: #4D5761; }

.table {
  transition: all 300ms ease;
  display: block;
  border-radius: 0.5rem;
  color: #888888;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow-x: scroll; }
  .table .table-header, .table .table-footer {
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    position: sticky;
    left: 0; }
    .table .table-header-left, .table .table-header-right, .table .table-footer-left, .table .table-footer-right {
      display: flex; }
    .table .table-header-left, .table .table-footer-left {
      flex-wrap: wrap;
      gap: 16px;
      justify-content: flex-start;
      flex: 1;
      font-weight: 500;
      color: #6E7180;
      font-size: 14px; }
      .table .table-header-left-title, .table .table-footer-left-title {
        font-weight: 600;
        font-size: 18px;
        color: #000000; }
        .table .table-header-left-title .title-light, .table .table-footer-left-title .title-light {
          color: #9DA2B3;
          margin-left: 20px; }
      .table .table-header-left-subtitle, .table .table-footer-left-subtitle {
        font-weight: 500;
        font-size: 14px;
        color: #717680; }
    .table .table-header-right, .table .table-footer-right {
      justify-content: flex-end; }
  .table .table-body {
    display: table;
    width: 100%;
    border-spacing: 0;
    background-color: #F9F8FD; }
    .table .table-body .table-thead .table-row, .table .table-body .table-tbody .table-row, .table .table-body .table-tfoot .table-row {
      display: table-row; }
      .table .table-body .table-thead .table-row .table-col, .table .table-body .table-tbody .table-row .table-col, .table .table-body .table-tfoot .table-row .table-col {
        padding: 1rem 1rem;
        display: table-cell;
        background-color: #FFFFFF;
        vertical-align: middle;
        transition: all 300ms ease-in-out; }
        .table .table-body .table-thead .table-row .table-col .table-col-icon, .table .table-body .table-tbody .table-row .table-col .table-col-icon, .table .table-body .table-tfoot .table-row .table-col .table-col-icon {
          width: 10px; }
        .table .table-body .table-thead .table-row .table-col.is-checkbox-col, .table .table-body .table-tbody .table-row .table-col.is-checkbox-col, .table .table-body .table-tfoot .table-row .table-col.is-checkbox-col {
          width: 1.25rem;
          font-size: 0; }
          .table .table-body .table-thead .table-row .table-col.is-checkbox-col .checkbox, .table .table-body .table-tbody .table-row .table-col.is-checkbox-col .checkbox, .table .table-body .table-tfoot .table-row .table-col.is-checkbox-col .checkbox {
            height: auto; }
      .table .table-body .table-thead .table-row:hover .table-col, .table .table-body .table-tbody .table-row:hover .table-col, .table .table-body .table-tfoot .table-row:hover .table-col {
        background-color: #f9f9f9; }
    .table .table-body .table-thead .table-row .table-col, .table .table-body .table-tfoot .table-row .table-col {
      font-weight: 400;
      color: #9DA4AE;
      white-space: nowrap; }
    .table .table-body .table-thead {
      display: table-header-group; }
      .table .table-body .table-thead .table-row {
        font-size: 14px; }
      .table .table-body .table-thead .table-col {
        padding: 1.25rem !important;
        background-color: #F2F2F2 !important;
        border: none !important;
        font-size: 14px;
        color: #616775; }
    .table .table-body .table-tbody {
      display: table-row-group; }
      .table .table-body .table-tbody .table-row {
        color: #555555;
        transition: all 300ms ease;
        font-size: 16px;
        font-weight: 500; }
        .table .table-body .table-tbody .table-row .table-col {
          border-bottom: 1px solid #e8e8e8; }
    .table .table-body .table-tfoot {
      display: table-footer-group; }
  .table .table-footer {
    background-color: #F9F7F8;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background-color: #FFFFFF;
    padding-left: 24px;
    padding-right: 24px; }
    .table .table-footer .pagination .button {
      font-weight: 400; }
  .table.tracker-mini-table .table-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem; }
    .table.tracker-mini-table .table-footer-left {
      flex: inherit; }
      .table.tracker-mini-table .table-footer-left-select select {
        border-radius: 8px;
        border: 1px solid #d6d9dd;
        padding: 2px 4px;
        background-color: transparent; }
  .table.tracker-mini-table .table-body .table-tbody .table-row {
    font-size: 14px; }
  .table.col-text-center .table-body .table-thead .table-row .table-col {
    text-align: center; }
  .table.col-text-center .table-body .table-tbody .table-row .table-col {
    text-align: center; }

.tracker-table {
  max-height: 500px;
  overflow-y: auto; }
  .tracker-table .table-body {
    padding-bottom: 16px !important;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    background-color: white; }

.advance-table-row {
  width: 100%;
  gap: 4px;
  display: grid;
  grid-template-columns: repeat(6, 1fr); }
  .advance-table-row .advance-table-col {
    background-color: #FFFFFF;
    max-width: 300px;
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin: 4px;
    font-size: 14px;
    padding: 6px 12px;
    transition: all 100ms linear; }
    .advance-table-row .advance-table-col:hover {
      background-color: #F2F2F2; }

.button.dropown {
  background-color: transparent; }
  .button.dropown:focus {
    box-shadow: none; }
  .button.dropown .button-icon {
    width: 20px;
    height: 20px; }

.refresh-btn .is-refresh {
  animation: rotate360 2s linear infinite; }
.refresh-btn svg {
  width: 16px;
  height: 16px; }

@keyframes rotate360 {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.toggler-btn {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 8px; }
  .toggler-btn:hover {
    background-color: #000000; }
    .toggler-btn:hover svg {
      color: #FFFFFF; }

.action-button {
  transition: all 300ms ease;
  display: inline-flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid transparent;
  font-size: 14px;
  justify-content: center;
  height: 36px;
  padding: 8px;
  border-radius: 8px;
  font-weight: 500;
  color: #6E7180;
  position: relative;
  display: inline-flex;
  gap: 4px;
  cursor: pointer; }
  .action-button.is-small {
    height: inherit;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 400;
    border-radius: 8px !important; }
    .action-button.is-small .action-button-icon {
      width: 8px; }
  .action-button.extra-padding {
    padding: 10px 64px; }
  .action-button.with-text {
    padding: 20px 12px; }
    .action-button.with-text.is-danger {
      border: 1px solid #FECDCA; }
  .action-button.is-open .action-button-icon {
    transform: rotate(180deg);
    transition: all 300ms ease-in-out; }
  .action-button-icon {
    width: 16px; }
    .action-button-icon.icon-2 {
      width: 10px;
      margin-left: 4px; }
  .action-button:hover, .action-button:focus {
    background-color: #CCCCCC; }
  .action-button[disabled], .action-button .is-disabled {
    cursor: not-allowed; }
  .action-button[disabled], .action-button .is-disabled, .action-button.is-loading {
    background-color: #F8F8F8; }
  .action-button.is-outlined {
    background-color: #F9FAFB;
    border: 1px solid #CACEDA; }
  .action-button.is-white {
    background-color: #FFFFFF; }
    .action-button.is-white:hover, .action-button.is-white:focus {
      background-color: #F7F7F7; }
    .action-button.is-white[disabled], .action-button.is-white .is-disabled, .action-button.is-white.is-loading {
      background-color: #F8F8F8; }
  .action-button.is-darkblue {
    background-color: #002029 !important;
    color: #FFFFFF; }
    .action-button.is-darkblue:hover, .action-button.is-darkblue:focus {
      background-color: #2b3f45; }
    .action-button.is-darkblue[disabled], .action-button.is-darkblue .is-disabled, .action-button.is-darkblue.is-loading {
      background-color: #002029; }
  .action-button.is-primary {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000000; }
    .action-button.is-primary:hover, .action-button.is-primary:focus {
      background-color: rgba(0, 0, 0, 0.3); }
    .action-button.is-primary[disabled], .action-button.is-primary .is-disabled, .action-button.is-primary.is-loading {
      background-color: rgba(0, 0, 0, 0.5); }
  .action-button.is-accent-1 {
    background-color: rgba(128, 55, 240, 0.1);
    color: #8037F0; }
    .action-button.is-accent-1:hover, .action-button.is-accent-1:focus {
      background-color: rgba(128, 55, 240, 0.3); }
    .action-button.is-accent-1[disabled], .action-button.is-accent-1 .is-disabled, .action-button.is-accent-1.is-loading {
      background-color: rgba(128, 55, 240, 0.5); }
  .action-button.is-success {
    background-color: #D1FADF;
    color: #039855; }
    .action-button.is-success:hover, .action-button.is-success:focus {
      background-color: #9aedc8; }
    .action-button.is-success[disabled], .action-button.is-success .is-disabled, .action-button.is-success.is-loading {
      background-color: #D1FADF; }
  .action-button.is-danger {
    background-color: rgba(180, 35, 24, 0.1);
    color: #B42318; }
    .action-button.is-danger:hover, .action-button.is-danger:focus {
      background-color: rgba(180, 35, 24, 0.3); }
    .action-button.is-danger[disabled], .action-button.is-danger .is-disabled, .action-button.is-danger.is-loading {
      background-color: #FECDCA; }
  .action-button.is-warning {
    background-color: rgba(255, 144, 17, 0.1);
    color: #B54708; }
    .action-button.is-warning:hover, .action-button.is-warning:focus {
      background-color: rgba(255, 144, 17, 0.3); }
    .action-button.is-warning[disabled], .action-button.is-warning .is-disabled, .action-button.is-warning.is-loading {
      background-color: #FFFAEB; }
  .action-button.is-loading {
    color: transparent;
    pointer-events: none; }
    .action-button.is-loading .action-button-icon {
      color: transparent !important; }
    .action-button.is-loading::after {
      content: "";
      width: 1em;
      height: 1em;
      position: absolute;
      border-radius: 999999px;
      border: 2px solid #000000;
      border-color: #888888 transparent #888888 #888888;
      animation: spinInfinite .5s linear infinite; }
    .action-button.is-loading.is-primary::after, .action-button.is-loading.is-success::after, .action-button.is-loading.is-danger::after, .action-button.is-loading.is-warning::after .action-button.is-loading.is-accent-1::after {
      border-color: #F7F7F7 transparent #F7F7F7 #F7F7F7; }
  .action-button.is-medium {
    height: 3.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .action-button.is-large {
    height: 3.25rem;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
    min-width: 11.25rem; }
  .action-button.is-fullwidth {
    width: 100%; }

.page-heading {
  transition: all 300ms ease; }
  .page-heading-title {
    font-size: 2rem;
    font-weight: 600; }
  .page-heading.is-large .page-heading-title {
    font-size: 1.5rem; }
  .page-heading.is-md .page-heading-title {
    font-size: 1.25rem; }

.dashy-layout {
  display: flex;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.dashy-page-wrapper {
  flex-grow: 1;
  min-height: 100vh;
  background-color: #FFFFFF;
  transition: all 300ms ease-in;
  overflow: hidden; }
  .dashy-page-wrapper .page-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: calc(100vh - 88px);
    overflow-y: scroll; }
    .dashy-page-wrapper .page-content-wrapper {
      padding: 2rem; }
    .dashy-page-wrapper .page-content-header {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      padding: 16px 0; }
      .dashy-page-wrapper .page-content-header-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 160%;
        color: #000000; }

.avatar-rounded {
  border-radius: 9999rem;
  overflow: hidden; }
  .avatar-rounded img {
    height: 3rem; }

.sidebar {
  background-color: #fbfbfb;
  border-right: 1px solid #e8e8e8;
  padding: 16px;
  position: relative;
  min-width: 300px; }
  .sidebar-menu {
    display: flex;
    align-items: center;
    padding: 20px 0;
    color: #555555;
    font-weight: 500; }
  .sidebar-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .sidebar-body-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    padding-left: 4px; }
    .sidebar-header-logo {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 4px; }
      .sidebar-header-logo-icon {
        width: 100%;
        max-width: 142px; }
        .sidebar-header-logo-icon.small {
          max-width: 36px;
          min-width: 36px;
          transition: all 300ms ease; }
        .sidebar-header-logo-icon-big {
          visibility: visible;
          opacity: 1; }
      .sidebar-header-logo-text {
        font-weight: 800; }
  .sidebar-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: scroll;
    scrollbar-width: none; }
    .sidebar-body::-webkit-scrollbar {
      display: none; }
    .sidebar-body .purple-text {
      color: #8037F0; }
    .sidebar-body-item {
      cursor: pointer; }
      .sidebar-body-item-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 16px 8px 12px;
        border-radius: 0.5rem;
        color: #555555; }
        .sidebar-body-item-wrapper svg {
          min-width: 20px;
          height: 20px; }
        .sidebar-body-item-wrapper:hover {
          color: #696767; }
    .sidebar-body-text {
      font-size: 14px;
      font-weight: 500;
      color: inherit;
      width: 100%; }
    .sidebar-body .is-active .sidebar-body-item-wrapper {
      border-left: 2px solid #8037f0;
      overflow: hidden; }
    .sidebar-body .is-active .sidebar-body-text, .sidebar-body .is-active .sidebar-body-item-wrapper {
      background-color: #ede1ff;
      color: #8037f0; }
    .sidebar-body .is-active .sidebar-body-dropdown-icon {
      transform: rotate(180deg);
      transition: all 200ms linear; }
    .sidebar-body .is-active .sidebar-body-dropdown {
      height: auto;
      opacity: 1;
      visibility: visible; }
    .sidebar-body-dropdown-icon {
      width: 20px;
      display: flex; }
    .sidebar-body .sidebar-body-dropdown {
      height: 0;
      opacity: 0;
      visibility: hidden;
      padding-left: 40px; }
      .sidebar-body .sidebar-body-dropdown .sidebar-body-dropdown-item {
        padding: 8px 0;
        display: flex;
        align-items: baseline; }
        .sidebar-body .sidebar-body-dropdown .sidebar-body-dropdown-item-icon {
          width: 20px;
          height: 30px; }
          .sidebar-body .sidebar-body-dropdown .sidebar-body-dropdown-item-icon svg {
            stroke: #6E7180; }
        .sidebar-body .sidebar-body-dropdown .sidebar-body-dropdown-item-text {
          color: #6E7180;
          font-size: 14px;
          font-weight: 500;
          padding: 8px 20px;
          width: 100%; }
      .sidebar-body .sidebar-body-dropdown .is-active .sidebar-body-dropdown-item-text {
        color: #8037F0; }
      .sidebar-body .sidebar-body-dropdown .is-active .sidebar-body-dropdown-item-icon svg {
        stroke: #8037F0; }
  .sidebar-footer {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px; }

.sidebar.second-variation .admin {
  padding: 8px; }
.sidebar.second-variation .sidebar-body-wrapper {
  padding: 0; }
.sidebar.second-variation .sidebar-body-items {
  padding: 8px 16px;
  border-radius: 8px; }
  .sidebar.second-variation .sidebar-body-items:hover {
    background-color: #9457f0; }
.sidebar.second-variation .sidebar-body-dropdown-items {
  margin-top: 6px; }
.sidebar.second-variation .sidebar-body-dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.04); }
.sidebar.second-variation .is-active .sidebar-body-items {
  background-color: #8037F0;
  color: #F5F3FF; }
  .sidebar.second-variation .is-active .sidebar-body-items .sidebar-body-icon, .sidebar.second-variation .is-active .sidebar-body-items .sidebar-body-text, .sidebar.second-variation .is-active .sidebar-body-items .sidebar-body-dropdown-icon {
    color: #F5F3FF; }
  .sidebar.second-variation .is-active .sidebar-body-items .sidebar-body-dropdown-icon {
    transform: rotate(180deg);
    transition: all  300ms ease; }
.sidebar.second-variation .sidebar-body-dropdown-item {
  padding: 0;
  border-radius: 8px;
  position: relative; }
  .sidebar.second-variation .sidebar-body-dropdown-item::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    width: 2px;
    height: calc(100%);
    background-color: #9DA2B3; }
  .sidebar.second-variation .sidebar-body-dropdown-item.is-active {
    background-color: #9457f0; }
    .sidebar.second-variation .sidebar-body-dropdown-item.is-active::before {
      background-color: #8037F0; }

.sidebar.is-collapse {
  animation: collapse .3s forwards;
  min-width: 80px; }
  .sidebar.is-collapse .sidebar-menu-icon {
    transform: rotate(180deg); }
  .sidebar.is-collapse .sidebar-body {
    height: calc(100vh - 274px); }
    .sidebar.is-collapse .sidebar-body-dropdown {
      height: 0;
      opacity: 0;
      visibility: hidden; }
  .sidebar.is-collapse .sidebar-header-logo-icon.big {
    visibility: visible;
    animation: fadeOut .3s forwards; }
  .sidebar.is-collapse .sidebar-header-logo-icon.small {
    max-width: 42px;
    min-width: 42px; }
  .sidebar.is-collapse .sidebar-wrapper {
    justify-content: inherit; }
  .sidebar.is-collapse .sidebar-body-text, .sidebar.is-collapse .sidebar-body-dropdown-icon, .sidebar.is-collapse .progressbar, .sidebar.is-collapse .admin-texts-wrapper, .sidebar.is-collapse .sidebar-body-dropdown {
    display: none; }

.dashboard-header {
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #e8e8e8; }
  .dashboard-header-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 12px 32px; }
  .dashboard-header-icons {
    display: flex;
    gap: 16px; }
  .dashboard-header .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #F3F3F5;
    padding: 8px;
    color: #535862; }
  .dashboard-header .star svg, .dashboard-header .flag svg {
    width: 40px;
    height: 40px;
    display: flex; }
  .dashboard-header .notify svg, .dashboard-header .filter svg {
    width: 20px;
    height: 20px; }
  .dashboard-header-left-content, .dashboard-header-right-content {
    display: flex;
    gap: 24px;
    align-items: center; }
  .dashboard-header-left-content {
    display: flex;
    gap: 16px; }
  .dashboard-header-left-texts {
    color: #000000; }

.text-light-blue {
  color: #C5B4FE !important; }

.matric-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px; }

.metric-card-item {
  background-color: #fff;
  padding: 12px;
  border-radius: 8px; }
  .metric-card-item-header {
    font-size: 10px; }
  .metric-card-item-body {
    font-size: 24px;
    color: #002029; }
  .metric-card-item-footer {
    font-size: 10px;
    color: gray; }

.icon-title {
  color: #002029; }

.green-text {
  color: #2FBE6A !important; }

.blue-text {
  color: #0252FB !important; }

.orange-text {
  color: #EE9020 !important; }

.purple-text {
  color: #8037F0 !important; }

.metric-card {
  width: 100%;
  max-width: 320px;
  background-color: #000;
  color: #fff;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }
  .metric-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .metric-card-icons {
    display: flex;
    align-items: start;
    justify-content: end; }
  .metric-card-icon-1 {
    border-radius: 50%;
    border: 3px solid #00D672;
    padding: 32px;
    position: relative;
    right: 24px;
    top: 46px; }
    .metric-card-icon-1-svg {
      max-width: 32px;
      height: 32px; }
  .metric-card-icon-2 {
    background-color: #004FFE;
    border-radius: 50%;
    padding: 40px;
    position: absolute; }
    .metric-card-icon-2-svg {
      max-width: 56px;
      height: 56px; }
  .metric-card-footer-item {
    position: relative; }
  .metric-card-footer-icon {
    position: absolute;
    top: -80px; }
    .metric-card-footer-icon svg {
      width: 30px;
      fill: #6E00FF; }
  .metric-card-footer-title {
    font-size: 48px;
    font-weight: 500; }
  .metric-card-footer-num {
    display: flex;
    gap: 6px; }
    .metric-card-footer-num-icon {
      display: flex;
      align-items: center;
      background-color: #ECFDF3;
      padding: 0px 6px;
      border-radius: 100px;
      color: #039855; }
      .metric-card-footer-num-icon svg {
        width: 14px;
        height: 14px; }
    .metric-card-footer-num-text {
      color: #6E7180;
      font-size: 12px; }

.metric-card-2 {
  width: 100%;
  max-width: 320px;
  background-color: #F5F5F5;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }
  .metric-card-2-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding-top: 20px;
    width: 100%;
    height: 100%; }
    .metric-card-2-items .metric-card-item-header {
      font-size: 12px; }
  .metric-card-2-footer-text {
    text-align: center; }
  .metric-card-2-footer-title {
    font-size: 24px; }
  .metric-card-2-footer-title-2 {
    font-size: 10px;
    font-weight: 600;
    color: #2FBE6A; }
  .metric-card-2-footer-subtitle {
    font-size: 8px;
    color: #9DA2B3; }
  .metric-card-2-footer .metric-card-2-footer-stats {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .metric-card-2-footer .metric-card-2-footer-stat {
    display: flex;
    justify-content: space-around;
    color: #717680; }
  .metric-card-2-footer .metric-card-2-footer-stat.active svg {
    fill: #344BFD; }
  .metric-card-2-footer .metric-card-2-footer-stat.inactive svg {
    fill: #00296B; }
  .metric-card-2-footer .metric-card-2-footer-stat.waiting svg {
    fill: #DC6803; }
  .metric-card-2-footer .metric-card-2-footer-stat-texts {
    display: flex;
    align-items: center;
    gap: 8px; }
    .metric-card-2-footer .metric-card-2-footer-stat-texts svg {
      width: 10px;
      height: 10px; }

.metric-card-graph {
  display: flex;
  justify-content: center;
  padding: 24px 0; }
  .metric-card-graph-svg {
    max-width: 204px; }

.metric-card-body-header {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .metric-card-body-header-text p {
    color: #6E7180;
    font-size: 18px; }
  .metric-card-body-header-num p {
    color: #002029;
    font-size: 24px; }

.calls-card .metric-card-footer-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 6px 10px; }
.calls-card .metric-card-footer .item2 {
  background-color: transparent; }
  .calls-card .metric-card-footer .item2 .metric-card-footer-title {
    font-size: 20px;
    font-weight: 400;
    color: #002029; }
  .calls-card .metric-card-footer .item2 .metric-card-footer-num-text {
    color: #6E7180; }
.calls-card .metric-card-footer .item3 {
  flex-direction: column;
  align-items: flex-start; }
.calls-card .metric-card-footer-num {
  flex-direction: column;
  align-items: end;
  gap: 0px; }

.sales-card .metric-card-2-items {
  grid-template-columns: repeat(2, 1fr); }
  .sales-card .metric-card-2-items .metric-card-item {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 0 6px; }

.more-icon {
  width: 20px;
  height: 20px;
  cursor: pointer; }

.bg-blue {
  background-color: #004FFE; }
  .bg-blue .icon-title, .bg-blue .more-icon {
    color: #FFFFFF; }

.metric-card-2-body-icons {
  display: flex;
  position: relative;
  height: 64px;
  margin: 1rem 0; }
  .metric-card-2-body-icons .metric-card-2-body-icon {
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: inherit;
    border: 2px solid #004FFE;
    position: absolute; }
    .metric-card-2-body-icons .metric-card-2-body-icon svg {
      width: 32px;
      height: 32px; }
  .metric-card-2-body-icons .body-icon-text {
    font-size: 18px;
    color: #004FFE;
    font-weight: 600; }

.layer-0 {
  z-index: 0; }

.layer-1 {
  z-index: 1;
  transform: translateX(90%); }

.layer-2 {
  z-index: 2;
  transform: translateX(180%); }

.layer-3 {
  z-index: 3;
  transform: translateX(270%); }

.tracker-metric-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  padding: 18px; }
  .tracker-metric-card .metric-card-2-items {
    gap: 8px; }
  .tracker-metric-card .metric-card-item {
    padding: 0; }
  .tracker-metric-card .metric-card-item-icon {
    max-width: 100px; }
  .tracker-metric-card .metric-card-icon-2 {
    background-color: transparent;
    width: 150px;
    padding: 40px 0px;
    right: -44px;
    bottom: -46px; }
  .tracker-metric-card .metric-card-footer-title {
    color: #000000; }
  .tracker-metric-card .metric-card-body-icon-text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #6E7180; }
  .tracker-metric-card .metric-card-body-icon-text.is-active {
    color: #000000 !important; }

.icons-header-right {
  display: flex;
  gap: 8px;
  border: 1px solid #D3D6E0;
  padding: 4px 8px;
  border-radius: 8px; }
.icons-header-text {
  font-size: 10px;
  color: #000000; }
.icons-header-svg {
  display: flex; }
  .icons-header-svg svg {
    width: 8px; }

.metric-card-2-items1 {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px; }
  .metric-card-2-items1 .metric-card-item {
    background-color: transparent; }
    .metric-card-2-items1 .metric-card-item-header {
      font-size: 12px; }
    .metric-card-2-items1 .metric-card-item-body {
      font-size: 28px;
      color: #FFFFFF; }

.tracker-total-calls-card .metric-card-2-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px; }
.tracker-total-calls-card .metric-card-2-stats-title {
  font-size: 18px;
  font-weight: 500;
  color: #000000; }
.tracker-total-calls-card .metric-card-2-stats-number {
  font-size: 42px;
  font-weight: 600;
  color: #000000; }
.tracker-total-calls-card .metric-card-2-stats {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px; }
.tracker-total-calls-card .metric-card-2-footer-stat-texts {
  display: flex;
  align-items: center;
  gap: 4px; }
  .tracker-total-calls-card .metric-card-2-footer-stat-texts p {
    color: #878787;
    font-size: 14px; }
.tracker-total-calls-card .metric-card-2-footer-stat {
  display: flex;
  justify-content: space-between; }
.tracker-total-calls-card .metric-card-2-stats-item {
  display: flex;
  flex-direction: column;
  gap: 12px; }
.tracker-total-calls-card .metric-card-2-body {
  padding: 20px 20px 0 20px; }

.metric-card-graph-svg2 {
  width: 400px; }

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

.bg-light-gray {
  background-color: #F6F6F6 !important; }

.bg-purple {
  background-color: #8037F0 !important; }
  .bg-purple .metric-card-icon-2 {
    width: auto;
    bottom: auto; }

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

.box-icon {
  width: 8px;
  height: 8px;
  background-color: #878787;
  border-radius: 2px; }

.bg-purple {
  background-color: #5654D4; }

.bg-darkblue {
  background-color: #11428C; }

.bg-yellow {
  background-color: #FFC90A; }

.bg-orange {
  background-color: #FF9F0A; }

.bg-red {
  background-color: #FB3B52; }

.bg-light {
  background-color: #E9E9E9; }

.padding-20 {
  padding: 20px !important; }

.tracker-metric-cards-2 .metric-card {
  flex-direction: row;
  align-items: center;
  padding: 16px; }
  .tracker-metric-cards-2 .metric-card .icons-header {
    flex-direction: column;
    align-items: start; }
    .tracker-metric-cards-2 .metric-card .icons-header .icon svg {
      width: 24px;
      height: 24px; }
  .tracker-metric-cards-2 .metric-card .metric-card-footer-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 16px 12px 12px 12px;
    border-radius: 8px; }

.text-32 {
  font-size: 32px; }

.text-grey-003 {
  color: #9DA4AE !important; }

.bg-accent-001 {
  background: #8037F0 !important; }
  .bg-accent-001 svg {
    color: #7DA340; }

.rectangle {
  width: 100%;
  max-width: 200px;
  height: 125px; }
  .rectangle-box {
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(45deg, #D3D6E0 0 1px, transparent 1px 5px); }
    .rectangle-box-filler {
      height: 0;
      background: #888;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      transform-origin: bottom;
      transform: scaleY(0);
      animation: fillAnimation 1.5s ease forwards; }
  .rectangle.is-black .rectangle-box-filler {
    background-color: #000000; }
  .rectangle.is-grey .rectangle-box-filler {
    background-color: #CFD2CE; }

.search-bar {
  width: 100%;
  max-width: 500px; }
  .search-bar-wrapper {
    position: relative; }
  .search-bar-input {
    background-color: #F3F3F5;
    border-radius: 1000px;
    padding: 8px 44px 8px 8px;
    width: 100%;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid transparent; }
    .search-bar-input::placeholder {
      color: #9DA2B3; }
    .search-bar-input:focus {
      border: 1px solid #000000;
      transition: all 300ms ease; }
  .search-bar-icon {
    position: absolute;
    top: 2px;
    right: 3px; }
    .search-bar-icon svg {
      color: #000000;
      width: 32px;
      height: 32px;
      display: flex; }

.icons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between; }
  .icons-header {
    display: flex;
    align-items: center;
    gap: 12px; }
  .icons .icon-text-2 .icon-title {
    font-size: 18px;
    font-weight: 600; }
  .icons .icon {
    background-color: #F3F3F5;
    display: flex;
    height: 100%;
    padding: 12px;
    border-radius: 50%; }
    .icons .icon svg {
      width: 20px;
      height: 20px; }

.icon.is-primary {
  background-color: #000000 !important;
  color: #FFFFFF !important; }

.icon.is-danger {
  background-color: #FEE9E9 !important;
  color: #D30303 !important; }

.icon.is-warning {
  background-color: #000000 !important;
  color: #FFFFFF !important; }

.icon.is-success {
  background-color: #E9FEE9 !important;
  color: #2A940F !important; }

.icon.is-primary {
  background-color: #000000 !important;
  color: #FFFFFF !important; }

.is-purple {
  background-color: #8037F0 !important; }

.is-orange {
  background-color: #F68D2B !important; }

.is-green {
  background-color: #30BE6A !important; }

.is-blue {
  background-color: #024BEB !important; }

.is-red {
  background-color: #FA3E3E !important; }

.is-white {
  background-color: #FFFFFF !important; }

.toggler-btn {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 8px; }
  .toggler-btn:hover {
    background-color: #000000; }
    .toggler-btn:hover svg {
      color: #FFFFFF; }

.circle-icons {
  display: flex;
  gap: 12px; }

.circle-icon {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 2px solid #9DA2B3;
  display: flex;
  align-items: center;
  justify-content: center; }
  .circle-icon-text {
    font-weight: 600;
    font-size: 12px;
    color: #9DA2B3; }
  .circle-icon-svg {
    width: 14px;
    display: none; }

.circle-icon.is-checked {
  background-color: #8037F0;
  border: 2px solid #8037F0; }
  .circle-icon.is-checked .circle-icon-text {
    display: none; }
  .circle-icon.is-checked .circle-icon-svg {
    display: block; }

.circle-icon.is-going {
  border: 2px solid #8037F0; }
  .circle-icon.is-going .circle-icon-text {
    color: #8037F0; }

.tab-menu {
  width: 100%; }
  .tab-menu-wrapper {
    width: 100%; }
  .tab-menu-items {
    background-color: #F9FAFB;
    display: flex;
    width: 100%;
    text-align: center;
    gap: 12px;
    border-radius: 8px;
    border: .5px solid #DEE1E4;
    padding: 8px;
    cursor: pointer; }
    .tab-menu-items.has-no-bg {
      background-color: transparent;
      border: none; }
  .tab-menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    color: #9DA2B3;
    font-size: 16px;
    font-weight: 600; }
    .tab-menu-item-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      background-color: #EDEFF7;
      color: #6E7180; }
      .tab-menu-item-icon-svg {
        width: 20px; }
  .tab-menu .tab-menu-item.is-active {
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 8px; }
    .tab-menu .tab-menu-item.is-active .tab-menu-item-icon {
      background-color: #F5F3FF;
      color: #000000; }

.dropable-btn {
  cursor: pointer;
  position: relative; }
  .dropable-btn .dropable-dropdown {
    position: absolute;
    right: 0;
    top: 28px;
    width: 250px;
    background-color: #FFFFFF;
    border-radius: 8px;
    z-index: 999;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
    display: none; }
    .dropable-btn .dropable-dropdown.is-open {
      display: block; }
    .dropable-btn .dropable-dropdown-header {
      padding: 12px 16px;
      border-bottom: 1px solid #CACEDA; }
    .dropable-btn .dropable-dropdown-body {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 12px 16px; }
      .dropable-btn .dropable-dropdown-body .checkbox-label {
        display: flex;
        justify-content: space-between;
        gap: 4px;
        width: 100%; }

.dropable-dropdown.variation-2 {
  width: 450px !important;
  top: 60px; }
  .dropable-dropdown.variation-2 .dropable-dropdown-header {
    display: flex;
    gap: 8px;
    align-items: center; }
    .dropable-dropdown.variation-2 .dropable-dropdown-header-icon-svg {
      width: 18px;
      display: flex;
      align-items: center; }
    .dropable-dropdown.variation-2 .dropable-dropdown-header-text {
      font-size: 16px;
      font-weight: 600;
      color: #1F2A37; }
  .dropable-dropdown.variation-2 .dropable-dropdown-body {
    padding: 0;
    overflow-y: scroll;
    max-height: 500px; }
    .dropable-dropdown.variation-2 .dropable-dropdown-body .dropable-dropdown-body-item {
      display: flex;
      justify-content: center;
      width: 100%;
      gap: 12px;
      padding: 16px;
      border-bottom: .5px solid #DEE1E4; }
      .dropable-dropdown.variation-2 .dropable-dropdown-body .dropable-dropdown-body-item-img img {
        width: 48px;
        height: 48px;
        object-fit: cover;
        object-position: center;
        border-radius: 50%; }
      .dropable-dropdown.variation-2 .dropable-dropdown-body .dropable-dropdown-body-item-texts h1 {
        font-size: 16px;
        font-weight: 600;
        color: #000; }
        .dropable-dropdown.variation-2 .dropable-dropdown-body .dropable-dropdown-body-item-texts h1 p {
          color: #4D5761;
          font-size: 14px;
          font-weight: 400; }
        .dropable-dropdown.variation-2 .dropable-dropdown-body .dropable-dropdown-body-item-texts h1 span {
          color: #9DA4AE; }
      .dropable-dropdown.variation-2 .dropable-dropdown-body .dropable-dropdown-body-item-icon svg {
        width: 18px;
        display: flex; }

.admin {
  position: relative;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 500ms ease;
  border: 1px solid transparent; }
  .admin-wrapper {
    display: flex;
    gap: 8px;
    align-items: center; }
  .admin.is-active {
    background-color: #000000; }
    .admin.is-active .admin-dropdown {
      transform: rotate(180deg);
      color: #000000; }
    .admin.is-active .admin-name {
      color: #FFFFFF !important; }
  .admin .admin-logo img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%; }
  .admin .admin-dropdown {
    width: 24px;
    height: 24px; }
    .admin .admin-dropdown.small-variation {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 12px;
      width: 33.5px;
      height: 33.5px;
      background: #EDEFF7;
      border-radius: 9999px; }
  .admin .admin-texts-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .admin .admin-texts {
    gap: 2px;
    display: flex;
    flex-direction: column; }
    .admin .admin-texts .admin-name {
      font-size: 14px;
      font-weight: 600;
      color: #181D27;
      display: flex;
      gap: 4px;
      align-items: center;
      justify-content: center; }

.admin-tag {
  background-color: rgba(233, 234, 235, 0.8);
  border-radius: 16px;
  font-weight: 500;
  color: #000000;
  font-size: 12px;
  max-width: 60px;
  text-align: center; }

.user-logout-fields {
  visibility: hidden;
  opacity: 0;
  background-color: #FFFFFF;
  padding: 8px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  position: absolute;
  z-index: 99;
  top: 64px;
  left: 0;
  transition: all 100ms linear;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 1px #0000001a; }
  .user-logout-fields .admin {
    background-color: #f2f2f2; }
  .user-logout-fields-body .user-logout-field {
    color: #333333;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 1rem;
    border-radius: 8px; }
    .user-logout-fields-body .user-logout-field-icon {
      width: 24px;
      height: 24px;
      display: flex; }
    .user-logout-fields-body .user-logout-field-text {
      font-size: 1rem;
      font-weight: 600; }
    .user-logout-fields-body .user-logout-field:hover {
      background-color: #f2f2f2; }
  .user-logout-fields-body .user-logout-field .logout-link {
    display: flex;
    align-items: center;
    gap: 8px; }
    .user-logout-fields-body .user-logout-field .logout-link-icon {
      width: 20px;
      height: 20px;
      display: flex; }
    .user-logout-fields-body .user-logout-field .logout-link-text {
      font-size: 1rem;
      font-weight: 600; }
  .user-logout-fields-footer .logout-link {
    display: flex;
    align-items: center;
    gap: 8px; }
    .user-logout-fields-footer .logout-link-icon {
      width: 20px;
      height: 20px;
      display: flex; }
    .user-logout-fields-footer .logout-link-text {
      font-size: 1rem;
      font-weight: 600; }

.admin.is-open .user-logout-fields {
  visibility: visible;
  opacity: 1;
  animation: topDrawerOpen 300ms ease-in-out;
  transform-origin: top; }
  .admin.is-open .user-logout-fields .admin-dropdown {
    transform: rotate(180deg); }

.admin.is-open {
  border: 1px solid #e8e8e8; }
  .admin.is-open .admin-dropdown {
    transform: rotate(180deg);
    transition: all 300ms ease; }

.progressbar {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px; }
  .progressbar-wrapper {
    width: 100%; }
  .progressbar-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px; }
    .progressbar-items .progress-percent {
      color: #414651;
      font-size: 14px;
      font-weight: 500; }

.progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: #E6E6E6;
  border-radius: 100px;
  height: 8px;
  width: 100%;
  margin-top: 4px; }
  .progress-value {
    box-shadow: 0 10px 40px -10px #FFFFFF;
    border-radius: 100px;
    background-color: #000000;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation: progress-fill 3s normal forwards; }
  .progress.has-circle .progress-value::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #000000;
    border: 4px solid #FFFFFF;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%; }
  .progress.has-circle .progress-value.is-blue::after {
    background-color: #024BEB; }
  .progress.has-circle .progress-value.is-red::after {
    background-color: #FA3E3E; }
  .progress.has-circle .progress-value.is-orange::after {
    background-color: #F68D2B; }
  .progress.has-circle .progress-value.is-green::after {
    background-color: #30BE6A; }

.progress-texts {
  display: flex;
  justify-content: space-between; }
  .progress-texts .progress-text {
    font-size: 12px; }

.progressbar.small-variation {
  flex-direction: column;
  align-items: inherit; }

.progress .primary-gradient {
  background: linear-gradient(to right, #b08cff, #7f56d9); }

@keyframes progress-fill {
  0% {
    width: 0; }
  100% {
    max-width: 100%; } }
.calls-info {
  background-color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1rem; }
  .calls-info-text {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px #0000001c;
    padding: 1rem;
    border-radius: 4px;
    color: black;
    font-weight: 500;
    font-size: 16px; }

.user-setting-form {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0 2rem 2rem 2rem;
  border-radius: .5rem; }
  .user-setting-form-texts {
    color: #000000;
    text-align: center;
    padding: 2rem; }
    .user-setting-form-texts .user-setting-form-title {
      font-size: 2.5rem;
      font-weight: 600; }
    .user-setting-form-texts .user-setting-form-subtitle {
      font-style: 1rem;
      font-weight: 500; }

.profile-columns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 1rem 0; }

.profile-column {
  width: 100%;
  max-width: 800px; }

.form-palette {
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 2rem;
  border-radius: 8px; }

.profile-column-title {
  font-size: 1.25rem;
  line-height: 1.75;
  color: #333333; }

.profile-column-subtitle {
  font-size: 0.875rem;
  color: #888888; }

.dashy-style.dashy-section {
  margin-top: 2rem; }

@media (max-width: 768px) {
  .earning-stats {
    display: grid;
    grid-template-columns: repeat(1, 1fr); }

  .profile-columns {
    flex-direction: column; }

  .profile-column {
    width: 100%;
    margin-top: 1rem; }

  .trainings-style {
    display: block; } }
.upload-container {
  width: 8rem; }
  .upload-container .upload-label {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative; }
    .upload-container .upload-label .upload-input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer; }
    .upload-container .upload-label .upload-preview {
      display: block;
      width: 100%;
      height: 8rem;
      background-position: center center;
      background-size: cover;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }
  .upload-container .upload-actions {
    display: flex;
    align-items: center; }
    .upload-container .upload-actions .upload-button {
      width: 100%;
      padding: 8px;
      color: #FFFFFF;
      border: none;
      cursor: pointer;
      border-radius: 0; }
      .upload-container .upload-actions .upload-button:hover {
        background: #5811c5; }
      .upload-container .upload-actions .upload-button:focus {
        box-shadow: none; }

.error-msg {
  width: 100%;
  text-align: right; }
  .error-msg-text {
    font-size: 14px; }
  .error-msg.is-success {
    color: #04772E; }
  .error-msg.is-danger {
    color: #A60A1A; }

.tooltip {
  width: max-content;
  max-width: 300px;
  display: inline-flex;
  padding: 8px 12px;
  font-weight: 500;
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
  border-radius: 8px;
  background-color: #181D27;
  color: #FFFFFF;
  position: absolute;
  z-index: 2; }
  .tooltip.is-white {
    background-color: #FFFFFF;
    color: #414651;
    box-shadow: 0px 4px 6px -2px #0A0D1208, 0px 12px 16px -4px #0A0D1214; }
    .tooltip.is-white.with-pointer::after {
      content: "";
      border-bottom: 10px solid #FFFFFF; }
    .tooltip.is-white.with-pointer.is-bottom-left::after, .tooltip.is-white.with-pointer.is-bottom-center::after, .tooltip.is-white.with-pointer.is-bottom-right::after {
      content: "";
      border-top: 10px solid #FFFFFF; }
  .tooltip.with-text {
    padding: 12px 20px; }
    .tooltip.with-text .tooltip-text {
      font-size: 14px; }
  .tooltip.with-pointer::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #181D27;
    border-bottom: 10px solid transparent;
    z-index: 1; }
  .tooltip.is-top-left, .tooltip.is-top-center, .tooltip.is-top-right {
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    animation: unfoldCenter 300ms ease-in-out; }
    .tooltip.is-top-left.with-pointer::after, .tooltip.is-top-center.with-pointer::after, .tooltip.is-top-right.with-pointer::after {
      top: calc(100% - 1px);
      left: 50%;
      transform: translateX(-50%); }
  .tooltip.is-top-left {
    left: 0;
    transform: none;
    animation: unfoldLeftRight 300ms ease-in-out; }
    .tooltip.is-top-left.with-pointer::after {
      left: 10px;
      transform: none; }
  .tooltip.is-top-right {
    right: 0;
    transform: none;
    animation: unfoldLeftRight 300ms ease-in-out; }
    .tooltip.is-top-right.with-pointer::after {
      right: 10px;
      transform: none; }
  .tooltip.is-bottom-left, .tooltip.is-bottom-center, .tooltip.is-bottom-right {
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    animation: unfoldCenter 300ms ease-in-out; }
    .tooltip.is-bottom-left.with-pointer::after, .tooltip.is-bottom-center.with-pointer::after, .tooltip.is-bottom-right.with-pointer::after {
      top: -20px;
      left: 50%;
      transform: translateX(-50%);
      border-top: 10px solid transparent;
      border-bottom: 10px solid #181D27; }
  .tooltip.is-bottom-left {
    left: 0;
    transform: none;
    animation: unfoldLeftRight 300ms ease-in-out; }
    .tooltip.is-bottom-left.with-pointer::after {
      left: 10px;
      transform: none; }
  .tooltip.is-bottom-right {
    left: auto;
    right: 0;
    transform: none;
    animation: unfoldLeftRight 300ms ease-in-out; }
    .tooltip.is-bottom-right.with-pointer::after {
      left: auto;
      right: 10px;
      transform: none; }
  .tooltip.is-left {
    top: 50%;
    right: calc(100% + 10px);
    transform: translateY(-50%);
    animation: unfoldVCenter 300ms ease-in-out; }
    .tooltip.is-left.with-pointer::after {
      top: 50%;
      right: -20px;
      transform: translateY(-50%);
      border-top: 10px solid transparent;
      border-left: 10px solid #181D27; }
  .tooltip.is-right {
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    animation: unfoldVCenter 300ms ease-in-out; }
    .tooltip.is-right.with-pointer::after {
      top: 50%;
      left: -20px;
      transform: translateY(-50%);
      border-top: 10px solid transparent;
      border-right: 10px solid #181D27; }

.error-page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #EBC7FF80; }
  .error-page-wrapper {
    padding: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    border-radius: 32px; }
  .error-page-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 20px; }
  .error-page-banner {
    width: 100%;
    max-width: 300px; }
  .error-page-subtitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px; }
  .error-page .button {
    width: 100%;
    max-width: 200px; }

.bredcom {
  width: 100%; }
  .bredcom-items {
    width: 100%;
    display: flex;
    gap: 16px; }
  .bredcom-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #9DA4AE;
    font-size: 14px;
    font-weight: 600; }
  .bredcom .bredcom-item.is-active {
    color: #000000; }

.empty-state-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
.empty-state-icon .empty-box-img {
  width: 100%;
  max-width: 100px; }
.empty-state .empty-state-text {
  font-size: 1rem;
  color: #333333; }

.callrate-card {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 8px; }
  .callrate-card-body {
    display: flex;
    width: 100%; }
  .callrate-card .callrate-card-items {
    display: flex;
    width: 100%;
    flex-direction: column;
    max-height: 300px;
    overflow: scroll; }
  .callrate-card .callrate-card-item {
    display: block;
    width: 100%; }
    .callrate-card .callrate-card-item .did-card {
      display: flex;
      padding: 1rem;
      cursor: pointer;
      justify-content: space-between;
      margin: 0 12px 12px 12px;
      transition: height 300ms; }
      .callrate-card .callrate-card-item .did-card:hover {
        border-radius: 8px;
        box-shadow: rgba(17, 12, 46, 0.24) 0px 10px 40px -10px; }
      .callrate-card .callrate-card-item .did-card:first-child {
        margin-top: 12px; }
      .callrate-card .callrate-card-item .did-card-left {
        display: flex;
        gap: 1rem; }
        .callrate-card .callrate-card-item .did-card-left-title {
          font-size: 1rem;
          font-weight: 600;
          color: #000000;
          margin-bottom: 6px; }
        .callrate-card .callrate-card-item .did-card-left-text {
          display: flex;
          gap: 4px;
          font-size: 14px;
          color: #555555; }
        .callrate-card .callrate-card-item .did-card-left .did-card-avatar .avatar-img {
          width: 100%;
          max-width: 80px;
          height: 80px;
          border-radius: 8px;
          object-fit: cover;
          object-position: center;
          font-size: 12px; }
      .callrate-card .callrate-card-item .did-card .clear-button-wrapper {
        justify-content: space-between; }
      .callrate-card .callrate-card-item .did-card-right-title {
        font-weight: 600; }
      .callrate-card .callrate-card-item .did-card-right .clear-button {
        color: #333333; }
        .callrate-card .callrate-card-item .did-card-right .clear-button:hover {
          color: #000000; }
    .callrate-card .callrate-card-item .call-rate {
      opacity: 0;
      visibility: hidden;
      height: 0;
      padding: 0;
      margin: 0;
      border: 0; }
    .callrate-card .callrate-card-item.is-active .did-card {
      border-bottom: 1px solid #E6E6E6; }
    .callrate-card .callrate-card-item.is-active .call-rate {
      visibility: visible;
      opacity: 1;
      height: auto;
      padding: 1rem;
      margin: 12px; }

.clear-button-wrapper {
  padding: 1rem;
  display: flex;
  justify-content: end; }

.clear-button {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
  transition: all 200ms; }
  .clear-button:hover {
    color: black; }

.call-rate {
  padding: 1rem;
  width: 100%;
  transition: all 200ms ease;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid rgba(208, 208, 208, 0.4);
  border-radius: 8px; }
  .call-rate-header {
    margin-bottom: 1rem;
    justify-content: space-between !important; }

.is-file-uploader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  border-radius: 16px;
  background-color: #F5F6FC;
  cursor: pointer; }
  .is-file-uploader .is-file-uploader-icon {
    padding: 12px;
    width: 44px;
    height: 44px;
    background: #F5F6FC;
    border: 1px solid #BCBFCC;
    border-radius: 9999px;
    margin-bottom: 16px; }
  .is-file-uploader .is-file-uploader-texts {
    font-size: 14px;
    color: #6E7180;
    text-align: start; }
    .is-file-uploader .is-file-uploader-texts .click-text {
      font-size: 16px;
      font-weight: 600;
      color: #000000; }
  .is-file-uploader svg {
    width: 100%;
    max-width: 40px;
    margin-bottom: 1.25rem;
    fill: #888888; }
  .is-file-uploader .input, .is-file-uploader input[type=file] {
    opacity: 0;
    height: 0;
    width: 0; }

.border-none {
  border: none !important; }

.is-file-uploader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  border-radius: 16px;
  background-color: #F5F6FC;
  cursor: pointer; }

.typeahead {
  display: flex;
  gap: .5rem;
  flex-direction: column;
  width: 100%;
  position: relative;
  transition: all 100ms ease-in-out; }
  .typeahead-input {
    width: 100%; }
  .typeahead-suggestions:has(.typeahead-suggestion-item) {
    border: 1px solid rgba(199, 191, 191, 0.5);
    border-radius: 0.5rem;
    background-color: #FFFFFF; }
  .typeahead-suggestions {
    max-height: 300px;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    z-index: 9;
    overflow-y: auto; }
    .typeahead-suggestions .typeahead-suggestion-item {
      display: flex;
      align-items: center;
      padding: .7rem .75rem;
      color: #333333;
      cursor: pointer;
      transition: all 100ms ease-in-out; }
      .typeahead-suggestions .typeahead-suggestion-item:not(:last-child) {
        border-bottom: 1px solid rgba(230, 230, 230, 0.5); }
      .typeahead-suggestions .typeahead-suggestion-item:hover, .typeahead-suggestions .typeahead-suggestion-item:active {
        background-color: rgba(249, 250, 251, 0.9); }
      .typeahead-suggestions .typeahead-suggestion-item.is-active {
        background-color: rgba(249, 250, 251, 0.9); }

@keyframes spinInfinite {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes unfold {
  0% {
    transform: scaleY(0);
    opacity: 0; }
  80% {
    transform: scaleY(1.05);
    opacity: .8; }
  100% {
    transform: scaleY(1);
    opacity: 1; } }
@keyframes unfoldCenter {
  0% {
    transform: translateX(-50%) scaleY(0);
    opacity: 0; }
  80% {
    transform: translateX(-50%) scaleY(1.05);
    opacity: .8; }
  100% {
    transform: translateX(-50%) scaleY(1);
    opacity: 1; } }
@keyframes unfoldLeftRight {
  0% {
    transform: translateX(0) scaleY(0);
    opacity: 0; }
  80% {
    transform: translateX(0) scaleY(1.05);
    opacity: .8; }
  100% {
    transform: translateX(0) scaleY(1);
    opacity: 1; } }
@keyframes unfoldVCenter {
  0% {
    transform: translateY(-50%) scaleY(0);
    opacity: 0; }
  80% {
    transform: translateY(-50%) scaleY(1.05);
    opacity: .8; }
  100% {
    transform: translateY(-50%) scaleY(1);
    opacity: 1; } }
@keyframes topDrawerOpen {
  0% {
    transform: translateY(-20px) scaleY(0); }
  100% {
    transform: translateY(0%) scaleY(1); } }
@keyframes collapse {
  0% {
    max-width: 350px; }
  100% {
    max-width: 80px; } }
@keyframes toastAnimation {
  0% {
    bottom: -100px; }
  100% {
    bottom: 20px; } }
@keyframes fillAnimation {
  to {
    transform: scaleY(1); } }
hr {
  margin: 2rem 0;
  width: 100%;
  height: 6px;
  background: red; }

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

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

.inline-group > * {
  margin-right: .5rem; }

.text-black {
  color: #000000 !important; }

.font-bold-600 {
  font-weight: 600 !important; }

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

.mb-0 {
  margin-bottom: 0 !important; }

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

.bg-darkest-green {
  background-color: #2ea44f; }

.bg-white {
  background-color: #FFFFFF; }

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr); }

.gap-8 {
  display: flex;
  gap: 8px; }

.gap-16 {
  display: flex;
  gap: 16px; }

.gap-20 {
  display: flex;
  gap: 20px; }

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

.bg-transparent {
  background-color: transparent !important; }

.padding-0 {
  padding: 0 !important; }

.width-full {
  width: 100% !important; }

.width-auto {
  width: auto !important; }

.mr-0 > * {
  margin-right: 0; }

.mt-20 {
  margin-top: 20px !important; }

.mt-0 {
  margin-top: 0 !important; }

.grid-cols-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important; }

.bg-primary {
  background-color: #000000 !important; }

.text-primary {
  color: #000000 !important; }

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

.flex {
  display: flex; }

.cancel-button {
  background-color: transparent;
  font-weight: 600;
  padding: 10px 16px;
  color: #414651;
  border: 1px solid #000000; }
  .cancel-button:hover {
    background-color: #F2F2F2; }

.text-no-wrap {
  white-space: nowrap; }

.copy-to-clipboard {
  display: flex;
  gap: 4px;
  color: #4049FD; }
  .copy-to-clipboard-icon {
    width: 18px;
    cursor: pointer; }

@media (max-width: 1024px) {
  .auth-page-01 {
    height: inherit; } }
.auth-page-01 .auth-page-01-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: white; }
  @media (max-width: 960px) {
    .auth-page-01 .auth-page-01-wrapper {
      flex-direction: column; } }
  .auth-page-01 .auth-page-01-wrapper .auth-page-01-wrapper-bgimg {
    background-image: url("/assets/img/bg-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-basis: 68vw;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 100vh;
    position: relative; }
    @media (max-width: 960px) {
      .auth-page-01 .auth-page-01-wrapper .auth-page-01-wrapper-bgimg {
        display: none; } }
    .auth-page-01 .auth-page-01-wrapper .auth-page-01-wrapper-bgimg-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .auth-page-01 .auth-page-01-wrapper .auth-page-01-wrapper-bgimg-logo-svg {
        width: 100%; }
  .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper {
    background-color: #FFFFFF;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 32vw;
    flex-grow: 0;
    flex-shrink: 0; }
    @media (max-width: 960px) {
      .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper {
        box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
        align-items: inherit; } }
    @media (max-width: 550px) {
      .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper {
        padding: 20px; } }
    .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper .auth-page-01-wrapper-mob-logo {
      display: none; }
      @media (max-width: 1024px) {
        .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper .auth-page-01-wrapper-mob-logo {
          display: flex;
          justify-content: center;
          margin-bottom: 3rem; } }
      .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper .auth-page-01-wrapper-mob-logo-svg2 {
        width: 50px;
        height: 50px; }
    .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper .auth-page-01-inputs {
      width: 100%;
      display: flex;
      flex-direction: column; }
      @media (max-width: 550px) {
        .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper .auth-page-01-inputs {
          padding: 20px; } }
      .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper .auth-page-01-inputs-wrapper {
        width: 100%; }
      .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper .auth-page-01-inputs-field {
        margin-bottom: 16px;
        color: #000; }
      .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper .auth-page-01-inputs .checkbox-field {
        flex-direction: row;
        align-items: center;
        gap: 8px; }
        .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper .auth-page-01-inputs .checkbox-field .checkbox-button {
          margin-right: 12px; }
      .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper .auth-page-01-inputs .auth-page-01-input-checkbox {
        appearance: auto; }
    .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper .auth-page-01-input {
      border: 1px solid #b0a5a5;
      padding: 1rem;
      color: #10101096;
      font-weight: 500;
      background-color: #fff;
      transition: border 300ms linear;
      appearance: auto;
      width: 100%;
      margin-top: 8px;
      border-radius: 12px; }
      .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper .auth-page-01-input:focus {
        border: 1px solid #000; }
    .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper .auth-page-01-gender {
      display: flex;
      gap: 20px;
      margin-top: 8px; }
      .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper .auth-page-01-gender .auth-page-01-gender-input {
        display: flex;
        align-items: center;
        gap: 6px; }
    .auth-page-01 .auth-page-01-wrapper .auth-page-01-summary-wrapper .section-cta {
      margin-top: 20px; }

.auth-link {
  color: #1919d6;
  font-weight: 600;
  transition: text-decoration .3s linear; }
  .auth-link:hover {
    text-decoration: underline; }

@media (max-width: 700px) {
  .align-centre-tab-sm {
    justify-content: center; } }

.auth-page-01-form-heading-wrapper {
  margin-bottom: 16px; }
  .auth-page-01-form-heading-wrapper .auth-page-01-form-title {
    color: #000;
    height: inherit; }
  .auth-page-01-form-heading-wrapper .auth-page-01-form-subtitle {
    color: #000;
    text-align: center;
    font-size: 16px; }

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px; }

.section-title {
  margin: 0;
  font-size: 3rem;
  font-weight: 600;
  color: #FFF; }

.form-error {
  width: 100%;
  background-color: #FFEDEF;
  border: 1px solid #FF3E51;
  border-radius: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 1rem;
  margin-bottom: 20px;
  color: #C31123; }
  .form-error-icon {
    width: 20px;
    height: 20px; }
  .form-error-text {
    font-size: 1rem; }

.input, .textarea {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  background: #F9FAFB;
  color: #11142D;
  border: 2px solid transparent;
  padding: 0 .75rem;
  font-weight: 400;
  width: 100%;
  position: relative;
  border: 1px solid #CACEDA;
  border-radius: 8px;
  transition: all 250ms ease-in;
  font-family: inherit; }
  .input:focus, .textarea:focus {
    outline: none;
    border-color: #000000;
    background: #FFFFFF; }
  .input[disabled], .textarea[disabled] {
    background: #F7F7F7;
    color: #888888; }
  .input::placeholder, .input::-webkit-input-placeholder, .input::-moz-placeholder, .input::-ms-input-placeholder, .textarea::placeholder, .textarea::-webkit-input-placeholder, .textarea::-moz-placeholder, .textarea::-ms-input-placeholder {
    color: #888888; }

.textarea {
  height: 120px;
  padding-top: 12px;
  font-size: 16px; }

.field.is-invalid .input {
  border-color: #FF3E51 !important; }
.field.is-invalid .error-text {
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #FF3E51 !important; }

.radios {
  display: flex;
  gap: 16px; }
  .radios .radio {
    display: inline-flex;
    align-items: center; }
    .radios .radio input[type="radio"] {
      width: 0;
      height: 0; }
      .radios .radio input[type="radio"]:checked + .radio-button {
        background-color: #000000;
        border: none; }
        .radios .radio input[type="radio"]:checked + .radio-button::after {
          background-color: #FFFFFF; }
      .radios .radio input[type="radio"]:disabled + .radio-button {
        background-color: #D3D6E0;
        border: none; }
        .radios .radio input[type="radio"]:disabled + .radio-button::after {
          background-color: #FFFFFF; }
    .radios .radio .radio-button {
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #FFFFFF;
      border: 2px solid #E8E8E8;
      position: relative; }
      .radios .radio .radio-button::after {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 20px;
        position: absolute;
        left: 6px;
        top: 6px;
        background-color: transparent; }
    .radios .radio .radio-label {
      margin-left: 8px;
      color: inherit; }
    .radios .radio.is-disabled {
      pointer-events: none; }
      .radios .radio.is-disabled .radio-button {
        background-color: #000000;
        border: none; }
      .radios .radio.is-disabled .radio-label {
        color: #000000; }

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