
  header.svelte-zoaozp {
    display: flex;
    padding: 0 3rem;
    height: 95px;
    border-bottom: 1px solid #4d4f53;
    box-sizing: border-box;
  }

  .header-content.svelte-zoaozp {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 1rem;
  }

  .header-text.svelte-zoaozp {
    display: flex;
    flex-direction: column;
    align-self: center;
  }

  h1.svelte-zoaozp {
    font-size: x-large;
    font-weight: bold;
    color: var(--black);
    margin: 0;
    text-align: left;
  }

  p.svelte-zoaozp {
    font-size: small;
    margin: 0;
  }

  .corner.svelte-zoaozp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }

  .corner.svelte-zoaozp img:where(.svelte-zoaozp) {
    width: 1.5em;
    height: 1.5em;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .user.svelte-zoaozp {
    font-weight: bold;
    font-size: small;
  }

  .user.svelte-zoaozp button:where(.svelte-zoaozp) {
    display: block;
  }

  .user.svelte-zoaozp button:where(.svelte-zoaozp):hover {
    text-decoration: underline;
    color: var(--green-blue);
  }

  @media (min-width: 1200px) {
    button.svelte-zoaozp {
      display: none;
    }
  }

  @media (max-width: 550px) {
    .corner.svelte-zoaozp img:where(.svelte-zoaozp) {
      width: 35px;
      height: 35px;
    }

    .header-content.svelte-zoaozp {
      justify-content: end;
    }

    header.svelte-zoaozp {
      display: flex;
      justify-content: center;
      gap: 2rem;
    }

    button.svelte-zoaozp {
      padding-right: 1rem;
    }

    button.svelte-zoaozp img:where(.svelte-zoaozp) {
      height: 60%;
    }

    .header-text.svelte-zoaozp {
      display: none;
    }

    .corner.svelte-zoaozp {
      gap: 2rem;
    }

    .corner.svelte-zoaozp img:where(.svelte-zoaozp) {
      font-size: 1rem;
    }

    .user.svelte-zoaozp {
      display: none;
    }
  }

  /* COLLAPSED */

  #navigation-panel.collapsed.svelte-11ch0ns {
    width: 100px;
    transition: width 0.3s ease-in-out;
  }

  .collapsed.svelte-11ch0ns .logo:where(.svelte-11ch0ns),
  .collapsed.svelte-11ch0ns p:where(.svelte-11ch0ns),
  .collapsed.svelte-11ch0ns .logo-2:where(.svelte-11ch0ns) {
    display: none;
  }

  .collapsed.svelte-11ch0ns .logo:where(.svelte-11ch0ns) {
    background-color: var(--color-primary-nav);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-left: 8px;
  }

  .collapsed.svelte-11ch0ns .sidebar:where(.svelte-11ch0ns) .nav:where(.svelte-11ch0ns) div:where(.svelte-11ch0ns) {
    gap: 0;
    padding-top: 20px;
  }

  /* (unused) .collapsed .sidebar .nav div h5 {
    display: none;
  }*/

  .collapsed.svelte-11ch0ns .sidebar:where(.svelte-11ch0ns) .nav:where(.svelte-11ch0ns) div:where(.svelte-11ch0ns) ul:where(.svelte-11ch0ns) {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .collapsed.svelte-11ch0ns .sidebar:where(.svelte-11ch0ns) .nav:where(.svelte-11ch0ns) div:where(.svelte-11ch0ns) ul:where(.svelte-11ch0ns) li:where(.svelte-11ch0ns) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(210, 210, 210, 0.2);
  }

  .collapsed.svelte-11ch0ns .sidebar:where(.svelte-11ch0ns) .nav:where(.svelte-11ch0ns) div:where(.svelte-11ch0ns) ul:where(.svelte-11ch0ns) li:where(.svelte-11ch0ns):last-child {
    border-bottom: none;
  }

  .collapsed.svelte-11ch0ns .sidebar:where(.svelte-11ch0ns) .nav:where(.svelte-11ch0ns) div:where(.svelte-11ch0ns) ul:where(.svelte-11ch0ns) li:where(.svelte-11ch0ns) a:where(.svelte-11ch0ns) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    background: none;
    border-radius: 0;
  }

  .collapsed.svelte-11ch0ns .sidebar:where(.svelte-11ch0ns) .nav:where(.svelte-11ch0ns) div:where(.svelte-11ch0ns) ul:where(.svelte-11ch0ns) li:where(.svelte-11ch0ns) a:where(.svelte-11ch0ns) div:where(.svelte-11ch0ns) {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .collapsed.svelte-11ch0ns .sidebar:where(.svelte-11ch0ns) .nav:where(.svelte-11ch0ns) div:where(.svelte-11ch0ns) ul:where(.svelte-11ch0ns) li:where(.svelte-11ch0ns) p:where(.svelte-11ch0ns) {
    display: none;
  }

  .collapsed.svelte-11ch0ns .sidebar:where(.svelte-11ch0ns) .nav:where(.svelte-11ch0ns) div:where(.svelte-11ch0ns) ul:where(.svelte-11ch0ns) img:where(.svelte-11ch0ns) {
    width: 35px;
    height: 35px;
    transition: transform 0.3s ease-in-out;
  }

  .collapsed.svelte-11ch0ns .sidebar:where(.svelte-11ch0ns) .nav:where(.svelte-11ch0ns) div:where(.svelte-11ch0ns) ul:where(.svelte-11ch0ns) img:where(.svelte-11ch0ns):hover {
    transition: transform 0.3s ease-in-out;
    transform: scale(1.2);
  }

  /* EXPANDED */

  #navigation-panel.svelte-11ch0ns {
    width: 340px; /* was 24% */
    transition: width 0.3s ease-in-out;
    /* margin-right: 40px; Maybe change later */
  }

  .sidebar.svelte-11ch0ns {
    position: relative;
    background-color: var(--color-primary-nav);
    box-shadow: 5px 0 5px -2px #888;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    transition: width 0.3s ease-in-out;
    box-sizing: border-box;
    border-right: 2px solid black;
  }

  .nav.svelte-11ch0ns {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .nav.svelte-11ch0ns div:where(.svelte-11ch0ns) {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .logo.svelte-11ch0ns {
    height: 86px;
    background-color: var(--black-nav);
    display: flex;
    align-items: center;
    padding-left: 30px;
  }

  .icon.svelte-11ch0ns {
    width: 65%;
  }

  /* BUTTON OPEN & CLOSE */
  .logo.svelte-11ch0ns .toggle-button:where(.svelte-11ch0ns) {
    background-color: var(--color-primary-nav);
    position: absolute;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 30px;
    height: 50px;
    right: -2px;
    top: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .logo.svelte-11ch0ns .button-open:where(.svelte-11ch0ns) img:where(.svelte-11ch0ns) {
    transform: scaleX(-1);
    width: 25px;
    height: 25px;
  }

  .logo.svelte-11ch0ns .button-close:where(.svelte-11ch0ns) {
    background-color: var(--collapse-nav-closed);
    justify-content: end;
    right: -30px;
    top: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  /* Custom border for button*/

  .logo.svelte-11ch0ns .button-close:where(.svelte-11ch0ns)::after {
    bottom: 0;
    border-bottom: 1.5px solid var(--border-nav); /* Adjust border style */
    border-top: 1.5px solid var(--border-nav); /* Adjust border style */
    content: '';
    position: absolute;
    top: 0;
    left: 6.5px;
    transform: translateX(-5%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 88%; /* Adjust width as needed */
    box-shadow: 5px 5px 5px -2px #888;
    border-right: 2px solid var(--border-nav); /* Adjust border style */
  }

  .logo.svelte-11ch0ns .button-open:where(.svelte-11ch0ns)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 6.5px;
    transform: translateX(-5%);
    /* border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; */
    width: 88%; /* Adjust width as needed */
    /* border-right: 2px solid red; Remove red debug border */
  }

  .logo.svelte-11ch0ns .button-close:where(.svelte-11ch0ns) img:where(.svelte-11ch0ns) {
    width: 25px;
    height: 25px;
  }

  /* END OF BUTTON */

  .logo-2.svelte-11ch0ns {
    height: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .logo-2.svelte-11ch0ns img:where(.svelte-11ch0ns) {
    width: 120px;
  }

  /* (unused) h5 {
    color: var(--blue-gray-nav); /*WAS var(--light-gray-nav)  /  gray Tim likes #eef2f4*\/
    font-weight: 700;
    font-size: 11pt;
    padding-left: 20px;
  }*/

  ul.svelte-11ch0ns {
    margin-right: 18px;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
  }

  li.svelte-11ch0ns {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  li.svelte-11ch0ns a:where(.svelte-11ch0ns) {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 3fr 5fr;
    align-items: center;
    background-color: var(--dark-blue-nav);
    gap: 15px;
    color: var(--white);
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition:
      transform 0.3s ease-in-out,
      background-color 0.3s ease-in-out;
  }
  li.svelte-11ch0ns a:where(.svelte-11ch0ns) p:where(.svelte-11ch0ns) {
    font-weight: 700;
    font-size: 12pt;
    color: var(--white-nav);
    width: 200%;
  }

  li.svelte-11ch0ns a:where(.svelte-11ch0ns) img:where(.svelte-11ch0ns):last-child {
    justify-self: end;
    margin-right: 10px;
  }

  li.svelte-11ch0ns a:where(.svelte-11ch0ns) img:where(.svelte-11ch0ns) {
    width: 26px;
    height: 26px;
  }

  /* HOVER LIST START */

  li.svelte-11ch0ns a:where(.svelte-11ch0ns):hover {
    transition:
      transform 0.3s ease-in-out,
      background-color 0.3s ease-in-out;
    background-color: var(--white-nav);
    transform: scale(1.1);
  }

  li.svelte-11ch0ns a:where(.svelte-11ch0ns):hover p:where(.svelte-11ch0ns) {
    transition: color 0.3s ease-in-out;
    color: var(--black-nav);
  }

  li.svelte-11ch0ns a:where(.svelte-11ch0ns):hover .home:where(.svelte-11ch0ns) {
    content: url('../../../icons/home-02_black.svg');
  }

  li.svelte-11ch0ns a:where(.svelte-11ch0ns):hover .licenses:where(.svelte-11ch0ns) {
    content: url('../../../icons/Licenses_black.svg');
  }

  li.svelte-11ch0ns a:where(.svelte-11ch0ns):hover .features:where(.svelte-11ch0ns) {
    content: url('../../../icons/Features_black.svg');
  }

  li.svelte-11ch0ns a:where(.svelte-11ch0ns):hover .vehicles:where(.svelte-11ch0ns) {
    content: url('../../../icons/Vehicles_black.svg');
  }

  li.svelte-11ch0ns a:where(.svelte-11ch0ns):hover .user:where(.svelte-11ch0ns) {
    content: url('../../../icons/user-01.svg'); /* Replace the image on hover */
  }

  li.svelte-11ch0ns a:where(.svelte-11ch0ns):hover .users:where(.svelte-11ch0ns) {
    content: url('../../../icons/Users_black.svg');
  }

  li.svelte-11ch0ns a:where(.svelte-11ch0ns):hover .issues:where(.svelte-11ch0ns) {
    content: url('../../../icons/issues_black.svg');
  }

  li.svelte-11ch0ns a:where(.svelte-11ch0ns):hover .stat-licenses:where(.svelte-11ch0ns) {
    content: url('../../../icons/Licenses_statistics_black.svg');
  }

  li.svelte-11ch0ns a:where(.svelte-11ch0ns):hover .stat-users:where(.svelte-11ch0ns) {
    content: url('../../../icons/Users_statistics_black.svg');
  }

  li.svelte-11ch0ns a:where(.svelte-11ch0ns):hover .business:where(.svelte-11ch0ns) {
    content: url('../../../icons/Business_black.svg');
  }
  /* HOVER LIST END */

  /* MEDIA */

  @media (max-width: 400px) {
    #navigation-panel.expanded.svelte-11ch0ns {
      position: fixed;
      left: 0;
      top: 0;
      height: 100%;
      width: 280px; /* was 75% !important */
    }
  }

  @media (max-height: 700px) {
    /* .sidebar .logo-2 img{
         margin: 20px;
      } */
    /* .icon{
         width: 60%;
         padding-left: 1rem;
      } */
  }

  @media (max-width: 1200px) {
    .sidebar.svelte-11ch0ns {
      overflow-y: scroll;
      border: none;
    }
    #navigation-panel.expanded.svelte-11ch0ns {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 100;
      height: 100%;
      /* width: 40%;  */
    }

    .sidebar.svelte-11ch0ns .logo:where(.svelte-11ch0ns) .toggle-button:where(.svelte-11ch0ns) {
      display: none;
    }

    .sidebar.svelte-11ch0ns .logo:where(.svelte-11ch0ns) .toggle-nav:where(.svelte-11ch0ns) {
      height: 40px;
      width: 40px;
      padding: 3px;
      margin-left: 1rem;
      border-radius: 25px;
      background-color: var(--color-primary-nav);
    }

    .sidebar.svelte-11ch0ns .logo:where(.svelte-11ch0ns) {
      display: flex;
      justify-content: space-between;
      padding-left: 5px;
      padding-right: 5px;
    }

    .sidebar.svelte-11ch0ns .logo:where(.svelte-11ch0ns) a:where(.svelte-11ch0ns) {
      width: 80%;
    }

    .icon.svelte-11ch0ns {
      width: 90%;
      padding-left: 1rem;
    }
  }
*, ::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.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #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;
}
.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;
  }
}
.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;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.top-1 {
  top: 0.25rem;
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-36 {
  height: 9rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.max-h-60 {
  max-height: 15rem;
}
.w-14 {
  width: 3.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-96 {
  width: 24rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[600px\] {
  min-width: 600px;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.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;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.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;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.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));
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.bg-\[\#06192a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 25 42 / var(--tw-bg-opacity, 1));
}
.bg-\[var\(--blue-gray\)\] {
  background-color: var(--blue-gray);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.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: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.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-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-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* fira-mono-cyrillic-ext-400-normal */
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./fira-mono-cyrillic-ext-400-normal.B04YIrm4.woff2) format('woff2'), url(./fira-mono-cyrillic-ext-400-normal.0xXfcOOq.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
/* fira-mono-cyrillic-400-normal */
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./fira-mono-cyrillic-400-normal.36-45Uyg.woff2) format('woff2'), url(./fira-mono-cyrillic-400-normal.Dq7SlH2J.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
/* fira-mono-greek-ext-400-normal */
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./fira-mono-greek-ext-400-normal.CsqI23CO.woff2) format('woff2'), url(./fira-mono-greek-ext-400-normal.BEhC8Nsh.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* fira-mono-greek-400-normal */
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./fira-mono-greek-400-normal.C3zng6O6.woff2) format('woff2'), url(./fira-mono-greek-400-normal.DUeQbRz0.woff) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}
/* fira-mono-latin-ext-400-normal */
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./fira-mono-latin-ext-400-normal.D6XfiR-_.woff2) format('woff2'), url(./fira-mono-latin-ext-400-normal.lWlD_NAB.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* fira-mono-latin-400-normal */
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./fira-mono-latin-400-normal.DKjLVgQi.woff2) format('woff2'), url(./fira-mono-latin-400-normal.g4W12wf9.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
:root {
  --color-primary: #0c2a44;
  --dark-blue: #06192a;
  --green-blue: #114864;
  --cyan: #00a1ab;
  --black: #000000;
  --gray: #353535;
  --light-gray: #e8e8e8;
  --light-gray2: #e7ecee;
  --blue-gray: #c4d1dc;
  --blue-gray2: #eef2f5;
  --text-gray: #c5d1d8;
  --white: #fff;

  --bg-color: #fff;

  /* COLORS THAT DONT CHANGE ON DARKMODE */
  --bg-white: #fff;
  --enable-primary: #0c2a44;
  --green-assigned: #44e27d;
  --gray-unassigned: #a4a4a2;
  --blue-used: #3d98c4;

  /* NAV BAR COLORS */
  --color-primary-nav: #0c2a44;
  --dark-blue-nav: #06192a;
  --green-blue-nav: #114864;
  --cyan-nav: #00a1ab;
  --black-nav: #000000;
  --gray-nav: #353535;
  --light-gray-nav: #e8e8e8;
  --light-gray2-nav: #e7ecee;
  --blue-gray-nav: #c4d1dc;
  --white-nav: #fff;
  --border-nav: #0c2a44;
  --collapse-nav-open: #fff;
  --collapse-nav-closed: #0c2a44;
}
/* ROOT COLORS SWITCH WHEN DARK MODE */
[data-theme='dark'] {
  --color-primary: #e7ecee;
  --dark-blue: #06192a;
  --green-blue: #e8e8e8;
  --cyan: #00a1ab;
  --black: #fff;
  --gray: #c4d1dc;
  --light-gray: #0c2a44;
  --light-gray2: #114864;
  --blue-gray: #353535;
  --white: #000000;
  --border-nav: black;
  --collapse-nav-open: #0c2a44;
  --collapse-nav-closed: #0c2a44;

  --bg-color: #0c2a44;
}
input {
  color: black;
}
p {
  font-weight: 400;
  font-size: 10pt;
  line-height: 12pt;
}
.t-italic {
  font-weight: 500;
  font-style: italic;
}
h1 {
  font-size: 25pt;
  font-weight: 700;
}
h2 {
  font-size: 13pt;
  font-weight: 600;
}
h3 {
  font-weight: 500;
  font-size: 10pt;
  /* letter-spacing: 20pt; */
  text-transform: uppercase;
}
h4 {
  font-size: 9pt;
  font-weight: 700;
}
.btn {
  background-color: var(--color-primary);
  color: var(--white);
  border-radius: 12px;
  padding: 0.5em 1em;
  text-align: left;
}
.btn-hover {
  background-color: var(--color-primary);
  color: var(--white);
  border-radius: 12px;
  border: 1px solid var(--color-primary);
  padding: 0.5em 1em;
  text-align: left;
}
.btn-hover:hover {
  background-color: var(--white);
  color: var(--color-primary);
}
.border-button {
  color: var(--color-primary);
  background-color: var(--white);
  border-radius: 12px;
  border: 1px solid var(--green-blue);
}
.border-button:hover {
  color: var(--white);
  background-color: var(--color-primary);
}
.grey-button {
  color: var(--text-gray);
  background-color: var(--blue-gray2);
  font-weight: 600;
  padding: 0.5rem 0;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.grey-button::-moz-selection {
  color: var(--black);
  background-color: var(--white);
  padding: 0.5rem 0;
  border-radius: 3px;
}
.grey-button:hover,
.grey-button:active,
.grey-button::selection {
  color: var(--black);
  background-color: var(--white);
  padding: 0.5rem 0;
  border-radius: 3px;
}
/* .grey-button:active {

} */
.grey-button:hover {
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.grey-button-border {
  padding: 0.5rem;
  border-radius: 12px;
  border: 1px solid var(--black);
}
.grey-button-border:hover {
  color: var(--cyan);
  border: 1px solid var(--green-blue);
}
/* :root {
	--font-body: Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
		Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	--font-mono: 'Fira Mono', monospace;
	--color-bg-0: rgb(202, 216, 228);
	--color-bg-1: hsl(209, 36%, 86%);
	--color-bg-2: hsl(224, 44%, 95%);
	--color-theme-1: #ff3e00;
	--color-theme-2: #4075a6;
	--color-text: rgba(0, 0, 0, 0.7);
	--column-width: 42rem;
	--column-margin-top: 4rem;
	font-family: var(--font-body);
	color: var(--color-text);
} */
body {
  min-height: 100vh;
  margin: 0;
  background-attachment: fixed;
  background-color: var(--bg-color);
  color: var(--black);
  /* background-color: var(--color-bg-1);
	background-size: 100vw 100vh;
	background-image: radial-gradient(
			50% 50% at 50% 50%,
			rgba(255, 255, 255, 0.75) 0%,
			rgba(255, 255, 255, 0) 100%
		),
		linear-gradient(180deg, var(--color-bg-0) 0%, var(--color-bg-1) 15%, var(--color-bg-2) 50%); */
}
/* h1,
h2, */
/* p {
	font-weight: 400;
}

p {
	line-height: 1.5;
} */
a {
  /* color: var(--color-theme-1); */
  text-decoration: none;
}
/* a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2rem;
	text-align: center;
}

h2 {
	font-size: 1rem;
}

pre {
	font-size: 16px;
	font-family: var(--font-mono);
	background-color: rgba(255, 255, 255, 0.45);
	border-radius: 3px;
	box-shadow: 2px 2px 6px rgb(255 255 255 / 25%);
	padding: 0.5em;
	overflow-x: auto;
	color: var(--color-text);
}

.text-column {
	display: flex;
	max-width: 48rem;
	flex: 0.6;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
}

input,
button {
	font-size: inherit;
	font-family: inherit;
}

button:focus:not(:focus-visible) {
	outline: none;
}

@media (min-width: 720px) {
	h1 {
		font-size: 2.4rem;
	}
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
} */
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:shadow-md:hover {
  --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);
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:bg-red-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
@media (min-width: 640px) {

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

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

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

  .sm\:p-1 {
    padding: 0.25rem;
  }

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

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

  .md\:flex {
    display: flex;
  }

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

  .md\:gap-4 {
    gap: 1rem;
  }
}
@media (min-width: 1024px) {

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

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

  .lg\:gap-0 {
    gap: 0px;
  }
}

  .main-content.svelte-jolf2n {
    /* flex-grow: 1;  */
    /* position: relative; */
    display: flex;
    flex-direction: column; /* Stack header and main content vertically */
    overflow-x: hidden;
    width: 100%;
  }

  .wrapper.svelte-jolf2n {
    padding: 25px 45px;
    font-family: 'Roboto', serif;
    width: 100%;
  }

  .app.svelte-jolf2n {
    position: relative;
    display: flex; /* Layout container for flexbox */
    height: 100vh; /* Ensure full height */
    flex-direction: row; /* Align children horizontally: sidebar + main content */
    /* flex: 1;
		display: flex;
		flex-direction: column;
		padding: 1rem;
		width: 100%;
		max-width: 64rem;
		margin: 0 auto; */
    /* box-sizing: border-box; */
    font-family: 'Roboto', serif;
  }

  main.svelte-jolf2n {
    display: flex;
    flex-direction: row;
    height: 100vh;
    /* padding: 1rem; */
    /* width: 100%;
		max-width: 64rem;
		margin: 0 auto; */
    box-sizing: border-box;
    /* flex-grow: 1; */
    overflow-y: auto;
    /* padding: 20px; */
    font-family: 'Roboto', serif;
  }

  @media (max-width: 600px) {
    .wrapper.svelte-jolf2n {
      padding: 25px 10px;
    }
  }
