/*
! tailwindcss v3.4.1 | 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: currentColor; /* 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: Nunito Sans, Helvetica, Arial, sans-serif; /* 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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] {
  display: none;
}

*, ::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(66 165 245 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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(66 165 245 / 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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.z-10 {
  z-index: 10;
}
.z-\[1008\] {
  z-index: 1008;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-2 {
  margin: 0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-6 {
  height: 1.5rem !important;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-screen {
  height: 100vh;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.w-48 {
  width: 12rem;
}
.w-64 {
  width: 16rem;
}
.w-full {
  width: 100%;
}
.min-w-20 {
  min-width: 5rem;
}
.basis-\[15\%\] {
  flex-basis: 15%;
}
.basis-\[90\%\] {
  flex-basis: 90%;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-end {
  justify-items: end;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.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-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-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));
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border-t {
  border-top-width: 1px;
}
.border-grey-500 {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
}
.border-t-grey-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(189 189 189 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.95rem;
}
.text-lg {
  font-size: 1.25rem;
}
.text-sm {
  font-size: 0.64rem;
}
.text-xl {
  font-size: 1.56rem;
}
.text-xs {
  font-size: 0.5rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-error {
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(129 199 132 / var(--tw-text-opacity));
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(33 148 243 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(229 115 115 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
/* Chrome, Safari and Opera */
html,
body {
  margin: 0px;
  min-height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity));
  font-family: Nunito Sans, Helvetica, Arial, sans-serif;
  overflow-y: auto !important;
  font-size: 16px;
}
.v-application {
  font-family: "Nunito Sans", sans-serif !important;
}
.v-application .title {
  font-family: "Nunito Sans", sans-serif !important;
}
* {
  font-family: "Nunito Sans", sans-serif;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
h4,
h5,
.h4,
.h5 {
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}
h1,
.h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.8px;
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 64px;
    line-height: 80px;
    letter-spacing: 1.28px;
  }
}
h2,
.h2 {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.72px;
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 1.12px;
  }
}
h3,
.h3 {
  letter-spacing: 0em;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 48px;
    line-height: 56px;
  }
}
h4,
.h4 {
  letter-spacing: 0em;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 36px;
    line-height: 44px;
  }
}
h5,
.h5 {
  letter-spacing: 0em;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 28px;
    line-height: 36px;
  }
}
h6,
.h6 {
  font-weight: 700;
  letter-spacing: 0em;
  font-size: 18px;
  line-height: 22px;
  font-family: "Nunito Sans", sans-serif;
}
@media (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 22px;
    line-height: 28px;
  }
}
a,
.router-link {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(33 148 243 / var(--tw-text-opacity));
}
a:hover,
.router-link:hover {
  --tw-text-opacity: 1;
  color: rgb(25 118 210 / var(--tw-text-opacity));
}
@media (max-width: 1024px) {
  .hidden-mobile-important {
    display: none !important;
  }
}
.nav .v-list-item--active {
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-right-color: rgb(238 46 36 / var(--tw-border-opacity));
}
.hide-details .v-input__details {
  display: none !important;
}
.Vue-Toastification__container.bottom-right {
  bottom: 2.25em !important;
}
.access-breadcrumbs .v-chip__content {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 100%;
}
.v-table__wrapper {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.v-data-table__thead {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.modal-enter-active, .modal-leave-active {
  transition: opacity 0.3s, filter 0.3s;
}
.modal-enter, .modal-leave-to {
  opacity: 0;
  filter: blur(5px);
}
.login-container {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.login-container h1 {
  margin-bottom: 0.75rem;
}
.login-container form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.login-container:after {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 0;
  background-image: url('/images/bg-pipe.png');
  background-repeat: repeat;
  opacity: 0.5;
  content: "";
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: linear-gradient(to right, #267eff, #33B56C);
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 50;
  height: 0.5rem;
  width: 100%;
}
.modal-base {
  position: relative;
  max-height: 90vh;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.modal-content {
  max-height: 75vh;
  overflow-y: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}
@media (max-width: 768px) {
  .modal-content-fixed-h {
    max-height: 50vh;
    min-height: 50vh;
    overflow-x: hidden;
  }
}
.modal-footer {
  z-index: 50;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {

  .modal-footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.modal-default-content {
  min-width: 50vw;
  max-width: 50vw;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .modal-default-content {
    min-width: 60vw;
    max-width: 60vw;
  }
}
@media (max-width: 1024px) {
  .modal-default-content {
    min-width: calc(100vw - 2rem);
  }
}
.modal-large-content {
  min-width: 60vw;
  max-width: 60vw;
}
@media (max-width: 1279px) {
  .modal-large-content {
    min-width: 75vw;
    max-width: 75vw;
  }
}
@media (max-width: 1024px) {
  .modal-large-content {
    min-width: calc(100vw - 2rem);
  }
}
.modal-extra-large-content {
  min-width: 80vw;
}
@media (max-width: 1279px) {
  .modal-extra-large-content {
    min-width: 80vw;
  }
}
@media (max-width: 767px) {
  .modal-extra-large-content {
    min-width: calc(100vw - 2rem);
  }
}
/* shared table classes */
.tabular {
  /* Pagination button styles */
}
.tabular-body {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--table-gap-size, 1rem);
}
.tabular-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--table-gap-size, 1rem);
  /* Row Sizing Definition */
  /* Gets passed to grid-template-columns */
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns */
  --table-column-size: repeat(2, 100px) minmax(400px, 50%) 1fr;
  /* gap between cells */
  --table-gap-size: 0rem;
}
.tabular-headers {
  display: grid;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-bottom: 0.5rem;
  grid-template-columns: var(--table-column-size, repeat(5, 1fr));
  grid-gap: var(--table-gap-size, 1rem);
  font-weight: 600 !important;
}
.tabular-headers .sortable {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
}
.tabular-row {
  /* basic table body styles */
  display: grid;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 2.5rem;
}
.tabular-row:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.tabular-row {
  grid-template-columns: var(--table-column-size, repeat(5, 1fr));
  grid-gap: var(--table-gap-size, 1rem);
}
.tabular-row:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.tabular-row:nth-child(odd):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.tabular-row:nth-last-child(1) {
  border-bottom-width: 0px;
}
.tabular-cell {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.tabular-cell:nth-last-child(1) {
  border-right-width: 0px;
}
.tabular-pagination-row {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tabular-pagination-button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  height: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-width: 4rem;
}
.tabular-pagination-button:hover, .tabular-pagination-button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.users-table {
  --table-column-size: repeat(4, 1fr) 170px;
}
.entity-table {
  --table-column-size: repeat(2, 1fr) 170px;
}
.supplier-table {
  --table-column-size: repeat(4, 1fr) 170px;
}
.supplier-contacts-table {
  --table-column-size: repeat(6, 1fr) 170px;
}
.table-actions .menu {
  animation: menu 0.3s ease forwards;
}
@keyframes menu {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 20px, 0);
  }
}
.table-actions .open.fa-chevron-down {
  /* Safari */
  transition: transform 0.5s;
  transform: rotateX(180deg);
}
.box-l {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
.box-l[compact] {
  overflow: hidden;
  padding: 0px;
}
.box-l[transparent] {
  background-color: transparent;
}
.box-l[sharp] {
  border-radius: 0px;
}
.box-l[borderless] {
  border-style: none;
}
.box-l[flex-center] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-l[full-width] {
  width: 100%;
}
.cluster-l {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
.cluster-l[center] {
  justify-content: center;
}
.cluster-l[grid] {
  display: grid;
}
.cluster-l[end] {
  justify-content: flex-end;
}
.cluster-l[between] {
  justify-content: space-between;
}
.cluster-l[around] {
  justify-content: space-around;
}
.cluster-l[narrow] {
  gap: 1rem;
}
.cluster-l[squeezed] {
  gap: 0.75rem;
}
.cluster-l[small] {
  gap: 0.5rem;
}
.cluster-l[no-gap] {
  gap: 0px;
}
.cluster-l[align-start] {
  align-items: flex-start;
}
.cluster-l[no-wrap] {
  flex-wrap: nowrap;
}
.cluster-l[row-reverse] {
  flex-direction: row-reverse;
}
.cluster-l[full-width] {
  width: 100%;
}
.stack-l {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.stack-l[recursive] > * {
  margin-block: 0;
}
.stack-l > * + *, .stack-l[recursive] * + * {
  margin-block-start: 1.5rem;
}
.stack-l[squeezed] > * + * {
  margin-block-start: 0;
}
.stack-l[compact] > * + * {
  margin-block-start: 0.75rem;
}
.stack-l[wide] > * + * {
  margin-block-start: 4.5rem;
}
.stack-l[center] {
  align-items: center;
}
.stack-l[gap-1] {
  gap: 0.25rem;
}
.stack-l[gap-2] {
  gap: 0.5rem;
}
.stack-l[full-width] {
  width: 100%;
}
.text-l {
  font-size: 1rem;
  font-weight: 500;
}
.text-l[small] {
  font-size: 0.64rem;
}
.text-l[mid] {
  font-size: 0.875rem;
}
.text-l[big] {
  font-size: 1.25rem;
}
.text-l[bigger] {
  font-size: 1.56rem;
}
.text-l[thin] {
  font-weight: 400;
}
.text-l[bold] {
  font-weight: 700;
}
.text-l[capitalize] {
  text-transform: capitalize;
}
.text-l[uppercase] {
  text-transform: uppercase;
}
.text-l[justify] {
  text-align: justify;
}
.text-l[center] {
  text-align: center;
}
.text-l[hover]:hover {
  cursor: pointer;
}
.text-l[ellipsis] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
@media (min-width: 640px) {

  .sm\:grid {
    display: grid;
  }
}
@media (min-width: 768px) {

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:min-w-120 {
    min-width: 28rem;
  }

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .md\:pt-10 {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1024px) {

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