@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900&display=swap');

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

html {
  font-family: 'urbanist';
  font-style: normal;
  font-weight: 400;
  background-color: #16141b;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity, 1));
}

.visible{
  visibility: visible;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.m-0{
  margin: 0px;
}

.m-4{
  margin: 1rem;
}

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

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[-40px\]{
  margin-top: -40px;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-\[14px\]{
  height: 14px;
}

.h-\[16px\]{
  height: 16px;
}

.h-\[240px\]{
  height: 240px;
}

.h-full{
  height: 100%;
}

.w-10{
  width: 2.5rem;
}

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.overflow-hidden{
  overflow: hidden;
}

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

.rounded-\[12px\]{
  border-radius: 12px;
}

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

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

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

.border{
  border-width: 1px;
}

.border-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}

.bg-\[\#201f27\]{
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 39 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2a1d23\]{
  --tw-bg-opacity: 1;
  background-color: rgb(42 29 35 / var(--tw-bg-opacity, 1));
}

.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-secundary{
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 39 / var(--tw-bg-opacity, 1));
}

.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

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

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

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

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

.font-\[inherit\]{
  font-family: inherit;
}

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-\[10px\]{
  font-size: 10px;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.leading-relaxed{
  line-height: 1.625;
}

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

.tracking-\[0\.12em\]{
  letter-spacing: 0.12em;
}

.tracking-\[0\.14em\]{
  letter-spacing: 0.14em;
}

.tracking-normal{
  letter-spacing: 0em;
}

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

.text-\[\#3A3335\]{
  --tw-text-opacity: 1;
  color: rgb(58 51 53 / var(--tw-text-opacity, 1));
}

.text-\[\#79afff\]{
  --tw-text-opacity: 1;
  color: rgb(121 175 255 / var(--tw-text-opacity, 1));
}

.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.text-danger{
  --tw-text-opacity: 1;
  color: rgb(253 136 144 / var(--tw-text-opacity, 1));
}

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

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

.text-primary\/80{
  color: rgb(152 193 255 / 0.8);
}

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

.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.text-white\/85{
  color: rgb(255 255 255 / 0.85);
}

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

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

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

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

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

.btn-primary,
.btn-danger{
  height: 2.5rem;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(32 31 39 / var(--tw-text-opacity, 1));
}

.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(152 193 255 / var(--tw-bg-opacity, 1));
}

.btn-danger{
  --tw-bg-opacity: 1;
  background-color: rgb(253 136 144 / var(--tw-bg-opacity, 1));
}

.card {
  border-radius: 8px;
  background-color: aqua;
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 39 / var(--tw-bg-opacity, 1));
}

hr {
  opacity: 20%;
  color: #b4b4b4;
  z-index: 1;
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 6.55px;
}

/* Hide default HTML checkbox */

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

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}

.slider:before {
  position: absolute;
  content: '';
  height: 10.48px;
  width: 10.48px;
  left: -1.5px;
  bottom: -2px;
  transition: 0.4s;
  --tw-bg-opacity: 1;
  background-color: rgb(152 193 255 / var(--tw-bg-opacity, 1));
}

input:checked + .slider{
  --tw-bg-opacity: 1;
  background-color: rgb(152 193 255 / var(--tw-bg-opacity, 1));
}

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

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Customize the label (the radio-container) */

.radio-container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  /* background-color: #eee; */
  border-radius: 50%;
  border: 2px solid #98c1ff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.radio-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #98c1ff;
}

select {
  height: 56px;
  padding: 0px 20px 0px 20px;
  width: 100%;
  margin: 0px;
  border-radius: 50px;
  border: 2px solid #201f27;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://api.iconify.design/akar-icons/chevron-down.svg?color=white)
    no-repeat center / contain;
  background-size: 20px;
  background-position: calc(100% - 15px);
}

select option {
  background: #201f27;
}

.field-container {
  position: relative;
}

.text-field {
  min-height: 56px;
  border-radius: 50px;
  background-color: #16141b;
  width: 100%;
  padding-left: 54px;
  padding-right: 16px;
  border: 2px solid #201f27;
}

.input-icon-label {
  position: absolute;
  top: 28%;
  left: 20px;
  display: flex;
  align-items: center;
}

.input-icon-label svg {
  margin-right: 10px;
}

.password-icon {
  position: absolute;
  right: 20px;
  top: 28%;
}

.page-container {
  padding-bottom: 77px;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 98vw;
  margin: auto;
}

body {
  padding-top: 50px;
}

.footer{
  position: fixed;
  bottom: 0px;
  display: flex;
  min-height: 77px;
  width: 100%;
  justify-content: space-evenly;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 39 / var(--tw-bg-opacity, 1));
  padding-top: 16px;
  z-index: 2;
}

.selected-icon{
  --tw-text-opacity: 1;
  color: rgb(152 193 255 / var(--tw-text-opacity, 1));
}

.selected-dot{
  --tw-bg-opacity: 1;
  background-color: rgb(152 193 255 / var(--tw-bg-opacity, 1));
  height: 2px;
  width: 2px;
  margin: auto;
  margin-top: 4px;
}

.container {
  /* background-color: rgba(100, 201, 154); */
  padding: 20px;
  margin: 50px auto;
  border: 2px solid white;
  display: grid;
  width: 70%;
}

.splash {
  cursor: pointer;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0);
  transition: all ease-in-out 600ms;
}

.hidden {
  transition: 0.5s;
  display: none;
}

.loading {
  display: grid;
  color: white;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 1.5em;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

@keyframes dots {
  50% {
    transform: translateY(-0.4rem);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.spinner {
  transform-origin: 50% 50%;
  animation: rotation 2s infinite linear;
}

.d {
  animation: dots 1.5s ease-out infinite;
}

.d-2 {
  animation-delay: 0.5s;
}

.d-3 {
  animation-delay: 1s;
}

span {
  display: inline-block;
}

.notification-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notification-title {
  font-size: 14px;
  margin-bottom: 8px;
}

.notification-date {
  font-size: 10px;
  color: #878787;
}

.rule-card-container {
  background-color: #201f27;
  border-radius: 8px;
}

.label {
  fill: #fffcf9;
  font-family: 'din-condensed-web', sans-serif;
  text-anchor: middle;
  letter-spacing: 1.2px;
}

.tubeLabel {
  fill: #fcefd6;
  font-family: 'din-condensed-web', sans-serif;
  text-anchor: middle;
}

.dragger {
  -webkit-tap-highlight-color: transparent;
}

#svg-container {
  max-width: 98vw;
  border-radius: 8px;
}

#svg-container > .tube-svg {
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 80px;
}

#svg-container > button {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid white;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#svg-container > button > svg {
  width: 12px;
  height: 12px;
}

#rule-name,
#last-update {
  font-size: 10px;
}

:root {
  --gradient: linear-gradient(135deg, #72edf2 10%, #5151e5 100%);
}

.clear {
  clear: both;
}

.weather-card {
  margin: auto;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  max-width: 98vw;
  margin-bottom: 16px;
}

.container-t {
  border-radius: 8px;
  box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.2);
  background-color: #201f27;
  display: flex;
  align-items: center;
}

.weather-side {
  border-radius: 8px;
  background-image: url('https://images.unsplash.com/photo-1559963110-71b394e7494d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=675&q=80');
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.2);
  transition: transform 300ms ease;
  transform: translateZ(0) scale(1.02) perspective(1000px);
  float: left;
  height: 132px;
  width: 150px;
}

@media (min-width: 768px){
  .weather-side{
    width: 400px;
  }
}

.weather-side:hover {
  transform: scale(1.1) perspective(1500px) rotateY(10deg);
}

.weather-gradient {
  width: 100%;
  height: 100%;
  min-width: 150px;
  top: 0;
  left: 0;
  background-image: var(--gradient);
  border-radius: 8px;
  opacity: 0.8;
}

.date-container {
  position: absolute;
  top: 5px;
  left: 20px;
}

.date-dayname {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
}

.date-day {
  display: block;
  font-size: 10px;
}

.location {
  display: inline-block;
  font-size: 10px;
}

.location-icon {
  display: inline-block;
  height: 0.8em;
  width: auto;
  margin-right: 5px;
}

.weather-container {
  position: absolute;
  bottom: 12px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.weather-icon {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.weather-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.info-card {
  background: #201f27;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.notification-card {
  position: relative;
  overflow: hidden;
  padding: 20px 24px;
}

.notify-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: transparent;
  border: 1px solid rgba(249, 115, 22, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.notify-icon .feather {
  width: 18px;
  height: 18px;
  color: #f97316;
}

.notify-pill {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f97316;
  font-size: 12px;
  font-weight: 700;
}

.notification-header {
  padding: 4px 2px 8px;
}

.notify-spacer {
  width: 40px;
}

.notification-body {
  position: relative;
  margin-top: 12px;
  padding: 0 8px 6px 8px;
}

.notification-body h3,
.notification-body p {
  margin: 0;
}

.critical-pill {
  display: inline-flex;
  align-self: center;
  margin-top: 4px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.16);
  border: 1px solid rgba(249, 115, 22, 0.35);
  color: #f97316;
  font-size: 12px;
  font-weight: 700;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

.dot-tide {
  background: #9fc7ff;
}

.info-row {
  margin-top: 1rem;
}

.info-row > * {
  min-width: 0;
}

.tide-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tide-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.tide-body > div {
  min-width: 0;
}

.tide-table {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

.tide-table-head,
.tide-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.8fr) minmax(0, 0.8fr) minmax(0, 2fr);
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
}

.tide-table-head span,
.tide-row span {
  min-width: 0;
}

.tide-table-head {
  background: rgba(255, 255, 255, 0.04);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
}

.tide-row {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 12px;
}

.tide-row:first-of-type {
  border-top: none;
}

.tide-row span {
  overflow-wrap: anywhere;
}

.tide-row span:last-child {
  color: rgba(255, 255, 255, 0.85);
}

.tide-row.muted {
  color: rgba(255, 255, 255, 0.6);
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid transparent;
}

.chip-high {
  background: rgba(127, 199, 255, 0.12);
  color: #9fc7ff;
  border-color: rgba(127, 199, 255, 0.4);
}

.chip-low {
  background: rgba(255, 171, 102, 0.12);
  color: #ffc48a;
  border-color: rgba(255, 171, 102, 0.4);
}

.tide-chart-panel {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 10px;
}

.weather-icon.feather {
  height: 22px;
  width: auto;
}

.weather-temp {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 80%;
}

.weather-desc {
  margin: 0;
  font-size: 8px;
}

.info-side {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.today-info {
  padding: 8px;
  width: 100%;
  line-height: 80%;
}

.today-info > div:not(:last-child) {
  margin: 0 0 8px 0;
}

.today-info > div .title {
  float: left;
  font-weight: 700;
  font-size: 10px;
}

.today-info > div .value {
  float: right;
  font-size: 10px;
}

.week-list {
  list-style-type: none;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 8px;
}

.week-list > li {
  float: left;
  padding: 6px;
  cursor: pointer;
  transition: 200ms ease;
  border-radius: 4px;
  width: 100%;
}

.week-list > li:hover {
  transform: scale(1.1);
  background: #fff;
  color: #222831;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
}

.week-list > li.active {
  background: #fff;
  color: #222831;
  border-radius: 4px;
}

.week-list > li .day-name {
  display: block;
  text-align: center;
}

.week-list > li .day-icon {
  display: block;
  height: 30px;
  width: auto;
  margin: 0 auto;
}

.week-list > li .day-temp {
  display: block;
  text-align: center;
  font-weight: 700;
}

.week-list > li > svg {
  width: 12px !important;
  height: 12px !important;
}

.location-container {
  padding: 25px 35px;
}

.location-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 25px;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  background-image: var(--gradient);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform 200ms ease;
}

.location-button:hover {
  transform: scale(0.95);
}

.location-button .feather {
  height: 1.5em;
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
}

#map-container {
  padding: 8px;
  background-color: #201f27;
  border-radius: 8px;
}

#map {
  height: 70vh;
  border-radius: 8px;
  z-index: 0;
}

#map-info-card {
  font-size: 12px;
  background-color: #201f27;
  border-radius: 8px;
  padding: 8px;
}

#map-info-card svg {
  width: 16px;
  height: 16px;
}

.gauge-container {
  padding: 8px;
  background-color: #201f27;
  position: relative;
  border-radius: 8px;
}

.dial {
  background-color: #201f27;
  background: linear-gradient(to bottom, #201f27 52%, transparent 50%);
  overflow: hidden;
}

.gauge {
  position: absolute;
  width: 150px;
  top: 50px;
  /* margin-left: 0px; */
  border-radius: 100%;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
}

.meter {
  margin: 0;
  padding: 0;
}

.meter > li {
  width: 75px;
  height: 75px;
  list-style-type: none;
  position: absolute;
  border-top-left-radius: 250px;
  border-top-right-radius: 0px;
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  pointer-events: none;
}

.meter .low {
  transform: rotate(0deg);
  /* W3C */
  -webkit-transform: rotate(0deg);
  /* Safari & Chrome */
  -moz-transform: rotate(0deg);
  /* Firefox */
  -ms-transform: rotate(0deg);
  /* Internet Explorer */
  -o-transform: rotate(0deg);
  /* Opera */
  z-index: 8;
  background-color: #9dff95;
}

.meter .normal {
  transform: rotate(47deg);
  /* W3C */
  -webkit-transform: rotate(47deg);
  /* Safari & Chrome */
  -moz-transform: rotate(47deg);
  /* Firefox */
  -ms-transform: rotate(47deg);
  /* Internet Explorer */
  -o-transform: rotate(47deg);
  /* Opera */
  z-index: 7;
  background-color: #fdd191;
}

.meter .high {
  transform: rotate(90deg);
  /* W3C */
  -webkit-transform: rotate(90deg);
  /* Safari & Chrome */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -ms-transform: rotate(90deg);
  /* Internet Explorer */
  -o-transform: rotate(90deg);
  /* Opera */
  z-index: 6;
  background-color: #fd8890;
}

.dial,
.dial .inner {
  width: 141px;
  height: 141px;
  position: relative;
  top: 3px;
  left: 1.5px;
  border-radius: 100%;
  border-color: purple;
  z-index: 10;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transform: rotate(0deg);
  /* W3C */
  -webkit-transform: rotate(0deg);
  /* Safari & Chrome */
  -moz-transform: rotate(0deg);
  /* Firefox */
  -ms-transform: rotate(0deg);
  /* Internet Explorer */
  -o-transform: rotate(0deg);
  /* Opera */
}

.dial .arrow {
  width: 0;
  height: 0;
  position: absolute;
  top: 64.2px;
  left: 7.2px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 9.6px solid #ffffff;
  -webkit-transform: rotate(-88deg);
  /* Safari & Chrome */
  -moz-transform: rotate(88deg);
  /* Firefox */
  -ms-transform: rotate(88deg);
  /* Internet Explorer */
  -o-transform: rotate(88deg);
  /* Opera */
}

.gauge .value {
  /* font-family: 'Josefin Slab', serif; */
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 41px;
  left: 38%;
  z-index: 11;
}

.lidar-embed {
  position: relative;
  width: 100%;
  min-height: 360px;
  border-radius: 10px;
  overflow: visible;
  background: linear-gradient(120deg, rgba(10, 27, 48, 0.65), rgba(16, 42, 66, 0.85));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

.lidar-embed iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: none;
  background: #030712;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .lidar-embed iframe {
    height: 420px;
  }
}

.lidar-sim-button {
  background: linear-gradient(135deg, #98C1FF 0%, #4C8DFF 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 12px 30px rgba(76, 141, 255, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.lidar-sim-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(76, 141, 255, 0.45);
}

.lidar-sim-button:active {
  transform: translateY(0);
  opacity: 0.9;
}

.lidar-simulating-badge {
  top: 16px;
  left: 24px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: linear-gradient(135deg, #98c1ff 0%, #4c8dff 90%);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-align: center;
  text-indent: 0.22em;
  box-shadow: 0 12px 28px rgba(76, 141, 255, 0.45), inset 0 0 10px rgba(255, 255, 255, 0.4);
  pointer-events: none;
  animation: lidar-simulate-pulse 2.2s ease-in-out infinite;
}

.lidar-simulating-badge.hidden {
  display: none !important;
}

.lidar-simulating-badge::after {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  border: 2px solid rgba(152, 193, 255, 0.6);
  box-shadow: 0 0 26px rgba(76, 141, 255, 0.6);
  opacity: 0.8;
  animation: lidar-simulate-glow 2.2s ease-in-out infinite;
}

@media (max-width: 640px) {
  .lidar-simulating-badge {
    top: 18px;
    left: 16px;
    width: 48px;
    height: 48px;
    font-size: 0.48rem;
    letter-spacing: 0.18em;
    text-indent: 0.18em;
  }
}

@keyframes lidar-simulate-pulse {
  0%,
  100% {
    transform: scale(0.92);
    box-shadow: 0 8px 18px rgba(76, 141, 255, 0.25), inset 0 0 8px rgba(255, 255, 255, 0.4);
  }

  50% {
    transform: scale(1.04);
    box-shadow: 0 14px 32px rgba(76, 141, 255, 0.45), inset 0 0 14px rgba(255, 255, 255, 0.85);
  }
}

@keyframes lidar-simulate-glow {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.hover\:bg-black\/60:hover{
  background-color: rgb(0 0 0 / 0.6);
}

.hover\:text-primary\/80:hover{
  color: rgb(152 193 255 / 0.8);
}

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