/* stylelint-disable no-descending-specificity */
[data-v-36d95957]:export {
  xs: 0;
  sm: 576px;
  md: 767px;
  lg: 991px;
  xl: 1240px;
  xga: 1600px;
  fhd: 1920px;
  rt: 2560px;
  rt15: 2880px;
  uhd: 3840px;
  4k: 4096px;
  8k: 8192px;
}

/* Custom */
/* Custom */
.btn[data-v-36d95957] {
  --button-shadow-size: 0 0 0 0.2rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  padding: 0.375rem 0.625rem;
  line-height: 1;
  color: var(--theme-color-text-primary);
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  transition: 0.3s opacity linear, 0.3s background-color linear, 0.15s border-color linear;
}
.btn[data-v-36d95957]:focus {
  box-shadow: none;
}
.btn[data-v-36d95957]:focus-visible {
  box-shadow: var(--shadow-3);
}
.btn--block[data-v-36d95957] {
  display: flex;
}
.btn--shadowed[data-v-36d95957] {
  box-shadow: var(--shadow-3);
}
.btn--lg[data-v-36d95957] {
  padding: 0.75rem 1rem;
}
.btn--sm[data-v-36d95957] {
  height: 2rem;
  padding: 0.375rem 1.125rem;
  font-size: 0.875rem;
}
.btn--xs[data-v-36d95957] {
  height: 1.75rem;
  padding: 0.25rem 0.0625rem;
  border-radius: 4px;
}
.btn--xxs[data-v-36d95957] {
  height: 1.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.btn--xxxs[data-v-36d95957] {
  --button-shadow-size: 0 0 0 2px;
  height: 1.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.btn--circle[data-v-36d95957] {
  border-radius: 50%;
}
.btn--no-horizontal-padding[data-v-36d95957] {
  padding: 0.375rem 0;
}
.btn--full[data-v-36d95957] {
  width: 100%;
}
.btn.disabled[data-v-36d95957], .btn[data-v-36d95957]:disabled {
  opacity: 1;
}
.btn[data-v-36d95957] svg {
  fill: currentColor;
  transition: 0.3s fill linear;
}
.btn[data-v-36d95957]:not(.btn--no-resize-icon) svg {
  height: 100%;
}
.btn--has-only-icon[data-v-36d95957] {
  width: 4rem;
  height: 4rem;
  padding: 0.75rem;
}
@media (min-width: 991px) {
.btn--has-only-icon[data-v-36d95957] {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
}
}
.btn--has-only-icon[data-v-36d95957]:not(.btn--no-resize-icon) svg, .btn--has-only-icon[data-v-36d95957]:not(.btn--no-resize-icon) img {
  width: 100%;
}
.btn--has-only-icon.btn--sm[data-v-36d95957] {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
}
.btn--has-only-icon.btn--md[data-v-36d95957] {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem;
}
.btn--has-only-icon.btn--lg[data-v-36d95957] {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
}
.btn--has-only-icon.btn--lg[data-v-36d95957]:not(.btn--circle) {
  border-radius: 8px;
}
.btn--has-only-icon.btn--xs[data-v-36d95957] {
  width: 1.75rem;
  height: 1.75rem;
  padding: 0.125rem;
}
.btn--has-only-icon.btn--xxs[data-v-36d95957] {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.125rem;
}
.btn--has-only-icon.btn--xxs[data-v-36d95957]:not(.btn--circle) {
  border-radius: 6px;
}
.btn--has-only-icon.btn--xxxs[data-v-36d95957] {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.125rem;
}
.btn--has-only-icon.btn--full[data-v-36d95957] {
  width: 100%;
  height: 1.25rem;
  padding: 0.125rem;
}
.btn--mixed-content.btn--sm[data-v-36d95957] {
  padding: 0.25rem 0.5rem 0.25rem 0.125rem;
}
.btn--mixed-content.btn--md[data-v-36d95957] {
  padding: 0.375rem 0.75rem 0.375rem 0.5rem;
}
.btn--primary[data-v-36d95957] {
  color: var(--theme-color-surface-primary-default);
  background-color: var(--theme-color-button-primary);
}
.btn--primary[data-v-36d95957]:disabled, .btn--primary.disabled[data-v-36d95957] {
  opacity: 50%;
}
@media (hover: hover) and (pointer: fine) {
.btn--primary[data-v-36d95957]:not(:disabled):not(.disabled):hover {
    color: var(--theme-color-text-inversed);
    background-color: var(--theme-color-button-primary-hover);
}
}
.btn--primary[data-v-36d95957]:not(:disabled):not(.disabled):active, .btn--primary:not(:disabled):not(.disabled).active[data-v-36d95957] {
  color: var(--theme-color-text-inversed);
  background-color: var(--theme-color-button-primary-hover);
}
.btn--primary[data-v-36d95957]:not(:disabled):not(.disabled):focus {
  box-shadow: none;
}
.btn--primary[data-v-36d95957]:not(:disabled):not(.disabled):focus-visible {
  box-shadow: var(--button-shadow-size) var(--theme-color-primary-shadow);
}
.btn--secondary[data-v-36d95957] {
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-button-accent);
}
.btn--secondary[data-v-36d95957]:disabled, .btn--secondary.disabled[data-v-36d95957] {
  color: var(--theme-color-text-inversed);
  background-color: var(--theme-color-button-accent-disabled);
}
@media (hover: hover) and (pointer: fine) {
.btn--secondary[data-v-36d95957]:not(:disabled):not(.disabled):hover {
    color: var(--theme-color-text-primary);
    background-color: var(--theme-color-button-accent-hover);
}
}
.btn--secondary[data-v-36d95957]:not(:disabled):not(.disabled):active, .btn--secondary:not(:disabled):not(.disabled).active[data-v-36d95957] {
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-button-accent-hover);
}
.btn--secondary[data-v-36d95957]:not(:disabled):not(.disabled):focus {
  box-shadow: none;
}
.btn--secondary[data-v-36d95957]:not(:disabled):not(.disabled):focus-visible {
  box-shadow: var(--button-shadow-size) var(--theme-color-accent-shadow);
}
.btn--secondary-text[data-v-36d95957] {
  gap: 0.5rem;
  height: 1.25rem;
  padding: 0;
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
.btn--secondary-text[data-v-36d95957]:hover {
    color: var(--theme-color-text-primary);
    background-color: transparent;
    box-shadow: none;
}
}
.btn--secondary-text[data-v-36d95957]:focus {
  color: var(--theme-color-text-primary);
  background-color: transparent;
  box-shadow: none;
}
.btn--secondary-text[data-v-36d95957]:focus-visible {
  box-shadow: var(--button-shadow-size) var(--theme-color-light-shadow);
}
.btn--secondary-text[data-v-36d95957] svg {
  background-color: var(--theme-color-button-accent);
  border-radius: 4px;
}
.btn--secondary-text[data-v-36d95957]:disabled svg, .btn--secondary-text.disabled[data-v-36d95957] svg {
  background-color: var(--theme-color-button-accent-disabled);
}
@media (hover: hover) and (pointer: fine) {
.btn--secondary-text[data-v-36d95957]:not(:disabled):not(.disabled):hover svg {
    background-color: var(--theme-color-button-accent-hover);
}
}
.btn--secondary-text[data-v-36d95957]:not(:disabled):not(.disabled):active svg, .btn--secondary-text:not(:disabled):not(.disabled).active[data-v-36d95957] svg {
  background-color: var(--theme-color-button-accent-hover);
}
.btn--secondary-text[data-v-36d95957]:not(:disabled):not(.disabled):focus svg {
  box-shadow: none;
}
.btn--secondary-text[data-v-36d95957]:not(:disabled):not(.disabled):focus-visible svg {
  box-shadow: var(--button-shadow-size) var(--theme-color-accent-shadow);
}
.btn--dark-gray[data-v-36d95957] {
  background-color: var(--theme-color-surface-secondary-default);
}
@media (hover: hover) and (pointer: fine) {
.btn--dark-gray[data-v-36d95957]:hover {
    color: var(--theme-color-text-primary);
    background-color: var(--theme-color-button-secondary-hover);
}
}
.btn--light[data-v-36d95957] {
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-surface-secondary-default);
}
.btn--light[data-v-36d95957]:disabled, .btn--light.disabled[data-v-36d95957] {
  color: var(--theme-color-text-tetriary);
  background-color: var(--theme-color-button-secondary);
}
@media (hover: hover) and (pointer: fine) {
.btn--light[data-v-36d95957]:not(:disabled):not(.disabled):hover {
    color: var(--theme-color-text-primary);
    background-color: var(--theme-color-surface-secondary-hover);
}
}
.btn--light[data-v-36d95957]:not(:disabled):not(.disabled):active, .btn--light:not(:disabled):not(.disabled).active[data-v-36d95957] {
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-surface-secondary-hover);
}
.btn--light[data-v-36d95957]:not(:disabled):not(.disabled):focus {
  box-shadow: none;
}
.btn--light[data-v-36d95957]:not(:disabled):not(.disabled):focus-visible {
  box-shadow: var(--button-shadow-size) var(--theme-color-light-shadow);
}
.btn--light-on-primary[data-v-36d95957] {
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-button-icon-secondary);
}
.btn--light-on-primary[data-v-36d95957]:disabled, .btn--light-on-primary.disabled[data-v-36d95957] {
  color: var(--theme-color-text-tetriary);
  background-color: var(--theme-color-button-secondary);
}
@media (hover: hover) and (pointer: fine) {
.btn--light-on-primary[data-v-36d95957]:not(:disabled):not(.disabled):hover {
    background-color: var(--theme-color-button-icon-secondary-hover);
}
}
.btn--light-on-primary[data-v-36d95957]:not(:disabled):not(.disabled):active, .btn--light-on-primary:not(:disabled):not(.disabled).active[data-v-36d95957] {
  background-color: var(--theme-color-button-icon-secondary-hover);
}
.btn--light-on-primary[data-v-36d95957]:not(:disabled):not(.disabled):focus {
  box-shadow: none;
}
.btn--light-on-primary[data-v-36d95957]:not(:disabled):not(.disabled):focus-visible {
  box-shadow: var(--button-shadow-size) var(--theme-color-primary-shadow);
}
.btn--white[data-v-36d95957] {
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-surface-primary-default);
  border: 2px solid transparent;
}
@media (hover: hover) and (pointer: fine) {
.btn--white[data-v-36d95957]:hover {
    color: var(--theme-color-text-primary);
}
}
.btn--white[data-v-36d95957]:disabled, .btn--white.disabled[data-v-36d95957] {
  color: var(--theme-color-text-tetriary);
  background-color: var(--theme-color-surface-secondary-default);
}
@media (hover: hover) and (pointer: fine) {
.btn--white[data-v-36d95957]:not(:disabled):not(.disabled):hover {
    background-color: var(--theme-color-surface-inversed-secondary-hover);
    border-color: var(--theme-color-button-icon-secondary);
}
}
.btn--white[data-v-36d95957]:not(:disabled):not(.disabled):active, .btn--white:not(:disabled):not(.disabled).active[data-v-36d95957] {
  background-color: var(--theme-color-surface-inversed-secondary-hover);
  border-color: var(--theme-color-button-icon-secondary);
}
.btn--white[data-v-36d95957]:not(:disabled):not(.disabled):focus {
  box-shadow: none;
}
.btn--white[data-v-36d95957]:not(:disabled):not(.disabled):focus-visible {
  box-shadow: var(--button-shadow-size) var(--theme-color-light-shadow);
}
.btn--white-primary-hover[data-v-36d95957] {
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-surface-primary-default);
  border: 2px solid transparent;
}
.btn--white-primary-hover[data-v-36d95957]:disabled, .btn--white-primary-hover.disabled[data-v-36d95957] {
  color: var(--theme-color-text-tetriary);
  background-color: var(--theme-color-surface-secondary-default);
}
@media (hover: hover) and (pointer: fine) {
.btn--white-primary-hover[data-v-36d95957]:not(:disabled):not(.disabled):hover {
    color: var(--theme-color-text-primary);
    background-color: var(--theme-color-button-secondary-hover);
}
}
.btn--white-primary-hover[data-v-36d95957]:not(:disabled):not(.disabled):active, .btn--white-primary-hover:not(:disabled):not(.disabled).active[data-v-36d95957] {
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-button-secondary-hover);
}
.btn--white-primary-hover[data-v-36d95957]:not(:disabled):not(.disabled):focus {
  box-shadow: none;
}
.btn--white-primary-hover[data-v-36d95957]:not(:disabled):not(.disabled):focus-visible {
  box-shadow: var(--button-shadow-size) var(--theme-color-primary-shadow);
}
.btn--white-on-surface[data-v-36d95957] {
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-surface-primary-default);
  border: 2px solid transparent;
}
@media (hover: hover) and (pointer: fine) {
.btn--white-on-surface[data-v-36d95957]:hover {
    color: var(--theme-color-text-primary);
}
}
.btn--white-on-surface[data-v-36d95957]:disabled, .btn--white-on-surface.disabled[data-v-36d95957] {
  color: var(--theme-color-text-tetriary);
  background-color: var(--theme-color-surface-secondary-default);
}
@media (hover: hover) and (pointer: fine) {
.btn--white-on-surface[data-v-36d95957]:not(:disabled):not(.disabled):hover {
    border-color: var(--theme-color-border-divider-secondary);
}
}
.btn--white-on-surface[data-v-36d95957]:not(:disabled):not(.disabled):active, .btn--white-on-surface:not(:disabled):not(.disabled).active[data-v-36d95957] {
  border-color: var(--theme-color-border-divider-secondary);
}
.btn--white-on-surface[data-v-36d95957]:not(:disabled):not(.disabled):focus {
  box-shadow: none;
}
.btn--white-on-surface[data-v-36d95957]:not(:disabled):not(.disabled):focus-visible {
  box-shadow: var(--button-shadow-size) var(--theme-color-light-shadow);
}
.btn--light-contrast[data-v-36d95957] {
  color: var(--theme-color-icon-primary);
  background-color: var(--theme-color-surface-secondary-default);
}
.btn--light-contrast[data-v-36d95957]:disabled, .btn--light-contrast.disabled[data-v-36d95957] {
  color: var(--theme-color-text-tetriary);
  background-color: var(--theme-color-text-tetriary);
}
@media (hover: hover) and (pointer: fine) {
.btn--light-contrast[data-v-36d95957]:not(:disabled):not(.disabled):hover {
    color: var(--theme-color-text-inversed);
    background-color: var(--theme-color-button-primary);
}
}
.btn--light-contrast[data-v-36d95957]:not(:disabled):not(.disabled):active, .btn--light-contrast:not(:disabled):not(.disabled).active[data-v-36d95957] {
  color: var(--theme-color-text-inversed);
  background-color: var(--theme-color-button-primary);
}
.btn--light-contrast[data-v-36d95957]:not(:disabled):not(.disabled):focus {
  box-shadow: none;
}
.btn--light-contrast[data-v-36d95957]:not(:disabled):not(.disabled):focus-visible {
  box-shadow: var(--button-shadow-size) var(--theme-color-light-shadow);
}
.btn--dark[data-v-36d95957] {
  color: var(--theme-color-text-inversed);
  background-color: var(--theme-color-button-primary);
}
.btn--dark[data-v-36d95957]:disabled, .btn--dark.disabled[data-v-36d95957] {
  background-color: var(--theme-color-text-tetriary);
}
@media (hover: hover) and (pointer: fine) {
.btn--dark[data-v-36d95957]:not(:disabled):not(.disabled):hover {
    background-color: var(--theme-color-surface-inversed-primary-hover);
}
}
.btn--dark[data-v-36d95957]:not(:disabled):not(.disabled):focus {
  box-shadow: none;
}
.btn--dark[data-v-36d95957]:not(:disabled):not(.disabled):focus-visible {
  box-shadow: var(--button-shadow-size) var(--theme-color-primary-shadow);
}
.btn--red[data-v-36d95957] {
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-button-critical);
}
.btn--red[data-v-36d95957]:disabled, .btn--red.disabled[data-v-36d95957] {
  color: var(--theme-color-text-inversed);
  background-color: var(--theme-color-button-critical-disabled);
}
@media (hover: hover) and (pointer: fine) {
.btn--red[data-v-36d95957]:not(:disabled):not(.disabled):hover {
    color: var(--theme-color-text-primary);
    background-color: var(--theme-color-button-critical-hover);
}
}
.btn--red[data-v-36d95957]:not(:disabled):not(.disabled):active, .btn--red:not(:disabled):not(.disabled).active[data-v-36d95957] {
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-button-critical-hover);
}
.btn--red[data-v-36d95957]:not(:disabled):not(.disabled):focus {
  box-shadow: none;
}
.btn--red[data-v-36d95957]:not(:disabled):not(.disabled):focus-visible {
  box-shadow: var(--button-shadow-size) var(--theme-color-light-shadow);
}
.btn--red:not(:disabled):not(.disabled).btn--xxxs[data-v-36d95957]:focus-visible {
  box-shadow: 0 0 0 0.1rem var(--theme-color-light-shadow);
}
.btn--gray[data-v-36d95957] {
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-button-secondary);
  border: 1px solid transparent;
}
@media (hover: hover) and (pointer: fine) {
.btn--gray[data-v-36d95957]:hover {
    color: var(--theme-color-text-primary);
    background-color: var(--theme-color-button-secondary-hover);
}
}
.btn--gray[data-v-36d95957]:focus {
  box-shadow: none;
}
.btn--gray[data-v-36d95957]:focus-visible {
  box-shadow: var(--button-shadow-size) var(--theme-color-secondary-shadow);
}
.btn--blue[data-v-36d95957] {
  color: var(--theme-color-text-link);
  background-color: var(--theme-color-surface-blue-light);
  transition: background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
.btn--blue[data-v-36d95957]:hover {
    color: var(--theme-color-text-link);
    background-color: var(--theme-color-surface-blue-light-on-hover);
    box-shadow: none;
}
}
.btn--blue[data-v-36d95957]:focus {
  color: var(--theme-color-text-link);
  background-color: var(--theme-color-surface-blue-light-on-hover);
  box-shadow: none;
}
.btn--blue[data-v-36d95957]:focus-visible {
  box-shadow: var(--button-shadow-size) var(--theme-color-light-shadow);
}
.btn--transparent[data-v-36d95957] {
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
.btn--transparent[data-v-36d95957]:hover {
    color: var(--theme-color-text-primary);
    background-color: transparent;
    box-shadow: none;
}
}
.btn--transparent[data-v-36d95957]:focus {
  color: var(--theme-color-text-primary);
  background-color: transparent;
  box-shadow: none;
}
.btn--transparent[data-v-36d95957]:focus-visible {
  box-shadow: var(--button-shadow-size) var(--theme-color-light-shadow);
}
.btn--bordered[data-v-36d95957] {
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-surface-tetriary);
  border: 1px solid var(--theme-color-border-divider-primary);
}
.btn--bordered[data-v-36d95957]:disabled, .btn--bordered.disabled[data-v-36d95957] {
  color: var(--theme-color-text-tetriary);
  border: 1px solid var(--theme-color-border-divider-secondary);
}
@media (hover: hover) and (pointer: fine) {
.btn--bordered[data-v-36d95957]:not(:disabled):not(.disabled):hover {
    color: var(--theme-color-text-primary);
    border: 1px solid var(--theme-color-border-accent);
}
}
.btn--bordered[data-v-36d95957]:not(:disabled):not(.disabled):active, .btn--bordered:not(:disabled):not(.disabled).active[data-v-36d95957] {
  color: var(--theme-color-text-primary);
  border: 1px solid var(--theme-color-border-accent);
}
.btn--bordered[data-v-36d95957]:not(:disabled):not(.disabled):focus {
  border: 0;
  box-shadow: none;
}
.btn--bordered[data-v-36d95957]:not(:disabled):not(.disabled):focus-visible {
  border: 1px solid var(--theme-color-border-accent);
}
.btn--block + .btn--block[data-v-36d95957] {
  margin-top: 0;
}
.btn--link[data-v-36d95957] {
  height: auto;
  padding: 0;
  color: var(--theme-color-text-link);
  background-color: transparent;
}/* Custom */
.checkbox-wrapper {
  position: relative;
  display: flex;
  gap: 0.5rem;
  margin: auto 0;
  cursor: pointer;
}
.checkbox-wrapper:has(input:disabled) {
  cursor: not-allowed;
}
.checkbox {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--theme-color-border-primary-grey);
  border-radius: 4px;
  transition: border-color 0.3s;
}
.checkbox .check-icon {
  display: none;
  fill: var(--theme-color-surface-primary-default);
}
.input:checked ~ .checkbox {
  background-color: var(--theme-color-surface-accent-primary);
  border: 0;
}
.input:checked ~ .checkbox .check-icon {
  display: block;
}
.input:indeterminate ~ .checkbox {
  background: none;
  border: 4px solid var(--theme-color-surface-accent-primary);
}
.input:indeterminate ~ .checkbox::after {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  content: "";
  background-color: var(--theme-color-text-primary-light);
  border-radius: 2px;
}
.input:disabled ~ .checkbox {
  cursor: not-allowed;
  background-color: var(--theme-color-surface-secondary-default);
  border: 1px solid var(--theme-color-border-primary-grey);
}
.input:focus-visible ~ .checkbox,
.input:hover ~ .checkbox {
  border-color: var(--theme-color-icon-accent-1);
}
.input:disabled:checked ~ .checkbox {
  background-color: var(--theme-color-icon-quatriary);
  border: 0;
}
.input:checked:focus-visible ~ .checkbox {
  background-color: var(--theme-color-border-accent);
}/* Custom */
.notification-container[data-v-bf194bcc] {
  position: fixed;
  inset: 0;
  z-index: 2300;
  display: flex;
  place-items: center;
  background-color: var(--theme-color-overlay-strong);
}
.notification[data-v-bf194bcc] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 27.625rem;
  padding: 2rem 1.75rem 1.75rem;
  margin: 0 auto;
  text-align: center;
  background-color: var(--theme-color-surface-primary-default);
  border-radius: 14px;
}
.notification__close-button[data-v-bf194bcc] {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}
.notification__icon[data-v-bf194bcc] {
  width: 3rem;
  height: 3rem;
  padding: 0.25rem;
  margin-bottom: 1rem;
  background-color: var(--theme-color-surface-primary-default);
  border-radius: 14px;
  box-shadow: var(--shadow-4);
  fill: currentColor;
}
.notification__text[data-v-bf194bcc] {
  font-size: 1rem;
  font-weight: bold;
  word-break: break-word;
}
.notification__warning[data-v-bf194bcc] {
  margin-top: 0.5rem;
  white-space: pre-wrap;
}
.notification-buttons[data-v-bf194bcc] {
  display: grid;
  grid-gap: 1rem;
}
.notification-buttons--row[data-v-bf194bcc] {
  grid-template-columns: 1fr 1fr;
}
.notification__buttons[data-v-bf194bcc] {
  margin-top: 1.25rem;
}
.notification__button[data-v-bf194bcc] {
  width: 12rem;
  margin: 0 !important;
}
.notification__checkbox[data-v-bf194bcc] {
  margin-top: 1.25rem;
}
.notification__checkbox label[data-v-bf194bcc] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification--title-with-message .notification__title[data-v-bf194bcc] {
  font-size: 1rem;
  font-weight: 700;
}
.notification--title-with-message .notification__text[data-v-bf194bcc] {
  font-size: 1rem;
  font-weight: 400;
  word-break: break-word;
}/* Custom */
.tooltip[data-v-f4bb648f] {
  position: fixed;
  z-index: 2400;
  display: block;
  margin: 0;
  font-size: 0.875rem;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-wrap: break-word;
  white-space: pre-wrap;
  word-spacing: normal;
  line-break: auto;
}
.tooltip__inner[data-v-f4bb648f] {
  min-width: 3.75rem;
  max-width: 30rem;
  padding: 0.375rem 0.5rem;
  color: var(--theme-color-text-inversed);
  text-align: center;
  border-radius: 8px;
}
.tooltip__title[data-v-f4bb648f]:has(+ .tooltip__content) {
  font-weight: bold;
}
.tooltip__content[data-v-f4bb648f] {
  white-space: break-spaces;
}
.tooltip--no-min-width .tooltip__inner[data-v-f4bb648f] {
  min-width: unset;
}
.tooltip--no-max-width .tooltip__inner[data-v-f4bb648f] {
  max-width: unset;
}
.tooltip--mate-gray .tooltip__inner[data-v-f4bb648f] {
  color: var(--theme-color-text-always-white);
  background-color: var(--theme-color-surface-inversed-secondary);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.tooltip--big[data-v-f4bb648f] {
  font-size: 1.25rem;
}
.tooltip--sm[data-v-f4bb648f] {
  font-size: 0.75rem;
}
.tooltip--md[data-v-f4bb648f] {
  font-size: 1rem;
}/* stylelint-disable selector-max-compound-selectors */
[data-v-869962b7]:export {
  xs: 0;
  sm: 576px;
  md: 767px;
  lg: 991px;
  xl: 1240px;
  xga: 1600px;
  fhd: 1920px;
  rt: 2560px;
  rt15: 2880px;
  uhd: 3840px;
  4k: 4096px;
  8k: 8192px;
}

/* Custom */
/* Custom */
[data-v-869962b7] .custom-switch-on-primary .custom-control-label::before {
  background-color: var(--theme-color-button-icon-secondary);
}
[data-v-869962b7] .custom-switch-on-primary .custom-control-label::after {
  background-color: var(--theme-color-text-inversed);
}
[data-v-869962b7] .custom-switch.b-custom-control-lg .custom-control-label::after {
  top: 0.05rem;
  left: -3.4rem;
}
[data-v-869962b7] .custom-switch.b-custom-control-lg .custom-control-label::before {
  border: 0;
}
[data-v-869962b7] .custom-switch-on-primary .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--theme-color-surface-accent-primary);
}
[data-v-869962b7] .custom-switch-on-primary .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: var(--shadow-button-focus) var(--theme-color-primary-shadow);
}
.user-info-pop-up[data-v-869962b7] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2200;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-surface-primary-default);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  box-shadow: 0 6px 20px 6px rgba(40, 40, 45, 0.28);
  left: 3.75rem;
  align-self: flex-end;
  width: fit-content;
  height: fit-content;
  padding: 1.25rem;
  margin: 0.5rem;
  border-radius: 14px;
}
.user-name[data-v-869962b7] {
  padding-bottom: 1.5rem;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 1rem;
}
.buttons[data-v-869962b7] {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
}
.buttons-wrapper[data-v-869962b7] {
  position: relative;
}
.buttons-wrapper__notifications-dot[data-v-869962b7] {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  width: calc(1rem + 0.25rem * 2);
  height: calc(1rem + 0.25rem * 2);
  background-color: var(--theme-color-icon-accent-1);
  border-color: var(--theme-color-surface-primary-default);
  border-style: solid;
  border-width: 0.25rem;
  border-radius: 100%;
  border-color: var(--theme-color-surface-primary-default);
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  width: calc(0.625rem + 0.25rem * 2);
  height: calc(0.625rem + 0.25rem * 2);
  background-color: var(--theme-color-icon-accent-1);
  border-color: var(--theme-color-surface-primary-default);
  border-style: solid;
  border-width: 0.25rem;
  border-radius: 100%;
}
.night-mode-block[data-v-869962b7] {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: var(--theme-color-text-quatriary);
  border-top: 1px solid var(--theme-color-button-secondary);
  padding-top: 1.25rem;
  padding-bottom: 0;
}
.user-info-pop-up__tail[data-v-869962b7] {
  /* see https://css-tricks.com/snippets/css/css-triangle/ */
  position: absolute;
  bottom: 1.75rem;
  left: -0.5rem;
  border-top: 0.125rem solid transparent;
  border-bottom: 0.125rem solid transparent;
  border-left: 0.25rem solid transparent;
}.logo[data-v-8310b654] {
  fill: var(--theme-color-text-primary);
}
.logo .cls-1[data-v-8310b654],
.logo .cls-2[data-v-8310b654],
.logo .cls-3[data-v-8310b654],
.logo .cls-4[data-v-8310b654],
.logo .cls-5[data-v-8310b654],
.logo .cls-6[data-v-8310b654] {
  stroke-width: 0;
}
.logo--primary .logo__name[data-v-8310b654] {
  fill: #fff;
}
.logo--primary .logo__name .cls-5[data-v-8310b654] {
  fill: #fff;
}
.logo--light .logo__name[data-v-8310b654] {
  fill: #151517;
}
.logo--light .logo__name .cls-5[data-v-8310b654] {
  fill: #151517;
}
.logo--no-text .logo__name[data-v-8310b654] {
  display: none;
}
.logo .cls-1[data-v-8310b654] {
  fill: #ffc600;
}
.logo .cls-2[data-v-8310b654] {
  fill: #ff671d;
}
.logo .cls-3[data-v-8310b654] {
  fill: #f88d2a;
}
.logo .cls-4[data-v-8310b654] {
  fill: #e43d30;
}/* Custom */
.notifications[data-v-b8460df6] {
  display: flex;
  justify-content: center;
  margin: 0.25rem 0.25rem 1rem 0.25rem;
  color: var(--theme-color-icon-primary) !important;
  cursor: pointer;
  border-radius: 6px;
}
.notifications svg[data-v-b8460df6] {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--theme-color-icon-inversed-secondary);
}
.notifications__active[data-v-b8460df6], .notifications[data-v-b8460df6]:hover {
  background-color: var(--theme-color-surface-secondary-default);
}
.notifications__active svg[data-v-b8460df6], .notifications:hover svg[data-v-b8460df6] {
  fill: var(--theme-color-icon-inversed-secondary) !important;
}
.notifications-button[data-v-b8460df6] {
  position: relative;
  color: inherit !important;
  background-color: transparent;
}
.notifications-button.btn[data-v-b8460df6] {
  width: 3.25rem;
  height: 3.25rem;
}
.notifications-button.btn[data-v-b8460df6]:not(:disabled):not(.disabled):active {
  box-shadow: none;
}
.notifications-button.btn[data-v-b8460df6]:not(:disabled):not(.disabled):hover {
  background-color: transparent;
}
.notifications-button__dot[data-v-b8460df6] {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  width: calc(0.5rem + 0.25rem * 2);
  height: calc(0.5rem + 0.25rem * 2);
  background-color: var(--theme-color-icon-accent-1);
  border-color: var(--theme-color-surface-menu);
  border-style: solid;
  border-width: 0.25rem;
  border-radius: 100%;
  top: 0.5rem;
  right: 0.75rem;
}/* Custom */
.popover[data-v-d85b17cc] {
  position: absolute;
  z-index: 2280;
  max-width: 28.75rem;
  padding: 0;
  overflow: hidden;
  font-size: 0.875rem;
  border: 1px solid var(--theme-color-border-divider-primary);
  border-radius: 8px;
  box-shadow: var(--theme-shadow-primary);
  transition: opacity 0.2s ease;
}
.popover--primary[data-v-d85b17cc] {
  background-color: var(--theme-color-surface-primary-default);
}
.popover--secondary[data-v-d85b17cc] {
  color: var(--theme-color-text-inversed);
  background-color: var(--theme-color-surface-inversed-secondary);
}
.popover--mate-gray[data-v-d85b17cc] {
  color: var(--theme-color-text-always-white);
  background-color: var(--theme-color-surface-inversed-secondary);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.popover-enter-from[data-v-d85b17cc],
.popover-leave-to[data-v-d85b17cc] {
  opacity: 0;
}/* Custom */
.popover[data-v-688f25ec] {
  position: absolute;
  z-index: 2200;
  max-width: 28.75rem;
  padding: 0;
  font-size: 0.875rem;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow-4);
  transition: opacity 0.2s ease;
}
.popover--primary[data-v-688f25ec] {
  background-color: var(--theme-color-surface-primary-default);
}
.popover--secondary[data-v-688f25ec] {
  background-color: var(--theme-color-surface-inversed-secondary);
}
.popover-enter-from[data-v-688f25ec],
.popover-leave-to[data-v-688f25ec] {
  opacity: 0;
}.link[data-v-e4205e77] {
  cursor: pointer;
}
.link--primary[data-v-e4205e77] {
  color: var(--theme-color-text-accent);
}
.link--secondary[data-v-e4205e77] {
  color: var(--theme-color-text-link);
}/* Custom */
/* Custom */
.tooltip__option[data-v-e7727695],[data-v-e7727695] .tooltip__option {
  display: block;
  width: 100%;
  padding: 0.5rem;
  color: var(--theme-color-text-inversed);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.tooltip__option[data-v-e7727695]:hover,[data-v-e7727695] .tooltip__option:hover {
  background-color: var(--theme-color-surface-secondary-default);
  border-radius: 3px;
}
.tooltip__option:not(:hover) + .tooltip__option[data-v-e7727695]:not(:hover),
.tooltip__option[data-v-e7727695]:not(:hover) +  .tooltip__option:not(:hover),[data-v-e7727695] .tooltip__option:not(:hover) + .tooltip__option:not(:hover),[data-v-e7727695] .tooltip__option:not(:hover) + :deep(.tooltip__option):not(:hover) {
  position: relative;
}
.tooltip__option:not(:hover) + .tooltip__option[data-v-e7727695]:not(:hover)::before,
.tooltip__option[data-v-e7727695]:not(:hover) +  .tooltip__option:not(:hover)::before,[data-v-e7727695] .tooltip__option:not(:hover) + .tooltip__option:not(:hover)::before,[data-v-e7727695] .tooltip__option:not(:hover) + :deep(.tooltip__option):not(:hover)::before {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0;
  border-bottom: 1px solid var(--theme-color-surface-primary-default);
  transition: border 0.3s, border-color 0.3s;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}/* Custom */
.context-menu__option[data-v-faa26572] {
  display: block;
  width: 100%;
  padding: 1rem 0;
  font-size: 1rem;
  color: var(--theme-color-text-primary);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--theme-color-surface-inversed-primary);
}
.context-menu__option[data-v-faa26572]:hover {
  color: var(--theme-color-text-inversed);
  background-color: var(--theme-color-surface-inversed-secondary-hover);
}
.context-menu__option:not(:hover) + .context-menu__option[data-v-faa26572]:not(:hover) {
  position: relative;
}
.context-menu__option:not(:hover) + .context-menu__option[data-v-faa26572]:not(:hover)::before {
  display: block;
  width: calc(100% - 1.5rem);
  height: 1px;
  margin: 0 0.75rem;
  border-bottom: 1px solid var(--theme-color-border-divider-secondary);
  transition: border 0.3s, border-color 0.3s;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}/* Custom */
.dropdown-button-option[data-v-7a86b4d5] {
  color: var(--theme-color-text-primary);
}
.dropdown-button-option[data-v-7a86b4d5]:hover {
  background-color: var(--theme-color-surface-secondary-default);
}
.dropdown-button-option[data-v-7a86b4d5]:first-child:hover {
  border-radius: 8px 8px 0 0;
}
.dropdown-button-option[data-v-7a86b4d5]:last-child:hover {
  border-radius: 0 0 8px 8px;
}
.dropdown-button-option[data-v-7a86b4d5]:not(:first-child):not(:last-child):hover {
  border-radius: 0;
}
.sentinel {
    width: 100%;
    height: 1px;

    background-color: transparent;
}

.scrollable[data-v-12095e12] {
  position: relative;
}
.scrollable--vertical[data-v-12095e12] {
  height: 100%;
}
.scrollable--horizontal[data-v-12095e12] {
  width: 100%;
}
.scrollable--external[data-v-12095e12] {
  flex-grow: 1;
  width: calc(100% + 1.5rem);
  padding-right: 1.5rem;
}
.scrollable__content[data-v-12095e12] {
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.scrollable__content[data-v-12095e12]::-webkit-scrollbar {
  display: none;
}
.scrollable--vertical .scrollable__content[data-v-12095e12] {
  overflow-y: auto;
}
.scrollable--horizontal .scrollable__content[data-v-12095e12] {
  overflow-x: auto;
}
.scrollable__scrollbar[data-v-12095e12] {
  opacity: 0;
  transition: opacity 0.5s;
}
.scrollable__scrollbar--active[data-v-12095e12], .scrollable:hover > .scrollable__scrollbar[data-v-12095e12] {
  opacity: 1;
}
.scrollable--has-edge-fades[data-v-12095e12]::before {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.scrollable--has-edge-fades[data-v-12095e12]::after {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.scrollable--has-edge-fades.scrollable--horizontal[data-v-12095e12]::before {
  top: 0;
  left: 0;
  width: var(--fade-width);
  height: 100%;
  background: linear-gradient(to right, var(--theme-color-surface-primary-default), rgba(255, 255, 255, 0));
}
.scrollable--has-edge-fades.scrollable--horizontal[data-v-12095e12]::after {
  top: 0;
  right: 0;
  width: var(--fade-width);
  height: 100%;
  background: linear-gradient(to left, var(--theme-color-surface-primary-default), rgba(255, 255, 255, 0));
}
.scrollable--has-edge-fades.scrollable--vertical[data-v-12095e12]::before {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--fade-width);
  background: linear-gradient(to bottom, var(--theme-color-surface-primary-default), rgba(255, 255, 255, 0));
}
.scrollable--has-edge-fades.scrollable--vertical[data-v-12095e12]::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--fade-width);
  background: linear-gradient(to top, var(--theme-color-surface-primary-default), rgba(255, 255, 255, 0));
}
.scrollable--can-scroll-start[data-v-12095e12]::before {
  opacity: 1;
}
.scrollable--can-scroll-end[data-v-12095e12]::after {
  opacity: 1;
}
.scrollbar[data-v-12095e12] {
  position: absolute;
  z-index: 12;
}
.scrollable--vertical .scrollbar[data-v-12095e12] {
  top: var(--offset-top);
  right: 0;
  width: min-content;
  height: calc(100% - var(--offset-top));
  padding: 0 0.125rem;
}
.scrollable--horizontal .scrollbar[data-v-12095e12] {
  bottom: 0;
  left: 0;
  width: 100%;
  height: min-content;
  padding: 0.125rem 0;
}
.scrollbar__track[data-v-12095e12] {
  background-color: var(--theme-color-surface-scroll);
  border-radius: 2px;
  transition: width 0.5s, height 0.5s, background-color 0.5s;
}
.scrollbar__track[data-v-12095e12]:hover {
  cursor: pointer;
}
.scrollable--vertical .scrollbar__track[data-v-12095e12] {
  width: 0.1875rem;
}
.scrollable--horizontal .scrollbar__track[data-v-12095e12] {
  height: 0.1875rem;
}
.scrollbar--active .scrollbar__track[data-v-12095e12], .scrollbar:hover .scrollbar__track[data-v-12095e12] {
  width: 0.375rem;
  border-radius: 3px;
}.container-placeholder[data-v-2908510a] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.container-placeholder__description[data-v-2908510a] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.container-placeholder__title[data-v-2908510a] {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
  color: var(--theme-color-text-primary);
}
.container-placeholder__subtitle[data-v-2908510a] {
  max-width: 16.625rem;
  font-size: 1rem;
  color: var(--theme-color-text-secondary);
  text-align: center;
}
.container-placeholder__image[data-v-2908510a] {
  display: block;
}
.image-with-shadow[data-v-2908510a] {
  padding: 0.25rem;
  border-radius: 8px;
  box-shadow: var(--shadow-placeholder);
}/* Custom */
.placeholder-title[data-v-3c1f3e32] {
  font-size: 1rem;
  font-weight: 700;
}
.icon[data-v-3c1f3e32] {
  padding: 0.5rem;
  border-radius: 8px;
  box-shadow: 0 12px 24px -4px rgba(40, 40, 45, 0.1);
  fill: currentColor;
}[data-v-6db40718]:export {
  xs: 0;
  sm: 576px;
  md: 767px;
  lg: 991px;
  xl: 1240px;
  xga: 1600px;
  fhd: 1920px;
  rt: 2560px;
  rt15: 2880px;
  uhd: 3840px;
  4k: 4096px;
  8k: 8192px;
}

/* Custom */
/* Custom */
.dropdown-button-option[data-v-6db40718] {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  font-size: 0.875rem;
}
.dropdown-button-option svg[data-v-6db40718] {
  fill: var(--theme-color-icon-primary);
}
.dropdown-button-option[data-v-6db40718]:hover {
  border-radius: 4px;
}
.notification-popup-wrapper[data-v-6db40718] {
  position: relative;
  height: 100%;
}
.notification-popup[data-v-6db40718] {
  position: absolute;
  bottom: 4rem;
  left: 0.75rem;
  z-index: 2050;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 20rem;
  height: 32rem;
  padding: 0.5rem 0.5rem 0 0.5rem;
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-surface-primary-default);
  border: 1px solid var(--theme-color-border-primary-grey);
  border-radius: 14px;
  box-shadow: var(--shadow-4);
}
@media (max-width: 1240px) {
.notification-popup[data-v-6db40718] {
    width: 18rem;
    height: 26rem;
}
}
@media (max-width: 991px) {
.notification-popup[data-v-6db40718] {
    width: 16.25rem;
    height: 22rem;
}
}
.notification-popup__arrow[data-v-6db40718] {
  /* see https://css-tricks.com/snippets/css/css-triangle/ */
  position: absolute;
  bottom: 1.75rem;
  left: -0.5rem;
  color: var(--theme-color-surface-primary-default);
  border-top: 0.125rem solid transparent;
  border-right: 0.25rem solid;
  border-bottom: 0.125rem solid transparent;
  border-left: 0.25rem solid transparent;
}
.notifications-popup-header[data-v-6db40718] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 600;
}
.notifications-popup-header__text[data-v-6db40718] {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.notifications-popup-header__text svg[data-v-6db40718] {
  width: 1.25rem;
  height: 1.25rem;
  fill: var(--theme-color-light-shadow);
}
.notifications-popup-header__actions[data-v-6db40718] {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.scrollable-notifications-list[data-v-6db40718] {
  height: calc(100% - 6rem);
}
.notifications-footer[data-v-6db40718] {
  padding: 0.625rem 4rem;
  margin: 0 0.625rem;
  text-align: center;
  border-top: 1px solid var(--theme-color-border-divider-secondary);
}
.notifications-footer .notifications-footer-view-all-button[data-v-6db40718] {
  color: var(--theme-color-text-link) !important;
  text-decoration: none;
}
.notifications-footer .notifications-footer-view-all-button[data-v-6db40718]:hover {
  text-decoration: underline;
}
.notifications-list[data-v-6db40718] {
  padding: 0;
  margin: 0;
  list-style: none;
}
.notifications-list > li[data-v-6db40718] {
  padding: 0.75rem;
  cursor: pointer;
}
.notifications-list li[data-v-6db40718]:hover {
  background-color: var(--theme-color-surface-secondary-default);
  border-radius: 8px;
}.svg-grey[data-v-0b15d0f8] {
  filter: brightness(0) saturate(100%) invert(26%) sepia(21%) saturate(546%) hue-rotate(172deg) brightness(86%) contrast(86%);
}
.svg-orange[data-v-0b15d0f8] {
  filter: brightness(0) saturate(100%) invert(58%) sepia(89%) saturate(665%) hue-rotate(337deg) brightness(95%) contrast(97%);
}
.svg-red[data-v-0b15d0f8] {
  filter: brightness(0) saturate(100%) invert(20%) sepia(64%) saturate(5427%) hue-rotate(347deg) brightness(73%) contrast(129%);
}
.svg-blue[data-v-0b15d0f8] {
  filter: brightness(0) saturate(100%) invert(51%) sepia(97%) saturate(832%) hue-rotate(177deg) brightness(96%) contrast(92%);
}
.svg-dove-grey[data-v-0b15d0f8] {
  filter: brightness(0) saturate(100%) invert(37%) sepia(0%) saturate(2%) hue-rotate(61deg) brightness(102%) contrast(95%);
}
.svg-white[data-v-0b15d0f8] {
  filter: brightness(0) saturate(100%) invert(1);
}
.svg-light-grey[data-v-0b15d0f8] {
  filter: invert(68%) sepia(7%) saturate(271%) hue-rotate(180deg) brightness(89%) contrast(90%);
}
.svg-primary-orange[data-v-0b15d0f8] {
  filter: brightness(0) saturate(100%) invert(70%) sepia(32%) saturate(3353%) hue-rotate(346deg) brightness(101%) contrast(101%);
}
.svg-light-red[data-v-0b15d0f8] {
  filter: invert(26%) sepia(100%) saturate(1662%) hue-rotate(336deg) brightness(88%) contrast(102%);
}
.svg-light-blue[data-v-0b15d0f8] {
  filter: invert(44%) sepia(88%) saturate(3402%) hue-rotate(197deg) brightness(101%) contrast(101%);
}

/* Custom */
/* Custom */
.preload[data-v-0b15d0f8] {
  transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
  animation-duration: 0s !important;
}
.menu-wrapper[data-v-0b15d0f8] {
  display: flex;
  height: 100%;
  background-color: var(--theme-color-surface-menu);
}
.menu__nav[data-v-0b15d0f8] {
  height: 100%;
}
.menu__nav-list[data-v-0b15d0f8] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 3.75rem;
  height: 100%;
  padding: 0;
}
[data-v-0b15d0f8] .scrollable-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.logo[data-v-0b15d0f8] {
  height: 4rem;
}
.main-elements[data-v-0b15d0f8] {
  font-size: 1rem;
}
.list[data-v-0b15d0f8] {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.list[data-v-0b15d0f8] .tooltip-wrapper {
  width: 100%;
}
.list__element[data-v-0b15d0f8] {
  display: flex;
  flex-direction: column;
}
.nav-link[data-v-0b15d0f8] {
  display: flex;
  justify-content: center;
  padding: 0.875rem 0.75rem;
  margin: 0.25rem 0.25rem 0 0.25rem;
  color: var(--theme-color-text-primary);
  cursor: pointer;
  border-radius: 6px;
  transition: 0.3s background-color;
}
.nav-link svg[data-v-0b15d0f8] {
  height: 1.5rem;
  margin-right: 0;
  fill: var(--theme-color-icon-inversed-secondary);
  transition: fill 0.3s;
}
.nav-link--active[data-v-0b15d0f8], .nav-link[data-v-0b15d0f8]:hover {
  background-color: var(--theme-color-surface-secondary-default);
}
.nav-link--active svg[data-v-0b15d0f8], .nav-link:hover svg[data-v-0b15d0f8] {
  fill: var(--theme-color-icon-always-white);
}
.nav-link__text[data-v-0b15d0f8] {
  display: none;
}
.user-info[data-v-0b15d0f8] {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  justify-self: flex-end;
  width: 100%;
  padding: 0;
  margin-bottom: 1rem;
  cursor: pointer;
}
.user-picture-tooltip[data-v-0b15d0f8] {
  display: flex;
  justify-content: center;
  width: 100%;
}
.user-picture[data-v-0b15d0f8] {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.user-picture[data-v-0b15d0f8],
.user-picture img[data-v-0b15d0f8] {
  width: 2.25rem;
  height: 2.25rem;
}
.user-picture img[data-v-0b15d0f8] {
  object-fit: cover;
  background: var(--theme-color-icon-always-white);
}
.user-picture__notification-dot[data-v-0b15d0f8] {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  width: calc(0.7rem + 0.25rem * 2);
  height: calc(0.7rem + 0.25rem * 2);
  background-color: var(--theme-color-icon-accent-1);
  border-color: var(--theme-color-surface-menu);
  border-style: solid;
  border-width: 0.25rem;
  border-radius: 100%;
}
.img-rounded-circle[data-v-0b15d0f8] {
  border-radius: 50%;
}
@keyframes slide-right-0b15d0f8 {
0% {
    left: -20.5rem;
}
100% {
    left: 0;
}
}
@keyframes slide-left-0b15d0f8 {
0% {
    left: 0;
}
100% {
    left: -20.5rem;
}
}.hamburger[data-v-a9cb1c58] {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
}[data-v-b6ebbfe5]:export {
  xs: 0;
  sm: 576px;
  md: 767px;
  lg: 991px;
  xl: 1240px;
  xga: 1600px;
  fhd: 1920px;
  rt: 2560px;
  rt15: 2880px;
  uhd: 3840px;
  4k: 4096px;
  8k: 8192px;
}

/* Custom */
.header-title[data-v-b6ebbfe5] {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
.header-title[data-v-b6ebbfe5] {
    overflow: visible;
}
}
.header-title__text[data-v-b6ebbfe5] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.header[data-v-b6ebbfe5] {
  display: grid;
  flex-shrink: 0;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 0.75rem;
  align-items: stretch;
  justify-content: space-between;
  height: 4rem;
  padding-block: 0.75rem;
  padding-inline: 1.5rem;
}
.header--level-3[data-v-b6ebbfe5] {
  padding-inline: 0.75rem;
}
.header--no-navigation[data-v-b6ebbfe5] {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
.header--no-navigation[data-v-b6ebbfe5] {
    padding-inline: 1rem;
}
}
.header--bordered[data-v-b6ebbfe5] {
  position: relative;
}
.header--bordered[data-v-b6ebbfe5]::after {
  display: block;
  width: calc(100% - 1.5rem);
  height: 1px;
  margin: 0 0.75rem;
  border-bottom: 1px solid var(--theme-color-border-divider-secondary);
  transition: border 0.3s, border-color 0.3s;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}
@media (min-width: 991px) {
.header--bordered[data-v-b6ebbfe5] {
    position: relative;
}
.header--bordered[data-v-b6ebbfe5]::after {
    display: block;
    width: calc(100% - 3rem);
    height: 1px;
    margin: 0 1.5rem;
    border-bottom: 1px solid var(--theme-color-border-divider-secondary);
    transition: border 0.3s, border-color 0.3s;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}
}
.header--left-aligned[data-v-b6ebbfe5] {
  grid-template-columns: repeat(3, auto);
  justify-content: flex-start;
}
.header--no-horizontal-padding[data-v-b6ebbfe5] {
  padding-inline: 0;
}
.header__slot--left[data-v-b6ebbfe5] {
  width: 1.25rem;
}
.header__slot--right[data-v-b6ebbfe5] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__navigation[data-v-b6ebbfe5] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header--section[data-v-b6ebbfe5] {
  gap: 2rem;
}
.header__delimiter[data-v-b6ebbfe5] {
  flex-grow: 1;
  align-self: center;
  border: 0;
  border-bottom: 1px solid var(--theme-color-border-divider-secondary);
}.title-icon[data-v-0d25cc37] {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.title-icon[data-v-0d25cc37] svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}[data-v-2a19f474]:export {
  xs: 0;
  sm: 576px;
  md: 767px;
  lg: 991px;
  xl: 1240px;
  xga: 1600px;
  fhd: 1920px;
  rt: 2560px;
  rt15: 2880px;
  uhd: 3840px;
  4k: 4096px;
  8k: 8192px;
}

/* Custom */
.sidebar[data-v-2a19f474] {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  width: 21rem;
  max-width: 42rem;
  height: 100dvh;
  overflow: hidden;
  background-color: var(--theme-color-surface-primary-default);
  transition: width 0.35s ease;
}
@media (max-width: 1240px) {
.sidebar[data-v-2a19f474] {
    max-width: 16.25rem;
}
}
@media (max-width: 991px) {
.sidebar[data-v-2a19f474] {
    max-width: 13.75rem;
}
}
.sidebar__content[data-v-2a19f474] {
  flex-grow: 1;
  overflow: hidden;
}
.sidebar-enter-active[data-v-2a19f474],
.sidebar-leave-active[data-v-2a19f474] {
  white-space: nowrap;
}
.sidebar-enter-from[data-v-2a19f474],
.sidebar-leave-to[data-v-2a19f474] {
  width: 0;
}
.sidebar-footer--padding[data-v-2a19f474] {
  padding: 0.75rem 1.5rem;
}
@media (max-width: 991px) {
.sidebar-footer--padding[data-v-2a19f474] {
    padding: 0.75rem;
}
}.standard-field[data-v-f3aa81a6]:not(:last-child) {
  margin-bottom: 0.75rem;
}.title[data-v-fc1a58ad] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--theme-color-text-primary);
}
.message[data-v-fc1a58ad] {
  font-size: 0.875rem;
}:export {
  xs: 0;
  sm: 576px;
  md: 767px;
  lg: 991px;
  xl: 1240px;
  xga: 1600px;
  fhd: 1920px;
  rt: 2560px;
  rt15: 2880px;
  uhd: 3840px;
  4k: 4096px;
  8k: 8192px;
}

/* Custom */
.sidebar {
  position: relative;
}
.sidebar__handle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  width: 0.25rem;
  height: 100%;
  cursor: col-resize;
  transition: background-color 0.3s;
}
.sidebar__handle:hover, .sidebar__handle:active {
  background-color: var(--theme-color-surface-accent-primary);
}
.form-sidebar__content {
  height: 100%;
  padding: 0.5rem 1.5rem;
}
@media (max-width: 991px) {
.form-sidebar__content {
    padding: 0.5rem 0.75rem;
}
}
.form-sidebar__content .scrollable {
  height: calc(100% - 8.5rem);
}
.form-sidebar__footer {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  grid-gap: 0.75rem;
}/* stylelint-disable selector-max-id */
#app {
  height: 100%;
}
.root {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.page-container {
  display: flex;
  flex-grow: 1;
  min-height: 100%;
  background-color: var(--theme-color-surface-background);
}
.global-loader-wrapper {
  position: fixed;
  top: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.global-loader {
  width: 7rem;
}/* Custom */
.error-page-wrapper[data-v-4151331b] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 30rem;
  padding: 2.75rem;
  margin: auto;
  text-align: center;
  background-color: var(--theme-color-surface-primary-default);
  border-radius: 16px;
}
.error-action[data-v-4151331b] {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}
.error-logo[data-v-4151331b] {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: max-content;
  height: 5.25rem;
  margin: 0 auto;
}
.error-logo svg[data-v-4151331b] {
  width: 100%;
  fill: currentColor;
}
.error-logo .error-cat[data-v-4151331b] {
  max-width: 6.25rem;
}
.error-text[data-v-4151331b] {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  color: var(--theme-color-text-secondary);
}
.error-title[data-v-4151331b] {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.logo-text[data-v-4151331b] {
  font-size: 100px;
  font-weight: bold;
  line-height: 84px;
  letter-spacing: 10px;
}/* Custom */
/* sass-plugin-1:/Users/maronato/Developer/vue-toastification/src/scss/index.scss */
.Vue-Toastification__container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 600px;
  box-sizing: border-box;
  display: flex;
  min-height: 100%;
  color: #fff;
  flex-direction: column;
  pointer-events: none;
}
@media only screen and (min-width : 600px) {
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.top-center {
    top: 1em;
  }
  .Vue-Toastification__container.bottom-left,
  .Vue-Toastification__container.bottom-right,
  .Vue-Toastification__container.bottom-center {
    bottom: 1em;
    flex-direction: column-reverse;
  }
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.bottom-left {
    left: 1em;
  }
  .Vue-Toastification__container.top-left .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-left .Vue-Toastification__toast {
    margin-right: auto;
  }
  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,
    .Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl {
      margin-right: unset;
      margin-left: auto;
    }
  }
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.bottom-right {
    right: 1em;
  }
  .Vue-Toastification__container.top-right .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-right .Vue-Toastification__toast {
    margin-left: auto;
  }
  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,
    .Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl {
      margin-left: unset;
      margin-right: auto;
    }
  }
  .Vue-Toastification__container.top-center,
  .Vue-Toastification__container.bottom-center {
    left: 50%;
    margin-left: -300px;
  }
  .Vue-Toastification__container.top-center .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-center .Vue-Toastification__toast {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width : 600px) {
  .Vue-Toastification__container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Vue-Toastification__container .Vue-Toastification__toast {
    width: 100%;
  }
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.top-center {
    top: 0;
  }
  .Vue-Toastification__container.bottom-left,
  .Vue-Toastification__container.bottom-right,
  .Vue-Toastification__container.bottom-center {
    bottom: 0;
    flex-direction: column-reverse;
  }
}
.Vue-Toastification__toast {
  display: inline-flex;
  position: relative;
  max-height: 800px;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 22px 24px;
  border-radius: 8px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  font-family:
    "Lato",
    Helvetica,
    "Roboto",
    Arial,
    sans-serif;
  max-width: 600px;
  min-width: 326px;
  pointer-events: auto;
  overflow: hidden;
  transform: translateZ(0);
  direction: ltr;
}
.Vue-Toastification__toast--rtl {
  direction: rtl;
}
.Vue-Toastification__toast--default {
  background-color: #1976d2;
  color: #fff;
}
.Vue-Toastification__toast--info {
  background-color: #2196f3;
  color: #fff;
}
.Vue-Toastification__toast--success {
  background-color: #4caf50;
  color: #fff;
}
.Vue-Toastification__toast--error {
  background-color: #ff5252;
  color: #fff;
}
.Vue-Toastification__toast--warning {
  background-color: #ffc107;
  color: #fff;
}
@media only screen and (max-width : 600px) {
  .Vue-Toastification__toast {
    border-radius: 0px;
    margin-bottom: 0.5rem;
  }
}
.Vue-Toastification__toast-body {
  flex: 1;
  line-height: 24px;
  font-size: 16px;
  word-break: break-word;
  white-space: pre-wrap;
}
.Vue-Toastification__toast-component-body {
  flex: 1;
}
.Vue-Toastification__toast.disable-transition {
  animation: none !important;
}
.Vue-Toastification__close-button {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  padding-left: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  align-items: center;
  color: #fff;
  opacity: 0.3;
  transition: visibility 0s, opacity 0.2s linear;
}
.Vue-Toastification__close-button:hover,
.Vue-Toastification__close-button:focus {
  opacity: 1;
}
.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover {
  opacity: 0;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__close-button {
  padding-left: unset;
  padding-right: 10px;
}
@keyframes scale-x-frames {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Vue-Toastification__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
  animation: scale-x-frames linear 1 forwards;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar {
  right: 0;
  left: unset;
  transform-origin: right;
}
.Vue-Toastification__icon {
  margin: auto 18px auto 0px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  transition: 0.3s ease;
  align-items: center;
  width: 20px;
  height: 100%;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__icon {
  margin: auto 0px auto 18px;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutRight {
  40% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(1000px, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Vue-Toastification__bounce-enter-active.top-left,
.Vue-Toastification__bounce-enter-active.bottom-left {
  animation-name: bounceInLeft;
}
.Vue-Toastification__bounce-enter-active.top-right,
.Vue-Toastification__bounce-enter-active.bottom-right {
  animation-name: bounceInRight;
}
.Vue-Toastification__bounce-enter-active.top-center {
  animation-name: bounceInDown;
}
.Vue-Toastification__bounce-enter-active.bottom-center {
  animation-name: bounceInUp;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left {
  animation-name: bounceOutLeft;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right {
  animation-name: bounceOutRight;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center {
  animation-name: bounceOutUp;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center {
  animation-name: bounceOutDown;
}
.Vue-Toastification__bounce-leave-active,
.Vue-Toastification__bounce-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__bounce-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
@keyframes fadeOutTop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutBottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(50px);
    opacity: 0;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInTop {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.Vue-Toastification__fade-enter-active.top-left,
.Vue-Toastification__fade-enter-active.bottom-left {
  animation-name: fadeInLeft;
}
.Vue-Toastification__fade-enter-active.top-right,
.Vue-Toastification__fade-enter-active.bottom-right {
  animation-name: fadeInRight;
}
.Vue-Toastification__fade-enter-active.top-center {
  animation-name: fadeInTop;
}
.Vue-Toastification__fade-enter-active.bottom-center {
  animation-name: fadeInBottom;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left {
  animation-name: fadeOutLeft;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right {
  animation-name: fadeOutRight;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center {
  animation-name: fadeOutTop;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center {
  animation-name: fadeOutBottom;
}
.Vue-Toastification__fade-leave-active,
.Vue-Toastification__fade-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__fade-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
@keyframes slideInBlurredLeft {
  0% {
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredTop {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredRight {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredBottom {
  0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideOutBlurredTop {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 0%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredBottom {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredLeft {
  0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredRight {
  0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateX(1000px) scaleX(2) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}
.Vue-Toastification__slideBlurred-enter-active.top-left,
.Vue-Toastification__slideBlurred-enter-active.bottom-left {
  animation-name: slideInBlurredLeft;
}
.Vue-Toastification__slideBlurred-enter-active.top-right,
.Vue-Toastification__slideBlurred-enter-active.bottom-right {
  animation-name: slideInBlurredRight;
}
.Vue-Toastification__slideBlurred-enter-active.top-center {
  animation-name: slideInBlurredTop;
}
.Vue-Toastification__slideBlurred-enter-active.bottom-center {
  animation-name: slideInBlurredBottom;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left {
  animation-name: slideOutBlurredLeft;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right {
  animation-name: slideOutBlurredRight;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center {
  animation-name: slideOutBlurredTop;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center {
  animation-name: slideOutBlurredBottom;
}
.Vue-Toastification__slideBlurred-leave-active,
.Vue-Toastification__slideBlurred-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__slideBlurred-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
.svg-grey {
  filter: brightness(0) saturate(100%) invert(26%) sepia(21%) saturate(546%) hue-rotate(172deg) brightness(86%) contrast(86%);
}
.svg-orange {
  filter: brightness(0) saturate(100%) invert(58%) sepia(89%) saturate(665%) hue-rotate(337deg) brightness(95%) contrast(97%);
}
.svg-red {
  filter: brightness(0) saturate(100%) invert(20%) sepia(64%) saturate(5427%) hue-rotate(347deg) brightness(73%) contrast(129%);
}
.svg-blue {
  filter: brightness(0) saturate(100%) invert(51%) sepia(97%) saturate(832%) hue-rotate(177deg) brightness(96%) contrast(92%);
}
.svg-dove-grey {
  filter: brightness(0) saturate(100%) invert(37%) sepia(0%) saturate(2%) hue-rotate(61deg) brightness(102%) contrast(95%);
}
.svg-white {
  filter: brightness(0) saturate(100%) invert(1);
}
.svg-light-grey {
  filter: invert(68%) sepia(7%) saturate(271%) hue-rotate(180deg) brightness(89%) contrast(90%);
}
.svg-primary-orange {
  filter: brightness(0) saturate(100%) invert(70%) sepia(32%) saturate(3353%) hue-rotate(346deg) brightness(101%) contrast(101%);
}
.svg-light-red {
  filter: invert(26%) sepia(100%) saturate(1662%) hue-rotate(336deg) brightness(88%) contrast(102%);
}
.svg-light-blue {
  filter: invert(44%) sepia(88%) saturate(3402%) hue-rotate(197deg) brightness(101%) contrast(101%);
}
/* cyrillic-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-cyrillic-ext-italic-BEUtylq8.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-cyrillic-italic-DUY4X2Kc.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-devanagari-italic-Wp5a5ufO.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* greek-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-greek-ext-italic-CTqACPO-.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-greek-italic-BmnDwaTw.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-vietnamese-italic-DqZhVOm6.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-latin-ext-italic-mMxaVeWH.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-latin-italic-db0znWgt.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-cyrillic-ext-normal-DSNfmdVt.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-cyrillic-normal-B2hlT84T.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-devanagari-normal-Cv-Vwajv.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* greek-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-greek-ext-normal-12T8GTDR.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-greek-normal-Ymb6dZNd.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-vietnamese-normal-DLTJy58D.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-latin-ext-normal-W1qJv59z.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url("/build/noto-sans-latin-normal-BWf1rMYL.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  font-family: Noto Sans;
}
/* Custom */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
  border: 0;
  transform: translate(-100%, -100%);
}
.truncate-pixels {
  display: inline-block;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.flex-center {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.no-select {
  -webkit-user-select: none;
          user-select: none;
}
.truncate-three-lines {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.svg-grey {
  filter: brightness(0) saturate(100%) invert(26%) sepia(21%) saturate(546%) hue-rotate(172deg) brightness(86%) contrast(86%);
}
.svg-orange {
  filter: brightness(0) saturate(100%) invert(58%) sepia(89%) saturate(665%) hue-rotate(337deg) brightness(95%) contrast(97%);
}
.svg-red {
  filter: brightness(0) saturate(100%) invert(20%) sepia(64%) saturate(5427%) hue-rotate(347deg) brightness(73%) contrast(129%);
}
.svg-blue {
  filter: brightness(0) saturate(100%) invert(51%) sepia(97%) saturate(832%) hue-rotate(177deg) brightness(96%) contrast(92%);
}
.svg-dove-grey {
  filter: brightness(0) saturate(100%) invert(37%) sepia(0%) saturate(2%) hue-rotate(61deg) brightness(102%) contrast(95%);
}
.svg-white {
  filter: brightness(0) saturate(100%) invert(1);
}
.svg-light-grey {
  filter: invert(68%) sepia(7%) saturate(271%) hue-rotate(180deg) brightness(89%) contrast(90%);
}
.svg-primary-orange {
  filter: brightness(0) saturate(100%) invert(70%) sepia(32%) saturate(3353%) hue-rotate(346deg) brightness(101%) contrast(101%);
}
.svg-light-red {
  filter: invert(26%) sepia(100%) saturate(1662%) hue-rotate(336deg) brightness(88%) contrast(102%);
}
.svg-light-blue {
  filter: invert(44%) sepia(88%) saturate(3402%) hue-rotate(197deg) brightness(101%) contrast(101%);
}
body::after, .with-overlay::after, .with-overlay.has-overlay::after {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  content: "";
  background-color: black;
  transition: opacity 0.3s;
}
body::after, .with-overlay::after {
  z-index: -1;
  opacity: 0;
  transition: z-index 0s 0.5s, opacity 0.3s;
}
body.has-overlay, .with-overlay.has-overlay {
  overflow: hidden;
}
body.has-overlay::after, .with-overlay.has-overlay::after {
  opacity: 0.5;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}
/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
/* Set core body defaults */
body {
  min-height: 100dvh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
#app {
  display: flex;
}
body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  background-color: var(--theme-color-surface-background);
  font-size: 0.875rem;
}
ul {
  margin: 0;
}
button {
  cursor: pointer;
}
svg {
  vertical-align: middle;
}
button {
  cursor: pointer;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
svg {
  vertical-align: middle;
}
html {
  font-size: 16px;
}
body,
h1,
h2,
h3,
p {
  color: var(--theme-color-text-primary);
}
h1,
h2,
h3 {
  font-weight: 700;
}
h1 {
  font-size: 1.25rem;
}
h2 {
  font-size: 1rem;
}
h3 {
  font-size: 0.875rem;
}
a,
a:hover {
  color: var(--theme-color-text-link);
  cursor: pointer;
}
.list-enter-from,
.list-leave-to {
  opacity: 0;
  transform: translateX(30px);
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.15s ease;
}
.fade-enter,
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.svg-grey {
  filter: brightness(0) saturate(100%) invert(26%) sepia(21%) saturate(546%) hue-rotate(172deg) brightness(86%) contrast(86%);
}
.svg-orange {
  filter: brightness(0) saturate(100%) invert(58%) sepia(89%) saturate(665%) hue-rotate(337deg) brightness(95%) contrast(97%);
}
.svg-red {
  filter: brightness(0) saturate(100%) invert(20%) sepia(64%) saturate(5427%) hue-rotate(347deg) brightness(73%) contrast(129%);
}
.svg-blue {
  filter: brightness(0) saturate(100%) invert(51%) sepia(97%) saturate(832%) hue-rotate(177deg) brightness(96%) contrast(92%);
}
.svg-dove-grey {
  filter: brightness(0) saturate(100%) invert(37%) sepia(0%) saturate(2%) hue-rotate(61deg) brightness(102%) contrast(95%);
}
.svg-white {
  filter: brightness(0) saturate(100%) invert(1);
}
.svg-light-grey {
  filter: invert(68%) sepia(7%) saturate(271%) hue-rotate(180deg) brightness(89%) contrast(90%);
}
.svg-primary-orange {
  filter: brightness(0) saturate(100%) invert(70%) sepia(32%) saturate(3353%) hue-rotate(346deg) brightness(101%) contrast(101%);
}
.svg-light-red {
  filter: invert(26%) sepia(100%) saturate(1662%) hue-rotate(336deg) brightness(88%) contrast(102%);
}
.svg-light-blue {
  filter: invert(44%) sepia(88%) saturate(3402%) hue-rotate(197deg) brightness(101%) contrast(101%);
}
.select-subcategory {
  margin-bottom: 7px;
  font-size: 14px;
  color: #3b4653;
}
.select-subcategory .select-heading {
  display: grid;
  grid-template-columns: auto auto 30px;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-left: 16px;
  margin-top: -16px;
  cursor: pointer;
  box-shadow: 0 1px #f2f2f2;
}
.select-subcategory .select-heading .subtitle {
  color: #969aa1;
  text-align: right;
}
.select-subcategory .select-heading .title,
.select-subcategory .select-heading .subtitle {
  padding-right: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-subcategory .select-heading .dropdown-arrow {
  float: right;
  transform: rotate(180deg);
}
.select-subcategory .select-heading.collapsed {
  box-shadow: 0 1px 10px 1px #cecece;
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.select-subcategory .select-heading.collapsed .dropdown-arrow {
  transform: none;
}
.select-subcategory .logs-dropdown .select-heading {
  margin-top: 0;
  font-weight: normal;
}
#selectRecordCamera {
  margin-top: 0;
}
#selectAdminSubcategory, #selectRecordCamera {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin-top: 5px;
  background: white;
  box-shadow: 0 10px 10px -9px #cecece;
}
#selectAdminSubcategory.collapsing, .collapsing#selectRecordCamera {
  pointer-events: none;
}
#selectAdminSubcategory .list-group, #selectRecordCamera .list-group {
  padding-top: 10px;
}
#selectAdminSubcategory .list-group-item, #selectRecordCamera .list-group-item {
  padding: 8px 16px;
  font-weight: normal;
  cursor: pointer;
  border: 0;
}
#selectAdminSubcategory .list-group-item.active, #selectRecordCamera .list-group-item.active {
  color: #eb8022;
  background-color: unset;
}
:export {
  xs: 0;
  sm: 576px;
  md: 767px;
  lg: 991px;
  xl: 1240px;
  xga: 1600px;
  fhd: 1920px;
  rt: 2560px;
  rt15: 2880px;
  uhd: 3840px;
  4k: 4096px;
  8k: 8192px;
}
:export {
  xs: 0;
  sm: 576px;
  md: 767px;
  lg: 991px;
  xl: 1240px;
  xga: 1600px;
  fhd: 1920px;
  rt: 2560px;
  rt15: 2880px;
  uhd: 3840px;
  4k: 4096px;
  8k: 8192px;
}
/* Custom */
.adaptive-field {
  display: grid;
  grid-gap: 0.5rem;
}
@media (max-width: 991px) {
  .adaptive-field {
    grid-template-columns: 1fr;
  }
}
.adaptive-field--horizontal {
  grid-template-columns: 1fr 2fr;
  grid-gap: 0.5rem 1rem;
  max-width: 44.25rem;
}
@media (max-width: 576px) {
  .adaptive-field--horizontal {
    grid-template-columns: 1fr;
    grid-gap: 0.5rem;
  }
}
.adaptive-field:not(.adaptive-field--align-start) {
  align-items: center;
}
.adaptive-field label {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adaptive-field--horizontal label {
  white-space: wrap;
}
/* Custom */
/* stylelint-disable */
.Vue-Toastification {
  /* stylelint-enable */
}
.Vue-Toastification__toast {
  max-width: 22.25rem;
  padding: 1.25rem 2.25rem 1.25rem 1.5rem;
  color: var(--theme-color-text-primary);
  background-color: var(--theme-color-surface-primary-default);
  border-style: solid;
  border-width: 0.0625rem;
  border-radius: 0.875rem;
}
.Vue-Toastification__toast-body {
  position: absolute;
}
.Vue-Toastification__toast--success {
  border-color: var(--theme-color-border-success);
}
.Vue-Toastification__toast--warning {
  border-color: var(--theme-color-border-warning);
}
.Vue-Toastification__toast--error {
  border-color: var(--theme-color-border-error);
}
.Vue-Toastification__close-button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.fullscreen-fallback {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999 !important;
  width: 100vw !important;
  height: 100vh !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #000 !important;
  border-radius: 0 !important;
}
.fullscreen-fallback-active {
  overflow: hidden !important;
}
.fullscreen-fallback video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
:root {
  --theme-color-text-primary: #1b1b1e;
  --theme-color-text-secondary: #667179;
  --theme-color-text-critical: #e32d23;
  --theme-color-text-link: #0568d9;
  --theme-color-text-inversed: #fff;
  --theme-color-text-accent: #ff9b19;
  --theme-color-text-tetriary: #bdc8d3;
  --theme-color-text-always-white: #fff;
  --theme-color-text-always-black: #151517;
  --theme-color-text-success: #78d600;
  --theme-color-text-quatriary: #bdc8d3;
  --theme-color-text-primary-pale: rgb(151, 151, 151);
  --theme-color-surface-primary-default: #fff;
  --theme-color-surface-primary-hover: rgba(201, 209, 217, 0.36);
  --theme-color-surface-secondary-default: rgba(201, 209, 217, 0.25);
  --theme-color-surface-secondary-hover: rgba(201, 209, 217, 0.36);
  --theme-color-surface-tetriary: rgba(201, 209, 217, 0.1);
  --theme-color-surface-tetriary-hover: rgba(201, 209, 217, 0.25);
  --theme-color-surface-menu: #222225;
  --theme-color-surface-background: rgb(244, 246, 249);
  --theme-color-surface-inversed-secondary: rgba(14, 14, 15, 0.75);
  --theme-color-surface-inversed-secondary-hover: rgba(201, 209, 217, 0.06);
  --theme-color-surface-inversed-primary: #1b1b1e;
  --theme-color-surface-inversed-primary-hover: #28282d;
  --theme-color-surface-accent-secondary: rgba(255, 155, 25, 0.16);
  --theme-color-surface-accent-primary: #ff9b19;
  --theme-color-surface-accent-tetriary: rgba(255, 155, 25, 0.4);
  --theme-color-surface-accent-quatriary: rgba(255, 155, 25, 0.08);
  --theme-color-surface-scroll: #151517;
  --theme-color-surface-critical: #e32d23;
  --theme-color-surface-critical-subdued: rgba(255, 78, 78, 0.08);
  --theme-color-surface-blue-accent: #1884ff;
  --theme-color-surface-always-white: #fff;
  --theme-color-surface-blue-light: rgba(24, 132, 255, 0.1);
  --theme-color-surface-overlay-gradient-default: rgb(242, 244, 246);
  --theme-color-surface-overlay-gradient-light: rgba(242, 244, 246, 0.9);
  --theme-color-surface-overlay-gradient-subdued: rgba(242, 244, 246, 0.2);
  --theme-color-surface-always-grey-dark: #1b1b1e;
  --theme-color-border-primary-grey: rgba(201, 209, 217, 0.5);
  --theme-color-border-secondary: rgba(201, 209, 217, 0.25);
  --theme-color-border-tetriary: rgba(14, 14, 15, 0.25);
  --theme-color-border-accent-subdued: rgba(255, 155, 25, 0.4);
  --theme-color-border-accent: #ff9b19;
  --theme-color-border-critical: #e32d23;
  --theme-color-border-divider-primary: rgba(201, 209, 217, 0.5);
  --theme-color-border-divider-secondary: rgba(201, 209, 217, 0.36);
  --theme-color-border-primary-accent: #151517;
  --theme-color-border-success: #78d600;
  --theme-color-border-always-white: #fff;
  --theme-color-border-error: #d64400;
  --theme-color-border-warning: #d69200;
  --theme-color-icon-primary: #151517;
  --theme-color-icon-secondary: #667179;
  --theme-color-icon-quatriary: #bdc8d3;
  --theme-color-icon-accent-1: #ff9b19;
  --theme-color-icon-accent-2: #1884ff;
  --theme-color-icon-critical: #e32d23;
  --theme-color-icon-inversed: #fff;
  --theme-color-icon-success: #78d600;
  --theme-color-icon-inversed-secondary: rgba(255, 255, 255, 0.6);
  --theme-color-icon-tetriary: rgba(14, 14, 15, 0.25);
  --theme-color-icon-always-white: #fff;
  --theme-color-icon-always-black: #151517;
  --theme-color-border-observe-control: rgba(255, 255, 255, 0.1);
  --theme-color-button-primary: #1b1b1e;
  --theme-color-button-primary-hover: #28282d;
  --theme-color-button-secondary: rgba(201, 209, 217, 0.25);
  --theme-color-button-secondary-hover: rgba(201, 209, 217, 0.36);
  --theme-color-button-accent: #ff9b19;
  --theme-color-button-tetriary: #fff;
  --theme-color-button-critical: #e32d23;
  --theme-color-button-critical-disabled: rgba(227, 45, 50, 0.5);
  --theme-color-button-critical-hover: #ec3838;
  --theme-color-button-accent-hover: rgba(255, 155, 25, 0.84);
  --theme-color-button-accent-disabled: rgba(255, 155, 25, 0.3);
  --theme-color-button-icon-secondary-hover: rgba(201, 209, 217, 0.5);
  --theme-color-button-icon-primary: #fff;
  --theme-color-button-icon-secondary: rgba(201, 209, 217, 0.25);
  --theme-color-button-icon-always-white: #fff;
  --theme-color-overlay-strong: rgba(14, 14, 15, 0.75);
  --theme-color-light-overlay: rgba(201, 209, 217, 0.1);
  --theme-color-light-shadow: #667179;
  --theme-color-secondary-shadow: rgba(21, 21, 23, 0.08);
  --theme-color-primary-shadow: #667179;
  --theme-color-accent-shadow: rgba(255, 155, 25, 0.3);
  --theme-shadow-primary: 0 6px 20px 6px rgba(40, 40, 45, 0.28);
  --shadow-1: 0 16px 40px 2px rgba(21, 21, 23, 0.06);
  --shadow-2: 0 10px 18px 0 rgba(21, 21, 23, 0.08);
  --shadow-3: 0 4px 8px 0 rgba(21, 21, 23, 0.06);
  --shadow-4: 0 12px 40px 0 rgba(21, 21, 23, 0.18);
  --shadow-5: 0 6px 20px 6px rgba(21, 21, 23, 0.28);
  --shadow-6: 0 12px 24px -4px rgba(21, 21, 23, 0.1);
  --shadow-top-1: 0 -6px 6px -6px var(--theme-color-primary-shadow);
  --shadow-top-2: 0 -13px 20px -6px var(--theme-color-border-secondary);
  --shadow-tooltip: 0 0 19px -4px rgba(21, 21, 23, 0.08);
  --shadow-placeholder: 0 12px 24px -4px rgba(21, 21, 23, 0.1);
  --shadow-icon: 0 4px 8px 0 rgba(21, 21, 23, 0.06);
  --button-shadow: 0 0 0 0.2rem;
  --shadow-color-checkbox: 0 0 0 1px #c9d1d9;
}