/* src/styles.css */
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: "Open Sans";
  src: url("./media/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("./media/OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("./media/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@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-gray-500: #232323;
    --color-neutral-50: #efefef;
    --color-neutral-100: #cdcdcd;
    --color-neutral-200: #b5b5b5;
    --color-neutral-300: #939393;
    --color-neutral-400: #7e7e7e;
    --color-neutral-600: #565656;
    --color-neutral-700: #434343;
    --color-neutral-800: #343434;
    --color-neutral-900: #272727;
    --color-neutral-950: #1f1f1f;
    --color-black: #171717;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-xl: 36rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --leading-normal: 1.5;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-3xl: 1.5rem;
    --animate-spin: spin 1s linear infinite;
    --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);
    --font-open-sans: "Open Sans", "mono";
    --color-white-accent: #efefef;
    --color-black-accent: #2a2a2a;
    --color-green: #00af5b;
    --color-orange-accent: #f45b3f;
    --color-orange: #e44e32;
    --color-blue-accent: #4188f0;
    --color-blue: #326ee5;
    --color-red-accent: #ed4656;
    --color-red: #cb2333;
    --color-yellow-accent: #ffca1b;
    --color-yellow: #ffa800;
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .-bottom-6 {
    bottom: calc(var(--spacing) * -6);
  }
  .z-10 {
    z-index: 10;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-10 {
    grid-column: span 10 / span 10;
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-8 {
    margin-inline: calc(var(--spacing) * 8);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-1 {
    margin-right: calc(var(--spacing) * -1);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[2\.25rem\] {
    height: 2.25rem;
  }
  .h-\[3\.375rem\] {
    height: 3.375rem;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[2\.25rem\] {
    min-height: 2.25rem;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[1\.5rem\] {
    width: 1.5rem;
  }
  .w-\[2\.25rem\] {
    width: 2.25rem;
  }
  .w-\[5\.375rem\] {
    width: 5.375rem;
  }
  .w-\[16\.5rem\] {
    width: 16.5rem;
  }
  .w-\[17\.5rem\] {
    width: 17.5rem;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-\[9rem\] {
    max-width: 9rem;
  }
  .max-w-\[20rem\] {
    max-width: 20rem;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .grow {
    flex-grow: 1;
  }
  .table-auto {
    table-layout: auto;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .\!cursor-default {
    cursor: default !important;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[0\.1rem\] {
    gap: 0.1rem;
  }
  :where(.space-y-2\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-x-1\.5 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .\!border-1 {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .\!border-red {
    border-color: var(--color-red) !important;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-blue {
    border-color: var(--color-blue);
  }
  .border-green {
    border-color: var(--color-green);
  }
  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }
  .border-orange {
    border-color: var(--color-orange);
  }
  .border-red {
    border-color: var(--color-red);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-yellow {
    border-color: var(--color-yellow);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-neutral-200 {
    background-color: var(--color-neutral-200);
  }
  .bg-orange {
    background-color: var(--color-orange);
  }
  .bg-red {
    background-color: var(--color-red);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow {
    background-color: var(--color-yellow);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-safe {
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .py-safe-offset-4 {
    padding-top: calc(env(safe-area-inset-top) + 1rem);
    padding-bottom: calc(env(safe-area-inset-bottom) + 1rem);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .\!pb-0 {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-open-sans {
    font-family: var(--font-open-sans);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.9rem\] {
    font-size: 0.9rem;
  }
  .text-\[0\.75rem\] {
    font-size: 0.75rem;
  }
  .text-\[0\.8125rem\] {
    font-size: 0.8125rem;
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[1\.75rem\] {
    font-size: 1.75rem;
  }
  .text-\[2\.25rem\] {
    font-size: 2.25rem;
  }
  .text-\[2\.75rem\] {
    font-size: 2.75rem;
  }
  .text-\[5rem\] {
    font-size: 5rem;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-orange {
    color: var(--color-orange) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#FF4520\] {
    color: #FF4520;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue {
    color: var(--color-blue);
  }
  .text-green {
    color: var(--color-green);
  }
  .text-neutral-300 {
    color: var(--color-neutral-300);
  }
  .text-neutral-400 {
    color: var(--color-neutral-400);
  }
  .text-neutral-900 {
    color: var(--color-neutral-900);
  }
  .text-orange {
    color: var(--color-orange);
  }
  .text-red {
    color: var(--color-red);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow {
    color: var(--color-yellow);
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  @media (hover: hover) {
    .hover\:bg-black-accent:hover {
      background-color: var(--color-black-accent);
    }
  }
  @media (hover: hover) {
    .hover\:bg-blue-accent:hover {
      background-color: var(--color-blue-accent);
    }
  }
  @media (hover: hover) {
    .hover\:bg-neutral-50:hover {
      background-color: var(--color-neutral-50);
    }
  }
  @media (hover: hover) {
    .hover\:bg-orange-accent:hover {
      background-color: var(--color-orange-accent);
    }
  }
  @media (hover: hover) {
    .hover\:bg-red-accent:hover {
      background-color: var(--color-red-accent);
    }
  }
  @media (hover: hover) {
    .hover\:bg-white-accent:hover {
      background-color: var(--color-white-accent);
    }
  }
  @media (hover: hover) {
    .hover\:bg-yellow-accent:hover {
      background-color: var(--color-yellow-accent);
    }
  }
  @media (hover: hover) {
    .hover\:text-orange:hover {
      color: var(--color-orange);
    }
  }
  .focus\:outline-hidden:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (forced-colors: active) {
    .focus\:outline-hidden:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  @media (width >= 40rem) {
    .sm\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }
  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }
  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }
  @media (width >= 48rem) {
    .md\:rounded-bl-3xl {
      border-bottom-left-radius: var(--radius-3xl);
    }
  }
  @media (width >= 64rem) {
    .lg\:container {
      width: 100%;
    }
    @media (width >= 40rem) {
      .lg\:container {
        max-width: 40rem;
      }
    }
    @media (width >= 48rem) {
      .lg\:container {
        max-width: 48rem;
      }
    }
    @media (width >= 64rem) {
      .lg\:container {
        max-width: 64rem;
      }
    }
    @media (width >= 80rem) {
      .lg\:container {
        max-width: 80rem;
      }
    }
    @media (width >= 96rem) {
      .lg\:container {
        max-width: 96rem;
      }
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .dark\:\!border-neutral-700:is(.dark *):not(.no-theme *) {
    border-color: var(--color-neutral-700) !important;
  }
  .dark\:bg-white:is(.dark *):not(.no-theme *) {
    background-color: var(--color-white);
  }
  @media (hover: hover) {
    .hover\:dark\:bg-black:hover:is(.dark *):not(.no-theme *) {
      background-color: var(--color-black);
    }
  }
}
.bg-white:is(.dark *):not(.no-theme *) {
  background-color: var(--color-black);
}
.bg-black:is(.dark *):not(.no-theme *) {
  background-color: var(--color-white);
}
.bg-black.text-white:is(.dark *):not(.no-theme *) {
  background-color: var(--color-white);
}
.bg-black.text-white:is(.dark *):not(.no-theme *) {
  color: var(--color-black);
}
.bg-neutral-50:is(.dark *):not(.no-theme *) {
  background-color: var(--color-neutral-950);
}
.bg-neutral-100:is(.dark *):not(.no-theme *) {
  background-color: var(--color-neutral-900);
}
.bg-neutral-200:is(.dark *):not(.no-theme *) {
  background-color: var(--color-neutral-800);
}
.bg-neutral-300:is(.dark *):not(.no-theme *) {
  background-color: var(--color-neutral-700);
}
.bg-neutral-700:is(.dark *):not(.no-theme *) {
  background-color: var(--color-neutral-300);
}
.bg-neutral-800:is(.dark *):not(.no-theme *) {
  background-color: var(--color-neutral-300);
}
.bg-neutral-900:is(.dark *):not(.no-theme *) {
  background-color: var(--color-neutral-800);
}
.bg-gray-50:is(.dark *):not(.no-theme *) {
  background-color: var(--color-neutral-950);
}
.dark .global-lobby-shadow {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.6);
}
.text-white:is(.dark *):not(.no-theme *) {
  color: var(--color-black);
}
.text-black:is(.dark *):not(.no-theme *) {
  color: var(--color-white);
}
.text-yellow:is(.dark *):not(.no-theme *) {
  color: var(--color-yellow-accent);
}
.text-neutral-100:is(.dark *):not(.no-theme *) {
  color: var(--color-neutral-900);
}
.text-neutral-200:is(.dark *):not(.no-theme *) {
  color: var(--color-neutral-800);
}
.text-neutral-300:is(.dark *):not(.no-theme *) {
  color: var(--color-neutral-700);
}
.text-neutral-400:is(.dark *):not(.no-theme *) {
  color: var(--color-neutral-200);
}
.text-neutral-600:is(.dark *):not(.no-theme *) {
  color: var(--color-neutral-200);
}
.text-neutral-700:is(.dark *):not(.no-theme *) {
  color: var(--color-neutral-300);
}
.text-neutral-800:is(.dark *):not(.no-theme *) {
  color: var(--color-neutral-200);
}
.text-neutral-900:is(.dark *):not(.no-theme *) {
  color: var(--color-neutral-100);
}
.border-black:is(.dark *):not(.no-theme *) {
  border-color: var(--color-white);
}
.border-white:is(.dark *):not(.no-theme *) {
  border-color: var(--color-black);
}
.border-b-white:is(.dark *):not(.no-theme *) {
  border-bottom-color: var(--color-black);
}
:where(.divide-white:is(.dark *):not(.no-theme *) > :not(:last-child)) {
  border-color: var(--color-gray-500);
}
.border-neutral-50:is(.dark *):not(.no-theme *) {
  border-color: var(--color-neutral-950);
}
.border-neutral-100:is(.dark *):not(.no-theme *) {
  border-color: var(--color-neutral-900);
}
.border-neutral-200:is(.dark *):not(.no-theme *) {
  border-color: var(--color-neutral-800);
}
.border-neutral-300:is(.dark *):not(.no-theme *) {
  border-color: var(--color-neutral-700);
}
.border-neutral-400:is(.dark *):not(.no-theme *) {
  border-color: var(--color-neutral-600);
}
.border-neutral-800:is(.dark *):not(.no-theme *) {
  border-color: var(--color-neutral-200);
}
.border-neutral-900:is(.dark *):not(.no-theme *) {
  border-color: var(--color-neutral-100);
}
@media (hover: hover) {
  .hover\:bg-white-accent:hover:is(.dark *):not(.no-theme *):hover {
    background-color: var(--color-black-accent);
  }
}
@media (hover: hover) {
  .hover\:bg-black-accent:hover:is(.dark *):not(.no-theme *):hover {
    background-color: var(--color-white-accent);
  }
}
@media (hover: hover) {
  .hover\:bg-neutral-50:hover:is(.dark *):not(.no-theme *):hover {
    background-color: var(--color-neutral-950);
  }
}
@media (hover: hover) {
  .hover\:bg-neutral-100:hover:is(.dark *):not(.no-theme *):hover {
    background-color: var(--color-neutral-900);
  }
}
@media (hover: hover) {
  .hover\:bg-neutral-200:hover:is(.dark *):not(.no-theme *):hover {
    background-color: var(--color-neutral-800);
  }
}
@media (hover: hover) {
  .hover\:bg-neutral-900:hover:is(.dark *):not(.no-theme *):hover {
    background-color: var(--color-neutral-100);
  }
}
@media (hover: hover) {
  .hover\:bg-neutral-800:hover:is(.dark *):not(.no-theme *):hover {
    background-color: var(--color-neutral-200);
  }
}
:where(.divide-neutral-200:is(.dark *):not(.no-theme *) > :not(:last-child)) {
  border-color: var(--color-neutral-800);
}
@layer components {
  .bg-white-pattern {
    background-color: color-mix(in srgb, #ffffff 60%, transparent);
    background-image: url("./media/bg-white.jpg");
    background-blend-mode: overlay;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white-pattern {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-white-pattern:is(.dark *):not(.no-theme *) {
    background-color: color-mix(in srgb, #171717 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white-pattern:is(.dark *):not(.no-theme *) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-white-pattern:is(.dark *):not(.no-theme *) {
    background-image: url("./media/bg-grey.jpg");
  }
  .bg-gray-pattern {
    background-color: color-mix(in srgb, #171717 60%, transparent);
    background-image: url("./media/bg-grey.jpg");
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-gray-pattern {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-gray-pattern:is(.dark *):not(.no-theme *) {
    background-color: color-mix(in srgb, #ffffff 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-gray-pattern:is(.dark *):not(.no-theme *) {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-gray-pattern:is(.dark *):not(.no-theme *) {
    background-image: url("./media/bg-white.jpg");
  }
  .dialog-input {
    width: 100%;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-neutral-100);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
  }
  .dialog-input::placeholder {
    color: var(--color-neutral-700);
  }
  .dialog-input:focus {
    border-color: var(--color-orange);
  }
  .dialog-input:is(.dark *):not(.no-theme *) {
    border-color: var(--color-neutral-700);
  }
  .dialog-input:is(.dark *):not(.no-theme *) {
    background-color: var(--color-neutral-950);
  }
  .dialog-input:is(.dark *):not(.no-theme *) {
    color: var(--color-white);
  }
  .dialog-input:is(.dark *):not(.no-theme *)::placeholder {
    color: var(--color-neutral-300);
  }
  .dialog-input:is(.dark *):not(.no-theme *):focus {
    border-color: var(--color-orange);
  }
  .dialog-input.with-icon {
    display: flex;
    align-items: center;
  }
  :where(.dialog-input.with-icon > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }
  .dialog-input.with-icon:focus-within {
    border-color: var(--color-orange);
  }
  .dialog-input.with-icon:is(.dark *):not(.no-theme *):focus-within {
    border-color: var(--color-orange);
  }
  .dialog-input.with-icon input {
    width: 100%;
    background-color: transparent;
  }
  .dialog-input.with-icon input::placeholder {
    color: var(--color-neutral-700);
  }
  .dialog-input.with-icon input:is(.dark *):not(.no-theme *)::placeholder {
    color: var(--color-neutral-300);
  }
  .dialog-input.with-icon app-icon {
    color: var(--color-neutral-300);
  }
  .dialog-input-label {
    margin-bottom: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-neutral-900);
    text-transform: uppercase;
  }
  .sidebar-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100%;
    flex: none;
    flex-direction: column;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .sidebar-nav::-webkit-scrollbar {
    display: none;
  }
  .page-title {
    margin-left: calc(var(--spacing) * 2);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  @media (width >= 48rem) {
    .page-title {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .card-title {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-neutral-700);
  }
  .card-title:is(.dark *):not(.no-theme *) {
    color: var(--color-neutral-50);
  }
  .card-subtitle {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-neutral-300);
  }
  .card-subtitle:is(.dark *):not(.no-theme *) {
    color: var(--color-neutral-200);
  }
  .card-subtext {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    color: var(--color-neutral-300);
  }
  .card-subtext:is(.dark *):not(.no-theme *) {
    color: var(--color-neutral-300);
  }
  .card-data {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-neutral-700);
  }
  .card-data:is(.dark *):not(.no-theme *) {
    color: var(--color-neutral-50);
  }
  .card {
    display: flex;
    width: 100%;
    flex-direction: column;
    border-radius: var(--radius-lg);
    background-color: var(--color-white);
    padding-block: calc(var(--spacing) * 8);
  }
  .card:is(.dark *):not(.no-theme *) {
    background-color: var(--color-black);
  }
}
button {
  cursor: pointer;
}
table thead {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-neutral-50);
}
table thead:is(.dark *):not(.no-theme *) {
  border-color: var(--color-neutral-800);
}
table thead tr {
  color: var(--color-neutral-100);
}
table thead tr:is(.dark *):not(.no-theme *) {
  color: var(--color-neutral-400);
}
table thead tr th {
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 2);
  text-align: left;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
table tbody {
  color: var(--color-neutral-700);
}
:where(table tbody > :not(:last-child)) {
  --tw-divide-y-reverse: 0;
  border-bottom-style: var(--tw-border-style);
  border-top-style: var(--tw-border-style);
  border-top-width: calc(1px * var(--tw-divide-y-reverse));
  border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
}
:where(table tbody > :not(:last-child)) {
  border-color: var(--color-neutral-50);
}
:where(table tbody:is(.dark *):not(.no-theme *) > :not(:last-child)) {
  border-color: var(--color-neutral-800);
}
table tbody:is(.dark *):not(.no-theme *) {
  color: var(--color-neutral-50);
}
table tbody tr td {
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 2);
  font-size: 0.9375rem;
}
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-rotate-x { syntax: "*"; inherits: false; initial-value: rotateX(0); }
@property --tw-rotate-y { syntax: "*"; inherits: false; initial-value: rotateY(0); }
@property --tw-rotate-z { syntax: "*"; inherits: false; initial-value: rotateZ(0); }
@property --tw-skew-x { syntax: "*"; inherits: false; initial-value: skewX(0); }
@property --tw-skew-y { syntax: "*"; inherits: false; initial-value: skewY(0); }
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-space-x-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@property --tw-divide-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-divide-y-reverse: 0;
    }
  }
}

/* src/assets/fonts/Dartcounter/style.css */
@font-face {
  font-family: "Dartcounter";
  src: url("./media/Dartcounter.eot?v4nksj");
  src:
    url("./media/Dartcounter.eot?v4nksj#iefix") format("embedded-opentype"),
    url("./media/Dartcounter.ttf?v4nksj") format("truetype"),
    url("./media/Dartcounter.woff?v4nksj") format("woff"),
    url("./media/Dartcounter.svg?v4nksj#Dartcounter") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "Dartcounter" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-qr_code:before {
  content: "\e90d";
}
.icon-virtcam:before {
  content: "\e90b";
}
.icon-volume_high:before {
  content: "\e949";
}
.icon-volume_low:before {
  content: "\e9c3";
}
.icon-volume_medium:before {
  content: "\e9c4";
}
.icon-volume_mute:before {
  content: "\e9c5";
}
.icon-volume_off:before {
  content: "\e9c6";
}
.icon-push_pin:before {
  content: "\e9c1";
}
.icon-push_pin_outline:before {
  content: "\e9c0";
}
.icon-questionmark:before {
  content: "\e9c2";
}
.icon-activity_log:before {
  content: "\e9bf";
}
.icon-notifications:before {
  content: "\e9be";
}
.icon-info_circle:before {
  content: "\e9bd";
}
.icon-closed_lock:before {
  content: "\e9bb";
}
.icon-open_lock:before {
  content: "\e9bc";
}
.icon-tournaments:before {
  content: "\e9ba";
}
.icon-search:before {
  content: "\e9b7";
}
.icon-calendar:before {
  content: "\e9b6";
}
.icon-bracket:before {
  content: "\e91b";
}
.icon-lock:before {
  content: "\e915";
}
.icon-mic_off:before {
  content: "\e9b3";
}
.icon-voice_call:before {
  content: "\e9b4";
}
.icon-camera_reverse_outline:before {
  content: "\e9b5";
}
.icon-action_replays:before {
  content: "\e9b2";
}
.icon-bin:before {
  content: "\e9b0";
}
.icon-dart:before {
  content: "\e9b1";
}
.icon-undo_outline:before {
  content: "\e9af";
}
.icon-undo:before {
  content: "\e9ae";
}
.icon-keyboard_only:before {
  content: "\e9b9";
}
.icon-keyboard_shortcuts:before {
  content: "\e977";
}
.icon-keyboard_single:before {
  content: "\e9ad";
}
.icon-keyboard_default:before {
  content: "\e9b8";
}
.icon-tactics_two:before {
  content: "\e9a7";
}
.icon-tactics_one:before {
  content: "\e9a8";
}
.icon-tactics_full:before {
  content: "\e9a9";
}
.icon-speedmode:before {
  content: "\e9aa";
}
.icon-ingame_timer:before {
  content: "\e9ab";
}
.icon-dartboard:before {
  content: "\e9ac";
}
.icon-bookmark_filled_star_outline:before {
  content: "\e9a4";
}
.icon-bookmark_star_outline:before {
  content: "\e9a5";
}
.icon-hangup:before {
  content: "\e9a6";
}
.icon-bookmark_outline:before {
  content: "\e9a2";
}
.icon-bookmark:before {
  content: "\e9a3";
}
.icon-check_mark:before {
  content: "\e9a1";
}
.icon-loading:before {
  content: "\e9a0";
}
.icon-three_dots:before {
  content: "\e99f";
}
.icon-gift:before {
  content: "\e99c";
}
.icon-gift_outline:before {
  content: "\e99d";
}
.icon-logout:before {
  content: "\e99e";
}
.icon-login:before {
  content: "\e99a";
}
.icon-in_game_comms:before {
  content: "\e99b";
}
.icon-access_alarms:before {
  content: "\e900";
}
.icon-account_box:before {
  content: "\e901";
}
.icon-account_circle:before {
  content: "\e902";
}
.icon-add:before {
  content: "\e903";
}
.icon-add_box:before {
  content: "\e904";
}
.icon-add_circle:before {
  content: "\e905";
}
.icon-add_circle_outline:before {
  content: "\e906";
}
.icon-add_comment:before {
  content: "\e907";
}
.icon-addchart:before {
  content: "\e908";
}
.icon-apps:before {
  content: "\e909";
}
.icon-arrow_back:before {
  content: "\e90a";
}
.icon-arrow_forward:before {
  content: "\e90c";
}
.icon-assessment:before {
  content: "\e90e";
}
.icon-autorenew:before {
  content: "\e90f";
}
.icon-backspace:before {
  content: "\e910";
}
.icon-cached:before {
  content: "\e911";
}
.icon-camera_alt:before {
  content: "\e912";
}
.icon-chat_bubble:before {
  content: "\e913";
}
.icon-check_circle:before {
  content: "\e914";
}
.icon-close:before {
  content: "\e916";
}
.icon-close_fullscreen:before {
  content: "\e917";
}
.icon-compare_arrows:before {
  content: "\e918";
}
.icon-crown:before {
  content: "\e919";
}
.icon-dashboard:before {
  content: "\e91a";
}
.icon-delete_forever:before {
  content: "\e91c";
}
.icon-design_services:before {
  content: "\e91d";
}
.icon-disabled_by_default:before {
  content: "\e91e";
}
.icon-done:before {
  content: "\e91f";
}
.icon-edit:before {
  content: "\e920";
}
.icon-emoji_events:before {
  content: "\e921";
}
.icon-error:before {
  content: "\e922";
}
.icon-file_copy:before {
  content: "\e923";
}
.icon-flip_camera_ios:before {
  content: "\e924";
}
.icon-format_quote:before {
  content: "\e925";
}
.icon-fullscreen:before {
  content: "\e926";
}
.icon-fullscreen_exit:before {
  content: "\e927";
}
.icon-gps_fixed:before {
  content: "\e928";
}
.icon-help:before {
  content: "\e929";
}
.icon-help_center:before {
  content: "\e92a";
}
.icon-home:before {
  content: "\e92c";
}
.icon-home_work:before {
  content: "\e92d";
}
.icon-import_export:before {
  content: "\e92e";
}
.icon-insert_emoticon:before {
  content: "\e92f";
}
.icon-insights:before {
  content: "\e930";
}
.icon-keyboard_arrow_down:before {
  content: "\e931";
}
.icon-keyboard_arrow_left:before {
  content: "\e932";
}
.icon-keyboard_arrow_left-reduced:before {
  content: "\e933";
}
.icon-keyboard_arrow_right:before {
  content: "\e934";
}
.icon-keyboard_arrow_up:before {
  content: "\e935";
}
.icon-keyboard_hide:before {
  content: "\e936";
}
.icon-language:before {
  content: "\e937";
}
.icon-launch:before {
  content: "\e938";
}
.icon-leak_add:before {
  content: "\e939";
}
.icon-leak_remove:before {
  content: "\e93a";
}
.icon-linked_camera:before {
  content: "\e93b";
}
.icon-location_on:before {
  content: "\e93c";
}
.icon-location_searching:before {
  content: "\e93d";
}
.icon-loop:before {
  content: "\e93e";
}
.icon-mail:before {
  content: "\e93f";
}
.icon-maps_ugc:before {
  content: "\e940";
}
.icon-mediation:before {
  content: "\e941";
}
.icon-menu:before {
  content: "\e942";
}
.icon-menu_open:before {
  content: "\e943";
}
.icon-mic:before {
  content: "\e944";
}
.icon-more_horiz:before {
  content: "\e945";
}
.icon-more_vert:before {
  content: "\e946";
}
.icon-my_location:before {
  content: "\e947";
}
.icon-new_releases:before {
  content: "\e948";
}
.icon-open_in_full:before {
  content: "\e94a";
}
.icon-open_in_new:before {
  content: "\e94b";
}
.icon-pan_tool:before {
  content: "\e94c";
}
.icon-pause:before {
  content: "\e94e";
}
.icon-pause_circle_filled:before {
  content: "\e94f";
}
.icon-pause_circle_outline:before {
  content: "\e950";
}
.icon-pending:before {
  content: "\e951";
}
.icon-people_alt:before {
  content: "\e952";
}
.icon-person:before {
  content: "\e953";
}
.icon-person_add:before {
  content: "\e955";
}
.icon-person_remove:before {
  content: "\e956";
}
.icon-person_search:before {
  content: "\e958";
}
.icon-photo_camera:before {
  content: "\e959";
}
.icon-picture_in_picture:before {
  content: "\e95a";
}
.icon-picture_in_picture_alt:before {
  content: "\e95b";
}
.icon-play_arrow:before {
  content: "\e95c";
}
.icon-play_circle_filled:before {
  content: "\e95d";
}
.icon-play_circle_outline:before {
  content: "\e95e";
}
.icon-portable_wifi_off:before {
  content: "\e95f";
}
.icon-power_settings_new:before {
  content: "\e960";
}
.icon-public:before {
  content: "\e962";
}
.icon-question_answer:before {
  content: "\e963";
}
.icon-recent_actors:before {
  content: "\e964";
}
.icon-remove:before {
  content: "\e965";
}
.icon-remove_circle:before {
  content: "\e966";
}
.icon-remove_circle_outline:before {
  content: "\e967";
}
.icon-repeat:before {
  content: "\e968";
}
.icon-replay:before {
  content: "\e969";
}
.icon-report:before {
  content: "\e96a";
}
.icon-report_problem:before {
  content: "\e96b";
}
.icon-rotate_90_degrees_ccw:before {
  content: "\e96c";
}
.icon-rotate_left:before {
  content: "\e96d";
}
.icon-rotate_right:before {
  content: "\e96e";
}
.icon-router:before {
  content: "\e96f";
}
.icon-rss_feed:before {
  content: "\e970";
}
.icon-bookmark_star:before {
  content: "\e971";
}
.icon-screen_lock_landscape:before {
  content: "\e972";
}
.icon-screen_lock_portrait:before {
  content: "\e973";
}
.icon-screen_lock_rotation:before {
  content: "\e974";
}
.icon-screen_rotation:before {
  content: "\e975";
}
.icon-send:before {
  content: "\e976";
}
.icon-settings:before {
  content: "\e978";
}
.icon-settings_remote:before {
  content: "\e979";
}
.icon-share:before {
  content: "\e97a";
}
.icon-show_chart:before {
  content: "\e97b";
}
.icon-speaker_phone:before {
  content: "\e97c";
}
.icon-star:before {
  content: "\e97d";
}
.icon-stop:before {
  content: "\e97e";
}
.icon-stop_circle:before {
  content: "\e97f";
}
.icon-supervisor_account:before {
  content: "\e980";
}
.icon-switch_video:before {
  content: "\e981";
}
.icon-sync:before {
  content: "\e982";
}
.icon-sync_problem:before {
  content: "\e983";
}
.icon-timeline:before {
  content: "\e984";
}
.icon-timer:before {
  content: "\e985";
}
.icon-timer_3:before {
  content: "\e986";
}
.icon-timer_10:before {
  content: "\e987";
}
.icon-touch_app:before {
  content: "\e988";
}
.icon-trending_up:before {
  content: "\e989";
}
.icon-tune:before {
  content: "\e98a";
}
.icon-verified:before {
  content: "\e98b";
}
.icon-verified_user:before {
  content: "\e98c";
}
.icon-video_call:before {
  content: "\e98d";
}
.icon-video_settings:before {
  content: "\e98e";
}
.icon-videocam:before {
  content: "\e98f";
}
.icon-videocam_off:before {
  content: "\e990";
}
.icon-view_agenda:before {
  content: "\e991";
}
.icon-visibility:before {
  content: "\e992";
}
.icon-visibility_off:before {
  content: "\e993";
}
.icon-warning:before {
  content: "\e994";
}
.icon-watch_later:before {
  content: "\e995";
}
.icon-wifi_calling:before {
  content: "\e996";
}
.icon-wifi_off:before {
  content: "\e997";
}
.icon-wifi_protected_setup:before {
  content: "\e998";
}
.icon-zoom_out_map:before {
  content: "\e999";
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
