*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.14 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

html {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.\!btn {
  display: block !important;
  border-radius: 8px !important;
  border-style: solid !important;
  border-width: 1px !important;
  box-shadow: 4px 4px 12px 0px rgba(18, 18, 18, 0.04) !important;
  cursor: pointer !important;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-weight: 500 !important;
}
.btn {
  display: block;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 4px 4px 12px 0px rgba(18, 18, 18, 0.04);
  cursor: pointer;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
}
.\!btn:disabled {
  cursor: not-allowed !important;
  background-color: #dedede !important;
  border-color: #dedede !important;
  color: #fff !important;
}
.btn:disabled {
  cursor: not-allowed;
  background-color: #dedede;
  border-color: #dedede;
  color: #fff;
}
.\!btn > :not([hidden]) ~ :not([hidden]) {
  margin-left: 8px !important;
}
.btn > :not([hidden]) ~ :not([hidden]) {
  margin-left: 8px;
}
.btn-sm {
  padding: 8px;
  font-size: 12px;
  line-height: 18px;
}
.btn-md {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
}
.btn-lg {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 20px;
}
.btn-primary {
  background-color: #003784;
  border-color: #003784;
  color: #ffffff;
}
.btn-primary:hover:not([disabled]) {
  background-color: #002c6a;
  border-color: #002c6a;
  color: #ffffff;
}
.btn-secondary {
  background-color: #e6ebf3;
  border-color: #e6ebf3;
  color: #003784;
}
.btn-secondary:hover:not([disabled]) {
  background-color: #d9dde3;
  border-color: #d9dde3;
  color: #003784;
}
.btn-success {
  background-color: #027a48;
  border-color: #027a48;
  color: #ffffff;
}
.btn-success:hover:not([disabled]) {
  background-color: #026e41;
  border-color: #026e41;
  color: #ffffff;
}
.btn-info {
  background-color: #359bff;
  border-color: #359bff;
  color: #ffffff;
}
.btn-info:hover:not([disabled]) {
  background-color: #256cb2;
  border-color: #256cb2;
  color: #ffffff;
}
.btn-warning {
  background-color: #f68b27;
  border-color: #f68b27;
  color: #ffffff;
}
.btn-warning:hover:not([disabled]) {
  background-color: #ac611b;
  border-color: #ac611b;
  color: #ffffff;
}
.btn-error {
  background-color: #d7382d;
  border-color: #d7382d;
  color: #ffffff;
}
.btn-error:hover:not([disabled]) {
  background-color: #96271f;
  border-color: #96271f;
  color: #ffffff;
}
.btn-outline {
  background-color: #FFFFFF;
  border-color: #ebebeb;
  color: #262626;
}
.btn-outline:hover:not([disabled]) {
  background-color: #ebebeb;
}
.btn-primary-outline {
  background-color: #ffffff;
  border-color: #003784;
  color: #003784;
}
.btn-primary-outline:hover:not([disabled]) {
  background-color: #003784;
  color: #ffffff;
}
.btn-secondary-outline {
  background-color: #d9dde3;
  border-color: #003784;
  color: #003784;
}
.btn-secondary-outline:hover:not([disabled]) {
  border-color: #d9dde3;
}
.btn-success-outline {
  background-color: #ffffff;
  border-color: #027a48;
  color: #027a48;
}
.btn-success-outline:hover:not([disabled]) {
  background-color: #027a48;
  border-color: #027a48;
  color: #ffffff;
}
.btn-info-outline {
  background-color: #ffffff;
  border-color: #359bff;
  color: #359bff;
}
.btn-info-outline:hover:not([disabled]) {
  background-color: #359bff;
  border-color: #359bff;
  color: #ffffff;
}
.btn-warning-outline {
  background-color: #ffffff;
  border-color: #f68b27;
  color: #f68b27;
}
.btn-warning-outline:hover:not([disabled]) {
  background-color: #f68b27;
  border-color: #f68b27;
  color: #ffffff;
}
.btn-error-outline {
  background-color: #ffffff;
  border-color: #d7382d;
  color: #d7382d;
}
.btn-error-outline:hover:not([disabled]) {
  background-color: #d7382d;
  border-color: #d7382d;
  color: #ffffff;
}
.badge {
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  font-size: 12px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.badge >:not([hidden])~:not([hidden]) {
  margin-left: 8px;
}
.badge-success {
  background-color: #ECFDF3;
  color: #027A48;
}
.badge-success.badge-darken {
  background-color: #027A48;
  color: #FFFFFF;
}
.badge-info {
  background-color: #EBF5FF;
  color: #359BFF;
}
.badge-info.badge-darken {
  background-color: #359BFF;
  color: #FFFFFF;
}
.badge-warning {
  background-color: #FEF3E9;
  color: #F68B27;
}
.badge-warning.badge-darken {
  background-color: #F68B27;
  color: #FFFFFF;
}
.badge-error {
  background-color: #FBEBEA;
  color: #D7382D;
}
.badge-error.badge-darken {
  background-color: #D7382D;
  color: #FFFFFF;
}
.badge-dark {
  background-color: #DEDEDE;
  color: #000000;
}
.badge-dark.badge-darken {
  background-color: #000000;
  color: #FFFFFF;
}
.breadcrumb {
  scrollbar-color: rgba(192, 205, 226, 1) transparent;
  scrollbar-width: auto;
}
.breadcrumb::-webkit-scrollbar {
  width: 8px;
}
.breadcrumb::-webkit-scrollbar-track {
  background: rgba(192, 205, 226, .2);
  border-radius: 8px;
}
.breadcrumb::-webkit-scrollbar-thumb {
  background-color: rgba(192, 205, 226, 1);
  border-radius: 8px;
  border: 0 solid rgba(192, 205, 226, .2);
}
.breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: start;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: auto hidden;
  width: 100%;
}
.breadcrumb > :not([hidden]) ~ :not([hidden]) {
  margin-left: 8px;
}
.breadcrumb-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  width: 20px;
  height: 18px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none' %3E%3Cpath d='M7.68364 6.99993L4.79614 4.11243L5.62098 3.2876L9.33331 6.99993L5.62098 10.7123L4.79614 9.88743L7.68364 6.99993Z' fill='%2371717a' /%3E%3C/svg%3E");
}
.breadcrumb-item > :not([hidden]) ~ :not([hidden]) {
  margin-left: 8px;
}
.breadcrumb-item-link {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #003784;
}
.breadcrumb-item-link.active {
  color: #71717a;
}
.breadcrumb-item-link:not(.active):hover {
  opacity: 0.75;
}
.header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 639px) {

  .header .header-content .breadcrumb {
    max-width: calc(100vw - 32px);
  }

  .header .header-back ~ .header-content .breadcrumb {
    max-width: calc(100vw - 96px);
  }
}
.header > :not([hidden]) ~ :not([hidden]) {
  margin-left: 20px;
}
.header-back {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  height: 36px;
  width: 36px;
  background-color: #ffffff;
  border-radius: 50%;
  border-color: #e5e7eb;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  color: #262626;
  font-size: 20px;
}
.header-back :hover {
  opacity: 0.8;
}
.header-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 640px) {

  .header-content {
    flex-direction: row;
    align-items: center;
  }

  .header-content > :not([hidden]) ~ :not([hidden]) {
    margin-left: 16px;
  }
}
.header-content-divider {
  display: none;
}
@media (min-width: 640px) {

  .header-content-divider {
    display: block;
    height: 26px;
    width: 1px;
    border-left-color: #dedede;
    border-left-style: solid;
    border-left-width: 1px;
  }
}
.header-content-title {
  color: #262626;
  flex-shrink: 0;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.card {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  width: 100%;
}
.card-header-left {
  display: flex;
  flex-direction: column;
}
.card-header-right {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex: 1 1 0%;
  flex-wrap: wrap;
}
.card-header-right > :not([hidden]) ~ :not([hidden]) {
  margin-left: 8px;
}
.card-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #262626;
}
.card-divider {
  width: 100%;
  border-color: #EBEBEB;
}
.card-body {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 16px;
  width: 100%;
}
.card-body.no-space {
  padding: 0;
}
.card-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #7d7d7d;
}
.card-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
  width: 100%;
}
.card-footer > :not([hidden]) ~ :not([hidden]) {
  margin-left: 8px;
}
.card-footer.left {
  justify-content: flex-start;
}
.card-footer.center {
  justify-content: center;
}
.card-footer.between {
  justify-content: space-between;
}
.font-inter {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-xs {
  font-size: 12px;
  line-height: 18px;
}
.text-sm {
  font-size: 14px;
  line-height: 20px;
}
.text-base {
  font-size: 16px;
  line-height: 24px;
}
.text-lg {
  font-size: 18px;
  line-height: 28px;
}
.text-xl {
  font-size: 20px;
  line-height: 30px;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.word-break-all {
  word-break: break-all;
}
.toast {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
  margin-left: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  border-width: 1.5px;
  border-color: #FFFFFF;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.toast >:not([hidden])~:not([hidden]) {
  margin-left: 8px;
}
.toast-success {
  background-color: #ecfdf3;
  color: #027a48;
}
.toast-info {
  background-color: #ebf5ff;
  color: #359bff;
}
.toast-warning {
  background-color: #fef3e9;
  color: #f68b27;
}
.toast-error {
  background-color: #fbebea;
  color: #d7382d;
}
.toast-wrapper {
  position: fixed;
  width: -moz-fit-content;
  width: fit-content;
  top: 40px;
  left: 0;
  right: 0;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  z-index: 93;
}
.toast-wrapper >:not([hidden]) ~:not([hidden]) {
  margin-top: 8px;
}
.\!modal {
  display: none !important;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(38, 38, 38, 40%) !important;
  z-index: 93 !important;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(38, 38, 38, 40%);
  z-index: 93;
}
.\!modal.show {
  display: block !important;
}
.modal.show {
  display: block;
}
.modal-position {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.modal-position.modal-top {
  align-items: flex-start;
}
.modal-position.modal-bottom {
  align-items: flex-end;
}
.modal-body {
  display: flex;
  padding: 24px;
  padding-bottom: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.modal-body >:not([hidden])~:not([hidden]) {
  margin-top: 8px;
}
.modal-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px;
  line-height: 24px;
  color: #DEDEDE;
  cursor: pointer;
}
.modal-card {
  display: inline-flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #ffffff;
  width: 480px;
}
.modal-title {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #262626;
}
.modal-description {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.modal-divider {
  align-self: stretch;
  border-top: 1px solid #EBEBEB;
}
.modal-footer {
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 20px;
  justify-items: stretch;
  align-items: center;
  width: 100%;
}
.modal-footer > button {
  width: 100%;
}
@media (min-width: 640px) {

  .modal-footer >:not([hidden])~:not([hidden]) {
    margin-left: 8px;
  }
}
@media (max-width: 639px) {

  .modal-footer {
    flex-direction: column;
  }

  .modal-footer >:not([hidden])~:not([hidden]) {
    margin-top: 8px;
  }
}
.modal-icon {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  align-self: center;
  line-height: 1;
  font-size: 80px;
  width: 103px;
  height: 103px;
}
.modal-icon.no-background {
  background-color: transparent;
  width: auto;
  height: auto;
}
.modal-icon-primary {
  background-color: #e6ebf3;
  border-color: #e6ebf3;
  color: #003784;
}
.modal-icon-secondary {
  background-color: ;
  border-color: ;
  color: #e6ebf3;
}
.modal-icon-outline {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ebebeb;
}
.modal-icon-success {
  background-color: #ecfdf3;
  border-color: #ecfdf3;
  color: #027a48;
}
.modal-icon-info {
  background-color: #ebf5ff;
  border-color: #ebf5ff;
  color: #359bff;
}
.modal-icon-warning {
  background-color: #fef3e9;
  border-color: #fef3e9;
  color: #f68b27;
}
.modal-icon-error {
  background-color: #fbebea;
  border-color: #fbebea;
  color: #d7382d;
}
.dropdown {
  display: inline-block;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
}
.dropdown-btn > i {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}
.dropdown-btn.show > i {
  transform: rotate(180deg);
}
.dropdown-menu {
  display: none;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 8px;
  border-radius: 4px;
  min-width: 150px;
  background-color: #FFF;
  box-shadow: 4px 4px 12px 0px rgba(18, 18, 18, 0.04);
  position: fixed;
  top: 0;
  left: 0;
}
.dropdown-menu > :not([hidden]) ~ :not([hidden]) {
  margin-top: 8px;
}
.dropdown-menu.show {
  display: flex;
}
.dropdown-menu-item {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  background-color: #FFF;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.dropdown-menu-item:hover {
  cursor: pointer;
  background-color: #f8f8f8;
}
.dropdown-menu-item > :not([hidden]) ~ :not([hidden]) {
  margin-left: 8px;
}
.dropdown-menu-item > i {
  font-size: 20px;
  line-height: 20px;
}
.\!table {
  display: table !important;
  position: relative !important;
  min-width: 100% !important;
  text-align: left !important;
}
.table {
  display: table;
  position: relative;
  min-width: 100%;
  text-align: left;
}
.\!table >:not([hidden])~:not([hidden]) {
  border-top-width: 1px !important;
  border-color: #EBEBEB !important;
}
.table >:not([hidden])~:not([hidden]) {
  border-top-width: 1px;
  border-color: #EBEBEB;
}
.\!table tbody {
  display: table-row-group !important;
}
.table tbody {
  display: table-row-group;
}
.\!table tbody >:not([hidden])~:not([hidden]) {
  border-top-width: 1px !important;
  border-color: #EBEBEB !important;
}
.table tbody >:not([hidden])~:not([hidden]) {
  border-top-width: 1px;
  border-color: #EBEBEB;
}
.\!table tbody td {
  display: table-cell !important;
  color: #262626 !important;
  padding: 16px !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}
.table tbody td {
  display: table-cell;
  color: #262626;
  padding: 16px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}
.\!table tbody td.center {
  text-align: center !important;
}
.table tbody td.center {
  text-align: center;
}
.\!table tbody td.right {
  text-align: right !important;
}
.table tbody td.right {
  text-align: right;
}
.\!table tbody td.nowrap {
  white-space: nowrap !important;
}
.table tbody td.nowrap {
  white-space: nowrap;
}
.\!table thead {
  display: table-header-group !important;
}
.table thead {
  display: table-header-group;
}
.\!table thead >:not([hidden])~:not([hidden]) {
  border-top-width: 1px !important;
  border-color: #EBEBEB !important;
}
.table thead >:not([hidden])~:not([hidden]) {
  border-top-width: 1px;
  border-color: #EBEBEB;
}
.\!table thead th {
  display: table-cell !important;
  padding: 16px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  color: #7D7D7D !important;
}
.table thead th {
  display: table-cell;
  padding: 16px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #7D7D7D;
}
.\!table thead th.center {
  text-align: center !important;
}
.table thead th.center {
  text-align: center;
}
.\!table thead th.right {
  text-align: right !important;
}
.table thead th.right {
  text-align: right;
}
.\!table thead th.nowrap {
  white-space: nowrap !important;
}
.table thead th.nowrap {
  white-space: nowrap;
}
.\!table tbody > tr, .\!table thead > tr {
  display: table-row !important;
}
.table tbody > tr, .table thead > tr {
  display: table-row;
}
.\!table tbody > tr, .\!table thead > tr {
  display: table-row !important;
}
.pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1024px) {

  .pagination {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {

  .pagination >:not([hidden])~:not([hidden]) {
    margin-top: 8px;
  }
}
.pagination-btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  border-width: 1px;
  border-color: transparent;
  width: 100%;
  font-weight: 500;
  min-width: 36px;
  color: #7D7D7D;
}
.pagination-btn:hover:not([disabled]) {
  color: #003784;
  background-color: #e6ebf3;
  border-color: #e6ebf3;
}
.pagination-btn:disabled {
  color: #7D7D7D;
  cursor: not-allowed;
  border-color: #e6ebf3;
}
.pagination-btn.active {
  color: #003784;
  background-color: #e6ebf3;
}
.pagination-btn.pagination-control >:not([hidden])~:not([hidden]) {
  margin-left: 8px;
}
.pagination-btn.pagination-control {
  border-color: #EBEBEB;
  color: #7D7D7D;
}
.pagination-btn.pagination-control:not(:disabled) {
  color: #262626;
}
.pagination-goto {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}
@media (min-width: 1024px) {

  .pagination-goto {
    width: 25%;
  }
}
.pagination-goto >:not([hidden])~:not([hidden]) {
  margin-left: 12px;
}
.pagination-goto-input {
  width: 4rem;
  border-radius: 8px;
  border-width: 1px;
  padding-left:  12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #e5e7eb;
}
@media (min-width: 1024px) {

  .pagination-goto-input {
    width: 25%;
  }
}
.pagination-info {
  font-weight: 400;
  flex-direction: row;
  width: auto;
}
@media (min-width: 1024px) {

  .pagination-info {
    display: flex;
    width: 25%;
  }
}
.pagination-info >:not([hidden])~:not([hidden]) {
  margin-left: 4px;
}
.pagination-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pagination-item.page-number {
  display: none;
}
@media (min-width: 1024px) {

  .pagination-item.page-number {
    display: flex;
  }
}
.pagination-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.pagination-nav >:not([hidden])~:not([hidden]) {
  margin-left: 8px;
}
.form-error {
  font-size: 12px;
  color: #d7382d;
  margin-top: 8px;
}
.form-group {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.form-group >:not([hidden])~:not([hidden]) {
  margin-top: 8px;
}
.form-group.error > .form-input-group, .form-group.error > .form-input-group:focus-within {
  border-color: #D7382D;
  color: #D7382D;
}
.form-group.error > .form-input,    .form-group.error > .form-input:focus,    .form-group.error > .form-textarea,    .form-group.error > .form-textarea:focus {
  border-color: #D7382D;
}
.form-group.error > .form-input-group > .form-input {
  color: #363636;
}
.form-group.error > .form-radio-group > .form-radio-label {
  border-color: #D7382D;
  color: #D7382D;
}
.form-group.error > .form-checkbox-group > .form-checkbox-label {
  border-color: #D7382D;
  color: #D7382D;
}
.form-group.error > .form-checkbox-group > .form-checkbox-label .form-checkbox-input:checked {
  border-color: #D7382D;
  background-color: #FBEBEA;
  color: #D7382D;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.6667 3.5L5.25004 9.91667L2.33337 7' stroke='%23D7382D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.form-group.error > .form-input-group:focus-within, .form-group.error > .form-input:focus, .form-group.error > .form-textarea:focus {
  box-shadow: 0 0 0 2px #d7382d33;
}
.form-group.disabled > .form-textarea,     .form-group.disabled > .form-radio-group > .form-radio-label,     .form-group.disabled > .form-checkbox-group > .form-checkbox-label,     .form-group.disabled > .form-input-group,     .form-group.disabled > .form-input {
  background-color: #F8F8F8;
}
.form-group.disabled > .form-textarea,    .form-group.disabled > .form-radio-group > .form-radio-label,    .form-group.disabled > .form-radio-group > .form-radio-label > .form-radio-input,    .form-group.disabled > .form-checkbox-group > .form-checkbox-label,    .form-group.disabled > .form-checkbox-group > .form-checkbox-label > .form-checkbox-input,    .form-group.disabled > .form-input-group,    .form-group.disabled > .form-input {
  cursor: not-allowed;
}
.form-group.readonly > .form-textarea,    .form-group.readonly > .form-checkbox-group > .form-checkbox-label,    .form-group.readonly > .form-radio-group > .form-radio-label,    .form-group.readonly > .form-input {
  pointer-events: none;
}
@media (min-width: 1024px) {

  .form-group.horizontal {
    flex-direction: row;
  }

  .form-group.horizontal > .form-label {
    width: 30%;
    line-height: 47px;
  }

  .form-group.horizontal ~ .form-error, .form-group.horizontal ~ .form-help {
    padding-left: calc(30% + 8px);
  }

  .form-group.horizontal >:not([hidden])~:not([hidden]) {
    margin-top: 0;
    margin-left: 8px;
  }

  .form-group.horizontal > .form-radio-group,      .form-group.horizontal > .form-input-group,      .form-group.horizontal > .form-textarea,      .form-group.horizontal > .form-input {
    width: 70%;
  }
}
.form-help {
  font-size: 12px;
  color: #363636;
  margin-top: 8px;
}
.form-input {
  padding: 12px 14px;
  font-size: 14px;
  width: 100%;
  color: #363636;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
}
.form-input::-moz-placeholder {
  color: #ebebeb;
}
.form-input::placeholder {
  color: #ebebeb;
}
.form-input:focus {
  outline-width: 0;
  border-color: #003784;
  box-shadow: 0 0 0 2px #ccd7e6;
}
.form-input:focus-visible {
  outline: none;
  outline-width: 0;
}
.form-input:disabled {
  background-color: #F8F8F8;
  cursor: not-allowed;
}
.form-input:-moz-read-only:not([disabled]) {
  pointer-events: none;
}
.form-input:read-only:not([disabled]) {
  pointer-events: none;
}
.form-input.error, .form-input.error:focus {
  border-color: #D7382D;
}
.form-input.error:focus {
  box-shadow: 0 0 0 2px #d7382d33;
}
.form-input.plain {
  border-radius: 0;
  border-width: 0;
  padding: 0;
}
.form-input.plain:focus {
  box-shadow: none;
}
.form-input:-webkit-autofill {
  box-shadow: 0 0 0 30px #FFFFFF inset !important;
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
}
.form-input-btn-group {
  position: relative;
  padding: 0 4px;
}
.form-input-btn-group.left, .form-input-btn-group.right {
  font-size: 14px;
}
.form-input-btn-group.left {
  padding: 0 10px 0 4px;
  margin-right: 4px;
}
.form-input-btn-group.left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  height: 16px;
  border-right: 1px solid #ebebeb;
  transform: translateY(-50%);
}
.form-input-btn-group.right {
  padding: 0 4px 0 10px;
  margin-left: 4px;
}
.form-input-btn-group.right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  height: 16px;
  border-left: 1px solid #ebebeb;
  transform: translateY(-50%);
}
.form-input-group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 8px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  background-color: #FFFFFF;
  pointer-events: auto;
}
.form-input-group > .form-input {
  border-radius: 0;
  border: 0;
  box-shadow: none !important;
  padding: 12px 6px;
}
.form-input-group > .form-input:-webkit-autofill {
  box-shadow: 0 0 0 30px #FFFFFF inset !important;
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
}
.form-input-group:focus-within {
  border-color: #003784;
  box-shadow: 0 0 0 2px #ccd7e6;
}
.form-label {
  font-size: 14px;
  color: #363636;
}
.form-label.required::after {
  content: "*";
  color: #D7382D;
  margin-left: 4px;
}
.form-label.plain {
  font-weight: 500;
  color: #7D7D7D;
}
.form-label-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.form-label-group > :not([hidden]) ~ :not([hidden]) {
  margin-left: 8px;
}
.form-checkbox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 6px;
  vertical-align: middle;
  color: #E6EBF3;
  background-origin: border-box;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  cursor: pointer;
}
.form-checkbox-input:checked, .form-checkbox-input:indeterminate {
  border-color: #003784;
  background-color: #E6EBF3;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox-input:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.6667 3.5L5.25004 9.91667L2.33337 7' stroke='%23003784' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.form-checkbox-input:indeterminate {
  background-size: 75% 75%;
  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='%23003784' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
}
.form-checkbox-label {
  display: flex;
  padding: 12px 16px;
  align-items: flex-start;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  pointer-events: auto;
  cursor: pointer;
}
.form-checkbox-label >:not([hidden])~:not([hidden]) {
  margin-left: 8px;
}
.form-checkbox-label:hover {
  background-color: #F8F8F8;
}
.form-checkbox-label.disabled {
  background-color: #F8F8F8;
  cursor: not-allowed;
}
.form-checkbox-label.disabled > .form-checkbox-input {
  cursor: not-allowed;
}
.form-checkbox-label.readonly {
  pointer-events: none;
}
.form-checkbox-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: -4px;
}
.form-checkbox-group > :not([hidden]) {
  margin: 4px;
}
.form-checkbox-group.vertical {
  flex-direction: column;
}
.form-checkbox-group.error > .form-checkbox-label {
  border-color: #D7382D;
  color: #D7382D;
}
.form-checkbox-group.error > .form-checkbox-label > .form-checkbox-input:checked {
  border-color: #D7382D;
  background-color: #FBEBEA;
  color: #D7382D;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.6667 3.5L5.25004 9.91667L2.33337 7' stroke='%23D7382D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.form-checkbox-text {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.form-radio-group.vertical {
  flex-direction: column;
}
.form-radio-group.error > .form-radio-label {
  border-color: #D7382D;
  color: #D7382D;
}
.form-radio-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: grid;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  place-content: center;
  cursor: pointer;
}
.form-radio-input::before {
  content: "";
}
.form-radio-input:checked {
  border: 1px solid #003784;
}
.form-radio-input:checked::before {
  box-shadow: inset 1em 1em #003784;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #003784;
}
.form-radio-label.disabled {
  background-color: #F8F8F8;
}
.form-radio-label.disabled, .form-radio-label.readonly {
  pointer-events: none;
}
.form-radio-text {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.form-textarea {
  padding: 12px 14px;
  font-size: 14px;
  width: 100%;
  color: #363636;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
}
.form-textarea::-moz-placeholder {
  color: #ebebeb;
}
.form-textarea::placeholder {
  color: #ebebeb;
}
.form-textarea:focus {
  outline-width: 0;
  border-color: #003784;
  box-shadow: 0 0 0 2px #ccd7e6;
}
.form-textarea:focus-visible {
  outline-width: 0;
}
.form-textarea:disabled {
  background-color: #f8f8f8;
  cursor: not-allowed;
}
.form-textarea:-moz-read-only:not([disabled]) {
  pointer-events: none;
}
.form-textarea:read-only:not([disabled]) {
  pointer-events: none;
}
.form-textarea.error, .form-textarea.error:focus {
  border-color: #D7382D;
}
.form-textarea.error:focus {
  box-shadow: 0 0 0 2px #d7382d33;
}
.form-textarea.plain {
  border-radius: 0;
  border-width: 0;
  padding: 0;
}
.form-textarea.plain:focus {
  box-shadow: none;
}
.form-switch {
  position: relative;
  width: 44px;
  height: 24px;
  border-radius: 12px;
  border-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #F8F8F8;
  transition-property: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.form-switch:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  border-radius: 12px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  transition-property: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, .06)) drop-shadow(0px 1px 3px rgba(16, 24, 40, .1));
}
.form-switch:checked {
  background-color: #003784;
  background-position: 100%;
}
.form-switch:checked:before {
  content: "";
  left: 20px;
  background-position: 0;
}
.form-switch:disabled {
  cursor: not-allowed;
}
.avatar {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.profile {
  position: absolute;
  display: none;
  width: 260px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 4px 20px 40px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  z-index: 93;
}
@media (min-width: 375px) {

  .profile {
    width: 312px;
  }
}
.profile::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11' fill='none'%3E%3Cpath d='M6.03849 1.24719C6.83676 0.141072 8.48375 0.141072 9.28202 1.24719L14.0325 7.82959C14.9871 9.15232 14.0419 11 12.4107 11H2.90982C1.2786 11 0.33345 9.15232 1.28805 7.82959L6.03849 1.24719Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  top: -16px;
  right: 8px;
  width: 18px;
  height: 12px;
}
.profile.show {
  display: flex;
}
.profile-header {
  display: flex;
  padding: 12px;
  flex-direction: row;
  align-items: flex-start;
}
.profile-header > :not([hidden]) ~ :not([hidden]) {
  margin-right: 12px;
  margin-left: 12px;
}
.profile-header .avatar {
  flex-shrink: 0;
}
.profile-header ul.header-user {
  display: flex;
  max-width: 165px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  overflow: hidden;
}
@media (min-width: 375px) {

  .profile-header ul.header-user {
    max-width: 222px;
  }
}
.profile-header ul.header-user li.user-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-self: stretch;
  color: #262626;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.profile-header ul.header-user li.user-info {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  line-height: 18px;
  color: #7d7d7d;
}
.profile-header ul.header-user li.user-info > :not([hidden]) ~ :not([hidden]) {
  margin-right: 4px;
  margin-left: 4px;
}
.profile-header ul.header-user li.user-role {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-self: stretch;
  color: #003784;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.profile-menu {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
  border-top: 1px solid #ebebeb;
}
.profile-menu-item {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  padding: 12px;
  cursor: pointer;
  color: #262626;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 8px;
}
.profile-menu-item:hover {
  background-color: #f8f8f8;
}
.profile-menu-item > i {
  font-size: 20px;
}
.profile-menu-item > :not([hidden]) ~ :not([hidden]) {
  margin-left: 8px;
}
.profile-menu-item.item-primary {
  color: #003784;
}
.profile-menu-item.item-primary:hover {
  background-color: #e6ebf3;
}
.profile-menu-item.item-secondary {
  color: #e6ebf3;
}
.profile-menu-item.item-secondary:hover {
  background-color: ;
}
.profile-menu-item.item-success {
  color: #027a48;
}
.profile-menu-item.item-success:hover {
  background-color: #ecfdf3;
}
.profile-menu-item.item-info {
  color: #359bff;
}
.profile-menu-item.item-info:hover {
  background-color: #ebf5ff;
}
.profile-menu-item.item-warning {
  color: #f68b27;
}
.profile-menu-item.item-warning:hover {
  background-color: #fef3e9;
}
.profile-menu-item.item-error {
  color: #d7382d;
}
.profile-menu-item.item-error:hover {
  background-color: #fbebea;
}
.notification {
  position: relative;
  display: flex;
  align-items: center;
}
.notification button {
  cursor: pointer;
}
.notification-btn {
  padding: 4px;
  font-size: 24px;
  cursor: pointer;
}
.notification-container {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 430px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 4px 20px 40px 0 rgba(0, 0, 0, 0.06);
  z-index: 93;
}
@media (max-width: 768px) {

  .notification-container {
    width: 320px;
  }
}
.notification-container::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11' fill='none'%3E%3Cpath d='M6.03849 1.24719C6.83676 0.141072 8.48375 0.141072 9.28202 1.24719L14.0325 7.82959C14.9871 9.15232 14.0419 11 12.4107 11H2.90982C1.2786 11 0.33345 9.15232 1.28805 7.82959L6.03849 1.24719Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  top: -16px;
  right: 8px;
  width: 18px;
  height: 12px;
}
.notification-container.show {
  display: flex;
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.navbar {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 91;
  width: 100%;
  height: 68px;
  background-color: #ffffff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 2.25rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-bottom-color: #ebebeb;
}
.navbar-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-item > :not([hidden]) ~ :not([hidden]) {
  margin-right: 16px;
  margin-left: 16px;
}
.navbar-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-menu > :not([hidden]) ~ :not([hidden]) {
  margin-right: 16px;
  margin-left: 16px;
}
.navbar-menu button {
  cursor: pointer;
}
.navbar-menu img {
  max-height: 32px;
  width: auto;
}
@media (min-width: 1024px) {

  .navbar-menu button {
    display: none;
  }

  .navbar-menu img {
    display: none;
  }
}
.navbar-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
.navbar-dropdown button {
  cursor: pointer;
}
.navbar-dropdown-btn {
  cursor: pointer;
}
.navbar-dropdown-btn :hover {
  opacity: 0.75;
}
.sidebar {
  position: fixed;
  display: none;
  flex-direction: column;
  border-right-color: #ebebeb;
  border-right-width: 1px;
  width: 100vw;
  background-color: #ffffff;
  height: 100vh;
  z-index: 92;
  margin-top: 68px;
}
.sidebar.open {
  display: flex;
}
@media (min-width: 1024px) {

  .sidebar {
    display: flex;
    margin-top: unset;
    width: 260px;
  }

  .sidebar.collapsed {
    width: 76px;
  }

  .sidebar.collapsed .sidebar-menu-divider {
    visibility: hidden;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar.collapsed .sidebar-menu-divider::before {
    visibility: visible;
  }

  .sidebar.collapsed .sidebar-menu-item-label {
    display: none;
  }

  .sidebar.collapsed .sidebar-arrow {
    display: none;
  }

  .sidebar.collapsed .sidebar-menu-item-arrow {
    display: none;
  }

  .sidebar.collapsed.hovered {
    width: 260px;
  }

  .sidebar.collapsed.hovered .sidebar-menu-divider::before {
    visibility: hidden;
  }

  .sidebar.collapsed.hovered .sidebar-menu-divider {
    visibility: visible;
    padding-left: 24px;
    padding-right: 24px;
  }

  .sidebar.collapsed.hovered .sidebar-menu-item-label {
    display: block;
  }

  .sidebar.collapsed.hovered .sidebar-arrow {
    display: flex;
  }

  .sidebar.collapsed.hovered .sidebar-menu-item-arrow {
    display: flex;
  }

  .sidebar.collapsed ul.child {
    display: none;
  }

  .sidebar.collapsed.hovered ul.child.expanded {
    display: flex;
  }

  .sidebar > :not([hidden]) ~ :not([hidden]) {
    margin-top: 16px;
  }
}
.sidebar-header {
  display: none;
}
@media (min-width: 1024px) {

  .sidebar-header {
    display: flex;
    height: 96px;
    overflow: hidden;
    padding-left: 24px;
    padding-right: 24px;
    justify-content: space-between;
    align-items: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  }
}
.sidebar-arrow {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transform: unset;
}
.sidebar-arrow.collapsed {
  transform: rotate(180deg);
}
.sidebar-menu {
  scrollbar-color: rgba(192, 205, 226, 1) transparent;
  scrollbar-width: auto;
}
.sidebar-menu::-webkit-scrollbar {
  width: 8px;
}
.sidebar-menu::-webkit-scrollbar-track {
  background: rgba(192, 205, 226, .2);
  border-radius: 8px;
}
.sidebar-menu::-webkit-scrollbar-thumb {
  background-color: rgba(192, 205, 226, 1);
  border-radius: 8px;
  border: 0 solid rgba(192, 205, 226, .2);
}
.sidebar-menu {
  display: block;
  height: calc(100vh - 68px);
  width: 100%;
  overflow: hidden auto;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 1024px) {

  .sidebar-menu {
    padding-top: 0;
    padding-bottom: 12px;
    height: calc(100vh - 96px + 16px);
  }
}
.sidebar-menu-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  overflow: hidden auto;
  width: 100%;
}
.sidebar-menu-content.child {
  display: none;
}
.sidebar-menu-content.child.expanded {
  display: flex;
}
.sidebar-menu-content.child > li {
  padding-left: 39px;
  padding-right: 0;
}
.sidebar-menu-content.child > li > ul > li {
  padding-left: 12px;
}
.sidebar-menu-content > li {
  margin-top: 6px;
  margin-bottom: 6px;
}
.sidebar-menu-content > :first-of-type {
  margin-top: 0;
}
.sidebar-menu-content > :last-of-type {
  margin-bottom: 0;
}
.sidebar-menu-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sidebar-menu-item > * + * {
  margin-top: 6px;
}
.sidebar-menu-divider {
  position: relative;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
  color: #a0aec0;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 1024px) {

  .sidebar-menu-divider::before {
    visibility: hidden;
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    height: 18px;
    border-bottom-width: 1px;
    border-bottom-color: #ebebeb;
    width: 48px;
    text-align: center;
    margin: auto;
  }
}
.sidebar-menu-item-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  min-height: 36px;
  color: #727272;
}
.sidebar-menu-item-link:hover {
  color: #003784;
}
.sidebar-menu-item-link:hover > span > svg {
  fill: #003784;
}
.sidebar-menu-item-link > * + * {
  margin-left: 16px;
}
.sidebar-menu-item-link.active {
  color: #003784;
}
.sidebar-menu-item-link.active > span {
  font-weight: 600;
}
.sidebar-menu-item-link.active > span > svg {
  fill: #003784;
}
.sidebar-menu-item-icon {
  font-size: 24px;
}
.sidebar-menu-item-label {
  flex-grow: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.sidebar-menu-item-arrow.expanded {
  transform: rotate(180deg);
}
.layout {
  position: relative;
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
  background-color: #ebebeb;
  width: 100%;
}
@media (max-width: 1023px) {

  .layout > .open + .layout-main {
    height: 0;
  }
}
@media (min-width: 1024px) {

  .layout .layout-main {
    margin-left: 260px;
  }

  .layout .layout-main, .layout .navbar {
    width: calc(100vw - 260px);
  }

  .layout > .collapsed + .layout-main {
    margin-left: 76px;
    width: calc(100vw - 76px);
  }

  .layout > .collapsed + .layout-main > .navbar {
    width: calc(100vw - 76px);
  }
}
.layout-main {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  background-color: #f8f8f8;
}
.layout-main-content {
  width: 100%;
  min-height: calc(100vh - 68px);
  margin-top: 68px;
  padding: 20px;
}
.layout-main-content > :not([hidden]) ~ :not([hidden]) {
  margin-top: 20px;
}
.form-dropdown-group {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 14px;
  background-color: white;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
  width: 100%;
  box-shadow: 4px 4px 12px 0px rgba(18, 18, 18, 0.04);
  cursor: pointer;
}
.form-dropdown-group:hover {
  cursor: pointer;
}
.form-dropdown-group:disabled {
  background-color: #F8F8F8;
  cursor: not-allowed;
}
.form-dropdown-group:disabled > label {
  cursor: not-allowed;
}
.form-dropdown-group > :not([hidden]) ~ :not([hidden]) {
  margin-left: 8px;
}
.form-dropdown-group:focus {
  outline-width: 0;
  border-color: #003784;
  box-shadow: 0 0 0 2px #ccd7e6;
}
.form-dropdown-group:focus-visible {
  outline-width: 0;
}
.form-dropdown-group.error, .form-dropdown-group.error:focus {
  border-color: #D7382D;
}
.form-dropdown-group.error:focus {
  box-shadow: 0 0 0 2px #d7382d33;
}
.form-dropdown-label {
  font-size: 14px;
  color: #363636;
  text-align: start;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.form-dropdown-placeholder {
  font-weight: 400;
  color: #ebebeb;
}
.form-dropdown-icon {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}
.form-dropdown-content {
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 8px;
  border-radius: 8px;
  min-width: 150px;
  width: 100%;
  max-height: 16rem;
  overflow-y: auto;
  background-color: #FFF;
  box-shadow: 4px 4px 12px 0px rgba(18, 18, 18, 0.04);
  z-index: 93;
}
.form-dropdown-content > :not([hidden]) ~ :not([hidden]) {
  margin-top: 8px;
}
.form-dropdown-content.show {
  display: flex;
}
.dropdown-empty {
  padding: 12px;
  text-align: center;
  color: #999;
  font-style: italic;
  width: 100%;
}
.dropdown-radio-text {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-radio-label {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  background-color: #ffffff;
  pointer-events: auto;
  cursor: pointer;
}
.dropdown-radio-label.radio-right {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.dropdown-radio-label:hover {
  color: #003784;
  background-color: #E6EBF3;
}
.dropdown-radio-label:has(input:disabled) {
  background-color: #F8F8F8;
  cursor: not-allowed;
}
.dropdown-radio-label:has(input:disabled), .dropdown-radio-label:has(input:readonly) {
  pointer-events: none;
}
.dropdown-radio-label:has(:checked) {
  color: #003784;
  background-color: #E6EBF3;
}
.dropdown-radio-label > input:checked {
  margin-right: 8px;
}
.dropdown-radio-label.radio-right > input:checked {
  margin-left: 8px;
}
.dropdown-radio-input {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: grid;
  border-radius: 50%;
  place-content: center;
  border: none;
  visibility: hidden;
  cursor: pointer;
}
.dropdown-radio-input::before {
  content: "";
}
.dropdown-radio-input:checked {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.99984 18.3337C5.39734 18.3337 1.6665 14.6028 1.6665 10.0003C1.6665 5.39783 5.39734 1.66699 9.99984 1.66699C14.6023 1.66699 18.3332 5.39783 18.3332 10.0003C18.3332 14.6028 14.6023 18.3337 9.99984 18.3337ZM9.169 13.3337L15.0607 7.44116L13.8823 6.26283L9.169 10.977L6.8115 8.61949L5.63317 9.79783L9.169 13.3337Z' fill='%23003784'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  visibility: visible;
}
.alert {
  display: flex;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  width: 100%;
}
.alert >:not([hidden])~:not([hidden]) {
  margin-left: 8px;
}
.alert-justify-start {
  justify-content: start;
}
.alert-items-center {
  align-items: center;
}
.alert-info {
  background-color: #EBEEFF;
  color: #5C77FF;
}
.alert-error {
  background-color: #FCE6E6;
  color: #EA3333;
}
.tab {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px 10px 24px;
  cursor: pointer;
  background-color: #FFFFFF;
  border-bottom: 2px solid transparent;
  color: #737373;
}
.tab-item.active {
  background-color: #FFFFFF;
  border-bottom: 2px solid #003684;
  color: #003684;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-left-14 {
  left: -3.5rem;
}
.-right-4 {
  right: -1rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-\[93\] {
  z-index: 93;
}
.z-\[94\] {
  z-index: 94;
}
.z-other {
  z-index: 93;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-4 {
  margin: 1rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.ms-1 {
  margin-inline-start: 0.25rem;
}
.ms-10 {
  margin-inline-start: 2.5rem;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-10 {
  height: 2.5rem !important;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[135px\] {
  height: 135px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[467px\] {
  height: 467px;
}
.h-\[64px\] {
  height: 64px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.\!max-h-\[400px\] {
  max-height: 400px !important;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[186px\] {
  min-height: 186px;
}
.\!w-\[150px\] {
  width: 150px !important;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[116px\] {
  width: 116px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[135px\] {
  width: 135px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[296px\] {
  width: 296px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[50vw\] {
  width: 50vw;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[620px\] {
  width: 620px;
}
.w-\[64px\] {
  width: 64px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-36 {
  max-width: 9rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.table-auto {
  table-layout: auto;
}
.-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-full {
  --tw-translate-x: 100%;
  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));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[60px_120px_1fr_140px_200px\] {
  grid-template-columns: 60px 120px 1fr 140px 200px;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[2px\] {
  gap: 2px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[6px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6px * var(--tw-space-x-reverse));
  margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-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-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[\#F5CAC2\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 202 194 / var(--tw-divide-opacity));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[9px\] {
  border-radius: 9px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.\!border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
}
.border-\[\#003177\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 49 119 / var(--tw-border-opacity));
}
.border-\[\#003684\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 54 132 / var(--tw-border-opacity));
}
.border-\[\#E5E5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-\[\#EA3333\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 51 51 / var(--tw-border-opacity));
}
.border-\[\#EBEBEB\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
}
.border-\[\#F5CAC2\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 202 194 / var(--tw-border-opacity));
}
.border-\[\#e5e7eb\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-primary-light {
  --tw-border-opacity: 1;
  border-color: rgb(230 235 243 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#003684\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 132 / var(--tw-bg-opacity));
}
.bg-\[\#262626\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-\[\#33AD5C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 173 92 / var(--tw-bg-opacity));
}
.bg-\[\#737373\] {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.bg-\[\#B2B2B2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(178 178 178 / var(--tw-bg-opacity));
}
.bg-\[\#E6EBF3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 235 243 / var(--tw-bg-opacity));
}
.bg-\[\#EA3333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 51 51 / var(--tw-bg-opacity));
}
.bg-\[\#EBEEFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 238 255 / var(--tw-bg-opacity));
}
.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-\[\#FBEBEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 235 234 / var(--tw-bg-opacity));
}
.bg-\[\#FCE6E6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 230 230 / var(--tw-bg-opacity));
}
.bg-\[\#d7382d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 56 45 / var(--tw-bg-opacity));
}
.bg-\[\#f0f1f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 245 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(230 235 243 / var(--tw-bg-opacity));
}
.bg-primary-main {
  --tw-bg-opacity: 1;
  background-color: rgb(0 55 132 / var(--tw-bg-opacity));
}
.bg-table-header {
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-24 {
  padding: 6rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.\!px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.\!py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pe-1 {
  padding-inline-end: 0.25rem;
}
.pe-2 {
  padding-inline-end: 0.5rem;
}
.pe-20 {
  padding-inline-end: 5rem;
}
.pe-4 {
  padding-inline-end: 1rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.ps-1 {
  padding-inline-start: 0.25rem;
}
.ps-2 {
  padding-inline-start: 0.5rem;
}
.ps-4 {
  padding-inline-start: 1rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.\!text-left {
  text-align: left !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.\!text-start {
  text-align: start !important;
}
.text-start {
  text-align: start;
}
.align-top {
  vertical-align: top;
}
.font-inter {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.563rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-base {
  font-size: 16px;
  line-height: 24px;
}
.text-lg {
  font-size: 18px;
  line-height: 28px;
}
.text-sm {
  font-size: 14px;
  line-height: 20px;
}
.text-xl {
  font-size: 20px;
  line-height: 30px;
}
.text-xs {
  font-size: 12px;
  line-height: 18px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[16px\] {
  line-height: 16px;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-\[\#003177\] {
  --tw-text-opacity: 1;
  color: rgb(0 49 119 / var(--tw-text-opacity));
}
.text-\[\#003684\] {
  --tw-text-opacity: 1;
  color: rgb(0 54 132 / var(--tw-text-opacity));
}
.text-\[\#007A29\] {
  --tw-text-opacity: 1;
  color: rgb(0 122 41 / var(--tw-text-opacity));
}
.text-\[\#262626\] {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-\[\#35f\] {
  --tw-text-opacity: 1;
  color: rgb(51 85 255 / var(--tw-text-opacity));
}
.text-\[\#5C77FF\] {
  --tw-text-opacity: 1;
  color: rgb(92 119 255 / var(--tw-text-opacity));
}
.text-\[\#737373\] {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-\[\#7D7D7D\] {
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity));
}
.text-\[\#808080\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-\[\#8C8C8C\] {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}
.text-\[\#B2B2B2\] {
  --tw-text-opacity: 1;
  color: rgb(178 178 178 / var(--tw-text-opacity));
}
.text-\[\#E50000\] {
  --tw-text-opacity: 1;
  color: rgb(229 0 0 / var(--tw-text-opacity));
}
.text-\[\#EA3333\] {
  --tw-text-opacity: 1;
  color: rgb(234 51 51 / var(--tw-text-opacity));
}
.text-alert-error {
  --tw-text-opacity: 1;
  color: rgb(234 51 51 / var(--tw-text-opacity));
}
.text-alert-warning {
  --tw-text-opacity: 1;
  color: rgb(255 153 51 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-error-main {
  --tw-text-opacity: 1;
  color: rgb(215 56 45 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-info-main {
  --tw-text-opacity: 1;
  color: rgb(53 155 255 / var(--tw-text-opacity));
}
.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-primary-main {
  --tw-text-opacity: 1;
  color: rgb(0 55 132 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.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-lg {
  --tw-shadow: 4px 20px 40px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 4px 20px 40px 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-md {
  --tw-shadow: 4px 4px 12px 0px rgba(18, 18, 18, 0.04);
  --tw-shadow-colored: 4px 4px 12px 0px 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-none {
  --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);
}
.shadow-sm {
  --tw-shadow: 4px 4px 12px 0px rgba(18, 18, 18, 0.04);
  --tw-shadow-colored: 4px 4px 12px 0px 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);
}
.\!outline {
  outline-style: solid !important;
}
.outline {
  outline-style: solid;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/*
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  2. Remove default margins and padding
  3. Reset all borders.
*/
*,
::after,
::before,
::backdrop,
::file-selector-button {
  box-sizing: border-box; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 2 */
  border: 0 solid; /* 3 */
}
/*
  1. Use a consistent sensible line-height in all browsers.
  2. Prevent adjustments of font size after orientation changes in iOS.
  3. Use a more readable tab size.
  4. Use the user's configured `sans` font-family by default.
  5. Use the user's configured `sans` font-feature-settings by default.
  6. Use the user's configured `sans` font-variation-settings by default.
  7. Disable tap highlights on iOS.
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 3 */
  /* font-family: var(
    --default-font-family,
    ui-sans-serif,
    system-ui,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji'
  ); 4 */
  font-feature-settings: var(--default-font-feature-settings, normal); /* 5 */
  font-variation-settings: var(--default-font-variation-settings, normal); /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
  Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  line-height: inherit;
}
/*
  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. Reset the default border style to a 1px solid border.
*/
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;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
/*
  Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
  1. Use the user's configured `mono` font-family by default.
  2. Use the user's configured `mono` font-feature-settings by default.
  3. Use the user's configured `mono` font-variation-settings by default.
  4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: var(
    --default-mono-font-family,
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    'Liberation Mono',
    'Courier New',
    monospace
  ); /* 4 */
  font-feature-settings: var(--default-mono-font-feature-settings, normal); /* 5 */
  font-variation-settings: var(--default-mono-font-variation-settings, normal); /* 6 */
  font-size: 1em; /* 4 */
}
/*
  Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
  Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
  1. Inherit the font styles in all browsers.
  2. Remove the default background color.
*/
button,
input,
optgroup,
select,
textarea,
::file-selector-button {
  font: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  background: transparent; /* 2 */
}
/*
  Reset the default inset border style for form controls to solid.
*/
input:where(:not([type='button'], [type='reset'], [type='submit'])),
select,
textarea {
  border: 1px solid;
}
/*
  Correct the inability to style the border radius in iOS Safari.
*/
button,
input:where([type='button'], [type='reset'], [type='submit']),
::file-selector-button {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
/*
  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;
}
/*
  Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
  Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
  Make lists unstyled by default.
*/
ol,
ul,
menu {
  list-style: none;
}
/*
  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 a semi-transparent version of the current text color.
*/
::-moz-placeholder {
  opacity: 1; /* 1 */
  color: color-mix(in srgb, currentColor 50%, transparent); /* 2 */
}
::placeholder {
  opacity: 1; /* 1 */
  color: color-mix(in srgb, currentColor 50%, transparent); /* 2 */
}
/*
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
     This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
  Make elements with the HTML hidden attribute stay hidden by default.
*/
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
.dt-container {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}
#dataTable tbody tr:hover {
    background-color: #f9fbfd;
    cursor: pointer;
}
.dt-processing {
    position: absolute !important;
    top: 60px !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    z-index: 1;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ffffff;
    border-top: 4px solid #000000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media (min-width: 640px) {

  .sm\:text-sm {
    font-size: 14px;
    line-height: 20px;
  }
}
.placeholder\:text-neutral-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.placeholder\:text-neutral-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.hover\:border-\[\#003177\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 49 119 / var(--tw-border-opacity));
}
.hover\:border-indigo-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}
.hover\:bg-\[\#D4E0F0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 224 240 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#EA3333\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 51 51 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:text-\[\#FFF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-secondary-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(217 221 227 / var(--tw-text-opacity));
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-50:hover {
  opacity: 0.5;
}
.focus\:shadow-none:focus {
  --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);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 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);
}
.active\:shadow-none:active {
  --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);
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:bg-neutral-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.disabled\:text-neutral-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
@media not all and (min-width: 640px) {

  .max-sm\:hidden {
    display: none;
  }
}
@media (min-width: 640px) {

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

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

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

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

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

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

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

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:text-sm {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

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

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

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

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }
}
