
.vuetable-pagination-info {
  margin-top: auto;
  margin-bottom: auto;
}

.vuetable-th-gutter {
  padding: 0 !important;
  border-left: none !important;
  border-right: none !important;
}

[v-cloak] {
  display: none;
}
table.vuetable.fixed-header {
  table-layout: fixed;
}
.vuetable th.sortable:hover {
  color: #2185d0;
  cursor: pointer;
}
.vuetable-head-wrapper {
  overflow-x: hidden;
}
.vuetable-head-wrapper table.vuetable {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.vuetable-body-wrapper.fixed-header {
  position: relative;
  overflow-y: auto;
}
.vuetable-body-wrapper table.vuetable.fixed-header {
  border-top: none !important;
  margin-top: 0 !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.vuetable-empty-result {
  text-align: center;
}
.vuetable-clip-text {
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.vuetable-semantic-no-top {
  border-top: none !important;
  margin-top: 0 !important;
}
.vuetable-fixed-layout {
  table-layout: fixed;
}
.vuetable-gutter-col {
  padding: 0 !important;
  border-left: none !important;
  border-right: none !important;
}

.vuetable-pagination {
  background: #f9fafb !important;
}

.vuetable-head {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

.fade-enter-active[data-v-4c084733],
.fade-leave-active[data-v-4c084733] {
  transition: opacity 0.3s, width 0.3s;
}
.fade-enter[data-v-4c084733], .fade-leave-to[data-v-4c084733] /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
  width: 0;
}

.modal-wrapper[data-v-43456510] {

    position: fixed;

    top: 0px;

    right: 0px;

    bottom: 0px;

    left: 0px;

    z-index: 50;

    display: flex;

    height: 100%;

    width: 100%;

    align-items: center;

    justify-content: center;

    background-color: #6b7280;

    transition-property: opacity;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}
.modal[data-v-43456510] {

    border-radius: 1rem;

    background-color: #fff;

    padding: 32px
}
/**
 * app.pcss
 *
 * The entry point for the css.
 *
 */

/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 */

/*! tailwindcss v3.1.6 | 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: #e5e7eb; /* 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.
*/

html {
  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: Inter, times; /* 4 */
}

/*
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]) {
  -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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

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

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::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-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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

::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-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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

/**
 * This injects any component classes registered by plugins.
 *
 */

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

/**

 */

/**
 * Here we add custom component classes; stuff we want loaded
 * *before* the utilities so that the utilities can still
 * override them.
 *
 */

/* ==========================================================================
    GLOBAL
   ========================================================================== */

html {
  height: 100%;
  font-family: Inter, times;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100%;
  background-color: #fff;
  color: #374151;
}

.dark body {
  background-color: #111827;
  color: #d1d5db;
}

/**
 * Global navigation
 */

.main-menu {
  width: 170px;
  padding: 8px;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-nav {
  display: flex;
  align-items: center;
}

.btn-nav > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}

.btn-nav {
  border-radius: 0.375rem;
  padding: 8px;
  font-weight: 600;
  color: #374151;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-nav:hover {
  background-color: #f9fafb;
}

.dark .btn-nav {
  color: #d1d5db;
}

.dark .btn-nav:hover {
  background-color: #374151;
}

.btn-nav:hover span:first-child {
  background-color: #001F5D;
  fill: #fff;
}

.btn-nav span:first-child {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: #e5e7eb;
  fill: #374151;
  padding: 0.375rem;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-nav span:first-child:hover {
  background-color: #3E7EFF;
  fill: #fff;
}

.dark .btn-nav span:first-child {
  background-color: #374151;
  fill: #f3f4f6;
}

/* ==========================================================================
    WEBFONTS
   ========================================================================== */

/* inter-100 - latin */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: local(''), url('/fonts/inter-v11-latin-100.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/inter-v11-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-200 - latin */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: local(''), url('/fonts/inter-v11-latin-200.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/inter-v11-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-regular - latin */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('/fonts/inter-v11-latin-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/inter-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-300 - latin */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: local(''), url('/fonts/inter-v11-latin-300.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/inter-v11-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-500 - latin */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: local(''), url('/fonts/inter-v11-latin-500.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/inter-v11-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-600 - latin */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: local(''), url('/fonts/inter-v11-latin-600.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/inter-v11-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-800 - latin */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: local(''), url('/fonts/inter-v11-latin-800.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/inter-v11-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-700 - latin */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('/fonts/inter-v11-latin-700.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/inter-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-900 - latin */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: local(''), url('/fonts/inter-v11-latin-900.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/inter-v11-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ==========================================================================
    HEADINGS
   ========================================================================== */

h1, 
h2, 
h3, 
h4 {
  font-weight: 600;
  color: #1f2937;
}

.dark h1, .dark 
h2, .dark 
h3, .dark 
h4 {
  color: #e5e7eb;
}

h1, 
.h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h2, 
.h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h3, 
.h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h4, 
.h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h5, 
.h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

/* ==========================================================================
    PARAGRAPHS
   ========================================================================== */

p {
  color: #374151;
}

.dark p {
  color: #fff;
}

.lead {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #6b7280;
}

.dark .lead {
  color: #4b5563;
}

/* ==========================================================================
    BUTTONS
   ========================================================================== */

a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

/* ==========================================================================
    ICONS
   ========================================================================== */

/**
 * Icon Base
 * Set global icon styles
 */

.icon {
  display: flex;
  align-items: center;
}

.icon>svg {
  stroke-width: 1.25px;
}

/**
 * Sizes across website
 *
 */

.icon-xl {
  display: flex;
  align-items: center;
}

.icon-xl>svg {
  stroke-width: 1.25px;
}

.icon-lg {
  display: flex;
  align-items: center;
}

.icon-lg>svg {
  stroke-width: 1.25px;
}

.icon-lg {
  border-radius: 0.75rem;
  padding: 8px;
}

.icon-lg>svg {
  height: 1.5rem;
  width: 1.5rem;
}

.icon-md,
.icon-base {
  display: flex;
  align-items: center;
}

.icon-md>svg,
.icon-base>svg {
  stroke-width: 1.25px;
}

.icon-md>svg, 
.icon-base>svg {
  height: 1.25rem;
  width: 1.25rem;
}

.icon-sm {
  display: flex;
  align-items: center;
}

.icon-sm>svg {
  stroke-width: 1.25px;
}

.icon-sm>svg {
  height: 0.875rem;
  width: 0.875rem;
}

/**
 * Icons branded
 *
 */

.icon-nav {
  display: flex;
  align-items: center;
}

.icon-nav>svg {
  stroke-width: 1.25px;
}

.icon-nav {
  border-radius: 0.75rem;
  padding: 8px;
}

.icon-nav>svg {
  height: 1.5rem;
  width: 1.5rem;
}

.icon-nav {
  overflow: hidden;
  border-radius: 0.75rem;
  background-color: #fff;
  stroke: #1f2937;
  stroke: currentColor;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.dark .icon-nav {
  background-color: #374151;
}

.icon-nav>svg {
  stroke: #24416A;
}

.dark .icon-nav {
  --tw-ring-color: rgb(17 24 39 / 0.5);
}

.dark .icon-nav>svg {
  stroke: #fff;
}

/* ==========================================================================
    BUTTONS
   ========================================================================== */

/**
 * Base classes not to be used on own. Used for extending below using postcss-extend-rule package.
 */

.btn-base {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-ring-offset-width: 1px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-base:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.btn-base: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 0.75;
}

.btn-base svg {
  height: 1rem;
  width: 1rem;
}

/**
 * Two main buttons
 */

.btn-primary {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-ring-offset-width: 1px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-primary:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.btn-primary: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 0.75;
}

.btn-primary svg {
  height: 1rem;
  width: 1rem;
}

.btn-primary {
  background-color: #3E7EFF;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(6 89 255 / 0.9);
  --tw-ring-offset-width: 0px;
}

.btn-primary:hover {
  background-color: #0659FF;
  color: #fff;
}

.btn-primary:focus {
  color: #fff;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 49 149 / var(--tw-ring-opacity));
}

.btn-primary:active {
  background-color: #0044CD;
}

.btn-primary {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-ring-offset-width: 1px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-secondary:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.btn-secondary: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 0.75;
}

.btn-secondary svg {
  height: 1rem;
  width: 1rem;
}

.btn-secondary {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  color: #374151;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 0px;
}

.btn-secondary:hover {
  color: #2E5488;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 166 213 / var(--tw-ring-opacity));
}

.btn-secondary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 39 64 / var(--tw-ring-opacity));
}

.dark .btn-secondary {
  background-color: #1f2937;
  color: #fff;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
}

.btn-secondary {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/**
 * Button tertiary is an accessible link style.
 * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a
 */

.btn-tertiary {
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 600;
  color: #0044CD;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-ring-offset-width: 4px;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-tertiary:hover {
  background-color: #f3f4f6;
}

.btn-tertiary: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 68 205 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.75;
}

.dark .btn-tertiary {
  color: #90B5FF;
}

.dark .btn-tertiary:hover {
  background-color: #374151;
}

.btn-tertiary svg {
  height: 1rem;
  width: 1rem;
}

/**
 * Form UI
 */

.btn-tertiary-outline {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-ring-offset-width: 1px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-tertiary-outline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.btn-tertiary-outline: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 0.75;
}

.btn-tertiary-outline svg {
  height: 1rem;
  width: 1rem;
}

.btn-tertiary-outline {
  align-items: center;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: #e5e7eb;
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: #374151;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-tertiary-outline:hover {
  background-color: #f9fafb;
}

.dark .btn-tertiary-outline {
  border-color: #374151;
  background-color: #1f2937;
  color: #d1d5db;
}

.dark .btn-tertiary-outline:hover {
  background-color: #374151;
}

.btn-tertiary-outline--group {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-ring-offset-width: 1px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-tertiary-outline--group:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.btn-tertiary-outline--group: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 0.75;
}

.btn-tertiary-outline--group svg {
  height: 1rem;
  width: 1rem;
}

.btn-tertiary-outline--group {
  align-items: center;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: #e5e7eb;
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: #374151;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-tertiary-outline--group:hover {
  background-color: #f9fafb;
}

.btn-tertiary-outline--group > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.btn-tertiary-outline--group {
  padding: 0px;
}

.btn-tertiary-outline--group:hover {
  background-image: none;
}

.btn-tertiary-outline--dashed {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-ring-offset-width: 1px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-tertiary-outline--dashed:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.btn-tertiary-outline--dashed: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 0.75;
}

.btn-tertiary-outline--dashed svg {
  height: 1rem;
  width: 1rem;
}

.btn-tertiary-outline--dashed {
  align-items: center;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: #e5e7eb;
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: #374151;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-tertiary-outline--dashed:hover {
  background-color: #f9fafb;
}

.btn-tertiary-outline--dashed {
  border-style: dashed;
  border-color: #d1d5db;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark .btn-tertiary-outline--dashed {
  border-color: #374151;
}

/**
 * Button variants
 */

.btn-primary-lg,
.btn-primary-sm {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-ring-offset-width: 1px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-primary-lg:hover,
.btn-primary-sm:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.btn-primary-lg:focus,
.btn-primary-sm: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 0.75;
}

.btn-primary-lg svg,
.btn-primary-sm svg {
  height: 1rem;
  width: 1rem;
}

.btn-primary-lg,
.btn-primary-sm {
  background-color: #3E7EFF;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(6 89 255 / 0.9);
  --tw-ring-offset-width: 0px;
}

.btn-primary-lg:hover,
.btn-primary-sm:hover {
  background-color: #0659FF;
  color: #fff;
}

.btn-primary-lg:focus,
.btn-primary-sm:focus {
  color: #fff;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 49 149 / var(--tw-ring-opacity));
}

.btn-primary-lg:active,
.btn-primary-sm:active {
  background-color: #0044CD;
}

.btn-primary-lg,
.btn-primary-sm {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary-lg,
.btn-secondary-sm {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-ring-offset-width: 1px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-secondary-lg:hover,
.btn-secondary-sm:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.btn-secondary-lg:focus,
.btn-secondary-sm: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 0.75;
}

.btn-secondary-lg svg,
.btn-secondary-sm svg {
  height: 1rem;
  width: 1rem;
}

.btn-secondary-lg,
.btn-secondary-sm {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  color: #374151;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 0px;
}

.btn-secondary-lg:hover,
.btn-secondary-sm:hover {
  color: #2E5488;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 166 213 / var(--tw-ring-opacity));
}

.btn-secondary-lg:focus,
.btn-secondary-sm:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 39 64 / var(--tw-ring-opacity));
}

.btn-secondary-lg,
.btn-secondary-sm {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-primary-sm, 
.btn-secondary-sm {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.btn-primary-lg, 
.btn-secondary-lg {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
  padding-right: 32px;
}

/**
 * Additional buttons
 */

.btn-toggle {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-ring-offset-width: 1px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-toggle:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.btn-toggle: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 0.75;
}

.btn-toggle svg {
  height: 1rem;
  width: 1rem;
}

.btn-toggle {
  display: flex;
  height: 100%;
  width: 0.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
}

.btn-toggle:hover {
  background-color: #f3f4f6;
  color: #374151;
}

.btn-toggle svg {
  height: 0.5rem;
  width: 0.5rem;
}

.btn-file {
  /* From btn-base */
}

.btn-file::file-selector-button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-file:hover::file-selector-button {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.btn-file:focus::file-selector-button {
  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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.btn-file {
  /* From btn-primary */
}

.btn-file::file-selector-button {
  background-color: #3E7EFF;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(6 89 255 / 0.9);
  --tw-ring-offset-width: 0px;
}

.btn-file:hover::file-selector-button {
  background-color: #0659FF;
  color: #fff;
}

.btn-file:focus::file-selector-button {
  color: #fff;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 49 149 / var(--tw-ring-opacity));
}

.btn-file:active::file-selector-button {
  background-color: #0044CD;
}

.btn-file {
  /* Remove file input browser defaults */
  margin-top: 4px;
  width: 100%;
  border-radius: 0.5rem;
  background-color: #f9fafb;
  padding: 20px;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.btn-file::file-selector-button {
  margin-right: 20px;
  border-width: 0px;
}

/**
 * Main navigation admin dropdown / dark mode dropdown
 */

.dropdown-list {
  overflow: hidden;
  border-radius: 0.375rem;
  background-color: #fff;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.05;
}

.dark .dropdown-list {
  background-color: #374151;
}

.dropdown-list {
  z-index: 50;
  transform-origin: top right;
  border-radius: 0.375rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dropdown-list li {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.dropdown-list li > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

.dropdown-list li {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #374151;
  color: #1f2937;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dropdown-list li:hover {
  background-color: #f3f4f6;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.dropdown-list li:focus {
  background-color: #f3f4f6;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.dark .dropdown-list li {
  color: #f9fafb;
}

.dark .dropdown-list li:hover {
  background-color: #1f2937;
}

.dropdown-list button, 
  .dropdown-list a, 
  .dropdown-list div {
  display: flex;
  width: 100%;
  align-items: center;
}

.dropdown-list button > :not([hidden]) ~ :not([hidden]), 
  .dropdown-list a > :not([hidden]) ~ :not([hidden]), 
  .dropdown-list div > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

.dropdown-list button, 
  .dropdown-list a, 
  .dropdown-list div {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.dark .dropdown-list button, .dark 
  .dropdown-list a, .dark 
  .dropdown-list div {
  color: #f9fafb;
}

.dropdown-list span {
  font-weight: 500;
}

button + .dropdown-list {
  top: 32px;
}

/**
 * Main navigation
 */

.nav {
  display: none;
  flex-direction: column;
}

.nav > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

@media (min-width: 640px) {

  .nav {
    display: flex;
  }
}

@media (min-width: 1024px) {

  .nav .btn-theme span:last-child,  .nav li span:last-child {
    margin-left: 0.75rem;
  }
}

@media (max-width: 1023px) {

  .nav .btn-theme span:last-child,  .nav li span:last-child {
    margin-top: 0.5rem;
  }
}

.nav .btn-theme, 
  .nav a {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  padding: 8px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #24416A;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.nav .btn-theme:hover, 
  .nav a:hover {
  background-color: rgb(178 199 229 / 0.1);
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 640px) {

  .nav .btn-theme, 
  .nav a {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {

  .nav .btn-theme, 
  .nav a {
    flex-direction: row;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 1023px) {

  .nav .btn-theme, 
  .nav a {
    justify-content: center;
  }
}

.dark .nav .btn-theme, .dark 
  .nav a {
  color: #fff;
}

.dark .nav .btn-theme:hover, .dark 
  .nav a:hover {
  background-color: rgb(17 24 39 / 0.5);
}

.nav .btn-theme.active,  .nav a.active {
  background-color: rgb(178 199 229 / 0.25);
  font-weight: 600;
  color: #24416A;
}

.nav .btn-theme.active>div>svg,  .nav a.active>div>svg {
  stroke: #fff;
}

.dark .nav .btn-theme.active, .dark  .nav a.active {
  background-color: #111827;
  color: #fff;
}

.nav .btn-theme.active div,  .nav a.active div {
  background-color: #24416A;
  --tw-shadow-color: #24416A;
  --tw-shadow: var(--tw-shadow-colored);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(36 65 106 / var(--tw-ring-opacity));
}

.dark .nav .btn-theme.active div, .dark  .nav a.active div {
  --tw-shadow-color: #080E16;
  --tw-shadow: var(--tw-shadow-colored);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 14 22 / var(--tw-ring-opacity));
}

/* Stop long nav text wrapping */

.nav span {
  white-space: nowrap;
}

/**
 * Main navigation
 */

@media (min-width: 1536px) {

  .sub-nav-list {
    display: flex;
  }

  .sub-nav-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }
}

.sub-nav-list a {
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 600;
  color: #0044CD;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-ring-offset-width: 4px;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  }

.sub-nav-list a:hover {
  background-color: #f3f4f6;
  }

.sub-nav-list a: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 68 205 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.75;
  }

.sub-nav-list a svg {
  height: 1rem;
  width: 1rem;
  }

.sub-nav-list a {
    font-weight: 500;
    color: #9ca3af;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }

.sub-nav-list a.active {
  position: relative;
  background-color: transparent;
  font-weight: 700;
  color: #374151;
}

.dark .sub-nav-list a.active {
  color: #fff;
}

.sub-nav-list a.active:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -16px;
    height: 0.25rem;
    width: 100%;
    background-color: #3E7EFF;
  }

/* ==========================================================================
    TABLES
   ========================================================================== */

.table {
  position: relative;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-collapse: separate;
  --tw-border-spacing-y: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  font-size: 1rem;
  line-height: 1.5rem;
}

.dark .table {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity));
}

.table th {
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
  font-weight: 600;
}

.table tbody {
  padding-left: 20px;
}

.table tbody tr {
  border-radius: 0.375rem;
  background-color: #fff;
}

.dark .table tbody tr {
  background-color: #1f2937;
}

.table td {
  white-space: nowrap;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-color: #e5e7eb;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.dark .table td {
  border-color: #1f2937;
}

.table td:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-left-width: 1px;
}

.table td:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-right-width: 1px;
}

.table td.active div.bg-active {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  border-color: #22c55e;
  background-color: #22c55e;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
}

.table td.active div.bg-inactive {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  border-color: #dc2626;
  background-color: #dc2626;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
}

.table td.actions button.active + ul {
  display: block;
}

.table td.actions ul {
  position: absolute;
  display: none;
}

/**
 * Table wide is for many columns when scrolling occurs
 */

.table-wide {
  position: relative !important;
  border-radius: 0.5rem;
  padding: 20px;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity));
}

.dark .table-wide {
  background-color: rgb(0 0 0 / 0.1);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity));
}

.table-wide:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 2.5rem;
  z-index: 40;
  height: 100%;
  width: 2rem;
  border-radius: 0.5rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(55 65 81 / 0);
  --tw-gradient-to: rgb(55 65 81 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(55 65 81 / 0.05);
}

.dark .table-wide:after {
  --tw-gradient-to: rgb(31 41 55 / 0.25);
}

/* ==========================================================================
    Forms
   ========================================================================== */

[type='text'], 
[type='email'], 
[type='url'], 
[type='password'], 
[type='number'], 
[type='date'], 
[type='datetime-local'], 
[type='month'], 
[type='search'], 
[type='tel'], 
[type='time'], 
[type='week'], 
[type='checkbox'], 
[type='radio'], 
[multiple], 
textarea, 
select, 
#searchTable {
  margin-top: 4px;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #e5e7eb;
  background-color: #fff;
  font-weight: 600;
}

[type='text']::-moz-placeholder, [type='email']::-moz-placeholder, [type='url']::-moz-placeholder, [type='password']::-moz-placeholder, [type='number']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='month']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='time']::-moz-placeholder, [type='week']::-moz-placeholder, [type='checkbox']::-moz-placeholder, [type='radio']::-moz-placeholder, [multiple]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, #searchTable::-moz-placeholder {
  color: #9ca3af;
}

[type='text']::placeholder, 
[type='email']::placeholder, 
[type='url']::placeholder, 
[type='password']::placeholder, 
[type='number']::placeholder, 
[type='date']::placeholder, 
[type='datetime-local']::placeholder, 
[type='month']::placeholder, 
[type='search']::placeholder, 
[type='tel']::placeholder, 
[type='time']::placeholder, 
[type='week']::placeholder, 
[type='checkbox']::placeholder, 
[type='radio']::placeholder, 
[multiple]::placeholder, 
textarea::placeholder, 
select::placeholder, 
#searchTable::placeholder {
  color: #9ca3af;
}

[type='text']:focus, 
[type='email']:focus, 
[type='url']:focus, 
[type='password']:focus, 
[type='number']:focus, 
[type='date']:focus, 
[type='datetime-local']:focus, 
[type='month']:focus, 
[type='search']:focus, 
[type='tel']:focus, 
[type='time']:focus, 
[type='week']:focus, 
[type='checkbox']:focus, 
[type='radio']:focus, 
[multiple]:focus, 
textarea:focus, 
select:focus, 
#searchTable:focus {
  border-color: transparent;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(62 126 255 / var(--tw-ring-opacity));
}

.dark [type='text'], .dark 
[type='email'], .dark 
[type='url'], .dark 
[type='password'], .dark 
[type='number'], .dark 
[type='date'], .dark 
[type='datetime-local'], .dark 
[type='month'], .dark 
[type='search'], .dark 
[type='tel'], .dark 
[type='time'], .dark 
[type='week'], .dark 
[type='checkbox'], .dark 
[type='radio'], .dark 
[multiple], .dark 
textarea, .dark 
select, .dark 
#searchTable {
  border-color: #374151;
  background-color: #111827;
}

.dark [type='text']::-moz-placeholder, .dark 
[type='email']::-moz-placeholder, .dark 
[type='url']::-moz-placeholder, .dark 
[type='password']::-moz-placeholder, .dark 
[type='number']::-moz-placeholder, .dark 
[type='date']::-moz-placeholder, .dark 
[type='datetime-local']::-moz-placeholder, .dark 
[type='month']::-moz-placeholder, .dark 
[type='search']::-moz-placeholder, .dark 
[type='tel']::-moz-placeholder, .dark 
[type='time']::-moz-placeholder, .dark 
[type='week']::-moz-placeholder, .dark 
[type='checkbox']::-moz-placeholder, .dark 
[type='radio']::-moz-placeholder, .dark 
[multiple]::-moz-placeholder, .dark 
textarea::-moz-placeholder, .dark 
select::-moz-placeholder, .dark 
#searchTable::-moz-placeholder {
  color: #4b5563;
}

.dark [type='text']::placeholder, .dark 
[type='email']::placeholder, .dark 
[type='url']::placeholder, .dark 
[type='password']::placeholder, .dark 
[type='number']::placeholder, .dark 
[type='date']::placeholder, .dark 
[type='datetime-local']::placeholder, .dark 
[type='month']::placeholder, .dark 
[type='search']::placeholder, .dark 
[type='tel']::placeholder, .dark 
[type='time']::placeholder, .dark 
[type='week']::placeholder, .dark 
[type='checkbox']::placeholder, .dark 
[type='radio']::placeholder, .dark 
[multiple]::placeholder, .dark 
textarea::placeholder, .dark 
select::placeholder, .dark 
#searchTable::placeholder {
  color: #4b5563;
}

[type='checkbox'], 
[type='radio'] {
  margin-top: 0px;
  height: 1.25rem;
  width: 1.25rem;
  color: #3E7EFF;
  --tw-ring-offset-width: 1px !important;
}

form fieldset {
  margin-top: 32px;
}

form fieldset > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}

form fieldset label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: #4b5563;
}

.dark form fieldset label {
  color: #d1d5db;
}

form fieldset small {
  margin-top: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  color: #6b7280;
}

form footer {
  display: flex;
  justify-content: flex-end;
}

form footer > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

/**
 * Input error states
 */

.form-error input, 
  .form-error textarea, 
  .form-error select {
  border-color: transparent;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.form-error small {
  color: #ef4444;
}

.form-error small span:first-child {
  margin-right: 4px;
  display: inline-flex;
  height: 1.25rem;
  width: 1.25rem;
}

.form-error small span:last-child {
  margin-top: 0.125rem;
}

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 */

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.left-xsSpace {
  left: 8px;
}

.left-1\/2 {
  left: 50%;
}

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

.z-50 {
  z-index: 50;
}

.z-10 {
  z-index: 10;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.float-right {
  float: right;
}

.m-auto {
  margin: auto;
}

.m-5 {
  margin: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-smSpace {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-mdSpace {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ml-3 {
  margin-left: 0.75rem;
}

.-ml-px {
  margin-left: -1px;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.-mr-0\.5 {
  margin-right: -0.125rem;
}

.-mr-0 {
  margin-right: -0px;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.-mt-px {
  margin-top: -1px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-lgSpace {
  margin-left: 32px;
}

.mt-lgSpace {
  margin-top: 32px;
}

.mt-smSpace {
  margin-top: 16px;
}

.mr-xsSpace {
  margin-right: 8px;
}

.ml-xsSpace {
  margin-left: 8px;
}

.-ml-xsSpace {
  margin-left: -8px;
}

.mr-smSpace {
  margin-right: 16px;
}

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

.mr-1 {
  margin-right: 0.25rem;
}

.mb-lgSpace {
  margin-bottom: 32px;
}

.mb-xsSpace {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[21\/9\] {
  aspect-ratio: 21/9;
}

.aspect-\[6\/4\] {
  aspect-ratio: 6/4;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-5 {
  height: 1.25rem;
}

.h-16 {
  height: 4rem;
}

.h-12 {
  height: 3rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-4 {
  height: 1rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-20 {
  height: 5rem;
}

.h-full {
  height: 100%;
}

.h-\[50px\] {
  height: 50px;
}

.h-lg {
  height: 1.125rem;
}

.h-\[400px\] {
  height: 400px;
}

.h-1\/2 {
  height: 50%;
}

.h-7 {
  height: 1.75rem;
}

.h-24 {
  height: 6rem;
}

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

.min-h-full {
  min-height: 100%;
}

.w-5 {
  width: 1.25rem;
}

.w-16 {
  width: 4rem;
}

.w-full {
  width: 100%;
}

.w-0 {
  width: 0px;
}

.w-12 {
  width: 3rem;
}

.w-6 {
  width: 1.5rem;
}

.w-3\/4 {
  width: 75%;
}

.w-48 {
  width: 12rem;
}

.w-auto {
  width: auto;
}

.w-8 {
  width: 2rem;
}

.w-4 {
  width: 1rem;
}

.w-60 {
  width: 15rem;
}

.w-10 {
  width: 2.5rem;
}

.w-1\/2 {
  width: 50%;
}

.w-20 {
  width: 5rem;
}

.w-\[50px\] {
  width: 50px;
}

.w-40 {
  width: 10rem;
}

.w-lg {
  width: 1.125rem;
}

.w-3\/6 {
  width: 50%;
}

.w-7 {
  width: 1.75rem;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-full {
  min-width: 100%;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

.grow {
  flex-grow: 1;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
  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));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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-45 {
  --tw-rotate: 45deg;
  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-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-6 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-mdSpace {
  gap: 20px;
}

.gap-lgSpace {
  gap: 32px;
}

.gap-smSpace {
  gap: 16px;
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-lgSpace > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}

.space-y-smSpace > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}

.space-x-xlSpace > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(52px * var(--tw-space-x-reverse));
  margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-smSpace > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-mdSpace > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-xsSpace > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-mdSpace > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-2xl {
  border-radius: 1rem;
}

.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-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-gray-300 {
  border-color: #d1d5db;
}

.border-transparent {
  border-color: transparent;
}

.border-indigo-400 {
  border-color: #818cf8;
}

.border-gray-200 {
  border-color: #e5e7eb;
}

.border-gray-100 {
  border-color: #f3f4f6;
}

.border-gray-700 {
  border-color: #374151;
}

.border-neutral-100 {
  border-color: #f3f4f6;
}

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

.bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-indigo-500 {
  background-color: #6366f1;
}

.bg-red-700 {
  background-color: #b91c1c;
}

.bg-gray-500 {
  background-color: #6b7280;
}

.bg-indigo-600 {
  background-color: #4f46e5;
}

.bg-red-600 {
  background-color: #dc2626;
}

.bg-gray-800 {
  background-color: #1f2937;
}

.bg-red-100 {
  background-color: #fee2e2;
}

.bg-gray-50 {
  background-color: #f9fafb;
}

.bg-indigo-50 {
  background-color: #eef2ff;
}

.bg-gray-200 {
  background-color: #e5e7eb;
}

.bg-gray-900 {
  background-color: #111827;
}

.bg-neutral-100 {
  background-color: #f3f4f6;
}

.bg-\[\#E8EAEC\] {
  background-color: #E8EAEC;
}

.bg-\[\#F8F8F8\] {
  background-color: #F8F8F8;
}

.bg-tertiary-100 {
  background-color: #A3BCE0;
}

.bg-success-500 {
  background-color: #22c55e;
}

.bg-info-500 {
  background-color: #14b8a6;
}

.bg-red-400 {
  background-color: #f87171;
}

.bg-blue-700 {
  background-color: #1d4ed8;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-smSpace {
  padding: 16px;
}

.p-mdSpace {
  padding: 20px;
}

.p-4 {
  padding: 1rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-smSpace {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-mdSpace {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.px-smSpace {
  padding-left: 16px;
  padding-right: 16px;
}

.py-2xsSpace {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-xsSpace {
  padding-left: 8px;
  padding-right: 8px;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

.pr-lgSpace {
  padding-right: 32px;
}

.pt-lgSpace {
  padding-top: 32px;
}

.pb-xsSpace {
  padding-bottom: 8px;
}

.pb-smSpace {
  padding-bottom: 16px;
}

.pl-lgSpace {
  padding-left: 32px;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-\[28px\] {
  padding-left: 28px;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-lgSpace {
  padding-bottom: 32px;
}

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

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

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

.font-sans {
  font-family: Inter, times;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-tight {
  line-height: 1.25;
}

.leading-4 {
  line-height: 1rem;
}

.leading-none {
  line-height: 1;
}

.leading-6 {
  line-height: 1.5rem;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-gray-500 {
  color: #6b7280;
}

.text-gray-700 {
  color: #374151;
}

.text-gray-600 {
  color: #4b5563;
}

.text-white {
  color: #fff;
}

.text-indigo-600 {
  color: #4f46e5;
}

.text-red-600 {
  color: #dc2626;
}

.text-gray-900 {
  color: #111827;
}

.text-indigo-700 {
  color: #4338ca;
}

.text-green-400 {
  color: #4ade80;
}

.text-gray-400 {
  color: #9ca3af;
}

.text-indigo-500 {
  color: #6366f1;
}

.text-gray-800 {
  color: #1f2937;
}

.text-red-500 {
  color: #ef4444;
}

.text-green-600 {
  color: #16a34a;
}

.text-green-500 {
  color: #22c55e;
}

.text-gray-200 {
  color: #e5e7eb;
}

.text-gray-300 {
  color: #d1d5db;
}

.text-neutral-500 {
  color: #6b7280;
}

.text-neutral-400 {
  color: #9ca3af;
}

.text-body {
  color: #374151;
}

.text-slate-500 {
  color: #64748b;
}

.text-neutral-300 {
  color: #d1d5db;
}

.text-tertiary-700 {
  color: #24416A;
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.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);
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/**
 * Include vendor css.
 *
 */

/* ==========================================================================
    Users
   ========================================================================== */

.admin-table {
  height: 62rem;

    /**
     *  Allow ring box shadow to show when overflow hidden added to parent
     */

    margin-left: 1px;

    margin-right: 1px;
}

.admin-table td {
  width: 33.333333%;
}

.admin-table .vuetable {
  position: relative;
}

/**
     * Vuetable-3 classes
     */

.admin-table .vtable-w-pagination {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-radius: 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.admin-table .vtable-w-pagination th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-table .vtable-w-pagination tr {
  border-width: 0px;
}

/**
     * Override action link popup so links display in table
     */

.admin-table .vuetable-body-wrapper {
    }

/**
     * Hide User ID column from table

    .vuetable-th-id,
    .vuetable-td-id {
      @apply hidden;
    }*/

.admin-table .pagination {
  position: absolute;
  right: 50%;
  bottom: 4rem;
}

.vuetable {
  position: relative !important;
}

.vtable-w-border-spacing {
  width: 100%;
  border-collapse: separate;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.vtable-w-border-spacing tbody tr td {
  border-bottom-width: 1px;
  border-top-width: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
}

.vtable-w-border-spacing tbody tr td:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-left-width: 1px;
  border-style: solid;
}

.vtable-w-border-spacing tbody tr td:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-right-width: 1px;
  border-style: solid;
}

/**
 * Include vendor css.
 *
 */

.hover\:border-gray-300:hover {
  border-color: #d1d5db;
}

.hover\:bg-indigo-600:hover {
  background-color: #4f46e5;
}

.hover\:bg-red-600:hover {
  background-color: #dc2626;
}

.hover\:bg-gray-700:hover {
  background-color: #374151;
}

.hover\:bg-red-500:hover {
  background-color: #ef4444;
}

.hover\:bg-gray-100:hover {
  background-color: #f3f4f6;
}

.hover\:bg-gray-50:hover {
  background-color: #f9fafb;
}

.hover\:bg-red-700:hover {
  background-color: #b91c1c;
}

.hover\:bg-blue-800:hover {
  background-color: #1e40af;
}

.hover\:text-gray-500:hover {
  color: #6b7280;
}

.hover\:text-gray-400:hover {
  color: #9ca3af;
}

.hover\:text-gray-700:hover {
  color: #374151;
}

.hover\:text-gray-800:hover {
  color: #1f2937;
}

.hover\:text-gray-900:hover {
  color: #111827;
}

.hover\:text-blue-500:hover {
  color: #3b82f6;
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:border-blue-300:focus {
  border-color: #93c5fd;
}

.focus\:border-gray-900:focus {
  border-color: #111827;
}

.focus\:border-indigo-300:focus {
  border-color: #a5b4fc;
}

.focus\:border-red-700:focus {
  border-color: #b91c1c;
}

.focus\:border-indigo-700:focus {
  border-color: #4338ca;
}

.focus\:border-gray-300:focus {
  border-color: #d1d5db;
}

.focus\:border-blue-500:focus {
  border-color: #3b82f6;
}

.focus\:bg-indigo-600:focus {
  background-color: #4f46e5;
}

.focus\:bg-red-600:focus {
  background-color: #dc2626;
}

.focus\:bg-gray-100:focus {
  background-color: #f3f4f6;
}

.focus\:bg-indigo-100:focus {
  background-color: #e0e7ff;
}

.focus\:bg-gray-50:focus {
  background-color: #f9fafb;
}

.focus\:text-gray-700:focus {
  color: #374151;
}

.focus\:text-indigo-800:focus {
  color: #3730a3;
}

.focus\:text-gray-800:focus {
  color: #1f2937;
}

.focus\:text-gray-500:focus {
  color: #6b7280;
}

.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), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4: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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}

.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity));
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.active\:bg-gray-100:active {
  background-color: #f3f4f6;
}

.active\:bg-gray-900:active {
  background-color: #111827;
}

.active\:bg-red-600:active {
  background-color: #dc2626;
}

.active\:bg-gray-50:active {
  background-color: #f9fafb;
}

.active\:text-gray-700:active {
  color: #374151;
}

.active\:text-gray-500:active {
  color: #6b7280;
}

.active\:text-gray-800:active {
  color: #1f2937;
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

.dark .dark\:border-gray-700 {
  border-color: #374151;
}

.dark .dark\:border-neutral-700 {
  border-color: #374151;
}

.dark .dark\:border-neutral-800 {
  border-color: #1f2937;
}

.dark .dark\:border-gray-500 {
  border-color: #6b7280;
}

.dark .dark\:bg-gray-900 {
  background-color: #111827;
}

.dark .dark\:bg-gray-800 {
  background-color: #1f2937;
}

.dark .dark\:bg-neutral-800 {
  background-color: #1f2937;
}

.dark .dark\:bg-neutral-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}

.dark .dark\:bg-gray-600 {
  background-color: #4b5563;
}

.dark .dark\:bg-blue-600 {
  background-color: #2563eb;
}

.dark .dark\:text-gray-500 {
  color: #6b7280;
}

.dark .dark\:text-white {
  color: #fff;
}

.dark .dark\:text-gray-400 {
  color: #9ca3af;
}

.dark .dark\:text-gray-300 {
  color: #d1d5db;
}

.dark .dark\:placeholder-gray-400::-moz-placeholder {
  color: #9ca3af;
}

.dark .dark\:placeholder-gray-400::placeholder {
  color: #9ca3af;
}

.dark .dark\:hover\:bg-blue-700:hover {
  background-color: #1d4ed8;
}

.dark .dark\:focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 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));
  }

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

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

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

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

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:text-left {
    text-align: left;
  }

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

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-lgSpace {
    margin-top: 32px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:space-x-smSpace > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:p-xlSpace {
    padding: 52px;
  }
}

@media (min-width: 1024px) {

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {

  .xl\:w-1\/3 {
    width: 33.333333%;
  }
}

@media (min-width: 1536px) {

  .\32xl\:w-1\/4 {
    width: 25%;
  }
}

@media (max-width: 1023px) {

  .max-lg\:hidden {
    display: none;
  }
}

@media (max-width: 768px) {

  .max-md\:hidden {
    display: none;
  }
}

.\[\&\>svg\]\:-ml-2xsSpace>svg {
  margin-left: -4px;
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

.space-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex {
  display: flex;
}

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

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

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

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

.flex.align-center {
  align-content: center;
}

.flex.align-top {
  align-content: flex-start;
}

.flex.align-bottom {
  align-content: flex-end;
}

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

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

.cols-of-50 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}

.cols-of-50 > * {
  max-width: 100%;
}

@media (max-width: 75px) {
  .cols-of-50 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-50.-no-max {
  grid-template-columns: repeat(auto-fit, 50px);
}

.h-10 {
  height: 10%;
}

.cols-of-100 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.cols-of-100 > * {
  max-width: 100%;
}

@media (max-width: 150px) {
  .cols-of-100 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-100.-no-max {
  grid-template-columns: repeat(auto-fit, 100px);
}

.h-20 {
  height: 20%;
}

.cols-of-150 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.cols-of-150 > * {
  max-width: 100%;
}

@media (max-width: 225px) {
  .cols-of-150 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-150.-no-max {
  grid-template-columns: repeat(auto-fit, 150px);
}

.h-30 {
  height: 30%;
}

.cols-of-200 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.cols-of-200 > * {
  max-width: 100%;
}

@media (max-width: 300px) {
  .cols-of-200 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-200.-no-max {
  grid-template-columns: repeat(auto-fit, 200px);
}

.h-40 {
  height: 40%;
}

.cols-of-250 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.cols-of-250 > * {
  max-width: 100%;
}

@media (max-width: 375px) {
  .cols-of-250 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-250.-no-max {
  grid-template-columns: repeat(auto-fit, 250px);
}

.h-50 {
  height: 50%;
}

.cols-of-300 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.cols-of-300 > * {
  max-width: 100%;
}

@media (max-width: 450px) {
  .cols-of-300 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-300.-no-max {
  grid-template-columns: repeat(auto-fit, 300px);
}

.h-60 {
  height: 60%;
}

.cols-of-350 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.cols-of-350 > * {
  max-width: 100%;
}

@media (max-width: 525px) {
  .cols-of-350 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-350.-no-max {
  grid-template-columns: repeat(auto-fit, 350px);
}

.h-70 {
  height: 70%;
}

.cols-of-400 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.cols-of-400 > * {
  max-width: 100%;
}

@media (max-width: 600px) {
  .cols-of-400 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-400.-no-max {
  grid-template-columns: repeat(auto-fit, 400px);
}

.h-80 {
  height: 80%;
}

.cols-of-450 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.cols-of-450 > * {
  max-width: 100%;
}

@media (max-width: 675px) {
  .cols-of-450 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-450.-no-max {
  grid-template-columns: repeat(auto-fit, 450px);
}

.h-90 {
  height: 90%;
}

.cols-of-500 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.cols-of-500 > * {
  max-width: 100%;
}

@media (max-width: 750px) {
  .cols-of-500 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-500.-no-max {
  grid-template-columns: repeat(auto-fit, 500px);
}

.h-100 {
  height: 100%;
}

.cols-of-550 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
}

.cols-of-550 > * {
  max-width: 100%;
}

@media (max-width: 825px) {
  .cols-of-550 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-550.-no-max {
  grid-template-columns: repeat(auto-fit, 550px);
}

.h-110 {
  height: 110%;
}

.cols-of-600 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
}

.cols-of-600 > * {
  max-width: 100%;
}

@media (max-width: 900px) {
  .cols-of-600 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-600.-no-max {
  grid-template-columns: repeat(auto-fit, 600px);
}

.h-120 {
  height: 120%;
}

.cols-of-650 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(650px, 1fr));
}

.cols-of-650 > * {
  max-width: 100%;
}

@media (max-width: 975px) {
  .cols-of-650 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-650.-no-max {
  grid-template-columns: repeat(auto-fit, 650px);
}

.h-130 {
  height: 130%;
}

.cols-of-700 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(700px, 1fr));
}

.cols-of-700 > * {
  max-width: 100%;
}

@media (max-width: 1050px) {
  .cols-of-700 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-700.-no-max {
  grid-template-columns: repeat(auto-fit, 700px);
}

.h-140 {
  height: 140%;
}

.cols-of-750 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(750px, 1fr));
}

.cols-of-750 > * {
  max-width: 100%;
}

@media (max-width: 1125px) {
  .cols-of-750 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-750.-no-max {
  grid-template-columns: repeat(auto-fit, 750px);
}

.h-150 {
  height: 150%;
}

.cols-of-800 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));
}

.cols-of-800 > * {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .cols-of-800 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-800.-no-max {
  grid-template-columns: repeat(auto-fit, 800px);
}

.h-160 {
  height: 160%;
}

.cols-of-850 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(850px, 1fr));
}

.cols-of-850 > * {
  max-width: 100%;
}

@media (max-width: 1275px) {
  .cols-of-850 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-850.-no-max {
  grid-template-columns: repeat(auto-fit, 850px);
}

.h-170 {
  height: 170%;
}

.cols-of-900 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(900px, 1fr));
}

.cols-of-900 > * {
  max-width: 100%;
}

@media (max-width: 1350px) {
  .cols-of-900 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-900.-no-max {
  grid-template-columns: repeat(auto-fit, 900px);
}

.h-180 {
  height: 180%;
}

.cols-of-950 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(950px, 1fr));
}

.cols-of-950 > * {
  max-width: 100%;
}

@media (max-width: 1425px) {
  .cols-of-950 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-950.-no-max {
  grid-template-columns: repeat(auto-fit, 950px);
}

.h-190 {
  height: 190%;
}

.cols-of-1000 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(1000px, 1fr));
}

.cols-of-1000 > * {
  max-width: 100%;
}

@media (max-width: 1500px) {
  .cols-of-1000 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cols-of-1000.-no-max {
  grid-template-columns: repeat(auto-fit, 1000px);
}

.h-200 {
  height: 200%;
}

.search-filter {
  display: flex;
  max-height: 34px;
}

.search-filter div.mx-datepicker {
  height: 100%;
}

.search-filter div.mx-datepicker .mx-input-wrapper {
  height: 100%;
}

.search-filter div.mx-datepicker .mx-input-wrapper .mx-input {
  border-color: #ECEEF2;
  padding: 0 1rem;
  height: 100%;
}

.search-filter .search-input {
  margin: 0 0.5rem 0 0;
}

.search-filter .search-input input {
  border-color: #ECEEF2;
  font-size: 12px;
  min-width: 260px;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
}

.search-filter .search-input button {
  align-items: center;
  justify-content: center;
  display: flex;
}

.search-filter .search-input button span {
  display: flex;
}

.search-filter .search-input button span svg {
  stroke: #C3C8D2;
}

.search-filter .clear-filter {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #3E7EFF;
  font-weight: 600;
}

@media (max-width: 763px) {
  .search-filter {
    display: flex;
    justify-content: space-between;
    margin-top: 0.75rem;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .search-filter .vfilter {
    position: relative;
    margin-left: 0.5rem;
  }
}

.search-filter .vfilter > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-color: #ECEEF2;
  gap: 5px;
  height: 100%;
  padding: 0.53rem 0.75rem;
  transition: all 0.3s;
}

.search-filter .vfilter > button svg {
  transition: stroke 0.3s;
}

.search-filter .vfilter > button.tertiary svg {
  stroke: #ffffff;
}

.search-filter .vfilter > .vfilter-side-panel {
  box-shadow: 0px 0px 6px -4px #000;
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  transition: background-color 0.3s linear;
  z-index: 50;
  pointer-events: all;
  font-size: 12px;
  background-color: #ffffff;
  width: 28vw;
}

@media (max-width: 1023px) {
  .search-filter .vfilter > .vfilter-side-panel {
    width: 50vw;
    top: 50px;
  }
}

.search-filter .vfilter > .vfilter-side-panel > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 0.5rem 1rem;
  width: 100%;
}

.search-filter .vfilter > .vfilter-side-panel > header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  padding: 1rem 1rem 1rem 1rem;
}

.search-filter .vfilter > .vfilter-side-panel > div {
  padding: 0.6rem 1.5rem 0.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  margin: 0.25rem 0;
}

.search-filter .vfilter > .vfilter-side-panel > div > button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  padding: 0.5rem;
}

.search-filter .vfilter > .vfilter-side-panel > div > button:hover {
  text-decoration: none;
}

.search-filter .vfilter > .vfilter-side-panel > div > button span {
  padding-left: 10px;
}

.search-filter .vfilter > .vfilter-side-panel > div > button .icon {
  transition: transform 0.3s;
  display: flex;
}

.search-filter .vfilter > .vfilter-side-panel > div > button .icon.active {
  transform: rotate(180deg);
}

.search-filter .vfilter > .vfilter-side-panel > div .refines {
  height: auto;
  opacity: 1;
  padding: 0.5rem;
  pointer-events: all;
  top: 0px;
}

.search-filter .vfilter > .vfilter-side-panel > div .refines .form {
  align-items: flex-start;
  flex-direction: column;
  opacity: 1;
  transition-delay: 0.15s;
  max-height: 30rem;
  overflow-y: auto;
}

.search-filter .vfilter > .vfilter-side-panel > div .refines .form .search-input {
  margin-bottom: 1.25rem;
  position: relative;
}

.search-filter .vfilter > .vfilter-side-panel > div .refines .form button {
  position: absolute;
  padding: 15px;
  min-width: 40px;
}

.search-filter .vfilter > .vfilter-side-panel > div .refines .form input {
  padding-bottom: 10px;
}

.search-filter .vfilter > .vfilter-side-panel > div .refines .form .input-search {
  width: 100%;
  text-align: center;
}

.search-filter .vfilter > .vfilter-side-panel > div .refines .form .no-results {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-filter .vfilter > .vfilter-side-panel > div .refines .form .no-results p {
  color: #ffae00;
  font-size: 12px;
  margin: 0;
  padding: 0 0.25rem;
}

.search-filter .vfilter > .vfilter-side-panel > div .refines .form .checkbox {
  display: inline-flex;
  margin: 0.5rem 0;
  width: 100%;
}

.search-filter .vfilter > .vfilter-side-panel > div .refines .form .checkbox .label-text {
  font-weight: 400;
  font-size: 12px;
  margin-right: 10px;
  color: #8083A3;
  padding-left: 10px;
}

.search-filter .vfilter > .vfilter-side-panel > div .refines .form .checkbox .selected {
  font-weight: 600;
  color: #0a0a0a;
}

.search-filter .vfilter > .vfilter-side-panel > div .refines footer {
  padding-top: 10px;
}

.search-filter .vfilter > .vfilter-side-panel > div .refines footer button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
  color: #3E7EFF;
  padding-bottom: 10px;
}

.search-filter .vfilter > .vfilter-side-panel > div .refines footer button small {
  margin: 0.25rem 0;
  padding: 0.25rem;
  font-size: 12px;
}

.search-filter .vfilter > .vfilter-side-panel .date,
.search-filter .vfilter > .vfilter-side-panel .date-refines {
  padding-left: 0.5rem;
  position: relative;
  margin: 0.75rem 0;
}

.search-filter .vfilter > .vfilter-side-panel .date .mx-datepicker.hide,
.search-filter .vfilter > .vfilter-side-panel .date-refines .mx-datepicker.hide {
  display: none;
}

.search-filter .vfilter > .vfilter-side-panel .date .mx-datepicker .mx-input-wrapper input,
.search-filter .vfilter > .vfilter-side-panel .date-refines .mx-datepicker .mx-input-wrapper input {
  border: none;
  padding: 0;
  font-size: 12px !important;
  color: #ffffff;
}

.search-filter .vfilter > .vfilter-side-panel .date .mx-datepicker .mx-input-wrapper input::-moz-placeholder, .search-filter .vfilter > .vfilter-side-panel .date-refines .mx-datepicker .mx-input-wrapper input::-moz-placeholder {
  font-weight: 600;
  opacity: 1;
}

.search-filter .vfilter > .vfilter-side-panel .date .mx-datepicker .mx-input-wrapper input::placeholder,
.search-filter .vfilter > .vfilter-side-panel .date-refines .mx-datepicker .mx-input-wrapper input::placeholder {
  font-weight: 600;
  opacity: 1;
}

.search-filter .vfilter > .vfilter-side-panel .date .mx-datepicker .mx-input-wrapper input::-moz-placeholder:hover, .search-filter .vfilter > .vfilter-side-panel .date-refines .mx-datepicker .mx-input-wrapper input::-moz-placeholder:hover {
  color: #767676;
}

.search-filter .vfilter > .vfilter-side-panel .date .mx-datepicker .mx-input-wrapper input::placeholder:hover,
.search-filter .vfilter > .vfilter-side-panel .date-refines .mx-datepicker .mx-input-wrapper input::placeholder:hover {
  color: #767676;
}

.search-filter .vfilter > .vfilter-side-panel .date .vd-menu__content,
.search-filter .vfilter > .vfilter-side-panel .date-refines .vd-menu__content {
  max-width: 100% !important;
  top: 40px !important;
}

.search-filter .vfilter > .vfilter-side-panel .date footer,
.search-filter .vfilter > .vfilter-side-panel .date-refines footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-filter .vfilter > .vfilter-side-panel .date footer input,
.search-filter .vfilter > .vfilter-side-panel .date-refines footer input {
  font-size: 12px;
  max-width: 100px;
  padding: 0.25rem 0;
  text-align: center;
}

.search-filter .vfilter > .vfilter-side-panel .date footer span,
.search-filter .vfilter > .vfilter-side-panel .date-refines footer span {
  font-size: 10px;
  margin: 0 0.25rem;
}

.search-filter .vfilter > .vfilter-side-panel .date footer button,
.search-filter .vfilter > .vfilter-side-panel .date-refines footer button {
  border: none;
  padding: 0;
  background: transparent;
  margin-left: 5px;
  margin-right: 15px;
  cursor: pointer;
}

.search-filter > span {
  margin: 0 0.5rem;
}

.search-filter > span svg {
  height: 100%;
}html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

.space-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex {
  display: flex;
}

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

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

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

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

.flex.align-center {
  align-content: center;
}

.flex.align-top {
  align-content: flex-start;
}

.flex.align-bottom {
  align-content: flex-end;
}

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

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

.vtable-w-pagination {
  padding-bottom: 3rem;
}

.vtable-w-pagination .ui.pagination.menu {
  display: inline-flex;
  vertical-align: middle;
  margin: 2rem 0;
  background: #ffffff;
  font-weight: 400;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 6px;
  min-height: 3.25rem;
}

.vtable-w-pagination .ui.pagination.menu .item:last-child {
  border-radius: 0 6px 6px 0;
}

.vtable-w-pagination .ui.pagination.menu .item:last-child:before {
  display: none;
}

.vtable-w-pagination .ui.pagination.menu .item {
  min-width: 3em;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  flex: 0 0 auto;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: 0 0;
  padding: 0.5rem;
  text-transform: none;
  color: rgba(87, 87, 87, 0.87);
  font-weight: 400;
  transition: background 0.1s ease, color 0.1s ease;
}

.vtable-w-pagination .ui.pagination.menu .item:first-child {
  border-radius: 6px 0 0 6px;
}

.vtable-w-pagination .ui.pagination.menu .item::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: rgba(34, 36, 38, 0.1);
}

.vtable-w-pagination .ui.pagination.menu .icon.item i.icon {
  vertical-align: top;
}

.vtable-w-pagination .ui.pagination.menu .active.item {
  cursor: not-allowed !important;
  border-top: none;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  box-shadow: none;
}

.vtable-w-pagination .ui.pagination.menu .item.disabled,
.vtable-w-pagination .ui.pagination.menu .item.disabled:hover {
  cursor: not-allowed !important;
  background-color: transparent !important;
  color: rgba(40, 40, 40, 0.3) !important;
}

.vtable-w-pagination .ui.pagination.menu i.disabled.icon {
  opacity: 0.45 !important;
}

.vtable-w-pagination .ui.pagination.menu i.icon.hover {
  opacity: 1 !important;
}

.vtable-w-pagination .ui.pagination.menu i.icon.active {
  opacity: 1 !important;
}

.vtable-w-pagination .ui.pagination.menu i.icon {
  display: inline-block;
  width: 1.18em;
  font-style: normal;
  text-decoration: inherit;
  text-align: center;
  speak: none;
  font-smoothing: antialiased;
  backface-visibility: hidden;
  opacity: 0.9;
  float: none;
  margin: 0;
}

.vtable-w-pagination .ui.pagination.menu i.icon::before {
  background: 0 0 !important;
}

.vtable-w-pagination .ui.pagination.menu .item .icon::after {
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
}

.vtable-w-pagination .ui.pagination.menu .item .left.double.icon::after {
  content: url("/img/icons/chevron-double-left.svg");
  display: block;
  opacity: 0.5;
  width: 7px;
}

.vtable-w-pagination .ui.pagination.menu .item .left.chevron.icon::after {
  content: url("/img/icons/chevron-left.svg");
  display: block;
  opacity: 0.5;
  width: 5px;
}

.vtable-w-pagination .ui.pagination.menu .item .right.double.icon::after {
  content: url("/img/icons/chevron-double-right.svg");
  display: block;
  opacity: 0.5;
  width: 7px;
}

.vtable-w-pagination .ui.pagination.menu .item .right.chevron.icon::after {
  content: url("/img/icons/chevron-right.svg");
  display: block;
  opacity: 0.5;
  width: 5px;
}

.vtable-w-pagination .ui.pagination.menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.vtable-w-pagination .ui.pagination.menu:first-child {
  margin-top: 0;
}

.vtable-w-pagination .ui.pagination.menu:last-child {
  margin-bottom: 0;
}