/******************** COLORS ********************/
/******************** SCREEN SIZES ********************/
/* 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;600;700;900&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; }

/* 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; }

@keyframes spinInfinite {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes unfold {
  0% {
    transform: scaleY(0);
    opacity: 0; }
  80% {
    transform: scaleY(1.05);
    opacity: .8; }
  100% {
    transform: scaleY(1);
    opacity: 1; } }
.no-scroll {
  overflow: hidden; }

.inline-group {
  display: inline-flex;
  gap: 4px;
  align-items: center; }
  .inline-group > * {
    margin-right: .5rem; }
    .inline-group > *:last-child {
      margin-right: 0; }
  .inline-group.items-center {
    align-items: center; }

.widget {
  padding: 1rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem; }
  .widget.has-shadow {
    box-shadow: 2px 8px 25px rgba(0, 0, 0, 0.08); }
  .widget-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 1rem; }

a, .link {
  color: #0D25AE; }

.droppable {
  position: relative; }
  .droppable .is-droppable {
    position: absolute;
    z-index: 99;
    top: calc(.25rem + 100%);
    right: 0;
    transform: scaleY(0);
    transform-origin: top left;
    opacity: 0; }
    .droppable .is-droppable.is-top-left {
      transform-origin: top left;
      left: 0; }
    .droppable .is-droppable.is-top-right {
      transform-origin: top right;
      right: 0; }
    .droppable .is-droppable.is-active {
      animation: unfold 200ms ease forwards; }

.gutter-space-x > *:not(:last-child) {
  margin-right: 2rem; }

.gutter-space-y > *:not(:last-child) {
  margin-bottom: 2rem; }

.step-progress-meter {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: 1rem 0;
  font-size: 14px; }
  .step-progress-meter .step-count {
    color: #333333;
    white-space: nowrap; }
  .step-progress-meter .step-progress-bar {
    height: 2px;
    width: 120px;
    border-radius: 100px;
    background-color: #CCCCCC; }
    .step-progress-meter .step-progress-bar-active {
      height: 2px;
      background-color: #612ca6; }

.spinner {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 9999px;
  border: 0.25rem solid #F0F0F0;
  position: relative; }
  .spinner::after {
    content: "";
    position: absolute;
    left: -0.25rem;
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    border: 0.25rem solid #612ca6;
    border-radius: 9999px;
    border-color: transparent transparent transparent #612ca6;
    animation: spinInfinite .5s linear infinite;
    box-sizing: inherit; }
  .spinner.is-large {
    width: 7rem;
    height: 7rem;
    border-width: 0.5rem; }
    .spinner.is-large::after {
      left: -0.5rem;
      top: -0.5rem;
      right: -0.5rem;
      bottom: -0.5rem;
      border: 0.5rem solid #612ca6;
      border-color: transparent transparent transparent #612ca6; }

.tooltip {
  padding: 0.5rem;
  display: inline-flex;
  background-color: #13152A;
  border-radius: 0.25rem;
  color: #FFFFFF;
  position: relative;
  white-space: nowrap;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .tooltip::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border: 8px solid #13152A; }
  .tooltip.is-top::after {
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-color: #13152A transparent transparent transparent; }
  .tooltip.is-right::after {
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    border-color: transparent transparent transparent #13152A; }
  .tooltip.is-bottom::after {
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-color: transparent transparent #13152A transparent; }
  .tooltip.is-left::after {
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    border-color: transparent #13152A transparent transparent; }

.tag {
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  font-size: .75rem;
  text-transform: lowercase;
  background-color: #F0F0F0;
  color: inherit;
  white-space: nowrap; }
  .tag.is-success {
    color: #11FF50;
    background-color: rgba(17, 255, 80, 0.2); }
  .tag.is-danger {
    color: #FF1111;
    background-color: rgba(255, 17, 17, 0.2); }
  .tag.is-warning {
    color: #FF9011;
    background-color: rgba(255, 144, 17, 0.2); }
  .tag.is-info {
    color: #1135FF;
    background-color: rgba(17, 53, 255, 0.2); }

.button.is-more-options {
  background-color: transparent;
  height: 2.75rem;
  padding: 0 0.25rem; }
  .button.is-more-options:hover, .button.is-more-options[disabled] {
    background-color: transparent;
    color: #333333; }
  .button.is-more-options .icon {
    display: flex; }
    .button.is-more-options .icon > * {
      font-size: 1.5rem; }
  .button.is-more-options .menu-content {
    position: absolute;
    top: 100%;
    right: 0; }

.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #FF1111;
  border-radius: 9999px;
  color: #FFFFFF;
  font-size: .625rem;
  font-weight: 600; }

.pagination {
  display: flex;
  justify-content: center;
  user-select: none; }
  .pagination.is-left {
    justify-content: flex-start; }
  .pagination.is-right {
    justify-content: flex-end; }
  .pagination .pagination-left .button, .pagination .pagination-right .button, .pagination .pagination-body .button {
    height: 2rem;
    background-color: transparent;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    color: #888888; }
    .pagination .pagination-left .button:hover, .pagination .pagination-right .button:hover, .pagination .pagination-body .button:hover {
      color: #612ca6; }
    .pagination .pagination-left .button.is-active, .pagination .pagination-right .button.is-active, .pagination .pagination-body .button.is-active {
      color: #612ca6; }
  .pagination .pagination-body {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.dropdown {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 99;
  min-width: 200px;
  max-width: 300px;
  width: 100%;
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  text-align: left;
  border: 1px solid #F0F0F0;
  font-size: 1rem;
  font-weight: 400;
  padding: .5rem 0;
  color: #888888;
  transform: scale(0);
  transform-origin: top right; }
  .dropdown ul li {
    padding: .375rem 1rem; }
    .dropdown ul li > * {
      display: block;
      color: inherit; }
    .dropdown ul li:hover {
      background-color: #F7F7F7; }
  .dropdown.is-active {
    animation: broughtIn 200ms ease-in forwards; }

@keyframes broughtIn {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
.notification {
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2); }
  .notification.is-danger {
    background-color: #FF7171;
    color: #C80E0E;
    box-shadow: 5px 5px 25px rgba(200, 14, 14, 0.5); }
  .notification.is-success {
    background-color: #A9FDBF;
    color: #0ED543;
    box-shadow: 5px 5px 25px rgba(14, 213, 67, 0.5); }
  .notification.is-warning {
    background-color: #FFDAAF;
    color: #D77A0F;
    box-shadow: 5px 5px 25px rgba(215, 122, 15, 0.5); }
  .notification.is-info {
    background-color: #506AFF;
    color: #8922c7;
    box-shadow: 5px 5px 25px rgba(13, 37, 174, 0.5); }

.toast {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 99999999999; }

.toast .toast-body {
  max-width: 360px;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .toast .toast-body {
      min-width: 380px;
      max-width: 600px; } }

.slide-up-enter-active {
  animation: slide-up 300ms ease-in; }

.slide-up-leave-active {
  animation: slide-up 300ms ease-in reverse; }

@keyframes slide-up {
  0% {
    bottom: -150px; }
  75% {
    bottom: 50px; }
  100% {
    bottom: 30px; } }
.modal {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  padding: .5rem; }
  .modal .modal-container {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1); }
    .modal .modal-container .modal-header, .modal .modal-container .modal-body, .modal .modal-container .modal-footer {
      padding: 1rem 1.25rem; }
    .modal .modal-container .modal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #F0F0F0; }
      .modal .modal-container .modal-header .modal-title {
        font-size: 1rem;
        font-weight: 600;
        color: #333333; }
    .modal .modal-container .modal-close {
      width: 1rem;
      height: 1rem;
      border-radius: 1rem;
      background-color: rgba(255, 17, 17, 0.6);
      color: rgba(200, 14, 14, 0);
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .modal .modal-container .modal-close:hover {
        background-color: #FF1111; }

.button-capsule {
  display: inline-flex; }
  .button-capsule .is-capsule-left-shell {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .button-capsule .is-capsule-right-shell {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }

.filter {
  display: block;
  width: 360px;
  background-color: #FFFFFF;
  border-radius: 0.25rem;
  box-shadow: 2px 8px 25px rgba(0, 0, 0, 0.08); }
  .filter .filter-wrapper {
    display: block; }
    .filter .filter-wrapper .filter-body {
      padding: 2rem 1rem; }
    .filter .filter-wrapper .filter-footer {
      display: flex;
      justify-content: flex-end;
      padding: .75rem 1rem;
      background-color: #F9F7F8; }
  .filter .filter-block {
    display: block; }
    .filter .filter-block + .filter-block {
      margin-top: 1rem; }
  .filter .filter-label {
    display: block; }
  .filter .filter-columns {
    display: flex;
    margin-left: -.25rem;
    margin-right: -.25rem; }
    .filter .filter-columns .filter-column {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: 50%;
      padding-left: .25rem;
      padding-right: .25rem; }
  .filter .select {
    width: 100%; }

.attention {
  display: flex;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 2px 8px 25px rgba(0, 0, 0, 0.08); }
  .attention .attention-label, .attention p {
    padding: 1.25rem 1rem;
    font-size: .875rem; }
  .attention .attention-label {
    padding-right: 3rem;
    font-weight: 600;
    color: #FFFFFF;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    white-space: nowrap; }
  .attention p {
    color: #333333; }
  .attention.is-danger .attention-label {
    background: linear-gradient(to right, #D52E09, #F47255); }
  .attention.is-success .attention-label {
    background: linear-gradient(to right, #169708, #56EE46); }
  .attention.is-warning .attention-label {
    background: linear-gradient(to right, #CE960A, #F4DE6B); }
  .attention.is-info .attention-label {
    background: linear-gradient(to right, #0811B7, #474FF2); }

.card {
  height: 300px;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative; }
  .card .card-header, .card .card-footer {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 1.25rem; }
  .card .card-footer {
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px) saturate(178%); }
  .card .card-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 200ms ease-in; }
  .card .card-image {
    object-fit: cover;
    transform: scale(1); }
  .card-header-title, .card-footer-title {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1; }
  .card-header-subtitle, .card-footer-subtitle {
    margin-top: .375rem;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 1; }
  .card:hover .card-image {
    transform: scale(1.2); }

.button {
  display: inline-flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid transparent;
  font-size: 1em;
  justify-content: center;
  height: 2.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 0.25rem;
  font-weight: 600;
  color: #888888;
  position: relative; }
  .button:hover, .button:focus {
    background-color: #CCCCCC; }
  .button[disabled], .button .is-disabled {
    cursor: not-allowed; }
  .button[disabled], .button .is-disabled, .button.is-loading {
    background-color: #F8F8F8; }
  .button.is-white {
    background-color: #FFFFFF; }
    .button.is-white:hover, .button.is-white:focus {
      background-color: #F7F7F7; }
    .button.is-white[disabled], .button.is-white .is-disabled, .button.is-white.is-loading {
      background-color: #F8F8F8; }
  .button.is-primary {
    background-color: #612ca6; }
    .button.is-primary:hover, .button.is-primary:focus {
      background-color: #8922c7; }
    .button.is-primary[disabled], .button.is-primary .is-disabled, .button.is-primary.is-loading {
      background-color: #8444d8; }
  .button.is-success {
    background-color: #11FF50; }
    .button.is-success:hover, .button.is-success:focus {
      background-color: #0ED543; }
    .button.is-success[disabled], .button.is-success .is-disabled, .button.is-success.is-loading {
      background-color: #A9FDBF; }
  .button.is-danger {
    background-color: #FF1111; }
    .button.is-danger:hover, .button.is-danger:focus {
      background-color: #C80E0E; }
    .button.is-danger[disabled], .button.is-danger .is-disabled, .button.is-danger.is-loading {
      background-color: #FF7171; }
  .button.is-warning {
    background-color: #FF9011; }
    .button.is-warning:hover, .button.is-warning:focus {
      background-color: #D77A0F; }
    .button.is-warning[disabled], .button.is-warning .is-disabled, .button.is-warning.is-loading {
      background-color: #FFDAAF; }
  .button.is-primary, .button.is-success, .button.is-danger, .button.is-warning {
    color: #FFFFFF; }
  .button.is-loading {
    color: transparent;
    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 {
      border-color: #F7F7F7 transparent #F7F7F7 #F7F7F7; }
  .button.is-medium {
    height: 3.25rem;
    padding-left: 2rem;
    padding-right: 2rem; }
  .button.is-large {
    height: 3.25rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    min-width: 11.25rem; }
  .button.is-fullwidth {
    width: 100%; }

.table {
  display: block;
  border-radius: 0.5rem;
  color: #888888;
  position: relative;
  background: #FFFFFF;
  box-shadow: 2px 8px 25px rgba(0, 0, 0, 0.08); }
  .table .table-header, .table .table-footer {
    height: 5.5rem;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem; }
    .table .table-header-left, .table .table-header-right, .table .table-footer-left, .table .table-footer-right {
      display: flex;
      flex: 1; }
    .table .table-header-left, .table .table-footer-left {
      justify-content: flex-start; }
    .table .table-header-right, .table .table-footer-right {
      justify-content: flex-end; }
    .table .table-header .table-checkbox-global, .table .table-footer .table-checkbox-global {
      width: 20px;
      padding-right: 1rem;
      box-sizing: content-box; }
  .table .table-body {
    display: table;
    width: 100%; }
    .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: 1.0625rem 1rem;
        display: table-cell;
        vertical-align: middle; }
        .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 .table-col, .table .table-body .table-tfoot .table-row .table-col {
      font-weight: 400;
      color: #888888; }
    .table .table-body .table-thead {
      display: table-header-group; }
    .table .table-body .table-tbody {
      display: table-row-group; }
      .table .table-body .table-tbody .table-row {
        color: #333333;
        transition: all 300ms ease; }
        .table .table-body .table-tbody .table-row .table-col {
          border-bottom: 1px solid #F0F0F0; }
      .table .table-body .table-tbody .table-row:hover {
        background-color: rgba(17, 53, 255, 0.1); }
    .table .table-body .table-tfoot {
      display: table-footer-group; }
  .table .table-footer {
    background-color: #F9F7F8;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
    .table .table-footer .pagination .button {
      font-weight: 400; }

.page-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #888888; }

.input, .textarea {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  background: #F0F0F0;
  color: #11142D;
  border: 2px solid transparent;
  padding: 0 .75rem;
  font-weight: 600;
  width: 100%;
  position: relative; }
  .input:focus, .textarea:focus {
    outline: none;
    border-color: #612ca6;
    background: #FFFFFF; }
  .input[disabled], .textarea[disabled] {
    background: #F7F7F7;
    color: #CCCCCC; }
  .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; }

.input {
  height: 2.75rem; }

.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: #FF1111; }
    .field .control.has-error .form-error {
      position: absolute;
      right: .5rem;
      bottom: 0;
      background: #FFFFFF;
      padding: 2px .25rem;
      border-radius: .125rem;
      font-size: .75rem;
      color: #FF1111;
      transform: translateY(50%); }
  @media screen and (min-width: 768px) {
    .field.is-inlined {
      display: flex;
      align-items: center; }
      .field.is-inlined .label {
        max-width: 200px;
        width: 100%; }
      .field.is-inlined .control {
        width: 100%; } }

.label {
  font-weight: 600;
  color: #888888; }

.textarea {
  padding: 1rem;
  font-family: Inter;
  min-height: 9.375rem;
  resize: vertical;
  border-radius: 0.5rem; }

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

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

.checkbox {
  display: inline-flex;
  align-items: center;
  height: 3.25rem; }
  .checkbox input[type="checkbox"] {
    width: 0px;
    height: 0px; }
    .checkbox input[type="checkbox"]:checked + .checkbox-button {
      background-color: #612ca6;
      border: none; }
      .checkbox input[type="checkbox"]:checked + .checkbox-button::after {
        background-color: #FFFFFF; }
  .checkbox .checkbox-button {
    width: 20px;
    height: 20px;
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    border: 2px solid #E8E8E8;
    position: relative; }
    .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; }
  .checkbox.is-disabled {
    pointer-events: none; }
    .checkbox.is-disabled .checkbox-button {
      background-color: #F7F7F7;
      border: none; }
    .checkbox.is-disabled .checkbox-label {
      color: #CCCCCC; }

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

.select {
  display: inline-block;
  position: relative;
  background-color: #F0F0F0;
  border-radius: 0.25rem; }
  .select select {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
    background-color: transparent;
    font-family: Inter, sans-serif;
    color: #11142D;
    line-height: inherit;
    height: 2.75rem;
    padding: 0 1rem;
    padding-right: 2rem;
    border: 2px solid transparent;
    font-weight: 600;
    position: relative;
    z-index: 1;
    border-radius: 0.25rem; }
    .select select:focus {
      border: 2px solid #8922c7; }
  .select::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    border: 8px solid #CCCCCC;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    z-index: 0; }

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

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

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

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

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

.switch input[type="checkbox"]:checked + label {
  border: 2px solid #612ca6; }

.form-palette {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  box-shadow: 2px 8px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden; }
  .form-palette-body {
    padding: 2rem; }
  .form-palette-footer {
    background-color: #F9F7F8;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: flex-end; }

.field.is-file-uploader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  border: 2px dashed #CCCCCC;
  border-radius: 16px; }
  .field.is-file-uploader svg {
    width: 100%;
    max-width: 40px;
    margin-bottom: 1.25rem;
    fill: #888888; }
  .field.is-file-uploader .input, .field.is-file-uploader input[type=file] {
    width: 100%;
    max-width: 500px; }

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

.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 #F0F0F0;
    border-radius: 0.5rem;
    box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF; }
  .typeahead-suggestions {
    max-height: 300px;
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    z-index: 9;
    overflow-y: auto; }
    .typeahead-suggestions .typeahead-suggestion-item {
      padding: 0.75rem;
      transition: all 100ms ease-in-out;
      color: #333333;
      cursor: pointer; }
      .typeahead-suggestions .typeahead-suggestion-item:not(:last-child) {
        border-bottom: 1px solid #F0F0F0; }
      .typeahead-suggestions .typeahead-suggestion-item:hover, .typeahead-suggestions .typeahead-suggestion-item:active {
        background-color: rgba(240, 240, 240, 0.4); }
      .typeahead-suggestions .typeahead-suggestion-item.is-active {
        background-color: rgba(240, 240, 240, 0.8); }

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

.dashy-sidebar {
  width: 260px;
  height: 100vh;
  padding-top: 8.75rem;
  padding-bottom: 3.375rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 300ms ease-in; }
  .dashy-sidebar .brand-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0; }
    .dashy-sidebar .brand-logo img {
      height: 2.5rem; }
  .dashy-sidebar .dashy-navbar-wrapper {
    max-height: 100%;
    padding-top: 3rem;
    overflow-y: auto;
    scrollbar-width: none;
    /* For Google chorme */ }
    .dashy-sidebar .dashy-navbar-wrapper::-webkit-scrollbar {
      display: none; }
    .dashy-sidebar .dashy-navbar-wrapper .dashy-navbar .navbar-label {
      color: #888888;
      padding-left: 2rem;
      font-weight: 600; }
    .dashy-sidebar .dashy-navbar-wrapper .dashy-navbar-menu {
      margin-top: 1.125rem; }
      .dashy-sidebar .dashy-navbar-wrapper .dashy-navbar-menu-item {
        display: flex;
        align-items: center;
        height: 3.25rem;
        padding-left: 2rem;
        color: #888888;
        font-weight: 600;
        position: relative; }
        .dashy-sidebar .dashy-navbar-wrapper .dashy-navbar-menu-item .icon {
          font-size: 1.25rem;
          margin-right: .75rem; }
        .dashy-sidebar .dashy-navbar-wrapper .dashy-navbar-menu-item.is-active {
          color: #612ca6; }
          .dashy-sidebar .dashy-navbar-wrapper .dashy-navbar-menu-item.is-active::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: .375rem;
            background-color: #612ca6; }
        .dashy-sidebar .dashy-navbar-wrapper .dashy-navbar-menu-item:hover {
          color: #612ca6; }
  @media screen and (max-width: 768px) {
    .dashy-sidebar {
      transform: translateX(-100%); }
      .dashy-sidebar.is-active {
        transform: translateX(0); } }

.dashy-page-wrapper {
  flex-grow: 1;
  margin-left: 260px;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 300ms ease-in; }
  .dashy-page-wrapper .page-content {
    padding: 2rem; }
    .dashy-page-wrapper .page-content .page-header {
      display: flex;
      align-items: center;
      margin-bottom: 2rem; }
      .dashy-page-wrapper .page-content .page-header-text {
        flex: 1; }
      .dashy-page-wrapper .page-content .page-header-cta {
        flex: 1;
        display: flex;
        justify-content: flex-end; }
  .dashy-page-wrapper .navbar .nav-content {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem; }
    .dashy-page-wrapper .navbar .nav-content::after, .dashy-page-wrapper .navbar .nav-content::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px; }
    .dashy-page-wrapper .navbar .nav-content::before {
      z-index: 2;
      background-color: #F0F0F0; }
    .dashy-page-wrapper .navbar .nav-content::after {
      bottom: -1px;
      z-index: 1;
      background-color: #FFFFFF; }
    .dashy-page-wrapper .navbar .nav-content .navbar-menu {
      display: flex;
      align-items: center;
      gap: 1rem; }
      .dashy-page-wrapper .navbar .nav-content .navbar-menu .dashy-navbar-toggler {
        background: transparent;
        color: #888888;
        padding: 0;
        display: none; }
        @media screen and (max-width: 768px) {
          .dashy-page-wrapper .navbar .nav-content .navbar-menu .dashy-navbar-toggler {
            display: inline-flex; } }
    .dashy-page-wrapper .navbar .nav-content .navbar-profile-line .button {
      background: transparent;
      padding-left: 0;
      padding-right: 0; }
    .dashy-page-wrapper .navbar .nav-content .navbar-profile-line .dashy-avatar + * {
      margin-left: .75rem; }
  @media screen and (max-width: 768px) {
    .dashy-page-wrapper {
      margin-left: 0px; }
      .dashy-page-wrapper.sidebar-active {
        transform: translateX(260px); } }

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

.page-columns {
  display: flex;
  flex-direction: row;
  gap: 1rem; }
  @media screen and (max-width: 768px) {
    .page-columns {
      flex-direction: column; } }
  .page-columns .page-column {
    flex: 1; }

.box {
  width: 100%;
  max-width: max(40vw, 400px);
  padding: 2rem; }
  .box.is-centered {
    margin: auto; }
  .box.is-content-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .box.has-border {
    border: 1px solid #CCCCCC; }
  .box.has-shadow {
    box-shadow: 2px 8px 25px rgba(0, 0, 0, 0.08); }
  .box.is-rounded {
    border-radius: 0.5rem; }

.section {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8); }
  .section .section-mask {
    position: relative;
    overflow: hidden;
    height: 100%; }
    .section .section-mask .section-background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    .section .section-mask .section-container {
      position: relative;
      z-index: 2;
      padding: 0 1rem;
      height: 100%; }
      .section .section-mask .section-container .section-wrapper {
        padding-top: 9.375rem;
        padding-bottom: 9.375rem;
        height: 100%; }
        @media screen and (max-width: 768px) {
          .section .section-mask .section-container .section-wrapper {
            padding-top: 4.5rem;
            padding-bottom: 4.5rem; } }
  .section.is-slim .section-mask .section-container .section-wrapper {
    padding-top: 0;
    padding-bottom: 0; }
  .section.is-fullheight {
    height: 100vh; }
    .section.is-fullheight .section-mask .section-container .section-wrapper {
      display: flex; }

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

.login-layout, .login-layout-area, .login-layout-container {
  height: 100vh;
  flex: 1; }

.login-layout-area {
  background-color: rgba(255, 255, 255, 0.8); }

.login-layout-container {
  padding: 2rem;
  display: flex; }

.login-box {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 8px 25px rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem; }
  .login-box .login-body-container {
    padding: 2rem;
    flex: 1; }
  .login-box .login-head {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .login-box .login-foot {
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
    background-color: #F9F7F8;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
