/* input.css */

*, ::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;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-1 {
  inset: -0.25rem;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-\[-10px\] {
  bottom: -10px;
}

.bottom-full {
  bottom: 100%;
}

.end-1 {
  inset-inline-end: 0.25rem;
}

.left-0 {
  left: 0px;
}

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

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

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

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

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

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

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

.float-start {
  float: inline-start;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-start {
  clear: inline-start;
}

.clear-end {
  clear: inline-end;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.m-1 {
  margin: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

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

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-96 {
  max-height: 24rem;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-48 {
  width: 12rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-\[this-is\\\\\] {
  width: this-is\\;
}

.w-\[this-is\] {
  width: this-is;
}

.w-\[weird-and-invalid\] {
  width: weird-and-invalid;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

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

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

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.caption-top {
  caption-side: top;
}

.caption-bottom {
  caption-side: bottom;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.transform-cpu {
  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-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-none {
  transform: none;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-auto {
  touch-action: auto;
}

.touch-none {
  touch-action: none;
}

.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-left {
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-right {
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-up {
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-down {
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-manipulation {
  touch-action: manipulation;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.snap-none {
  scroll-snap-type: none;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-both {
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-proximity {
  --tw-scroll-snap-strictness: proximity;
}

.snap-start {
  scroll-snap-align: start;
}

.snap-end {
  scroll-snap-align: end;
}

.snap-center {
  scroll-snap-align: center;
}

.snap-align-none {
  scroll-snap-align: none;
}

.snap-normal {
  scroll-snap-stop: normal;
}

.snap-always {
  scroll-snap-stop: always;
}

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

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

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.appearance-auto {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.break-before-auto {
  -moz-column-break-before: auto;
       break-before: auto;
}

.break-before-avoid {
  -moz-column-break-before: avoid;
       break-before: avoid;
}

.break-before-all {
  -moz-column-break-before: all;
       break-before: all;
}

.break-before-avoid-page {
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}

.break-before-page {
  -moz-column-break-before: page;
       break-before: page;
}

.break-before-left {
  -moz-column-break-before: left;
       break-before: left;
}

.break-before-right {
  -moz-column-break-before: right;
       break-before: right;
}

.break-before-column {
  -moz-column-break-before: column;
       break-before: column;
}

.break-inside-auto {
  -moz-column-break-inside: auto;
       break-inside: auto;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.break-inside-avoid-page {
  break-inside: avoid-page;
}

.break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.break-after-auto {
  -moz-column-break-after: auto;
       break-after: auto;
}

.break-after-avoid {
  -moz-column-break-after: avoid;
       break-after: avoid;
}

.break-after-all {
  -moz-column-break-after: all;
       break-after: all;
}

.break-after-avoid-page {
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}

.break-after-page {
  -moz-column-break-after: page;
       break-after: page;
}

.break-after-left {
  -moz-column-break-after: left;
       break-after: left;
}

.break-after-right {
  -moz-column-break-after: right;
       break-after: right;
}

.break-after-column {
  -moz-column-break-after: column;
       break-after: column;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-dense {
  grid-auto-flow: dense;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 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-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

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

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

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

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

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

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

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

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

.place-items-stretch {
  place-items: stretch;
}

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

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

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

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

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

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

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

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

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

.place-self-stretch {
  place-self: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

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

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

.self-stretch {
  align-self: stretch;
}

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

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

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

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

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

.overscroll-auto {
  overscroll-behavior: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.scroll-auto {
  scroll-behavior: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-clip {
  text-overflow: clip;
}

.hyphens-none {
  -webkit-hyphens: none;
          hyphens: none;
}

.hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

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

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

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.whitespace-break-spaces {
  white-space: break-spaces;
}

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-ee {
  border-end-end-radius: 0.25rem;
}

.rounded-es {
  border-end-start-radius: 0.25rem;
}

.rounded-se {
  border-start-end-radius: 0.25rem;
}

.rounded-ss {
  border-start-start-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

.border-e {
  border-inline-end-width: 1px;
}

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

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

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

.border-s {
  border-inline-start-width: 1px;
}

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

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

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

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

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

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

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

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

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.bg-\[\#0f161d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 22 29 / var(--tw-bg-opacity, 1));
}

.bg-\[\#233343\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 51 67 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2563EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2D2B52\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 43 82 / var(--tw-bg-opacity, 1));
}

.bg-\[rgb\(255\2c 0\2c 0\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

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

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / 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-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / 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-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.box-decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.box-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

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

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

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

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

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

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

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

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

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

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

.pl-6 {
  padding-left: 1.5rem;
}

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

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

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

.pt-12 {
  padding-top: 3rem;
}

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

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

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

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

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

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

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

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-sub {
  vertical-align: sub;
}

.align-super {
  vertical-align: super;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.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-extrabold {
  font-weight: 800;
}

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

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

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#336699\]\/\[\.35\] {
  color: rgb(51 102 153 / .35);
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

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

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

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

.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 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-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

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

.overline {
  text-decoration-line: overline;
}

.line-through {
  text-decoration-line: line-through;
}

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

.decoration-solid {
  text-decoration-style: solid;
}

.decoration-double {
  text-decoration-style: double;
}

.decoration-dotted {
  text-decoration-style: dotted;
}

.decoration-dashed {
  text-decoration-style: dashed;
}

.decoration-wavy {
  text-decoration-style: wavy;
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

.mix-blend-plus-darker {
  mix-blend-mode: plus-darker;
}

.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter;
}

.\!shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

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

.outline-dotted {
  outline-style: dotted;
}

.outline-double {
  outline-style: double;
}

.\!ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

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

.ring-inset {
  --tw-ring-inset: inset;
}

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

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.sepia {
  --tw-sepia: sepia(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) !important;
}

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

.filter-none {
  filter: none;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

.contain-none {
  contain: none;
}

.contain-content {
  contain: content;
}

.contain-strict {
  contain: strict;
}

.contain-size {
  --tw-contain-size: size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-inline-size {
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-layout {
  --tw-contain-layout: layout;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-paint {
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-style {
  --tw-contain-style: style;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.content-\[\'this-is-also-valid\]-weirdly-enough\'\] {
  --tw-content: 'this-is-also-valid]-weirdly-enough';
  content: var(--tw-content);
}

.forced-color-adjust-auto {
  forced-color-adjust: auto;
}

.forced-color-adjust-none {
  forced-color-adjust: none;
}

/* Custom Mapbox Popup Styles */

#time-slider-expanded-view {
  margin-top: 0.1rem;
}

.text-orange-400 {
  color: #FBAE16;
}

.bg-gray-800 {
  background-color: #0F161D;
}

.bg-blue-400 {
  background-color: #233343;
}

.p-1 {
  width: 92%;
}

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

#radar-control-panel-collapsed .flex.items-center.justify-between.w-full.mt-1 {
  margin-top: -0.8rem;
}

#radar-control-panel-collapsed>div:first-child {
  /* This targets the div containing the tower ID, region name, and datetime */
  margin-bottom: -0.6rem;
  /* Adjust this value to reduce the space */
}

/* Update this existing rule to apply a positive margin */

.flex.items-center.justify-between.w-full.mb-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  /* Adjusted from the previous negative margin to create a small gap */
}

#radar-control-panel-collapsed #mode-dropdown-container {
  margin-top: -0.3rem;
  /* Or a different negative value to pull it up */
  margin-bottom: 0.7rem;
}

.mode-contain-class {
  width: 200px;
}

#mode-options-dropdown {
  width: 150px;
  margin-bottom: -39px;
}

#radar-control-panel-collapsed #collapsed-button-container {
  margin-top: 0.5rem !important;
  margin-bottom: -0.6rem !important;
}

.mapboxgl-popup {
  font-family: 'Inter', sans-serif;
  max-width: 200px;
}

.mapboxgl-popup-content {
  padding: 0 !important;
  border-radius: 0.25rem !important;
  background: none;
  box-shadow: none;
  overflow: hidden;
}

a.mapboxgl-ctrl-logo {
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 26px;
  margin: 0 0 -4px -4px;
  overflow: hidden;
  width: 93px;
}

.mapboxgl-ctrl-attrib.mapboxgl-compact {
  background-color: #4d4b4b;
  border-radius: 12px;
  box-sizing: content-box;
  margin: 5px;
  min-height: 20px;
  padding: 2px 24px 2px 0;
  position: relative;
}

/* Container for the entire popup content to apply overall styling */

.alert-popup-container {
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  color: white;
  /* MOVED: border-left from the header to here */
  border-left-style: solid;
  border-left-width: 6px;
}

.alert-popup-header {
  position: relative;
  padding: 0.5rem 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  /* REMOVED: The border-left property from here */
}

.alert-popup-title {
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: white;
  font-weight: 700;
}

.mapboxgl-popup-close-button {
  display: none;
}

.alert-popup-body {
  background-color: #2D3748;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  color: #E2E8F0;
}

.alert-popup-expiration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  font-size: 0.75rem;
}

.mapboxgl-popup-tip {
  display: none;
}

.alert-popup-body>div {
  text-align: left;
  width: 100%;
  margin-bottom: 0.25rem;
}

.alert-popup-body>div:last-of-type:not(.alert-popup-expiration) {
  margin-bottom: 0;
}

.alert-popup-body .text-yellow-500 {
  color: #ECC94B;
}

.alert-popup-body .text-red-500 {
  color: #EF4444;
}

.alert-popup-body .font-semibold {
  font-weight: 600;
}

/* Specific styling for the mesoscale popup details */

.mesoscale-popup-details {
  padding-bottom: 0.5rem;
}

.mesoscale-popup-details .text-sm {
  font-size: 0.75rem;
  /* Reduced font size */
}

.mesoscale-popup-details .text-xs {
  font-size: 0.7rem;
  /* Reduced font size */
}

/* Keep the mobile-first, centered layout by default */

.bottom-controls-left, .bottom-controls-right {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: 100%;
  max-width: 375px;
  /* Or whatever max-width you want for mobile */
  margin-left: 10px;
}

.bottom-controls-right {
  margin-bottom: 10px;
  margin-bottom: 3.2rem;
}

.bottom-controls-left{
}

#bottom-toggle-1 {
  padding: 0.1rem !important;
  /* Reduces padding to p-1 equivalent */
}

.fixed.bottom-4 .icon-toggle {
  width: 28px;
  height: 28px;
}

.fixed.bottom-4 .icon-toggle i {
  font-size: 0.45rem;
}

/* General Layout */

html,
body {
  box-sizing: border-box;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  /* Use custom property for viewport height */
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* Prevent body scroll */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: row;
  /* Main layout for sidebar and content */
  background-color: #1a202c;
  /* Remove padding from body itself to allow fixed elements to hug edges */
  padding: 0;
}

/* Map specific styles */

#map {
  position: fixed;
  top: env(safe-area-inset-top);
  /* Adjusted to start below top safe area */
  /* bottom: 0; -- REMOVED to allow it not to go to very bottom */
  left: 0;
  right: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  /* Use custom property for viewport height */
  /*height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom)); /* Adjust height to fit between safe areas */
  z-index: 1;
}

/* Main content area - Now an overlay for UI elements */

#main-content {
  flex-grow: 1;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
  padding: 0;
  height: calc(var(--vh, 1vh) * 100);
  /* Use custom property for viewport height */
  width: 100%;
}

/* Elements that are children of main-content and need interaction */

#main-content>* {
  pointer-events: auto;
}

/* Error message style */

.error-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 0, 0, 0.7);
  color: white;
  padding: 15px;
  border-radius: 8px;
  z-index: 100;
  text-align: center;
  display: none;
}

.sidebar-brand img {
  width: 62% !important;
  /* Force the width to 62% */
  /* You might want to remove 'w-auto' from the HTML,
       but !important here should override it anyway. */
  /* Ensure height scales proportionally if desired, or set a fixed height */
  height: auto;
}

/* Side Menu */

.sidebar {
  transition: width 0.3s ease-in-out, transform 0.3s ease-in-out;
  position: fixed;
  top: 0;
  bottom: 0;
  height: calc(var(--vh, 1vh) * 100);
  /* Use custom property for viewport height */
  flex-shrink: 0;
  z-index: 51;
  /* Adjusted padding to use env() for safe areas */
  padding-top: calc(1rem + env(safe-area-inset-top));
  /* Adjust padding for top safe area */
  padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  /* Adjust padding for bottom safe area */
}

#side-menu-panel nav {
  /* Default (mobile-first) padding for the navigation */
  padding-top: 1rem;
  /* Adjust this value for desired mobile spacing */
}

.sidebar.hidden-mobile {
  transform: translateX(-100%);
}

/* Shift mobile toggle container down to avoid safe area */

#mobile-toggle-container {
  top: calc(1rem + env(safe-area-inset-top));
  /* Adjust for safe area inset at the top */
  left: calc(1rem + env(safe-area-inset-left));
  /* Adjust for left safe area */
}

/* Desktop Collapse/Expand Toggle */

#desktop-toggle {
  top: calc(1rem + env(safe-area-inset-top));
  /* Align with sidebar's internal padding */
  right: calc(1rem + env(safe-area-inset-right));
  /* Align with sidebar's internal padding */
  z-index: 60;
  width: 35px;
}

.sidebar.collapsed #desktop-toggle {
  top: calc(1rem + env(safe-area-inset-top));
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  width: 35px;
}

.sidebar.collapsed .flex.items-center i {
  margin-right: 0;
}

/* Collapsed State for Desktop */

.sidebar.collapsed .menu-item-text,
.sidebar.collapsed .sidebar-brand,
.sidebar.collapsed .subsection-bullet,
.sidebar.collapsed ul.ml-8 {
  display: none;
}

.sidebar.collapsed .flex.items-center {
  justify-content: center;
}

.sidebar.collapsed .flex.items-center svg {
  margin-right: 0;
  flex-shrink: 0;
}

/* Ensure Font Awesome icons also have their margin removed when sidebar is collapsed */

.sidebar.collapsed .flex.items-center i.fas {
  margin-right: 0;
  flex-shrink: 0;
}

/* Radar Controls Panel Positioning */

#radar-controls {
  position: fixed;
  bottom: calc(1rem + env(safe-area-inset-bottom) + 8rem);
  /* Adjusted for bottom safe area + bottom bar height approx */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: calc(100% - 2rem - env(safe-area-inset-left) - env(safe-area-inset-right));
  /* Consider horizontal safe areas if centered */
  max-width: 375px;
  box-sizing: border-box;
  /* Include padding in width */
  /*padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);*/
}

/* Specific styling for labels and toggles within radar-controls for alignment */

#radar-controls .flex.items-center.justify-between>span:first-child,
#radar-controls .flex.items-center.justify-between>label:first-child {
  flex-shrink: 0;
  min-width: 90px;
  text-align: left;
}

#radar-controls .toggle-switch {
  margin-left: auto;
  margin-right: 0.5rem;
}

#radar-controls .text-blue-400.cursor-pointer.ml-2 {
  margin-left: 0;
}

/* Fixed bottom controls container */

.fixed.bottom-4 {
  position: fixed;
  /*bottom: env(safe-area-inset-bottom); /* Adjusted to sit directly on bottom safe area */
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: 100%;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  box-sizing: border-box;
}

/* Responsive adjustments for the bottom control bar's max-width */

.fixed.bottom-4 .w-full.max-w-sm {
  /* No changes needed here, as the parent .fixed.bottom-4 now handles safe areas */
}

/* Desktop specific media queries */

@media (min-width: 768px) {
  .sidebar {
    position: relative;
    width: 16rem;
    transform: translateX(0);
    flex-shrink: 0;
    /* Standard padding, no env() needed as sidebar isn't fixed on desktop */
    padding-top: 1rem;
    /* This is equivalent to Tailwind's pt-4 */
    padding-bottom: 1rem;
  }

  #side-menu-panel nav {
    /* Add top padding for desktop to create space below the desktop-toggle button */
    padding-top: 3rem;
    /* Corresponds to Tailwind's pt-12 */
  }

  .sidebar.collapsed {
    width: 4rem;
  }

  .menu-toggle-container {
    display: none;
  }

  #main-content {
    flex-grow: 1;
    position: relative;
    height: calc(var(--vh, 1vh) * 100);
    /* Use custom property for viewport height */
    padding: 0;
  }

  /* Position the icon bar to the bottom-left on desktop */

  .bottom-controls-left {
    position: fixed;
    bottom: 2rem;
    left: 4rem;
    right: auto;
    transform: none;
    max-width: none;
    width: auto;
    flex-direction: row;
    /* Ensure horizontal flexbox for the button group */
  }

  /* Position the time slider panel to the bottom-right on desktop */

  .bottom-controls-right {
    position: fixed;
    bottom: -1rem;
    right: 1rem;
    left: auto;
    transform: none;
    max-width: 375px;
  }

  #bottom-toggle-1 {
    /* Example: Reduce padding to 0.25rem (Tailwind's p-1) */
    /* Or padding: 0.5rem; for p-2 */
    /* Or padding: 0.125rem; for pxs (p-px) */
  }

  /* #map needs to adjust its left/right if it's fixed and sidebar covers part of the screen */

  #map {
    top: 0;
    /* On desktop, map starts at absolute top */
    height: calc(var(--vh, 1vh) * 100);
    /* Use custom property for viewport height */
    left: 0;
    width: 100vw;
  }

  .sidebar:not(.collapsed)~#map {
    left: 16rem;
    width: calc(100vw - 16rem);
  }

  .sidebar.collapsed~#map {
    left: 4rem;
    width: calc(100vw - 4rem);
  }

  /* Specific margins for play/stop and other buttons in collapsed/expanded view */

  #play-stop-button-collapsed {
    margin-right: 0.38rem;
  }

  #play-stop-button-expanded {
    margin-right: 0.38rem;
    width: 40px;
  }

  #collapse-slider-button {
    margin-left: 0.38rem;
    width: 40px;
  }

  /* Adjustments for fixed bottom bar for desktop */

  .fixed.bottom-4 {
    bottom: 1rem;
    /* Standard bottom on desktop */
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  /* Radar Controls panel positioning for desktop */

  #radar-controls {
    right: 1rem;
    /* Standard right on desktop */
    left: auto;
    transform: none;
    bottom: 9rem;
    /* Standard bottom on desktop */
    width: 331px;
    /*padding-left: 0;
        padding-right: 0;*/
  }

  /* Specific adjustment for radar-controls when sidebar is expanded/collapsed */

  .sidebar:not(.collapsed)~#main-content #radar-controls {
    right: 1rem;
  }

  .sidebar.collapsed~#main-content #radar-controls {
    right: 1rem;
  }

  /* Time Slider Panel Desktop Adjustments */

  #time-slider-panel {
    padding: 0.2rem;
    margin-bottom: -0.5rem;
  }

  /* Radar Product Options Dropdown */

  #radar-product-options-dropdown {
    width: 339px;
    max-height: 150px;
    overflow-y: auto;
    bottom: calc(100% + 0.5rem);
  }

  /* Scrollbar styles (keep existing) */

  &::-webkit-scrollbar {
    width: 8px;
  }

  &::-webkit-scrollbar-track {
    background: #2d3748;
    border-radius: 10px;
  }

  &::-webkit-scrollbar-thumb {
    background: #4a5568;
    border-radius: 10px;
  }

  &::-webkit-scrollbar-thumb:hover {
    background: #6b7280;
  }

  #radar-product-options-dropdown .px-3.py-1\.5.text-white.text-sm {
    cursor: pointer;
    transition: background-color 0.1s ease-in-out;
    font-size: 0.8rem;
  }

  #radar-product-options-dropdown .px-3.py-1\.5.text-white.text-sm:hover {
    background-color: #4b5563;
  }

  #radar-product-options-dropdown .selected-product {
    background-color: #233343;
  }

  #time-slider-panel .text-sm {
    font-size: 0.8rem;
  }

  input[type="range"]::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
    margin-top: -3px;
  }

  input[type="range"]::-moz-range-thumb {
    width: 10px;
    height: 10px;
  }

  input[type="range"] {
    height: 3px;
  }

  input[type="range"]::-webkit-slider-runnable-track,
    input[type="range"]::-moz-range-track,
    input[type="range"]::-ms-track {
    height: 3px;
  }
}

#radar-control-panel-collapsed button i {
  font-size: 1rem;
}

/* Mobile specific media queries (default for smaller screens, > 375px and < 768px) */

@media (min-width: 375px) and (max-width: 767px) {
  #main-content {
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    /* Use custom property for viewport height */
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0;
    flex-grow: 1;
    position: relative;
  }

  .bottom-controls-left{
    margin-bottom: 0.6rem;
  }

  .bottom-controls-right{
    margin-bottom: 3.5rem;
  }

  .mode-contain-class {
    width: 200px;
  }

  .active-system-header {
    font-size: 0.7rem;
    /* Adjust this value as needed */
  }

  .active-system-header-name {
    font-size: 0.75rem;
    /* Adjust this value as needed for a smaller size */
  }

  /* Map is now fixed and covers full screen, no change needed here */

  /* Adjust bottom control panel and time slider for mobile */

  .fixed.bottom-4 {
    /*bottom: env(safe-area-inset-bottom); /* Use env() for bottom safe area */
    padding-bottom: 17px;
  }

  a.mapboxgl-ctrl-logo {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 17px;
    margin: 0 0 -4px -4px;
    overflow: hidden;
    width: 88px;
  }

  .fixed.bottom-4 .w-full.max-w-sm {
    max-width: 80.75%;
  }

  .fixed.bottom-4 .bg-[0f161d] {
    padding: 0.59375rem;
  }

  /* Original mobile size of collapsed time slider buttons, maintained */

  #radar-control-panel-collapsed button {
    /*width: 26.6px;
        height: 26.6px;
        border-radius: 50%;*/
    margin-right: 11px;
  }

  #radar-control-panel-collapsed button i {
    font-size: 1rem;
  }

  /* Updated mobile size for expanded time slider buttons */

  #time-slider-expanded-view button {
    width: 38px;
    height: 32px;
    border-radius: 50%;
  }

  #time-slider-expanded-view button i {
    font-size: 1rem;
  }

  /* Specific margins for play/stop and other buttons in collapsed/expanded view */

  #play-stop-button-collapsed {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  #play-stop-button-expanded {
    margin-right: 0.38rem;
  }

  #expand-slider-button,
    #radar-product-options,
    #collapse-slider-button {
    margin-left: 0.38rem;
    margin-right: 0.38rem;
  }

  .fixed.bottom-4 .icon-toggle {
    width: 34.2px;
    height: 34.2px;
  }

  .fixed.bottom-4 .icon-toggle i {
    font-size: 0.95rem;
  }

  .fixed.bottom-4 .space-x-4 {
    -moz-column-gap: 0.59375rem;
         column-gap: 0.59375rem;
  }

  /* Time Slider Panel Mobile Adjustments */

  #time-slider-panel {
    padding: 0.1rem;
    margin-bottom: 0.2rem;
    width: 100%;
    max-width: 92.75%;
  }

  /* Radar Controls panel positioning for this range (375px to 767px) */

  #radar-controls {
    position: fixed;
    bottom: calc(1rem + env(safe-area-inset-bottom) + 11rem);
    /* Adjusted */
    left: 50%;
    width: calc(100% - 2rem - env(safe-area-inset-left) - env(safe-area-inset-right));
    max-width: 331px;
    transform: translateX(-50%);
    /*padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);*/
  }

  /* Radar Product Options Dropdown */

  #radar-product-options-dropdown {
    width: 61.75%;
    max-height: 180px;
    margin-right: 134px;
    overflow-y: auto;
    bottom: calc(100% + 0.0rem);
  }

  /* Scrollbar styles (keep existing) */

  &::-webkit-scrollbar {
    width: 8px;
  }

  &::-webkit-scrollbar-track {
    background: #2d3748;
    border-radius: 10px;
  }

  &::-webkit-scrollbar-thumb {
    background: #4a5568;
    border-radius: 10px;
  }

  &::-webkit-scrollbar-thumb:hover {
    background: #6b7280;
  }

  #radar-product-options-dropdown .px-3.py-1\.5.text-white.text-sm {
    cursor: pointer;
    transition: background-color 0.1s ease-in-out;
    font-size: 0.75rem;
  }

  #radar-product-options-dropdown .px-3.py-1\.5.text-white.text-sm:hover {
    background-color: #4b5563;
  }

  #radar-product-options-dropdown .selected-product {
    background-color: #233343;
  }

  #time-slider-panel .text-sm {
    font-size: 0.8rem;
  }

  input[type="range"]::-webkit-slider-thumb {
    width: 13.3px;
    height: 13.3px;
    margin-top: -4.75px;
  }

  input[type="range"]::-moz-range-thumb {
    width: 13.3px;
    height: 13.3px;
  }

  input[type="range"]::-ms-thumb {
    width: 13.3px;
    height: 13.3px;
  }

  input[type="range"] {
    height: 4.75px;
  }

  input[type="range"]::-webkit-slider-runnable-track,
    input[type="range"]::-moz-range-track,
    input[type="range"]::-ms-track {
    height: 4.75px;
  }
}

/* Extra small devices (less than 375px wide) */

@media (max-width: 374px) {
  .fixed.bottom-4 {
    padding-bottom: 13px;
  }

  .bottom-controls-left{
    margin-bottom: 0.8rem;
    margin-left: 16px;
    width: 358px;
    max-width: 358px;
  }

  .bottom-controls-right{
    margin-bottom: 3.6rem;
  }

  .fixed.bottom-4 .w-full.max-w-sm {
    max-width: 95%;
  }

  .fixed.bottom-4 .bg-[0f161d] {
    padding: 0.5rem;
  }

  a.mapboxgl-ctrl-logo {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 17px;
    margin: 0 0 -4px -4px;
    overflow: hidden;
    width: 88px;
  }

  #radar-control-panel-collapsed button {
    /*width: 26.6px;
        height: 26.6px;
        border-radius: 50%;*/
    margin-right: 8px;
  }

  #radar-control-panel-collapsed button i {
    font-size: 1rem;
  }

  #time-slider-expanded-view button {
    width: 42px;
    height: 32px;
    border-radius: 50%;
  }

  #time-slider-expanded-view button i {
    font-size: 0.9rem;
  }

  #play-stop-button-collapsed,
    #play-stop-button-expanded {
    margin-right: 0.4rem;
  }

  #expand-slider-button,
    #radar-product-options,
    #collapse-slider-button {
    margin-left: 0.4rem;
  }

  .fixed.bottom-4 .icon-toggle {
    width: 32px;
    height: 32px;
  }

  .fixed.bottom-4 .icon-toggle i {
    font-size: 0.9rem;
  }

  .fixed.bottom-4 .space-x-4 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  #time-slider-panel {
    padding: 0.2rem;
    margin-bottom: 0.1rem;
    max-width: 95%;
    margin-left: 0px;
  }

  #radar-controls {
    position: fixed;
    bottom: calc(1rem + env(safe-area-inset-bottom) + 12rem);
    /* Adjusted */
    left: 50%;
    width: calc(100% - 2rem - env(safe-area-inset-left) - env(safe-area-inset-right));
    max-width: 281px;
    transform: translateX(-50%);
    /*padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);*/
  }

  #radar-product-options-dropdown {
    width: 61.75%;
    max-height: 180px;
    margin-right: 134px;
    overflow-y: auto;
    bottom: calc(100% + 0.0rem);
  }

  /* Main title of the modal */

  #tropical-monitor-modal .text-lg {
    font-size: 0.9rem;
  }

  /* Tab buttons */

  #tropical-tabs-navigation .tab-button {
    font-size: 0.7rem;
    padding: 6px 8px;
  }

  .active-system-header {
    font-size: 0.7rem;
  }

  .active-system-header-name {
    font-size: 0.7rem;
  }

  /* Active systems content text (name, details, etc.) */

  #active-systems-content .text-sm {
    font-size: 0.75rem;
  }

  /* Any smaller text, like loading messages */

  #active-systems-content .text-xs {
    font-size: 0.65rem;
  }

  /* NEW: Onboarding modal header text reduction */

  .tutorial-modal-content h2.text-2xl {
    font-size: 1.2rem;
    /* Reduce h2 size for small mobile screens */
  }

  /* NEW: Reduce the size of the h1 on the onboarding modal header */

  .tutorial-modal-content .text-xl {
    font-size: 1rem;
    /* Reduce the main logo text on extra small devices */
  }

  /* Scrollbar styles (keep existing) */

  &::-webkit-scrollbar {
    width: 8px;
  }

  &::-webkit-scrollbar-track {
    background: #2d3748;
    border-radius: 10px;
  }

  &::-webkit-scrollbar-thumb {
    background: #4a5568;
    border-radius: 10px;
  }

  &::-webkit-scrollbar-thumb:hover {
    background: #6b7280;
  }

  #radar-product-options-dropdown .px-3.py-1\.5.text-white.text-sm {
    cursor: pointer;
    transition: background-color 0.1s ease-in-out;
    font-size: 0.7rem;
  }

  #radar-product-options-dropdown .px-3.py-1\.5.text-white.text-sm:hover {
    background-color: #4b5563;
  }

  #radar-product-options-dropdown .selected-product {
    background-color: #233343;
  }

  #time-slider-panel .text-sm {
    font-size: 0.7rem;
  }

  input[type="range"]::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    margin-top: -4px;
  }

  input[type="range"]::-moz-range-thumb {
    width: 12px;
    height: 12px;
  }

  input[type="range"] {
    height: 4px;
  }

  input[type="range"]::-webkit-slider-runnable-track,
    input[type="range"]::-moz-range-track,
    input[type="range"]::-ms-track {
    height: 4px;
  }
}

/* Specific media query for max-height */

@media (max-height: 374px) {
  #radar-controls {
    position: fixed;
    bottom: calc(1rem + env(safe-area-inset-bottom) + 11rem);
    /* Adjusted */
    left: 50%;
    width: calc(100% - 2rem - env(safe-area-inset-left) - env(safe-area-inset-right));
    max-width: 281px;
    transform: translateX(-50%);
    /*padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);*/
  }
}

/* Weather Alert Settings Modal */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  /* Use custom property for viewport height */
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 52;
  display: flex;
  /* Make default display flex for when it's visible */
  pointer-events: auto;
  /* IMPORTANT: Allow clicks by default when visible */
}

.modal-overlay.hidden {
  display: none !important;
  /* Only hide it when the 'hidden' class is present, override default flex */
}

.modal-content-wrapper {
  background-color: #1a202c;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 28rem;
  overflow: hidden;
  color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 53;
}

/* Custom styles for the toggle switch */

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #2563EB;
}

input:checked+.slider:before {
  transform: translateX(20px);
}

/* Custom scrollbar for the content area (vertical) */

.scrollable-content::-webkit-scrollbar {
  width: 8px;
}

.scrollable-content::-webkit-scrollbar-track {
  background: #2d3748;
  border-radius: 10px;
}

.scrollable-content::-webkit-scrollbar-thumb {
  background: #4a5568;
  border-radius: 10px;
}

.scrollable-content::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

/* Custom scrollbar for the tabs navigation area (horizontal) */

#tabs-navigation {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

#tabs-navigation::-webkit-scrollbar {
  height: 8px;
}

#tabs-navigation::-webkit-scrollbar-track {
  background: #2d3748;
  border-radius: 10px;
}

#tabs-navigation::-webkit-scrollbar-thumb {
  background: #4a5568;
  border-radius: 10px;
}

#tabs-navigation::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

/* Full Alert Text Modal Specific Styles */

#full-alert-text-modal .modal-content-wrapper {
  background-color: #1a202c;
  color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(var(--vh, 1vh) * 90 - 4px);
  /* Set max-height for the wrapper, with a buffer */
  z-index: 53;
  /* Ensure this is present and sufficient */
}

#full-alert-text-modal .modal-content-wrapper .bg-gray-700 {
  background-color: #2d3748;
}

#full-alert-text-modal .modal-content-wrapper .bg-gray-800 {
  display: flex;
  /* Essential for flex-direction to work */
  flex-direction: column;
  /* Essential for flex-direction to work */
  max-height: calc(var(--vh, 1vh) * 90 - 64px - 4px);
  /* This rule takes over for the inner content */
  overflow-y: auto;
  /* To ensure scrolling if content exceeds this height */
}

#full-alert-text-content-container {
  max-height: 550px;
  overflow-y: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #E2E8F0;
}

/* Ensure these are still applied to the direct content within the container */

#full-alert-text-content {
  /* No height/overflow properties here as they are on the container */
}

/* Mobile-specific adjustments for modal content wrapper */

@media (max-width: 767px) {
  .modal-content-wrapper {
    margin-left: 0rem;
    margin-right: 0rem;
    width: calc(100% - 2rem);
    max-width: none;
  }
}

/* Custom styles for the range input thumb */

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #60a5fa;
  border-radius: 50%;
  cursor: grab;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin-top: -8px;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:active {
  transform: scale(1.1);
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #60a5fa;
  border-radius: 50%;
  cursor: grab;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

input[type="range"]::-moz-range-thumb:active {
  transform: scale(1.1);
}

input[type="range"]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #60a5fa;
  border-radius: 50%;
  cursor: grab;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

input[type="range"]::-ms-thumb:active {
  transform: scale(1.1);
}

/* Custom styling for the range input track - Now uses a dynamic background and inner shadow */

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  /* This will be dynamically set by JS now */
  /* background: linear-gradient(to right, #60a5fa 0%, #60a5fa 70%, #4b5563 70%, #4b5563 100%); */
  outline: none;
  transition: background 0.2s ease-in-out;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 4px;
}

input[type="range"]::-moz-range-track {
  height: 8px;
  border-radius: 4px;
}

input[type="range"]::-ms-track {
  height: 8px;
  border-radius: 4px;
  border-color: transparent;
  color: transparent;
}

/* Play/Stop button active state */

#play-stop-button:active {
  transform: scale(0.95);
  transition: transform 0.1s ease-out;
}

/* Added text-shadow for a 3D effect on the play/stop icon */

#play-stop-button i {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

/* Styles for the new helper window */

.helper-window {
  position: absolute;
  /* Adjusted for fixed positioning in JS, but fallback styles */
  max-width: 200px;
  /* Adjust as needed */
  pointer-events: none;
  /* Allows clicks to pass through initially */
  text-align: left;
  white-space: normal;
  /* Optional: add a small border or different background for distinction */
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Basic style for the custom SVG marker element */

.custom-tower-marker {
  /* Default size for circular icons */
  width: 15px;
  height: 20px;
  display: block;
  transform: translate(-50%, -50%);
  /* Keeps the center anchored to the coordinate */
  cursor: pointer;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}

/* Style for markers when displaying tower codes (rectangular, doubled size) */

.custom-tower-marker.tower-code-marker {
  width: auto;
  /* Allow width to be determined by content + padding */
  height: 20px;
  width: 60px;
  border-radius: 10px;
  display: flex;
  /* Use flexbox to align children */
  align-items: center;
  /* Vertically center the icon and text */
  justify-content: center;
  /* Horizontally center the icon and text */
}

/* Ensure the SVG itself scales within this div */

.custom-tower-marker svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* NEW CSS for the legend color circles */

.legend-item-color {
  display: inline-block;
  width: 12px;
  /* Adjust size as needed */
  height: 12px;
  /* Adjust size as needed */
  border-radius: 50%;
  /* Makes it a circle */
  margin-right: 8px;
  /* Space between color and text */
  flex-shrink: 0;
  /* Prevent it from shrinking */
}

/* Add this to your input.css file */

/* Ensure the Mapbox default marker icon is not visible within our custom marker setup */

.mapboxgl-marker.pulsing-dot-container {
  /* We'll add this class in JS */
  /* If Mapbox is placing its default icon inside the marker container */
  background-image: none !important;
  /* Remove any default background image */
  background-color: transparent !important;
  /* Make sure background is clear */
  /* Ensure no default sizing from Mapbox is interfering */
  width: auto !important;
  height: auto !important;
}

/* Ensure any child elements of the Mapbox marker container that might be default icons are hidden */

.mapboxgl-marker.pulsing-dot-container * {
  visibility: visible !important;
  /* Make sure our custom dot is visible */
}

.mapboxgl-marker.pulsing-dot-container .mapboxgl-marker-anchor-bottom,
.mapboxgl-marker.pulsing-dot-container .mapboxgl-marker-anchor-center {
  background-image: none !important;
  background-color: transparent !important;
}

/* Your existing pulsing-dot styles (ensure they are present and not overridden) */

.pulsing-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #4264fb;
  /* A shade of blue */
  animation: pulse 1.5s infinite ease-in-out;
  /* Define pulse animation */
  box-shadow: 0 0 0 rgba(66, 100, 251, 0.7);
  /* Initial shadow for the pulse */
  z-index: 1000;
  /* Extremely high z-index */
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(66, 100, 251, 0);
  }

  70% {
    transform: scale(1.2);
    opacity: 0.7;
    box-shadow: 0 0 0 10px rgba(66, 100, 251, 0);
  }

  100% {
    transform: scale(0.8);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(66, 100, 251, 0);
  }
}

/* Styles for the range slider */

.range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #4a5568;
  /* Dark grey track */
  outline: none;
  opacity: 0.7;
  transition: opacity .2s;
  border-radius: 5px;
}

.range-slider:hover {
  opacity: 1;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #2563EB;
  /* Blue thumb */
  cursor: pointer;
  border-radius: 50%;
}

.range-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #2563EB;
  /* Blue thumb */
  cursor: pointer;
  border-radius: 50%;
}

/* Custom styles for the color input preview */

.color-input-preview {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #4a5568;
  /* Border for visibility */
  cursor: pointer;
  display: inline-block;
  /* To allow sizing */
  vertical-align: middle;
  /* Align with text */
}

/* Color Picker Specific Styles from weatheralerts.html (now for severe outlooks modal) */

.color-picker-area {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  /* 4:3 aspect ratio, adjust as needed */
  cursor: crosshair;
  border-radius: 8px;
  overflow: hidden;
  /* Ensure picker-circle stays within bounds */
  background-color: transparent;
  /* Will be set dynamically */
  background-image: none;
  /* Will be set dynamically */
}

.picker-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 0 1.5px black;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hue-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
  border-radius: 8px;
  outline: none;
  margin-top: 1rem;
}

.hue-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: white;
  border: 2px solid #333;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.hue-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: white;
  border: 2px solid #333;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* Styling for the legend items to match the image */

/* Reverted for categorical, retained for others if they are still like that */

.legend-item {
  display: flex;
  flex-direction: column;
  /* Default for other legends */
  align-items: center;
  /* Default for other legends */
  text-align: center;
  margin: 0 0.5rem;
  /* Default for other legends */
}

.legend-color-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-bottom: 0.25rem;
  /* Default for other legends */
  flex-shrink: 0;
}

/* Custom marker style for the SVG icon */

.cyclone-marker {
  width: 26px;
  /* Set a fixed width for the SVG */
  height: 26px;
  /* Set a fixed height for the SVG */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  /* No background for the div itself */
  cursor: pointer;
  /* Indicate clickable marker */
}

.cyclone-marker img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* Ensure the SVG scales correctly */
  border-radius: 50%;
  /* Make the image circular */
  /* Default border, can be overridden by .streaming-mobile-marker below */
  border: 1px solid #3b82f6;
  /* Blue border for non-streaming and live devices */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
}

/* New CSS rule for streaming mobile devices and PROBE with streaming */

.streaming-mobile-marker img,
.probe-streaming-marker img {
  border: 3px solid #22c55e;
  /* Green border for streaming mobile devices and PROBE */
}

/* New CSS rule for mobile device markers */

.mobile-cyclone-marker {
  width: 28px;
  /* Example: Larger width for mobile devices */
  height: 28px;
  /* Example: Larger height for mobile devices */
}

/* Ensure the image inside mobile markers scales correctly within its parent */

.mobile-cyclone-marker img {
  width: 100%;
  height: 100%;
}

/* New CSS rule for PROBE devices */

.probe-cyclone-marker {
  width: 28px;
  /* Example: Larger width for probe devices */
  height: 28px;
  /* Example: Larger height for probe devices */
}

.probe-cyclone-marker img {
  border: 2px solid #3b82f6;
  /* Default blue border for non-streaming PROBE */
}

/* New CSS rule for non-streaming mobile or probe devices */

.non-streaming-marker img {
  border: 3px solid #f97316;
  /* Orange border */
}

/* NEW CSS for Weather Station devices */

.weather-station-marker {
  width: 24px;
  /* Example size for weather stations */
  height: 24px;
}

.weather-station-marker img {
  border: 2px solid #60a5fa;
  /* Blue border for weather stations */
}

/* Modal Styles */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: calc(var(--vh, 1vh) * 100);
  /* Use custom property for viewport height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: transparent;
  /* Make background transparent */
  pointer-events: none;
  /* Allow clicks to pass through by default */
}

.modal-content {
  background-color: #1a202c;
  /* Dark blue background */
  color: #e2e8f0;
  /* Light text color */
  padding: 20px;
  border: 1px solid #2d3748;
  width: 90%;
  /* Responsive width */
  max-width: 800px;
  /* Max width */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 0.75rem;
  position: absolute;
  /* Positioned absolutely within the viewport */
  /* Removed initial transform from here, will be set by JS on open */
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  /* Re-enable pointer events for modal content itself */
  min-width: 250px;
  min-height: 200px;
  box-sizing: border-box;
  /* Include padding and border in the element's total width and height */
}

.close-button {
  color: #94a3b8;
  /* Lighter gray for close button */
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  z-index: 1050;
  /* Higher than modal's base z-index and resize handle */
  pointer-events: auto;
  /* Explicitly ensure it can receive clicks */
}

.close-button:hover,
.close-button:focus {
  color: #f8fafc;
  /* White on hover */
  text-decoration: none;
  cursor: pointer;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  background-color: black;
  border-radius: 0.5rem;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive Modal Title and Icon */

.modal-title {
  font-size: 1.5rem;
  /* Default larger font size for title */
  font-weight: bold;
  color: #f8fafc;
  /* White text for title */
  margin-bottom: 1rem;
  display: flex;
  /* Enable flex for icon alignment */
  align-items: center;
  /* Vertically align icon and text */
  gap: 0.75rem;
  /* Space between icon and text */
  cursor: grab;
  /* Indicate draggable */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* Prevent text selection during drag */
  touch-action: none;
  /* Prevent default touch actions like scrolling/zooming */
}

.modal-title-icon {
  width: 32px;
  /* Default larger size for the icon in the modal header */
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  /* Keep it circular */
}

/* Resizing handle for desktop */

.resize-handle {
  position: absolute;
  width: 20px;
  /* Size of the handle */
  height: 20px;
  bottom: -10px;
  /* Position it slightly outside the corner */
  right: -10px;
  cursor: se-resize;
  /* Diagonal resize cursor */
  background-color: #2d3748;
  /* Darker color for handle */
  border: 1px solid #4a5568;
  border-radius: 4px;
  z-index: 10;
  /* Ensure it's above other modal content */
}

/* Media queries for smaller screens */

@media (max-width: 640px) {
  /* Tailwind's 'sm' breakpoint */

  .modal-title {
    font-size: 1.25rem;
    /* Smaller font size on small screens */
    gap: 0.5rem;
  }

  .modal-title-icon {
    width: 24px;
    /* Smaller icon size on small screens */
    height: 24px;
  }

  .modal-content {
    padding-top: 15px;
    /* Keep vertical padding */
    padding-bottom: 15px;
    /* Keep vertical padding */
    padding-left: 5px;
    /* Reduced horizontal padding */
    padding-right: 5px;
    /* Reduced horizontal padding */
    width: 98%;
    /* Increase width to fill more of the screen horizontally */
  }

  .close-button {
    font-size: 24px;
    /* Smaller close button on small screens */
  }

  .resize-handle {
    display: none;
    /* Hide resize handle on mobile */
  }
}

@media (max-width: 480px) {
  /* Even smaller screens */

  .modal-title {
    font-size: 1rem;
    /* Even smaller font size */
    gap: 0.4rem;
  }

  .modal-title-icon {
    width: 20px;
    /* Even smaller icon size */
    height: 20px;
  }

  .modal-content {
    padding-top: 10px;
    /* Keep vertical padding */
    padding-bottom: 10px;
    /* Keep vertical padding */
    padding-left: 2px;
    /* Further reduced horizontal padding */
    padding-right: 2px;
    /* Further reduced horizontal padding */
    width: 99%;
    /* Maximize width to near edges */
  }

  .close-button {
    font-size: 20px;
    /* Even smaller close button */
    top: 5px;
    right: 10px;
  }
}

/* Video Player Styles */

/* Ensure the Video.js player container itself is contained */

.video-js {
  width: 100% !important;
  /* Important for overriding default inline styles */
  height: 100% !important;
  /* Important for overriding default inline styles */
  /* Add playsinline CSS properties for extra redundancy if needed by some browsers */
  -webkit-playsinline: inline !important;
  /* Force inline playback for WebKit */
  playsinline: inline !important;
  /* Standard */
  -o-object-fit: contain;
     object-fit: contain;
  /* Ensures the video content itself scales within the player area */
  /* Prevent any transform or scale that might interfere with layout */
  transform: none !important;
  -webkit-transform: none !important;
}

/* Force the actual <video> element inside Video.js to stay inline */

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  /* Important: Ensures the video scales within its container */
  /* Often helps with iOS video rendering */
  transform: translateZ(0);
  /* These specific WebKit properties can be crucial */
  -webkit-full-screen: hidden !important;
  /* Try to hide WebKit's own fullscreen mode */
  -webkit-full-screen-api-allowed: false !important;
  -webkit-full-screen-api-action: none !important;
  -webkit-inline-media-playback-allowed: true;
  /* Explicitly allow inline playback */
}

/* Hide the fullscreen button specifically */

.video-js .vjs-fullscreen-control {
  display: none !important;
}

/* Hide the Picture-in-Picture button (specific to iOS Safari in some Video.js versions) */

.video-js .vjs-picture-in-picture-control {
  display: none !important;
}

/* Override any default fullscreen styles Video.js might apply to the modal */

/* Ensure the modal content stays within the viewport and doesn't stretch */

.modal-content.vjs-fullscreen {
  width: auto !important;
  height: auto !important;
  max-width: 800px !important;
  /* Your desired max-width for the modal */
  max-height: 90vh !important;
  /* Or whatever maximum height you want */
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  position: fixed !important;
  /* Crucial: keep it fixed, not absolute to a viewport */
  overflow: hidden !important;
  /* Prevent scrollbars if content overflows after sizing */
}

/* If the body still gets a fullscreen class, prevent it from expanding */

html.vjs-in-native-fullscreen,
body.vjs-in-native-fullscreen {
  width: 100vw !important;
  height: calc(var(--vh, 1vh) * 100) !important;
  /* Use custom property for viewport height */
  overflow: hidden !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
}

/* Add this to your input.css file */

/* Default state: spinner is hidden */

.loading-spinner {
  position: absolute;
  /* Position over the icon */
  display: flex;
  /* Use flexbox to center content */
  align-items: center;
  /* Center vertically */
  justify-content: center;
  /* Center horizontally */
  width: 100%;
  /* Take full width of parent button */
  height: 100%;
  /* Take full height of parent button */
  top: 0;
  left: 0;
  color: white;
  /* Or inherit from parent */
  font-size: inherit;
  /* Inherit font size from parent button */
  /* The `hidden` Tailwind class (display: none) will be used initially */
}

.loading-spinner i {
  font-size: 1em;
  /* Adjust if needed, relative to parent button's font size */
}

/* When the button has 'loading-active' class: */

/* Hide the play/stop icon */

.loading-active i.fas {
  display: none;
}

/* Show the spinner */

.loading-active .loading-spinner {
  display: flex !important;
  /* Use !important to override Tailwind's `hidden` class if present */
}

/* Ensure the button provides positioning context for its absolute children */

#play-stop-button-collapsed,
#play-stop-button-expanded {
  position: relative;
  /* Crucial for positioning .loading-spinner */
  /* Add existing Tailwind classes here: w-8 h-8 flex items-center justify-center rounded-full text-white text-lg shadow-md transition-all duration-200 focus:outline-none bg-green-500 */
}

/* NEW: Style for the radar control header */

#radar-control-header {
  background-color: #233343;
  /* Blue background */
  border-radius: 0.5rem;
  /* Rounded corners */
  padding: 0.2rem 0.75rem;
  /* Padding */
  margin-bottom: 0.1rem;
  /* Space below header */
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#radar-control-header h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: white;
}

#radar-control-header i {
  font-size: 0.75rem;
  color: white;
}

/* NEW: Style for the radar color bar in collapsed view */

#radar-color-bar-collapsed {
  position: absolute;
  bottom: -4px;
  /* Adjust as needed to position below the panel, might need trial and error with p-3 of parent */
  left: 0;
  right: 0;
  height: 11px;
  /* Height of the color bar */
  border-bottom-left-radius: 0.75rem;
  /* Match parent's border radius */
  border-bottom-right-radius: 0.75rem;
  /* Match parent's border radius */
  overflow: hidden;
  /* Ensure colors stay within bounds */
  display: flex;
  /* Use flexbox for segments */
  width: 100%;
}

#radar-color-bar-collapsed>div {
  height: 100%;
  /* Width will be set by JS */
  /* background-color will be set by JS */
}

/* Adjust radar-control-panel-collapsed padding to make space for the color bar */

#radar-control-panel-collapsed {
  padding-bottom: 0px;
  /* Adjust this value to create space above the color bar */
  position: relative;
  /* Ensure the color bar is positioned relative to this */
}

#radar-control-panel-collapsed>.flex-1.mr-2 {
  text-align: left;
  /* Align text to the left */
  padding-left: 0.5rem;
  /* Add some padding to the left */
  line-height: 1.2;
  /* Reduce space between lines (adjust as needed) */
}

/* You might need to adjust the line-height for the individual spans if the above isn't sufficient */

#radar-control-panel-collapsed>.flex-1.mr-2 span {
  line-height: 1.2;
  /* Apply line-height to spans as well */
}

#radar-control-panel-collapsed #tower-id,
#radar-control-panel-collapsed #region-name {
  font-size: 0.8rem;
  /* Slightly increased font size from 0.8rem (text-sm) */
}

/* Styles for expandable sections in modals */

.collapsible-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  /* Reduced vertical padding */
  border-bottom: 1px solid #4a5568;
  /* Darker grey border */
  flex-wrap: wrap;
  /* Allow content to wrap if too long */
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0.5rem 0.75rem;
  /* Reduced vertical padding */
}

.collapsible-content.open {
  max-height: 480px;
  /* Adjusted from 400px to 480px - make sure this is enough for max content */
  transition: max-height 0.5s ease-in;
}

.rotate-icon {
  transition: transform 0.3s ease;
}

.rotate-icon.rotated {
  transform: rotate(180deg);
}

/* Custom override for pb-3 to set padding-bottom to 3.75rem */

.pb-3 {
  padding-bottom: 3.75rem !important;
  /* Use !important to ensure override */
}

/* Adjustments for space-y in tropical modal */

#active-systems-content.space-y-2>div {
  margin-top: 0.5rem;
  /* Matches space-y-2 for direct children */
  margin-bottom: 0.5rem;
}

#active-systems-content.space-y-2>div:first-child {
  margin-top: 0;
  /* No top margin for the first item */
}

#active-systems-content.space-y-2>div:last-child {
  margin-bottom: 0;
  /* No bottom margin for the last item */
}

.collapsible-content.space-y-1>div {
  margin-top: 0.25rem;
  /* Matches space-y-1 for direct children */
  margin-bottom: 0.25rem;
}

.collapsible-content.space-y-1>div:first-child {
  margin-top: 0;
}

.collapsible-content.space-y-1>div:last-child {
  margin-bottom: 0;
}

/* NEW CSS for tropical popup buttons */

.tropical-popup-tabs {
  display: flex;
  justify-content: center;
  /* Center the buttons horizontally */
  gap: 5px;
  /* Space between buttons */
  padding: 5px;
  /* Padding around the button group */
  background-color: #4B5563;
  /* Slightly lighter header background */
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* Separator line */
}

.tropical-popup-button {
  background-color: #2563EB;
  /* Tailwind blue-600 */
  color: white;
  border: none;
  padding: 4px 8px;
  /* Smaller padding for compact buttons */
  border-radius: 4px;
  font-size: 0.75rem;
  /* text-sm equivalent or smaller */
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  flex-grow: 1;
  /* Allow buttons to grow and fill space, making them equal width */
  text-align: center;
  white-space: nowrap;
  /* Prevent text wrapping */
}

.tropical-popup-button:hover {
  background-color: #1D4ED8;
  /* Darker blue on hover (Tailwind blue-700) */
}

/* Styles for the tropical text modal content area for proper flex layout */

#tropical-text-modal .modal-content-wrapper {
  display: flex;
  /* Ensure it uses flexbox for its children */
  flex-direction: column;
  /* Stack children vertically */
  /* Other existing styling like max-width, border-radius, shadow */
}

#tropical-text-modal .full-text-content-container {
  flex-grow: 1;
  /* Allow content to fill available space */
  overflow-y: auto;
  /* Enable scrolling for content */
  /* max-height: calc(var(--vh, 1vh) * 80 - <header_height> - <padding>); */
  /* The p-4 class is applied via Tailwind on the element itself. */
}

/* Custom scrollbar for the tabs navigation area (horizontal) */

#tropical-tabs-navigation {
  /* To enable smooth scrolling on touch devices like iOS */
  -webkit-overflow-scrolling: touch;
}

#tropical-tabs-navigation::-webkit-scrollbar {
  height: 8px;
}

#tropical-tabs-navigation::-webkit-scrollbar-track {
  background: #2d3748;
  border-radius: 10px;
}

#tropical-tabs-navigation::-webkit-scrollbar-thumb {
  background: #4a5568;
  border-radius: 10px;
}

#tropical-tabs-navigation::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

@media (max-width: 767px) {
  #tropical-tabs-navigation .tab-button {
    flex-basis: 45%;
    /* Allow buttons to wrap, taking up almost half the width */
    font-size: 0.8rem;
    /* Make the font slightly smaller to fit better */
  }
}

@media (max-width: 374px) {
  /* Main title of the modal */

  #tropical-monitor-modal .text-lg {
    font-size: 0.9rem;
    /* Reduced from text-lg (1.125rem) */
  }

  /* Tab buttons */

  #tropical-tabs-navigation .tab-button {
    font-size: 0.7rem;
    /* Reduced from text-sm (0.875rem) */
    padding: 6px 8px;
    /* Adjusted padding to match smaller font size */
  }

  .active-system-header {
    font-size: 0.7rem;
    /* Adjust this value as needed */
  }

  .active-system-header-name {
    font-size: 0.7rem;
    /* Adjust this value as needed for a smaller size */
  }

  /* Active systems content text (name, details, etc.) */

  #active-systems-content .text-sm {
    font-size: 0.75rem;
    /* Reduced from text-sm (0.875rem) */
  }

  /* Any smaller text, like loading messages */

  #active-systems-content .text-xs {
    font-size: 0.65rem;
    /* Reduced from text-xs (0.75rem) */
  }
}

/* Custom class for padding in the tropical monitoring modal */

.tropical-content-container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* On smaller screens, the modal might be smaller, so reduce the padding */

@media (max-width: 767px) {
  .tropical-content-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* For even smaller screens, like older phones */

@media (max-width: 480px) {
  .tropical-content-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

#radar-control-panel-collapsed>.flex.items-center.justify-between.w-full.mb-1 {
  /* Override the negative margin if it exists and is causing problems */
  margin-bottom: 0.5rem;
  /* A reasonable positive margin to create space */
  align-items: center;
  /* Ensure vertical alignment is centered */
}

#current-datetime-display-collapsed {
  /* This element is being overlapped. Let's make sure it has its own space. */
  /* Remove the !important from the CSS to allow for more flexible styling if it's there. */
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
  /* Reset line-height to prevent vertical squeezing */
}

#radar-control-panel-collapsed .flex.items-center.space-x-2 {
  /* The container for the buttons. We can ensure it's not pushing other elements. */
  margin-top: 0;
  margin-bottom: 0;
  flex-shrink: 0;
  /* Prevents the buttons from shrinking in size */
}

/* You may need to create a new class for this if the current styles are used elsewhere */

/* This is a more targeted approach. Let's adjust the immediate parent of the date/time display */

.flex.items-center.justify-between.w-full.mb-1 {
  /* Set a specific display and justify to control horizontal spacing */
  display: flex;
  justify-content: space-between;
  /* Ensure there is a clear vertical space between this row and the row below */
  margin-bottom: 0.5rem;
}

/* New wrapper for the consolidated popup */

.consolidated-popup-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Adjust spacing between individual alerts */
}

/* Ensure individual alert popups within the wrapper have correct styling */

.consolidated-popup-wrapper .alert-popup-container {
  /* Reset any conflicting styles from the single popup design if needed */
  box-shadow: none;
  background: none;
}

.sensor-data-header {
  background-color: #2D3748;
  color: white;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  /* Keep this to manage wrapping, although the break will handle it */
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
}

.sensor-data-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #4A5568;
  flex-shrink: 0;
  /* Prevents items from shrinking */
  min-width: 62px;
  /* Ensures a minimum width */
}

/* NEW: Style for the line break element */

.sensor-data-break {
  flex-basis: 100%;
  /* Forces a line break in a flex container */
  height: 0;
  margin: 0;
  padding: 0;
}

.sensor-last-updated {
  width: 100%;
  text-align: center;
  margin-top: -15px;
  font-size: 0.75rem;
  color: #A0AEC0;
  padding-top: 10px;
  border-top: 1px solid #4A5568;
}

.sensor-data-item i {
  margin-right: 8px;
  /* Space between icon and text */
  font-size: 1rem;
}

/* Color styles for sensor data items */

.sensor-data-item.temp-color {
  background-color: #EF4444;
  /* Red for Temperature */
}

.sensor-data-item.hum-color {
  background-color: #3B82F6;
  /* Blue for Humidity */
}

.sensor-data-item.dewp-color {
  background-color: #7C3AED;
  /* Purple for Dewpoint */
}

.sensor-data-item.press-color {
  background-color: #10B981;
  /* Green for Pressure */
}

.sensor-data-item.wind-color {
  background-color: #F59E0B;
  /* Amber for Wind Speed */
}

.sensor-data-item.dir-color {
  background-color: #6B7280;
  /* Gray for Direction */
}

/* Updated Wind Direction icon to match compass */

.fa-compass {
  font-size: 1.25rem !important;
  /* Make the compass icon a bit larger */
}

.video-error-message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #0F161D;
  /* Use the same dark background as the modal */
  color: #FBAE16;
  /* Use orange for a warning color */
  font-size: 1.25rem;
  /* text-xl */
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
}

/* Update the button styling */

.alert-details-button {
  background-color: #2D3748;
  /* A darker gray, similar to the popup body */
  border: 1px solid #4A5568;
  /* A lighter gray border to define the edge */
  padding: 0.25rem 0.5rem;
  /* Add padding to give it a button-like shape */
  border-radius: 0.25rem;
  /* Slightly rounded corners */
  transition: background-color 0.2s ease-in-out;
  /* Add a smooth hover effect */
}

.alert-details-button:hover {
  background-color: #4A5568;
  /* Darken the background on hover for feedback */
}

#open-radar-button i {
  font-size: 1.1rem;
  /* Adjust this value as needed for a slight increase */
}

#open-radar-button {
  /* Use flexbox to center content */
  display: flex;
  justify-content: center;
  /* Horizontally center */
  align-items: center;
  /* Vertically center */
  margin-left: 4px;
  border-radius: 20px;
  margin-right: 4px;
}

#open-details-button i {
  font-size: 1.1rem;
  /* Adjust this value as needed for a slight increase */
}

#open-details-button {
  /* Use flexbox to center content */
  display: flex;
  justify-content: center;
  /* Horizontally center */
  align-items: center;
  /* Vertically center */
}

/* NEW CSS for the radar tools menu and data viewer toggle */

#radar-tools-menu {
  width: 40px;
  /* A fixed width for the small menu */
  max-height: 150px;
  overflow-y: auto;
  bottom: calc(100% + 2.9rem);
  background-color: #0F161D;
  /* Match the base background */
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 0.25rem;
  z-index: 20;
}

#data-viewer-toggle {
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  border: none;
  font-size: 1.1rem;
  color: #9CA3AF;
  /* Default gray for inactive icon */
}

#radar-control-panel-collapsed #data-viewer-toggle {
  margin-right: 0px;
}

#data-viewer-toggle[data-toggled="true"] {
  color: #FBAE16;
  /* Orange for active state */
  background-color: #233343;
  /* Blue-gray for active background */
}

#data-viewer-toggle:hover {
  background-color: #1F2937;
  /* Darker gray on hover */
  color: #FBAE16;
  /* Change color on hover to indicate it's clickable */
}

/* Update the data viewer overlay styles */

#data-viewer-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
  /* This is the Tailwind for rounded-full */
  /* Remove 'display: none;' from here to allow the '.hidden' class to control visibility */
  width: 35px;
  /* Adjust as needed */
  height: 35px;
  /* Adjust as needed */
  border: 3px solid #261a56;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#data-viewer-color {
  width: 50%;
  height: 50%;
  border-radius: 9999px;
  /* This is the Tailwind for rounded-full */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
}

/* A utility class to hide the overlay */

.hidden {
  display: none !important;
}

/* New CSS rule for the crosshair cursor */

.crosshair-cursor {
  cursor: crosshair;
}

#data-viewer-value-container {
  padding: 0.25rem 0.5rem !important;
  background-color: #111827 !important;
  border-radius: 0.5rem !important;
  color: #fff !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
}

/* NEW: Add a class to handle the centering */

.transform-center {
  left: 50%;
  transform: translateX(-50%);
}

#data-viewer-value {
  white-space: nowrap;
  /* Prevents text from wrapping */
}

/* Ensure the button provides positioning context for its children */

.relative {
  position: relative;
}

/* ======================================================= */

/* NEW: CSS for the CyclonePORT Dashboard and its cards */

/* ======================================================= */

.card-animation {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card-animation:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

  /* Reduce padding for the sensor data bubbles on desktop */

  .grid.md\:grid-cols-3 .p-2 {
    padding: 0.25rem !important;
  }
}

/* ======================================================= */

/* NEW: CSS for the CyclonePORT Dashboard and its cards */

/* ======================================================= */

.card-animation {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card-animation:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

  /* Reduce padding for the sensor data bubbles on desktop */

  .grid.md\:grid-cols-3 .p-2 {
    padding: 0.25rem !important;
  }
}

#cycloneport-dashboard-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  /* Corrected to use --vh */
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 52;
  display: flex;
  pointer-events: auto;
}

#cycloneport-dashboard-modal.hidden {
  display: none !important;
}

#cycloneport-dashboard-modal .modal-content-wrapper {
  background-color: #1a202c;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  width: 95%;
  max-width: 1440px;
  /* Use max-height to ensure it respects viewport */
  max-height: calc(var(--vh, 1vh) * 90);
  overflow: hidden;
  color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 53;
  display: flex;
  /* Use flexbox to manage internal layout */
  flex-direction: column;
}

#cycloneport-dashboard-header {
  background-color: #2D3748;
  /* Ensure header has a fixed height */
  flex-shrink: 0;
  padding: 1rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* This is the new tab container with flex-wrap */

#state-tabs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #2D3748;
  /* Match header background */
}

/* This is the new CSS rule for the tab buttons themselves */

#state-tabs-container button {
  padding: 0.25rem 0.75rem;
  /* Adjust padding for better spacing */
  border-radius: 0.5rem;
  font-weight: 700;
  /* Bold text */
  transition: all 0.2s ease-in-out;
  border: none;
  cursor: pointer;
  background-color: #4A5568;
  /* Inactive tab background */
  color: #CBD5E0;
  /* Inactive tab text color */
}

#state-tabs-container button.bg-green-600 {
  background-color: #32c54d;
  /* Your desired green for the active tab */
  color: white;
}

#cycloneport-dashboard-content {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  /* Allow scrolling for content that overflows */
  background-color: #1a202c;
  /* Ensure content has background */
  padding: 1rem;
  /* Use padding to match other UI elements */
  flex-grow: 1;
  /* Allow this element to grow and fill available vertical space */
  max-height: calc(var(--vh, 1vh) * 90 - 72px);
  /* Calculate max-height of content by subtracting header height (est. 72px) from modal's max height. */
}

/* Scrollbar styles for the content */

#cycloneport-dashboard-content::-webkit-scrollbar {
  width: 8px;
}

#cycloneport-dashboard-content::-webkit-scrollbar-track {
  background: #2d3748;
  border-radius: 10px;
}

#cycloneport-dashboard-content::-webkit-scrollbar-thumb {
  background: #4a5568;
  border-radius: 10px;
}

#cycloneport-dashboard-content::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

#privacy-policy-link {
  margin-bottom: 20px;
}

#terms-of-service-link {
  margin-bottom: 100px;
}

/* ======================================================= */

/* NEW: CSS for the Onboarding / Tutorial Modal */

/* ======================================================= */

.tutorial-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.tutorial-modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.tutorial-modal-content {
  background-color: #242424;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  max-width: 90%;
  width: 800px;
  color: #d2b71a;
  max-height: 90%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #333;
  transform: scale(0.9);
  transition: transform 0.3s ease-in-out;
}

.tutorial-modal-overlay.show .modal-content {
  transform: scale(1);
}

@media (min-width: 768px) {
  .modal-content {
    max-width: 700px;
    max-height: 600px;
  }
}

.tutorial-container {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

/* Add scrollbar styles to the tutorial container and pages */

.tutorial-container::-webkit-scrollbar,
.tutorial-page::-webkit-scrollbar {
  width: 8px;
}

.tutorial-container::-webkit-scrollbar-track,
.tutorial-page::-webkit-scrollbar-track {
  background: #2d3748;
  border-radius: 10px;
}

.tutorial-container::-webkit-scrollbar-thumb,
.tutorial-page::-webkit-scrollbar-thumb {
  background: #4a5568;
  border-radius: 10px;
}

.tutorial-container::-webkit-scrollbar-thumb:hover,
.tutorial-page::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

.tutorial-pages {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.tutorial-page {
  flex-shrink: 0;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
  overflow-y: auto;
}

.logo-text {
  color: #FF8C00;
  /* A darker shade of orange */
}

.logo-symbol {
  fill: #FFA500;
  /* Orange */
}

.logo-bolt {
  fill: #1E90FF;
  /* DodgerBlue */
}

.cycRadLogo {
  height: 40px;
  width: auto;
}

.progress-dot {
  width: 10px;
  height: 10px;
  background-color: #4B5563;
  /* Gray */
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.progress-dot.active {
  background-color: #60A5FA;
  /* Blue */
}

.tutorial-button {
  background-color: #60A5FA;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.tutorial-button:hover {
  background-color: #3B82F6;
}

.tutorial-button:disabled {
  background-color: #4B5563;
  cursor: not-allowed;
}

/* Responsive styling for image and text layout */

.tutorial-content-with-image {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.tutorial-content-with-image .text-section {
  order: 2;
}

.tutorial-content-with-image .image-section {
  order: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .tutorial-content-with-image {
    flex-direction: row;
    align-items: center;
  }

  .tutorial-content-with-image.reverse .text-section {
    order: 1;
  }

  .tutorial-content-with-image.reverse .image-section {
    order: 2;
  }
}

.image-section img {
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 1px solid #444;
}

#cycloneport-dashboard-modal #dashboard-loading {
  display: flex;
  /* Ensure it uses flexbox to center its content */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Optional: Add a high z-index to make sure it's on top of any other content */
  z-index: 60;
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

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

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

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

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

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

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:bg-amber-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:text-amber-400:hover {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

.before\:hover\:text-center:hover::before {
  content: var(--tw-content);
  text-align: center;
}

.hover\:before\:text-center:hover::before {
  content: var(--tw-content);
  text-align: center;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}

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

.focus\:hover\:text-center:hover:focus {
  text-align: center;
}

.hover\:focus\:text-center:focus:hover {
  text-align: center;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

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

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

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

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

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

  .sm\:underline {
    text-decoration-line: underline;
  }
}

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

  .lg\:flex {
    display: flex;
  }

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

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

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

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

  .lg\:gap-16 {
    gap: 4rem;
  }

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

@media (prefers-color-scheme: dark) {
  @media (min-width: 1024px) {
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover {
      paint-order: markers;
    }
  }
}
