/*
! tailwindcss v3.4.8 | 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] {
  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(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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

  .container {
    max-width: 1280px;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-end-12 {
  grid-column-end: 12;
}
.col-end-auto {
  grid-column-end: auto;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-5 {
  grid-row: span 5 / span 5;
}
.row-span-7 {
  grid-row: span 7 / span 7;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[10vh\] {
  height: 10vh;
}
.h-\[200vh\] {
  height: 200vh;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[40vh\] {
  height: 40vh;
}
.h-\[42vh\] {
  height: 42vh;
}
.h-\[45\.5vh\] {
  height: 45.5vh;
}
.h-\[50\.5vh\] {
  height: 50.5vh;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[58vh\] {
  height: 58vh;
}
.h-\[67vh\] {
  height: 67vh;
}
.h-\[70vh\] {
  height: 70vh;
}
.h-\[750px\] {
  height: 750px;
}
.h-\[77vh\] {
  height: 77vh;
}
.h-\[78vh\] {
  height: 78vh;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-\[87vh\] {
  height: 87vh;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-\[calc\(100vh-400px\)\] {
  height: calc(100vh - 400px);
}
.h-\[calc\(100vh-52px\)\] {
  height: calc(100vh - 52px);
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-40 {
  width: 10rem;
}
.w-6 {
  width: 1.5rem;
}
.w-80 {
  width: 20rem;
}
.w-96 {
  width: 24rem;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-1\/4 {
  flex-basis: 25%;
}
.basis-1\/6 {
  flex-basis: 16.666667%;
}
.basis-2\/4 {
  flex-basis: 50%;
}
.basis-3\/4 {
  flex-basis: 75%;
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.columns-3 {
  -moz-columns: 3;
       columns: 3;
}
.break-after-column {
  -moz-column-break-after: column;
       break-after: column;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-\[auto_1fr\] {
  grid-template-rows: auto 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.place-content-center {
  place-content: center;
}
.place-items-end {
  place-items: end;
}
.place-items-center {
  place-items: center;
}
.content-center {
  align-content: center;
}
.content-end {
  align-content: flex-end;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.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-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));
}
.overflow-auto {
  overflow: auto;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-\[\#007DBA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 186 / var(--tw-bg-opacity));
}
.bg-\[\#00A9CE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 206 / var(--tw-bg-opacity));
}
.bg-\[\#2DCCD3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 204 211 / 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-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-\[url\(\'assets\/img\/graph\.png\'\)\] {
  background-image: url('/assets/graph-B5S5kayl.png');
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.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;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-52 {
  padding-bottom: 13rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.ps-0 {
  padding-inline-start: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.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-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / 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-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.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);
}
.invert {
  --tw-invert: invert(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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[blobBuilder\:fetchData\] {
  blob-builder: fetchData;
}
.\[blobBuilder\:onMessage\] {
  blob-builder: onMessage;
}
.\[createMatterAccessRequest\:onError\] {
  create-matter-access-request: onError;
}
.\[createMatterAccessRequest\:onSuccess\] {
  create-matter-access-request: onSuccess;
}
.\[createMatterGroupAction\:onError\] {
  create-matter-group-action: onError;
}
.\[createMatterGroupAction\:onSuccess\] {
  create-matter-group-action: onSuccess;
}
.\[createMatterHearingRequest\:onError\] {
  create-matter-hearing-request: onError;
}
.\[createMatterHearingRequest\:onSuccess\] {
  create-matter-hearing-request: onSuccess;
}
.\[deleteMatterAccessRequest\:onError\] {
  delete-matter-access-request: onError;
}
.\[deleteMatterAccessRequest\:onSuccess\] {
  delete-matter-access-request: onSuccess;
}
.\[fetchActiveBundleSetById\:instance\] {
  fetch-active-bundle-set-by-id: instance;
}
.\[fetchActiveBundleSetById\:onError\] {
  fetch-active-bundle-set-by-id: onError;
}
.\[fetchActiveBundleSetById\:onSuccess\] {
  fetch-active-bundle-set-by-id: onSuccess;
}
.\[fetchActiveBundleSetByIdAction\:onSuccess\] {
  fetch-active-bundle-set-by-id-action: onSuccess;
}
.\[fetchBundleSetAction\:onError\] {
  fetch-bundle-set-action: onError;
}
.\[fetchBundleSetCrossReferencesAction\:onError\] {
  fetch-bundle-set-cross-references-action: onError;
}
.\[fetchBundleSetCrossReferencesAction\:onSuccess\] {
  fetch-bundle-set-cross-references-action: onSuccess;
}
.\[fetchBundleSetLocks\:onError\] {
  fetch-bundle-set-locks: onError;
}
.\[fetchBundleSetLocks\:onSuccess\] {
  fetch-bundle-set-locks: onSuccess;
}
.\[fetchHearingsList\:onError\] {
  fetch-hearings-list: onError;
}
.\[fetchHearingsList\:onSuccess\] {
  fetch-hearings-list: onSuccess;
}
.\[fetchMatterBundleSets\:onError\] {
  fetch-matter-bundle-sets: onError;
}
.\[fetchMatterBundleSets\:onSuccess\] {
  fetch-matter-bundle-sets: onSuccess;
}
.\[fetchMatterDocumentBatchReport\:onError\] {
  fetch-matter-document-batch-report: onError;
}
.\[fetchMatterDocumentCollection\:onError\] {
  fetch-matter-document-collection: onError;
}
.\[fetchMatterDocumentCollection\:onSuccess\] {
  fetch-matter-document-collection: onSuccess;
}
.\[fetchMatterFileUploads\:onError\] {
  fetch-matter-file-uploads: onError;
}
.\[fetchMatterFileUploads\:onSuccess\] {
  fetch-matter-file-uploads: onSuccess;
}
.\[fetchMatterGroups\:onError\] {
  fetch-matter-groups: onError;
}
.\[fetchMatterGroups\:onSuccess\] {
  fetch-matter-groups: onSuccess;
}
.\[fetchPaginationAction\:onError\] {
  fetch-pagination-action: onError;
}
.\[id\:string\] {
  id: string;
}
.\[index\:MainApp\] {
  index: MainApp;
}
.\[key\:string\] {
  key: string;
}
.\[lockBundleSetAction\:onError\] {
  lock-bundle-set-action: onError;
}
.\[lockBundleSetAction\:onSuccess\] {
  lock-bundle-set-action: onSuccess;
}
.\[onAddDocToBundleError\:onError\] {
  on-add-doc-to-bundle-error: onError;
}
.\[onAddDocToBundleSuccess\:onSuccess\] {
  on-add-doc-to-bundle-success: onSuccess;
}
.\[requestAddUserToAttendeeList\:onError\] {
  request-add-user-to-attendee-list: onError;
}
.\[requestAddUserToAttendeeList\:onSuccess\] {
  request-add-user-to-attendee-list: onSuccess;
}
.\[requestCloneBundle\:onError\] {
  request-clone-bundle: onError;
}
.\[requestCreateBundleSet\:onError\] {
  request-create-bundle-set: onError;
}
.\[requestCreateBundleSet\:onSuccess\] {
  request-create-bundle-set: onSuccess;
}
.\[requestCreateMatterDocumentCollection\:onError\] {
  request-create-matter-document-collection: onError;
}
.\[requestDeleteHearing\:onError\] {
  request-delete-hearing: onError;
}
.\[requestDeleteHearing\:onSuccess\] {
  request-delete-hearing: onSuccess;
}
.\[requestGetAttendeeList\:onError\] {
  request-get-attendee-list: onError;
}
.\[requestGetAttendeeList\:onSuccess\] {
  request-get-attendee-list: onSuccess;
}
.\[requestLockBundleSet\:onError\] {
  request-lock-bundle-set: onError;
}
.\[requestLockBundleSet\:onSuccess\] {
  request-lock-bundle-set: onSuccess;
}
.\[requestMoveBundle\:onError\] {
  request-move-bundle: onError;
}
.\[requestMoveBundle\:onSuccess\] {
  request-move-bundle: onSuccess;
}
.\[requestPublishHearing\:onError\] {
  request-publish-hearing: onError;
}
.\[requestPublishHearing\:onSuccess\] {
  request-publish-hearing: onSuccess;
}
.\[requestSetBundleSetPrivate\:onError\] {
  request-set-bundle-set-private: onError;
}
.\[requestSetBundleSetPrivate\:onSuccess\] {
  request-set-bundle-set-private: onSuccess;
}
.\[requestStartLiveHearing\:onError\] {
  request-start-live-hearing: onError;
}
.\[requestStartLiveHearing\:onSuccess\] {
  request-start-live-hearing: onSuccess;
}
.\[requestStopLiveHearing\:onError\] {
  request-stop-live-hearing: onError;
}
.\[requestStopLiveHearing\:onSuccess\] {
  request-stop-live-hearing: onSuccess;
}
.\[requestUnPublishHearing\:onError\] {
  request-un-publish-hearing: onError;
}
.\[requestUnPublishHearing\:onSuccess\] {
  request-un-publish-hearing: onSuccess;
}
.\[requestUpdateMatterHearing\:onError\] {
  request-update-matter-hearing: onError;
}
.\[requestUpdateMatterHearing\:onSuccess\] {
  request-update-matter-hearing: onSuccess;
}
.\[selectionModel\:BoxSelectionModel\] {
  selection-model: BoxSelectionModel;
}
.\[selectionModel\:SelectionModel\] {
  selection-model: SelectionModel;
}
.\[selectionModel\:TextSelectionModel\] {
  selection-model: TextSelectionModel;
}
.\[writing-mode\:vertical-lr\] {
  writing-mode: vertical-lr;
}
/*.textContainer {*/
/*  word-wrap: break-word;*/
/*  white-space: normal;*/
/*}*/
/*.bundleItemCard {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: center;*/
/*  background-color: white;*/
/*  color: black;*/
/*  align-items: center;*/
/*  padding-top: 7px;*/
/*  padding-bottom: 7px;*/
/*  word-wrap: break-word;*/
/*  cursor: move;*/
/*}*/
/*.bundleItemCard:hover {*/
/*  background-color: lightgray;*/
/*}*/
/*.thumbnail-active {*/
/*  border: 2px solid #3183c8;*/
/*  box-shadow: none;*/
/*  box-sizing: content-box;*/
/*  background-color: white;*/
/*  cursor: pointer;*/
/*  margin: 10px 0px;*/
/*  transition-property: width, height;*/
/*  transition-duration: 0.5s;*/
/*}*/
/*.thumbnail {*/
/*  background-color: #adb5bd;*/
/*  box-shadow: 0 0 3px 0 #adb5bd;*/
/*  box-sizing: content-box;*/
/*  cursor: pointer;*/
/*  margin: 10px 0px;*/
/*  transition-property: width, height;*/
/*  transition-duration: 0.5s;*/
/*}*/
/*.thumbnail-list {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*}*/
/*.thumbnail-pageno {*/
/*  font-size: 13px;*/
/*  color: #000;*/
/*  text-align: center;*/
/*}*/
/*.thumbnail-item {*/
/*  cursor: pointer;*/
/*}*/
/*.thumbnail-zoom-area {*/
/*  display: flex;*/
/*  position: sticky;*/
/*  top: -15px;*/
/*  padding: 20px 0px;*/
/*  background-color: #fff;*/
/*}*/
/*.thumbnail-zoom-range {*/
/*  width: 100%; !* Full-width *!*/
/*  height: 25px; !* Specified height *!*/
/*  background: #d3d3d3; !* Grey background *!*/
/*  outline: none; !* Remove outline *!*/
/*  opacity: 0.7; !* Set transparency (for mouse-over effects on hover) *!*/
/*  -webkit-transition: 0.2s; !* 0.2 seconds transition on hover *!*/
/*  transition: opacity 0.2s;*/
/*  margin: 0px 10px;*/
/*}*/
/*.thumbnail-zoom-button {*/
/*  transform: scale(1.5);*/
/*  !* margin: 0px 15px; *!*/
/*  cursor: pointer;*/
/*}*/
/*.thumbnail-ant-preview {*/
/*  !*padding-right: 200px;*!*/
/*}*/
/*.thumbnail-popup-left {*/
/*  z-index: 1;*/
/*  position: fixed;*/
/*  left: 200px;*/
/*  top: 100px;*/
/*}*/
/*.thumbnail-popup-right {*/
/*  z-index: 1;*/
/*  position: fixed;*/
/*  left: 1100px;*/
/*  top: 100px;*/
/*}*/
/*.user-img.online::before {*/
/*  bottom: 0 !important;*/
/*}*/
/*.user-img {*/
/*  flex: 0 0 36px;*/
/*  position: relative;*/
/*}*/
/*.user-img img {*/
/*  border-radius: 15px;*/
/*  max-width: 30px;*/
/*  margin: 0 auto;*/
/*}*/
/*.user-img span {*/
/*  height: 20px;*/
/*  width: 20px;*/
/*  background-color: #a9bedb;*/
/*  font-size: 12px;*/
/*  top: 0;*/
/*  border-radius: 15px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  color: #ffffff;*/
/*}*/
/*label {*/
/*  display: block;*/
/*}*/
/*.card-container.card {*/
/*  !*max-width: 350px !important;*!*/
/*  width: 390px;*/
/*  padding: 40px 40px;*/
/*}*/
/*.card {*/
/*  background-color: #f7f7f7;*/
/*  padding: 0px 10px 30px;*/
/*  margin: 0 auto 25px;*/
/*  !* margin-top: 50px; *!*/
/*  border-radius: 2px;*/
/*  box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);*/
/*  position: relative;*/
/*  !* height: 80vh; *!*/
/*}*/
/*.list-group {*/
/*  height: 72vh !important;*/
/*  overflow-y: scroll !important;*/
/*  overflow-x: hidden !important;*/
/*}*/
/*.profile-img-card {*/
/*  width: 96px;*/
/*  height: 96px;*/
/*  margin: 0 auto 10px;*/
/*  display: block;*/
/*  -moz-border-radius: 50%;*/
/*  -webkit-border-radius: 50%;*/
/*  border-radius: 50%;*/
/*}*/
/*.repository-table {*/
/*  height: 100vh;*/
/*  width: 345px;*/
/*  font-size: 0.8rem;*/
/*}*/
/*.navbar {*/
/*  height: 30px;*/
/*  background-color: white !important;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  display: none;*/
/*}*/
/*.navbar a {*/
/*  color: black !important;*/
/*}*/
/*.container-list {*/
/*  margin-left: 0 !important;*/
/*  padding-left: 5px !important;*/
/*}*/
/*.matter-container {*/
/*  background-color: #f5f5f5;*/
/*  height: 90vh;*/
/*  position: relative;*/
/*}*/
/*.matter-container form {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/
/*.view-sidebar {*/
/*  position: fixed;*/
/*  top: 30px;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  z-index: 1000;*/
/*  display: block;*/
/*  padding: 5px;*/
/*  overflow-x: hidden;*/
/*  overflow-y: auto; !* Scrollable contents if viewport is shorter than content. *!*/
/*  background-color: #f5f5f5;*/
/*  border-right: 1px solid #eee;*/
/*  width: 180px;*/
/*}*/
/*.view-main {*/
/*  padding-left: 0px;*/
/*  padding-right: 0px !important;*/
/*}*/
/*.toolbar-dropdowns {*/
/*  width: 310px;*/
/*}*/
/*.toolbar-btn {*/
/*  height: 20px;*/
/*}*/
/*.bundles-dropdown-menu {*/
/*  width: 150px;*/
/*  max-height: 500px;*/
/*  overflow-y: auto;*/
/*}*/
/*.bundles-dropdown {*/
/*  width: 100%;*/
/*  max-width: 100%;*/
/*  padding-right: 5px;*/
/*}*/
/*.bundles-dropdown {*/
/*  width: 100% !important;*/
/*  max-width: 100%;*/
/*}*/
/*.bundle-input {*/
/*  padding-right: 10px;*/
/*}*/
/*.bundles-dropdown-title {*/
/*  width: 100%;*/
/*  max-width: 100%;*/
/*  overflow-x: hidden;*/
/*  background: #00BFFF;*/
/*  border-color: #00BFFF;*/
/*}*/
/*.bundles-dropdown-title:hover {*/
/*  background-color: #00BFFF;*/
/*  border-color: #00BFFF;*/
/*}*/
/*.bundles-dropdown-title:active:focus-visible {*/
/*  background-color: #00BFFF;*/
/*  border-color: #00BFFF;*/
/*}*/
/*.bundle-dropdown-items {*/
/*  max-width: 450px;*/
/*  margin: 0px;*/
/*  !* white-space: initial; *!*/
/*  border-bottom: 1px solid #ccc;*/
/*}*/
/*.documents-dropdown-menu {*/
/*  max-width: 100%;*/
/*  max-height: 600px;*/
/*  overflow-y: auto;*/
/*}*/
/*.search-dropdown-menu {*/
/*  width: 181%;*/
/*  max-height: 550px;*/
/*  overflow-y: auto;*/
/*}*/
/*.search-dropdown-items {*/
/*  width: 100%;*/
/*  max-width: 100%;*/
/*  margin: 0px;*/
/*  !* white-space: initial; *!*/
/*  border-bottom: 1px solid #ccc;*/
/*}*/
/*.documents-dropdown {*/
/*  width: 100%;*/
/*  overflow: hidden;*/
/*}*/
/*.documents-dropdown-pages {*/
/*  width: 100%;*/
/*  max-width: 100%;*/
/*  padding-left: 5px;*/
/*  padding-right: 5px;*/
/*}*/
/*.documents-dropdown-title {*/
/*  width: 100%;*/
/*  max-width: 100%;*/
/*  overflow-x: hidden;*/
/*  background-color: #00BFFF;*/
/*  border-color: #00BFFF;*/
/*}*/
/*.documents-dropdown-title:hover {*/
/*  background-color: #00BFFF;*/
/*  border-color: #00BFFF;*/
/*}*/
/*.document-dropdown-items {*/
/*  min-width: 520px;*/
/*  margin: 0px;*/
/*  !* white-space: initial; *!*/
/*  border-bottom: 1px solid #ccc;*/
/*}*/
/*.doc-form {*/
/*  display: grid;*/
/*  grid-template-columns: 1fr 1fr 1fr;*/
/*  margin-bottom: 100px;*/
/*}*/
/*.doc-form .form-group {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  !* margin-left: 327px; *!*/
/*  padding: 15px;*/
/*  max-width: 500px;*/
/*  margin: auto;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  font-family: "Merriweather";*/
/*}*/
/*.doc-form .form-group input {*/
/*  width: 300px;*/
/*  border-radius: 5px;*/
/*}*/
/*.form-group label {*/
/*  font-weight: bold;*/
/*  font-size: 15px;*/
/*}*/
/*.bundles-section {*/
/*  !* display: grid;*/
/*  grid-template-columns: 300px;*/
/*  height: 80vh;*/
/*  overflow:scroll; *!*/
/*  width: 100%;*/
/*}*/
/*.hearing-sync-button {*/
/*  position: absolute;*/
/*  bottom: 5%;*/
/*  width: 140px;*/
/*  height: 40px;*/
/*  left: 45%;*/
/*  background-color: #0d6efd;*/
/*  color: white;*/
/*}*/
/** {*/
/*  scrollbar-width: thin;*/
/*  scrollbar-color: grey;*/
/*}*/
/*!* Works on Chrome, Edge, and Safari *!*/
/**::-webkit-scrollbar {*/
/*  width: 5px;*/
/*}*/
/**::-webkit-scrollbar-track {*/
/*  background: white;*/
/*}*/
/**::-webkit-scrollbar-thumb {*/
/*  background-color: #dee2e6;*/
/*  border-radius: 20px;*/
/*}*/
/*.bundle-set-card-buttons {*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/
/*.bundle-set-card-buttons button {*/
/*  margin-right: 5px;*/
/*}*/
/*.bundle-set-card-buttons input {*/
/*  margin-right: 5px;*/
/*}*/
/*.columns {*/
/*  cursor: pointer;*/
/*}*/
/*.thumbnail-container {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/
/*.profile-dropdown {*/
/*  margin: 0px 0px;*/
/*  position: absolute;*/
/*  top: -42px;*/
/*  right: 20px;*/
/*  z-index: 2000;*/
/*}*/
/*.home-dropdown {*/
/*  margin: 0px 0px;*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  right: 20px;*/
/*  z-index: 2000;*/
/*}*/
/*.profile-menus:before {*/
/*  content: " ";*/
/*  position: absolute;*/
/*  top: -20px;*/
/*  right: 50px;*/
/*  border: 10px solid transparent;*/
/*  border-bottom-color: #fff;*/
/*}*/
/*.profile-button {*/
/*  height: 28px;*/
/*}*/
/*.user-img {*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  border-radius: 10px;*/
/*  float: left;*/
/*}*/
/*.user-name {*/
/*  font-size: 13px !important;*/
/*  float: left;*/
/*  color: #0d6efd;*/
/*  padding: 0px 2px 0px 5px;*/
/*}*/
/*.profile-dropdown-menu {*/
/*  font-size: 15px !important;*/
/*  color: #0d6efd !important;*/
/*  border-bottom: 1px solid #ccc;*/
/*}*/
/*.docRow {*/
/*  justify-content: center;*/
/*  background-color: white;*/
/*  align-items: center;*/
/*  padding: 5px 5px 5px 5px;*/
/*}*/
/*.docTitle {*/
/*  text-align: left;*/
/*  padding: 0px 55px 0px 15px;*/
/*  text-overflow: ellipsis;*/
/*  position: relative;*/
/*  word-wrap: break-word;*/
/*  font-size: 12.5px;*/
/*}*/
/*.docTitle:hover {*/
/*  cursor: pointer;*/
/*}*/
/*!* Dotted border *!*/
/*.seperator {*/
/*  border-top: 1px dashed #bbb;*/
/*}*/
/*.docRow .iconContainer {*/
/*  position: absolute;*/
/*  right: 5px;*/
/*  z-index: 10;*/
/*  top: 50%;*/
/*}*/
/*.repoListIcons {*/
/*  position: absolute;*/
/*  right: 5px;*/
/*  z-index: 10;*/
/*  top: 50%;*/
/*}*/
/*.iconContainer {*/
/*  position: absolute;*/
/*  right: 5px;*/
/*  z-index: 10;*/
/*  top: 50%;*/
/*}*/
/*.paginationHeader {*/
/*  text-align:center;*/
/*  display:table-cell;*/
/*  vertical-align:middle;*/
/*}*/
/*.createList {*/
/*  position: fixed;*/
/*  float: left;*/
/*  width: 27%;*/
/*  left: 26.5%;*/
/*  overflow-y:scroll;*/
/*  overflow-x:hidden;*/
/*}*/
/*.matterTable {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  vertical-align: top;*/
/*}*/
/*.bundleList {*/
/*  width: 33.0%;*/
/*  float: left;*/
/*  position: fixed;*/
/*}*/
/*.nestedList {*/
/*  overflow-y:scroll;*/
/*  overflow-x:hidden;*/
/*}*/
/*.bundleSetEditor {*/
/*  width: 100%;*/
/*  height: 84vh;*/
/*  overflow-y:scroll;*/
/*  overflow-x:hidden;*/
/*  overscroll-behavior: contain;*/
/*}*/
/*.docWebContainer {*/
/*  position: fixed;*/
/*  right: 0px;*/
/*}*/
/*.matterTabs {*/
/*  background-color: #f7f7f7 !important;*/
/*}*/
/*.matter-container .nestedList {*/
/*  overscroll-behavior: contain; !* Prevent SCROLL-CHAINING to parent elements. *!*/
/*}*/
/*.matter-detail-text {*/
/*  font-size: 14px;*/
/*  font-weight: 600;*/
/*}*/
/*.ant-tree-draggable-icon {*/
/*  display: none; !* This might hide the drag handle icon *!*/
/*}*/
/*!*.ant-tree-title {*!*/
/*!*  pointer-events: none;*!*/
/*!*}*!*/
/*!*.ant-tree-node-content-wrapper {*!*/
/*!*  pointer-events: none;*!*/
/*!*}*!*/
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:bg-\[\#00A9CE\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 206 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
@media (prefers-color-scheme: dark) {

  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }
}
