.icon-mobile {
  display: none !important;
}

.overLimit {
  color: #f23d3d;
}

@media (max-width: 768px) {
  .icon-mobile {
    display: inline-block !important;
  }

  #header {
    margin: .75em 0 0 0 !important;
  }

  #header img {
    display: inline !important;
    position: initial !important;
  }

  #backToTop {
    display: none;
    position: fixed !important;
    bottom: 5em !important;
    right: .5em !important;
    font-weight: 300 !important;
    z-index: 99 !important;
    background-color: #182f56 !important;
    color: white !important;
    cursor: pointer !important;
    padding: 15px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    transition: opacity 0.2s, background-color 0.2s !important;
    border-width: thin !important;
    border-color: black !important;
  }

  .footer-social {
    font-size: smaller !important;
    font-weight: 300;
    line-height: normal !important;
    display: inline !important;
    /* display: flex; */
    justify-content: center;
    align-items: center;
  }

  .td-inner-id {
    background: #129aff;
    display: inline-block;
    padding: 0 1em;
    border-radius: 1em;
  }
}


.disabled {
  pointer-events: none;
  opacity: 0.4;
  background-color: #091323;
}

.odd {
  background-color: #091323;
}

.even {
  background-color: #182f56;
}

.container {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: auto;
}

.btn-submit {
  margin: 20px 0 0 0;
  color: #17191a;
}

.row {
  display: flex;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex: 1;
  /* This will ensure that each column takes equal width */
  margin-right: 10px;
  /* Space between columns, adjust as needed */
}

.column.full-width {
  flex: 0 0 66%;
}

.submit-column {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  /* Adjust the width of the button as needed */
}

.column:last-child,
.submit-column:last-child {
  margin-right: 0;
  /* No margin on the right for the last column */
}

.info-column {
  flex-basis: 100%;
  /* Info section takes the full width of the row */
}

/* Additional styling for inputs, labels, selects, buttons */
label {
  margin-bottom: 5px;
  /* Space between label and input/select */
}

input,
select,
button {
  padding: 5px;
  margin-bottom: 5px;
  /* Space between input/select and next element */
}



.btn-container {
  display: inline-block !important;
  white-space: nowrap;
  min-width: 160px;
  margin: 0 5 !important;
}

a.social {
  background-color: transparent;
  padding: 6;
  border-radius: 2px;
  color: #129aff;
  margin: 0 5;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.spin {
  animation: spin 2s linear infinite;
}

.emote {
  display: inline;
}

#backToTop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 5em;
  font-weight: 300;
  z-index: 99;
  background-color: #182f56;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  transition: opacity 0.2s, background-color 0.2s;
}

#backToTop:hover {
  background-color: #129aff;
  /* Slightly darker shade on hover */
}


.footer-social {
  font-size: smaller;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.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: 0.4s;
  border-radius: 15px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 100%;
}

input:checked+.slider {
  background-color: #129aff;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.text-white {
  color: white !important;
}

.hyperlink {
  color: #c5e6ff;
  text-decoration: none;
  transition: color 0.2s;
}

.hyperlink:hover {
  color: #129aff;
  text-decoration: underline;
}

.slider.round:before {
  border-radius: 50%;
}

.header {
  display: flex;
  margin: auto;
  margin-top: 2%;
  justify-content: center;
}

#header {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.danger {
  color: #e7e2d6;
  background-color: #D42926;
}

.opt {
  font-weight: bold;
  padding: .1em;
  border-radius: .3em;
}

.opt.opt-in {
  background: #1B554F;
}

.opt.opt-out {
  background: #D42926;
}

.twitch-icon {
  width: 1em;
  display: inline !important;
}

.login-twitch {
  font-size: inherit;
  padding: .5em 1em;
  background: #9146ff;
  border-radius: .1em;
}

.login-twitch:hover {
  background: #7438cc;
}

a.kofi-button {
  box-shadow: none !important;
  background-color: transparent !important;
  border-radius: .1em !important;
}

.btn-container {
  margin: 0 !important;
}

.kofitext {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300 !important;
}

/*
! tailwindcss v3.3.2 | 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.
*/

#content {
  min-height: 100%;
  padding-bottom: 80px;
  box-sizing: border-box;
}

/* .fa-heart:hover {
  animation: pulse-animation 1.5s infinite ease-in-out;
} */

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 #f23d3d);
  }

  50% {
    transform: scale(1.2);
    filter: drop-shadow(0 0 5px rgb(255 0 0));
  }

  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 #f23d3d);
  }
}

.text-red {
  color: #f23d3d;
}

html {
  line-height: 1.5;
  /* 1 */
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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.
*/

html body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-size: large !important;
  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-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. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: 'Source Code Pro', ui-monospace, 'Courier New', monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
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.
*/


/* Wrap your table in a container */
.responsive-table-container {
  overflow-x: auto;
  margin: 20px 0;
  width: 100%;
}

@media (max-width: 768px) {

  /* Ensures that the table layout is not altered */
  .table-quote,
  .table-quote td,
  .table-quote th {
    width: auto;
    display: inline-block;
  }
}

@media (max-width: 768px) {

  .table-quote td,
  .table-quote th {
    padding: 5px;
    font-size: smaller;
    /* or a specific smaller font size */
  }
}

@media (max-width: 768px) {
  .table-quote .long-text {
    white-space: normal;
    /* Allows text to wrap */
  }
}

table {
  width: 100%;
  /* Maximum width */
  max-width: 60%;
  /* Limiting the maximum size to 60% of the parent container */
  margin: 50px auto 100px;
  /* Center the table with auto */
  border-collapse: collapse;
  border-spacing: 0;
  /* Removing border spacing for a tighter look */
}

table tr td,
table tr th {
  padding: 10px;
}

.table-quote {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  /* Use full width for responsiveness */
  max-width: 60%;
  /* Limiting the maximum size to 60% of the parent container */
  /* The rest of your styles... */
}

/* Responsive Media Query */
@media (max-width: 768px) {

  /* Adjust this value based on your needs */
  .table-quote,
  table {
    width: 100%;
    /* Full width on smaller screens */
    max-width: none;
    /* No maximum width restriction */
    margin: 20px 0;
    /* Adjust the margin for smaller screens */
  }

  .table-quote td,
  .table-quote th,
  table tr td,
  table tr th {
    padding: 5px;
    /* Smaller padding for smaller screens */
    width: auto !important;
    /* Auto width for flexibility */
    display: block;
    /* Stack cells vertically */
    text-align: left !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;

  }

  /* Add more styles to handle the layout and visibility of cells */
}

/* Optional: Make the table horizontally scrollable on very small screens */
@media (max-width: 480px) {
  .responsive-table-container {
    overflow-x: auto;
    /* Allows table to scroll horizontally */
  }
}

/* Targets the first column of tables with the class .table-quote */
.table-quote td:nth-child(1) {
  width: 1%;
}

/* Targets the first column of tables with the class .table-quote */
.table-quote td:nth-child(2) {
  width: 40%;
}

/* Targets the second column of tables with the class .table-quote */
.table-quote td:nth-child(3) {
  width: 10%;
  text-align: center;
}

/* Targets the third column of tables with the class .table-quote */
.table-quote td:nth-child(4) {
  width: 15%;
  vertical-align: middle;
  text-align: center;
}


/* Targets the first column */
.table-quote th:nth-child(1) {
  width: auto;
}

/* Targets the second column */
.table-quote th:nth-child(2) {
  width: auto;

}

/* Targets the third column */
.table-quote th:nth-child(3) {
  width: auto;

}

/* Targets the third column */
.table-quote th:nth-child(4) {
  width: auto;
}



tr {
  height: 3em;
}

/* Targets the first column */
td:nth-child(1) {
  width: 20%;
}

/* Targets the second column */
td:nth-child(2) {
  width: 70%;
}

/* Targets the third column */
td:nth-child(3) {
  width: 10%;
  vertical-align: middle;
  text-align: center;
}


/* Targets the third column */
td:nth-child(4) {
  width: 6em;
  vertical-align: middle;
  text-align: center;
}

/* Targets the third column */
td:nth-child(5) {
  width: 6em;
  vertical-align: middle;
  text-align: center;
}

/* Targets the third column */
td:nth-child(6) {
  vertical-align: middle;
  text-align: center;
}

/* Targets the first column */
th:nth-child(1) {
  width: 20%;
}

/* Targets the second column */
th:nth-child(2) {
  width: 70%;

}

/* Targets the third column */
th:nth-child(3) {
  width: 10%;

}

/* Targets the third column */
th:nth-child(4) {
  width: auto;
}

/* Targets the third column */
th:nth-child(5) {
  width: auto
}

/* Add alternate row styling */
/* table tr:nth-child(even) {
  background-color: #091323;
} */

th {
  margin: auto;
  padding: .5em;
  background-color: #091323;
  width: 1;
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #091323;
  color: white;
  text-align: center;
  line-height: 50px;
  border-top-width: thin;
  border-color: black;
  z-index: 100;
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
input,
textarea,
select {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  margin: 0;
  /* 2 */

  caret-color: #17191a;
  color: #17191a;
  border-radius: 5px;

}

p.muted {
  margin-top: 5px;
  font-size: small;
  opacity: 0.5;
}

code {
  background: #e7e2d62b;
  padding: 3px;
  margin: 3px;
  border-radius: 5px;
  font-family: 'Source Code Pro', ui-monospace, 'Courier New', monospace;
}

button,

optgroup {

  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  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;
  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;
}

/*
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 {
  font-weight: 300;

  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  font-weight: 300;

  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none !important;
}

*,
::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: ;
}

::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: ;
}

button {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: #129AFF;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

button: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));
}

button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

button:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

button:disabled {
  transform: none;
  opacity: 0.75;
}

.option {
  display: flex;
  font-size: small;
  flex: 1 1 0%;
  color: #17191a;
  text-align: center;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-1\/2 {
  bottom: 50%;
}

.left-1\/2 {
  left: 50%;
}

.left-full {
  left: 100%;
}

.top-1\/2 {
  top: 50%;
}

.-z-10 {
  z-index: -10;
}

.-z-\[1\] {
  z-index: -1;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.m-4 {
  margin: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.hidden {
  display: none !important;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-10 {
  height: 2.5rem;
}

.h-\[0\.6em\] {
  height: 0.6em;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-full {
  min-height: 100%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-6 {
  width: 1.5rem;
}

.w-\[2ch\] {
  width: 2ch;
}

.w-\[50\%\] {
  width: 50%;
}

.w-full {
  width: 100%;
}

.min-w-\[250px\] {
  min-width: 250px;
}

.flex-1 {
  flex: 1 1 0%;
}

.-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-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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.resize {
  resize: both;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.border-none {
  border-style: none;
}

.bg-beige {
  --tw-bg-opacity: 1;
  background-color: #129AFF;
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: #182F56;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-8 {
  padding: 2rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-\[17vh\] {
  padding-top: 17vh;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-dharma {
  font-family: "dharma-gothic-e", sans-serif;
}

.font-poppins {
  font-family: Poppins, sans-serif;
}

.font-dogica {
  font-family: Dogica Pixel Bold, monospace;
}

.font-mono {
  font-family: "dharma-gothic-e", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.text-beige {
  --tw-text-opacity: 1;
  color: white;
}

.text-dark {
  --tw-text-opacity: 1;
  color: #182F56;
}

.underline {
  text-decoration-line: underline;
}

.opacity-50 {
  opacity: 0.5;
}

@font-face {
  font-family: "Dogica Pixel Bold";

  src: url("./assets/fonts/dogicapixelbold.otf");
}

.selection\:bg-beige *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: #129AFF;
}

.selection\:bg-beige *::selection {
  --tw-bg-opacity: 1;
  background-color: #129AFF;
}

.selection\:bg-dark *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(23 25 26 / var(--tw-bg-opacity));
}

.selection\:bg-dark *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(23 25 26 / var(--tw-bg-opacity));
}

.selection\:text-beige *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(231 226 214 / var(--tw-text-opacity));
}

.selection\:text-beige *::selection {
  --tw-text-opacity: 1;
  color: rgb(231 226 214 / var(--tw-text-opacity));
}

.selection\:text-dark *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(23 25 26 / var(--tw-text-opacity));
}

.selection\:text-dark *::selection {
  --tw-text-opacity: 1;
  color: rgb(23 25 26 / var(--tw-text-opacity));
}

.selection\:bg-beige::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: #129AFF;
}

.selection\:bg-beige::selection {
  --tw-bg-opacity: 1;
  background-color: #129AFF;
}

.selection\:bg-dark::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(23 25 26 / var(--tw-bg-opacity));
}

.selection\:bg-dark::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(23 25 26 / var(--tw-bg-opacity));
}

.selection\:text-beige::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(231 226 214 / var(--tw-text-opacity));
}

.selection\:text-beige::selection {
  --tw-text-opacity: 1;
  color: rgb(231 226 214 / var(--tw-text-opacity));
}

.selection\:text-dark::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(23 25 26 / var(--tw-text-opacity));
}

.selection\:text-dark::selection {
  --tw-text-opacity: 1;
  color: rgb(23 25 26 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}

/* Sticky Navigation Styles */
.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: #182f56;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Add top padding to content to account for sticky navigation */
#content {
  padding-top: 2rem;
}

.tab-nav {
  display: flex;
  gap: 0.5rem;
}

.tab-button {
  background-color: transparent;
  color: #E7E2D6;
  border: 2px solid #E7E2D6;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.tab-button:hover {
  background-color: #E7E2D6;
  color: #17191A;
  transform: translateY(-2px);
}

.tab-button.active {
  background-color: #E7E2D6;
  color: #17191A;
  border-color: #E7E2D6;
}

.action-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.action-btn {
  background-color: #E7E2D6;
  color: #17191A;
  border: 2px solid #E7E2D6;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
}

.action-btn:hover {
  background-color: transparent;
  color: #E7E2D6;
  border-color: #E7E2D6;
  transform: translateY(-1px);
}

.logout-btn {
  background-color: #D42926;
  border-color: #D42926;
}

.logout-btn:hover {
  background-color: #f23d3d;
  border-color: #f23d3d;
}

/* Tab Content Styles */
.tab-content {
  display: none;
  width: 100%;
  animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive Design for Sticky Nav */
@media (max-width: 768px) {
  .nav-container {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
  
  .tab-nav {
    width: 100%;
    justify-content: center;
  }
  
  .tab-button {
    flex: 1;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }
  
  .action-buttons {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .action-btn {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
}