/*
 *  Copyright 2025 David de Prez
 *
 *    Licensed under the Apache License, Version 2.0 (the "License");
 *    you may not use this file except in compliance with the License.
 *    You may obtain a copy of the License at
 *
 *        http://www.apache.org/licenses/LICENSE-2.0
 *
 *    Unless required by applicable law or agreed to in writing, software
 *    distributed under the License is distributed on an "AS IS" BASIS,
 *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *    See the License for the specific language governing permissions and
 *    limitations under the License.
 */

/* This before tailwind includes, so it can override easily */

/*noinspection DuplicatedCode*/

.icon {
  background-color: var(--font-color-main);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center;
  -webkit-mask-position: center;
  height: 100px;
  width: 100px;
  display: inline-block;
}

.disabled .icon {
  background-color: var(--font-color-disabled);
}

.default-bg {
  background-image: url('/img/bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
}

/* Include tailwind */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
 ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sub-screen > dialog {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 3.5rem;
  height: auto;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  border-radius: 0.5rem;
  background-color: transparent;
}

.sub-screen > dialog::backdrop {
  background-color: transparent;
}

@media (min-width: 768px) {
  .sub-screen > dialog {
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--surface-color);
  }

  .sub-screen > dialog::backdrop {
    background-color: #00000060;
  }
}

.sub-screen > dialog {
  transition: opacity 100ms ease;
  opacity: 1;
  @media (min-width: 768px) {
    transition: opacity 1ms;
  }
  &.hiding {
    opacity: 0;
  }
  &.closing {
    animation: hide-subscreen-keyframes 100ms;
    &::backdrop {
      opacity: 0;
    }
  }
}

.sub-screen > div {
  opacity: 1;
  transition: opacity 100ms ease;
  &.hiding {
    opacity: 0;
  }
  @media (min-width: 768px) {
    &.hiding {
      opacity: 1;
    }
  }
}

.sub-screen > .showing {
  opacity: 1;
  animation: show-subscreen-keyframes 100ms;
}

.tab-menu {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  background-color: var(--surface-color);
  .selector {
    position: absolute;
  }
  .selector {
    left: 0px;
  }
  .selector {
    bottom: 0px;
  }
  .selector {
    right: 0px;
  }
  .selector {
    height: 0.25rem;
  }
  .selector {
    background-color: var(--primary-color);
  }
  .selector {
    transition: left 200ms, right 200ms;
  }
}

.tab-page-container {
  overflow: hidden;
  & * {
    transition: left 200ms ease-out, right 200ms ease-out;
  }
}

.list-view {
  width: 100%;
  border-radius: 0.375rem;
  background-color: var(--surface-color);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  & > :first-child {
    background-color: var(--background-color-disabled);
  }
  & > :first-child {
    padding: 0.5rem;
  }
  & > :first-child {
    font-weight: 700;
  }
  & > :last-child {
    display: flex;
  }
  & > :last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  & > :last-child {
    flex-direction: column;
  }
  & > :last-child {
    border-top-width: 1px;
  }
  & > :last-child {
    border-top-color: var(--border-color-default);
  }
  & > :last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  & > :last-child {
    & > div {
      display: flex;
    }
    & > div {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    & > div {
      &:not(:first-child) {
        border-top-width: 1px;
      }
      &:not(:first-child) {
        border-top-color: var(--border-color-default);
      }
      & > div:nth-child(1) {
        flex-shrink: 1;
      }
      & > div:nth-child(1) {
        flex-grow: 1;
      }
      & > div:nth-child(2) {
        position: relative;
      }
      & > div:nth-child(2) {
        height: 24px;
      }
      & > div:nth-child(2) {
        width: 24px;
      }
      & > div:nth-child(2) {
        border-radius: 9999px;
      }
      & > div:nth-child(2) {
        border-width: 2px;
      }
      & > div:nth-child(2) {
        border-color: var(--border-color-default);
      }
      &:has(input[type="checkbox"]:checked) > div:nth-child(2) {
        &:before {
          content: '';
        }
        &:before {
          position: absolute;
        }
        &:before {
          right: 0px;
        }
        &:before {
          bottom: 0px;
        }
        &:before {
          left: 0px;
        }
        &:before {
          top: 0px;
        }
        &:before {
          border-radius: 9999px;
        }
        &:before {
          border-width: 2px;
        }
        &:before {
          border-color: var(--surface-color);
        }
        &:before {
          background-color: var(--primary-color);
        }
        /*@apply bg-[--primary-color];*/
      }
    }
  }
}

.zpy-button {
  background-color: var(--surface-color);
  &.zpy-round {
    border-radius: 9999px;
  }
  &.zpy-round {
    border-width: 1px;
  }
  &.zpy-round {
    border-color: var(--font-color-main);
  }
  &.zpy-round {
    padding: 0.25rem;
  }
  &.zpy-round {
    &.disabled, &.off {
      border-color: var(--font-color-disabled);
    }
    &.disabled, &.off {
      & .icon {
        background-color: var(--font-color-disabled);
      }
    }
    &.zpy-primary {
      border-color: var(--primary-color);
    }
    &.zpy-primary {
      & .icon {
        background-color: var(--primary-color);
      }
    }
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-2 {
  left: 0.5rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

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

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

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

.col-span-2 {
  grid-column: span 2 / span 2;
}

.m-0 {
  margin: 0px;
}

.m-2 {
  margin: 0.5rem;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

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

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

.ml-12 {
  margin-left: 3rem;
}

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.\!inline-flex {
  display: inline-flex !important;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.\!h-10 {
  height: 2.5rem !important;
}

.\!h-40 {
  height: 10rem !important;
}

.\!h-\[24px\] {
  height: 24px !important;
}

.\!h-\[75px\] {
  height: 75px !important;
}

.\!h-full {
  height: 100% !important;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-full {
  max-height: 100%;
}

.min-h-80 {
  min-height: 20rem;
}

.min-h-\[25vh\] {
  min-height: 25vh;
}

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

.\!w-\[24px\] {
  width: 24px !important;
}

.\!w-auto {
  width: auto !important;
}

.w-10 {
  width: 2.5rem;
}

.w-2 {
  width: 0.5rem;
}

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.min-w-14 {
  min-width: 3.5rem;
}

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

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

.max-w-full {
  max-width: 100%;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.border-separate {
  border-collapse: separate;
}

.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.touch-none {
  touch-action: none;
}

.resize {
  resize: both;
}

.auto-cols-\[96px\] {
  grid-auto-columns: 96px;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.auto-rows-min {
  grid-auto-rows: min-content;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-\[150px_150px_auto\] {
  grid-template-columns: 150px 150px auto;
}

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

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

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

.items-end {
  align-items: flex-end;
}

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

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

.self-stretch {
  align-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-scroll {
  overflow: scroll;
}

.text-nowrap {
  text-wrap: nowrap;
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

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

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.\!border-\[--secondary-color\] {
  border-color: var(--secondary-color) !important;
}

.\!border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
}

.\!border-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-\[--border-color-default\] {
  border-color: var(--border-color-default);
}

.border-\[--primary-color\] {
  border-color: var(--primary-color);
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

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

.border-l-\[--surface-color\] {
  border-left-color: var(--surface-color);
}

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

.border-r-\[--font-color-disabled\] {
  border-right-color: var(--font-color-disabled);
}

.border-r-black {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.\!bg-\[\#f3f3f350\] {
  background-color: #f3f3f350 !important;
}

.\!bg-\[--background-color-disabled-none-transparent\] {
  background-color: var(--background-color-disabled-none-transparent) !important;
}

.bg-\[--background-color-disabled\] {
  background-color: var(--background-color-disabled);
}

.bg-\[--font-color-main\] {
  background-color: var(--font-color-main);
}

.bg-\[--md-sys-color-background\] {
  background-color: var(--md-sys-color-background);
}

.bg-\[--primary-color-tone-7\] {
  background-color: var(--primary-color-tone-7);
}

.bg-\[--primary-color\] {
  background-color: var(--primary-color);
}

.bg-\[--secondary-color\] {
  background-color: var(--secondary-color);
}

.bg-\[--surface-color\] {
  background-color: var(--surface-color);
}

.bg-\[color-mix\(in_srgb\2c _var\(--primary-color-tint-6\)_50\%\2c _transparent\)\] {
  background-color: color-mix(in srgb, var(--primary-color-tint-6) 50%, transparent);
}

.bg-\[var\(\&\#45\;\&\#45\;md-sys-color-background\)\] {
  background-color: var(&#45;&#45;md-sys-color-background);
}

.bg-\[var\(\&\#45\;\&\#45\;primary-color\)\] {
  background-color: var(&#45;&#45;primary-color);
}

.bg-\[var\(--md-sys-color-background\)\] {
  background-color: var(--md-sys-color-background);
}

.bg-\[var\(--primary-color\)\] {
  background-color: var(--primary-color);
}

.bg-\[var\(--surface-color\)\] {
  background-color: var(--surface-color);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.\!p-0 {
  padding: 0px !important;
}

.\!p-2 {
  padding: 0.5rem !important;
}

.\!p-\[7px\] {
  padding: 7px !important;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

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

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

.leading-\[0\] {
  line-height: 0;
}

.leading-none {
  line-height: 1;
}

.leading-snug {
  line-height: 1.375;
}

.\!text-\[--secondary-color\] {
  color: var(--secondary-color) !important;
}

.\!text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important;
}

.\!text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1)) !important;
}

.text-\[--font-color-disabled\] {
  color: var(--font-color-disabled);
}

.text-\[--font-color-main\] {
  color: var(--font-color-main);
}

.text-\[--md-sys-color-background\] {
  color: var(--md-sys-color-background);
}

.text-\[--primary-color\] {
  color: var(--primary-color);
}

.text-\[--surface-color\] {
  color: var(--surface-color);
}

.text-\[var\(\&\#45\;\&\#45\;md-sys-color-background\)\] {
  color: var(&#45;&#45;md-sys-color-background);
}

.text-\[var\(--md-sys-color-background\)\] {
  color: var(--md-sys-color-background);
}

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

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

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

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

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  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);
}

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

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

.transition-\[top\] {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.subtle-highlight {
  background-color: #ffffff50;
}

/* Our own classes */

html, body {
  height: 100%;
  overscroll-behavior: none;
}

.preview-last-msg {
  overflow: hidden;
}

.no-arrow-number-input {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

.player-header {
  writing-mode: vertical-lr;
  text-orientation: upright;
  vertical-align: middle;
  text-align: center;
  text-wrap: wrap;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.05em;
}

input.no-arrow-number-input::-webkit-outer-spin-button,
input.no-arrow-number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@keyframes show-subscreen-keyframes {
  0% {
    opacity: 0;
    transform: scale(95%);
  }

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

@keyframes hide-subscreen-keyframes {
  0% {
    opacity: 1;
    transform: scale(100%);
  }

  100% {
    opacity: 0;
    transform: scale(95%);
  }
}

.animated-dot {
  animation-name: animated-dot-border;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes animated-dot-border {
  15% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0.5;
  }
}

.pinged-dot {
  animation-name: pinged-dot-border;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes pinged-dot-border {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  20% {
    transform: scale(1.5);
    opacity: 1;
  }

  75% {
    transform: scale(2);
    opacity: 0.0;
  }

  100% {
    transform: scale(2);
    opacity: 0.0;
  }
}

.blink-icon {
  animation-name: blinking-icon;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

@keyframes blinking-icon {
  0%, 25% {
    opacity: 1;
    scale: 1;
  }

  50% {
    opacity: 0.5;
    scale: 1.1;
  }

  75%, 100% {
    opacity: 1;
    scale: 1;
  }
}

.recording {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

.recording:after {
  content: "";
  display: block;
  height: 20px;
  width: 40px;
  border: solid white;
  border-width: 2px 2px 0 0;
  border-radius: 20px 20px 0 0;
  /*transform: translate(5px, 5px);*/
  animation: linear infinite 1s;
  animation-name: recording;
  margin: 15px 0 0 5px;
}

@keyframes recording {
  from {
    transform: rotate(0) translateY(-10px);
  }

  to {
    transform: rotate(360deg) translateY(-10px);
  }
}

.selected-capture {
  border-color: var(--font-color-main);
  border-width: 4px;
  border-style: solid;
}

.ignore-capture {
  opacity: 0.5;
}

.input-field.compact > input:not([type]):not(.browser-default),
.input-field.compact > input[type="text"]:not(.browser-default),
.input-field.compact > input[type="password"]:not(.browser-default),
.input-field.compact > input[type="email"]:not(.browser-default),
.input-field.compact > input[type="url"]:not(.browser-default),
.input-field.compact > input[type="time"]:not(.browser-default),
.input-field.compact > input[type="date"]:not(.browser-default),
.input-field.compact > input[type="datetime"]:not(.browser-default),
.input-field.compact > input[type="datetime-local"]:not(.browser-default),
.input-field.compact > input[type="month"]:not(.browser-default),
.input-field.compact > input[type="tel"]:not(.browser-default),
.input-field.compact > input[type="number"]:not(.browser-default),
.input-field.compact > input[type="search"]:not(.browser-default) {
  height: 38px;
}

.input-field.compact.outlined > textarea:not(.browser-default),
.input-field.compact.outlined > textarea:focus:not(.browser-default) {
  height: 38px;
  padding-top: 12px;
}

.input-field.compact > label {
  top: 8px;
}

.chat-icon {
  mask-image: url('/img/chat.svg');
  -webkit-mask-image: url('/img/chat.svg');
}

.map-icon {
  mask-image: url('/img/map.svg');
  -webkit-mask-image: url('/img/map.svg');
}

.no-map-icon {
  mask-image: url('/img/no_map.svg');
  -webkit-mask-image: url('/img/no_map.svg');
}

.back-icon {
  mask-image: url('/img/back.svg');
  -webkit-mask-image: url('/img/back.svg');
}

.tasks-icon {
  mask-image: url('/img/tasks.svg');
  -webkit-mask-image: url('/img/tasks.svg');
}

.cross-icon {
  mask-image: url('/img/cross.svg');
  -webkit-mask-image: url('/img/cross.svg');
}

.lock-icon {
  mask-image: url('/img/lock.svg');
  -webkit-mask-image: url('/img/lock.svg');
}

.verified-icon {
  mask-image: url('/img/verified.svg');
  -webkit-mask-image: url('/img/verified.svg');
}

.wrong_location-icon {
  mask-image: url('/img/wrong_location.svg');
  -webkit-mask-image: url('/img/wrong_location.svg');
}

.sending-icon {
  mask-image: url('/img/sending.svg');
  -webkit-mask-image: url('/img/sending.svg');
}

.redo-icon {
  mask-image: url('/img/redo.svg');
  -webkit-mask-image: url('/img/redo.svg');
}

.menu-icon {
  mask-image: url('/img/menu.svg');
  -webkit-mask-image: url('/img/menu.svg');
}

.logout-icon {
  mask-image: url('/img/logout.svg');
  -webkit-mask-image: url('/img/logout.svg');
}

.compass-icon {
  mask-image: url('/img/compass.svg');
  -webkit-mask-image: url('/img/compass.svg');
}

.gps-arrow-icon {
  mask-image: url('/img/gps-arrow.svg');
  -webkit-mask-image: url('/img/gps-arrow.svg');
}

.out-of-reach-icon {
  mask-image: url('/img/out-of-reach.svg');
  -webkit-mask-image: url('/img/out-of-reach.svg');
}

.up-icon {
  mask-image: url('/img/up.svg');
  -webkit-mask-image: url('/img/up.svg');
}

.down-icon {
  mask-image: url('/img/down.svg');
  -webkit-mask-image: url('/img/down.svg');
}

.add-icon {
  mask-image: url('/img/add.svg');
  -webkit-mask-image: url('/img/add.svg');
}

.players-icon {
  mask-image: url('/img/all.svg');
  -webkit-mask-image: url('/img/all.svg');
}

.devices-icon {
  mask-image: url('/img/devices.svg');
  -webkit-mask-image: url('/img/devices.svg');
}

.settings-icon {
  mask-image: url('/img/settings.svg');
  -webkit-mask-image: url('/img/settings.svg');
}

.fullscreen-icon {
  mask-image: url('/img/fullscreen.svg');
  -webkit-mask-image: url('/img/fullscreen.svg');
}

.fullscreen-exit-icon {
  mask-image: url('/img/fullscreen-exit.svg');
  -webkit-mask-image: url('/img/fullscreen-exit.svg');
}

.delete-icon {
  mask-image: url('/img/delete.svg');
  -webkit-mask-image: url('/img/delete.svg');
}

.visible-icon {
  mask-image: url('/img/visibility.svg');
  -webkit-mask-image: url('/img/visibility.svg');
}

.invisible-icon {
  mask-image: url('/img/visibility_off.svg');
  -webkit-mask-image: url('/img/visibility_off.svg');
}

.auto-visible-icon {
  mask-image: url('/img/visibility_auto.svg');
  -webkit-mask-image: url('/img/visibility_auto.svg');
}

.close-icon {
  mask-image: url('/img/close.svg');
  -webkit-mask-image: url('/img/close.svg');
}

.accept-icon {
  mask-image: url('/img/accept.svg');
  -webkit-mask-image: url('/img/accept.svg');
}

.transfer-icon {
  mask-image: url('/img/transfer.svg');
  -webkit-mask-image: url('/img/transfer.svg');
}

.arrow-right-icon {
  mask-image: url('/img/arrow_right.svg');
  -webkit-mask-image: url('/img/arrow_right.svg');
}

.arrow-down-icon {
  mask-image: url('/img/arrow_down.svg');
  -webkit-mask-image: url('/img/arrow_down.svg');
}

.backdrop\:bg-\[\#00000060\]::backdrop {
  background-color: #00000060;
}

.backdrop\:backdrop-blur-sm::backdrop {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.odd\:bg-\[color-mix\(in_srgb\2c _var\(--surface-color\)_50\%\2c _transparent\)\]:nth-child(odd) {
  background-color: color-mix(in srgb, var(--surface-color) 50%, transparent);
}

.even\:bg-\[color-mix\(in_srgb\2c _var\(--primary-color-tint-6\)_50\%\2c _transparent\)\]:nth-child(even) {
  background-color: color-mix(in srgb, var(--primary-color-tint-6) 50%, transparent);
}

.hover\:\!bg-\[--primary-color\]:hover {
  background-color: var(--primary-color) !important;
}

.hover\:\!bg-\[--secondary-color-raised-hover-solid\]:hover {
  background-color: var(--secondary-color-raised-hover-solid) !important;
}

.hover\:\!bg-\[var\(--primary-color-raised-hover-solid\)\]:hover {
  background-color: var(--primary-color-raised-hover-solid) !important;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.odd\:hover\:bg-\[color-mix\(in_srgb\2c _var\(--surface-color\)_50\%\2c _var\(--hover-color\)\)\]:hover:nth-child(odd) {
  background-color: color-mix(in srgb, var(--surface-color) 50%, var(--hover-color));
}

.even\:hover\:bg-\[color-mix\(in_srgb\2c _var\(--primary-color-tint-6\)_50\%\2c _var\(--hover-color\)\)\]:hover:nth-child(even) {
  background-color: color-mix(in srgb, var(--primary-color-tint-6) 50%, var(--hover-color));
}

.focus\:box-border:focus {
  box-sizing: border-box;
}

.focus\:border-2:focus {
  border-width: 2px;
}

.focus\:border-\[--primary-color-tint-4\]:focus {
  border-color: var(--primary-color-tint-4);
}

.focus\:shadow-\[0_0_10px_var\(--primary-color-tint-4\)\]:focus {
  --tw-shadow: 0 0 10px var(--primary-color-tint-4);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .md\:right-auto {
    right: auto;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:\!flex {
    display: flex !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:\!inline-flex {
    display: inline-flex !important;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:grid {
    display: grid;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-full {
    height: 100%;
  }

  .md\:max-h-\[80vh\] {
    max-height: 80vh;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

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

  .md\:w-auto {
    width: auto;
  }

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:min-w-\[590px\] {
    min-width: 590px;
  }

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-spacing-y-0 {
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .md\:bg-\[var\(--focus-color\)\] {
    background-color: var(--focus-color);
  }

  .md\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:odd\:bg-\[color-mix\(in_srgb\2c _var\(--surface-color\)_50\%\2c _transparent\)\]:nth-child(odd) {
    background-color: color-mix(in srgb, var(--surface-color) 50%, transparent);
  }

  .md\:even\:bg-\[color-mix\(in_srgb\2c _var\(--primary-color-tint-6\)_50\%\2c _transparent\)\]:nth-child(even) {
    background-color: color-mix(in srgb, var(--primary-color-tint-6) 50%, transparent);
  }

  .hover\:md\:\!bg-\[--primary-color-raised-hover-solid\]:hover {
    background-color: var(--primary-color-raised-hover-solid) !important;
  }

  .md\:odd\:hover\:bg-\[color-mix\(in_srgb\2c _var\(--surface-color\)_50\%\2c _var\(--hover-color\)\)\]:hover:nth-child(odd) {
    background-color: color-mix(in srgb, var(--surface-color) 50%, var(--hover-color));
  }

  .md\:even\:hover\:bg-\[color-mix\(in_srgb\2c _var\(--primary-color-tint-6\)_50\%\2c _var\(--hover-color\)\)\]:hover:nth-child(even) {
    background-color: color-mix(in srgb, var(--primary-color-tint-6) 50%, var(--hover-color));
  }
}

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