@charset "UTF-8";
/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}
.toastify.on {
    opacity: 1;
}
.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}
.toastify-right {
    right: 15px;
}
.toastify-left {
    left: 15px;
}
.toastify-top {
    top: -150px;
}
.toastify-bottom {
    bottom: -150px;
}
.toastify-rounded {
    border-radius: 25px;
}
.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}
.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}
@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}
*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 640px){
    .container{
        max-width: 640px;
    }
}
@media (min-width: 768px){
    .container{
        max-width: 768px;
    }
}
@media (min-width: 1024px){
    .container{
        max-width: 1024px;
    }
}
@media (min-width: 1280px){
    .container{
        max-width: 1280px;
    }
}
@media (min-width: 1536px){
    .container{
        max-width: 1536px;
    }
}
@media (min-width: 1600px){
    .container{
        max-width: 1600px;
    }
}
.accordion .accordion-item{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.accordion .accordion-item:not(:last-child){
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}
.accordion .accordion-item:not(:last-child):where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, 1);
    border-color: rgba(63, 72, 101, var(--tw-border-opacity, 1));
}
.accordion .accordion-item:first-child{
    margin-top: -1rem;
}
.accordion .accordion-item:last-child{
    margin-bottom: -1rem;
}
.accordion .accordion-item .accordion-header .accordion-button{
    width: 100%;
    text-align: left;
    font-weight: 500;
}
.accordion .accordion-item .accordion-header .accordion-button:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){
    --tw-text-opacity: 1;
    color: rgba(20, 46, 113, 1);
    color: rgba(20, 46, 113, var(--tw-text-opacity, 1));
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgba(49, 96, 216, 1);
    color: rgba(49, 96, 216, var(--tw-text-opacity, 1));
}
.accordion .accordion-collapse{
    margin-top: 0.75rem;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
.accordion .accordion-collapse:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.accordion .accordion-collapse.collapse:not(.show){
    display: none;
}
.accordion.accordion-boxed .accordion-item{
    margin-top: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding: 1rem;
}
.accordion.accordion-boxed .accordion-item:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, 1);
    border-color: rgba(63, 72, 101, var(--tw-border-opacity, 1));
}
.accordion.accordion-boxed .accordion-item:first-child{
    margin-top: 0px;
}
.accordion.accordion-boxed .accordion-item:last-child{
    margin-bottom: 0px;
}
.alert{
    position: relative;
    border-radius: 0.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.alert:not(.show){
    display: none;
}
.alert.alert-dismissible{
    padding-left: 1.25rem;
    padding-right: 4rem;
}
.alert .btn-close{
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 500;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}
.alert .btn-close:hover{
    --tw-border-opacity: 0.9;
    --tw-bg-opacity: 0.9;
}
.alert .btn-close:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.alert .btn-close:not(button){
    text-align: center;
}
.alert .btn-close{
    position: absolute;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0.5rem;
    border-width: 0px;
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.alert .btn-close:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.btn{
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 500;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}
.btn:hover{
    --tw-border-opacity: 0.9;
    --tw-bg-opacity: 0.9;
}
.btn:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.btn:not(button){
    text-align: center;
}
.btn-primary{
    --tw-border-opacity: 1;
    border-color: rgba(20, 46, 113, 1);
    border-color: rgba(20, 46, 113, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(20, 46, 113, 1);
    background-color: rgba(20, 46, 113, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.btn-primary:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(20, 46, 113, 1);
    border-color: rgba(20, 46, 113, var(--tw-border-opacity, 1));
}
.btn-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.btn-secondary:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, 1);
    border-color: rgba(63, 72, 101, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, 1);
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}
.btn-secondary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, 1);
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
}
.btn-secondary:hover:where(.dark, .dark *){
    border-color: rgba(63, 72, 101, 0.8);
    border-color: rgba(63, 72, 101, var(--tw-border-opacity, 1));
    --tw-border-opacity: 0.8;
    background-color: rgba(63, 72, 101, 0.8);
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.8;
}
.btn-success{
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, 1);
    border-color: rgba(145, 199, 20, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(145, 199, 20, 1);
    background-color: rgba(145, 199, 20, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.btn-success:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, 1);
    border-color: rgba(145, 199, 20, var(--tw-border-opacity, 1));
}
.btn-warning{
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, 1);
    border-color: rgba(251, 197, 0, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(251, 197, 0, 1);
    background-color: rgba(251, 197, 0, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}
.btn-warning:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, 1);
    border-color: rgba(251, 197, 0, var(--tw-border-opacity, 1));
}
.btn-danger{
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, 1);
    border-color: rgba(211, 41, 41, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(211, 41, 41, 1);
    background-color: rgba(211, 41, 41, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.btn-danger:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, 1);
    border-color: rgba(211, 41, 41, var(--tw-border-opacity, 1));
}
.btn-outline-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
.btn-outline-secondary:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, 1);
    border-color: rgba(55, 65, 81, var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}
.btn-outline-secondary:hover{
    background-color: rgba(209, 213, 219, 0.2);
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.2;
}
.btn-outline-secondary:hover:where(.dark, .dark *){
    border-color: rgba(63, 72, 101, 0.8);
    border-color: rgba(63, 72, 101, var(--tw-border-opacity, 1));
    --tw-border-opacity: 0.8;
    background-color: rgba(63, 72, 101, 0.8);
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.8;
}
.dropdown-menu {
    z-index: 9999;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    transform: translate3d(-10000px, 0px, 0px);
    transition: visibility 0s ease-in-out 0.2s, opacity 0.2s 0s;
    visibility: hidden;
    position: absolute;
    opacity: 0;
  }
.dropdown-menu.show {
    transition: visibility 0s ease-in-out 0s, opacity 0.2s 0s;
    visibility: visible;
    opacity: 1;
  }
.dropdown-menu.show > .dropdown-menu__content{
    margin-top: 0.25rem;
}
.dropdown-menu.show > .dropdown-menu__content .tab-content .tab-pane{
    visibility: visible;
}
.dropdown-menu .dropdown-menu__content {
    transition: margin-top 0.2s;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.0901960784);
    margin-top: 1.25rem;
    width: 100%;
  }
.dropdown-menu .dropdown-menu__content .tab-content .tab-pane{
    visibility: hidden;
}
.form-check{
    display: flex;
    align-items: center;
}
.form-check-label{
    margin-left: 0.5rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
.form-check-label:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.form-check-input:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.form-check-input[type=radio] {
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    overflow: hidden;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    padding: 0px;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }
.form-check-input[type=radio]:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.form-check-input[type=radio]:before {
    content: "";
    width: 10px;
    height: 10px;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(20, 46, 113, 1);
    background-color: rgba(20, 46, 113, var(--tw-bg-opacity, 1));
    opacity: 0;
  }
.form-check-input[type=radio]:checked{
    --tw-border-opacity: 1;
    border-color: rgba(20, 46, 113, 1);
    border-color: rgba(20, 46, 113, var(--tw-border-opacity, 1));
}
.form-check-input[type=radio]:checked:before{
    opacity: 1;
}
.form-check-input[type=checkbox] {
    width: 16px;
    height: 16px;
    border-radius: 0.2em;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    overflow: hidden;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    padding: 0px;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }
.form-check-input[type=checkbox]:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, 1);
    border-color: rgba(63, 72, 101, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, 1);
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity, 1));
}
.form-check-input[type=checkbox]:before {
    content: "";
    transition: all 0.2s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 80%;
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
    opacity: 0;
  }
.form-check-input[type=checkbox]:checked{
    --tw-border-opacity: 1;
    border-color: rgba(20, 46, 113, 1);
    border-color: rgba(20, 46, 113, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(20, 46, 113, 1);
    background-color: rgba(20, 46, 113, var(--tw-bg-opacity, 1));
}
.form-check-input[type=checkbox]:checked:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(20, 46, 113, 1);
    border-color: rgba(20, 46, 113, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(20, 46, 113, 1);
    background-color: rgba(20, 46, 113, var(--tw-bg-opacity, 1));
}
.form-check-input[type=checkbox]:checked:before{
    opacity: 1;
}
.form-check-switch {
    width: 38px;
    height: 24px;
    padding: 1px;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    background-image: none;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
.form-check-switch:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, 1);
    border-color: rgba(63, 72, 101, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, 1);
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity, 1));
}
.form-check-switch:before {
    content: "";
    width: 22px;
    height: 22px;
    transition: all 0.2s ease-in-out;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 9999px;
  }
.form-check-switch:where(.dark, .dark *):before{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, 1);
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity, 1));
}
.form-check-switch:checked{
    --tw-border-opacity: 1;
    border-color: rgba(20, 46, 113, 1);
    border-color: rgba(20, 46, 113, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(20, 46, 113, 1);
    background-color: rgba(20, 46, 113, var(--tw-bg-opacity, 1));
}
.form-check-switch:checked:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 96, 216, 1);
    background-color: rgba(49, 96, 216, var(--tw-bg-opacity, 1));
}
.form-check-switch:checked::before {
    margin-left: 13px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  }
.form-control{
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.375rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.form-control::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity, 1));
}
.form-control::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity, 1));
}
.form-control{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.form-control:where(.dark, .dark *){
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.form-control:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.form-control:disabled, .form-control[readonly]{
    cursor: not-allowed;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.form-control:disabled:where(.dark, .dark *), .form-control[readonly]:where(.dark, .dark *){
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.form-control-sm{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
}
.form-inline .form-label{
    margin-bottom: 0px;
    margin-right: 1.25rem;
    text-align: right;
}
@media (max-width: 639px) {
    .form-inline .form-label{
        margin-bottom: 0.5rem;
        margin-right: 0px;
        text-align: left;
    }
  }
.form-inline .form-control{
    flex: 1 1 0%;
}
.form-label{
    margin-bottom: 0.5rem;
    display: inline-block;
}
.form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(74, 85, 104)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-size: 18px;
    background-position: center right 0.6rem;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.375rem;
    border-width: 1px;
    background-repeat: no-repeat;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 2rem;
  }
.form-select::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity, 1));
}
.form-select::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity, 1));
}
.form-select{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.form-select:where(.dark, .dark *){
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.form-select:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.form-select:disabled, .form-select[readonly]{
    cursor: not-allowed;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.form-select-sm{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 2rem;
    font-size: 0.75rem;
    line-height: 1rem;
}
.image-fit{
    position: relative;
}
.image-fit > img{
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.input-group{
    display: flex;
}
.input-group .input-group-text{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.input-group .input-group-text:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, 1);
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity, 1));
}
.input-group > .input-group-text,
  .input-group > .form-control{
    border-radius: 0px;
}
.input-group > .input-group-text:not(:first-child),
  .input-group > .form-control:not(:first-child) {
    border-left-color: transparent;
  }
.input-group > .input-group-text:first-child,
  .input-group > .form-control:first-child{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.input-group > .input-group-text:last-child,
  .input-group > .form-control:last-child{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.input-group > .form-control{
    z-index: 10;
}
* > .intro-x:nth-child(1) {
    z-index: 49;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.1s;
  }
* > .-intro-x:nth-child(1) {
    z-index: 49;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.1s;
  }
* > .intro-y:nth-child(1) {
    z-index: 49;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.1s;
  }
* > .intro-x:nth-child(2) {
    z-index: 48;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
  }
* > .-intro-x:nth-child(2) {
    z-index: 48;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
  }
* > .intro-y:nth-child(2) {
    z-index: 48;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
  }
* > .intro-x:nth-child(3) {
    z-index: 47;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
  }
* > .-intro-x:nth-child(3) {
    z-index: 47;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
  }
* > .intro-y:nth-child(3) {
    z-index: 47;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
  }
* > .intro-x:nth-child(4) {
    z-index: 46;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
  }
* > .-intro-x:nth-child(4) {
    z-index: 46;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
  }
* > .intro-y:nth-child(4) {
    z-index: 46;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
  }
* > .intro-x:nth-child(5) {
    z-index: 45;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
  }
* > .-intro-x:nth-child(5) {
    z-index: 45;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
  }
* > .intro-y:nth-child(5) {
    z-index: 45;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
  }
* > .intro-x:nth-child(6) {
    z-index: 44;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
  }
* > .-intro-x:nth-child(6) {
    z-index: 44;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
  }
* > .intro-y:nth-child(6) {
    z-index: 44;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
  }
* > .intro-x:nth-child(7) {
    z-index: 43;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
  }
* > .-intro-x:nth-child(7) {
    z-index: 43;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
  }
* > .intro-y:nth-child(7) {
    z-index: 43;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
  }
* > .intro-x:nth-child(8) {
    z-index: 42;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
  }
* > .-intro-x:nth-child(8) {
    z-index: 42;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
  }
* > .intro-y:nth-child(8) {
    z-index: 42;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
  }
* > .intro-x:nth-child(9) {
    z-index: 41;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.9s;
  }
* > .-intro-x:nth-child(9) {
    z-index: 41;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.9s;
  }
* > .intro-y:nth-child(9) {
    z-index: 41;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.9s;
  }
* > .intro-x:nth-child(10) {
    z-index: 40;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
  }
* > .-intro-x:nth-child(10) {
    z-index: 40;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
  }
* > .intro-y:nth-child(10) {
    z-index: 40;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
  }
* > .intro-x:nth-child(11) {
    z-index: 39;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.1s;
  }
* > .-intro-x:nth-child(11) {
    z-index: 39;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.1s;
  }
* > .intro-y:nth-child(11) {
    z-index: 39;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.1s;
  }
* > .intro-x:nth-child(12) {
    z-index: 38;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
  }
* > .-intro-x:nth-child(12) {
    z-index: 38;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
  }
* > .intro-y:nth-child(12) {
    z-index: 38;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
  }
* > .intro-x:nth-child(13) {
    z-index: 37;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.3s;
  }
* > .-intro-x:nth-child(13) {
    z-index: 37;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.3s;
  }
* > .intro-y:nth-child(13) {
    z-index: 37;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.3s;
  }
* > .intro-x:nth-child(14) {
    z-index: 36;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.4s;
  }
* > .-intro-x:nth-child(14) {
    z-index: 36;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.4s;
  }
* > .intro-y:nth-child(14) {
    z-index: 36;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.4s;
  }
* > .intro-x:nth-child(15) {
    z-index: 35;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
  }
* > .-intro-x:nth-child(15) {
    z-index: 35;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
  }
* > .intro-y:nth-child(15) {
    z-index: 35;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
  }
* > .intro-x:nth-child(16) {
    z-index: 34;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.6s;
  }
* > .-intro-x:nth-child(16) {
    z-index: 34;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.6s;
  }
* > .intro-y:nth-child(16) {
    z-index: 34;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.6s;
  }
* > .intro-x:nth-child(17) {
    z-index: 33;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.7s;
  }
* > .-intro-x:nth-child(17) {
    z-index: 33;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.7s;
  }
* > .intro-y:nth-child(17) {
    z-index: 33;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.7s;
  }
* > .intro-x:nth-child(18) {
    z-index: 32;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.8s;
  }
* > .-intro-x:nth-child(18) {
    z-index: 32;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.8s;
  }
* > .intro-y:nth-child(18) {
    z-index: 32;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.8s;
  }
* > .intro-x:nth-child(19) {
    z-index: 31;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.9s;
  }
* > .-intro-x:nth-child(19) {
    z-index: 31;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.9s;
  }
* > .intro-y:nth-child(19) {
    z-index: 31;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.9s;
  }
* > .intro-x:nth-child(20) {
    z-index: 30;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2s;
  }
* > .-intro-x:nth-child(20) {
    z-index: 30;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2s;
  }
* > .intro-y:nth-child(20) {
    z-index: 30;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2s;
  }
* > .intro-x:nth-child(21) {
    z-index: 29;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.1s;
  }
* > .-intro-x:nth-child(21) {
    z-index: 29;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.1s;
  }
* > .intro-y:nth-child(21) {
    z-index: 29;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.1s;
  }
* > .intro-x:nth-child(22) {
    z-index: 28;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.2s;
  }
* > .-intro-x:nth-child(22) {
    z-index: 28;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.2s;
  }
* > .intro-y:nth-child(22) {
    z-index: 28;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.2s;
  }
* > .intro-x:nth-child(23) {
    z-index: 27;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.3s;
  }
* > .-intro-x:nth-child(23) {
    z-index: 27;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.3s;
  }
* > .intro-y:nth-child(23) {
    z-index: 27;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.3s;
  }
* > .intro-x:nth-child(24) {
    z-index: 26;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.4s;
  }
* > .-intro-x:nth-child(24) {
    z-index: 26;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.4s;
  }
* > .intro-y:nth-child(24) {
    z-index: 26;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.4s;
  }
* > .intro-x:nth-child(25) {
    z-index: 25;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
  }
* > .-intro-x:nth-child(25) {
    z-index: 25;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
  }
* > .intro-y:nth-child(25) {
    z-index: 25;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
  }
* > .intro-x:nth-child(26) {
    z-index: 24;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.6s;
  }
* > .-intro-x:nth-child(26) {
    z-index: 24;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.6s;
  }
* > .intro-y:nth-child(26) {
    z-index: 24;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.6s;
  }
* > .intro-x:nth-child(27) {
    z-index: 23;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.7s;
  }
* > .-intro-x:nth-child(27) {
    z-index: 23;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.7s;
  }
* > .intro-y:nth-child(27) {
    z-index: 23;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.7s;
  }
* > .intro-x:nth-child(28) {
    z-index: 22;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.8s;
  }
* > .-intro-x:nth-child(28) {
    z-index: 22;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.8s;
  }
* > .intro-y:nth-child(28) {
    z-index: 22;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.8s;
  }
* > .intro-x:nth-child(29) {
    z-index: 21;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.9s;
  }
* > .-intro-x:nth-child(29) {
    z-index: 21;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.9s;
  }
* > .intro-y:nth-child(29) {
    z-index: 21;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.9s;
  }
* > .intro-x:nth-child(30) {
    z-index: 20;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3s;
  }
* > .-intro-x:nth-child(30) {
    z-index: 20;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3s;
  }
* > .intro-y:nth-child(30) {
    z-index: 20;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3s;
  }
* > .intro-x:nth-child(31) {
    z-index: 19;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.1s;
  }
* > .-intro-x:nth-child(31) {
    z-index: 19;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.1s;
  }
* > .intro-y:nth-child(31) {
    z-index: 19;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.1s;
  }
* > .intro-x:nth-child(32) {
    z-index: 18;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.2s;
  }
* > .-intro-x:nth-child(32) {
    z-index: 18;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.2s;
  }
* > .intro-y:nth-child(32) {
    z-index: 18;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.2s;
  }
* > .intro-x:nth-child(33) {
    z-index: 17;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.3s;
  }
* > .-intro-x:nth-child(33) {
    z-index: 17;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.3s;
  }
* > .intro-y:nth-child(33) {
    z-index: 17;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.3s;
  }
* > .intro-x:nth-child(34) {
    z-index: 16;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.4s;
  }
* > .-intro-x:nth-child(34) {
    z-index: 16;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.4s;
  }
* > .intro-y:nth-child(34) {
    z-index: 16;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.4s;
  }
* > .intro-x:nth-child(35) {
    z-index: 15;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.5s;
  }
* > .-intro-x:nth-child(35) {
    z-index: 15;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.5s;
  }
* > .intro-y:nth-child(35) {
    z-index: 15;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.5s;
  }
* > .intro-x:nth-child(36) {
    z-index: 14;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.6s;
  }
* > .-intro-x:nth-child(36) {
    z-index: 14;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.6s;
  }
* > .intro-y:nth-child(36) {
    z-index: 14;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.6s;
  }
* > .intro-x:nth-child(37) {
    z-index: 13;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.7s;
  }
* > .-intro-x:nth-child(37) {
    z-index: 13;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.7s;
  }
* > .intro-y:nth-child(37) {
    z-index: 13;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.7s;
  }
* > .intro-x:nth-child(38) {
    z-index: 12;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.8s;
  }
* > .-intro-x:nth-child(38) {
    z-index: 12;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.8s;
  }
* > .intro-y:nth-child(38) {
    z-index: 12;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.8s;
  }
* > .intro-x:nth-child(39) {
    z-index: 11;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.9s;
  }
* > .-intro-x:nth-child(39) {
    z-index: 11;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.9s;
  }
* > .intro-y:nth-child(39) {
    z-index: 11;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.9s;
  }
* > .intro-x:nth-child(40) {
    z-index: 10;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4s;
  }
* > .-intro-x:nth-child(40) {
    z-index: 10;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4s;
  }
* > .intro-y:nth-child(40) {
    z-index: 10;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4s;
  }
* > .intro-x:nth-child(41) {
    z-index: 9;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.1s;
  }
* > .-intro-x:nth-child(41) {
    z-index: 9;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.1s;
  }
* > .intro-y:nth-child(41) {
    z-index: 9;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.1s;
  }
* > .intro-x:nth-child(42) {
    z-index: 8;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.2s;
  }
* > .-intro-x:nth-child(42) {
    z-index: 8;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.2s;
  }
* > .intro-y:nth-child(42) {
    z-index: 8;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.2s;
  }
* > .intro-x:nth-child(43) {
    z-index: 7;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.3s;
  }
* > .-intro-x:nth-child(43) {
    z-index: 7;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.3s;
  }
* > .intro-y:nth-child(43) {
    z-index: 7;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.3s;
  }
* > .intro-x:nth-child(44) {
    z-index: 6;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.4s;
  }
* > .-intro-x:nth-child(44) {
    z-index: 6;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.4s;
  }
* > .intro-y:nth-child(44) {
    z-index: 6;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.4s;
  }
* > .intro-x:nth-child(45) {
    z-index: 5;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.5s;
  }
* > .-intro-x:nth-child(45) {
    z-index: 5;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.5s;
  }
* > .intro-y:nth-child(45) {
    z-index: 5;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.5s;
  }
* > .intro-x:nth-child(46) {
    z-index: 4;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.6s;
  }
* > .-intro-x:nth-child(46) {
    z-index: 4;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.6s;
  }
* > .intro-y:nth-child(46) {
    z-index: 4;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.6s;
  }
* > .intro-x:nth-child(47) {
    z-index: 3;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.7s;
  }
* > .-intro-x:nth-child(47) {
    z-index: 3;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.7s;
  }
* > .intro-y:nth-child(47) {
    z-index: 3;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.7s;
  }
* > .intro-x:nth-child(48) {
    z-index: 2;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.8s;
  }
* > .-intro-x:nth-child(48) {
    z-index: 2;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.8s;
  }
* > .intro-y:nth-child(48) {
    z-index: 2;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.8s;
  }
* > .intro-x:nth-child(49) {
    z-index: 1;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.9s;
  }
* > .-intro-x:nth-child(49) {
    z-index: 1;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.9s;
  }
* > .intro-y:nth-child(49) {
    z-index: 1;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.9s;
  }
* > .intro-x:nth-child(50) {
    z-index: 0;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 5s;
  }
* > .-intro-x:nth-child(50) {
    z-index: 0;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 5s;
  }
* > .intro-y:nth-child(50) {
    z-index: 0;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 5s;
  }
@keyframes intro-x-animation {
    100%{
        opacity: 1;
      transform: translateX(0px);
    }
  }
@keyframes intro-y-animation {
    100%{
        opacity: 1;
      transform: translateY(0px);
    }
  }
.modal {
    margin-top: -10000px;
    margin-left: -10000px;
    background: rgba(0, 0, 0, 0.6509803922);
    transition: visibility 0s linear 0.2s, opacity 0.2s 0s;
    visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    width: 100vw;
    opacity: 0;
  }
.modal.modal-overlap {
    background: rgba(0, 0, 0, 0.6509803922);
  }
.modal.modal-static .modal-content {
    animation: modal-static-backdrop 0.3s infinite;
    animation-direction: alternate;
  }
.modal.show {
    transition: visibility 0s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
  }
.modal.show > .modal-dialog{
    margin-top: 4rem;
}
.modal .modal-dialog {
    width: 90%;
    transition: margin-top 0.4s;
    margin-left: auto;
    margin-right: auto;
    margin-top: -4rem;
    margin-bottom: 4rem;
  }
@media (min-width: 640px) {
    .modal .modal-dialog {
      width: 460px;
    }
    .modal .modal-dialog.modal-sm {
      width: 300px;
    }
    .modal .modal-dialog.modal-lg {
      width: 600px;
    }
    .modal .modal-dialog.modal-xl {
      width: 600px;
    }
  }
@media (min-width: 1024px) {
    .modal .modal-dialog.modal-xl {
      width: 900px;
    }
  }
.modal .modal-dialog .modal-content{
    position: relative;
}
.modal .modal-dialog .modal-content > [data-dismiss=modal]{
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 0.75rem;
    margin-right: 0.75rem;
}
.modal.modal-slide-over{
    overflow-x: hidden;
}
.modal.modal-slide-over.modal-static .modal-content{
    animation: none;
}
.modal.modal-slide-over.show {
    transition: visibility 0s ease-in-out 0s, opacity 0.6s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
  }
.modal.modal-slide-over.show > .modal-dialog{
    margin-right: 0px;
}
@media (max-width: 639px) {
    .modal.modal-slide-over.show > .modal-dialog .modal-content > [data-dismiss=modal]{
        margin-left: -2.5rem;
    }
  }
.modal.modal-slide-over .modal-dialog {
    margin-right: -100%;
    transition: margin-right 0.6s;
    margin-top: 0px;
    margin-bottom: 0px;
  }
.modal.modal-slide-over .modal-dialog .modal-content{
    min-height: 100vh;
    border-radius: 0px;
}
.modal.modal-slide-over .modal-dialog .modal-content > [data-dismiss=modal]{
    position: absolute;
    top: 0px;
    left: 0px;
    right: auto;
    margin-top: 1rem;
    margin-left: -3rem;
}
.modal-content{
    position: relative;
    width: 100%;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.modal-content:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, 1);
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity, 1));
}
.modal-header{
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.modal-header:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, 1);
    border-color: rgba(63, 72, 101, var(--tw-border-opacity, 1));
}
.modal-body{
    padding: 1.25rem;
}
.modal-footer{
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: right;
}
.modal-footer:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, 1);
    border-color: rgba(63, 72, 101, var(--tw-border-opacity, 1));
}
@keyframes modal-static-backdrop {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.05);
    }
  }
.nav{
    display: flex;
}
.nav.nav-tabs .active{
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(20, 46, 113, 1);
    border-color: rgba(20, 46, 113, var(--tw-border-opacity, 1));
    font-weight: 500;
}
.tab-content .tab-pane {
    top: -9999px;
    left: -9999px;
    transition: visibility 0s linear 0.6s, opacity 0.6s 0s;
    visibility: hidden;
    position: absolute;
    opacity: 0;
  }
.tab-content .tab-pane.active {
    transition: visibility 0s linear 0s, opacity 0.6s 0s;
    visibility: visible;
    position: static;
    opacity: 1;
  }
.table{
    width: 100%;
    text-align: left;
}
.table th{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 500;
}
.table td{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.table.table--sm th{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.table.table--sm td{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
@keyframes type-animation {
    50%{
        opacity: 1;
    }
  }
.zoom-in{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    cursor: pointer;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.zoom-in:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.box {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0431372549);
    position: relative;
    border-radius: 0.375rem;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  }
.box:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, 1);
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity, 1));
}
.table-report:not(.table-report--bordered):not(.table-report--tabulator) {
    border-spacing: 0 10px;
    border-collapse: separate;
  }
.table-report:not(.table-report--bordered):not(.table-report--tabulator) td{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.table-report:not(.table-report--bordered):not(.table-report--tabulator) td:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, 1);
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity, 1));
}
.table-report:not(.table-report--bordered):not(.table-report--tabulator) td {
    box-shadow: 20px 3px 20px rgba(0, 0, 0, 0.0431372549);
  }
.table-report:not(.table-report--bordered):not(.table-report--tabulator) td:first-child{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.table-report:not(.table-report--bordered):not(.table-report--tabulator) td:last-child{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action{
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
.table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin-top: auto;
    margin-bottom: auto;
    height: 2rem;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
  }
.table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action:where(.dark, .dark *):before{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, 1);
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity, 1));
}
.table-report:not(.table-report--bordered):not(.table-report--tabulator).table-report--alternative td{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.table-report:not(.table-report--bordered):not(.table-report--tabulator).table-report--alternative td:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, 1);
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity, 1));
}
.table-report img {
    box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.32);
  }
.table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(3) .tabulator-col-content .tabulator-col-title, .table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(4) .tabulator-col-content .tabulator-col-title, .table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(5) .tabulator-col-content .tabulator-col-title, .table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(6) .tabulator-col-content .tabulator-col-title{
    text-align: center;
}
.dark .table-report img {
    box-shadow: 0px 0px 0px 2px #3f4865, 1px 1px 5px rgba(0, 0, 0, 0.32);
  }
.tabulator-alert {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1333333333);
    text-align: center;
  }
.tabulator-alert .tabulator-alert-msg {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 10px;
    background: #fff;
    font-weight: 700;
    font-size: 16px;
  }
.tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {
    border: 4px solid #333;
    color: #000;
  }
.tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {
    border: 4px solid #D00;
    color: #590000;
  }
.report-timeline:before {
    content: "";
    height: 85%;
    position: absolute;
    margin-left: 1.25rem;
    margin-top: 1.25rem;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(226, 235, 242, 1);
    background-color: rgba(226, 235, 242, var(--tw-bg-opacity, 1));
  }
.report-timeline:where(.dark, .dark *):before{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, 1);
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity, 1));
}
.report-timeline .report-timeline__image:before {
    content: "";
    position: absolute;
    margin-top: 1.25rem;
    margin-left: 1.25rem;
    height: 1px;
    width: 5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(226, 235, 242, 1);
    background-color: rgba(226, 235, 242, var(--tw-bg-opacity, 1));
  }
.report-timeline .report-timeline__image:where(.dark, .dark *):before{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, 1);
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity, 1));
}
.dark .report-chart:before {
    background: linear-gradient(to right, #313b56, #313b56, transparent);
  }
.dark .report-chart:after {
    background: linear-gradient(to right, transparent, #313b56, #313b56);
  }
.search{
    position: relative;
}
.search .search__input{
    width: 14rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(209, 223, 234, 1);
    background-color: rgba(209, 223, 234, var(--tw-bg-opacity, 1));
    padding-right: 2rem;
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.search .search__input:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, 1);
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity, 1));
}
.search .search__icon{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0.75rem;
    height: 1.25rem;
    width: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(54, 90, 116, 1);
    color: rgba(54, 90, 116, var(--tw-text-opacity, 1));
}
.notification{
    position: relative;
    --tw-text-opacity: 1;
    color: rgba(150, 165, 208, 1);
    color: rgba(150, 165, 208, var(--tw-text-opacity, 1));
}
.notification .notification__icon{
    height: 1.25rem;
    width: 1.25rem;
}
.notification.notification--bullet:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(211, 41, 41, 1);
    background-color: rgba(211, 41, 41, var(--tw-bg-opacity, 1));
  }
.dark .report-box:before {
    background: #2d3650;
  }
.report-box-2{
    position: relative;
}
.report-box-2:before {
    content: "";
    width: 90%;
    background: #f9fafc;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0431372549);
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
    height: 100%;
    border-radius: 0.375rem;
  }
.report-box-2 .report-box-2__indicator {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0.75rem;
    margin-right: auto;
    display: flex;
    align-items: center;
    border-radius: 9999px;
    padding-left: 0.5rem;
    padding-right: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  }
.dark .report-box-2:before {
    background: #2d3650;
  }
.content {
    padding: 0px 22px;
    border-radius: 1.3rem;
    min-height: 100vh;
    min-width: 0px;
    flex: 1 1 0%;
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, 1);
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity, 1));
    padding-bottom: 2.5rem;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }
.content:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, 1);
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity, 1));
}
@media (max-width: 767px) {
    .content{
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
  }
.content:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
  }
@keyframes intro-top-menu-animation {
    100%{
        opacity: 1;
      transform: translateY(0px);
    }
  }
@keyframes intro-active-top-menu-animation {
    100%{
        z-index: 10;
    }
  }
@keyframes active-top-menu-chevron-animation {
    100% {
      margin-bottom: -57px;
      opacity: 1;
    }
  }
.dark .top-nav > ul > li > .top-menu.top-menu--active:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='80' viewBox='0 0 20 122.1'%3E%3Cpath data-name='Union 1' d='M16.038 122H16v-2.213a95.805 95.805 0 00-2.886-20.735 94.894 94.894 0 00-7.783-20.434A39.039 39.039 0 010 61.051a39.035 39.035 0 015.331-17.567 94.9 94.9 0 007.783-20.435A95.746 95.746 0 0016 2.314V0h4v122h-3.961v.1l-.001-.1z' fill='%23293145'/%3E%3C/svg%3E");
  }
.dark .top-nav > ul > li ul {
    background: rgba(24, 31, 41, 0.9019607843);
  }
.side-nav {
    width: 250px;
    overflow-x: hidden;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
    --tw-text-opacity: 1;
    color: rgba(140, 157, 202, 1);
    color: rgba(140, 157, 202, var(--tw-text-opacity, 1));
  }
.side-nav:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
@media (max-width: 1279px) {
    .side-nav {
      width: 105px;
    }
  }
@media (max-width: 767px) {
    .side-nav{
        display: none;
    }
  }
.side-nav.side-nav--simple {
    width: 105px;
  }
.side-nav.side-nav--simple .side-menu .side-menu__title{
    display: none;
}
.side-nav.side-nav--simple .side-menu .side-menu__title .side-menu__sub-icon{
    display: none;
}
.side-nav.side-nav--simple .side-menu:not(.side-menu--active) .side-menu__icon:before{
    display: none;
}
.side-nav .side-nav__devider{
    position: relative;
    z-index: 10;
    height: 1px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(16, 40, 103, 1);
    background-color: rgba(16, 40, 103, var(--tw-bg-opacity, 1));
}
.side-nav .side-nav__devider:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, 1);
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity, 1));
}
.side-nav .side-menu {
    height: 32px;
  }
.side-nav .side-menu .side-menu__icon svg{
    height: 1rem;
    width: 1rem;
}
.side-nav .side-menu{
    position: relative;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    padding-left: 1.25rem;
}
.side-nav .side-menu .side-menu__title{
    margin-left: 0.75rem;
    display: flex;
    width: 100%;
    align-items: center;
}
.side-nav .side-menu .side-menu__title .side-menu__sub-icon{
    margin-left: auto;
    margin-right: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.side-nav .side-menu .side-menu__title .side-menu__sub-icon svg{
    height: 0.75rem;
    width: 0.75rem;
}
@media (max-width: 1279px) {
    .side-nav .side-menu .side-menu__title .side-menu__sub-icon{
        display: none;
    }
    .side-nav .side-menu .side-menu__title{
        display: none;
    }
  }
.side-nav > ul ul{
    display: none;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(16, 39, 101, 1);
    background-color: rgba(16, 39, 101, var(--tw-bg-opacity, 1));
}
.side-nav > ul ul:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 37, 51, 1);
    background-color: rgba(30, 37, 51, var(--tw-bg-opacity, 1));
}
.side-nav > ul ul.side-menu__sub-open{
    display: block;
}
.side-nav > ul ul .side-menu__icon:before{
    display: none;
}
.side-nav > ul ul li a.side-menu--active .side-menu__icon{
    --tw-text-opacity: 1;
    color: rgba(178, 190, 222, 1);
    color: rgba(178, 190, 222, var(--tw-text-opacity, 1));
}
.side-nav > ul ul li a.side-menu--active .side-menu__title{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(178, 190, 222, 1);
    color: rgba(178, 190, 222, var(--tw-text-opacity, 1));
}
.side-nav > ul ul ul{
    display: none;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(23, 47, 113, 1);
    background-color: rgba(23, 47, 113, var(--tw-bg-opacity, 1));
}
.side-nav > ul ul ul:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(24, 31, 41, 1);
    background-color: rgba(24, 31, 41, var(--tw-bg-opacity, 1));
}
.side-nav > ul > li > .side-menu.side-menu--active {
    border-bottom-width: 3px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(14, 37, 97, 1);
    border-color: rgba(14, 37, 97, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(20, 46, 113, 1);
    background-color: rgba(20, 46, 113, var(--tw-bg-opacity, 1));
  }
.side-nav > ul > li > .side-menu.side-menu--active:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(35, 42, 59, 1);
    border-color: rgba(35, 42, 59, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, 1);
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.side-nav > ul > li > .side-menu.side-menu--active:before {
    content: "";
    width: 20px;
    height: 80px;
    margin-right: -47px;
    animation: 0.3s active-side-menu-chevron-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='80' viewBox='0 0 20 122.1'%3E%3Cpath data-name='Union 1' d='M16.038 122H16v-2.213a95.805 95.805 0 00-2.886-20.735 94.894 94.894 0 00-7.783-20.434A39.039 39.039 0 010 61.051a39.035 39.035 0 015.331-17.567 94.9 94.9 0 007.783-20.435A95.746 95.746 0 0016 2.314V0h4v122h-3.961v.1l-.001-.1z' fill='%23f1f5f8'/%3E%3C/svg%3E");
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
  }
.side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon{
    --tw-text-opacity: 1;
    color: rgba(178, 190, 222, 1);
    color: rgba(178, 190, 222, var(--tw-text-opacity, 1));
}
.side-nav > ul > li > .side-menu.side-menu--active .side-menu__title{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(178, 190, 222, 1);
    color: rgba(178, 190, 222, var(--tw-text-opacity, 1));
}
.side-nav > ul > li > .side-menu:hover:not(.side-menu--active):not(.side-menu--open){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 39, 101, 1);
    background-color: rgba(16, 39, 101, var(--tw-bg-opacity, 1));
}
.side-nav > ul > li > .side-menu:hover:not(.side-menu--active):not(.side-menu--open):where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 37, 51, 1);
    background-color: rgba(30, 37, 51, var(--tw-bg-opacity, 1));
}
@keyframes active-side-menu-chevron-animation {
    100% {
      margin-right: -27px;
      opacity: 1;
    }
  }
.dark .side-nav > ul > li > .side-menu.side-menu--active:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='80' viewBox='0 0 20 122.1'%3E%3Cpath data-name='Union 1' d='M16.038 122H16v-2.213a95.805 95.805 0 00-2.886-20.735 94.894 94.894 0 00-7.783-20.434A39.039 39.039 0 010 61.051a39.035 39.035 0 015.331-17.567 94.9 94.9 0 007.783-20.435A95.746 95.746 0 0016 2.314V0h4v122h-3.961v.1l-.001-.1z' fill='%23293145'/%3E%3C/svg%3E");
  }
.breadcrumb{
    margin-left: 2.5rem;
    display: flex;
    height: 100%;
    align-items: center;
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(45, 66, 123, 1);
    border-color: rgba(45, 66, 123, var(--tw-border-opacity, 1));
    padding-left: 2.5rem;
    --tw-text-opacity: 1;
    color: rgba(162, 175, 213, 1);
    color: rgba(162, 175, 213, var(--tw-text-opacity, 1));
}
.breadcrumb:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(49, 58, 85, 1);
    border-color: rgba(49, 58, 85, var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(140, 157, 202, 1);
    color: rgba(140, 157, 202, var(--tw-text-opacity, 1));
}
@media (max-width: 767px) {
    .breadcrumb{
        margin-left: 0px;
        border-left-width: 0px;
        padding-left: 0px;
    }
  }
.breadcrumb .breadcrumb__icon {
    width: 14px;
    height: 14px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
.breadcrumb .breadcrumb--active{
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(198, 212, 253, 1);
    color: rgba(198, 212, 253, var(--tw-text-opacity, 1));
}
.breadcrumb .breadcrumb--active:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.feather {
    width: 24px;
    height: 24px;
    display: inline-block;
    stroke-width: 1.5;
  }
.boxed-tabs a.active{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 46, 113, 1);
    background-color: rgba(20, 46, 113, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.boxed-tabs a.active:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(32, 63, 144, 1);
    background-color: rgba(32, 63, 144, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.chat-dropdown .chat-dropdown__box .chat-dropdown__box__tabs a.active{
    border-bottom-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, 1);
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.chat-dropdown .chat-dropdown__box .chat-dropdown__box__tabs a.active:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, 1);
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity, 1));
}
.notification-content {
    width: 350px;
  }
@media (max-width: 639px) {
    .notification-content {
      width: 280px;
    }
  }
.notification-content .notification-content__title{
    margin-bottom: 1.25rem;
    font-weight: 500;
}
.notification-content .notification-content__box{
    padding: 1.25rem;
}
.pos .pos__tabs a.active{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 46, 113, 1);
    background-color: rgba(20, 46, 113, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.post .post__tabs a{
    border-bottom-width: 0px;
}
.post .post__tabs a.active{
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(20, 46, 113, 1);
    color: rgba(20, 46, 113, var(--tw-text-opacity, 1));
}
.post .post__tabs a.active:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, 1);
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.pointer-events-none{
    pointer-events: none;
}
.visible{
    visibility: visible;
}
.invisible{
    visibility: hidden;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.inset-y-0{
    top: 0px;
    bottom: 0px;
}
.bottom-0{
    bottom: 0px;
}
.bottom-4{
    bottom: 1rem;
}
.left-0{
    left: 0px;
}
.right-0{
    right: 0px;
}
.right-4{
    right: 1rem;
}
.top-0{
    top: 0px;
}
.top-full{
    top: 100%;
}
.z-0{
    z-index: 0;
}
.z-10{
    z-index: 10;
}
.col-span-1{
    grid-column: span 1 / span 1;
}
.col-span-12{
    grid-column: span 12 / span 12;
}
.col-span-2{
    grid-column: span 2 / span 2;
}
.col-span-3{
    grid-column: span 3 / span 3;
}
.col-span-6{
    grid-column: span 6 / span 6;
}
.col-span-full{
    grid-column: 1 / -1;
}
.col-start-1{
    grid-column-start: 1;
}
.-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
}
.my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-auto{
    margin-top: auto;
    margin-bottom: auto;
}
.-mb-1\.5{
    margin-bottom: -0.375rem;
}
.-mb-10{
    margin-bottom: -2.5rem;
}
.-mb-6{
    margin-bottom: -1.5rem;
}
.-ml-2\.5{
    margin-left: -0.625rem;
}
.-ml-px{
    margin-left: -1px;
}
.-mt-6{
    margin-top: -1.5rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-auto{
    margin-bottom: auto;
}
.ml-0{
    margin-left: 0px;
}
.ml-0\.5{
    margin-left: 0.125rem;
}
.ml-2{
    margin-left: 0.5rem;
}
.ml-3{
    margin-left: 0.75rem;
}
.ml-4{
    margin-left: 1rem;
}
.ml-5{
    margin-left: 1.25rem;
}
.ml-auto{
    margin-left: auto;
}
.mr-1{
    margin-right: 0.25rem;
}
.mr-2{
    margin-right: 0.5rem;
}
.mr-3{
    margin-right: 0.75rem;
}
.mr-4{
    margin-right: 1rem;
}
.mr-5{
    margin-right: 1.25rem;
}
.mr-auto{
    margin-right: auto;
}
.mt-0\.5{
    margin-top: 0.125rem;
}
.mt-1{
    margin-top: 0.25rem;
}
.mt-1\.5{
    margin-top: 0.375rem;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-12{
    margin-top: 3rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-5{
    margin-top: 1.25rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-auto{
    margin-top: auto;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.table{
    display: table;
}
.table-row-group{
    display: table-row-group;
}
.table-row{
    display: table-row;
}
.grid{
    display: grid;
}
.contents{
    display: contents;
}
.list-item{
    display: list-item;
}
.hidden{
    display: none;
}
.h-1{
    height: 0.25rem;
}
.h-10{
    height: 2.5rem;
}
.h-12{
    height: 3rem;
}
.h-16{
    height: 4rem;
}
.h-2{
    height: 0.5rem;
}
.h-20{
    height: 5rem;
}
.h-24{
    height: 6rem;
}
.h-3{
    height: 0.75rem;
}
.h-4{
    height: 1rem;
}
.h-40{
    height: 10rem;
}
.h-48{
    height: 12rem;
}
.h-5{
    height: 1.25rem;
}
.h-8{
    height: 2rem;
}
.h-96{
    height: 24rem;
}
.h-full{
    height: 100%;
}
.h-px{
    height: 1px;
}
.h-screen{
    height: 100vh;
}
.min-h-24{
    min-height: 6rem;
}
.min-h-screen{
    min-height: 100vh;
}
.\!w-full{
    width: 100% !important;
}
.w-10{
    width: 2.5rem;
}
.w-12{
    width: 3rem;
}
.w-16{
    width: 4rem;
}
.w-2{
    width: 0.5rem;
}
.w-20{
    width: 5rem;
}
.w-24{
    width: 6rem;
}
.w-3{
    width: 0.75rem;
}
.w-32{
    width: 8rem;
}
.w-36{
    width: 9rem;
}
.w-4{
    width: 1rem;
}
.w-4\/5{
    width: 80%;
}
.w-40{
    width: 10rem;
}
.w-48{
    width: 12rem;
}
.w-5{
    width: 1.25rem;
}
.w-5\/6{
    width: 83.333333%;
}
.w-52{
    width: 13rem;
}
.w-56{
    width: 14rem;
}
.w-6{
    width: 1.5rem;
}
.w-6\/12{
    width: 50%;
}
.w-64{
    width: 16rem;
}
.w-72{
    width: 18rem;
}
.w-8{
    width: 2rem;
}
.w-80{
    width: 20rem;
}
.w-96{
    width: 24rem;
}
.w-auto{
    width: auto;
}
.w-full{
    width: 100%;
}
.min-w-0{
    min-width: 0px;
}
.min-w-full{
    min-width: 100%;
}
.max-w-48{
    max-width: 12rem;
}
.max-w-screen-sm{
    max-width: 640px;
}
.max-w-xl{
    max-width: 36rem;
}
.flex-1{
    flex: 1 1 0%;
}
.flex-auto{
    flex: 1 1 auto;
}
.flex-none{
    flex: none;
}
.flex-shrink{
    flex-shrink: 1;
}
.flex-grow-0{
    flex-grow: 0;
}
.-rotate-90{
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!cursor-pointer{
    cursor: pointer !important;
}
.cursor-default{
    cursor: default;
}
.cursor-not-allowed{
    cursor: not-allowed;
}
.cursor-pointer{
    cursor: pointer;
}
.select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.resize{
    resize: both;
}
.grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
    flex-direction: row;
}
.flex-col{
    flex-direction: column;
}
.flex-col-reverse{
    flex-direction: column-reverse;
}
.flex-wrap{
    flex-wrap: wrap;
}
.content-center{
    align-content: center;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.justify-start{
    justify-content: flex-start;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-0{
    gap: 0px;
}
.gap-1{
    gap: 0.25rem;
}
.gap-2{
    gap: 0.5rem;
}
.gap-3{
    gap: 0.75rem;
}
.gap-4{
    gap: 1rem;
}
.gap-5{
    gap: 1.25rem;
}
.gap-6{
    gap: 1.5rem;
}
.gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}
.gap-y-3{
    row-gap: 0.75rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * (1 - 0));
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.5rem * calc(1 - 0));
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * 0);
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - 0));
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.75rem * calc(1 - 0));
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * 0);
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * (1 - 0));
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(1rem * calc(1 - 0));
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * 0);
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * (1 - 0));
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(1.25rem * calc(1 - 0));
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * 0);
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - 0));
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(1.5rem * calc(1 - 0));
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * 0);
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-auto{
    overflow: auto;
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-scroll{
    overflow: scroll;
}
.overflow-x-auto{
    overflow-x: auto;
}
.overflow-y-auto{
    overflow-y: auto;
}
.overflow-y-hidden{
    overflow-y: hidden;
}
.truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.overflow-ellipsis{
    text-overflow: ellipsis;
}
.whitespace-nowrap{
    white-space: nowrap;
}
.whitespace-pre-wrap{
    white-space: pre-wrap;
}
.break-words{
    word-wrap: break-word;
}
.break-all{
    word-break: break-all;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.rounded-md{
    border-radius: 0.375rem;
}
.rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.border{
    border-width: 1px;
}
.border-0{
    border-width: 0px;
}
.border-2{
    border-width: 2px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-b-2{
    border-bottom-width: 2px;
}
.border-l{
    border-left-width: 1px;
}
.border-r{
    border-right-width: 1px;
}
.border-t{
    border-top-width: 1px;
}
.border-dashed{
    border-style: dashed;
}
.border-dark-5{
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, 1);
    border-color: rgba(63, 72, 101, var(--tw-border-opacity, 1));
}
.border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}
.border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, 1);
    border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
}
.border-theme-10{
    --tw-border-opacity: 1;
    border-color: rgba(19, 177, 118, 1);
    border-color: rgba(19, 177, 118, var(--tw-border-opacity, 1));
}
.border-theme-12{
    --tw-border-opacity: 1;
    border-color: rgba(31, 55, 125, 1);
    border-color: rgba(31, 55, 125, var(--tw-border-opacity, 1));
}
.border-theme-2{
    --tw-border-opacity: 1;
    border-color: rgba(45, 66, 123, 1);
    border-color: rgba(45, 66, 123, var(--tw-border-opacity, 1));
}
.border-theme-21{
    --tw-border-opacity: 1;
    border-color: rgba(49, 96, 216, 1);
    border-color: rgba(49, 96, 216, var(--tw-border-opacity, 1));
}
.border-theme-25{
    --tw-border-opacity: 1;
    border-color: rgba(226, 235, 242, 1);
    border-color: rgba(226, 235, 242, var(--tw-border-opacity, 1));
}
.border-transparent{
    border-color: transparent;
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, 1);
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
}
.bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, 1);
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity, 1));
}
.bg-primary-3{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 41, 41, 1);
    background-color: rgba(211, 41, 41, var(--tw-bg-opacity, 1));
}
.bg-primary-6{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 139, 0, 1);
    background-color: rgba(247, 139, 0, var(--tw-bg-opacity, 1));
}
.bg-theme-10{
    --tw-bg-opacity: 1;
    background-color: rgba(19, 177, 118, 1);
    background-color: rgba(19, 177, 118, var(--tw-bg-opacity, 1));
}
.bg-theme-10\/0{
    background-color: rgba(19, 177, 118, 0);
}
.bg-theme-10\/10{
    background-color: rgba(19, 177, 118, 0.1);
}
.bg-theme-10\/100{
    background-color: rgb(19, 177, 118);
}
.bg-theme-10\/15{
    background-color: rgba(19, 177, 118, 0.15);
}
.bg-theme-10\/20{
    background-color: rgba(19, 177, 118, 0.2);
}
.bg-theme-10\/25{
    background-color: rgba(19, 177, 118, 0.25);
}
.bg-theme-10\/30{
    background-color: rgba(19, 177, 118, 0.3);
}
.bg-theme-10\/35{
    background-color: rgba(19, 177, 118, 0.35);
}
.bg-theme-10\/40{
    background-color: rgba(19, 177, 118, 0.4);
}
.bg-theme-10\/45{
    background-color: rgba(19, 177, 118, 0.45);
}
.bg-theme-10\/5{
    background-color: rgba(19, 177, 118, 0.05);
}
.bg-theme-10\/50{
    background-color: rgba(19, 177, 118, 0.5);
}
.bg-theme-10\/55{
    background-color: rgba(19, 177, 118, 0.55);
}
.bg-theme-10\/60{
    background-color: rgba(19, 177, 118, 0.6);
}
.bg-theme-10\/65{
    background-color: rgba(19, 177, 118, 0.65);
}
.bg-theme-10\/70{
    background-color: rgba(19, 177, 118, 0.7);
}
.bg-theme-10\/75{
    background-color: rgba(19, 177, 118, 0.75);
}
.bg-theme-10\/80{
    background-color: rgba(19, 177, 118, 0.8);
}
.bg-theme-10\/85{
    background-color: rgba(19, 177, 118, 0.85);
}
.bg-theme-10\/90{
    background-color: rgba(19, 177, 118, 0.9);
}
.bg-theme-10\/95{
    background-color: rgba(19, 177, 118, 0.95);
}
.bg-theme-11{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 41, 109, 1);
    background-color: rgba(17, 41, 109, var(--tw-bg-opacity, 1));
}
.bg-theme-15{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, 1);
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity, 1));
}
.bg-theme-17{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 46, 113, 1);
    background-color: rgba(20, 46, 113, var(--tw-bg-opacity, 1));
}
.bg-theme-21{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 96, 216, 1);
    background-color: rgba(49, 96, 216, var(--tw-bg-opacity, 1));
}
.bg-theme-21\/0{
    background-color: rgba(49, 96, 216, 0);
}
.bg-theme-21\/10{
    background-color: rgba(49, 96, 216, 0.1);
}
.bg-theme-21\/100{
    background-color: rgb(49, 96, 216);
}
.bg-theme-21\/15{
    background-color: rgba(49, 96, 216, 0.15);
}
.bg-theme-21\/20{
    background-color: rgba(49, 96, 216, 0.2);
}
.bg-theme-21\/25{
    background-color: rgba(49, 96, 216, 0.25);
}
.bg-theme-21\/30{
    background-color: rgba(49, 96, 216, 0.3);
}
.bg-theme-21\/35{
    background-color: rgba(49, 96, 216, 0.35);
}
.bg-theme-21\/40{
    background-color: rgba(49, 96, 216, 0.4);
}
.bg-theme-21\/45{
    background-color: rgba(49, 96, 216, 0.45);
}
.bg-theme-21\/5{
    background-color: rgba(49, 96, 216, 0.05);
}
.bg-theme-21\/50{
    background-color: rgba(49, 96, 216, 0.5);
}
.bg-theme-21\/55{
    background-color: rgba(49, 96, 216, 0.55);
}
.bg-theme-21\/60{
    background-color: rgba(49, 96, 216, 0.6);
}
.bg-theme-21\/65{
    background-color: rgba(49, 96, 216, 0.65);
}
.bg-theme-21\/70{
    background-color: rgba(49, 96, 216, 0.7);
}
.bg-theme-21\/75{
    background-color: rgba(49, 96, 216, 0.75);
}
.bg-theme-21\/80{
    background-color: rgba(49, 96, 216, 0.8);
}
.bg-theme-21\/85{
    background-color: rgba(49, 96, 216, 0.85);
}
.bg-theme-21\/90{
    background-color: rgba(49, 96, 216, 0.9);
}
.bg-theme-21\/95{
    background-color: rgba(49, 96, 216, 0.95);
}
.bg-theme-23{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 197, 0, 1);
    background-color: rgba(251, 197, 0, var(--tw-bg-opacity, 1));
}
.bg-theme-23\/0{
    background-color: rgba(251, 197, 0, 0);
}
.bg-theme-23\/10{
    background-color: rgba(251, 197, 0, 0.1);
}
.bg-theme-23\/100{
    background-color: rgb(251, 197, 0);
}
.bg-theme-23\/15{
    background-color: rgba(251, 197, 0, 0.15);
}
.bg-theme-23\/20{
    background-color: rgba(251, 197, 0, 0.2);
}
.bg-theme-23\/25{
    background-color: rgba(251, 197, 0, 0.25);
}
.bg-theme-23\/30{
    background-color: rgba(251, 197, 0, 0.3);
}
.bg-theme-23\/35{
    background-color: rgba(251, 197, 0, 0.35);
}
.bg-theme-23\/40{
    background-color: rgba(251, 197, 0, 0.4);
}
.bg-theme-23\/45{
    background-color: rgba(251, 197, 0, 0.45);
}
.bg-theme-23\/5{
    background-color: rgba(251, 197, 0, 0.05);
}
.bg-theme-23\/50{
    background-color: rgba(251, 197, 0, 0.5);
}
.bg-theme-23\/55{
    background-color: rgba(251, 197, 0, 0.55);
}
.bg-theme-23\/60{
    background-color: rgba(251, 197, 0, 0.6);
}
.bg-theme-23\/65{
    background-color: rgba(251, 197, 0, 0.65);
}
.bg-theme-23\/70{
    background-color: rgba(251, 197, 0, 0.7);
}
.bg-theme-23\/75{
    background-color: rgba(251, 197, 0, 0.75);
}
.bg-theme-23\/80{
    background-color: rgba(251, 197, 0, 0.8);
}
.bg-theme-23\/85{
    background-color: rgba(251, 197, 0, 0.85);
}
.bg-theme-23\/90{
    background-color: rgba(251, 197, 0, 0.9);
}
.bg-theme-23\/95{
    background-color: rgba(251, 197, 0, 0.95);
}
.bg-theme-25{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 235, 242, 1);
    background-color: rgba(226, 235, 242, var(--tw-bg-opacity, 1));
}
.bg-theme-25\/0{
    background-color: rgba(226, 235, 242, 0);
}
.bg-theme-25\/10{
    background-color: rgba(226, 235, 242, 0.1);
}
.bg-theme-25\/100{
    background-color: rgb(226, 235, 242);
}
.bg-theme-25\/15{
    background-color: rgba(226, 235, 242, 0.15);
}
.bg-theme-25\/20{
    background-color: rgba(226, 235, 242, 0.2);
}
.bg-theme-25\/25{
    background-color: rgba(226, 235, 242, 0.25);
}
.bg-theme-25\/30{
    background-color: rgba(226, 235, 242, 0.3);
}
.bg-theme-25\/35{
    background-color: rgba(226, 235, 242, 0.35);
}
.bg-theme-25\/40{
    background-color: rgba(226, 235, 242, 0.4);
}
.bg-theme-25\/45{
    background-color: rgba(226, 235, 242, 0.45);
}
.bg-theme-25\/5{
    background-color: rgba(226, 235, 242, 0.05);
}
.bg-theme-25\/50{
    background-color: rgba(226, 235, 242, 0.5);
}
.bg-theme-25\/55{
    background-color: rgba(226, 235, 242, 0.55);
}
.bg-theme-25\/60{
    background-color: rgba(226, 235, 242, 0.6);
}
.bg-theme-25\/65{
    background-color: rgba(226, 235, 242, 0.65);
}
.bg-theme-25\/70{
    background-color: rgba(226, 235, 242, 0.7);
}
.bg-theme-25\/75{
    background-color: rgba(226, 235, 242, 0.75);
}
.bg-theme-25\/80{
    background-color: rgba(226, 235, 242, 0.8);
}
.bg-theme-25\/85{
    background-color: rgba(226, 235, 242, 0.85);
}
.bg-theme-25\/90{
    background-color: rgba(226, 235, 242, 0.9);
}
.bg-theme-25\/95{
    background-color: rgba(226, 235, 242, 0.95);
}
.bg-theme-26{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 63, 144, 1);
    background-color: rgba(32, 63, 144, var(--tw-bg-opacity, 1));
}
.bg-theme-28{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 127, 150, 1);
    background-color: rgba(96, 127, 150, var(--tw-bg-opacity, 1));
}
.bg-theme-28\/0{
    background-color: rgba(96, 127, 150, 0);
}
.bg-theme-28\/10{
    background-color: rgba(96, 127, 150, 0.1);
}
.bg-theme-28\/100{
    background-color: rgb(96, 127, 150);
}
.bg-theme-28\/15{
    background-color: rgba(96, 127, 150, 0.15);
}
.bg-theme-28\/20{
    background-color: rgba(96, 127, 150, 0.2);
}
.bg-theme-28\/25{
    background-color: rgba(96, 127, 150, 0.25);
}
.bg-theme-28\/30{
    background-color: rgba(96, 127, 150, 0.3);
}
.bg-theme-28\/35{
    background-color: rgba(96, 127, 150, 0.35);
}
.bg-theme-28\/40{
    background-color: rgba(96, 127, 150, 0.4);
}
.bg-theme-28\/45{
    background-color: rgba(96, 127, 150, 0.45);
}
.bg-theme-28\/5{
    background-color: rgba(96, 127, 150, 0.05);
}
.bg-theme-28\/50{
    background-color: rgba(96, 127, 150, 0.5);
}
.bg-theme-28\/55{
    background-color: rgba(96, 127, 150, 0.55);
}
.bg-theme-28\/60{
    background-color: rgba(96, 127, 150, 0.6);
}
.bg-theme-28\/65{
    background-color: rgba(96, 127, 150, 0.65);
}
.bg-theme-28\/70{
    background-color: rgba(96, 127, 150, 0.7);
}
.bg-theme-28\/75{
    background-color: rgba(96, 127, 150, 0.75);
}
.bg-theme-28\/80{
    background-color: rgba(96, 127, 150, 0.8);
}
.bg-theme-28\/85{
    background-color: rgba(96, 127, 150, 0.85);
}
.bg-theme-28\/90{
    background-color: rgba(96, 127, 150, 0.9);
}
.bg-theme-28\/95{
    background-color: rgba(96, 127, 150, 0.95);
}
.bg-theme-3{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 175, 213, 1);
    background-color: rgba(162, 175, 213, var(--tw-bg-opacity, 1));
}
.bg-theme-31{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 223, 249, 1);
    background-color: rgba(219, 223, 249, var(--tw-bg-opacity, 1));
}
.bg-theme-5{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 41, 41, 1);
    background-color: rgba(211, 41, 41, var(--tw-bg-opacity, 1));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.\!object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
}
.object-contain{
    -o-object-fit: contain;
       object-fit: contain;
}
.object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
.p-2{
    padding: 0.5rem;
}
.p-3{
    padding: 0.75rem;
}
.p-4{
    padding: 1rem;
}
.p-5{
    padding: 1.25rem;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-2{
    padding-bottom: 0.5rem;
}
.pb-3{
    padding-bottom: 0.75rem;
}
.pb-5{
    padding-bottom: 1.25rem;
}
.pl-10{
    padding-left: 2.5rem;
}
.pl-3{
    padding-left: 0.75rem;
}
.pr-2{
    padding-right: 0.5rem;
}
.pt-0{
    padding-top: 0px;
}
.pt-2{
    padding-top: 0.5rem;
}
.pt-3{
    padding-top: 0.75rem;
}
.pt-5{
    padding-top: 1.25rem;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-justify{
    text-align: justify;
}
.align-top{
    vertical-align: top;
}
.font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-7xl{
    font-size: 4.5rem;
    line-height: 1;
}
.text-8xl{
    font-size: 6rem;
    line-height: 1;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-black{
    font-weight: 900;
}
.font-bold{
    font-weight: 700;
}
.font-medium{
    font-weight: 500;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}
.italic{
    font-style: italic;
}
.tabular-nums{
    --tw-numeric-spacing: tabular-nums;
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) tabular-nums var(--tw-numeric-fraction);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) tabular-nums var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-5{
    line-height: 1.25rem;
}
.text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
.text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, 1);
    color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}
.text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
.text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, 1);
    color: rgba(22, 163, 74, var(--tw-text-opacity, 1));
}
.text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, 1);
    color: rgba(79, 70, 229, var(--tw-text-opacity, 1));
}
.text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, 1);
    color: rgba(251, 146, 60, var(--tw-text-opacity, 1));
}
.text-orange-600{
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, 1);
    color: rgba(234, 88, 12, var(--tw-text-opacity, 1));
}
.text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, 1);
    color: rgba(219, 39, 119, var(--tw-text-opacity, 1));
}
.text-primary-3{
    --tw-text-opacity: 1;
    color: rgba(211, 41, 41, 1);
    color: rgba(211, 41, 41, var(--tw-text-opacity, 1));
}
.text-red-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}
.text-red-500{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, 1);
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}
.text-red-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, 1);
    color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}
.text-theme-10{
    --tw-text-opacity: 1;
    color: rgba(19, 177, 118, 1);
    color: rgba(19, 177, 118, var(--tw-text-opacity, 1));
}
.text-theme-17{
    --tw-text-opacity: 1;
    color: rgba(20, 46, 113, 1);
    color: rgba(20, 46, 113, var(--tw-text-opacity, 1));
}
.text-theme-24{
    --tw-text-opacity: 1;
    color: rgba(206, 49, 49, 1);
    color: rgba(206, 49, 49, var(--tw-text-opacity, 1));
}
.text-theme-26{
    --tw-text-opacity: 1;
    color: rgba(32, 63, 144, 1);
    color: rgba(32, 63, 144, var(--tw-text-opacity, 1));
}
.text-theme-9{
    --tw-text-opacity: 1;
    color: rgba(150, 165, 208, 1);
    color: rgba(150, 165, 208, var(--tw-text-opacity, 1));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, 1);
    color: rgba(250, 204, 21, var(--tw-text-opacity, 1));
}
.text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, 1);
    color: rgba(202, 138, 4, var(--tw-text-opacity, 1));
}
.underline{
    text-decoration-line: underline;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.placeholder-theme-8::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 158, 184, 1);
    color: rgba(127, 158, 184, var(--tw-placeholder-opacity, 1));
}
.placeholder-theme-8::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 158, 184, 1);
    color: rgba(127, 158, 184, var(--tw-placeholder-opacity, 1));
}
.opacity-0{
    opacity: 0;
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-none{
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity, 1));
}
.ring-transparent{
    --tw-ring-color: transparent;
}
.blur{
    --tw-blur: blur(8px);
    filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-colors{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-150{
    transition-duration: 150ms;
}
.duration-300{
    transition-duration: 300ms;
}
.ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
html{
    --tw-bg-opacity: 1;
    background-color: rgba(28, 50, 113, 1);
    background-color: rgba(28, 50, 113, var(--tw-bg-opacity, 1));
}
html.dark{
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
html.dark body{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
html.dark body *,
html.dark body ::before,
html.dark body ::after{
    --tw-border-opacity: 1;
    border-color: rgba(49, 58, 85, 1);
    border-color: rgba(49, 58, 85, var(--tw-border-opacity, 1));
}
html body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: proxima-nova;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
@media (max-width: 639px) {
  html body{
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}
.toastify {
  background: none;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
@media (max-width: 767px) {
  .toastify {
    max-width: calc(100% - 30px);
  }
}
.toastify .toast-close{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    padding-right: 0.75rem;
    color: transparent;
    opacity: 1;
}
.toastify .toast-close:before {
  content: "×";
  margin-top: -0.375rem;
  display: block;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.toastify-content{
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 3.5rem;
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.toastify-content:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, 1);
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.litepicker{
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
  margin-top: 7px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 1023px) {
  .litepicker {
    width: 310px;
  }
}
@media (max-width: 639px) {
  .litepicker {
    left: 0px !important;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
.litepicker:before {
  content: "";
  left: 9px;
  top: -7px;
  border-bottom-color: #f7f7f7;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #e8e8e8;
  position: absolute;
  display: inline-block;
}
.litepicker:after {
  content: "";
  left: 10px;
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  position: absolute;
  display: inline-block;
}
.litepicker .container__months,
.litepicker .container__footer{
    background-color: transparent;
    padding-top: 0px;
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.litepicker .container__footer{
    margin: 0px;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding: 0.75rem;
}
@media (max-width: 1023px) {
  .litepicker .container__footer{
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }
  .litepicker .container__footer .preview-date-range{
        order: 1;
        margin-bottom: 0.375rem;
        display: block;
        width: 100%;
    }
  .litepicker .container__footer .button-cancel {
    width: 100% !important;
    margin-left: 0px !important;
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .litepicker .container__footer .button-apply {
    width: 100% !important;
    margin-left: 0px !important;
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
    margin-bottom: 0.375rem;
  }
}
.litepicker .container__footer .button-apply,
.litepicker .container__footer .button-cancel{
    margin-left: 0.25rem;
    margin-right: 0px;
    width: 5rem;
    border-radius: 0.375rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: 500;
}
.litepicker .container__footer .button-apply{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 63, 144, 1);
    background-color: rgba(32, 63, 144, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.litepicker .container__footer .button-cancel{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.litepicker .container__months{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.litepicker .container__months .month-item-weekdays-row{
    margin-top: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.litepicker .container__months .month-item-header{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0.5rem;
}
.litepicker .container__months .month-item-header .button-previous-month{
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
}
.litepicker .container__months .month-item-header .button-previous-month:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.litepicker .container__months .month-item-header .button-previous-month svg {
  transform: rotate(135deg);
  margin-right: -0.25rem;
}
.litepicker .container__months .month-item-header .button-next-month{
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
}
.litepicker .container__months .month-item-header .button-next-month:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.litepicker .container__months .month-item-header .button-next-month svg {
  transform: rotate(-45deg);
  margin-left: -0.25rem;
}
.litepicker .container__months .month-item-header .button-previous-month:hover svg,
.litepicker .container__months .month-item-header .button-previous-month svg,
.litepicker .container__months .month-item-header .button-next-month:hover svg,
.litepicker .container__months .month-item-header .button-next-month svg {
  fill: transparent;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  border-color: #4a5568;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
}
.litepicker .container__months .month-item-header div > .month-item-name,
.litepicker .container__months .month-item-header div > .month-item-year {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(74, 85, 104)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-size: 15px;
  background-position: center right 0.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  border-width: 1px;
  background-color: transparent;
  background-repeat: no-repeat;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 2rem;
}
.litepicker .container__days .day-item{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.litepicker .container__days .day-item:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.litepicker .container__days .day-item.is-today, .litepicker .container__days .day-item.is-today:hover{
    --tw-text-opacity: 1;
    color: rgba(54, 90, 116, 1);
    color: rgba(54, 90, 116, var(--tw-text-opacity, 1));
}
.litepicker .container__days .day-item.is-start-date, .litepicker .container__days .day-item.is-start-date:hover, .litepicker .container__days .day-item.is-end-date, .litepicker .container__days .day-item.is-end-date:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 63, 144, 1);
    background-color: rgba(32, 63, 144, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.litepicker .container__days .day-item.is-in-range, .litepicker .container__days .day-item.is-in-range:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.litepicker .container__days .week-number{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
@media (max-width: 1023px) {
  :root {
    --litepicker-day-width: 35px;
  }
}
.dark .litepicker{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, 1);
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity, 1));
}
.dark .litepicker:before, .dark .litepicker:after {
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #293145;
}
.dark .litepicker .container__months .button-previous-month:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.dark .litepicker .container__months .button-next-month:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.dark .litepicker .container__months .month-item-header .button-previous-month:hover svg,
.dark .litepicker .container__months .month-item-header .button-previous-month svg,
.dark .litepicker .container__months .month-item-header .button-next-month:hover svg,
.dark .litepicker .container__months .month-item-header .button-next-month svg{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.dark .litepicker .container__months .month-item-header div > .month-item-name,
.dark .litepicker .container__months .month-item-header div > .month-item-year{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.dark .litepicker .container__days .day-item{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.dark .litepicker .container__days .day-item:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.dark .litepicker .container__days .day-item.is-start-date, .dark .litepicker .container__days .day-item.is-start-date:hover, .dark .litepicker .container__days .day-item.is-end-date, .dark .litepicker .container__days .day-item.is-end-date:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 63, 144, 1);
    background-color: rgba(32, 63, 144, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.dark .litepicker .container__days .day-item.is-in-range, .dark .litepicker .container__days .day-item.is-in-range:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.dark .litepicker .container__days .day-item.is-today, .dark .litepicker .container__days .day-item.is-today:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.dark .litepicker .container__footer{
    --tw-border-opacity: 1;
    border-color: rgba(49, 58, 85, 1);
    border-color: rgba(49, 58, 85, var(--tw-border-opacity, 1));
}
.dark .litepicker .container__footer .button-cancel{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, 1);
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.dark .litepicker .container__tooltip{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, 1);
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity, 1));
}
.dark .litepicker .container__tooltip:before, .dark .litepicker .container__tooltip:after {
  border-top-color: #3f4865;
}
.tabulator-print-fullscreen-hide:before {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.tabulator{
    overflow: hidden;
    border-width: 0px;
    background-color: transparent;
}
.tabulator .tabulator-header{
    border-top-width: 1px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    background-color: transparent;
    font-weight: 500;
    color: currentColor;
}
.tabulator .tabulator-header .tabulator-headers .tabulator-col{
    border-right-width: 0px;
    background-color: transparent;
}
.tabulator .tabulator-header .tabulator-headers .tabulator-col:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-col-title{
    padding-right: 0px;
}
.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-arrow {
  top: -3px;
  border-left-width: 5px;
  border-right-width: 5px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
.tabulator .tabulator-header .tabulator-headers .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-arrow {
  border-bottom-color: #cbd5e0;
}
.tabulator .tabulator-row{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.tabulator .tabulator-row:hover, .tabulator .tabulator-row.tabulator-row-even:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, 1);
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
}
.tabulator .tabulator-row.tabulator-row-even{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.tabulator .tabulator-row .tabulator-cell{
    border-right-width: 0px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.tabulator .tabulator-row .tabulator-cell.tabulator-row-handle{
    padding-left: 0px;
    padding-right: 0px;
}
.tabulator .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{
    margin-right: -1.25rem;
    height: 1rem;
    width: 1rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, 1);
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity, 1));
}
.tabulator .tabulator-row .tabulator-responsive-collapse{
    border-bottom-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    padding: 0.75rem;
}
.tabulator .tabulator-row .tabulator-responsive-collapse td{
    padding: 0.5rem;
}
.tabulator .tabulator-row .tabulator-responsive-collapse td strong{
    font-weight: 500;
}
.tabulator .tabulator-footer{
    margin-top: 0.5rem;
    border-top-width: 0px;
    background-color: transparent;
    padding: 0px;
}
@media (max-width: 767px) {
  .tabulator .tabulator-footer{
        white-space: normal;
    }
}
.tabulator .tabulator-footer .tabulator-paginator{
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
  .tabulator .tabulator-footer .tabulator-paginator{
        display: block;
        text-align: left;
    }
}
.tabulator .tabulator-footer .tabulator-paginator > label{
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page-size {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(74, 85, 104)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-size: 15px;
  background-position: center right 0.6rem;
  margin-left: 0.5rem;
  margin-right: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  background-repeat: no-repeat;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .tabulator .tabulator-footer .tabulator-paginator .tabulator-page-size{
        margin-right: 0.75rem;
    }
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
  min-width: 40px;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 500;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:hover{
    --tw-border-opacity: 0.9;
    --tw-bg-opacity: 0.9;
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:not(button){
    text-align: center;
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-color: transparent;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
@media (max-width: 639px) {
  .tabulator .tabulator-footer .tabulator-paginator .tabulator-page{
        margin-right: 0px;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, 1);
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
    color: currentColor;
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
    font-weight: 500;
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=first], .tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=prev], .tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=next], .tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=last]{
    width: 1.25rem;
    color: transparent;
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=first] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='11 17 6 12 11 7'%3E%3C/polyline%3E%3Cpolyline points='18 17 13 12 18 7'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=prev] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 45%;
  background-position: center;
  background-repeat: no-repeat;
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=next] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 45%;
  background-position: center;
  background-repeat: no-repeat;
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=last] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='13 17 18 12 13 7'%3E%3C/polyline%3E%3Cpolyline points='6 17 11 12 6 7'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.tabulator .tabulator-tableHolder .tabulator-placeholder span{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.tabulator .tabulator-loader {
  background: rgba(255, 255, 255, 0.7411764706);
}
.tabulator .tabulator-loader .tabulator-loader-msg{
    background-color: transparent;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}
.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading{
    border-width: 0px;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error{
    border-width: 0px;
    --tw-text-opacity: 1;
    color: rgba(247, 139, 0, 1);
    color: rgba(247, 139, 0, var(--tw-text-opacity, 1));
}
.dark .tabulator .tabulator-header{
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, 1);
    border-color: rgba(63, 72, 101, var(--tw-border-opacity, 1));
}
.dark .tabulator .tabulator-header .tabulator-headers .tabulator-col:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.dark .tabulator .tabulator-table{
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.dark .tabulator .tabulator-table .tabulator-row{
    border-color: transparent;
    background-color: transparent;
}
.dark .tabulator .tabulator-table .tabulator-row:hover, .dark .tabulator .tabulator-table .tabulator-row.tabulator-row-even:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.dark .tabulator .tabulator-table .tabulator-row.tabulator-row-even{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, 1);
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity, 1));
}
.dark .tabulator .tabulator-footer .tabulator-paginator > label{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page-size{
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page{
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, 1);
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity, 1));
}
.dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active, .dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.dark .tabulator .tabulator-loader {
  background: rgba(0, 0, 0, 0.2392156863);
}
.dark .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.ck-editor,
.document-editor,
.ck-editor__editable{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.document-editor {
  display: flex;
  max-height: 700px;
  flex-flow: column nowrap;
  border-radius: var(--ck-border-radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.document-editor .document-editor__toolbar {
  z-index: 1;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.document-editor .document-editor__toolbar .ck-toolbar {
  border: 0;
  border-radius: 0;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, 1);
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.document-editor .document-editor__toolbar .ck-toolbar .ck-icon {
  width: 16px;
}
.document-editor .document-editor__editable-container {
  overflow-y: scroll;
  padding: calc(2 * var(--ck-spacing-large));
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.document-editor .document-editor__editable-container .ck-editor__editable {
  width: 15.8cm;
  margin: 0 auto;
  min-height: 21cm;
  background: white;
  padding: 1cm 2cm 2cm;
  border-radius: var(--ck-border-radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.document-editor .ck-heading-dropdown .ck-list .ck-button__label {
  line-height: calc(1.7 * var(--ck-line-height-base) * var(--ck-font-size-base));
  min-width: 6em;
}
.document-editor .ck-heading-dropdown .ck-list .ck-button:not(.ck-heading_paragraph) .ck-button__label {
  transform: scale(0.8);
  transform-origin: left;
}
.document-editor .ck-content h2,
.document-editor .ck-heading-dropdown .ck-heading_heading1 .ck-button__label {
  font-size: 2.18em;
  font-weight: normal;
}
.document-editor .ck-content h2 {
  line-height: 1.37em;
  padding-top: 0.342em;
  margin-bottom: 0.142em;
}
.document-editor .ck-content h3,
.document-editor .ck-heading-dropdown .ck-heading_heading2 .ck-button__label {
  font-size: 1.75em;
  font-weight: normal;
  color: hsl(203, 100%, 50%);
}
.document-editor .ck-heading-dropdown .ck-heading_heading2.ck-on .ck-button__label {
  color: var(--ck-color-list-button-on-text);
}
.document-editor .ck-content h3 {
  line-height: 1.86em;
  padding-top: 0.171em;
  margin-bottom: 0.357em;
}
.document-editor .ck-content h4,
.document-editor .ck-heading-dropdown .ck-heading_heading3 .ck-button__label {
  font-size: 1.31em;
  font-weight: bold;
}
.document-editor .ck-content h4 {
  line-height: 1.24em;
  padding-top: 0.286em;
  margin-bottom: 0.952em;
}
.document-editor .ck-content p {
  font-size: 1em;
  line-height: 1.63em;
  padding-top: 0.5em;
  margin-bottom: 1.13em;
}
.document-editor .ck-content blockquote {
  font-family: Georgia, serif;
  margin-left: calc(2 * var(--ck-spacing-large));
  margin-right: calc(2 * var(--ck-spacing-large));
}
.ck.ck-content {
  min-height: 250px;
}
.ck.ck-content.ck-editor__editable_inline{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.ck .ck .ck-content {
  min-height: 250px;
}
.ck .ck .ck-content.ck-editor__editable_inline{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.ck .ck.ck-reset_all, .ck .ck.ck-reset_all *{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.ck .ck.ck-toolbar, .ck .ck.ck-balloon-panel{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.ck .ck.ck-toolbar:before, .ck .ck.ck-balloon-panel:before {
  border-bottom-color: #e2e8f0 !important;
}
.ck .ck.ck-toolbar:after, .ck .ck.ck-balloon-panel:after {
  border-bottom-color: #edf2f7 !important;
}
.ck .ck.ck-toolbar .ck-icon, .ck .ck.ck-balloon-panel .ck-icon {
  width: 16px;
}
.ck .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused){
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.ck .ck.ck-button:not(.ck-disabled):hover, .ck .cka.ck-button:not(.ck-disabled):hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, 1);
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
}
.dark .document-editor{
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
}
.dark .document-editor .document-editor__toolbar{
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
}
.dark .document-editor .document-editor__toolbar .ck-toolbar{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 37, 51, 1);
    background-color: rgba(30, 37, 51, var(--tw-bg-opacity, 1));
}
.dark .document-editor .document-editor__toolbar .ck-toolbar .ck-toolbar__separator{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, 1);
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity, 1));
}
.dark .document-editor .document-editor__toolbar .ck-toolbar .ck-tooltip .ck-tooltip__text{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, 1);
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.dark .document-editor .document-editor__toolbar .ck-toolbar .ck-tooltip .ck-tooltip__text:after {
  border-bottom-color: #3f4865;
}
.dark .document-editor .document-editor__toolbar .ck-toolbar .ck.ck-icon :not([fill]) {
  fill: #9fa8bb;
}
.dark .document-editor .document-editor__toolbar .ck-toolbar .ck.ck-dropdown__panel{
    --tw-border-opacity: 1;
    border-color: rgba(35, 42, 59, 1);
    border-color: rgba(35, 42, 59, var(--tw-border-opacity, 1));
}
.dark .document-editor .document-editor__toolbar .ck-toolbar .ck.ck-button.ck-on,
.dark .document-editor .document-editor__toolbar .ck-toolbar a.ck.ck-button.ck-on{
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.dark .document-editor .document-editor__editable-container{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, 1);
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity, 1));
}
.dark .document-editor .document-editor__editable-container .ck-editor__editable{
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.dark .ck.ck-content.ck-editor__editable_inline{
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.dark .ck .ck .ck-content.ck-editor__editable_inline{
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.dark .ck .ck.ck-reset_all, .dark .ck .ck.ck-reset_all *{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.dark .ck .ck.ck-toolbar, .dark .ck .ck.ck-balloon-panel{
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(30, 37, 51, 1);
    background-color: rgba(30, 37, 51, var(--tw-bg-opacity, 1));
}
.dark .ck .ck.ck-toolbar:before, .dark .ck .ck.ck-balloon-panel:before {
  border-bottom-color: #1e2533 !important;
}
.dark .ck .ck.ck-toolbar:after, .dark .ck .ck.ck-balloon-panel:after {
  border-bottom-color: #1e2533 !important;
}
.dark .ck .ck.ck-toolbar .ck-toolbar__separator, .dark .ck .ck.ck-balloon-panel .ck-toolbar__separator{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, 1);
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity, 1));
}
.dark .ck .ck.ck-toolbar .ck-tooltip .ck-tooltip__text, .dark .ck .ck.ck-balloon-panel .ck-tooltip .ck-tooltip__text{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, 1);
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.dark .ck .ck.ck-toolbar .ck-tooltip .ck-tooltip__text:after, .dark .ck .ck.ck-balloon-panel .ck-tooltip .ck-tooltip__text:after {
  border-bottom-color: #3f4865;
}
.dark .ck .ck.ck-toolbar .ck.ck-icon :not([fill]), .dark .ck .ck.ck-balloon-panel .ck.ck-icon :not([fill]) {
  fill: #9fa8bb;
}
.dark .ck .ck.ck-toolbar .ck.ck-dropdown__panel, .dark .ck .ck.ck-balloon-panel .ck.ck-dropdown__panel{
    --tw-border-opacity: 1;
    border-color: rgba(35, 42, 59, 1);
    border-color: rgba(35, 42, 59, var(--tw-border-opacity, 1));
}
.dark .ck .ck.ck-toolbar .ck.ck-button.ck-on,
.dark .ck .ck.ck-toolbar a.ck.ck-button.ck-on, .dark .ck .ck.ck-balloon-panel .ck.ck-button.ck-on,
.dark .ck .ck.ck-balloon-panel a.ck.ck-button.ck-on{
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.dark .ck .ck.ck-editor__main > .ck-editor__editable{
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.dark .ck .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused){
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
}
.dark .ck .ck.ck-button:not(.ck-disabled):hover, .dark .ck .cka.ck-button:not(.ck-disabled):hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 37, 51, 1);
    background-color: rgba(30, 37, 51, var(--tw-bg-opacity, 1));
}
.hljs{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.has-error .form-control, .has-error .form-select{
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, 1);
    border-color: rgba(211, 41, 41, var(--tw-border-opacity, 1));
}
.source-preview{
    position: relative;
}
.source-preview code:before {
  content: "HTML";
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  border-bottom-left-radius: 0.25rem;
  background-color: rgba(209, 213, 219, 0.7);
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.7;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: proxima-nova;
  font-weight: 500;
}
.source-preview code.javascript:before {
  content: "JS";
}
.wrapper{
    position: relative;
}
.wrapper:before {
  content: "";
  width: 95%;
  z-index: -1;
  border-radius: 1.3rem;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1rem;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(43, 66, 134, 1);
  background-color: rgba(43, 66, 134, var(--tw-bg-opacity, 1));
  opacity: 0;
}
.wrapper:where(.dark, .dark *):before{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 37, 51, 1);
    background-color: rgba(30, 37, 51, var(--tw-bg-opacity, 1));
}
@media (max-width: 767px) {
  .wrapper:before{
        background-color: transparent;
    }
}
.wrapper.wrapper--top-nav .wrapper-box {
  padding-top: 80px;
  margin-top: -62px;
}
@media (max-width: 767px) {
  .wrapper.wrapper--top-nav .wrapper-box {
    margin-top: -7px;
    padding-top: 0px;
  }
}
.wrapper .wrapper-box {
  border-radius: 1.3rem;
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgba(7, 26, 80, 1);
  background-color: rgba(7, 26, 80, var(--tw-bg-opacity, 1));
}
.wrapper .wrapper-box:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(36, 43, 60, 1);
    background-color: rgba(36, 43, 60, var(--tw-bg-opacity, 1));
}
@media (max-width: 767px) {
  .wrapper .wrapper-box {
    margin-top: -7px;
    background-color: transparent;
  }
}
.multi-select,
.multi-select *,
.multi-select *:before,
.multi-select *:after {
  box-sizing: border-box;
}
.multi-select {
  width: 250px;
  margin: 1px;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-family: inherit;
}
.multi-select mark {
  color: white;
  background-color: #dc4650;
}
.multi-select button {
  outline: none;
}
.multi-select button.multi-all,
.multi-select button.multi-none {
  height: auto;
  margin: 0 2px;
  padding: 2px 6px;
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  text-shadow: none;
  letter-spacing: 0;
  text-transform: none;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: none;
  transition: color 142ms linear, border 142ms linear, background 142ms linear;
}
.multi-select button.multi-all {
  color: rgba(48, 52, 56, 0.5);
  border-color: rgba(48, 52, 56, 0.5);
  background-color: transparent;
}
.multi-select button.multi-all:hover {
  color: #62c462;
  border-color: #62c462;
  background-color: transparent;
}
.multi-select button.multi-none {
  color: rgba(48, 52, 56, 0.5);
  border-color: rgba(48, 52, 56, 0.5);
  background-color: transparent;
}
.multi-select button.multi-none:hover {
  color: #ee5f5b;
  border-color: #ee5f5b;
  background-color: transparent;
}
.multi-select.disabled button.multi-all {
  color: rgba(48, 52, 56, 0.25);
  border-color: rgba(48, 52, 56, 0.25);
  background-color: transparent;
}
.multi-select.disabled button.multi-none {
  color: rgba(48, 52, 56, 0.25);
  border-color: rgba(48, 52, 56, 0.25);
  background-color: transparent;
}
.multi-select input[type=text] {
  color: #303438;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 15px;
  display: inline-block;
  outline: 0;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  background-color: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.multi-select input[type=text]:hover {
  color: #303438;
  border-color: transparent;
  background-color: transparent;
}
.multi-select input[type=text]:focus {
  color: #3c82e6;
  border-color: transparent;
  background-color: transparent;
}
.multi-select.disabled input[type=text] {
  color: rgba(48, 52, 56, 0.75);
  border-color: transparent;
  background-color: transparent;
}
.multi-select-container {
  margin: 0;
  padding: 3px;
  text-align: left;
  border-radius: 3px;
}
.multi-select-container .select-handle {
  width: auto;
  color: #303438;
  cursor: pointer;
  margin: 1px;
  padding: 0.2em 0.6em 0.3em;
  display: inline-block;
  position: relative;
  font-size: 11.844px;
  text-align: left;
  font-weight: bold;
  line-height: 16px;
  text-shadow: none;
  vertical-align: top;
  background-color: #d9d9d9;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 3px;
  transition: background 142ms linear;
}
.multi-select-container .select-handle:hover {
  color: #303438;
  background-color: #dc4650;
}
.multi-select-container.select-label .select-handle {
  margin: 0 3px;
}
/* @end GENERAL */
/* @start LABEL */
.multi-select .select-label {
  cursor: pointer;
  color: rgba(48, 52, 56, 0.85);
  width: 100%;
  margin: 0;
  padding: 5px 30px 5px 10px;
  display: flex;
  flex-wrap: wrap;
  z-index: 27;
  position: relative;
  text-align: left;
  background-color: white;
  border-width: 0px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  transition: background 142ms linear, box-shadow 142ms linear;
}
.multi-select .select-label:after {
  top: 15px;
  right: 12px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  z-index: 25;
  content: "";
  opacity: 0.5;
  display: inline-block;
  position: absolute;
  border-top: 5px dashed;
  border-top: 5px solid\9 ;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  text-shadow: none;
  transition: opacity 142ms linear, transform 142ms linear;
}
.multi-select .select-label .label-count,
.multi-select .select-label .label-inner {
  width: auto;
  margin: 0;
  text-align: left;
  vertical-align: top;
}
.multi-select .select-label .label-count {
  float: left;
  color: rgba(48, 52, 56, 0.85);
  margin: 0 5px 0 0;
  padding: 0 7px 0 0;
  display: inline-block;
  font-size: 11.844px;
  font-weight: bold;
  text-shadow: none;
  white-space: nowrap;
  vertical-align: top;
  border-width: 0px 1px 0 0;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 0px;
}
.multi-select .select-label .label-inner {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.multi-select:hover .select-label,
.multi-select.idle .select-label,
.multi-select.active .select-label {
  z-index: 25;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px #3c82e6;
}
.multi-select:hover .select-label:after,
.multi-select.idle .select-label:after,
.multi-select.active .select-label:after {
  opacity: 0.85;
}
.multi-select:hover .select-label .label-count,
.multi-select.idle .select-label .label-count,
.multi-select.active .select-label .label-count,
.multi-select:hover .select-label .label-inner,
.multi-select.idle .select-label .label-inner,
.multi-select.active .select-label .label-inner {
  opacity: 1;
}
.multi-select.active .select-label {
  z-index: 27;
}
.multi-select.active .select-label:after {
  opacity: 0.85;
  transform: rotate(180deg);
}
.multi-select.disabled .select-label {
  cursor: not-allowed;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
/* @end LABEL */
/* @start DROPDOWN */
.multi-select .select-dropdown {
  top: 100%;
  left: 0;
  color: #303438;
  width: 100%;
  min-height: 35px;
  margin: -1px 0 0 0;
  padding: 0;
  z-index: 30;
  display: none;
  overflow: hidden;
  position: absolute;
  background-color: white;
  border-width: 0px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
}
.multi-select .select-dropdown .dropdown-search {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d9d9d9;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.multi-select .select-dropdown .dropdown-inner {
  width: 100%;
  margin: 0;
  padding: 1px 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
.multi-select .select-dropdown .dropdown-empty {
  margin: 0;
  padding: 16px 0;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
.multi-select .select-dropdown .dropdown-action {
  top: 3px;
  right: 15px;
  width: auto;
  margin: 0;
  padding: 7px 0;
  z-index: 35;
  display: inline-block;
  position: absolute;
  text-align: center;
}
.multi-select .select-dropdown ul,
.multi-select .select-dropdown ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.multi-select .select-dropdown ul li {
  color: #303438;
  padding: 5px 10px 5px 35px;
  font-size: 12px;
  text-align: left;
  line-height: 18px;
  font-weight: normal;
}
.multi-select .select-dropdown ul li:first-of-type {
  margin-top: 7px;
}
.multi-select .select-dropdown ul li:last-of-type {
  margin-bottom: 7px;
}
.multi-select .select-dropdown ul li.optgroup-title {
  color: rgba(48, 52, 56, 0.7);
  cursor: default;
  margin: 9px 0 0 0;
  padding-left: 10px;
  font-size: 14px;
  text-shadow: none;
}
.multi-select .select-dropdown ul li.optgroup-title button {
  float: right;
  margin-top: -2px;
  opacity: 0;
}
.multi-select .select-dropdown ul:hover li button {
  opacity: 1;
}
.multi-select .select-dropdown ul li.dropdown-option {
  cursor: pointer;
  color: #303438;
}
.multi-select .select-dropdown ul li.dropdown-option:before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  z-index: 21;
  display: inline-block;
  content: "";
  opacity: 0;
  position: absolute;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 50ms linear;
}
.multi-select .select-dropdown ul li.dropdown-option .option-description {
  color: rgba(48, 52, 56, 0.85);
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 10px;
  text-align: left;
  line-height: 14px;
  vertical-align: top;
}
.multi-select .select-dropdown ul li.dropdown-option:hover,
.multi-select .select-dropdown ul li.dropdown-option.hover {
  color: #303438;
}
.multi-select .select-dropdown ul li.dropdown-option:hover .option-description,
.multi-select .select-dropdown ul li.dropdown-option.hover .option-description {
  color: #303438;
}
.multi-select.open-top .select-dropdown {
  top: auto;
  bottom: 100%;
  margin: 0 0 -1px 0;
  border-radius: 3px 3px 0 0;
}
.multi-select.hide-selected .select-dropdown ul li.selected,
.multi-select.hide-disabled .select-dropdown ul li.disabled {
  display: none;
}
/* State & Icons :: Single */
.multi-select .select-dropdown ul li.dropdown-option:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M12%205l-8%208-4-4%201.5-1.5L4%2010l6.5-6.5L12%205z%22/%3E%3C/svg%3E");
}
.multi-select .select-dropdown ul li.dropdown-option:hover:before,
.multi-select .select-dropdown ul li.dropdown-option.hover:before {
  opacity: 0.5;
}
.multi-select .select-dropdown ul li.dropdown-option.selected {
  color: #3c82e6;
  background-color: white;
}
.multi-select .select-dropdown ul li.dropdown-option.selected:before {
  opacity: 0.85;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M12%205l-8%208-4-4%201.5-1.5L4%2010l6.5-6.5L12%205z%22/%3E%3C/svg%3E");
}
.multi-select .select-dropdown ul li.dropdown-option.selected .option-description {
  color: #3c82e6;
}
.multi-select.deselect .select-dropdown ul li.dropdown-option.selected:hover:before,
.multi-select.deselect .select-dropdown ul li.dropdown-option.selected.hover:before {
  opacity: 0.85;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M7.48%208l3.75%203.75-1.48%201.48L6%209.48l-3.75%203.75-1.48-1.48L4.52%208%20.77%204.25l1.48-1.48L6%206.52l3.75-3.75%201.48%201.48L7.48%208z%22/%3E%3C/svg%3E");
}
.multi-select.deselect .select-dropdown ul li.dropdown-option.selected:hover .option-description,
.multi-select.deselect .select-dropdown ul li.dropdown-option.selected.hover .option-description {
  color: #3c82e6;
}
.multi-select .select-dropdown ul li.dropdown-option {
  transition: all 0.3s ease-in;
}
.multi-select .select-dropdown ul li.dropdown-option:hover,
.multi-select .select-dropdown ul li.dropdown-option.hover {
  transition: all 0.4s ease;
  background-color: #e9edf2;
}
.multi-select.disabled .select-dropdown ul li.dropdown-option,
.multi-select .select-dropdown ul li.dropdown-option.disabled {
  cursor: not-allowed;
  color: rgba(48, 52, 56, 0.4);
  text-shadow: 0px 1px 0px rgba(119, 129, 138, 0.1), 0px -1px 0px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}
.multi-select.disabled .select-dropdown ul li.dropdown-option:before,
.multi-select .select-dropdown ul li.dropdown-option.disabled:before {
  opacity: 0.85;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M7%201C3.14%201%200%204.14%200%208s3.14%207%207%207%207-3.14%207-7-3.14-7-7-7zm0%201.3c1.3%200%202.5.44%203.47%201.17l-8%208A5.755%205.755%200%200%201%201.3%208c0-3.14%202.56-5.7%205.7-5.7zm0%2011.41c-1.3%200-2.5-.44-3.47-1.17l8-8c.73.97%201.17%202.17%201.17%203.47%200%203.14-2.56%205.7-5.7%205.7z%22/%3E%3C/svg%3E");
}
.multi-select.disabled .select-dropdown ul li.dropdown-option .option-description,
.multi-select .select-dropdown ul li.dropdown-option.disabled .option-description {
  color: rgba(48, 52, 56, 0.4);
}
/* State & Icons :: Multiple */
.multi-select.multiple .select-dropdown ul li.dropdown-option:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M13%201H1c-.55%200-1%20.45-1%201v12c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1V2c0-.55-.45-1-1-1zm0%2013H1V2h12v12zM6%209H3V7h3V4h2v3h3v2H8v3H6V9z%22/%3E%3C/svg%3E");
}
.multi-select.multiple .select-dropdown ul li.dropdown-option.selected:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M13%201H1c-.55%200-1%20.45-1%201v12c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1V2c0-.55-.45-1-1-1zm0%2013H1V2h12v12zM4%208c0-1.66%201.34-3%203-3s3%201.34%203%203-1.34%203-3%203-3-1.34-3-3z%22/%3E%3C/svg%3E");
}
.multi-select.multiple .select-dropdown ul li.dropdown-option.selected:hover:before,
.multi-select.multiple .select-dropdown ul li.dropdown-option.selected.hover:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M13%201H1c-.55%200-1%20.45-1%201v12c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1V2c0-.55-.45-1-1-1zm0%2013H1V2h12v12zm-2-5H3V7h8v2z%22/%3E%3C/svg%3E");
}
.multi-select.multiple.disabled .select-dropdown ul li.dropdown-option:before,
.multi-select.multiple .select-dropdown ul li.dropdown-option.disabled:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M13%201H1c-.55%200-1%20.45-1%201v12c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1V2c0-.55-.45-1-1-1zm0%2013H1V2h12v12zm-8.5-2H3v-1.5L9.5%204H11v1.5L4.5%2012z%22/%3E%3C/svg%3E");
}
.multi-select{
    margin: 0px;
    width: 100%;
    vertical-align: top;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.multi-select input[type=text] {
  padding: 8px 10px;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.multi-select input[type=text]:focus{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.multi-select mark{
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgba(206, 49, 49, 1);
    background-color: rgba(206, 49, 49, var(--tw-bg-opacity, 1));
}
.multi-select:hover .select-label, .multi-select.idle .select-label, .multi-select.active .select-label{
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.multi-select .select-label {
  padding: 7.5px 32px 7.5px 12px;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.multi-select .select-label:after {
  border-top-color: #444;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.multi-select .select-label.multi-select-container {
  padding: 5.5px 25px 5.5px 8px;
}
.multi-select .select-label.multi-select-container .select-handle {
  margin-right: 5px;
  padding: 0.2em 0.6em 0.3em 1.6em;
  margin-left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, 1);
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.multi-select .select-label.multi-select-container .select-handle:before {
  content: "×";
  margin-left: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
.multi-select .select-label.multi-select-container .select-handle:hover:before{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.multi-select .select-label.multi-select-container .label-inner {
  height: 25px;
  padding: 1.3px 4px;
}
.multi-select .select-dropdown{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.multi-select .select-dropdown .dropdown-inner{
    padding: 0px;
}
.multi-select .select-dropdown .dropdown-empty{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.multi-select .select-dropdown .dropdown-search{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    padding: 0.25rem;
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.multi-select .select-dropdown ul li {
  padding: 9px 13px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.multi-select .select-dropdown ul li:first-of-type{
    margin-top: 0px;
}
.multi-select .select-dropdown ul li:first-of-type.selected{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.multi-select .select-dropdown ul li:last-of-type{
    margin-bottom: 0px;
}
.multi-select .select-dropdown ul li:last-of-type.selected{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.multi-select .select-dropdown ul li.dropdown-option:before{
    display: none;
}
.multi-select .select-dropdown ul li.dropdown-option.selected{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 46, 113, 1);
    background-color: rgba(20, 46, 113, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.multi-select .select-dropdown ul li.dropdown-option.selected:before {
  opacity: 0.8;
}
.multi-select .select-dropdown ul li.optgroup-title{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.dark .multi-select input[type=text]{
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, 1);
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.dark .multi-select .select-label{
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.dark .multi-select .select-label:after{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, 1);
    border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
  border-right-color: transparent;
  border-left-color: transparent;
}
.dark .multi-select .select-label.multi-select-container .select-handle{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, 1);
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.dark .multi-select .select-label.multi-select-container .select-handle:before{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.dark .multi-select .select-label.multi-select-container .select-handle:hover:before{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}
.dark .multi-select .select-dropdown{
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.dark .multi-select .select-dropdown ul li{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.dark .multi-select .select-dropdown ul li.optgroup-title{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.dark .multi-select .select-dropdown ul li:hover:not(.selected):not(.optgroup-title){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 37, 51, 1);
    background-color: rgba(30, 37, 51, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.dark .multi-select .select-dropdown ul li:first-of-type.selected{
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
}
.dark .multi-select .select-dropdown ul li:last-of-type.selected{
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
}
.dark .multi-select .select-dropdown .dropdown-search{
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
}
body{
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
body:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, 1);
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity, 1));
}
@media (max-width: 1279px) {
  body {
    background: linear-gradient(to bottom, #1c3faa, #2b51b4);
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
body:before {
  content: "";
  margin-left: -48%;
  background-image: url(../../../images/public-layout/background-underlay.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
@media (max-width: 1279px) {
  body:before{
        display: none;
    }
}
body .i-tb input {
  min-width: 350px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0274509804);
}
@media (max-width: 1279px) {
  body .i-tb input{
        min-width: 100%;
    }
}
.dark body:before {
  background-image: url(../../../images/public-layout/background-underlay-dark.svg);
}
@media (max-width: 1279px) {
  .dark body {
    background: #232a3b;
  }
}
.hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, 1);
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
}
.hover\:bg-theme-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 26, 80, 1);
    background-color: rgba(7, 26, 80, var(--tw-bg-opacity, 1));
}
.hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}
.hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.hover\:ring-offset-blue-500:hover{
    --tw-ring-offset-color: #3b82f6;
}
.focus\:z-10:focus{
    z-index: 10;
}
.focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, 1);
    border-color: rgba(147, 197, 253, var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6;
}
.active\:bg-gray-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.active\:text-gray-500:active{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.active\:text-gray-700:active{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100{
    opacity: 1;
}
@media (min-width: 640px){
    .sm\:col-span-2{
        grid-column: span 2 / span 2;
    }
    .sm\:col-span-3{
        grid-column: span 3 / span 3;
    }
    .sm\:col-span-4{
        grid-column: span 4 / span 4;
    }
    .sm\:col-span-5{
        grid-column: span 5 / span 5;
    }
    .sm\:col-span-6{
        grid-column: span 6 / span 6;
    }
    .sm\:col-span-8{
        grid-column: span 8 / span 8;
    }
    .sm\:-mx-8{
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .sm\:mb-0{
        margin-bottom: 0px;
    }
    .sm\:ml-auto{
        margin-left: auto;
    }
    .sm\:mr-6{
        margin-right: 1.5rem;
    }
    .sm\:mr-8{
        margin-right: 2rem;
    }
    .sm\:mr-auto{
        margin-right: auto;
    }
    .sm\:mt-0{
        margin-top: 0px;
    }
    .sm\:mt-2{
        margin-top: 0.5rem;
    }
    .sm\:mt-5{
        margin-top: 1.25rem;
    }
    .sm\:block{
        display: block;
    }
    .sm\:flex{
        display: flex;
    }
    .sm\:hidden{
        display: none;
    }
    .sm\:h-24{
        height: 6rem;
    }
    .sm\:w-20{
        width: 5rem;
    }
    .sm\:w-24{
        width: 6rem;
    }
    .sm\:w-3\/12{
        width: 25%;
    }
    .sm\:w-3\/4{
        width: 75%;
    }
    .sm\:w-40{
        width: 10rem;
    }
    .sm\:w-48{
        width: 12rem;
    }
    .sm\:w-56{
        width: 14rem;
    }
    .sm\:w-6\/12{
        width: 50%;
    }
    .sm\:w-96{
        width: 24rem;
    }
    .sm\:w-auto{
        width: auto;
    }
    .sm\:flex-1{
        flex: 1 1 0%;
    }
    .sm\:flex-none{
        flex: none;
    }
    .sm\:grid-cols-12{
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .sm\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row{
        flex-direction: row;
    }
    .sm\:flex-nowrap{
        flex-wrap: nowrap;
    }
    .sm\:items-center{
        align-items: center;
    }
    .sm\:justify-between{
        justify-content: space-between;
    }
    .sm\:gap-0{
        gap: 0px;
    }
    .sm\:whitespace-normal{
        white-space: normal;
    }
    .sm\:border-l{
        border-left-width: 1px;
    }
    .sm\:border-t-0{
        border-top-width: 0px;
    }
    .sm\:px-10{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .sm\:px-8{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .sm\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .sm\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .sm\:text-sm{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
@media (min-width: 768px){
    .md\:col-span-3{
        grid-column: span 3 / span 3;
    }
    .md\:col-span-4{
        grid-column: span 4 / span 4;
    }
    .md\:col-span-6{
        grid-column: span 6 / span 6;
    }
    .md\:-mt-5{
        margin-top: -1.25rem;
    }
    .md\:ml-0{
        margin-left: 0px;
    }
    .md\:ml-auto{
        margin-left: auto;
    }
    .md\:flex{
        display: flex;
    }
    .md\:hidden{
        display: none;
    }
    .md\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:pt-0{
        padding-top: 0px;
    }
}
@media (min-width: 1024px){
    .lg\:col-span-10{
        grid-column: span 10 / span 10;
    }
    .lg\:col-span-12{
        grid-column: span 12 / span 12;
    }
    .lg\:col-span-2{
        grid-column: span 2 / span 2;
    }
    .lg\:col-span-3{
        grid-column: span 3 / span 3;
    }
    .lg\:col-span-4{
        grid-column: span 4 / span 4;
    }
    .lg\:col-span-6{
        grid-column: span 6 / span 6;
    }
    .lg\:col-span-8{
        grid-column: span 8 / span 8;
    }
    .lg\:col-span-9{
        grid-column: span 9 / span 9;
    }
    .lg\:mb-3{
        margin-bottom: 0.75rem;
    }
    .lg\:mr-20{
        margin-right: 5rem;
    }
    .lg\:mt-0{
        margin-top: 0px;
    }
    .lg\:mt-3{
        margin-top: 0.75rem;
    }
    .lg\:mt-5{
        margin-top: 1.25rem;
    }
    .lg\:block{
        display: block;
    }
    .lg\:h-32{
        height: 8rem;
    }
    .lg\:h-auto{
        height: auto;
    }
    .lg\:w-2\/12{
        width: 16.666667%;
    }
    .lg\:w-2\/4{
        width: 50%;
    }
    .lg\:w-32{
        width: 8rem;
    }
    .lg\:w-44{
        width: 11rem;
    }
    .lg\:flex-row{
        flex-direction: row;
    }
    .lg\:items-start{
        align-items: flex-start;
    }
    .lg\:justify-start{
        justify-content: flex-start;
    }
    .lg\:justify-between{
        justify-content: space-between;
    }
    .lg\:overflow-visible{
        overflow: visible;
    }
    .lg\:border-0{
        border-width: 0px;
    }
    .lg\:border-t-0{
        border-top-width: 0px;
    }
    .lg\:py-0{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .lg\:pt-0{
        padding-top: 0px;
    }
    .lg\:text-left{
        text-align: left;
    }
    .lg\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 1280px){
    .xl\:col-span-2{
        grid-column: span 2 / span 2;
    }
    .xl\:col-span-4{
        grid-column: span 4 / span 4;
    }
    .xl\:col-span-6{
        grid-column: span 6 / span 6;
    }
    .xl\:col-span-8{
        grid-column: span 8 / span 8;
    }
    .xl\:my-0{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .xl\:ml-20{
        margin-left: 5rem;
    }
    .xl\:ml-6{
        margin-left: 1.5rem;
    }
    .xl\:ml-auto{
        margin-left: auto;
    }
    .xl\:mr-0{
        margin-right: 0px;
    }
    .xl\:mr-3{
        margin-right: 0.75rem;
    }
    .xl\:mt-0{
        margin-top: 0px;
    }
    .xl\:mt-8{
        margin-top: 2rem;
    }
    .xl\:flex{
        display: flex;
    }
    .xl\:grid{
        display: grid;
    }
    .xl\:hidden{
        display: none;
    }
    .xl\:h-32{
        height: 8rem;
    }
    .xl\:h-auto{
        height: auto;
    }
    .xl\:w-32{
        width: 8rem;
    }
    .xl\:w-auto{
        width: auto;
    }
    .xl\:w-full{
        width: 100%;
    }
    .xl\:flex-row{
        flex-direction: row;
    }
    .xl\:overflow-visible{
        overflow: visible;
    }
    .xl\:bg-transparent{
        background-color: transparent;
    }
    .xl\:p-0{
        padding: 0px;
    }
    .xl\:py-0{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .xl\:text-left{
        text-align: left;
    }
    .xl\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .xl\:shadow-none{
        --tw-shadow: 0 0 rgba(0,0,0,0);
        --tw-shadow-colored: 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    }
}
@media (min-width: 1600px){
    .xxl\:col-span-10{
        grid-column: span 10 / span 10;
    }
    .xxl\:col-span-12{
        grid-column: span 12 / span 12;
    }
    .xxl\:col-span-2{
        grid-column: span 2 / span 2;
    }
    .xxl\:col-span-3{
        grid-column: span 3 / span 3;
    }
    .xxl\:col-span-9{
        grid-column: span 9 / span 9;
    }
    .xxl\:overflow-visible{
        overflow: visible;
    }
    .xxl\:border-l{
        border-left-width: 1px;
    }
    .xxl\:pl-6{
        padding-left: 1.5rem;
    }
}
.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *){
    flex-direction: row-reverse;
}
.dark\:border-dark-3:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(49, 58, 85, 1);
    border-color: rgba(49, 58, 85, var(--tw-border-opacity, 1));
}
.dark\:border-dark-4:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, 1);
    border-color: rgba(30, 37, 51, var(--tw-border-opacity, 1));
}
.dark\:border-dark-5:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, 1);
    border-color: rgba(63, 72, 101, var(--tw-border-opacity, 1));
}
.dark\:border-gray-600:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, 1);
    border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
}
.dark\:border-theme-21:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(49, 96, 216, 1);
    border-color: rgba(49, 96, 216, var(--tw-border-opacity, 1));
}
.dark\:border-theme-9:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(150, 165, 208, 1);
    border-color: rgba(150, 165, 208, var(--tw-border-opacity, 1));
}
.dark\:border-white:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.dark\:bg-dark-1:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, 1);
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity, 1));
}
.dark\:bg-dark-2:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.dark\:bg-dark-5:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, 1);
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity, 1));
}
.dark\:bg-dark-6:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(43, 51, 72, 1);
    background-color: rgba(43, 51, 72, var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-800:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, 1);
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1));
}
.dark\:text-gray-200:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, 1);
    color: rgba(229, 231, 235, var(--tw-text-opacity, 1));
}
.dark\:text-gray-300:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.dark\:text-gray-400:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}
.dark\:text-gray-500:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.dark\:text-gray-600:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.dark\:text-theme-3:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgba(162, 175, 213, 1);
    color: rgba(162, 175, 213, var(--tw-text-opacity, 1));
}
.dark\:text-theme-33:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgba(140, 157, 202, 1);
    color: rgba(140, 157, 202, var(--tw-text-opacity, 1));
}
.dark\:text-white:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.dark\:hover\:bg-dark-1:hover:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, 1);
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-dark-2:hover:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, 1);
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-dark-3:hover:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, 1);
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-dark-4:hover:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 37, 51, 1);
    background-color: rgba(30, 37, 51, var(--tw-bg-opacity, 1));
}
.dark\:hover\:text-gray-300:hover:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.dark\:focus\:border-blue-700:focus:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, 1);
    border-color: rgba(29, 78, 216, var(--tw-border-opacity, 1));
}
.dark\:focus\:border-blue-800:focus:where(.dark, .dark *){
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, 1);
    border-color: rgba(30, 64, 175, var(--tw-border-opacity, 1));
}
.dark\:active\:bg-gray-700:active:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, 1);
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
}
.dark\:active\:text-gray-300:active:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}