/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100dvh;
  background-color: #3c3d3f;
}
h1, h2, h3, h4, h5, h6, p {
  color: #ffffff;
}
.ad-below {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad-div {
  width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1dvh;
  background-color: rgb(84, 84, 84);
  display: flex;
  justify-content: center;
  align-items: center;
}
select, option {
  background-color: #5f5f5f;
  color: white;
  padding: 8px;
  border: none;
  border-radius: 0.25rem;
  font-size: medium;
}
h2 {
  background-color: #252525;
  padding: 8px;
  text-align: center;
}
form {
  display: flex;
  flex-direction: column;
  margin: 10px;
}
label {
  margin: 5px 0;
  padding: 8px;
  font-weight: bold;
  font-size: large;
}
input[type="text"] {
  margin: 5px 0;
  padding: 8px;
  border: none;
}
.border-radius-left {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}
.border-radius-right {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}
.border-radius-top {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}
.border-radius-bottom {
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
}
.border-radius {
  border-radius: .5rem;
}
input[type="submit"] {
  margin-top: 10px;
  padding: 10px;
  background-color: #28a745;
  color: rgb(255, 255, 255);
  border: none;
  cursor: pointer;
}
.modForm {
  display: flex;
  flex-direction: column;
  margin: 10px;
}
.modCount {
  display: flex;
  margin-top: 10px;
  padding: 10px;
  background-color: #6b6b6b;
  color: black;
  border: none;
  border: 1px solid #474747;
  align-items: baseline;
}
span+span {
  margin-left: 5px;
}
.file-drop-zone {
  border: 2px dashed #4caf50;
  border-radius: 5px;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  color: #4caf50;
  transition: background-color 0.3s;
}
.file-drop-zone:hover {
  background-color: #f1f1f1;
}
.file-name {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: bold;
  font-size: large;
  padding: 8px;
  border-radius: 0.25rem;
}
.bg-enabled {
  background-color: #646464;
}
.bg-disabled {
  background-color: #6c1515;
}
.bg-cyan {
  background-color: #1d616b;
}
.transition {
  transition: all 0.3s;
}
.green-bg {
  background-color: #28a745;
}
.green-bg:hover {
  background-color: #218838;
}
.blue-bg {
  background-color: #007bff;
}
.blue-bg:hover {
  background-color: #0069d9;
}
.red-bg {
  background-color: #dc3545;
}
.red-bg:hover {
  background-color: #c82333;
}
input[type="submit"]:hover {
  background-color: #218838;
}
table {
  margin-top: 20px;
  border-collapse: collapse;
  color: #ffffff;
}
a {
  color: #5ca2ff;
}
a:hover {
  color: #b3d4ff;
}
.totalCount {
  color: #ffffff;
  font-weight: bold;
}
td:not(:first-child):not(:last-child) {
  border: 1px solid #393939;
}
th {
  background-color: #f2f2f2;
  color: #000;
}
th, td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #393939;
}
button {
  padding: 5px 10px;
  background-color: #dc3545;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 0.25rem;
}
button:hover {
  background-color: #c82333;
}
.text-green {
  color: #28a745;
}
.text-red {
  color: #dc3545;
}
.text-blue {
  color: #007bff;
}
#message {
  color: green;
  font-weight: bold;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-bold: 700;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-dvh {
    max-width: 100dvh;
  }
  .max-w-dvw {
    max-width: 100dvw;
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .basis-1 {
    flex-basis: calc(var(--spacing) * 1);
  }
  .basis-1\/3 {
    flex-basis: calc(1/3 * 100%);
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-40 {
    gap: calc(var(--spacing) * 40);
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-neutral-600 {
    background-color: var(--color-neutral-600);
  }
  .bg-neutral-800 {
    background-color: var(--color-neutral-800);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .max-md\:flex-wrap {
    @media (width < 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:flex-grow {
    @media (width >= 48rem) {
      flex-grow: 1;
    }
  }
  .md\:basis-1\/3 {
    @media (width >= 48rem) {
      flex-basis: calc(1/3 * 100%);
    }
  }
  .md\:basis-2\/3 {
    @media (width >= 48rem) {
      flex-basis: calc(2/3 * 100%);
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
    }
  }
}
