/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@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-red-500: oklch(63.7% 0.237 25.331);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-orangered-500: #ffa500;
    --color-white: #fff;
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);

    --text-color: #333;
    --web--bg--black: #000000;
    --web--bg--white: #ffffff;
    --web--bg--blue: #0000ff;
    --web--bg--green: #008000;
    --web--bg--danger: #ff0000;
    --web--text--white: #ffffff;
    --web--text--black: #000000;
    --web--text--green: #008000;
    --web--text--blue: #0000ff;
    --web--text--danger: #ff0000;
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .table {display: table;}
  .border-collapse {border-collapse: collapse;}
  .resize {resize: both;}
  .border {
    border-width: 1px;
    border-style: var(--tw-border-style);
  }


  /* MINE OWN COLOR COMBO */


  /* Start TailWind Custom Color Pallette */

  .text-white{color: var(--web--text--white);} .text-black{color: var(--web--text--black);}
  .bg-black{background: var(--web--bg--black);} .bg-white{background: var(--web--bg--white);}
  .text-blue-500{color: var(--web--text--blue);} .bg-blue-500{background: var(--web--bg--blue);}
  .text-red-500{color: var(--web--text--danger);} .bg-red-500{background: var(--web--bg--danger);}
  .text-green-500{color: var(--web--text--green);} .bg-green-500{background: var(--web--bg--green);}
  .bg-brown-500{background: #391B13;}

  .bg-black-important{background: var(--web--bg--black) !important;}
  .bg-orangegradient{background-image: linear-gradient(0deg, orange, orangered) !important;}

  .border-l-blue-200{background-color: #fbfdfc;}
  .bg-slate-100{background-color: #F7F9F8;}

  /* Stop TailWind Custom Color Pallette */

  
  /* Start TailWind Custom Color Hover */
  /* Stop TailWind Custom Color Hover */


  .em-normal{font-style: normal;}

  /* Start TailWind Custom Padding */
  .px-1{padding-left: 1rem; padding-right: 1rem;} .px-2{padding-left: 2rem; padding-right: 2rem;}
  .py-2{padding-top: 2rem; padding-bottom: 2rem;} .px-4{padding-left: 4rem; padding-right: 4rem;}
  .py-4{padding-top: 4rem; padding-bottom: 4rem;} .px-5{padding-left: 5rem; padding-right: 5rem;}
  .py-5{padding-top: 5rem; padding-bottom: 5rem;} .py-1{padding-top: 1rem; padding-bottom: 1rem;}
  /* Stopp TailWind Custom Padding */

  .mx-1{margin-left: 1rem; margin-right: 1rem;} .mx-2{margin-left: 2rem; margin-right: 2rem;}
  .my-1{margin-top: 1rem; margin-bottom: 1rem;} .my-2{margin-top: 2rem; margin-bottom: 2rem;}
  .my-3{margin-top: 3rem; margin-bottom: 3rem;} .my-3{margin-top: 3rem; margin-bottom: 3rem;}

  .gap-5{gap: 0.5rem;} .gap-1{gap: 1rem;} .gap-2{gap: 2rem;} .gap-3{gap: 3rem;}

  .none{display: none;} .flex{display: flex;} .block{display: block;}
  .flex-wrap{flex-wrap: wrap;} .flex-col{flex-direction: column;}
  .flex-wrap-reverse{flex-wrap: wrap-reverse;}
  .cursor-pointer{cursor: pointer;} 
  .relative{position: relative;} .absolute{position: absolute;}

  /* Start TailWind Custom Object Alignments */
  .content-center{justify-content: center;}
  .items-center{align-items: center;} .justify-items-center{justify-items: center;}
  .justify-start{justify-content: start;} .justify-center{justify-content: center;}
  .justify-evenly{justify-content: space-evenly;} .justify-between{justify-content: space-between;}
  /* Stopp TailWind Custom Object Alignments */
  .shadow{box-shadow: 0px 4px 12px rgb(0, 0, 0, 0.1);}

  .hover\:translate-y-2:hover{
    transform: translateY(-0.2rem);
    transition: 0.40s ease-out;
  }

  .font-normal{font-style: normal;}
  .text-center{text-align: center;}
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
@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;
    }
  }
}
