@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #FFF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

span em {
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  font-family: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  appearance: none;
}

[type=search]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.mb-n1 {
  margin-bottom: -1px !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.d-flex {
  display: flex !important;
}

.d-table {
  display: table !important;
}

.d-block {
  display: block !important;
}

.d-none,
.display--none,
.hide {
  display: none !important;
}

.w-100 {
  width: 100% !important;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.transform--flat {
  transform-style: flat;
}

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

.no-scroll {
  overflow: hidden !important;
}

.last-p-spacing > p:last-of-type,
.last-p--no-padding > p:last-of-type {
  padding-bottom: 0;
}

.last-no-padding > :nth-last-child(1) {
  padding-bottom: 0;
}

.p--no-padding p {
  padding: 0;
}

.visible {
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
}

.invisible {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

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

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

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

.hide-empty:empty {
  display: none !important;
}

.absolute-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute !important;
}

.relative-cover {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixed-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.disable-pointer {
  pointer-events: none !important;
}

.no-anim {
  transition: 0s !important;
  animation: 0s !important;
}

.overflow--hidden {
  overflow: hidden !important;
}

.overflow--visible {
  overflow: visible !important;
}

.overflow--inherit {
  overflow: inherit !important;
}

:root {
  --sviby-font-h1-size: 40px;
  --sviby-font-h1: 700 var(--sviby-font-h1-size)/1.2 "inter", sans-serif;
  --sviby-font-h1-spacing: 0 0 25px 0;
  --sviby-font-h2-size: 24px;
  --sviby-font-h2: 700 var(--sviby-font-h2-size)/1.1 "inter", sans-serif;
  --sviby-font-h2-spacing: 0 0 20px 0;
  --sviby-font-h3-size: 20px;
  --sviby-font-h3: 600 var(--sviby-font-h3-size)/1.1 "inter", sans-serif;
  --sviby-font-h3-spacing: 0 0 15px 0;
  --sviby-font-h4-size: 18px;
  --sviby-font-h4: 600 var(--sviby-font-h4-size)/1.1 "inter", sans-serif;
  --sviby-font-h4-spacing: 0 0 15px 0;
  --sviby-font-p-size: 16px;
  --sviby-font-p: 400 var(--sviby-font-p-size)/1.5 "inter", sans-serif;
  --sviby-font-p-spacing: 0 0 20px 0;
  --sviby-font-title-large-size: 60px;
  --sviby-font-title-large: 700 var(--sviby-font-title-large-size)/1.2 "inter", sans-serif;
  --sviby-font-title-large-spacing: 0 0 28px 0;
  --sviby-font-title-size: 30px;
  --sviby-font-title: 400 var(--sviby-font-title-size)/1.3 "inter", sans-serif;
  --sviby-font-label-size: 16px;
  --sviby-font-label: 500 var(--sviby-font-label-size)/normal "inter", sans-serif;
  --sviby-font-label-radio-checkbox-size: 16px;
  --sviby-font-label-radio-checkbox: 400 var(--sviby-font-label-radio-checkbox-size)/normal "inter", sans-serif;
  --sviby-font-btn-size: 16px;
  --sviby-font-btn: 700 var(--sviby-font-btn-size)/normal "inter-tight", sans-serif;
  --sviby-font-btn-small-size: 14px;
  --sviby-font-btn-small: 700 var(--sviby-font-btn-small-size)/normal "inter-tight", sans-serif;
  --sviby-font-page-title-size: 24px;
  --sviby-font-page-title: 500 var(--sviby-font-page-title-size)/1.2 "inter", sans-serif;
  --sviby-font-page-nav-size: 14px;
  --sviby-font-page-nav: 500 var(--sviby-font-page-nav-size)/normal "inter", sans-serif;
  --sviby-font-page-nav-large-size: 16px;
  --sviby-font-page-nav-large: 500 var(--sviby-font-page-nav-large-size)/normal "inter", sans-serif;
  --sviby-font-nav-size: 14px;
  --sviby-font-nav: 400 var(--sviby-font-nav-size)/normal "inter", sans-serif;
  --sviby-font-nav-section-title-size: 14px;
  --sviby-font-nav-section-title: 600 var(--sviby-font-nav-section-title-size)/normal "inter", sans-serif;
  --sviby-font-nav-item-size: 14px;
  --sviby-font-nav-item: 500 var(--sviby-font-nav-item-size)/normal "inter", sans-serif;
  --sviby-font-nav-item-title-size: 14px;
  --sviby-font-nav-item-title: 500 var(--sviby-font-nav-item-title-size)/normal "inter", sans-serif;
  --sviby-font-nav-item-subtitle-size: 12px;
  --sviby-font-nav-item-subtitle: 400 var(--sviby-font-nav-item-subtitle-size)/normal "inter", sans-serif;
  --sviby-font-nav-sub-item-size: 14px;
  --sviby-font-nav-sub-item: 400 var(--sviby-font-nav-sub-item-size)/normal "inter", sans-serif;
  --sviby-font-input-size: 16px;
  --sviby-font-input: 400 var(--sviby-font-input-size)/normal "inter", sans-serif;
  --sviby-font-input-small-size: 14px;
  --sviby-font-input-small: 400 var(--sviby-font-input-small-size)/normal "inter", sans-serif;
  --sviby-font-search-size: 60px;
  --sviby-font-search: 600 var(--sviby-font-search-size)/1 "inter", sans-serif;
  --sviby-font-input-error-size: 16px;
  --sviby-font-input-error: 400 var(--sviby-font-input-error-size)/normal "inter", sans-serif;
  --sviby-font-tag-size: 12px;
  --sviby-font-tag: 600 var(--sviby-font-tag-size)/normal "inter-tight", sans-serif;
  --sviby-font-tag-small-size: 10px;
  --sviby-font-tag-small: 500 var(--sviby-font-tag-small-size)/normal "inter-tight", sans-serif;
  --sviby-font-badge-size: 10px;
  --sviby-font-badge: 600 var(--sviby-font-badge-size)/normal "inter", sans-serif;
  --sviby-font-p-small-size: 14px;
  --sviby-font-p-small: 400 var(--sviby-font-p-small-size)/normal "inter", sans-serif;
  --sviby-font-p-small-medium-size: 14px;
  --sviby-font-p-small-medium: 500 var(--sviby-font-p-small-medium-size)/normal "inter", sans-serif;
  --sviby-font-caption-size: 12px;
  --sviby-font-caption: 600 var(--sviby-font-caption-size)/normal "inter", sans-serif;
  --sviby-font-footer-nav-size: 24px;
  --sviby-font-footer-nav: 400 var(--sviby-font-footer-nav-size)/normal "inter", sans-serif;
  --sviby-font-a-size: 16px;
  --sviby-font-a:  var(--sviby-font-a-size)/1.4 "inter", sans-serif;
  --sviby-font-calendar-month-size: 16px;
  --sviby-font-calendar-month: 700 var(--sviby-font-calendar-month-size)/normal "inter", sans-serif;
  --sviby-font-calendar-weekday-size: 15px;
  --sviby-font-calendar-weekday: 700 var(--sviby-font-calendar-weekday-size)/normal "inter", sans-serif;
  --sviby-font-calendar-day-size: 16px;
  --sviby-font-calendar-day: 400 var(--sviby-font-calendar-day-size)/normal "inter", sans-serif;
  --sviby-font-media-title-size: 24px;
  --sviby-font-media-title: 700 var(--sviby-font-media-title-size)/1.1 "inter", sans-serif;
  --sviby-font-media-title-spacing: 0 0 20px 0;
  --sviby-spacing-modifier: 1;
  --sviby-section-spacing: 60px;
  --sviby-block-spacing: 60px;
  --sviby-block-spacing-slim: 30px;
  --sviby-gutters: 15px;
  --sviby-gutters-y: 15px;
  --sviby-input-height: 40px;
  --sviby-input-height-large: 64px;
  --sviby-input-height-small: 30px;
  --sviby-sidebar-width: 260px;
  --sviby-overlay-nav-width: 460px;
  --sviby-header-height: 81px;
  --sviby-header-clearance: 0px;
  --sviby-full-screen-header-height: 64px;
  --sviby-logo-height: 36px;
  --sviby-box-office-footer-height: 80px;
  --sviby-color-timeline-color-1: #08bf4c;
  --sviby-color-timeline-color-2: #7d4edd;
  --sviby-color-timeline-color-3: #2980b9;
  --sviby-color-timeline-color-4: #0066a4;
  --sviby-color-timeline-color-5: #0038ff;
  --sviby-color-timeline-color-6: #ff0d0d;
  --sviby-color-timeline-color-7: #ffcb20;
  --sviby-color-timeline-color-8: #08bf4c;
  --sviby-color-timeline-color-9: #27cccc;
  --sviby-color-timeline-color-10: #7d4edd;
  --sviby-color-museum-card: #e8005b;
  --sviby-color-base-primary: #443df6;
  --sviby-color-base-bg: #f8fafc;
  --sviby-color-base-dark: #000;
  --sviby-color-white: #fff;
  --sviby-color-primary: #00d084;
  --sviby-color-primary-medium-alt: #1ec677;
  --sviby-color-primary-medium: #1ec677;
  --sviby-color-primary-dark: #0d4029;
  --sviby-color-primary-light: #7bdcb5;
  --sviby-color-primary-vlight: #ccf2d2;
  --sviby-color-secondary: #3f38eb;
  --sviby-color-dark: #121014;
  --sviby-color-light: #fff;
  --sviby-color-disabled: #f4f4f4;
  --sviby-color-disabled-text: #b2b2b2;
  --sviby-color-border: #dbdbdb;
  --sviby-color-border-hover: #777;
  --sviby-color-border-focus: #131e20;
  --sviby-color-border-dark: #727489;
  --sviby-color-text: #000;
  --sviby-color-text-muted: #71748b;
  --sviby-color-link: #216cf8;
  --sviby-color-input-border: #dbdbdb;
  --sviby-color-input-border-hover: #777;
  --sviby-color-input-border-focus: #101e20;
  --sviby-color-input-bg: #f4f4f4;
  --sviby-color-input-bg-hover: #c2c2c2;
  --sviby-color-input-bg-disabled: #f4f4f4;
  --sviby-color-input-bg-focus: #f4f4f4;
  --sviby-color-table-header: #f9fafb;
  --sviby-color-table-secondary-header: #f6f7f8;
  --sviby-color-table-footer: #f6f7f8;
  --sviby-color-table-total: #d3e2fe;
  --sviby-color-table-row-hover: #f6f7f8;
  --sviby-color-draft: #dbdbdb;
  --sviby-color-error: #ef463f;
  --sviby-color-success: #00bf4d;
  --sviby-color-declined: #ffd4d4;
  --sviby-color-protected: #e8e2f7;
  --sviby-color-awaiting: #fcf7c3;
  --sviby-color-ended: #d3e2fe;
  --sviby-color-active: #caf7d0;
  --sviby-color-bg: #fff;
  --sviby-color-bg-alt: #f9fafb;
  --sviby-color-bg-light: #dbdbdb;
  --sviby-color-bg-light-alt: #f4f4f4;
  --sviby-color-bg-error: #ffd4d4;
  --sviby-color-bg-warning: #fcf7c3;
  --sviby-color-bg-notice: #d3e2fe;
  --sviby-color-bg-success: #caf7d0;
  --sviby-color-view-background: #f4f4f6;
  --sviby-color-blue: #3cb4e7;
  --sviby-color-blue-vlight: #f2fafc;
  --sviby-color-blue-light: #a5dded;
  --sviby-color-blue-medium: #0181aa;
  --sviby-color-blue-dark: #063d58;
  --sviby-color-teal: #00aba5;
  --sviby-color-teal-vlight: #edf7f4;
  --sviby-color-teal-light: #a5d9c9;
  --sviby-color-teal-medium: #06968e;
  --sviby-color-teal-dark: #00685f;
  --sviby-color-yellow: #ffc60b;
  --sviby-color-yellow-vlight: #fffceb;
  --sviby-color-yellow-light: #ffe76b;
  --sviby-color-yellow-medium: #b1792b;
  --sviby-color-yellow-dark: #6e4d26;
  --sviby-color-red: #ef463f;
  --sviby-color-red-vlight: #fef5f6;
  --sviby-color-red-light: #f5989e;
  --sviby-color-red-medium: #cd1722;
  --sviby-color-red-dark: #981b23;
  --sviby-color-magenta: #e54c8a;
  --sviby-color-magenta-vlight: #fdebf3;
  --sviby-color-magenta-light: #f38fbb;
  --sviby-color-magenta-medium: #962e65;
  --sviby-color-magenta-dark: #63144a;
  --sviby-color-purple: #d16fcf;
  --sviby-color-purple-vlight: #f0e2ef;
  --sviby-color-purple-light: #cca0ca;
  --sviby-color-purple-medium: #9337aa;
  --sviby-color-purple-dark: #531468;
  --sviby-color-violet: #8e78b7;
  --sviby-color-violet-vlight: #e9e7f2;
  --sviby-color-violet-light: #aca3d0;
  --sviby-color-violet-medium: #57539e;
  --sviby-color-violet-dark: #312e7f;
  --sviby-color-hr: #dbdbdb;
  --sviby-color-bg-awaiting: #fcf7c3;
  --sviby-color-secondary-light: #6c66f0;
  --sviby-color-museum-card-light: #ff1c75;
}

@media (max-width: 1440px) {
  :root {
    --sviby-spacing-modifier: 0.8;
    --sviby-gutters: 10px;
    --sviby-gutters-y: 10px;
    --sviby-input-height: 36px;
    --sviby-input-height-large: 42px;
    --sviby-input-height-small: 28px;
    --sviby-full-screen-header-height: 54px;
    --sviby-logo-height: 28px;
    --sviby-box-office-footer-height: 64px;
    --sviby-font-h1-size: 28px;
    --sviby-font-h1: 700 var(--sviby-font-h1-size)/1.2 "inter", sans-serif;
    --sviby-font-h1-spacing: 0 0 15px 0;
    --sviby-font-h2-size: 20px;
    --sviby-font-h2: 700 var(--sviby-font-h2-size)/1.1 "inter", sans-serif;
    --sviby-font-h2-spacing: 0 0 15px 0;
    --sviby-font-h3-size: 18px;
    --sviby-font-h3: 600 var(--sviby-font-h3-size)/1.1 "inter", sans-serif;
    --sviby-font-h3-spacing: 0 0 10px 0;
    --sviby-font-h4-size: 16px;
    --sviby-font-h4: 600 var(--sviby-font-h4-size)/1.1 "inter", sans-serif;
    --sviby-font-h4-spacing: 0 0 10px 0;
    --sviby-font-p-size: 14px;
    --sviby-font-p: 400 var(--sviby-font-p-size)/1.5 "inter", sans-serif;
    --sviby-font-p-spacing: 0 0 15px 0;
    --sviby-font-title-large-size: 46px;
    --sviby-font-title-large: 700 var(--sviby-font-title-large-size)/1.2 "inter", sans-serif;
    --sviby-font-title-large-spacing: 0 0 22px 0;
    --sviby-font-title-size: 26px;
    --sviby-font-title: 400 var(--sviby-font-title-size)/1.3 "inter", sans-serif;
    --sviby-font-label-size: 14px;
    --sviby-font-label: 500 var(--sviby-font-label-size)/normal "inter", sans-serif;
    --sviby-font-label-radio-checkbox-size: 14px;
    --sviby-font-label-radio-checkbox: 400 var(--sviby-font-label-radio-checkbox-size)/normal "inter", sans-serif;
    --sviby-font-btn-size: 14px;
    --sviby-font-btn: 700 var(--sviby-font-btn-size)/normal "inter-tight", sans-serif;
    --sviby-font-btn-small-size: 14px;
    --sviby-font-btn-small: 700 var(--sviby-font-btn-small-size)/normal "inter-tight", sans-serif;
    --sviby-font-page-title-size: 20px;
    --sviby-font-page-title: 500 var(--sviby-font-page-title-size)/1.2 "inter", sans-serif;
    --sviby-font-page-nav-size: 14px;
    --sviby-font-page-nav: 500 var(--sviby-font-page-nav-size)/normal "inter", sans-serif;
    --sviby-font-page-nav-large-size: 16px;
    --sviby-font-page-nav-large: 500 var(--sviby-font-page-nav-large-size)/normal "inter", sans-serif;
    --sviby-font-nav-size: 14px;
    --sviby-font-nav: 400 var(--sviby-font-nav-size)/normal "inter", sans-serif;
    --sviby-font-nav-section-title-size: 14px;
    --sviby-font-nav-section-title: 600 var(--sviby-font-nav-section-title-size)/normal "inter", sans-serif;
    --sviby-font-nav-item-size: 14px;
    --sviby-font-nav-item: 500 var(--sviby-font-nav-item-size)/normal "inter", sans-serif;
    --sviby-font-nav-item-title-size: 14px;
    --sviby-font-nav-item-title: 500 var(--sviby-font-nav-item-title-size)/normal "inter", sans-serif;
    --sviby-font-nav-item-subtitle-size: 12px;
    --sviby-font-nav-item-subtitle: 400 var(--sviby-font-nav-item-subtitle-size)/normal "inter", sans-serif;
    --sviby-font-nav-sub-item-size: 14px;
    --sviby-font-nav-sub-item: 400 var(--sviby-font-nav-sub-item-size)/normal "inter", sans-serif;
    --sviby-font-input-size: 16px;
    --sviby-font-input: 400 var(--sviby-font-input-size)/normal "inter", sans-serif;
    --sviby-font-input-small-size: 14px;
    --sviby-font-input-small: 400 var(--sviby-font-input-small-size)/normal "inter", sans-serif;
    --sviby-font-search-size: 46px;
    --sviby-font-search: 600 var(--sviby-font-search-size)/1 "inter", sans-serif;
    --sviby-font-input-error-size: 14px;
    --sviby-font-input-error: 400 var(--sviby-font-input-error-size)/normal "inter", sans-serif;
    --sviby-font-tag-size: 12px;
    --sviby-font-tag: 600 var(--sviby-font-tag-size)/normal "inter-tight", sans-serif;
    --sviby-font-tag-small-size: 10px;
    --sviby-font-tag-small: 500 var(--sviby-font-tag-small-size)/normal "inter-tight", sans-serif;
    --sviby-font-badge-size: 10px;
    --sviby-font-badge: 600 var(--sviby-font-badge-size)/normal "inter", sans-serif;
    --sviby-font-p-small-size: 14px;
    --sviby-font-p-small: 400 var(--sviby-font-p-small-size)/normal "inter", sans-serif;
    --sviby-font-p-small-medium-size: 14px;
    --sviby-font-p-small-medium: 500 var(--sviby-font-p-small-medium-size)/normal "inter", sans-serif;
    --sviby-font-caption-size: 12px;
    --sviby-font-caption: 600 var(--sviby-font-caption-size)/normal "inter", sans-serif;
    --sviby-font-a-size: 14px;
    --sviby-font-a:  var(--sviby-font-a-size)/1.4 "inter", sans-serif;
    --sviby-font-calendar-month-size: 14px;
    --sviby-font-calendar-month: 700 var(--sviby-font-calendar-month-size)/normal "inter", sans-serif;
    --sviby-font-calendar-weekday-size: 14px;
    --sviby-font-calendar-weekday: 700 var(--sviby-font-calendar-weekday-size)/normal "inter", sans-serif;
    --sviby-font-calendar-day-size: 14px;
    --sviby-font-calendar-day: 400 var(--sviby-font-calendar-day-size)/normal "inter", sans-serif;
    --sviby-font-media-title-size: 20px;
    --sviby-font-media-title: 700 var(--sviby-font-media-title-size)/1.1 "inter", sans-serif;
    --sviby-font-media-title-spacing: 0 0 15px 0;
  }
}
@media (max-width: 992px) {
  :root {
    --sviby-spacing-modifier: 0.6;
    --sviby-block-spacing-slim: 20px;
    --sviby-gutters: 7.5px;
    --sviby-gutters-y: 7.5px;
  }
}
@media (max-width: 768px) {
  :root {
    --sviby-spacing-modifier: 0.4;
    --sviby-full-screen-header-height: 50px;
    --sviby-font-h1-size: 24px;
    --sviby-font-h1: 700 var(--sviby-font-h1-size)/1.2 "inter", sans-serif;
    --sviby-font-h1-spacing: 0 0 10px 0;
    --sviby-font-h2-size: 20px;
    --sviby-font-h2: 700 var(--sviby-font-h2-size)/1.1 "inter", sans-serif;
    --sviby-font-h2-spacing: 0 0 10px 0;
    --sviby-font-h3-size: 18px;
    --sviby-font-h3: 600 var(--sviby-font-h3-size)/1.1 "inter", sans-serif;
    --sviby-font-h3-spacing: 0 0 10px 0;
    --sviby-font-h4-size: 16px;
    --sviby-font-h4: 600 var(--sviby-font-h4-size)/1.1 "inter", sans-serif;
    --sviby-font-h4-spacing: 0 0 10px 0;
    --sviby-font-p-size: 14px;
    --sviby-font-p: 400 var(--sviby-font-p-size)/1.5 "inter", sans-serif;
    --sviby-font-p-spacing: 0 0 10px 0;
    --sviby-font-title-large-size: 36px;
    --sviby-font-title-large: 700 var(--sviby-font-title-large-size)/1.2 "inter", sans-serif;
    --sviby-font-title-large-spacing: 0 0 16px 0;
    --sviby-font-title-size: 20px;
    --sviby-font-title: 400 var(--sviby-font-title-size)/1.3 "inter", sans-serif;
    --sviby-font-label-size: 14px;
    --sviby-font-label: 500 var(--sviby-font-label-size)/normal "inter", sans-serif;
    --sviby-font-label-radio-checkbox-size: 14px;
    --sviby-font-label-radio-checkbox: 400 var(--sviby-font-label-radio-checkbox-size)/normal "inter", sans-serif;
    --sviby-font-btn-size: 14px;
    --sviby-font-btn: 700 var(--sviby-font-btn-size)/normal "inter-tight", sans-serif;
    --sviby-font-btn-small-size: 14px;
    --sviby-font-btn-small: 700 var(--sviby-font-btn-small-size)/normal "inter-tight", sans-serif;
    --sviby-font-page-title-size: 18px;
    --sviby-font-page-title: 500 var(--sviby-font-page-title-size)/1.2 "inter", sans-serif;
    --sviby-font-page-nav-size: 14px;
    --sviby-font-page-nav: 500 var(--sviby-font-page-nav-size)/normal "inter", sans-serif;
    --sviby-font-page-nav-large-size: 14px;
    --sviby-font-page-nav-large: 500 var(--sviby-font-page-nav-large-size)/normal "inter", sans-serif;
    --sviby-font-nav-size: 14px;
    --sviby-font-nav: 400 var(--sviby-font-nav-size)/normal "inter", sans-serif;
    --sviby-font-nav-section-title-size: 14px;
    --sviby-font-nav-section-title: 600 var(--sviby-font-nav-section-title-size)/normal "inter", sans-serif;
    --sviby-font-nav-item-size: 14px;
    --sviby-font-nav-item: 500 var(--sviby-font-nav-item-size)/normal "inter", sans-serif;
    --sviby-font-nav-item-title-size: 14px;
    --sviby-font-nav-item-title: 500 var(--sviby-font-nav-item-title-size)/normal "inter", sans-serif;
    --sviby-font-nav-item-subtitle-size: 12px;
    --sviby-font-nav-item-subtitle: 400 var(--sviby-font-nav-item-subtitle-size)/normal "inter", sans-serif;
    --sviby-font-nav-sub-item-size: 14px;
    --sviby-font-nav-sub-item: 400 var(--sviby-font-nav-sub-item-size)/normal "inter", sans-serif;
    --sviby-font-input-size: 16px;
    --sviby-font-input: 400 var(--sviby-font-input-size)/normal "inter", sans-serif;
    --sviby-font-input-small-size: 14px;
    --sviby-font-input-small: 400 var(--sviby-font-input-small-size)/normal "inter", sans-serif;
    --sviby-font-search-size: 24px;
    --sviby-font-search: 600 var(--sviby-font-search-size)/1 "inter", sans-serif;
    --sviby-font-input-error-size: 14px;
    --sviby-font-input-error: 400 var(--sviby-font-input-error-size)/normal "inter", sans-serif;
    --sviby-font-tag-size: 12px;
    --sviby-font-tag: 600 var(--sviby-font-tag-size)/normal "inter-tight", sans-serif;
    --sviby-font-tag-small-size: 10px;
    --sviby-font-tag-small: 500 var(--sviby-font-tag-small-size)/normal "inter-tight", sans-serif;
    --sviby-font-badge-size: 10px;
    --sviby-font-badge: 600 var(--sviby-font-badge-size)/normal "inter", sans-serif;
    --sviby-font-p-small-size: 14px;
    --sviby-font-p-small: 400 var(--sviby-font-p-small-size)/normal "inter", sans-serif;
    --sviby-font-p-small-medium-size: 14px;
    --sviby-font-p-small-medium: 500 var(--sviby-font-p-small-medium-size)/normal "inter", sans-serif;
    --sviby-font-caption-size: 12px;
    --sviby-font-caption: 600 var(--sviby-font-caption-size)/normal "inter", sans-serif;
    --sviby-font-footer-nav-size: 20px;
    --sviby-font-footer-nav: 400 var(--sviby-font-footer-nav-size)/normal "inter", sans-serif;
    --sviby-font-a-size: 14px;
    --sviby-font-a:  var(--sviby-font-a-size)/1.6 "inter", sans-serif;
    --sviby-font-calendar-month-size: 14px;
    --sviby-font-calendar-month: 700 var(--sviby-font-calendar-month-size)/normal "inter", sans-serif;
    --sviby-font-calendar-weekday-size: 14px;
    --sviby-font-calendar-weekday: 700 var(--sviby-font-calendar-weekday-size)/normal "inter", sans-serif;
    --sviby-font-calendar-day-size: 14px;
    --sviby-font-calendar-day: 400 var(--sviby-font-calendar-day-size)/normal "inter", sans-serif;
    --sviby-font-media-title-size: 20px;
    --sviby-font-media-title: 700 var(--sviby-font-media-title-size)/1.1 "inter", sans-serif;
    --sviby-font-media-title-spacing: 0 0 10px 0;
  }
}
@font-face {
  font-family: "inter";
  src: url("/fonts/Inter-Bold.woff2") format("woff2"), url("/fonts/Inter-Bold.woff") format("woff");
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: "inter";
  src: url("/fonts/Inter-Medium.woff2") format("woff2"), url("/fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "inter";
  src: url("/fonts/Inter-Regular.woff2") format("woff2"), url("/fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "inter-tight";
  src: url("/fonts/inter-tight-v1-latin-700.woff2") format("woff2"), url("/fonts/inter-tight-v1-latin-700.woff") format("woff");
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: "inter-tight";
  src: url("/fonts/inter-tight-v1-latin-500.woff2") format("woff2"), url("/fonts/inter-tight-v1-latin-500.woff") format("woff");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "inter-tight";
  src: url("/fonts/inter-tight-v1-latin-regular.woff2") format("woff2"), url("/fonts/inter-tight-v1-latin-regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
}
/*

	$fontFaceAttrs: (
		family: String,
		src: (
			woff2: String,
			woff: String,
			eot: String,
			ttf: String,
			svg: String
		),
		props: Map
	)

*/
:root {
  --sviby-grid-multiplier: 1;
}

.col-false-offset-0,
.col-offset-0 {
  margin-left: 0;
}

.col-false-1,
.col-1 {
  --sviby-col-size: 8.3333333333%;
}

.col-false-1-offset-1,
.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-false-2,
.col-2 {
  --sviby-col-size: 16.6666666667%;
}

.col-false-2-offset-2,
.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-false-3,
.col-3 {
  --sviby-col-size: 25%;
}

.col-false-3-offset-3,
.col-offset-3 {
  margin-left: 25%;
}

.col-false-4,
.col-4 {
  --sviby-col-size: 33.3333333333%;
}

.col-false-4-offset-4,
.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-false-5,
.col-5 {
  --sviby-col-size: 41.6666666667%;
}

.col-false-5-offset-5,
.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-false-6,
.col-6 {
  --sviby-col-size: 50%;
}

.col-false-6-offset-6,
.col-offset-6 {
  margin-left: 50%;
}

.col-false-7,
.col-7 {
  --sviby-col-size: 58.3333333333%;
}

.col-false-7-offset-7,
.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-false-8,
.col-8 {
  --sviby-col-size: 66.6666666667%;
}

.col-false-8-offset-8,
.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-false-9,
.col-9 {
  --sviby-col-size: 75%;
}

.col-false-9-offset-9,
.col-offset-9 {
  margin-left: 75%;
}

.col-false-10,
.col-10 {
  --sviby-col-size: 83.3333333333%;
}

.col-false-10-offset-10,
.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-false-11,
.col-11 {
  --sviby-col-size: 91.6666666667%;
}

.col-false-11-offset-11,
.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-false-12,
.col-12 {
  --sviby-col-size: 100%;
}

.col-false-12-offset-12,
.col-offset-12 {
  margin-left: 100%;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 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-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));
}

@media (min-width: 421px) {
  .col-xs-offset-0,
  .xs\:col-offset-0 {
    margin-left: 0;
  }
  .col-xs-1,
  .xs\:col-1 {
    --sviby-col-size: 8.3333333333%;
  }
  .col-xs-1-offset-1,
  .xs\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-2,
  .xs\:col-2 {
    --sviby-col-size: 16.6666666667%;
  }
  .col-xs-2-offset-2,
  .xs\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-3,
  .xs\:col-3 {
    --sviby-col-size: 25%;
  }
  .col-xs-3-offset-3,
  .xs\:col-offset-3 {
    margin-left: 25%;
  }
  .col-xs-4,
  .xs\:col-4 {
    --sviby-col-size: 33.3333333333%;
  }
  .col-xs-4-offset-4,
  .xs\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-5,
  .xs\:col-5 {
    --sviby-col-size: 41.6666666667%;
  }
  .col-xs-5-offset-5,
  .xs\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-6,
  .xs\:col-6 {
    --sviby-col-size: 50%;
  }
  .col-xs-6-offset-6,
  .xs\:col-offset-6 {
    margin-left: 50%;
  }
  .col-xs-7,
  .xs\:col-7 {
    --sviby-col-size: 58.3333333333%;
  }
  .col-xs-7-offset-7,
  .xs\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-8,
  .xs\:col-8 {
    --sviby-col-size: 66.6666666667%;
  }
  .col-xs-8-offset-8,
  .xs\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-9,
  .xs\:col-9 {
    --sviby-col-size: 75%;
  }
  .col-xs-9-offset-9,
  .xs\:col-offset-9 {
    margin-left: 75%;
  }
  .col-xs-10,
  .xs\:col-10 {
    --sviby-col-size: 83.3333333333%;
  }
  .col-xs-10-offset-10,
  .xs\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-11,
  .xs\:col-11 {
    --sviby-col-size: 91.6666666667%;
  }
  .col-xs-11-offset-11,
  .xs\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-12,
  .xs\:col-12 {
    --sviby-col-size: 100%;
  }
  .col-xs-12-offset-12,
  .xs\:col-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 421px) {
  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 577px) {
  .col-sm-offset-0,
  .sm\:col-offset-0 {
    margin-left: 0;
  }
  .col-sm-1,
  .sm\:col-1 {
    --sviby-col-size: 8.3333333333%;
  }
  .col-sm-1-offset-1,
  .sm\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2,
  .sm\:col-2 {
    --sviby-col-size: 16.6666666667%;
  }
  .col-sm-2-offset-2,
  .sm\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3,
  .sm\:col-3 {
    --sviby-col-size: 25%;
  }
  .col-sm-3-offset-3,
  .sm\:col-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4,
  .sm\:col-4 {
    --sviby-col-size: 33.3333333333%;
  }
  .col-sm-4-offset-4,
  .sm\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5,
  .sm\:col-5 {
    --sviby-col-size: 41.6666666667%;
  }
  .col-sm-5-offset-5,
  .sm\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6,
  .sm\:col-6 {
    --sviby-col-size: 50%;
  }
  .col-sm-6-offset-6,
  .sm\:col-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7,
  .sm\:col-7 {
    --sviby-col-size: 58.3333333333%;
  }
  .col-sm-7-offset-7,
  .sm\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8,
  .sm\:col-8 {
    --sviby-col-size: 66.6666666667%;
  }
  .col-sm-8-offset-8,
  .sm\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9,
  .sm\:col-9 {
    --sviby-col-size: 75%;
  }
  .col-sm-9-offset-9,
  .sm\:col-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10,
  .sm\:col-10 {
    --sviby-col-size: 83.3333333333%;
  }
  .col-sm-10-offset-10,
  .sm\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11,
  .sm\:col-11 {
    --sviby-col-size: 91.6666666667%;
  }
  .col-sm-11-offset-11,
  .sm\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12,
  .sm\:col-12 {
    --sviby-col-size: 100%;
  }
  .col-sm-12-offset-12,
  .sm\:col-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 577px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 769px) {
  .col-md-offset-0,
  .md\:col-offset-0 {
    margin-left: 0;
  }
  .col-md-1,
  .md\:col-1 {
    --sviby-col-size: 8.3333333333%;
  }
  .col-md-1-offset-1,
  .md\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2,
  .md\:col-2 {
    --sviby-col-size: 16.6666666667%;
  }
  .col-md-2-offset-2,
  .md\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3,
  .md\:col-3 {
    --sviby-col-size: 25%;
  }
  .col-md-3-offset-3,
  .md\:col-offset-3 {
    margin-left: 25%;
  }
  .col-md-4,
  .md\:col-4 {
    --sviby-col-size: 33.3333333333%;
  }
  .col-md-4-offset-4,
  .md\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5,
  .md\:col-5 {
    --sviby-col-size: 41.6666666667%;
  }
  .col-md-5-offset-5,
  .md\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6,
  .md\:col-6 {
    --sviby-col-size: 50%;
  }
  .col-md-6-offset-6,
  .md\:col-offset-6 {
    margin-left: 50%;
  }
  .col-md-7,
  .md\:col-7 {
    --sviby-col-size: 58.3333333333%;
  }
  .col-md-7-offset-7,
  .md\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8,
  .md\:col-8 {
    --sviby-col-size: 66.6666666667%;
  }
  .col-md-8-offset-8,
  .md\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9,
  .md\:col-9 {
    --sviby-col-size: 75%;
  }
  .col-md-9-offset-9,
  .md\:col-offset-9 {
    margin-left: 75%;
  }
  .col-md-10,
  .md\:col-10 {
    --sviby-col-size: 83.3333333333%;
  }
  .col-md-10-offset-10,
  .md\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11,
  .md\:col-11 {
    --sviby-col-size: 91.6666666667%;
  }
  .col-md-11-offset-11,
  .md\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12,
  .md\:col-12 {
    --sviby-col-size: 100%;
  }
  .col-md-12-offset-12,
  .md\:col-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 993px) {
  .col-lg-offset-0,
  .lg\:col-offset-0 {
    margin-left: 0;
  }
  .col-lg-1,
  .lg\:col-1 {
    --sviby-col-size: 8.3333333333%;
  }
  .col-lg-1-offset-1,
  .lg\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2,
  .lg\:col-2 {
    --sviby-col-size: 16.6666666667%;
  }
  .col-lg-2-offset-2,
  .lg\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3,
  .lg\:col-3 {
    --sviby-col-size: 25%;
  }
  .col-lg-3-offset-3,
  .lg\:col-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4,
  .lg\:col-4 {
    --sviby-col-size: 33.3333333333%;
  }
  .col-lg-4-offset-4,
  .lg\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5,
  .lg\:col-5 {
    --sviby-col-size: 41.6666666667%;
  }
  .col-lg-5-offset-5,
  .lg\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6,
  .lg\:col-6 {
    --sviby-col-size: 50%;
  }
  .col-lg-6-offset-6,
  .lg\:col-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7,
  .lg\:col-7 {
    --sviby-col-size: 58.3333333333%;
  }
  .col-lg-7-offset-7,
  .lg\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8,
  .lg\:col-8 {
    --sviby-col-size: 66.6666666667%;
  }
  .col-lg-8-offset-8,
  .lg\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9,
  .lg\:col-9 {
    --sviby-col-size: 75%;
  }
  .col-lg-9-offset-9,
  .lg\:col-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10,
  .lg\:col-10 {
    --sviby-col-size: 83.3333333333%;
  }
  .col-lg-10-offset-10,
  .lg\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11,
  .lg\:col-11 {
    --sviby-col-size: 91.6666666667%;
  }
  .col-lg-11-offset-11,
  .lg\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12,
  .lg\:col-12 {
    --sviby-col-size: 100%;
  }
  .col-lg-12-offset-12,
  .lg\:col-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 993px) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  .col-tablet-offset-0,
  .tablet\:col-offset-0 {
    margin-left: 0;
  }
  .col-tablet-1,
  .tablet\:col-1 {
    --sviby-col-size: 8.3333333333%;
  }
  .col-tablet-1-offset-1,
  .tablet\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-tablet-2,
  .tablet\:col-2 {
    --sviby-col-size: 16.6666666667%;
  }
  .col-tablet-2-offset-2,
  .tablet\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-tablet-3,
  .tablet\:col-3 {
    --sviby-col-size: 25%;
  }
  .col-tablet-3-offset-3,
  .tablet\:col-offset-3 {
    margin-left: 25%;
  }
  .col-tablet-4,
  .tablet\:col-4 {
    --sviby-col-size: 33.3333333333%;
  }
  .col-tablet-4-offset-4,
  .tablet\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-tablet-5,
  .tablet\:col-5 {
    --sviby-col-size: 41.6666666667%;
  }
  .col-tablet-5-offset-5,
  .tablet\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-tablet-6,
  .tablet\:col-6 {
    --sviby-col-size: 50%;
  }
  .col-tablet-6-offset-6,
  .tablet\:col-offset-6 {
    margin-left: 50%;
  }
  .col-tablet-7,
  .tablet\:col-7 {
    --sviby-col-size: 58.3333333333%;
  }
  .col-tablet-7-offset-7,
  .tablet\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-tablet-8,
  .tablet\:col-8 {
    --sviby-col-size: 66.6666666667%;
  }
  .col-tablet-8-offset-8,
  .tablet\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-tablet-9,
  .tablet\:col-9 {
    --sviby-col-size: 75%;
  }
  .col-tablet-9-offset-9,
  .tablet\:col-offset-9 {
    margin-left: 75%;
  }
  .col-tablet-10,
  .tablet\:col-10 {
    --sviby-col-size: 83.3333333333%;
  }
  .col-tablet-10-offset-10,
  .tablet\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-tablet-11,
  .tablet\:col-11 {
    --sviby-col-size: 91.6666666667%;
  }
  .col-tablet-11-offset-11,
  .tablet\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-tablet-12,
  .tablet\:col-12 {
    --sviby-col-size: 100%;
  }
  .col-tablet-12-offset-12,
  .tablet\:col-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1025px) {
  .tablet\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tablet\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tablet\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tablet\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .tablet\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tablet\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .tablet\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .tablet\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .tablet\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .tablet\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .tablet\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1201px) {
  .col-xl-offset-0,
  .xl\:col-offset-0 {
    margin-left: 0;
  }
  .col-xl-1,
  .xl\:col-1 {
    --sviby-col-size: 8.3333333333%;
  }
  .col-xl-1-offset-1,
  .xl\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2,
  .xl\:col-2 {
    --sviby-col-size: 16.6666666667%;
  }
  .col-xl-2-offset-2,
  .xl\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3,
  .xl\:col-3 {
    --sviby-col-size: 25%;
  }
  .col-xl-3-offset-3,
  .xl\:col-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4,
  .xl\:col-4 {
    --sviby-col-size: 33.3333333333%;
  }
  .col-xl-4-offset-4,
  .xl\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5,
  .xl\:col-5 {
    --sviby-col-size: 41.6666666667%;
  }
  .col-xl-5-offset-5,
  .xl\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6,
  .xl\:col-6 {
    --sviby-col-size: 50%;
  }
  .col-xl-6-offset-6,
  .xl\:col-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7,
  .xl\:col-7 {
    --sviby-col-size: 58.3333333333%;
  }
  .col-xl-7-offset-7,
  .xl\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8,
  .xl\:col-8 {
    --sviby-col-size: 66.6666666667%;
  }
  .col-xl-8-offset-8,
  .xl\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9,
  .xl\:col-9 {
    --sviby-col-size: 75%;
  }
  .col-xl-9-offset-9,
  .xl\:col-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10,
  .xl\:col-10 {
    --sviby-col-size: 83.3333333333%;
  }
  .col-xl-10-offset-10,
  .xl\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11,
  .xl\:col-11 {
    --sviby-col-size: 91.6666666667%;
  }
  .col-xl-11-offset-11,
  .xl\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12,
  .xl\:col-12 {
    --sviby-col-size: 100%;
  }
  .col-xl-12-offset-12,
  .xl\:col-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1201px) {
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1441px) {
  .col-laptop-offset-0,
  .laptop\:col-offset-0 {
    margin-left: 0;
  }
  .col-laptop-1,
  .laptop\:col-1 {
    --sviby-col-size: 8.3333333333%;
  }
  .col-laptop-1-offset-1,
  .laptop\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-laptop-2,
  .laptop\:col-2 {
    --sviby-col-size: 16.6666666667%;
  }
  .col-laptop-2-offset-2,
  .laptop\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-laptop-3,
  .laptop\:col-3 {
    --sviby-col-size: 25%;
  }
  .col-laptop-3-offset-3,
  .laptop\:col-offset-3 {
    margin-left: 25%;
  }
  .col-laptop-4,
  .laptop\:col-4 {
    --sviby-col-size: 33.3333333333%;
  }
  .col-laptop-4-offset-4,
  .laptop\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-laptop-5,
  .laptop\:col-5 {
    --sviby-col-size: 41.6666666667%;
  }
  .col-laptop-5-offset-5,
  .laptop\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-laptop-6,
  .laptop\:col-6 {
    --sviby-col-size: 50%;
  }
  .col-laptop-6-offset-6,
  .laptop\:col-offset-6 {
    margin-left: 50%;
  }
  .col-laptop-7,
  .laptop\:col-7 {
    --sviby-col-size: 58.3333333333%;
  }
  .col-laptop-7-offset-7,
  .laptop\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-laptop-8,
  .laptop\:col-8 {
    --sviby-col-size: 66.6666666667%;
  }
  .col-laptop-8-offset-8,
  .laptop\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-laptop-9,
  .laptop\:col-9 {
    --sviby-col-size: 75%;
  }
  .col-laptop-9-offset-9,
  .laptop\:col-offset-9 {
    margin-left: 75%;
  }
  .col-laptop-10,
  .laptop\:col-10 {
    --sviby-col-size: 83.3333333333%;
  }
  .col-laptop-10-offset-10,
  .laptop\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-laptop-11,
  .laptop\:col-11 {
    --sviby-col-size: 91.6666666667%;
  }
  .col-laptop-11-offset-11,
  .laptop\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-laptop-12,
  .laptop\:col-12 {
    --sviby-col-size: 100%;
  }
  .col-laptop-12-offset-12,
  .laptop\:col-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1441px) {
  .laptop\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .laptop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .laptop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .laptop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .laptop\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .laptop\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .laptop\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .laptop\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .laptop\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .laptop\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .laptop\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .laptop\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1921px) {
  .col-xxl-offset-0,
  .xxl\:col-offset-0 {
    margin-left: 0;
  }
  .col-xxl-1,
  .xxl\:col-1 {
    --sviby-col-size: 8.3333333333%;
  }
  .col-xxl-1-offset-1,
  .xxl\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxl-2,
  .xxl\:col-2 {
    --sviby-col-size: 16.6666666667%;
  }
  .col-xxl-2-offset-2,
  .xxl\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxl-3,
  .xxl\:col-3 {
    --sviby-col-size: 25%;
  }
  .col-xxl-3-offset-3,
  .xxl\:col-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-4,
  .xxl\:col-4 {
    --sviby-col-size: 33.3333333333%;
  }
  .col-xxl-4-offset-4,
  .xxl\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxl-5,
  .xxl\:col-5 {
    --sviby-col-size: 41.6666666667%;
  }
  .col-xxl-5-offset-5,
  .xxl\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxl-6,
  .xxl\:col-6 {
    --sviby-col-size: 50%;
  }
  .col-xxl-6-offset-6,
  .xxl\:col-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-7,
  .xxl\:col-7 {
    --sviby-col-size: 58.3333333333%;
  }
  .col-xxl-7-offset-7,
  .xxl\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxl-8,
  .xxl\:col-8 {
    --sviby-col-size: 66.6666666667%;
  }
  .col-xxl-8-offset-8,
  .xxl\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxl-9,
  .xxl\:col-9 {
    --sviby-col-size: 75%;
  }
  .col-xxl-9-offset-9,
  .xxl\:col-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-10,
  .xxl\:col-10 {
    --sviby-col-size: 83.3333333333%;
  }
  .col-xxl-10-offset-10,
  .xxl\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxl-11,
  .xxl\:col-11 {
    --sviby-col-size: 91.6666666667%;
  }
  .col-xxl-11-offset-11,
  .xxl\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxl-12,
  .xxl\:col-12 {
    --sviby-col-size: 100%;
  }
  .col-xxl-12-offset-12,
  .xxl\:col-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1921px) {
  .xxl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xxl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xxl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xxl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xxl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
[class*=col-], [class*=col-], .column {
  position: relative;
  min-height: 1px;
  width: var(--sviby-col-size, 100%);
  flex: 0 0 var(--sviby-col-size, 100%);
}

.column--gutters-top, .column--gutters-y {
  padding-top: calc(var(--sviby-gutters-y) * var(--sviby-grid-multiplier));
}
.column--gutters-bottom, .column--gutters-y {
  padding-bottom: calc(var(--sviby-gutters-y) * var(--sviby-grid-multiplier));
}

.container {
  position: relative;
  max-width: calc(1050px + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  padding-right: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}
.container--fixed {
  min-width: 1024px;
}
.container--border-top {
  border-top: 1px solid var(--sviby-color-bg);
}
.container--border-bottom {
  border-bottom: 1px solid var(--sviby-color-bg);
}
.container--large-gutters {
  --sviby-grid-multiplier: 2.5;
}
.container--half-gutters {
  padding-left: calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) / 2);
  padding-right: calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) / 2);
}
.container--default {
  max-width: calc(1050px + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2));
}
.container--full {
  max-width: calc(100% + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2));
}
.container--w1920 {
  max-width: calc(1920px + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2));
}
.container--w1800 {
  max-width: calc(1740px + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2));
}
.container--w1600 {
  max-width: calc(1600px + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2));
}
.container--w1400 {
  max-width: calc(1480px + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2));
}
.container--w1200 {
  max-width: calc(1200px + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2));
}
.container--w1024 {
  max-width: calc(1024px + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2));
}
.container--w800 {
  max-width: calc(890px + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2));
}
.container--w750 {
  max-width: calc(860px + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2));
}
.container--w700 {
  max-width: calc(700px + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2));
}
.container--w600 {
  max-width: calc(600px + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2));
}
.container--w512 {
  max-width: calc(512px + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2));
}
.container--w400 {
  max-width: calc(400px + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2));
}
.container-fluid, .container--fluid {
  position: relative;
  max-width: 100%;
}
.container--padding-bottom, .container--padding-y {
  padding-bottom: calc(var(--sviby-gutters-y) * var(--sviby-grid-multiplier));
}
.container--padding-top, .container--padding-y {
  padding-top: calc(var(--sviby-gutters-y) * var(--sviby-grid-multiplier));
}
.container--margin-bottom, .container--margin-y {
  margin-bottom: calc(var(--sviby-gutters-y) * var(--sviby-grid-multiplier));
}
.container--margin-top, .container--margin-y {
  margin-top: calc(var(--sviby-gutters-y) * var(--sviby-grid-multiplier));
}
.container--right {
  margin-right: 0;
}
.container--left {
  margin-left: 0;
}
.container--sub-container {
  --sviby-grid-multiplier: 0;
}
.container--sub-container > * {
  --sviby-grid-multiplier: 1;
}
.container--no-side-gutters {
  padding-left: 0;
  padding-right: 0;
}
.container--no-padding {
  padding: 0;
}
.container--row-fix {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.grid-reset, .row--grid-reset, .row.grid-reset,
.flex-grid .container--grid-reset,
.flex-grid .container.grid-reset {
  --sviby-grid-multiplier: 1;
}

.no-gutters, .row--no-gutters,
.no-gutters,
.flex-grid .container--no-gutters {
  --sviby-grid-multiplier: 0;
}

.sticky-container {
  position: relative;
}

.row,
.flex-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) / -2);
  margin-right: calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) / -2);
}
.row:not(.row, .flex-grid--no-gutters-y), .row:not(.no-gutters-y),
.flex-grid:not(.row, .flex-grid--no-gutters-y),
.flex-grid:not(.no-gutters-y) {
  margin-top: calc(calc(var(--sviby-gutters-y) * var(--sviby-grid-multiplier)) * -1);
}
.row:not(.row, .flex-grid--no-gutters-y) > [class*=col-], .row:not(.row, .flex-grid--no-gutters-y) > [class*=col-], .row:not(.row, .flex-grid--no-gutters-y) > .column, .row:not(.no-gutters-y) > [class*=col-], .row:not(.no-gutters-y) > [class*=col-], .row:not(.no-gutters-y) > .column,
.flex-grid:not(.row, .flex-grid--no-gutters-y) > [class*=col-],
.flex-grid:not(.row, .flex-grid--no-gutters-y) > [class*=col-],
.flex-grid:not(.row, .flex-grid--no-gutters-y) > .column,
.flex-grid:not(.no-gutters-y) > [class*=col-],
.flex-grid:not(.no-gutters-y) > [class*=col-],
.flex-grid:not(.no-gutters-y) > .column {
  margin-top: calc(var(--sviby-gutters-y) * var(--sviby-grid-multiplier));
}
.row--row,
.flex-grid--row {
  flex-direction: row;
}
.row--reverse,
.flex-grid--reverse {
  flex-direction: row-reverse;
}
.row--spacing-bottom,
.flex-grid--spacing-bottom {
  padding-bottom: calc(var(--sviby-gutters-y) * var(--sviby-grid-multiplier));
}
.row [class*=col-], .row [class*=col-], .row .column,
.flex-grid [class*=col-],
.flex-grid [class*=col-],
.flex-grid .column {
  padding-left: calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) / 2);
  padding-right: calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) / 2);
}

.grid {
  display: grid;
}
.grid.grid--gutters {
  grid-gap: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}
.grid.grid--divide-x > .column + .column {
  border-left: 1px solid var(--sviby-color-hr);
}
.grid > .column {
  padding: 0;
  margin: 0;
  width: auto;
  flex: none;
}

/*
::-webkit-scrollbar{
    width:10px;
    height:10px
}
::-webkit-scrollbar-track{
    background:#fff;
}
::-webkit-scrollbar-thumb{
    background:color(primary);
    cursor:pointer
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
} */
@media (prefers-reduced-motion: reduce) {
  *:not(.activity-indicator *) {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  scroll-snap-type: y proximity;
  height: 100%;
}

body {
  position: relative;
  color: var(--sviby-color-text);
  font: var(--sviby-font-p);
  padding: var(--sviby-font-p-spacing);
  letter-spacing: -0.01em;
  background: #fff;
  margin: 0 !important;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 993px) {
  body.menu--open {
    overflow: hidden;
  }
}

.is-hidden {
  display: none !important;
}

#page {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: var(--sviby-header-clearance);
}
#page.page--rendered {
  opacity: 1;
}
#page.page--scrolled {
  --sviby-header-clearance: var(--sviby-header-height-scrolled);
}
#page.page--menu-hidden {
  --sviby-header-clearance: 0px;
}

.admin-wrapper {
  position: relative;
  background: var(--sviby-color-view-background);
  width: 100%;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.admin-body-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  background: var(--sviby-color-view-background);
}
.admin-main {
  width: calc(100% - var(--sviby-sidebar-width));
}

header,
section,
article,
main,
footer,
.section,
.main {
  position: relative;
  width: 100%;
}

.section--padding-top, .section--padding-y {
  padding-top: var(--sviby-section-spacing);
}
.section--padding-bottom, .section--padding-y {
  padding-bottom: var(--sviby-section-spacing);
}
.section--padding-top-slim, .section--padding-y-slim {
  padding-top: var(--sviby-section-spacing-slim);
}
.section--padding-bottom-slim, .section--padding-y-slim {
  padding-bottom: var(--sviby-section-spacing-slim);
}
.section--margin-top, .section--margin-y {
  margin-top: var(--sviby-section-spacing);
}
.section--margin-bottom, .section--margin-y {
  margin-bottom: var(--sviby-section-spacing);
}

.block {
  position: relative;
  background-color: var(--sviby-color-bg);
}
.block--padding-top, .block--padding-y {
  padding-top: var(--sviby-block-spacing);
}
.block--padding-bottom, .block--padding-y {
  padding-bottom: var(--sviby-block-spacing);
}
.block--padding-slim-top, .block--padding-slim-y {
  padding-top: var(--sviby-block-spacing-slim);
}
.block--padding-slim-bottom, .block--padding-slim-y {
  padding-bottom: var(--sviby-block-spacing-slim);
}
.block--margin-top, .block--margin-y {
  margin-top: var(--sviby-block-spacing);
}
.block--margin-bottom, .block--margin-y {
  margin-bottom: var(--sviby-block-spacing);
}
.block--border {
  padding: calc(var(--sviby-gutters-y) * var(--sviby-grid-multiplier)) calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  border: 1px solid var(--sviby-color-hr);
  border-radius: 8px;
}
.block:not(:last-child) {
  margin-bottom: var(--sviby-block-spacing);
}
.block--unified-border {
  border-bottom: 0;
}
.block--unified-border:not(:last-child) {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.block--unified-border:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.block--unified-border:last-child {
  border: 1px solid var(--sviby-color-hr);
}
.block--card {
  padding: calc(var(--sviby-gutters-y) * var(--sviby-grid-multiplier)) calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  background-color: var(--sviby-color-bg);
  border-radius: 8px;
}

.section--fixed,
.block--fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.section--full-page, .section--cover,
.block--full-page,
.block--cover {
  min-height: calc(100vh - var(--sviby-header-clearance));
}
.section--full-screen,
.block--full-screen {
  min-height: 100vh;
}

.section--header {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--sviby-color-dark);
  display: flex;
  align-items: center;
}
.section--header h3 {
  padding-bottom: 0;
  margin-right: auto;
  min-width: 100px;
}

hr {
  border: 0;
  border-top: 1px solid var(--sviby-color-hr);
  width: 100%;
  height: 0;
  display: block;
}

.wrapper {
  position: relative;
}
.wrapper--border {
  border: 1px solid var(--sviby-color-hr);
  border-radius: 8px;
}
.wrapper--with-sidebar {
  display: flex;
}

.sticky-wrapper {
  position: sticky;
  top: var(--sviby-header-clearance);
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.static-wrapper {
  position: static;
}

.horizontal-scroll {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.admin-footer {
  z-index: 100;
  pointer-events: none;
  margin-bottom: 160px;
}
.admin-footer__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.admin-footer__inner > .wrapper {
  position: sticky;
  top: calc(100vh - (81px - var(--sviby-header-clearance)));
  left: 0;
  pointer-events: all;
  padding: 20px calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  background: #fff;
  border-top: 1px solid var(--sviby-color-hr);
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.09) 0 0 12px;
}

.ul--clear {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul:not([class]) {
  list-style: none;
}
ul:not([class]) > li:not([class]) {
  position: relative;
  padding-bottom: 10px;
}
ul:not([class]) > li:not([class])::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -20px;
  transform: translateX(-100%);
  width: 15px;
  height: 2px;
  background: var(--sviby-color-primary);
  border-radius: 4px;
}
ul:not([class]) ul:not([class]) {
  padding-top: 20px;
  padding-bottom: 0;
}

ol:not([class]) {
  padding-left: 0;
  counter-reset: item;
  list-style: none;
  line-height: 1.5;
}
ol:not([class]) ol {
  padding-left: 25px;
}
ol:not([class]) li::before {
  content: counter(item) ". ";
  counter-increment: item;
  padding-right: 10px;
  min-width: 25px;
  display: inline-block;
}
ol:not([class]) ol li::before {
  content: counters(item, ".") ". ";
}

img {
  max-width: 100%;
  max-height: 100%;
}

.js-loaded .js-if-is-loaded {
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-loaded:not(.is-loaded) .js-if-is-loaded {
  opacity: 0;
}

@media (max-width: 1200px) {
  main {
    padding-left: 0;
  }
}
@media (min-width: 993px) {
  .lg\:section--full-page {
    min-height: 100vh;
  }
}
@media (max-width: 768px) {
  ul:not([class]) > li:not([class])::before {
    top: 7px;
  }
}
.page--title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-title-wrapper {
  padding-top: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4 {
  word-wrap: break-word;
}

a,
span.link {
  color: inherit;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
a.underline,
span.link.underline {
  text-decoration: underline;
}

a.link, a.anchor,
a a:not([class]),
span.link,
span.anchor,
span a:not([class]) {
  font: var(--sviby-font-a);
  letter-spacing: -0.01em;
  cursor: pointer;
  color: var(--sviby-color-link);
  text-decoration: underline;
}
a.link:hover, a.anchor:hover,
a a:hover:not([class]),
span.link:hover,
span.anchor:hover,
span a:hover:not([class]) {
  text-decoration: none;
}
a.link.a--hover:hover, a.link--hover:hover, a.anchor.a--hover:hover, a.anchor--hover:hover,
a a.a--hover:hover:not([class]),
span.link.a--hover:hover,
span.link--hover:hover,
span.anchor.a--hover:hover,
span.anchor--hover:hover,
span a.a--hover:hover:not([class]) {
  text-decoration: none;
}
a.link.a--external::after, a.link--external::after, a.anchor.a--external::after, a.anchor--external::after,
a a.a--external:not([class])::after,
span.link.a--external::after,
span.link--external::after,
span.anchor.a--external::after,
span.anchor--external::after,
span a.a--external:not([class])::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3em;
  background: url("/img/ui-icons/Line/User Interface/Link.svg") center/contain no-repeat;
}

p > a:not([class]) {
  padding: 0;
}

h1 {
  font: var(--sviby-font-h1);
  padding: var(--sviby-font-h1-spacing);
}

h2 {
  font: var(--sviby-font-h2);
  padding: var(--sviby-font-h2-spacing);
  letter-spacing: -0.02em;
}

h3 {
  font: var(--sviby-font-h3);
  padding: var(--sviby-font-h3-spacing);
  letter-spacing: -0.02em;
}

h4 {
  font: var(--sviby-font-h4);
  padding: var(--sviby-font-h4-spacing);
  letter-spacing: -0.015em;
}

p {
  font: var(--sviby-font-p);
  padding: var(--sviby-font-p-spacing);
  letter-spacing: -0.01em;
}

.font--h1 {
  font: var(--sviby-font-h1) !important;
  padding: var(--sviby-font-h1-spacing);
}

.font--h2 {
  font: var(--sviby-font-h2) !important;
  padding: var(--sviby-font-h2-spacing);
  letter-spacing: -0.02em;
}

.font--h3 {
  font: var(--sviby-font-h3) !important;
  padding: var(--sviby-font-h3-spacing);
  letter-spacing: -0.02em;
}

.font--h4 {
  font: var(--sviby-font-h4) !important;
  padding: var(--sviby-font-h4-spacing);
  letter-spacing: -0.015em;
}

.font--p {
  font: var(--sviby-font-p) !important;
  padding: var(--sviby-font-p-spacing);
  letter-spacing: -0.01em;
}

.font--title-large {
  font: var(--sviby-font-title-large) !important;
  padding: var(--sviby-font-title-large-spacing);
}

.font--title {
  font: var(--sviby-font-title) !important;
}

.font--label {
  font: var(--sviby-font-label) !important;
  letter-spacing: -0.01em;
}

.font--label-radio-checkbox {
  font: var(--sviby-font-label-radio-checkbox) !important;
  letter-spacing: -0.01em;
}

.font--btn {
  font: var(--sviby-font-btn) !important;
  letter-spacing: -0.01em;
}

.font--btn-small {
  font: var(--sviby-font-btn-small) !important;
  letter-spacing: -0.005em;
}

.font--page-title {
  font: var(--sviby-font-page-title) !important;
  letter-spacing: -0.015em;
}

.font--page-nav {
  font: var(--sviby-font-page-nav) !important;
  letter-spacing: -0.01em;
}

.font--page-nav-large {
  font: var(--sviby-font-page-nav-large) !important;
  letter-spacing: -0.01em;
}

.font--nav {
  font: var(--sviby-font-nav) !important;
  letter-spacing: -0.01em;
}

.font--nav-section-title {
  font: var(--sviby-font-nav-section-title) !important;
  letter-spacing: 0.015em;
}

.font--nav-item {
  font: var(--sviby-font-nav-item) !important;
}

.font--nav-item-title {
  font: var(--sviby-font-nav-item-title) !important;
  letter-spacing: -0.01em;
}

.font--nav-item-subtitle {
  font: var(--sviby-font-nav-item-subtitle) !important;
  letter-spacing: 0.005em;
}

.font--nav-sub-item {
  font: var(--sviby-font-nav-sub-item) !important;
  letter-spacing: -0.01em;
}

.font--input {
  font: var(--sviby-font-input) !important;
  letter-spacing: -0.01em;
}

.font--input-small {
  font: var(--sviby-font-input-small) !important;
  letter-spacing: -0.005em;
}

.font--search {
  font: var(--sviby-font-search) !important;
  letter-spacing: -0.025em;
}

.font--input-error {
  font: var(--sviby-font-input-error) !important;
  letter-spacing: -0.01em;
}

.font--tag {
  font: var(--sviby-font-tag) !important;
}

.font--tag-small {
  font: var(--sviby-font-tag-small) !important;
  text-transform: uppercase;
}

.font--badge {
  font: var(--sviby-font-badge) !important;
  letter-spacing: -0.005em;
}

.font--p-small {
  font: var(--sviby-font-p-small) !important;
  letter-spacing: -0.005em;
}

.font--p-small-medium {
  font: var(--sviby-font-p-small-medium) !important;
  letter-spacing: -0.01em;
}

.font--caption {
  font: var(--sviby-font-caption) !important;
  letter-spacing: -0.005em;
}

.font--footer-nav {
  font: var(--sviby-font-footer-nav) !important;
  letter-spacing: -0.015em;
}

.font--a {
  font: var(--sviby-font-a) !important;
  letter-spacing: -0.01em;
}

.font--calendar-month {
  font: var(--sviby-font-calendar-month) !important;
  letter-spacing: -0.01em;
}

.font--calendar-weekday {
  font: var(--sviby-font-calendar-weekday) !important;
  letter-spacing: -0.01em;
}

.font--calendar-day {
  font: var(--sviby-font-calendar-day) !important;
  letter-spacing: -0.01em;
}

.font--media-title {
  font: var(--sviby-font-media-title) !important;
  padding: var(--sviby-font-media-title-spacing);
  letter-spacing: -0.02em;
}

.font-weight--regular {
  font-weight: 400 !important;
}

.font-weight--medium {
  font-weight: 500 !important;
}

.font-weight--semibold {
  font-weight: 600 !important;
}

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

.font-weight--black {
  font-weight: 900 !important;
}

.text-wrapper[data-text] {
  position: relative;
}
.text-wrapper[data-text] span {
  color: transparent;
}
.text-wrapper[data-text]::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font: inherit;
  color: inherit;
  speak: never;
  pointer-events: none;
}

.font--p-small-container p {
  font: var(--sviby-font-p-small);
}

.hover--default {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.hover--default:hover {
  opacity: 0.8;
}

.text-center,
.text-align--center {
  text-align: center !important;
}

.text-right,
.text-align--right {
  text-align: right !important;
}

.text-left,
.text-align--left {
  text-align: left !important;
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-break: break-word;
}

strong,
b {
  font-weight: 600;
}

.text-transform--capitalize {
  text-transform: capitalize !important;
}
.text-transform--lowercase {
  text-transform: lowercase !important;
}
.text-transform--uppercase {
  text-transform: uppercase !important;
}

.text-type--number {
  font-variant-numeric: tabular-nums;
}

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

.gutter-top,
.gutters-y,
.gutters-p-top,
.gutters-p-y {
  padding-top: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}

.gutters-bottom,
.gutters-y,
.gutters-p-bottom,
.gutters-p-y {
  padding-bottom: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}

.gutters-left,
.gutters-x,
.gutters-p-left,
.gutters-p-x {
  padding-left: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}

.gutters-right,
.gutters-x,
.gutters-p-right,
.gutters-p-x {
  padding-right: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}

.gutters-m-top,
.gutters-m-y {
  margin-top: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}

.gutters-m-bottom,
.gutters-m-y {
  margin-bottom: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}

.gutters-m-left,
.gutters-m-x {
  margin-left: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}

.gutters-m-right,
.gutters-m-x {
  margin-right: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}

.push--left {
  margin-right: auto !important;
}

.push--right {
  margin-left: auto !important;
}

.scroll-snap {
  scroll-snap-align: start;
}

.rounded {
  border-radius: 8px;
  overflow: hidden;
}

.border-radius {
  border-radius: 8px;
  overflow: hidden;
}
.border-radius--default {
  border-radius: 8px;
  overflow: hidden;
}
.border-radius--inner {
  border-radius: 4px;
  overflow: hidden;
}
.border-radius--circle {
  border-radius: 50%;
}

.border--default {
  border: 1px solid var(--sviby-color-hr);
}

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

@media (min-width: 993px) {
  .last-p-lg-spacing > p:last-of-type,
  .last-p--lg--no-padding > p:last-of-type,
  .lg\:last-p--no-padding > p:last-of-type {
    padding-bottom: 0;
  }
}
.flex {
  display: flex;
  flex-shrink: 0;
}
.flex-wrap, .flex--wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap, .flex--nowrap {
  flex-wrap: nowrap !important;
}
.flex--1 {
  flex: 1 !important;
}
.flex--initial {
  flex: initial !important;
}
.flex--shrink-0, .flex--no-shrink {
  flex-shrink: 0 !important;
}
.flex--items-center, .flex--align-center, .flex--align-items-center {
  align-items: center !important;
}
.flex--items-start, .flex--align-start, .flex--align-items-start {
  align-items: flex-start !important;
}
.flex--items-end, .flex--align-end, .flex--align-items-end {
  align-items: flex-end !important;
}
.flex--justify-center, .flex--justify-content-center {
  justify-content: center !important;
}
.flex--justify-start, .flex--justify-content-start {
  justify-content: flex-start !important;
}
.flex--justify-end, .flex--justify-content-end {
  justify-content: flex-end !important;
}
.flex--justify-space-between, .flex--justify-content-space-between {
  justify-content: space-between;
}
.flex--justify-space-around, .flex--justify-content-space-around {
  justify-content: space-around;
}
.flex--center {
  justify-content: center;
  align-items: center;
}
.flex--row {
  flex-direction: row !important;
}
.flex--row-reverse {
  flex-direction: row-reverse !important;
}
.flex--column {
  flex-direction: column !important;
}
.flex--column-reverse {
  flex-direction: column-reverse !important;
}
.flex--order-1 {
  order: 1;
}
.flex--order-2 {
  order: 2;
}
.flex--order-3 {
  order: 3;
}
.flex--order-4 {
  order: 4;
}
.flex--order-5 {
  order: 5;
}
.flex--order-6 {
  order: 6;
}
.flex--order-7 {
  order: 7;
}
.flex--order-8 {
  order: 8;
}
.flex--order-9 {
  order: 9;
}
.flex--order-10 {
  order: 10;
}

.m-10 {
  margin: 10px !important;
}

.mt-10,
.my-10 {
  margin-top: 10px !important;
}

.mr-10,
.mx-10 {
  margin-right: 10px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}

.ml-10,
.mx-10 {
  margin-left: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10,
.py-10 {
  padding-top: 10px !important;
}

.pr-10,
.px-10 {
  padding-right: 10px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}

.pl-10,
.px-10 {
  padding-left: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20,
.my-20 {
  margin-top: 20px !important;
}

.mr-20,
.mx-20 {
  margin-right: 20px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}

.ml-20,
.mx-20 {
  margin-left: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20,
.py-20 {
  padding-top: 20px !important;
}

.pr-20,
.px-20 {
  padding-right: 20px !important;
}

.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}

.pl-20,
.px-20 {
  padding-left: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.mr-30,
.mx-30 {
  margin-right: 30px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.ml-30,
.mx-30 {
  margin-left: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30,
.py-30 {
  padding-top: 30px !important;
}

.pr-30,
.px-30 {
  padding-right: 30px !important;
}

.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}

.pl-30,
.px-30 {
  padding-left: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40,
.my-40 {
  margin-top: 40px !important;
}

.mr-40,
.mx-40 {
  margin-right: 40px !important;
}

.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}

.ml-40,
.mx-40 {
  margin-left: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40,
.py-40 {
  padding-top: 40px !important;
}

.pr-40,
.px-40 {
  padding-right: 40px !important;
}

.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}

.pl-40,
.px-40 {
  padding-left: 40px !important;
}

.width--30 {
  width: 30px !important;
}

.width--40 {
  width: 40px !important;
}

.width--60 {
  width: 60px !important;
}

.width--80 {
  width: 80px !important;
}

.width--100 {
  width: 100px !important;
}

.width--120 {
  width: 120px !important;
}

.width--140 {
  width: 140px !important;
}

.width--160 {
  width: 160px !important;
}

.width--180 {
  width: 180px !important;
}

.width--200 {
  width: 200px !important;
}

.width--220 {
  width: 220px !important;
}

.width--240 {
  width: 240px !important;
}

.bg--timeline-color-1, .bg\:hover--timeline-color-1:hover, .bg--active--timeline-color-1.active {
  background-color: var(--sviby-color-timeline-color-1) !important;
}

.bg\:hover--timeline-color-1 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--timeline-color-2, .bg\:hover--timeline-color-2:hover, .bg--active--timeline-color-2.active {
  background-color: var(--sviby-color-timeline-color-2) !important;
}

.bg\:hover--timeline-color-2 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--timeline-color-3, .bg\:hover--timeline-color-3:hover, .bg--active--timeline-color-3.active {
  background-color: var(--sviby-color-timeline-color-3) !important;
}

.bg\:hover--timeline-color-3 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--timeline-color-4, .bg\:hover--timeline-color-4:hover, .bg--active--timeline-color-4.active {
  background-color: var(--sviby-color-timeline-color-4) !important;
}

.bg\:hover--timeline-color-4 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--timeline-color-5, .bg\:hover--timeline-color-5:hover, .bg--active--timeline-color-5.active {
  background-color: var(--sviby-color-timeline-color-5) !important;
}

.bg\:hover--timeline-color-5 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--timeline-color-6, .bg\:hover--timeline-color-6:hover, .bg--active--timeline-color-6.active {
  background-color: var(--sviby-color-timeline-color-6) !important;
}

.bg\:hover--timeline-color-6 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--timeline-color-7, .bg\:hover--timeline-color-7:hover, .bg--active--timeline-color-7.active {
  background-color: var(--sviby-color-timeline-color-7) !important;
}

.bg\:hover--timeline-color-7 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--timeline-color-8, .bg\:hover--timeline-color-8:hover, .bg--active--timeline-color-8.active {
  background-color: var(--sviby-color-timeline-color-8) !important;
}

.bg\:hover--timeline-color-8 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--timeline-color-9, .bg\:hover--timeline-color-9:hover, .bg--active--timeline-color-9.active {
  background-color: var(--sviby-color-timeline-color-9) !important;
}

.bg\:hover--timeline-color-9 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--timeline-color-10, .bg\:hover--timeline-color-10:hover, .bg--active--timeline-color-10.active {
  background-color: var(--sviby-color-timeline-color-10) !important;
}

.bg\:hover--timeline-color-10 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--museum-card, .bg\:hover--museum-card:hover, .bg--active--museum-card.active {
  background-color: var(--sviby-color-museum-card) !important;
}

.bg\:hover--museum-card {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--base-primary, .bg\:hover--base-primary:hover, .bg--active--base-primary.active {
  background-color: var(--sviby-color-base-primary) !important;
}

.bg\:hover--base-primary {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--base-bg, .bg\:hover--base-bg:hover, .bg--active--base-bg.active {
  background-color: var(--sviby-color-base-bg) !important;
}

.bg\:hover--base-bg {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--base-dark, .bg\:hover--base-dark:hover, .bg--active--base-dark.active {
  background-color: var(--sviby-color-base-dark) !important;
}

.bg\:hover--base-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--white, .bg\:hover--white:hover, .bg--active--white.active {
  background-color: #fff !important;
  color: var(--sviby-color-text) !important;
}

.bg\:hover--white {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--primary, .bg\:hover--primary:hover, .bg--active--primary.active {
  background-color: var(--sviby-color-primary) !important;
}

.bg\:hover--primary {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--primary-medium-alt, .bg\:hover--primary-medium-alt:hover, .bg--active--primary-medium-alt.active {
  background-color: var(--sviby-color-primary-medium-alt) !important;
}

.bg\:hover--primary-medium-alt {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--primary-medium, .bg\:hover--primary-medium:hover, .bg--active--primary-medium.active {
  background-color: var(--sviby-color-primary-medium) !important;
}

.bg\:hover--primary-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--primary-dark, .bg\:hover--primary-dark:hover, .bg--active--primary-dark.active {
  background-color: var(--sviby-color-primary-dark) !important;
}

.bg\:hover--primary-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--primary-light, .bg\:hover--primary-light:hover, .bg--active--primary-light.active {
  background-color: var(--sviby-color-primary-light) !important;
}

.bg\:hover--primary-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--primary-vlight, .bg\:hover--primary-vlight:hover, .bg--active--primary-vlight.active {
  background-color: var(--sviby-color-primary-vlight) !important;
}

.bg\:hover--primary-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--secondary, .bg\:hover--secondary:hover, .bg--active--secondary.active {
  background-color: var(--sviby-color-secondary) !important;
}

.bg\:hover--secondary {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--dark, .bg\:hover--dark:hover, .bg--active--dark.active {
  background: var(--sviby-color-dark) !important;
  color: #fff !important;
}

.bg\:hover--dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--light, .bg\:hover--light:hover, .bg--active--light.active {
  background-color: var(--sviby-color-light) !important;
}

.bg\:hover--light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--disabled, .bg\:hover--disabled:hover, .bg--active--disabled.active {
  background-color: var(--sviby-color-disabled) !important;
}

.bg\:hover--disabled {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--disabled-text, .bg\:hover--disabled-text:hover, .bg--active--disabled-text.active {
  background-color: var(--sviby-color-disabled-text) !important;
}

.bg\:hover--disabled-text {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--border, .bg\:hover--border:hover, .bg--active--border.active {
  background-color: var(--sviby-color-border) !important;
}

.bg\:hover--border {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--border-hover, .bg\:hover--border-hover:hover, .bg--active--border-hover.active {
  background-color: var(--sviby-color-border-hover) !important;
}

.bg\:hover--border-hover {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--border-focus, .bg\:hover--border-focus:hover, .bg--active--border-focus.active {
  background-color: var(--sviby-color-border-focus) !important;
}

.bg\:hover--border-focus {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--border-dark, .bg\:hover--border-dark:hover, .bg--active--border-dark.active {
  background-color: var(--sviby-color-border-dark) !important;
}

.bg\:hover--border-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--text, .bg\:hover--text:hover, .bg--active--text.active {
  background-color: var(--sviby-color-text) !important;
}

.bg\:hover--text {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--text-muted, .bg\:hover--text-muted:hover, .bg--active--text-muted.active {
  background-color: var(--sviby-color-text-muted) !important;
}

.bg\:hover--text-muted {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--link, .bg\:hover--link:hover, .bg--active--link.active {
  background-color: var(--sviby-color-link) !important;
}

.bg\:hover--link {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--input-border, .bg\:hover--input-border:hover, .bg--active--input-border.active {
  background-color: var(--sviby-color-input-border) !important;
}

.bg\:hover--input-border {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--input-border-hover, .bg\:hover--input-border-hover:hover, .bg--active--input-border-hover.active {
  background-color: var(--sviby-color-input-border-hover) !important;
}

.bg\:hover--input-border-hover {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--input-border-focus, .bg\:hover--input-border-focus:hover, .bg--active--input-border-focus.active {
  background-color: var(--sviby-color-input-border-focus) !important;
}

.bg\:hover--input-border-focus {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--input-bg, .bg\:hover--input-bg:hover, .bg--active--input-bg.active {
  background-color: var(--sviby-color-input-bg) !important;
}

.bg\:hover--input-bg {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--input-bg-hover, .bg\:hover--input-bg-hover:hover, .bg--active--input-bg-hover.active {
  background-color: var(--sviby-color-input-bg-hover) !important;
}

.bg\:hover--input-bg-hover {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--input-bg-disabled, .bg\:hover--input-bg-disabled:hover, .bg--active--input-bg-disabled.active {
  background-color: var(--sviby-color-input-bg-disabled) !important;
}

.bg\:hover--input-bg-disabled {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--input-bg-focus, .bg\:hover--input-bg-focus:hover, .bg--active--input-bg-focus.active {
  background-color: var(--sviby-color-input-bg-focus) !important;
}

.bg\:hover--input-bg-focus {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--table-header, .bg\:hover--table-header:hover, .bg--active--table-header.active {
  background-color: var(--sviby-color-table-header) !important;
}

.bg\:hover--table-header {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--table-secondary-header, .bg\:hover--table-secondary-header:hover, .bg--active--table-secondary-header.active {
  background-color: var(--sviby-color-table-secondary-header) !important;
}

.bg\:hover--table-secondary-header {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--table-footer, .bg\:hover--table-footer:hover, .bg--active--table-footer.active {
  background-color: var(--sviby-color-table-footer) !important;
}

.bg\:hover--table-footer {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--table-total, .bg\:hover--table-total:hover, .bg--active--table-total.active {
  background-color: var(--sviby-color-table-total) !important;
}

.bg\:hover--table-total {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--table-row-hover, .bg\:hover--table-row-hover:hover, .bg--active--table-row-hover.active {
  background-color: var(--sviby-color-table-row-hover) !important;
}

.bg\:hover--table-row-hover {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--draft, .bg\:hover--draft:hover, .bg--active--draft.active {
  background-color: var(--sviby-color-draft) !important;
}

.bg\:hover--draft {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--error, .bg\:hover--error:hover, .bg--active--error.active {
  background-color: var(--sviby-color-error) !important;
}

.bg\:hover--error {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--success, .bg\:hover--success:hover, .bg--active--success.active {
  background-color: var(--sviby-color-success) !important;
}

.bg\:hover--success {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--declined, .bg\:hover--declined:hover, .bg--active--declined.active {
  background-color: var(--sviby-color-declined) !important;
}

.bg\:hover--declined {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--protected, .bg\:hover--protected:hover, .bg--active--protected.active {
  background-color: var(--sviby-color-protected) !important;
}

.bg\:hover--protected {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--awaiting, .bg\:hover--awaiting:hover, .bg--active--awaiting.active {
  background-color: var(--sviby-color-awaiting) !important;
}

.bg\:hover--awaiting {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--ended, .bg\:hover--ended:hover, .bg--active--ended.active {
  background-color: var(--sviby-color-ended) !important;
}

.bg\:hover--ended {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--active, .bg\:hover--active:hover, .bg--active--active.active {
  background-color: var(--sviby-color-active) !important;
}

.bg\:hover--active {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--bg, .bg\:hover--bg:hover, .bg--active--bg.active {
  background-color: var(--sviby-color-bg) !important;
}

.bg\:hover--bg {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--bg-alt, .bg\:hover--bg-alt:hover, .bg--active--bg-alt.active {
  background-color: var(--sviby-color-bg-alt) !important;
}

.bg\:hover--bg-alt {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--bg-light, .bg\:hover--bg-light:hover, .bg--active--bg-light.active {
  background-color: var(--sviby-color-bg-light) !important;
}

.bg\:hover--bg-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--bg-light-alt, .bg\:hover--bg-light-alt:hover, .bg--active--bg-light-alt.active {
  background-color: var(--sviby-color-bg-light-alt) !important;
}

.bg\:hover--bg-light-alt {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--bg-error, .bg\:hover--bg-error:hover, .bg--active--bg-error.active {
  background-color: var(--sviby-color-bg-error) !important;
}

.bg\:hover--bg-error {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--bg-warning, .bg\:hover--bg-warning:hover, .bg--active--bg-warning.active {
  background-color: var(--sviby-color-bg-warning) !important;
}

.bg\:hover--bg-warning {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--bg-notice, .bg\:hover--bg-notice:hover, .bg--active--bg-notice.active {
  background-color: var(--sviby-color-bg-notice) !important;
}

.bg\:hover--bg-notice {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--bg-success, .bg\:hover--bg-success:hover, .bg--active--bg-success.active {
  background-color: var(--sviby-color-bg-success) !important;
}

.bg\:hover--bg-success {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--view-background, .bg\:hover--view-background:hover, .bg--active--view-background.active {
  background-color: var(--sviby-color-view-background) !important;
}

.bg\:hover--view-background {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--blue, .bg\:hover--blue:hover, .bg--active--blue.active {
  background-color: var(--sviby-color-blue) !important;
}

.bg\:hover--blue {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--blue-vlight, .bg\:hover--blue-vlight:hover, .bg--active--blue-vlight.active {
  background-color: var(--sviby-color-blue-vlight) !important;
}

.bg\:hover--blue-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--blue-light, .bg\:hover--blue-light:hover, .bg--active--blue-light.active {
  background-color: var(--sviby-color-blue-light) !important;
}

.bg\:hover--blue-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--blue-medium, .bg\:hover--blue-medium:hover, .bg--active--blue-medium.active {
  background-color: var(--sviby-color-blue-medium) !important;
}

.bg\:hover--blue-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--blue-dark, .bg\:hover--blue-dark:hover, .bg--active--blue-dark.active {
  background-color: var(--sviby-color-blue-dark) !important;
}

.bg\:hover--blue-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--teal, .bg\:hover--teal:hover, .bg--active--teal.active {
  background-color: var(--sviby-color-teal) !important;
}

.bg\:hover--teal {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--teal-vlight, .bg\:hover--teal-vlight:hover, .bg--active--teal-vlight.active {
  background-color: var(--sviby-color-teal-vlight) !important;
}

.bg\:hover--teal-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--teal-light, .bg\:hover--teal-light:hover, .bg--active--teal-light.active {
  background-color: var(--sviby-color-teal-light) !important;
}

.bg\:hover--teal-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--teal-medium, .bg\:hover--teal-medium:hover, .bg--active--teal-medium.active {
  background-color: var(--sviby-color-teal-medium) !important;
}

.bg\:hover--teal-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--teal-dark, .bg\:hover--teal-dark:hover, .bg--active--teal-dark.active {
  background-color: var(--sviby-color-teal-dark) !important;
}

.bg\:hover--teal-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--yellow, .bg\:hover--yellow:hover, .bg--active--yellow.active {
  background-color: var(--sviby-color-yellow) !important;
}

.bg\:hover--yellow {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--yellow-vlight, .bg\:hover--yellow-vlight:hover, .bg--active--yellow-vlight.active {
  background-color: var(--sviby-color-yellow-vlight) !important;
}

.bg\:hover--yellow-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--yellow-light, .bg\:hover--yellow-light:hover, .bg--active--yellow-light.active {
  background-color: var(--sviby-color-yellow-light) !important;
}

.bg\:hover--yellow-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--yellow-medium, .bg\:hover--yellow-medium:hover, .bg--active--yellow-medium.active {
  background-color: var(--sviby-color-yellow-medium) !important;
}

.bg\:hover--yellow-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--yellow-dark, .bg\:hover--yellow-dark:hover, .bg--active--yellow-dark.active {
  background-color: var(--sviby-color-yellow-dark) !important;
}

.bg\:hover--yellow-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--red, .bg\:hover--red:hover, .bg--active--red.active {
  background-color: var(--sviby-color-red) !important;
}

.bg\:hover--red {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--red-vlight, .bg\:hover--red-vlight:hover, .bg--active--red-vlight.active {
  background-color: var(--sviby-color-red-vlight) !important;
}

.bg\:hover--red-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--red-light, .bg\:hover--red-light:hover, .bg--active--red-light.active {
  background-color: var(--sviby-color-red-light) !important;
}

.bg\:hover--red-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--red-medium, .bg\:hover--red-medium:hover, .bg--active--red-medium.active {
  background-color: var(--sviby-color-red-medium) !important;
}

.bg\:hover--red-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--red-dark, .bg\:hover--red-dark:hover, .bg--active--red-dark.active {
  background-color: var(--sviby-color-red-dark) !important;
}

.bg\:hover--red-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--magenta, .bg\:hover--magenta:hover, .bg--active--magenta.active {
  background-color: var(--sviby-color-magenta) !important;
}

.bg\:hover--magenta {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--magenta-vlight, .bg\:hover--magenta-vlight:hover, .bg--active--magenta-vlight.active {
  background-color: var(--sviby-color-magenta-vlight) !important;
}

.bg\:hover--magenta-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--magenta-light, .bg\:hover--magenta-light:hover, .bg--active--magenta-light.active {
  background-color: var(--sviby-color-magenta-light) !important;
}

.bg\:hover--magenta-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--magenta-medium, .bg\:hover--magenta-medium:hover, .bg--active--magenta-medium.active {
  background-color: var(--sviby-color-magenta-medium) !important;
}

.bg\:hover--magenta-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--magenta-dark, .bg\:hover--magenta-dark:hover, .bg--active--magenta-dark.active {
  background-color: var(--sviby-color-magenta-dark) !important;
}

.bg\:hover--magenta-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--purple, .bg\:hover--purple:hover, .bg--active--purple.active {
  background-color: var(--sviby-color-purple) !important;
}

.bg\:hover--purple {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--purple-vlight, .bg\:hover--purple-vlight:hover, .bg--active--purple-vlight.active {
  background-color: var(--sviby-color-purple-vlight) !important;
}

.bg\:hover--purple-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--purple-light, .bg\:hover--purple-light:hover, .bg--active--purple-light.active {
  background-color: var(--sviby-color-purple-light) !important;
}

.bg\:hover--purple-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--purple-medium, .bg\:hover--purple-medium:hover, .bg--active--purple-medium.active {
  background-color: var(--sviby-color-purple-medium) !important;
}

.bg\:hover--purple-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--purple-dark, .bg\:hover--purple-dark:hover, .bg--active--purple-dark.active {
  background-color: var(--sviby-color-purple-dark) !important;
}

.bg\:hover--purple-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--violet, .bg\:hover--violet:hover, .bg--active--violet.active {
  background-color: var(--sviby-color-violet) !important;
}

.bg\:hover--violet {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--violet-vlight, .bg\:hover--violet-vlight:hover, .bg--active--violet-vlight.active {
  background-color: var(--sviby-color-violet-vlight) !important;
}

.bg\:hover--violet-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--violet-light, .bg\:hover--violet-light:hover, .bg--active--violet-light.active {
  background-color: var(--sviby-color-violet-light) !important;
}

.bg\:hover--violet-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--violet-medium, .bg\:hover--violet-medium:hover, .bg--active--violet-medium.active {
  background-color: var(--sviby-color-violet-medium) !important;
}

.bg\:hover--violet-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--violet-dark, .bg\:hover--violet-dark:hover, .bg--active--violet-dark.active {
  background-color: var(--sviby-color-violet-dark) !important;
}

.bg\:hover--violet-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--hr, .bg\:hover--hr:hover, .bg--active--hr.active {
  background-color: var(--sviby-color-hr) !important;
}

.bg\:hover--hr {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--bg-awaiting, .bg\:hover--bg-awaiting:hover, .bg--active--bg-awaiting.active {
  background-color: var(--sviby-color-bg-awaiting) !important;
}

.bg\:hover--bg-awaiting {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--secondary-light, .bg\:hover--secondary-light:hover, .bg--active--secondary-light.active {
  background-color: var(--sviby-color-secondary-light) !important;
}

.bg\:hover--secondary-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--museum-card-light, .bg\:hover--museum-card-light:hover, .bg--active--museum-card-light.active {
  background-color: var(--sviby-color-museum-card-light) !important;
}

.bg\:hover--museum-card-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--transparent, .bg\:hover--transparent:hover, .bg--active--transparent.active {
  background-color: transparent !important;
  color: var(--sviby-color-text) !important;
}

.bg\:hover--transparent {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bg--none, .bg\:hover--none:hover, .bg--active--none.active {
  background-color: transparent !important;
  color: var(--sviby-color-text) !important;
}

.bg\:hover--none {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--timeline-color-1, .color--active--timeline-color-1.active, .color\:hover-timeline-color-1:hover {
  color: var(--sviby-color-timeline-color-1) !important;
}

.color\:hover-timeline-color-1 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--timeline-color-2, .color--active--timeline-color-2.active, .color\:hover-timeline-color-2:hover {
  color: var(--sviby-color-timeline-color-2) !important;
}

.color\:hover-timeline-color-2 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--timeline-color-3, .color--active--timeline-color-3.active, .color\:hover-timeline-color-3:hover {
  color: var(--sviby-color-timeline-color-3) !important;
}

.color\:hover-timeline-color-3 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--timeline-color-4, .color--active--timeline-color-4.active, .color\:hover-timeline-color-4:hover {
  color: var(--sviby-color-timeline-color-4) !important;
}

.color\:hover-timeline-color-4 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--timeline-color-5, .color--active--timeline-color-5.active, .color\:hover-timeline-color-5:hover {
  color: var(--sviby-color-timeline-color-5) !important;
}

.color\:hover-timeline-color-5 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--timeline-color-6, .color--active--timeline-color-6.active, .color\:hover-timeline-color-6:hover {
  color: var(--sviby-color-timeline-color-6) !important;
}

.color\:hover-timeline-color-6 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--timeline-color-7, .color--active--timeline-color-7.active, .color\:hover-timeline-color-7:hover {
  color: var(--sviby-color-timeline-color-7) !important;
}

.color\:hover-timeline-color-7 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--timeline-color-8, .color--active--timeline-color-8.active, .color\:hover-timeline-color-8:hover {
  color: var(--sviby-color-timeline-color-8) !important;
}

.color\:hover-timeline-color-8 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--timeline-color-9, .color--active--timeline-color-9.active, .color\:hover-timeline-color-9:hover {
  color: var(--sviby-color-timeline-color-9) !important;
}

.color\:hover-timeline-color-9 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--timeline-color-10, .color--active--timeline-color-10.active, .color\:hover-timeline-color-10:hover {
  color: var(--sviby-color-timeline-color-10) !important;
}

.color\:hover-timeline-color-10 {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--museum-card, .color--active--museum-card.active, .color\:hover-museum-card:hover {
  color: var(--sviby-color-museum-card) !important;
}

.color\:hover-museum-card {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--base-primary, .color--active--base-primary.active, .color\:hover-base-primary:hover {
  color: var(--sviby-color-base-primary) !important;
}

.color\:hover-base-primary {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--base-bg, .color--active--base-bg.active, .color\:hover-base-bg:hover {
  color: var(--sviby-color-base-bg) !important;
}

.color\:hover-base-bg {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--base-dark, .color--active--base-dark.active, .color\:hover-base-dark:hover {
  color: var(--sviby-color-base-dark) !important;
}

.color\:hover-base-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--white, .color--active--white.active, .color\:hover-white:hover {
  color: var(--sviby-color-white) !important;
}

.color\:hover-white {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--primary, .color--active--primary.active, .color\:hover-primary:hover {
  color: var(--sviby-color-primary) !important;
}

.color\:hover-primary {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--primary-medium-alt, .color--active--primary-medium-alt.active, .color\:hover-primary-medium-alt:hover {
  color: var(--sviby-color-primary-medium-alt) !important;
}

.color\:hover-primary-medium-alt {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--primary-medium, .color--active--primary-medium.active, .color\:hover-primary-medium:hover {
  color: var(--sviby-color-primary-medium) !important;
}

.color\:hover-primary-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--primary-dark, .color--active--primary-dark.active, .color\:hover-primary-dark:hover {
  color: var(--sviby-color-primary-dark) !important;
}

.color\:hover-primary-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--primary-light, .color--active--primary-light.active, .color\:hover-primary-light:hover {
  color: var(--sviby-color-primary-light) !important;
}

.color\:hover-primary-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--primary-vlight, .color--active--primary-vlight.active, .color\:hover-primary-vlight:hover {
  color: var(--sviby-color-primary-vlight) !important;
}

.color\:hover-primary-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--secondary, .color--active--secondary.active, .color\:hover-secondary:hover {
  color: var(--sviby-color-secondary) !important;
}

.color\:hover-secondary {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--dark, .color--active--dark.active, .color\:hover-dark:hover {
  color: var(--sviby-color-dark) !important;
}

.color\:hover-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--light, .color--active--light.active, .color\:hover-light:hover {
  color: var(--sviby-color-light) !important;
}

.color\:hover-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--disabled, .color--active--disabled.active, .color\:hover-disabled:hover {
  color: var(--sviby-color-disabled) !important;
}

.color\:hover-disabled {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--disabled-text, .color--active--disabled-text.active, .color\:hover-disabled-text:hover {
  color: var(--sviby-color-disabled-text) !important;
}

.color\:hover-disabled-text {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--border, .color--active--border.active, .color\:hover-border:hover {
  color: var(--sviby-color-border) !important;
}

.color\:hover-border {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--border-hover, .color--active--border-hover.active, .color\:hover-border-hover:hover {
  color: var(--sviby-color-border-hover) !important;
}

.color\:hover-border-hover {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--border-focus, .color--active--border-focus.active, .color\:hover-border-focus:hover {
  color: var(--sviby-color-border-focus) !important;
}

.color\:hover-border-focus {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--border-dark, .color--active--border-dark.active, .color\:hover-border-dark:hover {
  color: var(--sviby-color-border-dark) !important;
}

.color\:hover-border-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--text, .color--active--text.active, .color\:hover-text:hover {
  color: var(--sviby-color-text) !important;
}

.color\:hover-text {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--text-muted, .color--active--text-muted.active, .color\:hover-text-muted:hover {
  color: var(--sviby-color-text-muted) !important;
}

.color\:hover-text-muted {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--link, .color--active--link.active, .color\:hover-link:hover {
  color: var(--sviby-color-link) !important;
}

.color\:hover-link {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--input-border, .color--active--input-border.active, .color\:hover-input-border:hover {
  color: var(--sviby-color-input-border) !important;
}

.color\:hover-input-border {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--input-border-hover, .color--active--input-border-hover.active, .color\:hover-input-border-hover:hover {
  color: var(--sviby-color-input-border-hover) !important;
}

.color\:hover-input-border-hover {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--input-border-focus, .color--active--input-border-focus.active, .color\:hover-input-border-focus:hover {
  color: var(--sviby-color-input-border-focus) !important;
}

.color\:hover-input-border-focus {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--input-bg, .color--active--input-bg.active, .color\:hover-input-bg:hover {
  color: var(--sviby-color-input-bg) !important;
}

.color\:hover-input-bg {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--input-bg-hover, .color--active--input-bg-hover.active, .color\:hover-input-bg-hover:hover {
  color: var(--sviby-color-input-bg-hover) !important;
}

.color\:hover-input-bg-hover {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--input-bg-disabled, .color--active--input-bg-disabled.active, .color\:hover-input-bg-disabled:hover {
  color: var(--sviby-color-input-bg-disabled) !important;
}

.color\:hover-input-bg-disabled {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--input-bg-focus, .color--active--input-bg-focus.active, .color\:hover-input-bg-focus:hover {
  color: var(--sviby-color-input-bg-focus) !important;
}

.color\:hover-input-bg-focus {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--table-header, .color--active--table-header.active, .color\:hover-table-header:hover {
  color: var(--sviby-color-table-header) !important;
}

.color\:hover-table-header {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--table-secondary-header, .color--active--table-secondary-header.active, .color\:hover-table-secondary-header:hover {
  color: var(--sviby-color-table-secondary-header) !important;
}

.color\:hover-table-secondary-header {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--table-footer, .color--active--table-footer.active, .color\:hover-table-footer:hover {
  color: var(--sviby-color-table-footer) !important;
}

.color\:hover-table-footer {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--table-total, .color--active--table-total.active, .color\:hover-table-total:hover {
  color: var(--sviby-color-table-total) !important;
}

.color\:hover-table-total {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--table-row-hover, .color--active--table-row-hover.active, .color\:hover-table-row-hover:hover {
  color: var(--sviby-color-table-row-hover) !important;
}

.color\:hover-table-row-hover {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--draft, .color--active--draft.active, .color\:hover-draft:hover {
  color: var(--sviby-color-draft) !important;
}

.color\:hover-draft {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--error, .color--active--error.active, .color\:hover-error:hover {
  color: var(--sviby-color-error) !important;
}

.color\:hover-error {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--success, .color--active--success.active, .color\:hover-success:hover {
  color: var(--sviby-color-success) !important;
}

.color\:hover-success {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--declined, .color--active--declined.active, .color\:hover-declined:hover {
  color: var(--sviby-color-declined) !important;
}

.color\:hover-declined {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--protected, .color--active--protected.active, .color\:hover-protected:hover {
  color: var(--sviby-color-protected) !important;
}

.color\:hover-protected {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--awaiting, .color--active--awaiting.active, .color\:hover-awaiting:hover {
  color: var(--sviby-color-awaiting) !important;
}

.color\:hover-awaiting {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--ended, .color--active--ended.active, .color\:hover-ended:hover {
  color: var(--sviby-color-ended) !important;
}

.color\:hover-ended {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--active, .color--active--active.active, .color\:hover-active:hover {
  color: var(--sviby-color-active) !important;
}

.color\:hover-active {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--bg, .color--active--bg.active, .color\:hover-bg:hover {
  color: var(--sviby-color-bg) !important;
}

.color\:hover-bg {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--bg-alt, .color--active--bg-alt.active, .color\:hover-bg-alt:hover {
  color: var(--sviby-color-bg-alt) !important;
}

.color\:hover-bg-alt {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--bg-light, .color--active--bg-light.active, .color\:hover-bg-light:hover {
  color: var(--sviby-color-bg-light) !important;
}

.color\:hover-bg-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--bg-light-alt, .color--active--bg-light-alt.active, .color\:hover-bg-light-alt:hover {
  color: var(--sviby-color-bg-light-alt) !important;
}

.color\:hover-bg-light-alt {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--bg-error, .color--active--bg-error.active, .color\:hover-bg-error:hover {
  color: var(--sviby-color-bg-error) !important;
}

.color\:hover-bg-error {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--bg-warning, .color--active--bg-warning.active, .color\:hover-bg-warning:hover {
  color: var(--sviby-color-bg-warning) !important;
}

.color\:hover-bg-warning {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--bg-notice, .color--active--bg-notice.active, .color\:hover-bg-notice:hover {
  color: var(--sviby-color-bg-notice) !important;
}

.color\:hover-bg-notice {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--bg-success, .color--active--bg-success.active, .color\:hover-bg-success:hover {
  color: var(--sviby-color-bg-success) !important;
}

.color\:hover-bg-success {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--view-background, .color--active--view-background.active, .color\:hover-view-background:hover {
  color: var(--sviby-color-view-background) !important;
}

.color\:hover-view-background {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--blue, .color--active--blue.active, .color\:hover-blue:hover {
  color: var(--sviby-color-blue) !important;
}

.color\:hover-blue {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--blue-vlight, .color--active--blue-vlight.active, .color\:hover-blue-vlight:hover {
  color: var(--sviby-color-blue-vlight) !important;
}

.color\:hover-blue-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--blue-light, .color--active--blue-light.active, .color\:hover-blue-light:hover {
  color: var(--sviby-color-blue-light) !important;
}

.color\:hover-blue-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--blue-medium, .color--active--blue-medium.active, .color\:hover-blue-medium:hover {
  color: var(--sviby-color-blue-medium) !important;
}

.color\:hover-blue-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--blue-dark, .color--active--blue-dark.active, .color\:hover-blue-dark:hover {
  color: var(--sviby-color-blue-dark) !important;
}

.color\:hover-blue-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--teal, .color--active--teal.active, .color\:hover-teal:hover {
  color: var(--sviby-color-teal) !important;
}

.color\:hover-teal {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--teal-vlight, .color--active--teal-vlight.active, .color\:hover-teal-vlight:hover {
  color: var(--sviby-color-teal-vlight) !important;
}

.color\:hover-teal-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--teal-light, .color--active--teal-light.active, .color\:hover-teal-light:hover {
  color: var(--sviby-color-teal-light) !important;
}

.color\:hover-teal-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--teal-medium, .color--active--teal-medium.active, .color\:hover-teal-medium:hover {
  color: var(--sviby-color-teal-medium) !important;
}

.color\:hover-teal-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--teal-dark, .color--active--teal-dark.active, .color\:hover-teal-dark:hover {
  color: var(--sviby-color-teal-dark) !important;
}

.color\:hover-teal-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--yellow, .color--active--yellow.active, .color\:hover-yellow:hover {
  color: var(--sviby-color-yellow) !important;
}

.color\:hover-yellow {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--yellow-vlight, .color--active--yellow-vlight.active, .color\:hover-yellow-vlight:hover {
  color: var(--sviby-color-yellow-vlight) !important;
}

.color\:hover-yellow-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--yellow-light, .color--active--yellow-light.active, .color\:hover-yellow-light:hover {
  color: var(--sviby-color-yellow-light) !important;
}

.color\:hover-yellow-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--yellow-medium, .color--active--yellow-medium.active, .color\:hover-yellow-medium:hover {
  color: var(--sviby-color-yellow-medium) !important;
}

.color\:hover-yellow-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--yellow-dark, .color--active--yellow-dark.active, .color\:hover-yellow-dark:hover {
  color: var(--sviby-color-yellow-dark) !important;
}

.color\:hover-yellow-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--red, .color--active--red.active, .color\:hover-red:hover {
  color: var(--sviby-color-red) !important;
}

.color\:hover-red {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--red-vlight, .color--active--red-vlight.active, .color\:hover-red-vlight:hover {
  color: var(--sviby-color-red-vlight) !important;
}

.color\:hover-red-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--red-light, .color--active--red-light.active, .color\:hover-red-light:hover {
  color: var(--sviby-color-red-light) !important;
}

.color\:hover-red-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--red-medium, .color--active--red-medium.active, .color\:hover-red-medium:hover {
  color: var(--sviby-color-red-medium) !important;
}

.color\:hover-red-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--red-dark, .color--active--red-dark.active, .color\:hover-red-dark:hover {
  color: var(--sviby-color-red-dark) !important;
}

.color\:hover-red-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--magenta, .color--active--magenta.active, .color\:hover-magenta:hover {
  color: var(--sviby-color-magenta) !important;
}

.color\:hover-magenta {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--magenta-vlight, .color--active--magenta-vlight.active, .color\:hover-magenta-vlight:hover {
  color: var(--sviby-color-magenta-vlight) !important;
}

.color\:hover-magenta-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--magenta-light, .color--active--magenta-light.active, .color\:hover-magenta-light:hover {
  color: var(--sviby-color-magenta-light) !important;
}

.color\:hover-magenta-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--magenta-medium, .color--active--magenta-medium.active, .color\:hover-magenta-medium:hover {
  color: var(--sviby-color-magenta-medium) !important;
}

.color\:hover-magenta-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--magenta-dark, .color--active--magenta-dark.active, .color\:hover-magenta-dark:hover {
  color: var(--sviby-color-magenta-dark) !important;
}

.color\:hover-magenta-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--purple, .color--active--purple.active, .color\:hover-purple:hover {
  color: var(--sviby-color-purple) !important;
}

.color\:hover-purple {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--purple-vlight, .color--active--purple-vlight.active, .color\:hover-purple-vlight:hover {
  color: var(--sviby-color-purple-vlight) !important;
}

.color\:hover-purple-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--purple-light, .color--active--purple-light.active, .color\:hover-purple-light:hover {
  color: var(--sviby-color-purple-light) !important;
}

.color\:hover-purple-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--purple-medium, .color--active--purple-medium.active, .color\:hover-purple-medium:hover {
  color: var(--sviby-color-purple-medium) !important;
}

.color\:hover-purple-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--purple-dark, .color--active--purple-dark.active, .color\:hover-purple-dark:hover {
  color: var(--sviby-color-purple-dark) !important;
}

.color\:hover-purple-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--violet, .color--active--violet.active, .color\:hover-violet:hover {
  color: var(--sviby-color-violet) !important;
}

.color\:hover-violet {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--violet-vlight, .color--active--violet-vlight.active, .color\:hover-violet-vlight:hover {
  color: var(--sviby-color-violet-vlight) !important;
}

.color\:hover-violet-vlight {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--violet-light, .color--active--violet-light.active, .color\:hover-violet-light:hover {
  color: var(--sviby-color-violet-light) !important;
}

.color\:hover-violet-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--violet-medium, .color--active--violet-medium.active, .color\:hover-violet-medium:hover {
  color: var(--sviby-color-violet-medium) !important;
}

.color\:hover-violet-medium {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--violet-dark, .color--active--violet-dark.active, .color\:hover-violet-dark:hover {
  color: var(--sviby-color-violet-dark) !important;
}

.color\:hover-violet-dark {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--hr, .color--active--hr.active, .color\:hover-hr:hover {
  color: var(--sviby-color-hr) !important;
}

.color\:hover-hr {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--bg-awaiting, .color--active--bg-awaiting.active, .color\:hover-bg-awaiting:hover {
  color: var(--sviby-color-bg-awaiting) !important;
}

.color\:hover-bg-awaiting {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--secondary-light, .color--active--secondary-light.active, .color\:hover-secondary-light:hover {
  color: var(--sviby-color-secondary-light) !important;
}

.color\:hover-secondary-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.color--museum-card-light, .color--active--museum-card-light.active, .color\:hover-museum-card-light:hover {
  color: var(--sviby-color-museum-card-light) !important;
}

.color\:hover-museum-card-light {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.aspect--landscape {
  position: relative;
}
.aspect--landscape::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.aspect--square {
  position: relative;
}
.aspect--square::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.aspect--portrait {
  position: relative;
}
.aspect--portrait::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 149.1228070175%;
}

.aspect--pk-cover {
  position: relative;
}
.aspect--pk-cover::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 52%;
}

[data-color-scheme=primary] {
  --sviby-current-color: var(--sviby-color-primary);
  --sviby-current-color-vlight: var(--sviby-color-primary-vlight);
  --sviby-current-color-light: var(--sviby-color-primary-light);
  --sviby-current-color-medium: var(--sviby-color-primary-medium);
  --sviby-current-color-dark: var(--sviby-color-primary-dark);
}

[data-color-scheme=blue] {
  --sviby-current-color: var(--sviby-color-blue);
  --sviby-current-color-vlight: var(--sviby-color-blue-vlight);
  --sviby-current-color-light: var(--sviby-color-blue-light);
  --sviby-current-color-medium: var(--sviby-color-blue-medium);
  --sviby-current-color-dark: var(--sviby-color-blue-dark);
}

[data-color-scheme=teal] {
  --sviby-current-color: var(--sviby-color-teal);
  --sviby-current-color-vlight: var(--sviby-color-teal-vlight);
  --sviby-current-color-light: var(--sviby-color-teal-light);
  --sviby-current-color-medium: var(--sviby-color-teal-medium);
  --sviby-current-color-dark: var(--sviby-color-teal-dark);
}

[data-color-scheme=yellow] {
  --sviby-current-color: var(--sviby-color-yellow);
  --sviby-current-color-vlight: var(--sviby-color-yellow-vlight);
  --sviby-current-color-light: var(--sviby-color-yellow-light);
  --sviby-current-color-medium: var(--sviby-color-yellow-medium);
  --sviby-current-color-dark: var(--sviby-color-yellow-dark);
}

[data-color-scheme=red] {
  --sviby-current-color: var(--sviby-color-red);
  --sviby-current-color-vlight: var(--sviby-color-red-vlight);
  --sviby-current-color-light: var(--sviby-color-red-light);
  --sviby-current-color-medium: var(--sviby-color-red-medium);
  --sviby-current-color-dark: var(--sviby-color-red-dark);
}

[data-color-scheme=magenta] {
  --sviby-current-color: var(--sviby-color-magenta);
  --sviby-current-color-vlight: var(--sviby-color-magenta-vlight);
  --sviby-current-color-light: var(--sviby-color-magenta-light);
  --sviby-current-color-medium: var(--sviby-color-magenta-medium);
  --sviby-current-color-dark: var(--sviby-color-magenta-dark);
}

[data-color-scheme=purple] {
  --sviby-current-color: var(--sviby-color-purple);
  --sviby-current-color-vlight: var(--sviby-color-purple-vlight);
  --sviby-current-color-light: var(--sviby-color-purple-light);
  --sviby-current-color-medium: var(--sviby-color-purple-medium);
  --sviby-current-color-dark: var(--sviby-color-purple-dark);
}

[data-color-scheme=violet] {
  --sviby-current-color: var(--sviby-color-violet);
  --sviby-current-color-vlight: var(--sviby-color-violet-vlight);
  --sviby-current-color-light: var(--sviby-color-violet-light);
  --sviby-current-color-medium: var(--sviby-color-violet-medium);
  --sviby-current-color-dark: var(--sviby-color-violet-dark);
}

[data-color-scheme=none] {
  --sviby-current-color: "";
  --sviby-current-color-vlight: "";
  --sviby-current-color-light: "";
  --sviby-current-color-medium: "";
  --sviby-current-color-dark: "";
}

.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
}

.position--sticky {
  position: sticky !important;
  top: var(--sviby-header-clearance, 0);
}

.position--relative {
  position: relative !important;
}

.stick-to-top {
  position: sticky !important;
  top: 0;
  z-index: 100;
}

.transition {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-scrollbar::-webkit-scrollbar {
  height: 16px;
  width: 16px;
  border-radius: 8px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: #FFF;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: var(--sviby-color-input-border);
  height: 6px;
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 100px;
}
.custom-scrollbar::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.custom-scrollbar::-webkit-scrollbar-corner {
  background-color: transparent;
}

.height--full-screen {
  height: calc(100vh - var(--sviby-header-height));
}

.admin-full-screen .height--full-screen {
  height: calc(100vh - var(--sviby-full-screen-header-height));
}

.width--half {
  width: 50% !important;
}

@media (max-width: 1920px) {
  .xxl\:text--center {
    text-align: center !important;
  }
  .xxl\:text--left {
    text-align: left !important;
  }
  .xxl\:text--right {
    text-align: right !important;
  }
  .xxl\:flex {
    display: flex;
    flex-shrink: 0;
  }
  .xxl\:flex-wrap, .xxl\:flex--wrap {
    flex-wrap: wrap !important;
  }
  .xxl\:flex-nowrap, .xxl\:flex--nowrap {
    flex-wrap: nowrap !important;
  }
  .xxl\:flex--1 {
    flex: 1 !important;
  }
  .xxl\:flex--initial {
    flex: initial !important;
  }
  .xxl\:flex--shrink-0, .xxl\:flex--no-shrink {
    flex-shrink: 0 !important;
  }
  .xxl\:flex--items-center, .xxl\:flex--align-center, .xxl\:flex--align-items-center {
    align-items: center !important;
  }
  .xxl\:flex--items-start, .xxl\:flex--align-start, .xxl\:flex--align-items-start {
    align-items: flex-start !important;
  }
  .xxl\:flex--items-end, .xxl\:flex--align-end, .xxl\:flex--align-items-end {
    align-items: flex-end !important;
  }
  .xxl\:flex--justify-center, .xxl\:flex--justify-content-center {
    justify-content: center !important;
  }
  .xxl\:flex--justify-start, .xxl\:flex--justify-content-start {
    justify-content: flex-start !important;
  }
  .xxl\:flex--justify-end, .xxl\:flex--justify-content-end {
    justify-content: flex-end !important;
  }
  .xxl\:flex--justify-space-between, .xxl\:flex--justify-content-space-between {
    justify-content: space-between;
  }
  .xxl\:flex--justify-space-around, .xxl\:flex--justify-content-space-around {
    justify-content: space-around;
  }
  .xxl\:flex--center {
    justify-content: center;
    align-items: center;
  }
  .xxl\:flex--row {
    flex-direction: row !important;
  }
  .xxl\:flex--row-reverse {
    flex-direction: row-reverse !important;
  }
  .xxl\:flex--column {
    flex-direction: column !important;
  }
  .xxl\:flex--column-reverse {
    flex-direction: column-reverse !important;
  }
  .xxl\:flex--order-1 {
    order: 1;
  }
  .xxl\:flex--order-2 {
    order: 2;
  }
  .xxl\:flex--order-3 {
    order: 3;
  }
  .xxl\:flex--order-4 {
    order: 4;
  }
  .xxl\:flex--order-5 {
    order: 5;
  }
  .xxl\:flex--order-6 {
    order: 6;
  }
  .xxl\:flex--order-7 {
    order: 7;
  }
  .xxl\:flex--order-8 {
    order: 8;
  }
  .xxl\:flex--order-9 {
    order: 9;
  }
  .xxl\:flex--order-10 {
    order: 10;
  }
  .xxl\:ml-auto,
  .xxl\:mx-auto {
    margin-left: auto !important;
  }
  .xxl\:mr-auto,
  .xxl\:mx-auto {
    margin-right: auto !important;
  }
  .xxl\:mt-auto,
  .xxl\:my-auto {
    margin-top: auto !important;
  }
  .xxl\:mb-auto,
  .xxl\:my-auto {
    margin-bottom: auto !important;
  }
  .xxl\:mb-0,
  .xxl\:my-0 {
    margin-bottom: 0 !important;
  }
  .xxl\:mt-0,
  .xxl\:my-0 {
    margin-top: 0 !important;
  }
  .xxl\:mr-0,
  .xxl\:mx-0 {
    margin-right: 0 !important;
  }
  .xxl\:ml-0,
  .xxl\:mx-0 {
    margin-left: 0 !important;
  }
  .xxl\:pb-0,
  .xxl\:py-0 {
    padding-bottom: 0 !important;
  }
  .xxl\:pt-0,
  .xxl\:py-0 {
    padding-top: 0 !important;
  }
  .xxl\:pr-0,
  .xxl\:px-0 {
    padding-right: 0 !important;
  }
  .xxl\:pl-0,
  .xxl\:px-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 1440px) {
  .laptop\:text--center {
    text-align: center !important;
  }
  .laptop\:text--left {
    text-align: left !important;
  }
  .laptop\:text--right {
    text-align: right !important;
  }
  .laptop\:flex {
    display: flex;
    flex-shrink: 0;
  }
  .laptop\:flex-wrap, .laptop\:flex--wrap {
    flex-wrap: wrap !important;
  }
  .laptop\:flex-nowrap, .laptop\:flex--nowrap {
    flex-wrap: nowrap !important;
  }
  .laptop\:flex--1 {
    flex: 1 !important;
  }
  .laptop\:flex--initial {
    flex: initial !important;
  }
  .laptop\:flex--shrink-0, .laptop\:flex--no-shrink {
    flex-shrink: 0 !important;
  }
  .laptop\:flex--items-center, .laptop\:flex--align-center, .laptop\:flex--align-items-center {
    align-items: center !important;
  }
  .laptop\:flex--items-start, .laptop\:flex--align-start, .laptop\:flex--align-items-start {
    align-items: flex-start !important;
  }
  .laptop\:flex--items-end, .laptop\:flex--align-end, .laptop\:flex--align-items-end {
    align-items: flex-end !important;
  }
  .laptop\:flex--justify-center, .laptop\:flex--justify-content-center {
    justify-content: center !important;
  }
  .laptop\:flex--justify-start, .laptop\:flex--justify-content-start {
    justify-content: flex-start !important;
  }
  .laptop\:flex--justify-end, .laptop\:flex--justify-content-end {
    justify-content: flex-end !important;
  }
  .laptop\:flex--justify-space-between, .laptop\:flex--justify-content-space-between {
    justify-content: space-between;
  }
  .laptop\:flex--justify-space-around, .laptop\:flex--justify-content-space-around {
    justify-content: space-around;
  }
  .laptop\:flex--center {
    justify-content: center;
    align-items: center;
  }
  .laptop\:flex--row {
    flex-direction: row !important;
  }
  .laptop\:flex--row-reverse {
    flex-direction: row-reverse !important;
  }
  .laptop\:flex--column {
    flex-direction: column !important;
  }
  .laptop\:flex--column-reverse {
    flex-direction: column-reverse !important;
  }
  .laptop\:flex--order-1 {
    order: 1;
  }
  .laptop\:flex--order-2 {
    order: 2;
  }
  .laptop\:flex--order-3 {
    order: 3;
  }
  .laptop\:flex--order-4 {
    order: 4;
  }
  .laptop\:flex--order-5 {
    order: 5;
  }
  .laptop\:flex--order-6 {
    order: 6;
  }
  .laptop\:flex--order-7 {
    order: 7;
  }
  .laptop\:flex--order-8 {
    order: 8;
  }
  .laptop\:flex--order-9 {
    order: 9;
  }
  .laptop\:flex--order-10 {
    order: 10;
  }
  .laptop\:ml-auto,
  .laptop\:mx-auto {
    margin-left: auto !important;
  }
  .laptop\:mr-auto,
  .laptop\:mx-auto {
    margin-right: auto !important;
  }
  .laptop\:mt-auto,
  .laptop\:my-auto {
    margin-top: auto !important;
  }
  .laptop\:mb-auto,
  .laptop\:my-auto {
    margin-bottom: auto !important;
  }
  .laptop\:mb-0,
  .laptop\:my-0 {
    margin-bottom: 0 !important;
  }
  .laptop\:mt-0,
  .laptop\:my-0 {
    margin-top: 0 !important;
  }
  .laptop\:mr-0,
  .laptop\:mx-0 {
    margin-right: 0 !important;
  }
  .laptop\:ml-0,
  .laptop\:mx-0 {
    margin-left: 0 !important;
  }
  .laptop\:pb-0,
  .laptop\:py-0 {
    padding-bottom: 0 !important;
  }
  .laptop\:pt-0,
  .laptop\:py-0 {
    padding-top: 0 !important;
  }
  .laptop\:pr-0,
  .laptop\:px-0 {
    padding-right: 0 !important;
  }
  .laptop\:pl-0,
  .laptop\:px-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 1200px) {
  .xl\:text--center {
    text-align: center !important;
  }
  .xl\:text--left {
    text-align: left !important;
  }
  .xl\:text--right {
    text-align: right !important;
  }
  .xl\:flex {
    display: flex;
    flex-shrink: 0;
  }
  .xl\:flex-wrap, .xl\:flex--wrap {
    flex-wrap: wrap !important;
  }
  .xl\:flex-nowrap, .xl\:flex--nowrap {
    flex-wrap: nowrap !important;
  }
  .xl\:flex--1 {
    flex: 1 !important;
  }
  .xl\:flex--initial {
    flex: initial !important;
  }
  .xl\:flex--shrink-0, .xl\:flex--no-shrink {
    flex-shrink: 0 !important;
  }
  .xl\:flex--items-center, .xl\:flex--align-center, .xl\:flex--align-items-center {
    align-items: center !important;
  }
  .xl\:flex--items-start, .xl\:flex--align-start, .xl\:flex--align-items-start {
    align-items: flex-start !important;
  }
  .xl\:flex--items-end, .xl\:flex--align-end, .xl\:flex--align-items-end {
    align-items: flex-end !important;
  }
  .xl\:flex--justify-center, .xl\:flex--justify-content-center {
    justify-content: center !important;
  }
  .xl\:flex--justify-start, .xl\:flex--justify-content-start {
    justify-content: flex-start !important;
  }
  .xl\:flex--justify-end, .xl\:flex--justify-content-end {
    justify-content: flex-end !important;
  }
  .xl\:flex--justify-space-between, .xl\:flex--justify-content-space-between {
    justify-content: space-between;
  }
  .xl\:flex--justify-space-around, .xl\:flex--justify-content-space-around {
    justify-content: space-around;
  }
  .xl\:flex--center {
    justify-content: center;
    align-items: center;
  }
  .xl\:flex--row {
    flex-direction: row !important;
  }
  .xl\:flex--row-reverse {
    flex-direction: row-reverse !important;
  }
  .xl\:flex--column {
    flex-direction: column !important;
  }
  .xl\:flex--column-reverse {
    flex-direction: column-reverse !important;
  }
  .xl\:flex--order-1 {
    order: 1;
  }
  .xl\:flex--order-2 {
    order: 2;
  }
  .xl\:flex--order-3 {
    order: 3;
  }
  .xl\:flex--order-4 {
    order: 4;
  }
  .xl\:flex--order-5 {
    order: 5;
  }
  .xl\:flex--order-6 {
    order: 6;
  }
  .xl\:flex--order-7 {
    order: 7;
  }
  .xl\:flex--order-8 {
    order: 8;
  }
  .xl\:flex--order-9 {
    order: 9;
  }
  .xl\:flex--order-10 {
    order: 10;
  }
  .xl\:ml-auto,
  .xl\:mx-auto {
    margin-left: auto !important;
  }
  .xl\:mr-auto,
  .xl\:mx-auto {
    margin-right: auto !important;
  }
  .xl\:mt-auto,
  .xl\:my-auto {
    margin-top: auto !important;
  }
  .xl\:mb-auto,
  .xl\:my-auto {
    margin-bottom: auto !important;
  }
  .xl\:mb-0,
  .xl\:my-0 {
    margin-bottom: 0 !important;
  }
  .xl\:mt-0,
  .xl\:my-0 {
    margin-top: 0 !important;
  }
  .xl\:mr-0,
  .xl\:mx-0 {
    margin-right: 0 !important;
  }
  .xl\:ml-0,
  .xl\:mx-0 {
    margin-left: 0 !important;
  }
  .xl\:pb-0,
  .xl\:py-0 {
    padding-bottom: 0 !important;
  }
  .xl\:pt-0,
  .xl\:py-0 {
    padding-top: 0 !important;
  }
  .xl\:pr-0,
  .xl\:px-0 {
    padding-right: 0 !important;
  }
  .xl\:pl-0,
  .xl\:px-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .tablet\:text--center {
    text-align: center !important;
  }
  .tablet\:text--left {
    text-align: left !important;
  }
  .tablet\:text--right {
    text-align: right !important;
  }
  .tablet\:flex {
    display: flex;
    flex-shrink: 0;
  }
  .tablet\:flex-wrap, .tablet\:flex--wrap {
    flex-wrap: wrap !important;
  }
  .tablet\:flex-nowrap, .tablet\:flex--nowrap {
    flex-wrap: nowrap !important;
  }
  .tablet\:flex--1 {
    flex: 1 !important;
  }
  .tablet\:flex--initial {
    flex: initial !important;
  }
  .tablet\:flex--shrink-0, .tablet\:flex--no-shrink {
    flex-shrink: 0 !important;
  }
  .tablet\:flex--items-center, .tablet\:flex--align-center, .tablet\:flex--align-items-center {
    align-items: center !important;
  }
  .tablet\:flex--items-start, .tablet\:flex--align-start, .tablet\:flex--align-items-start {
    align-items: flex-start !important;
  }
  .tablet\:flex--items-end, .tablet\:flex--align-end, .tablet\:flex--align-items-end {
    align-items: flex-end !important;
  }
  .tablet\:flex--justify-center, .tablet\:flex--justify-content-center {
    justify-content: center !important;
  }
  .tablet\:flex--justify-start, .tablet\:flex--justify-content-start {
    justify-content: flex-start !important;
  }
  .tablet\:flex--justify-end, .tablet\:flex--justify-content-end {
    justify-content: flex-end !important;
  }
  .tablet\:flex--justify-space-between, .tablet\:flex--justify-content-space-between {
    justify-content: space-between;
  }
  .tablet\:flex--justify-space-around, .tablet\:flex--justify-content-space-around {
    justify-content: space-around;
  }
  .tablet\:flex--center {
    justify-content: center;
    align-items: center;
  }
  .tablet\:flex--row {
    flex-direction: row !important;
  }
  .tablet\:flex--row-reverse {
    flex-direction: row-reverse !important;
  }
  .tablet\:flex--column {
    flex-direction: column !important;
  }
  .tablet\:flex--column-reverse {
    flex-direction: column-reverse !important;
  }
  .tablet\:flex--order-1 {
    order: 1;
  }
  .tablet\:flex--order-2 {
    order: 2;
  }
  .tablet\:flex--order-3 {
    order: 3;
  }
  .tablet\:flex--order-4 {
    order: 4;
  }
  .tablet\:flex--order-5 {
    order: 5;
  }
  .tablet\:flex--order-6 {
    order: 6;
  }
  .tablet\:flex--order-7 {
    order: 7;
  }
  .tablet\:flex--order-8 {
    order: 8;
  }
  .tablet\:flex--order-9 {
    order: 9;
  }
  .tablet\:flex--order-10 {
    order: 10;
  }
  .tablet\:ml-auto,
  .tablet\:mx-auto {
    margin-left: auto !important;
  }
  .tablet\:mr-auto,
  .tablet\:mx-auto {
    margin-right: auto !important;
  }
  .tablet\:mt-auto,
  .tablet\:my-auto {
    margin-top: auto !important;
  }
  .tablet\:mb-auto,
  .tablet\:my-auto {
    margin-bottom: auto !important;
  }
  .tablet\:mb-0,
  .tablet\:my-0 {
    margin-bottom: 0 !important;
  }
  .tablet\:mt-0,
  .tablet\:my-0 {
    margin-top: 0 !important;
  }
  .tablet\:mr-0,
  .tablet\:mx-0 {
    margin-right: 0 !important;
  }
  .tablet\:ml-0,
  .tablet\:mx-0 {
    margin-left: 0 !important;
  }
  .tablet\:pb-0,
  .tablet\:py-0 {
    padding-bottom: 0 !important;
  }
  .tablet\:pt-0,
  .tablet\:py-0 {
    padding-top: 0 !important;
  }
  .tablet\:pr-0,
  .tablet\:px-0 {
    padding-right: 0 !important;
  }
  .tablet\:pl-0,
  .tablet\:px-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 992px) {
  .lg\:text--center {
    text-align: center !important;
  }
  .lg\:text--left {
    text-align: left !important;
  }
  .lg\:text--right {
    text-align: right !important;
  }
  .lg\:flex {
    display: flex;
    flex-shrink: 0;
  }
  .lg\:flex-wrap, .lg\:flex--wrap {
    flex-wrap: wrap !important;
  }
  .lg\:flex-nowrap, .lg\:flex--nowrap {
    flex-wrap: nowrap !important;
  }
  .lg\:flex--1 {
    flex: 1 !important;
  }
  .lg\:flex--initial {
    flex: initial !important;
  }
  .lg\:flex--shrink-0, .lg\:flex--no-shrink {
    flex-shrink: 0 !important;
  }
  .lg\:flex--items-center, .lg\:flex--align-center, .lg\:flex--align-items-center {
    align-items: center !important;
  }
  .lg\:flex--items-start, .lg\:flex--align-start, .lg\:flex--align-items-start {
    align-items: flex-start !important;
  }
  .lg\:flex--items-end, .lg\:flex--align-end, .lg\:flex--align-items-end {
    align-items: flex-end !important;
  }
  .lg\:flex--justify-center, .lg\:flex--justify-content-center {
    justify-content: center !important;
  }
  .lg\:flex--justify-start, .lg\:flex--justify-content-start {
    justify-content: flex-start !important;
  }
  .lg\:flex--justify-end, .lg\:flex--justify-content-end {
    justify-content: flex-end !important;
  }
  .lg\:flex--justify-space-between, .lg\:flex--justify-content-space-between {
    justify-content: space-between;
  }
  .lg\:flex--justify-space-around, .lg\:flex--justify-content-space-around {
    justify-content: space-around;
  }
  .lg\:flex--center {
    justify-content: center;
    align-items: center;
  }
  .lg\:flex--row {
    flex-direction: row !important;
  }
  .lg\:flex--row-reverse {
    flex-direction: row-reverse !important;
  }
  .lg\:flex--column {
    flex-direction: column !important;
  }
  .lg\:flex--column-reverse {
    flex-direction: column-reverse !important;
  }
  .lg\:flex--order-1 {
    order: 1;
  }
  .lg\:flex--order-2 {
    order: 2;
  }
  .lg\:flex--order-3 {
    order: 3;
  }
  .lg\:flex--order-4 {
    order: 4;
  }
  .lg\:flex--order-5 {
    order: 5;
  }
  .lg\:flex--order-6 {
    order: 6;
  }
  .lg\:flex--order-7 {
    order: 7;
  }
  .lg\:flex--order-8 {
    order: 8;
  }
  .lg\:flex--order-9 {
    order: 9;
  }
  .lg\:flex--order-10 {
    order: 10;
  }
  .lg\:ml-auto,
  .lg\:mx-auto {
    margin-left: auto !important;
  }
  .lg\:mr-auto,
  .lg\:mx-auto {
    margin-right: auto !important;
  }
  .lg\:mt-auto,
  .lg\:my-auto {
    margin-top: auto !important;
  }
  .lg\:mb-auto,
  .lg\:my-auto {
    margin-bottom: auto !important;
  }
  .lg\:mb-0,
  .lg\:my-0 {
    margin-bottom: 0 !important;
  }
  .lg\:mt-0,
  .lg\:my-0 {
    margin-top: 0 !important;
  }
  .lg\:mr-0,
  .lg\:mx-0 {
    margin-right: 0 !important;
  }
  .lg\:ml-0,
  .lg\:mx-0 {
    margin-left: 0 !important;
  }
  .lg\:pb-0,
  .lg\:py-0 {
    padding-bottom: 0 !important;
  }
  .lg\:pt-0,
  .lg\:py-0 {
    padding-top: 0 !important;
  }
  .lg\:pr-0,
  .lg\:px-0 {
    padding-right: 0 !important;
  }
  .lg\:pl-0,
  .lg\:px-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .md\:text--center {
    text-align: center !important;
  }
  .md\:text--left {
    text-align: left !important;
  }
  .md\:text--right {
    text-align: right !important;
  }
  .md\:flex {
    display: flex;
    flex-shrink: 0;
  }
  .md\:flex-wrap, .md\:flex--wrap {
    flex-wrap: wrap !important;
  }
  .md\:flex-nowrap, .md\:flex--nowrap {
    flex-wrap: nowrap !important;
  }
  .md\:flex--1 {
    flex: 1 !important;
  }
  .md\:flex--initial {
    flex: initial !important;
  }
  .md\:flex--shrink-0, .md\:flex--no-shrink {
    flex-shrink: 0 !important;
  }
  .md\:flex--items-center, .md\:flex--align-center, .md\:flex--align-items-center {
    align-items: center !important;
  }
  .md\:flex--items-start, .md\:flex--align-start, .md\:flex--align-items-start {
    align-items: flex-start !important;
  }
  .md\:flex--items-end, .md\:flex--align-end, .md\:flex--align-items-end {
    align-items: flex-end !important;
  }
  .md\:flex--justify-center, .md\:flex--justify-content-center {
    justify-content: center !important;
  }
  .md\:flex--justify-start, .md\:flex--justify-content-start {
    justify-content: flex-start !important;
  }
  .md\:flex--justify-end, .md\:flex--justify-content-end {
    justify-content: flex-end !important;
  }
  .md\:flex--justify-space-between, .md\:flex--justify-content-space-between {
    justify-content: space-between;
  }
  .md\:flex--justify-space-around, .md\:flex--justify-content-space-around {
    justify-content: space-around;
  }
  .md\:flex--center {
    justify-content: center;
    align-items: center;
  }
  .md\:flex--row {
    flex-direction: row !important;
  }
  .md\:flex--row-reverse {
    flex-direction: row-reverse !important;
  }
  .md\:flex--column {
    flex-direction: column !important;
  }
  .md\:flex--column-reverse {
    flex-direction: column-reverse !important;
  }
  .md\:flex--order-1 {
    order: 1;
  }
  .md\:flex--order-2 {
    order: 2;
  }
  .md\:flex--order-3 {
    order: 3;
  }
  .md\:flex--order-4 {
    order: 4;
  }
  .md\:flex--order-5 {
    order: 5;
  }
  .md\:flex--order-6 {
    order: 6;
  }
  .md\:flex--order-7 {
    order: 7;
  }
  .md\:flex--order-8 {
    order: 8;
  }
  .md\:flex--order-9 {
    order: 9;
  }
  .md\:flex--order-10 {
    order: 10;
  }
  .md\:ml-auto,
  .md\:mx-auto {
    margin-left: auto !important;
  }
  .md\:mr-auto,
  .md\:mx-auto {
    margin-right: auto !important;
  }
  .md\:mt-auto,
  .md\:my-auto {
    margin-top: auto !important;
  }
  .md\:mb-auto,
  .md\:my-auto {
    margin-bottom: auto !important;
  }
  .md\:mb-0,
  .md\:my-0 {
    margin-bottom: 0 !important;
  }
  .md\:mt-0,
  .md\:my-0 {
    margin-top: 0 !important;
  }
  .md\:mr-0,
  .md\:mx-0 {
    margin-right: 0 !important;
  }
  .md\:ml-0,
  .md\:mx-0 {
    margin-left: 0 !important;
  }
  .md\:pb-0,
  .md\:py-0 {
    padding-bottom: 0 !important;
  }
  .md\:pt-0,
  .md\:py-0 {
    padding-top: 0 !important;
  }
  .md\:pr-0,
  .md\:px-0 {
    padding-right: 0 !important;
  }
  .md\:pl-0,
  .md\:px-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .sm\:text--center {
    text-align: center !important;
  }
  .sm\:text--left {
    text-align: left !important;
  }
  .sm\:text--right {
    text-align: right !important;
  }
  .sm\:flex {
    display: flex;
    flex-shrink: 0;
  }
  .sm\:flex-wrap, .sm\:flex--wrap {
    flex-wrap: wrap !important;
  }
  .sm\:flex-nowrap, .sm\:flex--nowrap {
    flex-wrap: nowrap !important;
  }
  .sm\:flex--1 {
    flex: 1 !important;
  }
  .sm\:flex--initial {
    flex: initial !important;
  }
  .sm\:flex--shrink-0, .sm\:flex--no-shrink {
    flex-shrink: 0 !important;
  }
  .sm\:flex--items-center, .sm\:flex--align-center, .sm\:flex--align-items-center {
    align-items: center !important;
  }
  .sm\:flex--items-start, .sm\:flex--align-start, .sm\:flex--align-items-start {
    align-items: flex-start !important;
  }
  .sm\:flex--items-end, .sm\:flex--align-end, .sm\:flex--align-items-end {
    align-items: flex-end !important;
  }
  .sm\:flex--justify-center, .sm\:flex--justify-content-center {
    justify-content: center !important;
  }
  .sm\:flex--justify-start, .sm\:flex--justify-content-start {
    justify-content: flex-start !important;
  }
  .sm\:flex--justify-end, .sm\:flex--justify-content-end {
    justify-content: flex-end !important;
  }
  .sm\:flex--justify-space-between, .sm\:flex--justify-content-space-between {
    justify-content: space-between;
  }
  .sm\:flex--justify-space-around, .sm\:flex--justify-content-space-around {
    justify-content: space-around;
  }
  .sm\:flex--center {
    justify-content: center;
    align-items: center;
  }
  .sm\:flex--row {
    flex-direction: row !important;
  }
  .sm\:flex--row-reverse {
    flex-direction: row-reverse !important;
  }
  .sm\:flex--column {
    flex-direction: column !important;
  }
  .sm\:flex--column-reverse {
    flex-direction: column-reverse !important;
  }
  .sm\:flex--order-1 {
    order: 1;
  }
  .sm\:flex--order-2 {
    order: 2;
  }
  .sm\:flex--order-3 {
    order: 3;
  }
  .sm\:flex--order-4 {
    order: 4;
  }
  .sm\:flex--order-5 {
    order: 5;
  }
  .sm\:flex--order-6 {
    order: 6;
  }
  .sm\:flex--order-7 {
    order: 7;
  }
  .sm\:flex--order-8 {
    order: 8;
  }
  .sm\:flex--order-9 {
    order: 9;
  }
  .sm\:flex--order-10 {
    order: 10;
  }
  .sm\:ml-auto,
  .sm\:mx-auto {
    margin-left: auto !important;
  }
  .sm\:mr-auto,
  .sm\:mx-auto {
    margin-right: auto !important;
  }
  .sm\:mt-auto,
  .sm\:my-auto {
    margin-top: auto !important;
  }
  .sm\:mb-auto,
  .sm\:my-auto {
    margin-bottom: auto !important;
  }
  .sm\:mb-0,
  .sm\:my-0 {
    margin-bottom: 0 !important;
  }
  .sm\:mt-0,
  .sm\:my-0 {
    margin-top: 0 !important;
  }
  .sm\:mr-0,
  .sm\:mx-0 {
    margin-right: 0 !important;
  }
  .sm\:ml-0,
  .sm\:mx-0 {
    margin-left: 0 !important;
  }
  .sm\:pb-0,
  .sm\:py-0 {
    padding-bottom: 0 !important;
  }
  .sm\:pt-0,
  .sm\:py-0 {
    padding-top: 0 !important;
  }
  .sm\:pr-0,
  .sm\:px-0 {
    padding-right: 0 !important;
  }
  .sm\:pl-0,
  .sm\:px-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 420px) {
  .xs\:text--center {
    text-align: center !important;
  }
  .xs\:text--left {
    text-align: left !important;
  }
  .xs\:text--right {
    text-align: right !important;
  }
  .xs\:flex {
    display: flex;
    flex-shrink: 0;
  }
  .xs\:flex-wrap, .xs\:flex--wrap {
    flex-wrap: wrap !important;
  }
  .xs\:flex-nowrap, .xs\:flex--nowrap {
    flex-wrap: nowrap !important;
  }
  .xs\:flex--1 {
    flex: 1 !important;
  }
  .xs\:flex--initial {
    flex: initial !important;
  }
  .xs\:flex--shrink-0, .xs\:flex--no-shrink {
    flex-shrink: 0 !important;
  }
  .xs\:flex--items-center, .xs\:flex--align-center, .xs\:flex--align-items-center {
    align-items: center !important;
  }
  .xs\:flex--items-start, .xs\:flex--align-start, .xs\:flex--align-items-start {
    align-items: flex-start !important;
  }
  .xs\:flex--items-end, .xs\:flex--align-end, .xs\:flex--align-items-end {
    align-items: flex-end !important;
  }
  .xs\:flex--justify-center, .xs\:flex--justify-content-center {
    justify-content: center !important;
  }
  .xs\:flex--justify-start, .xs\:flex--justify-content-start {
    justify-content: flex-start !important;
  }
  .xs\:flex--justify-end, .xs\:flex--justify-content-end {
    justify-content: flex-end !important;
  }
  .xs\:flex--justify-space-between, .xs\:flex--justify-content-space-between {
    justify-content: space-between;
  }
  .xs\:flex--justify-space-around, .xs\:flex--justify-content-space-around {
    justify-content: space-around;
  }
  .xs\:flex--center {
    justify-content: center;
    align-items: center;
  }
  .xs\:flex--row {
    flex-direction: row !important;
  }
  .xs\:flex--row-reverse {
    flex-direction: row-reverse !important;
  }
  .xs\:flex--column {
    flex-direction: column !important;
  }
  .xs\:flex--column-reverse {
    flex-direction: column-reverse !important;
  }
  .xs\:flex--order-1 {
    order: 1;
  }
  .xs\:flex--order-2 {
    order: 2;
  }
  .xs\:flex--order-3 {
    order: 3;
  }
  .xs\:flex--order-4 {
    order: 4;
  }
  .xs\:flex--order-5 {
    order: 5;
  }
  .xs\:flex--order-6 {
    order: 6;
  }
  .xs\:flex--order-7 {
    order: 7;
  }
  .xs\:flex--order-8 {
    order: 8;
  }
  .xs\:flex--order-9 {
    order: 9;
  }
  .xs\:flex--order-10 {
    order: 10;
  }
  .xs\:ml-auto,
  .xs\:mx-auto {
    margin-left: auto !important;
  }
  .xs\:mr-auto,
  .xs\:mx-auto {
    margin-right: auto !important;
  }
  .xs\:mt-auto,
  .xs\:my-auto {
    margin-top: auto !important;
  }
  .xs\:mb-auto,
  .xs\:my-auto {
    margin-bottom: auto !important;
  }
  .xs\:mb-0,
  .xs\:my-0 {
    margin-bottom: 0 !important;
  }
  .xs\:mt-0,
  .xs\:my-0 {
    margin-top: 0 !important;
  }
  .xs\:mr-0,
  .xs\:mx-0 {
    margin-right: 0 !important;
  }
  .xs\:ml-0,
  .xs\:mx-0 {
    margin-left: 0 !important;
  }
  .xs\:pb-0,
  .xs\:py-0 {
    padding-bottom: 0 !important;
  }
  .xs\:pt-0,
  .xs\:py-0 {
    padding-top: 0 !important;
  }
  .xs\:pr-0,
  .xs\:px-0 {
    padding-right: 0 !important;
  }
  .xs\:pl-0,
  .xs\:px-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 420px) {
  .xs\:hide--down,
  .xs\:hide--max {
    display: none !important;
  }
}
@media (min-width: 421px) {
  .xs\:hide--up,
  .xs\:hide--min {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .sm\:hide--down,
  .sm\:hide--max {
    display: none !important;
  }
}
@media (min-width: 577px) {
  .sm\:hide--up,
  .sm\:hide--min {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .md\:hide--down,
  .md\:hide--max {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .md\:hide--up,
  .md\:hide--min {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .lg\:hide--down,
  .lg\:hide--max {
    display: none !important;
  }
}
@media (min-width: 993px) {
  .lg\:hide--up,
  .lg\:hide--min {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .tablet\:hide--down,
  .tablet\:hide--max {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .tablet\:hide--up,
  .tablet\:hide--min {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .xl\:hide--down,
  .xl\:hide--max {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .xl\:hide--up,
  .xl\:hide--min {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .laptop\:hide--down,
  .laptop\:hide--max {
    display: none !important;
  }
}
@media (min-width: 1441px) {
  .laptop\:hide--up,
  .laptop\:hide--min {
    display: none !important;
  }
}
@media (max-width: 1920px) {
  .xxl\:hide--down,
  .xxl\:hide--max {
    display: none !important;
  }
}
@media (min-width: 1921px) {
  .xxl\:hide--up,
  .xxl\:hide--min {
    display: none !important;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes elemLoading {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.fade-short-enter-active, .fade-short-leave-active {
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-short-enter, .fade-short-leave-to {
  opacity: 0;
}

.slide-top-enter-active, .slide-top-leave-active,
.slide-bottom-enter-active, .slide-bottom-leave-active,
.slide-left-enter-active, .slide-left-leave-active,
.slide-right-enter-active, .slide-right-leave-active {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-top-enter, .slide-top-leave-to {
  opacity: 0;
  transform: translateY(-20px);
}

.slide-bottom-enter, .slide-bottom-leave-to {
  opacity: 0;
  transform: translateY(20px);
}

.slide-left-enter, .slide-left-leave-to {
  opacity: 0;
  transform: translatex(-20px);
}

.slide-right-enter, .slide-right-leave-to {
  opacity: 0;
  transform: translatex(20px);
}

.admin-header {
  position: relative;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
.admin-header .header__user {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.admin-header .header__user-title {
  font-weight: bold;
}
.admin-header .header__user-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: var(--sviby-color-text);
  background-color: white;
  margin-left: 15px;
  font-size: 20px;
}
.admin-header .header__logo {
  display: flex;
  align-items: center;
  max-width: 150px;
}
.admin-header .header__logo img {
  max-height: var(--sviby-logo-height);
}
.admin-header .account-card__inner {
  padding: 15px;
  padding-right: 42px;
  background: none;
  border: none;
}
.admin-header .account-card__menu-btn {
  right: 15px;
  background: none !important;
}

.admin-sidebar .nav-item__icon {
  position: relative;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  flex-shrink: 0;
  border-radius: 8px;
}
.admin-sidebar .nav-item__icon .icon {
  width: 20px;
  height: 20px;
}

.admin-sidebar .nav-sub-item--separator-bottom, .admin-sidebar .nav-item--separator-bottom {
  margin-bottom: 20px !important;
}
.admin-sidebar .nav-sub-item--separator-bottom::before, .admin-sidebar .nav-item--separator-bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  border-bottom: 1px solid var(--sviby-color-hr);
}

.admin-sidebar .nav-sub-item__title .badge, .admin-sidebar .nav-item__title .badge {
  margin-left: 10px;
}

.admin-sidebar {
  position: sticky;
  top: var(--sviby-header-clearance);
  height: calc(100vh - var(--sviby-header-clearance));
  width: var(--sviby-sidebar-width);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  background: white;
  border-right: 1px solid var(--sviby-color-hr);
  z-index: 100;
}
.admin-sidebar__header {
  height: var(--sviby-header-height);
  padding: 20px;
}
.admin-sidebar__header .header__logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.admin-sidebar__header .header__logo img {
  max-height: var(--sviby-logo-height);
}
.admin-sidebar .nav-wrapper {
  position: relative;
  padding: 20px 10px;
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.admin-sidebar .nav-section {
  position: relative;
}
.admin-sidebar .nav-section:not(:last-child)::after {
  content: "";
  width: calc(100% - 20px);
  display: table;
  border-bottom: 1px solid var(--sviby-color-hr);
  margin: 20px auto;
}
.admin-sidebar .nav-section__title {
  position: relative;
  display: block;
  padding: 0 0 10px;
  font: var(--sviby-font-nav-section-title);
  letter-spacing: 0.015em;
}
.admin-sidebar .nav-item {
  position: relative;
  display: block;
  font: var(--sviby-font-nav-item);
}
.admin-sidebar .nav-item__link {
  position: relative;
  display: flex;
  padding: 6px 10px;
  align-items: center;
  border-radius: 4px;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.admin-sidebar .nav-item__link:hover {
  background: var(--sviby-color-view-background);
}
.admin-sidebar .nav-item.nav-item--no-highlight .nav-item__link:hover {
  cursor: auto;
  background: none;
  color: inherit;
}
.admin-sidebar .nav-item--current .nav-item__link {
  color: var(--sviby-color-primary);
}
.admin-sidebar .nav-item__title-wrapper {
  position: relative;
  padding: 5px 0;
}
.admin-sidebar .nav-item__title {
  font: var(--sviby-font-nav-item-title);
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
}
.admin-sidebar .nav-item__title--alt {
  font-weight: 600;
}
.admin-sidebar .nav-item__title--small {
  font-size: 14px;
}
.admin-sidebar .nav-item__subtitle {
  font: var(--sviby-font-nav-item-subtitle);
  letter-spacing: 0.005em;
  margin-top: 5px;
}
.admin-sidebar .nav-item--has-children .nav-item__link {
  cursor: pointer;
}
.admin-sidebar .nav-item--has-children .nav-item__link::after {
  content: "";
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: auto;
  background: url("/img/ui-icons/Line/User Interface/Chevron Right.svg") center/contain no-repeat;
}
.admin-sidebar .nav-item--open .nav-item__link {
  color: var(--sviby-color-primary);
}
.admin-sidebar .nav-item--open .nav-item__link::after {
  transform: rotate(90deg);
}
.admin-sidebar .nav-item--open.nav-item--no-highlight .nav-item__link {
  color: var(--sviby-color-text);
}
.admin-sidebar .nav-item:not(.admin-sidebar .nav-item--open) .nav-item__submenu {
  display: none;
}
.admin-sidebar .nav-item__submenu {
  position: relative;
  width: 100%;
  padding: 0 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.admin-sidebar .nav-item__submenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  height: 100%;
  width: 1px;
  background: var(--sviby-color-hr);
  z-index: 1;
  transform: translateX(-50%);
}
.admin-sidebar .nav-item--separator-bottom::before {
  width: calc(100% - 20px);
  left: 10px;
}
.admin-sidebar .nav-sub-item {
  font: var(--sviby-font-nav-sub-item);
  letter-spacing: -0.01em;
  position: relative;
  padding: 2px;
  padding-left: 32px;
  display: flex;
  align-items: center;
  min-height: 30px;
}
.admin-sidebar .nav-sub-item:first-child {
  padding-top: 0;
}
.admin-sidebar .nav-sub-item:last-child {
  padding-bottom: 0;
}
.admin-sidebar .nav-sub-item--active {
  color: var(--sviby-color-primary);
}
.admin-sidebar .nav-sub-item__title {
  position: relative;
  display: flex;
  padding: 6px 15px;
  width: 100%;
  border-radius: 4px;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.admin-sidebar .nav-sub-item__title:hover {
  background: var(--sviby-color-view-background);
}
.admin-sidebar .nav-sub-item--current .nav-sub-item__title {
  color: var(--sviby-color-primary);
}
.admin-sidebar .nav-sub-item--current .nav-sub-item__icon {
  background-color: var(--sviby-color-primary);
}
.admin-sidebar .nav-sub-item--current .nav-sub-item__icon .icon {
  filter: brightness(0) invert(1);
}
.admin-sidebar .nav-sub-item--separator-bottom::before {
  width: calc(100% + 20px);
  left: -10px;
}
.admin-sidebar__footer {
  background-color: #FFF;
  border-top: 1px solid var(--sviby-color-hr);
  min-height: 81px;
  display: flex;
  align-items: center;
}
.admin-sidebar__user {
  padding: 10px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.admin-sidebar__user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--sviby-color-input-bg);
  border: 1px solid var(--sviby-color-hr);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  font: var(--sviby-font-h3);
  padding: var(--sviby-font-h3-spacing);
  letter-spacing: -0.02em;
  padding: 0;
}
.admin-sidebar__user-title {
  font: var(--sviby-font-nav-item-title);
  letter-spacing: -0.01em;
  font-weight: 500;
  padding: 0;
}
.admin-sidebar__download-app {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 10px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.admin-sidebar__download-app-text {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  font-weight: 500;
  padding: 0;
  padding-left: 10px;
}
.admin-sidebar__download-app-qr img {
  width: 80px;
}
.admin-sidebar__download-app:hover {
  color: var(--sviby-color-primary);
}

.list-wrapper {
  display: flex;
}
.list-container {
  flex: 1;
}
.list-group {
  margin-bottom: 40px;
}
.list-group__title {
  font-weight: bold;
  padding: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) 0;
  border-bottom: 1px solid var(--sviby-color-border);
}

.filter-sidebar {
  width: 240px;
}
.filter-sidebar > form {
  position: sticky;
  top: 0;
  padding-top: 10px;
}
.filter-sidebar .form-field > label {
  margin-bottom: 15px;
  height: 40px;
  display: flex;
  align-items: center;
  cursor: default;
}

.blurred-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
}

.activity-indicator svg {
  stroke: var(--sviby-color-primary);
  animation: rotation 1.35s linear infinite;
}
.activity-indicator svg circle {
  stroke-dasharray: 180;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: turn 1.35s ease-in-out infinite;
}

.activity-indicator-overlay {
  cursor: wait;
}
.activity-indicator-overlay__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  left: 0;
  max-height: 100vh;
  height: 100%;
  width: 100%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes turn {
  0% {
    stroke-dashoffset: 180;
  }
  50% {
    stroke-dashoffset: 45;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 180;
    transform: rotate(450deg);
  }
}
.card {
  --sviby-card-padding-x: 15px;
  --sviby-card-padding-y: 15px;
  position: relative;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--sviby-current-color-light, var(--sviby-color-hr));
  padding: var(--sviby-card-padding-y) var(--sviby-card-padding-x);
  background-color: var(--sviby-color-bg);
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1440px) {
  .card {
    --sviby-card-padding-x: 11.25px;
    --sviby-card-padding-y: 11.25px;
  }
}
@media (max-width: 992px) {
  .card {
    --sviby-card-padding-x: 7.5px;
    --sviby-card-padding-y: 7.5px;
  }
}
.card__header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--sviby-card-padding-y) var(--sviby-card-padding-x);
}
.card__header .tag,
.card__header .badge {
  margin-left: auto;
}
.card__title-wrapper {
  position: relative;
  display: flex;
}
.card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 10px;
}
.card__icon .icon {
  width: 20px;
  height: 20px;
}
.card__title {
  position: relative;
  padding: 0;
  font-weight: 600;
  color: var(--sviby-current-color, var(--sviby-color-text));
  margin-right: auto;
}
.card__subtitle {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  position: relative;
  padding: 0;
  color: var(--sviby-current-color, var(--sviby-color-text-muted));
}
.card__collapse-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
}
.card__body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: var(--sviby-card-padding-y) var(--sviby-card-padding-x);
}
.card__thumbnail {
  position: relative;
  width: 100%;
  height: 190px;
  display: flex;
  margin-bottom: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}
.card__footer {
  position: relative;
  width: 100%;
  border-top: 1px solid var(--sviby-color-view-background);
  padding: var(--sviby-card-padding-y) var(--sviby-card-padding-x);
}
.card--no-padding .card__body {
  padding: 0;
}
.card--reset-padding {
  --sviby-card-padding-x: 15px;
  --sviby-card-padding-y: 15px;
  position: relative;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--sviby-current-color-light, var(--sviby-color-hr));
  padding: var(--sviby-card-padding-y) var(--sviby-card-padding-x);
  background-color: var(--sviby-color-bg);
}
@media (max-width: 1440px) {
  .card--reset-padding {
    --sviby-card-padding-x: 11.25px;
    --sviby-card-padding-y: 11.25px;
  }
}
@media (max-width: 992px) {
  .card--reset-padding {
    --sviby-card-padding-x: 7.5px;
    --sviby-card-padding-y: 7.5px;
  }
}
.card--no-border {
  border: 0;
}
.card--no-side-padding .card__body {
  padding-left: 0;
  padding-right: 0;
}
.card--hover {
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card--hover:hover {
  border-color: var(--sviby-color-input-border-hover);
  cursor: pointer;
}
.card--minimal {
  --sviby-card-padding-y: 10px;
}
.card--highlight {
  border-color: var(--sviby-color-secondary);
}
.card--highlight-header .card__header {
  background-color: var(--sviby-color-table-total);
  border-bottom: 0;
}
.card--collapsable .card__header {
  cursor: pointer;
  padding-right: 48px;
}
.card--collapsed .card__collapse-btn {
  transform: rotate(180deg);
}
.card .collapsable-wrapper {
  flex: 1;
}
.card .collapsable-wrapper__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card--fill {
  background: var(--sviby-current-color-vlight, var(--sviby-color-bg-alt));
}
.card--fill[data-color-scheme] .card__header + .collapsable-wrapper .card__body {
  padding-top: 0;
}
.card--horizontal .collapsable-wrapper__content {
  flex-direction: row;
}
.card--horizontal .card__body {
  display: flex;
  flex-direction: row;
}
.card--border-bottom {
  border-bottom-width: 1px !important;
}

.card-group {
  --sviby-card-padding-x: 15px;
  --sviby-card-padding-y: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid var(--sviby-color-hr);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .card-group {
    --sviby-card-padding-x: 11.25px;
    --sviby-card-padding-y: 11.25px;
  }
}
@media (max-width: 992px) {
  .card-group {
    --sviby-card-padding-x: 7.5px;
    --sviby-card-padding-y: 7.5px;
  }
}
.card-group .card-group {
  border-width: 0;
  border-radius: 0;
}
.card-group .card-group--border-bottom {
  border-bottom-width: 1px;
}
.card-group__header {
  position: relative;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background: var(--sviby-color-dark);
  color: #fff;
  padding: 15px;
}
.card-group__title {
  position: relative;
  padding: 0;
  font-weight: 600;
}
.card-group > .card-group__body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: var(--sviby-color-bg);
}
.card-group--padding > .card-group__body {
  padding: var(--sviby-card-padding-x) calc(var(--sviby-card-padding-y) * 2);
}
.card-group--padding > .card-group__body > .card, .card-group--padding > .card-group__body > [data-card-element] {
  padding-left: 0;
  padding-right: 0;
}
.card-group > .card-group__body > .card, .card-group > .card-group__body > [data-card-element] {
  position: relative;
  flex: initial;
  display: flex;
}
.card-group:not(.card-group--vertical):not(.card-group--horizontal) > .card-group__body > .card, .card-group:not(.card-group--vertical):not(.card-group--horizontal) > .card-group__body > [data-card-element] {
  position: relative;
  flex: 1;
  display: flex;
  border-width: 0;
  border-radius: 0;
}
.card-group:not(.card-group--vertical):not(.card-group--horizontal) > .card-group__body > .card:not(:first-child), .card-group:not(.card-group--vertical):not(.card-group--horizontal) > .card-group__body > [data-card-element]:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-group:not(.card-group--vertical):not(.card-group--horizontal) > .card-group__body > .card:not(:first-child):not(.card--border-top), .card-group:not(.card-group--vertical):not(.card-group--horizontal) > .card-group__body > [data-card-element]:not(:first-child):not(.card--border-top) {
  border-top-width: 0;
}
.card-group:not(.card-group--vertical):not(.card-group--horizontal) > .card-group__body > .card:not(:last-child), .card-group:not(.card-group--vertical):not(.card-group--horizontal) > .card-group__body > [data-card-element]:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-group:not(.card-group--vertical):not(.card-group--horizontal) > .card-group__body > .card:not(:last-child):not(.card--border-bottom), .card-group:not(.card-group--vertical):not(.card-group--horizontal) > .card-group__body > [data-card-element]:not(:last-child):not(.card--border-bottom) {
  border-bottom-width: 0;
}
.card-group:not(.card-group--vertical):not(.card-group--horizontal).card-group--border > .card-group__body > .card:not(:last-child), .card-group:not(.card-group--vertical):not(.card-group--horizontal).card-group--border > .card-group__body > [data-card-element]:not(:last-child) {
  border-bottom-width: 1px;
}
.card-group--vertical > .card-group__body {
  flex-direction: column;
}
.card-group--vertical > .card-group__body > .card, .card-group--vertical > .card-group__body > [data-card-element] {
  border-width: 0;
  border-radius: 0;
}
.card-group--vertical > .card-group__body > .card:not(:first-child), .card-group--vertical > .card-group__body > [data-card-element]:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-group--vertical > .card-group__body > .card:not(:first-child):not(.card--border-top), .card-group--vertical > .card-group__body > [data-card-element]:not(:first-child):not(.card--border-top) {
  border-top-width: 0;
}
.card-group--vertical > .card-group__body > .card:not(:last-child), .card-group--vertical > .card-group__body > [data-card-element]:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-group--vertical > .card-group__body > .card:not(:last-child):not(.card--border-bottom), .card-group--vertical > .card-group__body > [data-card-element]:not(:last-child):not(.card--border-bottom) {
  border-bottom-width: 0;
}
.card-group--vertical.card-group--border > .card-group__body > .card:not(:last-child), .card-group--vertical.card-group--border > .card-group__body > [data-card-element]:not(:last-child) {
  border-bottom-width: 1px;
}
.card-group--horizontal > .card-group__body {
  flex-direction: row;
}
.card-group--horizontal > .card-group__body > .card, .card-group--horizontal > .card-group__body > [data-card-element] {
  border-width: 0;
  border-radius: 0;
}
.card-group--horizontal > .card-group__body > .card:not(:first-child), .card-group--horizontal > .card-group__body > [data-card-element]:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card-group--horizontal > .card-group__body > .card:not(:first-child):not(.card--border-left), .card-group--horizontal > .card-group__body > [data-card-element]:not(:first-child):not(.card--border-left) {
  border-left-width: 0;
}
.card-group--horizontal > .card-group__body > .card:not(:last-child), .card-group--horizontal > .card-group__body > [data-card-element]:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card-group--horizontal > .card-group__body > .card:not(:last-child):not(.card--border-right), .card-group--horizontal > .card-group__body > [data-card-element]:not(:last-child):not(.card--border-right) {
  border-right-width: 0;
}
.card-group--horizontal.card-group--border > .card-group__body > .card:not(:last-child), .card-group--horizontal.card-group--border > .card-group__body > [data-card-element]:not(:last-child) {
  border-right-width: 1px;
}
.card-group--small-paddings-between.card-group--vertical > .card-group__body > .card:not(:first-child), .card-group--small-paddings-between.card-group--vertical > .card-group__body > [data-card-element]:not(:first-child) {
  padding-top: calc(var(--sviby-card-padding-y) / 2);
}
.card-group--small-paddings-between.card-group--vertical > .card-group__body > .card:not(:last-child), .card-group--small-paddings-between.card-group--vertical > .card-group__body > [data-card-element]:not(:last-child) {
  padding-bottom: calc(var(--sviby-card-padding-y) / 2);
}
.card-group--small-paddings-between.card-group--vertical > .card-group__body > .card.card--border-bottom, .card-group--small-paddings-between.card-group--vertical > .card-group__body > [data-card-element].card--border-bottom {
  padding-bottom: var(--sviby-card-padding-y);
}
.card-group--small-paddings-between.card-group--vertical > .card-group__body > .card.card--border-bottom + [data-card-element], .card-group--small-paddings-between.card-group--vertical > .card-group__body > [data-card-element].card--border-bottom + [data-card-element] {
  padding-top: var(--sviby-card-padding-y);
}
.card-group--has-title .card:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.card-group--inner {
  border-width: 0;
}
.card-group--inner .card-group__body > .card, .card-group--inner .card-group__body > [data-card-element] {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.card-group--inner .card-group__body > .card .card__body, .card-group--inner .card-group__body > [data-card-element] .card__body {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.card-group--inner .card-group__body > .card + .card, .card-group--inner .card-group__body > .card + [data-card-element], .card-group--inner .card-group__body > [data-card-element] + .card, .card-group--inner .card-group__body > [data-card-element] + [data-card-element] {
  padding-top: 0;
}
.card-group--inner .card-group__body > .card + .card .card__body, .card-group--inner .card-group__body > .card + [data-card-element] .card__body, .card-group--inner .card-group__body > [data-card-element] + .card .card__body, .card-group--inner .card-group__body > [data-card-element] + [data-card-element] .card__body {
  padding-top: 0;
}
.card-group--inner .card-group__body > .card:first-child, .card-group--inner .card-group__body > [data-card-element]:first-child {
  padding-top: 0;
}
.card-group--inner .card-group__body > .card:first-child .card__body, .card-group--inner .card-group__body > [data-card-element]:first-child .card__body {
  padding-top: 0;
}
.card-group--inner .card-group__body > .card:last-child, .card-group--inner .card-group__body > [data-card-element]:last-child {
  padding-bottom: 0;
}
.card-group--inner .card-group__body > .card:last-child .card__body, .card-group--inner .card-group__body > [data-card-element]:last-child .card__body {
  padding-bottom: 0;
}

.card__body > .card-group > .card, .card__body > .card-group > [data-card-element] {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.card__body > .card-group > .card .card__body, .card__body > .card-group > [data-card-element] .card__body {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.card__body > .card-group > .card + .card, .card__body > .card-group > .card + [data-card-element], .card__body > .card-group > [data-card-element] + .card, .card__body > .card-group > [data-card-element] + [data-card-element] {
  padding-top: 0;
}
.card__body > .card-group > .card + .card .card__body, .card__body > .card-group > .card + [data-card-element] .card__body, .card__body > .card-group > [data-card-element] + .card .card__body, .card__body > .card-group > [data-card-element] + [data-card-element] .card__body {
  padding-top: 0;
}
.card__body > .card-group > .card:first-child, .card__body > .card-group > [data-card-element]:first-child {
  padding-top: 0;
}
.card__body > .card-group > .card:first-child .card__body, .card__body > .card-group > [data-card-element]:first-child .card__body {
  padding-top: 0;
}
.card__body > .card-group > .card:last-child, .card__body > .card-group > [data-card-element]:last-child {
  padding-bottom: 0;
}
.card__body > .card-group > .card:last-child .card__body, .card__body > .card-group > [data-card-element]:last-child .card__body {
  padding-bottom: 0;
}

a.card:hover {
  border-color: var(--sviby-current-color-dark, var(--sviby-color-dark));
}

.collection {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.collection--no-wrap {
  flex-wrap: nowrap;
}
.collection--justify-end {
  justify-content: flex-end;
}
.collection--links a:not(:last-child)::after {
  content: ", ";
}
.collection--buttons, .collection--btn, .collection--btns, .collection--tags {
  gap: calc(20px * var(--sviby-spacing-modifier));
}
.collection--column.collection--buttons, .collection--column.collection--btn, .collection--column.collection--btns, .collection--column.collection--tags {
  margin-top: 0;
  flex-direction: column;
}
.collection--small-tags, .collection--small-tag, .collection--small-btns {
  gap: 5px;
}
.collection--block-span, .collection--block-spans, .collection--spans {
  gap: 5px;
}
.collection--horizontal-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
}
.collection--input, .collection--inputs {
  flex-direction: column;
  gap: 10px;
}
.collection--input.collection--horizontal, .collection--inputs.collection--horizontal {
  flex-direction: row;
  gap: 15px;
}
.collection--accordions {
  gap: 10px;
  flex-direction: column;
}

.table .collection--buttons, .table .collection--btn, .table .collection--btns, .table .collection--tags,
table .collection--buttons,
table .collection--btn,
table .collection--btns,
table .collection--tags,
.table-wrapper .collection--buttons,
.table-wrapper .collection--btn,
.table-wrapper .collection--btns,
.table-wrapper .collection--tags {
  gap: 10px;
}

@media (max-width: 992px) {
  .collection.lg\:collection--column {
    flex-direction: column;
    align-items: flex-start;
  }
  .collection.lg\:collection--column.collection--buttons, .collection.lg\:collection--column.collection--btn, .collection.lg\:collection--column.collection--btns, .collection.lg\:collection--column.collection--tags {
    gap: 10px;
  }
}
.icon {
  width: 24px;
  height: 24px;
}
.icon--size--large {
  width: 48px;
  height: 48px;
}
.icon--size--medium {
  width: 24px;
  height: 24px;
}
.icon--size--small {
  width: 16px;
  height: 16px;
}
.icon--size--tiny {
  width: 12px;
  height: 12px;
}
.icon--size--font {
  width: 1em;
  height: 1em;
}
.icon--size--fluid {
  width: 100%;
  height: 100%;
}
.icon--gray {
  --sviby-icon-color: rgba(0, 0, 0, 0.8);
}
.icon--white {
  --sviby-icon-color: var(--sviby-color-bg);
}
.icon--fill {
  background-color: var(--sviby-color-primary);
  border-radius: 50%;
}

.btn, .note-modal .note-btn-primary,
input[type=button],
button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  outline: 0 !important;
  flex-shrink: 0;
  flex-grow: 0;
  border: 0;
  box-shadow: none;
  font: var(--sviby-font-btn);
  border-radius: 8px;
  padding: 10px 0;
  background: none;
  color: var(--sviby-color-text);
  font: var(--sviby-font-btn);
  min-height: 20px;
}
.btn:hover, .note-modal .note-btn-primary:hover,
input[type=button]:hover,
button:hover {
  color: var(--sviby-color-text-muted);
}
.btn:focus, .note-modal .note-btn-primary:focus,
input[type=button]:focus,
button:focus {
  color: var(--sviby-color-text-muted);
}
.btn.btn--outline, .note-modal .btn--outline.note-btn-primary,
input[type=button].btn--outline,
button.btn--outline {
  padding: 9px 16px;
  border: 1px solid;
  border-color: var(--sviby-color-input-border);
  background-color: var(--sviby-color-bg);
}
.btn.btn--outline:hover, .note-modal .btn--outline.note-btn-primary:hover,
input[type=button].btn--outline:hover,
button.btn--outline:hover {
  border-color: var(--sviby-color-primary-light);
}
.btn.btn--outline:focus, .note-modal .btn--outline.note-btn-primary:focus,
input[type=button].btn--outline:focus,
button.btn--outline:focus {
  border-color: var(--sviby-color-primary);
}
.btn.btn--fill, .note-modal .note-btn-primary,
input[type=button].btn--fill,
button.btn--fill {
  background: var(--sviby-color-input-bg);
  padding: 10px 16px;
  color: var(--sviby-color-text);
}
.btn.btn--fill:not(.btn--outline), .note-modal .note-btn-primary:not(.btn--outline),
input[type=button].btn--fill:not(.btn--outline),
button.btn--fill:not(.btn--outline) {
  border: 0;
}
.btn.btn--fill:hover, .note-modal .note-btn-primary:hover,
input[type=button].btn--fill:hover,
button.btn--fill:hover {
  background: var(--sviby-color-input-bg-hover);
}
.btn.btn--padding, .note-modal .btn--padding.note-btn-primary,
input[type=button].btn--padding,
button.btn--padding {
  padding: 10px 16px;
}
.btn.btn--large, .note-modal .btn--large.note-btn-primary,
input[type=button].btn--large,
button.btn--large {
  min-height: var(--sviby-input-height-large) !important;
  min-width: var(--sviby-input-height-large);
  font: var(--sviby-font-h4);
}
.btn.btn--large .icon, .note-modal .btn--large.note-btn-primary .icon,
input[type=button].btn--large .icon,
button.btn--large .icon {
  width: 22px;
  height: 22px;
}
.btn.btn--round, .note-modal .btn--round.note-btn-primary,
input[type=button].btn--round,
button.btn--round {
  border-radius: 50%;
  padding: 0;
  height: var(--sviby-input-height);
  width: var(--sviby-input-height);
  justify-content: center;
  align-items: center;
}
.btn.btn--full, .note-modal .btn--full.note-btn-primary,
input[type=button].btn--full,
button.btn--full {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.btn.btn--disabled, .note-modal .btn--disabled.note-btn-primary, .btn.btn:disabled, .note-modal .note-btn-primary:disabled,
input[type=button].btn--disabled,
input[type=button].btn:disabled,
button.btn--disabled,
button.btn:disabled {
  color: var(--sviby-color-disabled-text) !important;
  background: var(--sviby-color-input-bg-disabled) !important;
  pointer-events: none;
  filter: grayscale(1);
}
.btn.btn--disabled .icon, .note-modal .btn--disabled.note-btn-primary .icon, .btn.btn:disabled .icon, .note-modal .note-btn-primary:disabled .icon,
input[type=button].btn--disabled .icon,
input[type=button].btn:disabled .icon,
button.btn--disabled .icon,
button.btn:disabled .icon {
  opacity: 0.4;
}
.btn.btn--hidden, .note-modal .btn--hidden.note-btn-primary,
input[type=button].btn--hidden,
button.btn--hidden {
  pointer-events: none;
  user-select: none;
  opacity: 0;
}
.btn.btn--center, .note-modal .btn--center.note-btn-primary,
input[type=button].btn--center,
button.btn--center {
  justify-content: center;
}
.btn.btn--sticky, .note-modal .btn--sticky.note-btn-primary,
input[type=button].btn--sticky,
button.btn--sticky {
  position: sticky;
  top: 100%;
}
.btn.btn .icon, .note-modal .note-btn-primary .icon,
input[type=button].btn .icon,
button.btn .icon {
  height: 16px;
  width: 16px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn.btn--icon, .note-modal .btn--icon.note-btn-primary,
input[type=button].btn--icon,
button.btn--icon {
  width: var(--sviby-input-height);
  height: var(--sviby-input-height);
  padding: 0;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.btn--icon span, .note-modal .btn--icon.note-btn-primary span,
input[type=button].btn--icon span,
button.btn--icon span {
  display: none;
}
.btn.btn--icon .icon, .note-modal .btn--icon.note-btn-primary .icon,
input[type=button].btn--icon .icon,
button.btn--icon .icon {
  width: 16px;
  height: 16px;
}
.btn.btn--icon.btn--large .icon, .note-modal .btn--icon.btn--large.note-btn-primary .icon,
input[type=button].btn--icon.btn--large .icon,
button.btn--icon.btn--large .icon {
  width: 20px;
  height: 20px;
}
.btn.btn:not(.btn--icon) .icon + span, .note-modal .note-btn-primary:not(.btn--icon) .icon + span,
input[type=button].btn:not(.btn--icon) .icon + span,
button.btn:not(.btn--icon) .icon + span {
  padding-left: 12px;
}
.btn.btn:not(.btn--icon) span + .icon, .note-modal .note-btn-primary:not(.btn--icon) span + .icon,
input[type=button].btn:not(.btn--icon) span + .icon,
button.btn:not(.btn--icon) span + .icon {
  margin-left: 12px;
}
.btn.btn--transparent, .note-modal .btn--transparent.note-btn-primary,
input[type=button].btn--transparent,
button.btn--transparent {
  background: none;
}
.btn.btn--right, .note-modal .btn--right.note-btn-primary,
input[type=button].btn--right,
button.btn--right {
  margin-left: auto;
}
.btn.btn--left, .note-modal .btn--left.note-btn-primary,
input[type=button].btn--left,
button.btn--left {
  margin-right: auto;
}
.btn.btn--card, .note-modal .btn--card.note-btn-primary,
input[type=button].btn--card,
button.btn--card {
  min-height: 80px;
  width: 100%;
  background-color: var(--sviby-color-bg);
  border-radius: 8px;
}
.btn.btn--card .icon, .note-modal .btn--card.note-btn-primary .icon,
input[type=button].btn--card .icon,
button.btn--card .icon {
  width: 16px;
  height: 16px;
}
.btn.btn--card.btn--large, .note-modal .btn--card.btn--large.note-btn-primary,
input[type=button].btn--card.btn--large,
button.btn--card.btn--large {
  min-height: 160px;
}
.btn.btn--card.btn--large .icon, .note-modal .btn--card.btn--large.note-btn-primary .icon,
input[type=button].btn--card.btn--large .icon,
button.btn--card.btn--large .icon {
  width: 18px;
  height: 18px;
}
.btn.btn--small, .note-modal .btn--small.note-btn-primary,
input[type=button].btn--small,
button.btn--small {
  padding: 5px 12px;
  font: var(--sviby-font-btn-small);
  letter-spacing: -0.005em;
  min-height: var(--sviby-input-height-small);
}
.btn.btn--small.btn--icon, .note-modal .btn--small.btn--icon.note-btn-primary,
input[type=button].btn--small.btn--icon,
button.btn--small.btn--icon {
  width: var(--sviby-input-height-small);
  height: var(--sviby-input-height-small);
}
.btn.btn--small.btn--icon .icon, .note-modal .btn--small.btn--icon.note-btn-primary .icon,
input[type=button].btn--small.btn--icon .icon,
button.btn--small.btn--icon .icon {
  height: 16px;
  width: 16px;
}
.btn.btn--small.btn.btn--padding, .note-modal .btn--small.btn--padding.note-btn-primary, .btn.btn--small input[type=button].btn--padding, .note-modal .btn--small.note-btn-primary input[type=button].btn--padding, .btn.btn--small button.btn--padding, .note-modal .btn--small.note-btn-primary button.btn--padding,
input[type=button].btn--small.btn.btn--padding,
input[type=button].btn--small input[type=button].btn--padding,
input[type=button].btn--small button.btn--padding,
button.btn--small.btn.btn--padding,
button.btn--small input[type=button].btn--padding,
button.btn--small button.btn--padding {
  padding: 5px 12px;
}
.btn > span, .note-modal .note-btn-primary > span,
input[type=button] > span,
button > span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.btn:hover, .note-modal .note-btn-primary:hover, .btn.hover, .note-modal .hover.note-btn-primary, .btn:focus, .note-modal .note-btn-primary:focus,
input[type=button]:hover,
input[type=button].hover,
input[type=button]:focus,
button:hover,
button.hover,
button:focus {
  text-decoration: none;
  opacity: 1;
  color: var(--sviby-color-text-muted);
}
.btn:hover > span, .note-modal .note-btn-primary:hover > span, .btn.hover > span, .note-modal .hover.note-btn-primary > span, .btn:focus > span, .note-modal .note-btn-primary:focus > span,
input[type=button]:hover > span,
input[type=button].hover > span,
input[type=button]:focus > span,
button:hover > span,
button.hover > span,
button:focus > span {
  text-decoration: none;
  opacity: 1;
}
.btn .activity-indicator, .note-modal .note-btn-primary .activity-indicator,
input[type=button] .activity-indicator,
button .activity-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.btn.btn--default, .note-modal .btn--default.note-btn-primary,
input[type=button].btn--default,
button.btn--default {
  padding: 10px 0;
  background: none;
  color: var(--sviby-color-text);
  font: var(--sviby-font-btn);
  min-height: 20px;
}
.btn.btn--default:hover, .note-modal .btn--default.note-btn-primary:hover,
input[type=button].btn--default:hover,
button.btn--default:hover {
  color: var(--sviby-color-text-muted);
}
.btn.btn--default:focus, .note-modal .btn--default.note-btn-primary:focus,
input[type=button].btn--default:focus,
button.btn--default:focus {
  color: var(--sviby-color-text-muted);
}
.btn.btn--default.btn--outline, .note-modal .btn--default.btn--outline.note-btn-primary,
input[type=button].btn--default.btn--outline,
button.btn--default.btn--outline {
  padding: 9px 16px;
  border: 1px solid;
  border-color: var(--sviby-color-input-border);
  background-color: var(--sviby-color-bg);
}
.btn.btn--default.btn--outline:hover, .note-modal .btn--default.btn--outline.note-btn-primary:hover,
input[type=button].btn--default.btn--outline:hover,
button.btn--default.btn--outline:hover {
  border-color: var(--sviby-color-primary-light);
}
.btn.btn--default.btn--outline:focus, .note-modal .btn--default.btn--outline.note-btn-primary:focus,
input[type=button].btn--default.btn--outline:focus,
button.btn--default.btn--outline:focus {
  border-color: var(--sviby-color-primary);
}
.btn.btn--default.btn--fill, .note-modal .btn--default.note-btn-primary,
input[type=button].btn--default.btn--fill,
button.btn--default.btn--fill {
  background: var(--sviby-color-input-bg);
  padding: 10px 16px;
  color: var(--sviby-color-text);
}
.btn.btn--default.btn--fill:hover, .note-modal .btn--default.note-btn-primary:hover,
input[type=button].btn--default.btn--fill:hover,
button.btn--default.btn--fill:hover {
  background: var(--sviby-color-input-bg-hover);
}
.btn.btn--default.btn--small, .note-modal .btn--default.btn--small.note-btn-primary,
input[type=button].btn--default.btn--small,
button.btn--default.btn--small {
  padding: 5px 12px;
}
.btn.btn--default.btn--icon, .note-modal .btn--default.btn--icon.note-btn-primary,
input[type=button].btn--default.btn--icon,
button.btn--default.btn--icon {
  width: var(--sviby-input-height);
  height: var(--sviby-input-height);
  padding: 0;
  background-color: #FFF;
}
.btn.btn--primary, .note-modal .note-btn-primary,
input[type=button].btn--primary,
button.btn--primary {
  color: var(--sviby-color-primary);
}
.btn.btn--primary:hover, .note-modal .note-btn-primary:hover,
input[type=button].btn--primary:hover,
button.btn--primary:hover {
  color: var(--sviby-color-primary-light);
}
.btn.btn--primary:focus, .note-modal .note-btn-primary:focus,
input[type=button].btn--primary:focus,
button.btn--primary:focus {
  color: var(--sviby-color-primary-light);
}
.btn.btn--primary.btn--outline, .note-modal .btn--outline.note-btn-primary,
input[type=button].btn--primary.btn--outline,
button.btn--primary.btn--outline {
  border-color: var(--sviby-color-border);
}
.btn.btn--primary.btn--outline:hover, .note-modal .btn--outline.note-btn-primary:hover,
input[type=button].btn--primary.btn--outline:hover,
button.btn--primary.btn--outline:hover {
  border-color: var(--sviby-color-primary-light);
}
.btn.btn--primary.btn--outline:focus, .note-modal .btn--outline.note-btn-primary:focus,
input[type=button].btn--primary.btn--outline:focus,
button.btn--primary.btn--outline:focus {
  border-color: var(--sviby-color-primary-light);
}
.btn.btn--primary.btn--fill, .note-modal .note-btn-primary,
input[type=button].btn--primary.btn--fill,
button.btn--primary.btn--fill {
  background: var(--sviby-color-primary);
  color: var(--sviby-color-primary-dark);
}
.btn.btn--primary.btn--fill:hover, .note-modal .note-btn-primary:hover,
input[type=button].btn--primary.btn--fill:hover,
button.btn--primary.btn--fill:hover {
  background: var(--sviby-color-primary-light);
}
.btn.btn--primary.btn--fill:focus, .note-modal .note-btn-primary:focus,
input[type=button].btn--primary.btn--fill:focus,
button.btn--primary.btn--fill:focus {
  background: var(--sviby-color-primary-light);
}
.btn.btn--secondary, .note-modal .btn--secondary.note-btn-primary,
input[type=button].btn--secondary,
button.btn--secondary {
  color: var(--sviby-color-secondary);
}
.btn.btn--secondary:hover, .note-modal .btn--secondary.note-btn-primary:hover,
input[type=button].btn--secondary:hover,
button.btn--secondary:hover {
  color: var(--sviby-color-secondary-light);
}
.btn.btn--secondary:focus, .note-modal .btn--secondary.note-btn-primary:focus,
input[type=button].btn--secondary:focus,
button.btn--secondary:focus {
  color: var(--sviby-color-secondary-light);
}
.btn.btn--secondary.btn--outline, .note-modal .btn--secondary.btn--outline.note-btn-primary,
input[type=button].btn--secondary.btn--outline,
button.btn--secondary.btn--outline {
  border-color: var(--sviby-color-border);
}
.btn.btn--secondary.btn--outline:hover, .note-modal .btn--secondary.btn--outline.note-btn-primary:hover,
input[type=button].btn--secondary.btn--outline:hover,
button.btn--secondary.btn--outline:hover {
  border-color: var(--sviby-color-secondary-light);
}
.btn.btn--secondary.btn--outline:focus, .note-modal .btn--secondary.btn--outline.note-btn-primary:focus,
input[type=button].btn--secondary.btn--outline:focus,
button.btn--secondary.btn--outline:focus {
  border-color: var(--sviby-color-secondary-light);
}
.btn.btn--secondary.btn--fill, .note-modal .btn--secondary.note-btn-primary,
input[type=button].btn--secondary.btn--fill,
button.btn--secondary.btn--fill {
  background: var(--sviby-color-secondary);
  color: #FFF;
}
.btn.btn--secondary.btn--fill:hover, .note-modal .btn--secondary.note-btn-primary:hover,
input[type=button].btn--secondary.btn--fill:hover,
button.btn--secondary.btn--fill:hover {
  background: var(--sviby-color-secondary-light);
}
.btn.btn--secondary.btn--fill:focus, .note-modal .btn--secondary.note-btn-primary:focus,
input[type=button].btn--secondary.btn--fill:focus,
button.btn--secondary.btn--fill:focus {
  background: var(--sviby-color-secondary-light);
}
.btn.btn--muted, .note-modal .btn--muted.note-btn-primary,
input[type=button].btn--muted,
button.btn--muted {
  color: var(--sviby-color-text-muted);
}
.btn.btn--muted:hover, .note-modal .btn--muted.note-btn-primary:hover,
input[type=button].btn--muted:hover,
button.btn--muted:hover {
  color: var(--sviby-color-text-muted);
  opacity: 0.8;
}
.btn.btn--muted:focus, .note-modal .btn--muted.note-btn-primary:focus,
input[type=button].btn--muted:focus,
button.btn--muted:focus {
  color: var(--sviby-color-text-muted);
  opacity: 0.8;
}
.btn.btn--error, .note-modal .btn--error.note-btn-primary,
input[type=button].btn--error,
button.btn--error {
  color: var(--sviby-color-error);
}
.btn.btn--error.btn--outline, .note-modal .btn--error.btn--outline.note-btn-primary,
input[type=button].btn--error.btn--outline,
button.btn--error.btn--outline {
  border-color: var(--sviby-color-bg-error);
}
.btn.btn--error.btn--outline:hover, .note-modal .btn--error.btn--outline.note-btn-primary:hover,
input[type=button].btn--error.btn--outline:hover,
button.btn--error.btn--outline:hover {
  border-color: var(--sviby-color-error);
}
.btn.btn--error.btn--outline:focus, .note-modal .btn--error.btn--outline.note-btn-primary:focus,
input[type=button].btn--error.btn--outline:focus,
button.btn--error.btn--outline:focus {
  border-color: var(--sviby-color-error);
}
.btn.btn--error.btn--fill, .note-modal .btn--error.note-btn-primary,
input[type=button].btn--error.btn--fill,
button.btn--error.btn--fill {
  background: var(--sviby-color-bg-error);
  color: var(--sviby-color-text);
}
.btn.btn--error.btn--fill:hover, .note-modal .btn--error.note-btn-primary:hover,
input[type=button].btn--error.btn--fill:hover,
button.btn--error.btn--fill:hover {
  background: var(--sviby-color-error);
  color: #FFF;
}
.btn.btn--error.btn--fill:focus, .note-modal .btn--error.note-btn-primary:focus,
input[type=button].btn--error.btn--fill:focus,
button.btn--error.btn--fill:focus {
  background: var(--sviby-color-error);
  color: #FFF;
}
.btn.btn--warning, .note-modal .btn--warning.note-btn-primary,
input[type=button].btn--warning,
button.btn--warning {
  color: warning;
}
.btn.btn--warning.btn--outline, .note-modal .btn--warning.btn--outline.note-btn-primary,
input[type=button].btn--warning.btn--outline,
button.btn--warning.btn--outline {
  border-color: var(--sviby-color-bg-warning);
}
.btn.btn--warning.btn--outline:hover, .note-modal .btn--warning.btn--outline.note-btn-primary:hover,
input[type=button].btn--warning.btn--outline:hover,
button.btn--warning.btn--outline:hover {
  border-color: warning;
}
.btn.btn--warning.btn--outline:focus, .note-modal .btn--warning.btn--outline.note-btn-primary:focus,
input[type=button].btn--warning.btn--outline:focus,
button.btn--warning.btn--outline:focus {
  border-color: warning;
}
.btn.btn--warning.btn--fill, .note-modal .btn--warning.note-btn-primary,
input[type=button].btn--warning.btn--fill,
button.btn--warning.btn--fill {
  background: var(--sviby-color-bg-warning);
  color: var(--sviby-color-text);
}
.btn.btn--warning.btn--fill:hover, .note-modal .btn--warning.note-btn-primary:hover,
input[type=button].btn--warning.btn--fill:hover,
button.btn--warning.btn--fill:hover {
  background: warning;
  color: var(--sviby-color-text);
}
.btn.btn--warning.btn--fill:focus, .note-modal .btn--warning.note-btn-primary:focus,
input[type=button].btn--warning.btn--fill:focus,
button.btn--warning.btn--fill:focus {
  background: warning;
  color: var(--sviby-color-text);
}
.btn.btn--notice, .note-modal .btn--notice.note-btn-primary,
input[type=button].btn--notice,
button.btn--notice {
  color: notice;
}
.btn.btn--notice.btn--outline, .note-modal .btn--notice.btn--outline.note-btn-primary,
input[type=button].btn--notice.btn--outline,
button.btn--notice.btn--outline {
  border-color: var(--sviby-color-bg-notice);
}
.btn.btn--notice.btn--outline:hover, .note-modal .btn--notice.btn--outline.note-btn-primary:hover,
input[type=button].btn--notice.btn--outline:hover,
button.btn--notice.btn--outline:hover {
  border-color: var(--sviby-color-secondary);
}
.btn.btn--notice.btn--outline:focus, .note-modal .btn--notice.btn--outline.note-btn-primary:focus,
input[type=button].btn--notice.btn--outline:focus,
button.btn--notice.btn--outline:focus {
  border-color: var(--sviby-color-secondary);
}
.btn.btn--notice.btn--fill, .note-modal .btn--notice.note-btn-primary,
input[type=button].btn--notice.btn--fill,
button.btn--notice.btn--fill {
  background: var(--sviby-color-bg-notice);
  color: var(--sviby-color-text);
}
.btn.btn--notice.btn--fill:hover, .note-modal .btn--notice.note-btn-primary:hover,
input[type=button].btn--notice.btn--fill:hover,
button.btn--notice.btn--fill:hover {
  background: notice;
  color: var(--sviby-color-text);
}
.btn.btn--notice.btn--fill:focus, .note-modal .btn--notice.note-btn-primary:focus,
input[type=button].btn--notice.btn--fill:focus,
button.btn--notice.btn--fill:focus {
  background: notice;
  color: var(--sviby-color-text);
}
.btn.btn--hover-fill:hover, .note-modal .btn--hover-fill.note-btn-primary:hover,
input[type=button].btn--hover-fill:hover,
button.btn--hover-fill:hover {
  background: var(--sviby-color-view-background);
}
.btn.btn--museum-card, .note-modal .btn--museum-card.note-btn-primary,
input[type=button].btn--museum-card,
button.btn--museum-card {
  color: var(--sviby-color-museum-card);
}
.btn.btn--museum-card:hover, .note-modal .btn--museum-card.note-btn-primary:hover,
input[type=button].btn--museum-card:hover,
button.btn--museum-card:hover {
  color: var(--sviby-color-museum-card-light);
}
.btn.btn--museum-card:focus, .note-modal .btn--museum-card.note-btn-primary:focus,
input[type=button].btn--museum-card:focus,
button.btn--museum-card:focus {
  color: var(--sviby-color-museum-card-light);
}
.btn.btn--museum-card.btn--outline, .note-modal .btn--museum-card.btn--outline.note-btn-primary,
input[type=button].btn--museum-card.btn--outline,
button.btn--museum-card.btn--outline {
  border-color: var(--sviby-color-border);
}
.btn.btn--museum-card.btn--outline:hover, .note-modal .btn--museum-card.btn--outline.note-btn-primary:hover,
input[type=button].btn--museum-card.btn--outline:hover,
button.btn--museum-card.btn--outline:hover {
  border-color: var(--sviby-color-museum-card-light);
}
.btn.btn--museum-card.btn--outline:focus, .note-modal .btn--museum-card.btn--outline.note-btn-primary:focus,
input[type=button].btn--museum-card.btn--outline:focus,
button.btn--museum-card.btn--outline:focus {
  border-color: var(--sviby-color-museum-card-light);
}
.btn.btn--museum-card.btn--fill, .note-modal .btn--museum-card.note-btn-primary,
input[type=button].btn--museum-card.btn--fill,
button.btn--museum-card.btn--fill {
  background: var(--sviby-color-museum-card);
  color: #FFF;
}
.btn.btn--museum-card.btn--fill:hover, .note-modal .btn--museum-card.note-btn-primary:hover,
input[type=button].btn--museum-card.btn--fill:hover,
button.btn--museum-card.btn--fill:hover {
  background: var(--sviby-color-museum-card-light);
}
.btn.btn--museum-card.btn--fill:focus, .note-modal .btn--museum-card.note-btn-primary:focus,
input[type=button].btn--museum-card.btn--fill:focus,
button.btn--museum-card.btn--fill:focus {
  background: var(--sviby-color-museum-card-light);
}

.btn--loading {
  user-select: none;
  cursor: not-allowed;
  color: transparent !important;
}
.btn--loading > span, .btn--loading > .icon {
  opacity: 0;
}
.btn--loading .activity-indicator {
  display: block !important;
}
.btn--primary.btn--fill .activity-indicator svg, .note-modal .note-btn-primary .activity-indicator svg {
  stroke: #FFF;
}

a.btn:hover, .note-modal a.note-btn-primary:hover {
  opacity: 1;
}

@media (max-width: 1440px) {
  .btn.btn--outline, .note-modal .btn--outline.note-btn-primary,
  input[type=button].btn--outline {
    padding: 5px 9px;
    min-height: var(--sviby-input-height);
  }
  .btn.btn--fill, .note-modal .note-btn-primary,
  input[type=button].btn--fill {
    padding: 6px 10px;
    min-height: var(--sviby-input-height);
  }
  .btn.btn--small.btn--icon .icon, .note-modal .btn--small.btn--icon.note-btn-primary .icon,
  input[type=button].btn--small.btn--icon .icon {
    height: 10px;
    width: 10px;
  }
}
.tag,
.badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--sviby-color-text);
  font: var(--sviby-font-tag);
  flex-shrink: 0;
  min-height: 24px;
  padding: 2px 10px;
  border-radius: 2px;
}
.tag .icon,
.badge .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.tag--outline,
.badge--outline {
  border: 1px solid var(--sviby-color-border);
}
.tag--large,
.badge--large {
  font: var(--sviby-font-p);
  padding: var(--sviby-font-p-spacing);
  letter-spacing: -0.01em;
  min-height: 40px;
  padding: 6px 18px;
}
.tag--medium,
.badge--medium {
  font-size: 16px;
  padding: 6px 18px;
}
.tag--no-padding,
.badge--no-padding {
  padding: 0;
}
.tag--small,
.badge--small {
  height: 20px;
}
.tag--fill,
.badge--fill {
  background-color: var(--sviby-color-bg-alt);
}
.tag--primary,
.badge--primary {
  background: var(--sviby-color-primary);
  color: var(--sviby-color-text);
}
.tag--secondary,
.badge--secondary {
  background: var(--sviby-color-secondary);
  color: var(--sviby-color-light);
}
.tag--disabled,
.badge--disabled {
  background: var(--sviby-color-border);
}
.tag--error,
.badge--error {
  background: var(--sviby-color-error);
  color: var(--sviby-color-light);
}
.tag--waiting,
.badge--waiting {
  background: var(--sviby-color-bg-notice);
}
.tag--hidden,
.badge--hidden {
  background: var(--sviby-color-bg);
}
.tag--draft,
.badge--draft {
  background: var(--sviby-color-draft);
}
.tag--declined,
.badge--declined {
  background: var(--sviby-color-declined);
}
.tag--protected,
.badge--protected {
  background: var(--sviby-color-protected);
}
.tag--awaiting,
.badge--awaiting {
  background: var(--sviby-color-awaiting);
}
.tag--ended,
.badge--ended {
  background: var(--sviby-color-ended);
}
.tag--active,
.badge--active {
  background: var(--sviby-color-active);
}
.tag--arena-available,
.badge--arena-available {
  background: var(--sviby-color-bg-alt);
}
.tag--arena-booked,
.badge--arena-booked {
  background: var(--sviby-color-violet-light);
}
.tag--arena-booked_expired,
.badge--arena-booked_expired {
  background: var(--sviby-color-violet);
}
.tag--arena-booked_being_paid,
.badge--arena-booked_being_paid {
  background: var(--sviby-color-violet-light);
}
.tag--arena-protected,
.badge--arena-protected {
  background: var(--sviby-color-blue-light);
}
.tag--arena-active,
.badge--arena-active {
  background: var(--sviby-color-blue-light);
}
.tag--arena-sold,
.badge--arena-sold {
  background: var(--sviby-color-active);
}
.tag--arena-reserved,
.badge--arena-reserved {
  background: var(--sviby-color-yellow);
}
.tag--arena-deleted,
.badge--arena-deleted {
  background: var(--sviby-color-hr);
}
.tag--arena-paying,
.badge--arena-paying {
  background: var(--sviby-color-blue-light);
}
.tag--arena-selling,
.badge--arena-selling {
  background: var(--sviby-color-active);
}
.tag--arena-booking,
.badge--arena-booking {
  background: var(--sviby-color-violet-light);
}
.tag--arena-adding_to_cart,
.badge--arena-adding_to_cart {
  background: var(--sviby-color-blue-light);
}
.tag--arena-removing_from_cart,
.badge--arena-removing_from_cart {
  background: var(--sviby-color-hr);
}
.tag--arena-refunding,
.badge--arena-refunding {
  background: var(--sviby-color-hr);
}
.tag--arena-creating,
.badge--arena-creating {
  background: var(--sviby-color-active);
}
.tag--arena-abandoning,
.badge--arena-abandoning {
  background: var(--sviby-color-hr);
}
.tag--arena-deleting,
.badge--arena-deleting {
  background: var(--sviby-color-hr);
}
.tag--arena-adding_comment,
.badge--arena-adding_comment {
  background: var(--sviby-color-hr);
}
.tag--arena-updating_comment,
.badge--arena-updating_comment {
  background: var(--sviby-color-hr);
}
.tag--arena-deleting_comment,
.badge--arena-deleting_comment {
  background: var(--sviby-color-hr);
}
.tag--arena-reserving,
.badge--arena-reserving {
  background: var(--sviby-color-yellow);
}
.tag--circle,
.badge--circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  width: 24px;
  padding: 0;
}
.tag--circle.tag--small, .tag--circle .badge--small,
.badge--circle.tag--small,
.badge--circle .badge--small {
  width: 20px;
}
.tag--closable,
.badge--closable {
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.tag--closable:hover,
.badge--closable:hover {
  filter: brightness(1.2);
}
.tag--closable .icon,
.badge--closable .icon {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.badge {
  font: var(--sviby-font-badge);
  letter-spacing: -0.005em;
  height: 20px;
  min-height: 20px;
  padding: 0 5px;
}

.notice {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  color: var(--sviby-color-text);
  background-color: var(--sviby-color-bg-notice);
  overflow: hidden;
}
.notice__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.notice--form-field {
  padding: 10px;
}
.notice--form-field .title {
  font: var(--sviby-font-p-small);
  font-weight: 400;
}
.notice__body {
  position: relative;
  flex: 1;
}
.notice__title {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.notice__content {
  color: var(--sviby-color-text-muted);
  display: block;
}
.notice__close-btn {
  cursor: pointer;
  position: relative;
  height: 24px;
  width: 24px;
  margin-left: auto;
  flex-shrink: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.notice__close-btn:hover {
  background: rgba(0, 0, 0, 0.1);
}
.notice__close-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 2px;
  background: var(--sviby-color-dark);
}
.notice__close-btn > :nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.notice__close-btn > :nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.notice__dismiss-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
}
.notice__dismiss-progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  animation: var(--timeout) noticeDismiss linear both;
}
.notice:not(:last-child) {
  margin-bottom: 20px;
}
.notice--error {
  color: var(--sviby-color-text);
  background-color: var(--sviby-color-bg-error);
}
.notice--error .notice__dismiss-progress__bar {
  background-color: var(--sviby-color-error);
}
.notice--success {
  color: var(--sviby-color-text);
  background-color: var(--sviby-color-bg-success);
}
.notice--success .notice__dismiss-progress__bar {
  background-color: var(--sviby-color-primary);
}
.notice--warning {
  color: var(--sviby-color-text);
  background-color: var(--sviby-color-bg-warning);
}
.notice--warning .notice__dismiss-progress__bar {
  background-color: warning;
}
.notice--notice {
  color: var(--sviby-color-text);
  background-color: var(--sviby-color-bg-notice);
}
.notice--notice .notice__dismiss-progress__bar {
  background-color: var(--sviby-color-secondary);
}

@keyframes noticeDismiss {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.search__input {
  position: relative;
}
.search__input .icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto 0;
  z-index: 1;
  height: 16px;
  width: 16px;
  pointer-events: none;
}
.search__input input {
  border-radius: 8px;
  height: 40px;
  padding-left: 46px;
  background-color: white;
}
.search__input .btn, .search__input .note-modal .note-btn-primary, .note-modal .search__input .note-btn-primary {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.search__input .btn .icon, .search__input .note-modal .note-btn-primary .icon, .note-modal .search__input .note-btn-primary .icon {
  position: relative;
  left: 0;
  top: 0;
  transform: translateY(0%);
  opacity: 0.5;
}
.search__input .btn.active .icon, .search__input .note-modal .active.note-btn-primary .icon, .note-modal .search__input .active.note-btn-primary .icon, .search__input .btn:hover .icon, .search__input .note-modal .note-btn-primary:hover .icon, .note-modal .search__input .note-btn-primary:hover .icon {
  opacity: 1;
}

.search-filter {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  padding-top: 10px;
}
.search-filter .search {
  width: 100%;
}
.search-filter .filter {
  flex: 1;
  margin-left: 20px;
}

.progressbar {
  position: relative;
  width: 100%;
}
.progressbar__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 12px;
  border-radius: 100px;
  background-color: var(--sviby-color-view-background);
  display: flex;
  align-items: center;
}
.progressbar__body {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.progressbar__bar {
  position: relative;
  height: 100%;
  width: 0;
  background: var(--sviby-color-primary);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.progressbar__bar:last-child {
  border-top-right-radius: 10000px;
  border-bottom-right-radius: 10000px;
}
.progressbar__footer {
  position: relative;
  width: 100%;
  padding-top: 10px;
}

.tooltip-btn {
  position: relative;
  display: inline-block;
}
.tooltip-btn__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 18px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--sviby-color-text-muted);
  font-weight: 500;
  cursor: default;
  border: 1px solid var(--sviby-color-text-muted);
}
.tooltip-btn:hover .tooltip-btn__btn {
  border-color: var(--sviby-color-primary);
  color: var(--sviby-color-primary);
}

.tooltip.show.active .tooltip__window:not(.tooltip.show.active .tooltip__window--active), .tooltip__window {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

.tooltip.show.active .tooltip__window--active, .tooltip.show .tooltip__window:not(.tooltip.show .tooltip__window--active) {
  transform: translateY(-6px);
  opacity: 1;
}

.tooltip {
  position: relative;
  pointer-events: none;
}
.tooltip-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.tooltip__window {
  position: relative;
  max-width: min(var(--tooltip-window-width), 80vw);
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip__window--active .tooltip__content {
  background: var(--sviby-color-primary);
  color: #FFF;
}
.tooltip__body {
  height: auto;
}
.tooltip--type--popover {
  --tooltip-window-width: 280px;
}
.tooltip--type--popover .tooltip__window {
  width: min(var(--tooltip-window-width), 80vw);
}
.tooltip--type--popover .tooltip__content {
  position: relative;
  background-color: var(--sviby-color-bg);
  padding: 15px;
  width: 100%;
  border-radius: 8px;
}
.tooltip--type--tooltip {
  --tooltip-window-width: 240px;
}
.tooltip--type--tooltip .tooltip__content {
  font: var(--sviby-font-tag);
  background: var(--sviby-color-dark);
  color: white;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 8px;
  text-align: center;
  text-wrap: balance;
}
@media (hover: none) and (pointer: coarse) {
  .tooltip {
    display: none !important;
  }
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 300;
  pointer-events: none;
  padding: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}
.modal[data-system-modal] {
  z-index: 400;
}
.modal.open {
  opacity: 1;
  pointer-events: all;
}
.modal.open .modal__bg {
  opacity: 1;
}
.modal.open:not(.modal--active) .modal__window-wrapper {
  transform: scale(0.98);
}
.modal:not(.open) * {
  pointer-events: none !important;
}
.modal:not(.open) .modal__window-wrapper {
  transform: scale(0.8);
  opacity: 0;
}
.modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal__bg--close {
  cursor: pointer;
}
.modal__window {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-height: 100%;
  height: auto;
  background: var(--sviby-color-bg);
  border-radius: 8px;
  overflow: hidden;
}
.modal__window--clear .modal__body {
  padding: 0;
}
.modal__window > .modal__close-btn {
  position: absolute;
  top: calc((var(--sviby-gutters) * var(--sviby-grid-multiplier)) + 5px);
  right: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}
.modal__window-wrapper {
  position: relative;
  max-width: 430px;
  max-height: 100%;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: auto;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal__close-btn {
  position: relative;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 2;
  flex-shrink: 0;
}
.modal__close-btn:hover {
  border-color: var(--sviby-color-input-border-hover);
}
.modal__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  z-index: 1;
  border-radius: 50%;
  background-color: var(--sviby-color-view-background);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  height: 2px;
  background: var(--sviby-color-dark);
  border-radius: 8px;
}
.modal__close > :nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__close > :nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:hover {
  background-color: var(--sviby-color-hr);
}
.modal__header {
  position: relative;
  padding: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  display: flex;
  align-items: center;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.modal__header h1,
.modal__header h2,
.modal__header h3,
.modal__header h4,
.modal__header h5 {
  padding: 0;
}
.modal__header .modal__close-btn {
  margin-left: 20px;
}
.modal__header .breadcrumbs {
  padding-bottom: 5px;
}
.modal__header .breadcrumbs__item-link {
  padding-top: 0;
}
.modal__header .collection {
  width: auto;
}
.modal__title {
  padding: 0;
  margin-right: auto;
}
.modal__body {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  border-top: 1px solid var(--sviby-color-hr);
  /*
  & > p{
  	&:last-child{
  		padding-bottom: 0
  	}
  } */
}
.modal__body:empty {
  display: none !important;
}
.modal__body this__section {
  display: none;
}
.modal__body this__section.show {
  display: block;
}
.modal__body:empty + .modal__footer {
  padding-top: 15px;
}
.modal__footer {
  position: relative;
  width: 100%;
  padding: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}
.modal__footer:empty {
  display: none !important;
}
.modal--full .modal__window, .modal--full .modal__window-wrapper {
  height: 100%;
  max-width: 100%;
}
.modal--full .modal__body {
  height: 100%;
}
.modal--full .modal__footer {
  height: auto;
}
.modal--full .modal__bg {
  backdrop-filter: blur(5px);
}
.modal--wide .modal__window-wrapper {
  max-width: 100%;
}
.modal--wide .modal__body {
  height: 100%;
}
.modal--medium .modal__window-wrapper {
  max-width: 760px;
}
.modal--large .modal__window-wrapper {
  max-width: 1200px;
}
.modal--top .modal__window-wrapper {
  margin-top: 0;
}
.modal--tabs .modal__body {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.modal--header-hidden .modal__body {
  border-top: 0;
}
.modal--view-background .modal__body {
  background: var(--sviby-color-view-background);
}
.modal--view-background .modal__footer {
  border-top: 1px solid var(--sviby-color-hr);
}
.modal--footer-with-border .modal__footer {
  border-top: 1px solid var(--sviby-color-hr);
}
.modal--loading .modal__body {
  min-height: 200px;
}

.js-close-modal,
.js-open-modal {
  cursor: pointer;
}

.modal--type-confirm .modal__body {
  min-height: 100px;
}

.modal--type-alert .modal__body {
  min-height: 100px;
}

.modal--type-prompt .modal__body {
  min-height: 100px;
}

@media (max-width: 768px) {
  .modal--sidebar .modal__window {
    padding: 30px 20px;
  }
}
.notifications {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 450;
  pointer-events: none;
  width: 100%;
  max-width: 360px;
  padding: 10px;
}
.notifications__list {
  display: flex;
  flex-direction: column;
  padding-top: var(--sviby-header-clearance);
}
.notifications__item {
  width: 100%;
  pointer-events: all;
}
.notifications__item .notice {
  width: 100%;
}
.notifications__item:not(:last-child) {
  margin-bottom: 10px;
}

.list-enter-active, .list-leave-active {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.list-enter, .list-leave-to {
  opacity: 0;
  transform: translateX(100%);
}

.omit-text {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(var(--width));
  display: inline-block;
}

.omit-text-provider {
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.scroll-container {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: var(--sviby-height);
  max-height: var(--sviby-max-height);
  width: var(--sviby-width);
  overflow-x: hidden;
}
.scroll-container--horizontal {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}

.block-span {
  display: block;
}
.block-span--link {
  text-decoration: underline;
  color: var(--sviby-color-link);
  cursor: pointer;
}
.block-span--has-icon {
  display: flex;
  align-items: center;
}
.block-span--has-icon .icon {
  margin-right: 5px;
}
.block-span--icon-placement--before .icon {
  margin-right: 5px;
}
.block-span--icon-placement--after .icon {
  margin-left: 5px;
}

.pass-graybar {
  margin-top: 5px;
  height: 5px;
  background-color: #CCC;
  width: 100%;
  position: relative;
}

.pass-colorbar {
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.pass-percent,
.pass-text {
  font-size: 14px;
}

.pass-percent {
  margin-right: 5px;
}

.email-tr td {
  border: 0;
}

.timeline__add-btn {
  margin-top: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  margin-left: 30px;
}

.social-media__name {
  min-height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
}
.social-media__add-more {
  margin-top: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}

.invitation--custom-text h2 {
  color: rgb(16, 30, 32);
  font-family: "Helvetica", "Arial", sans-serif;
  padding: 0;
  margin: 0 0 10px;
  text-align: left;
  overflow-wrap: normal;
  font-size: 20px;
  font-weight: 600;
  vertical-align: top;
}
.invitation--custom-text h3 {
  color: rgb(16, 30, 32);
  font-family: "Helvetica", "Arial", sans-serif;
  padding: 0;
  margin: 0 0 10px;
  text-align: left;
  overflow-wrap: normal;
  font-size: 16px;
  font-weight: 600;
  vertical-align: top;
}
.invitation--custom-text p {
  font-size: 16px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 0;
  color: rgb(16, 30, 32);
  text-align: left;
  vertical-align: top;
}

.accordion {
  position: relative;
}
.accordion__header {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--sviby-color-hr);
  background: var(--sviby-color-bg-alt);
  padding: 10px 48px 10px 10px;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__header:hover {
  border-color: var(--sviby-color-dark);
  cursor: pointer;
}
.accordion__header:hover .accordion__toggle {
  border-color: var(--sviby-color-dark);
}
.accordion__title {
  font-weight: 600;
}
.accordion__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin-left: auto;
  width: 38px;
  border-left: 1px solid var(--sviby-color-hr);
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__toggle .icon {
  width: 14px;
  height: 14px;
}
.accordion__body {
  position: relative;
  padding: 10px;
  border: 1px solid var(--sviby-color-hr);
  border-top: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.accordion:not(.accordion--open) .accordion__header {
  border-radius: 4px;
}
.accordion--open .accordion__header {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.accordion--open .accordion__header > .accordion__toggle .icon {
  transform: rotate(180deg);
}
.accordion--no-padding .accordion__body {
  padding: 0;
}

.collapsable-wrapper {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-rows: 1fr;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.collapsable-wrapper__content {
  position: relative;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.collapsable-wrapper--collapsed {
  grid-template-rows: 0fr;
}
.collapsable-wrapper--collapsed .collapsable-wrapper__content {
  opacity: 0;
}

.checkbox-group > label,
.radio-group > label, span.label, .form-field > label {
  display: block;
  cursor: pointer;
  font: var(--sviby-font-label);
  margin-bottom: calc(8px * var(--sviby-spacing-modifier));
  min-height: 20px;
}
.checkbox-group > label:empty::before,
.radio-group > label:empty::before, span.label:empty::before, .form-field > label:empty::before {
  content: " ";
}
.checkbox-group > label .tag,
.radio-group > label .tag, span.label .tag, .form-field > label .tag {
  margin-left: 5px;
  height: 20px;
}

.form-field-group {
  display: flex;
  width: 100%;
}
.form-field-group--has-header, .form-field-group--has-footer {
  flex-direction: column;
}
.form-field-group__header {
  position: relative;
  display: flex;
  width: 100%;
}
.form-field-group__body {
  position: relative;
  display: flex;
  width: 100%;
}
.form-field-group__footer {
  position: relative;
  width: 100%;
}
.form-field-group .form-field:not(.form-field--custom-width) {
  width: 100%;
}
.form-field-group .form-field:not(:last-child) {
  margin-right: 10px;
}
.form-field-group .form-field--fill {
  width: auto;
  flex: 1;
}
.form-field-group .form-field--fill ~ .form-field {
  width: auto;
}
.form-field-group:not(:last-child) {
  margin-bottom: 20px;
}
.form-field-group .form-field {
  margin-bottom: 0;
}
.form-field-group .form-field:not(:last-child) {
  margin-bottom: 0;
}
.form-field {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.form-field:not(:last-child) {
  margin-bottom: 20px;
}
.form-field--spacing-bottom {
  margin-bottom: 20px;
}
.form-field--no-spacing {
  margin-bottom: 0;
}
.form-field--no-spacing:not(:last-child) {
  margin-bottom: 0;
}
.form-field input:disabled + label {
  color: var(--sviby-color-disabled-text);
}
.form-field__message {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  padding: 4px 10px;
  margin-top: 5px;
  font: var(--sviby-font-p-small);
  align-items: center;
  border-radius: 8px;
  text-align: left;
}
.form-field__message > span {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}
.form-field__message::before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.form-field__message--full-width {
  width: 100%;
}
.form-field__message--error {
  background-color: var(--sviby-color-bg-error);
}
.form-field__message--error::before {
  content: "";
  background: url("/img/ui-icons/Line/User Interface/Warning.svg") center/contain no-repeat;
}
.form-field__message--notice {
  background-color: var(--sviby-color-bg-notice);
}
.form-field__message--notice::before {
  content: "";
  background: url("/img/ui-icons/Line/User Interface/Info cr-fr.svg") center/contain no-repeat;
}
.form-field--fill {
  flex: 1;
}
.form-field--custom-width {
  width: var(--sviby-input-width);
  max-width: var(--sviby-input-width);
  flex-shrink: 0;
}
.form-field--side-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.form-field--side-label label {
  font: var(--sviby-font-h4);
  padding: var(--sviby-font-h4-spacing);
  letter-spacing: -0.015em;
  margin: 0;
  padding-bottom: 0;
  padding-right: 10px;
}
.form-field--side-label input,
.form-field--side-label .selection,
.form-field--side-label .number-selector,
.form-field--side-label .segmented-control {
  flex: 1;
}
.form-field--side-label .form-field__message {
  width: 100%;
}

.form-field--invalid > label, .form-field--with-errors > label {
  color: var(--sviby-color-error);
}
.form-field--invalid .form-field__message--error, .form-field--with-errors .form-field__message--error {
  display: flex;
}

.form-field--disabled > label {
  color: var(--sviby-color-text-muted);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=date],
input[type=url],
input[type=time],
textarea,
select {
  font: var(--sviby-font-input);
  letter-spacing: -0.01em;
  position: relative;
  margin: 0;
  padding: 0px calc(16px * var(--sviby-spacing-modifier));
  min-height: var(--sviby-input-height);
  border: 1px solid var(--sviby-color-border);
  border-radius: 8px;
  width: 100%;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0;
  background: #FFF;
  resize: none;
  box-shadow: none;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=date]:hover,
input[type=url]:hover,
input[type=time]:hover,
textarea:hover,
select:hover {
  border-color: var(--sviby-color-border-hover);
}
input[type=text]:active, input[type=text]:focus-visible,
input[type=email]:active,
input[type=email]:focus-visible,
input[type=tel]:active,
input[type=tel]:focus-visible,
input[type=number]:active,
input[type=number]:focus-visible,
input[type=password]:active,
input[type=password]:focus-visible,
input[type=date]:active,
input[type=date]:focus-visible,
input[type=url]:active,
input[type=url]:focus-visible,
input[type=time]:active,
input[type=time]:focus-visible,
textarea:active,
textarea:focus-visible,
select:active,
select:focus-visible {
  border-color: var(--sviby-color-border-focus);
}
input[type=text].placeholder,
input[type=email].placeholder,
input[type=tel].placeholder,
input[type=number].placeholder,
input[type=password].placeholder,
input[type=date].placeholder,
input[type=url].placeholder,
input[type=time].placeholder,
textarea.placeholder,
select.placeholder {
  color: var(--sviby-color-text-muted);
}
input[type=text]:placeholder,
input[type=email]:placeholder,
input[type=tel]:placeholder,
input[type=number]:placeholder,
input[type=password]:placeholder,
input[type=date]:placeholder,
input[type=url]:placeholder,
input[type=time]:placeholder,
textarea:placeholder,
select:placeholder {
  color: var(--sviby-color-text-muted);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=url]::placeholder,
input[type=time]::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--sviby-color-text-muted);
}
input[type=text]:input-placeholder,
input[type=email]:input-placeholder,
input[type=tel]:input-placeholder,
input[type=number]:input-placeholder,
input[type=password]:input-placeholder,
input[type=date]:input-placeholder,
input[type=url]:input-placeholder,
input[type=time]:input-placeholder,
textarea:input-placeholder,
select:input-placeholder {
  color: var(--sviby-color-text-muted);
}
input[type=text]::input-placeholder,
input[type=email]::input-placeholder,
input[type=tel]::input-placeholder,
input[type=number]::input-placeholder,
input[type=password]::input-placeholder,
input[type=date]::input-placeholder,
input[type=url]::input-placeholder,
input[type=time]::input-placeholder,
textarea::input-placeholder,
select::input-placeholder {
  color: var(--sviby-color-text-muted);
}
input[type=text].input--minimal,
input[type=email].input--minimal,
input[type=tel].input--minimal,
input[type=number].input--minimal,
input[type=password].input--minimal,
input[type=date].input--minimal,
input[type=url].input--minimal,
input[type=time].input--minimal,
textarea.input--minimal,
select.input--minimal {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
input[type=text].input--small,
input[type=email].input--small,
input[type=tel].input--small,
input[type=number].input--small,
input[type=password].input--small,
input[type=date].input--small,
input[type=url].input--small,
input[type=time].input--small,
textarea.input--small,
select.input--small {
  padding: 4px 8px;
}
input[type=text].input--fill,
input[type=email].input--fill,
input[type=tel].input--fill,
input[type=number].input--fill,
input[type=password].input--fill,
input[type=date].input--fill,
input[type=url].input--fill,
input[type=time].input--fill,
textarea.input--fill,
select.input--fill {
  background: var(--sviby-color-bg);
  border-color: var(--sviby-color-bg);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=date]:disabled,
input[type=url]:disabled,
input[type=time]:disabled,
textarea:disabled,
select:disabled {
  background: var(--sviby-color-input-bg-disabled);
  pointer-events: none;
}

textarea {
  padding: calc(8px * var(--sviby-spacing-modifier)) calc(16px * var(--sviby-spacing-modifier));
}

.form-field--valid input[type=text],
.form-field--valid input[type=email],
.form-field--valid input[type=tel],
.form-field--valid input[type=number],
.form-field--valid input[type=password],
.form-field--valid input[type=date],
.form-field--valid input[type=url],
.form-field--valid input[type=time],
.form-field--valid textarea,
.form-field--valid select {
  border-color: var(--sviby-color-success);
}

.form-field--invalid input[type=text],
.form-field--invalid input[type=email],
.form-field--invalid input[type=tel],
.form-field--invalid input[type=number],
.form-field--invalid input[type=password],
.form-field--invalid input[type=date],
.form-field--invalid input[type=url],
.form-field--invalid input[type=time],
.form-field--invalid textarea,
.form-field--invalid select, .form-field--with-errors input[type=text],
.form-field--with-errors input[type=email],
.form-field--with-errors input[type=tel],
.form-field--with-errors input[type=number],
.form-field--with-errors input[type=password],
.form-field--with-errors input[type=date],
.form-field--with-errors input[type=url],
.form-field--with-errors input[type=time],
.form-field--with-errors textarea,
.form-field--with-errors select {
  border-color: var(--sviby-color-error);
}

.form-field--disabled input[type=text],
.form-field--disabled input[type=email],
.form-field--disabled input[type=tel],
.form-field--disabled input[type=number],
.form-field--disabled input[type=password],
.form-field--disabled input[type=date],
.form-field--disabled input[type=url],
.form-field--disabled input[type=time],
.form-field--disabled textarea,
.form-field--disabled select {
  background: var(--sviby-color-input-bg-disabled);
}

textarea {
  padding-top: 8px;
  padding-bottom: 8px;
}

input[type=submit] {
  outline: 0;
  background-color: var(--sviby-color-primary);
  color: #FFF;
  border: none;
  padding: 10px 30px;
}

.form-input {
  width: 100%;
  display: flex;
}
.form-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.form-input__before, .form-input__before.btn, .note-modal .form-input__before.note-btn-primary, .form-input__after.btn, .note-modal .form-input__after.note-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid var(--sviby-color-border);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  height: var(--sviby-input-height);
  border-radius: 0;
}
.form-input__before.btn--small, .form-input__before.btn.btn--small, .form-input__after.btn.btn--small, .note-modal .form-input__after.btn--small.note-btn-primary {
  height: var(--sviby-input-height-small);
}
.form-input__before {
  padding-left: 10px;
  border-right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--sviby-color-bg);
}
.form-input__before.btn, .note-modal .form-input__before.note-btn-primary, .form-input__after.btn, .note-modal .form-input__after.note-btn-primary, .form-input__after.btn.btn--icon {
  padding-left: 10px;
  padding-right: 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: var(--sviby-color-input-bg);
  pointer-events: none;
  text-align: center;
  min-width: 35px;
}
.form-input__before.btn, .note-modal .form-input__before.note-btn-primary {
  border-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.form-input__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}
.form-input--hover:not(.form-input--focus) .form-input__before, .form-input--hover:not(.form-input--focus) .form-input__after, .form-input:hover:not(.form-input--focus) .form-input__before, .form-input:hover:not(.form-input--focus) .form-input__after {
  border-color: var(--sviby-color-input-border-hover);
}
.form-input--hover:not(.form-input--focus) input[type=text],
.form-input--hover:not(.form-input--focus) input[type=email],
.form-input--hover:not(.form-input--focus) input[type=tel],
.form-input--hover:not(.form-input--focus) input[type=number],
.form-input--hover:not(.form-input--focus) input[type=password],
.form-input--hover:not(.form-input--focus) input[type=date],
.form-input--hover:not(.form-input--focus) input[type=url],
.form-input--hover:not(.form-input--focus) input[type=time],
.form-input--hover:not(.form-input--focus) textarea,
.form-input--hover:not(.form-input--focus) select, .form-input:hover:not(.form-input--focus) input[type=text],
.form-input:hover:not(.form-input--focus) input[type=email],
.form-input:hover:not(.form-input--focus) input[type=tel],
.form-input:hover:not(.form-input--focus) input[type=number],
.form-input:hover:not(.form-input--focus) input[type=password],
.form-input:hover:not(.form-input--focus) input[type=date],
.form-input:hover:not(.form-input--focus) input[type=url],
.form-input:hover:not(.form-input--focus) input[type=time],
.form-input:hover:not(.form-input--focus) textarea,
.form-input:hover:not(.form-input--focus) select {
  border-color: var(--sviby-color-input-border-hover);
}
.form-input--focus .form-input__before, .form-input--focus .form-input__after {
  border-color: var(--sviby-color-input-border-focus);
}
.form-input--focus input[type=text],
.form-input--focus input[type=email],
.form-input--focus input[type=tel],
.form-input--focus input[type=number],
.form-input--focus input[type=password],
.form-input--focus input[type=date],
.form-input--focus input[type=url],
.form-input--focus input[type=time],
.form-input--focus textarea,
.form-input--focus select {
  border-color: var(--sviby-color-input-border-focus);
}
.form-input--disabled {
  pointer-events: none;
}
.form-input--has-icon input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.form-input--has-before input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  padding-left: 10px;
}
.form-input--has-after input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  padding-right: 0;
}
.form-input--after-button .form-input__after.btn, .form-input--after-button .note-modal .form-input__after.note-btn-primary, .note-modal .form-input--after-button .form-input__after.note-btn-primary {
  pointer-events: all;
}
.form-input__input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.form-input__input-wrapper input {
  flex: 1;
  width: 100%;
}
.form-input__clear {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 5px 10px;
  opacity: 0.4;
  transform: translateY(-50%);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  z-index: 10;
}
.form-input__clear:hover {
  opacity: 1;
}
.form-input__clear::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/img/ui-icons/Line/User Interface/Close.svg") center/contain no-repeat;
}
.form-input__activity {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: var(--sviby-input-height);
  height: var(--sviby-input-height);
  margin-left: 10px;
}
.form-input--small input[type=text],
.form-input--small input[type=email],
.form-input--small input[type=tel],
.form-input--small input[type=number],
.form-input--small input[type=password],
.form-input--small input[type=date],
.form-input--small input[type=url],
.form-input--small input[type=time],
.form-input--small textarea,
.form-input--small select {
  min-height: var(--sviby-input-height-small);
}

.checkbox input:checked + .checkbox__body .checkbox__check, .checkbox__check.checked {
  border-color: var(--sviby-color-primary);
  background: var(--sviby-color-primary);
}
.checkbox input:checked + .checkbox__body .checkbox__check::after, .checkbox__check.checked::after {
  opacity: 1;
}

.checkbox input:focus + .checkbox__body .checkbox__check, .checkbox__check.focus {
  border-color: var(--sviby-color-primary);
  filter: drop-shadow(0 0 2px var(--sviby-color-primary-light));
}

.checkbox {
  position: relative;
  display: block;
}
.checkbox__body {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 24px;
  width: 100%;
  min-height: 24px;
}
.checkbox__body:hover {
  cursor: pointer;
}
.checkbox__body:hover .checkbox__check {
  border-color: var(--sviby-color-primary);
}
.checkbox__check {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 8px;
  border: 1px solid var(--sviby-color-input-border);
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #FFF;
  overflow: hidden;
}
.checkbox__check::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("/img/ui-icons/Solid/User Interface/Checkmark.svg") center/contain no-repeat;
  background-size: 70%;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox__text {
  position: relative;
  font: var(--sviby-font-p);
  padding: var(--sviby-font-p-spacing);
  letter-spacing: -0.01em;
  padding: 0;
}
.checkbox__description {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  padding-bottom: 0;
  display: block;
  color: var(--sviby-color-text-muted);
}
.checkbox label {
  margin: 0;
}
.checkbox__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 12px;
  width: 100%;
}
.checkbox input:disabled + .checkbox__body {
  color: var(--sviby-color-text-muted);
  pointer-events: none;
}
.checkbox input:disabled + .checkbox__body .checkbox__check {
  background-color: var(--sviby-color-input-bg-disabled);
  border-color: var(--sviby-color-input-border);
}
.checkbox input:disabled + .checkbox__body .checkbox__after a {
  color: var(--sviby-color-text-muted);
  pointer-events: none;
}
.checkbox input:checked:disabled + .checkbox__body .checkbox__check::after {
  filter: brightness(0);
  opacity: 0.4;
}
.checkbox input {
  opacity: 0;
  position: absolute;
}
.checkbox__after::before {
  content: " ";
  display: inline-block;
}
.checkbox__after a {
  padding: 0;
}
.checkbox__after:empty {
  display: none !important;
}
.checkbox--small .checkbox__check {
  width: 18px;
  height: 18px;
  border-radius: 2px;
}

.radio {
  position: relative;
  display: block;
}
.radio__body {
  position: relative;
  padding-left: 24px;
  min-height: 24px;
  flex-wrap: wrap;
}
.radio__body:hover {
  cursor: pointer;
}
.radio__body:hover .radio__check {
  border-color: var(--sviby-color-primary);
}
.radio__check {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #FFF;
  overflow: hidden;
}
.radio__check::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid var(--sviby-color-input-border);
}
.radio__check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  border-radius: inherit;
  background-color: var(--sviby-color-primary);
  opacity: 0;
}
.radio label {
  margin: 0;
}
.radio__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 12px;
}
.radio__text {
  position: relative;
  font: var(--sviby-font-p);
  padding: var(--sviby-font-p-spacing);
  letter-spacing: -0.01em;
  padding-bottom: 0;
}
.radio__description {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  padding-bottom: 0;
  display: block;
  color: var(--sviby-color-text-muted);
}
.radio input:focus + .radio__body .radio__check {
  border-color: var(--sviby-color-primary);
  filter: drop-shadow(0 0 2px var(--sviby-color-primary-light));
}
.radio input:checked + .radio__body .radio__check {
  border-color: var(--sviby-color-primary);
}
.radio input:checked + .radio__body .radio__check::before {
  border-color: var(--sviby-color-primary);
}
.radio input:checked + .radio__body .radio__check::after {
  opacity: 1;
}
.radio input:disabled + .radio__body {
  color: var(--sviby-color-text-muted);
  pointer-events: none;
}
.radio input:disabled + .radio__body .radio__check::after {
  opacity: 1;
  background: var(--sviby-color-input-bg-disabled);
  width: 100%;
  height: 100%;
}
.radio input:disabled + .radio__body .radio__after a {
  color: var(--sviby-color-text-muted);
  pointer-events: none;
}
.radio input {
  opacity: 0;
  position: absolute;
}
.radio__after::before {
  content: " ";
  display: inline-block;
}
.radio__after a {
  padding: 0;
}
.radio__after:empty {
  display: none !important;
}

.segmented-control {
  border: 1px solid var(--sviby-color-input-border);
  border-radius: 8px;
  position: relative;
  display: flex;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #FFF;
  width: 100%;
  height: var(--sviby-input-height);
}
.segmented-control:hover {
  border-color: var(--sviby-color-primary);
}
.segmented-control--focus {
  border-color: var(--sviby-color-input-border-focus);
}
.segmented-control__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font: var(--sviby-font-input);
  letter-spacing: -0.01em;
  position: relative;
  padding: 0 16px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  text-align: center;
  flex: 1;
  font-weight: 500;
}
.segmented-control__btn:hover {
  border-color: var(--sviby-color-input-border-hover);
}
.segmented-control__btn .icon {
  position: relative;
  width: 18px;
  height: 18px;
}
.segmented-control__btn .icon:not(:last-child) {
  margin-right: 10px;
}
.segmented-control--custom-segment-width {
  width: auto;
}
.segmented-control--custom-segment-width .segmented-control__btn {
  width: var(--sviby-segment-width);
}
.segmented-control label {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.segmented-control label + label .segmented-control__btn {
  border-left: 1px solid var(--sviby-color-input-border);
}
.segmented-control label input {
  opacity: 0;
  pointer-events: none;
  user-select: none;
  position: absolute;
}
.segmented-control label input:focus + .segmented-control__btn {
  border-color: var(--sviby-color-input-border-focus);
}
.segmented-control label input:checked + .segmented-control__btn {
  border-color: var(--sviby-color-primary);
  background-color: var(--sviby-color-primary);
  color: var(--sviby-color-text);
}
.segmented-control label input:disabled + .segmented-control__btn {
  border-color: var(--sviby-color-input-border);
  background-color: var(--sviby-color-input-bg-disabled);
  color: var(--sviby-color-text-muted);
}
.segmented-control label input:disabled + .segmented-control__btn .icon {
  filter: none;
}
.segmented-control--auto-width {
  width: auto;
}
.segmented-control--multiselect {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.segmented-control--multiselect .segmented-control__btn {
  border: 1px solid var(--sviby-color-input-border);
  border-radius: 8px;
  background-color: var(--sviby-color-bg);
  height: var(--sviby-input-height);
}
.segmented-control--multiselect label input:checked:focus + .segmented-control__btn {
  border-color: var(--sviby-color-input-border-focus);
}
.segmented-control--multiselect label:not(:last-child) {
  margin-right: 10px;
}

.switch-toggle {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  min-width: 120px;
}
.switch-toggle .segmented-control {
  width: auto;
  min-width: 120px;
  height: 40px;
  border-radius: 8px;
}
.switch-toggle .segmented-control__btn {
  font: var(--sviby-font-text);
  padding: 0 5px;
}
.switch-toggle__label {
  padding-left: 12px;
  font: var(--sviby-font-text);
}
.switch-toggle--reverse {
  flex-direction: row-reverse;
}
.switch-toggle--reverse .switch-toggle__label {
  flex: 1;
  padding-left: 0;
  padding-right: 12px;
}
.switch-toggle--full-width {
  width: 100%;
}

.rich-text-legacy {
  position: relative;
  width: 100%;
}
.rich-text-legacy .note-editor {
  position: relative;
  width: 100%;
  background: #FFF;
}
.rich-text-legacy .note-toolbar {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: var(--sviby-color-bg-alt);
}
.rich-text-legacy .note-btn {
  display: inline-flex;
}
.rich-text-legacy .note-editor.note-airframe .note-statusbar,
.rich-text-legacy .note-editor.note-frame .note-statusbar {
  background: #FFF;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rich-text-legacy .note-editor.note-airframe .note-statusbar:hover,
.rich-text-legacy .note-editor.note-frame .note-statusbar:hover {
  background: var(--sviby-color-input-bg);
}
.rich-text-legacy .note-statusbar {
  display: none !important;
}
.rich-text-legacy .note-dropdown-menu {
  padding-left: 0;
  padding-right: 0;
}
.rich-text-legacy a.note-dropdown-item {
  padding: 8px 10px;
  margin: 0;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rich-text-legacy a.note-dropdown-item:hover {
  margin: 0;
}
.rich-text-legacy a.note-dropdown-item h1 {
  font-size: 20px;
}
.rich-text-legacy a.note-dropdown-item h2 {
  font-size: 18px;
}
.rich-text-legacy a.note-dropdown-item h3 {
  font-size: 16px;
}
.rich-text-legacy a.note-dropdown-item h4,
.rich-text-legacy a.note-dropdown-item p {
  font-size: 14px;
}
.rich-text-legacy .dropdown-emoji {
  width: 295px;
  height: 170px;
  overflow: auto;
  transform: translateX(-80px);
  font-size: 20px;
}
.rich-text-legacy .dropdown-emoji .note-dropdown-item {
  padding: 2px 5px;
}
.rich-text-legacy p {
  padding-bottom: 0 !important;
}
.rich-text-legacy__limit {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  width: 100%;
}
.rich-text-legacy__limit--error {
  color: var(--sviby-color-error);
}
.rich-text-legacy--has-limit .note-editor {
  padding-bottom: 30px;
}

.note-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.note-modal.open {
  display: flex !important;
}
.note-modal .note-modal-content {
  padding: 30px;
  transform: scale(0.8);
  animation: 0.3s fadeIn cubic-bezier(0.4, 0, 0.2, 1) both, 0.3s modalWindowScaleIn cubic-bezier(0.4, 0, 0.2, 1) both;
}
.note-modal .note-modal-title {
  font: var(--sviby-font-h3);
  padding: var(--sviby-font-h3-spacing);
  letter-spacing: -0.02em;
  padding: 0;
}
.note-modal .checkbox input {
  position: relative;
  opacity: 1;
  margin-right: 10px;
}
.note-modal .note-modal-header {
  position: relative;
  padding: 0;
  padding-bottom: 30px;
  border: 0;
  border-bottom: 1px solid var(--sviby-color-hr);
}
.note-modal .note-modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%) translate(30px, -30px);
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 50%;
  background: #FFF;
  border: 1px solid var(--sviby-color-input-border);
  opacity: 1;
}
.note-modal .note-modal-header .close .note-icon-close {
  display: none;
}
.note-modal .note-modal-header .close::after, .note-modal .note-modal-header .close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: var(--sviby-color-dark);
}
.note-modal .note-modal-header .close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.note-modal .note-modal-body {
  padding: 0;
  padding-top: 30px;
}
.note-modal .note-modal-body .note-form-label {
  font: var(--sviby-font-label);
  letter-spacing: -0.01em;
  color: var(--sviby-color-text);
  padding: 0;
  margin-bottom: 10px;
}
.note-modal .note-modal-footer {
  height: auto;
  text-align: right;
  padding: 0;
}
.note-modal .note-modal-footer .note-btn {
  float: none;
}
.note-modal .note-btn-primary:hover {
  border: 0;
  border-radius: 8px;
}

.note-modal-backdrop {
  opacity: 0.7;
  animation: 0.3s modalBgFadeIn cubic-bezier(0.4, 0, 0.2, 1) both;
}

.note-sEmoji .note-btn-group.open .dropdown-emoji {
  display: flex;
  flex-wrap: wrap;
}

@keyframes modalBgFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes modalWindowScaleIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.redactor-x {
  position: relative;
  width: 100%;
}
.redactor-x .rx-editor {
  font: var(--sviby-font-p);
  padding: var(--sviby-font-p-spacing);
  letter-spacing: -0.01em;
}
.redactor-x .rx-content h1 {
  font: var(--sviby-font-h1);
  padding: var(--sviby-font-h1-spacing);
}
.redactor-x .rx-content h2 {
  font: var(--sviby-font-h2);
  padding: var(--sviby-font-h2-spacing);
  letter-spacing: -0.02em;
}
.redactor-x .rx-content h3 {
  font: var(--sviby-font-h3);
  padding: var(--sviby-font-h3-spacing);
  letter-spacing: -0.02em;
}
.redactor-x .rx-content h4 {
  font: var(--sviby-font-h4);
  padding: var(--sviby-font-h4-spacing);
  letter-spacing: -0.015em;
}
.redactor-x .rx-content p {
  font: var(--sviby-font-p);
  padding: var(--sviby-font-p-spacing);
  letter-spacing: -0.01em;
}
.redactor-x .rx-content * {
  margin: 0;
}

.selection-wrapper {
  width: 100%;
}
.selection-wrapper::-webkit-scrollbar {
  height: 16px;
  width: 16px;
  border-radius: 8px;
}
.selection-wrapper::-webkit-scrollbar-track {
  background: #FFF;
}
.selection-wrapper::-webkit-scrollbar-thumb {
  background: var(--sviby-color-input-border);
  height: 6px;
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 100px;
}
.selection-wrapper::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.selection-wrapper::-webkit-scrollbar-corner {
  background-color: transparent;
}
.selection-wrapper select {
  display: none;
}
.selection-wrapper--open {
  z-index: 11;
}

.select {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 10;
  user-select: none;
}
.select__value {
  font: var(--sviby-font-input);
  letter-spacing: -0.01em;
  position: relative;
  min-height: var(--sviby-input-height);
  padding: 0 0 0 16px;
  display: flex;
  border: 1px solid var(--sviby-color-border);
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.select__value:hover, .select__value:focus {
  border: 1px solid var(--sviby-color-input-border-hover);
  outline: none;
}
.select__value-content {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}
.select__values-inner {
  padding: 5px 10px 5px 0;
  flex: 1;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.select__icon {
  position: relative;
  padding-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select__icon .icon {
  width: 16px;
  height: 16px;
}
.select__placeholder {
  color: var(--sviby-color-text-muted);
  display: flex;
  align-items: center;
}
.select__placeholder--input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.select__btn {
  position: relative;
  flex: 1;
  max-width: var(--sviby-input-height);
  width: var(--sviby-input-height);
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--sviby-color-border);
  background-color: var(--sviby-color-light);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.select__btn::after {
  content: "";
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: url("/img/ui-icons/Line/User Interface/Chevron Down.svg") center/contain no-repeat;
}
.select input[type=text].select__input {
  border: 0;
  padding-left: 0;
}
.select__options {
  padding: 0;
  margin: 0;
  list-style: none;
}
.select__option {
  cursor: pointer;
  color: var(--sviby-color-text-muted);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 5px 16px;
}
.select__option:hover, .select__option:focus {
  color: var(--sviby-color-text);
  background: var(--sviby-color-bg-light-alt);
  outline: 0;
}
.select__option--selected, .select__option--selected:focus {
  color: var(--sviby-color-primary);
}
.select__option--disabled {
  opacity: 0.2;
  pointer-events: none;
}
.select__option-text {
  position: relative;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.select__option-text .checkbox__check {
  position: relative;
  top: 0;
  transform: none;
  margin-right: 10px;
}
.select__option-text .badge {
  margin-left: 10px;
}
.select__option--sub {
  padding-left: 36px;
}
.select__option--sub:nth-of-type(2n + 1) {
  background-color: var(--sviby-color-bg-alt);
}
.select__option--link {
  padding: 0;
}
.select__option--link > .select__option-text {
  padding: 5px 16px;
}
.select__option--link.select__option--sub > .select__option-text {
  padding-left: 36px;
}
.select__option-add {
  position: relative;
  padding-left: 16px;
  margin-left: 10px;
  display: block;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.select__option-add::before, .select__option-add::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 10px;
  height: 2px;
  background-color: var(--sviby-color-primary);
}
.select__option-add::after {
  transform: translate(0, -50%) rotate(90deg);
}
.select__option-add:hover {
  color: var(--sviby-color-primary);
}
.select__option:hover .select__option-add {
  color: var(--sviby-color-primary);
}
.select__dropdown-wrapper {
  position: absolute;
  min-width: 210px;
  z-index: 330;
}
.select__dropdown {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-top: -1px;
  transform: translateY(5px);
  background-color: var(--sviby-color-light);
  border-radius: 8px;
  border: 1px solid var(--sviby-color-border-hover);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
.select__dropdown.show {
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
}
.select__dropdown .select__options {
  position: relative;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding: 15px 0;
  max-height: 220px;
}
.select__dropdown-placeholder {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  padding: 10px;
  text-align: center;
  color: var(--sviby-color-text-muted);
}
.select--open .select__btn::after {
  transform: rotate(180deg);
}
.select--top .select__dropdown {
  transform: translateY(-100%) translateY(-5px);
}
.select--disabled {
  pointer-events: none;
}
.select--disabled .select__value,
.select--disabled .select__btn {
  background: var(--sviby-color-input-bg-disabled);
}

.selection--small .select {
  width: auto;
}
.selection--small .select__value {
  font: var(--sviby-font-input-small);
  height: auto;
  min-height: 30px;
  padding-left: 10px;
}
.selection--small .select__value .select__btn {
  width: 25px;
  max-width: 25px;
  height: auto;
  border: 0;
}
.selection--minimal {
  width: auto;
}
.selection--minimal .select {
  width: auto;
}
.selection--minimal .select__value {
  border: none;
  font: var(--sviby-font-label);
  padding-left: 0;
  height: auto;
  border-radius: 0;
}
.selection--minimal .select__value .select__btn {
  flex: 1;
  border: 0;
  width: 25px;
  max-width: 25px;
  height: auto;
  border-radius: 8px;
}
.selection--minimal .select__dropdown {
  left: 0;
  right: auto;
  border-radius: 8px;
}
.selection--minimal .select--open .select__value {
  border: none;
}
.selection--minimal:hover .select__value {
  color: var(--sviby-color-text);
}
.selection--minimal:hover .select__value .select__btn {
  border-color: var(--sviby-color-input-border-hover);
}
.selection--minimal .select__value {
  align-items: stretch;
}
.selection--minimal .select--open .select__btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: var(--sviby-color-input-border-focus);
}
.selection--minimal.selection--disabled .select__value, .selection--minimal.selection--disabled .select__btn {
  background: none;
  color: var(--sviby-color-text-muted);
}
.selection--minimal.selection--disabled .select__btn {
  display: none;
}
.selection--minimal.selection--small .select__value {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  font-weight: 500;
  min-height: 25px;
}
.selection--minimal .input-activity-indicator {
  width: 25px;
  height: 25px;
}
.selection--text .select__value {
  min-height: 0;
  background: none;
}
.selection--text .select__values-inner {
  padding: 0;
}
.selection--no-arrow .select__btn {
  display: none;
}
.selection--large .select__value {
  font: var(--sviby-font-h4);
  padding: var(--sviby-font-h4-spacing);
  letter-spacing: -0.015em;
  padding: 0;
}
.selection--primary .select__value {
  color: var(--sviby-color-primary);
}
.selection--primary .select__btn::after {
  background: url("/img/ui-icons/Line/User Interface/Chevron Down.svg") center/contain no-repeat;
}
.selection--text-align-right .select__values-inner {
  justify-content: flex-end;
}
.selection--icon-only {
  width: auto;
}
.selection--icon-only .select {
  width: auto;
}
.selection--icon-only .select__value {
  font: var(--sviby-font-label);
  padding-left: 0;
}
.selection--icon-only .select__value > span {
  display: none;
}
.selection--icon-only .select__value .select__btn {
  border-left: none;
}
.selection--icon-only .select__values-inner, .selection--icon-only .select__value-content {
  display: none;
}
.selection--icon-only .select__dropdown {
  left: 0;
  right: auto;
}
.selection--plus-icon .select__btn::after {
  background: url("/img/icon-add-dark.svg") center/contain no-repeat;
}
.selection__footer {
  padding: 0 16px;
  border-top: 1px solid var(--sviby-color-input-border);
}
.selection--button {
  width: auto;
}
.selection--button .select {
  width: auto;
}
.selection--button .select__btn {
  background-color: var(--sviby-color-input-border);
}
.selection--button .select__value:hover .select__btn, .selection--button .select__value:focus .select__btn {
  background-color: var(--sviby-color-input-bg-hover);
}
.selection--left .select__dropdown {
  left: 0;
  right: auto;
}
.selection__multiselect-values {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: -5px;
}
.selection__multiselect-values span {
  margin-top: 5px;
}
.selection__multiselect-values span:not(:nth-last-child(1)) {
  margin-right: 5px;
}
.selection__multiselect-value {
  font: var(--sviby-font-input-small);
  letter-spacing: -0.005em;
  position: relative;
  padding: 2px 8px;
  background: var(--sviby-color-primary);
  display: flex;
  align-items: center;
  color: var(--sviby-color-text);
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
}
.selection__multiselect-value:hover {
  background: var(--sviby-color-primary-light);
}
.selection__multiselect-value::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/img/ui-icons/Line/User Interface/Close.svg") center/contain no-repeat;
  margin-left: 5px;
  display: block;
}
.selection__search .form-input__before, .selection__search .form-input__after {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.selection__search .form-input__input-wrapper input[type=text],
.selection__search .form-input__input-wrapper input[type=email],
.selection__search .form-input__input-wrapper input[type=tel],
.selection__search .form-input__input-wrapper input[type=number],
.selection__search .form-input__input-wrapper input[type=password],
.selection__search .form-input__input-wrapper input[type=date],
.selection__search .form-input__input-wrapper input[type=url],
.selection__search .form-input__input-wrapper input[type=time],
.selection__search .form-input__input-wrapper textarea,
.selection__search .form-input__input-wrapper select {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.selection--reverse .select__value {
  flex-direction: row-reverse;
  padding-right: 16px;
  padding-left: 0;
}
.selection--reverse .select__values-inner {
  padding-left: 10px;
  padding-right: 0;
}
.selection--reverse .select__btn {
  border-left: 0;
  border-right: 1px solid var(--sviby-color-border);
  margin-left: 0;
}
.selection--reverse .select__icon {
  padding: 0;
}
.selection--reverse.selection--minimal .select__values-inner {
  padding-left: 0;
}
.selection--fill {
  width: 100%;
}
.selection--fill .select {
  width: 100%;
}
.selection--disabled {
  pointer-events: none;
}

input:focus + .select .select__value,
input.active + .select .select__value {
  border-color: var(--sviby-color-input-border-hover);
  color: var(--sviby-color-text);
  outline: none;
}
input:focus + .select .select__btn::after,
input.active + .select .select__btn::after {
  transform: rotate(180deg);
}

label.toggle,
.toggle {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.toggle input {
  position: absolute;
  opacity: 0;
}
.toggle__body {
  position: relative;
  width: 44px;
  height: 24px;
  border-radius: 150px;
  border: 1px solid var(--sviby-color-input-border);
  padding: 3px;
  background-color: #FFF;
  flex-shrink: 0;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.toggle__body:hover {
  border-color: var(--sviby-color-primary-light);
}
.toggle__icon {
  opacity: 0;
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.toggle .icon.toggle__icon {
  width: 11px;
  height: 100%;
}
.toggle__switch {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 3px;
  left: 3px;
  background: var(--sviby-color-primary-dark);
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.toggle__label {
  font: var(--sviby-font-label);
  letter-spacing: -0.01em;
  font-weight: 500;
  padding: 0;
  padding-left: 12px;
}
.toggle input:focus + .toggle__body {
  border-color: var(--sviby-color-primary-light);
}
.toggle input:disabled + .toggle__body {
  border-color: var(--sviby-color-input-border);
  background: var(--sviby-color-input-bg-disabled);
}
.toggle input:disabled + .toggle__body .toggle__switch {
  background: var(--sviby-color-hr);
}
.toggle--disabled {
  color: var(--sviby-color-text-muted);
  pointer-events: none;
}
.toggle input:checked + .toggle__body {
  border-color: var(--sviby-color-primary);
  background: var(--sviby-color-primary);
}
.toggle input:checked + .toggle__body .toggle__icon {
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
  transform: translateX(5px);
}
.toggle input:checked + .toggle__body .toggle__switch {
  background: white;
  transform: translateX(100%) translateX(5px);
}
.toggle input:checked:focus + .toggle__body {
  border-color: var(--sviby-color-primary-light);
  background: var(--sviby-color-primary-light);
}
.toggle input:checked:disabled + .toggle__body {
  border-color: var(--sviby-color-input-border);
  background: var(--sviby-color-input-bg-disabled);
}
.toggle input:checked:disabled + .toggle__body .toggle__switch {
  background: #FFF;
}
.toggle input:checked:disabled + .toggle__body .toggle__icon {
  filter: brightness(0);
  opacity: 0.3;
}
.toggle--with-labels .toggle__body {
  width: 120px;
  display: flex;
  background: none;
  padding: 0;
}
.toggle--with-labels .toggle__status-label {
  flex: 1;
  text-align: center;
  background-color: #FFF;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle--with-labels .toggle__status-label--off {
  background-color: var(--sviby-color-primary);
  color: var(--sviby-color-text);
}
.toggle--with-labels input:focus + .toggle__body .toggle__status-label--off {
  background-color: var(--sviby-color-primary-light);
}
.toggle--with-labels input:checked + .toggle__body {
  border-color: var(--sviby-color-input-border);
  background: none;
}
.toggle--with-labels input:checked + .toggle__body .toggle__status-label--on {
  background-color: var(--sviby-color-primary);
  color: var(--sviby-color-text);
}
.toggle--with-labels input:checked + .toggle__body .toggle__status-label--off {
  background-color: #FFF;
  color: var(--sviby-color-text);
}
.toggle--with-labels input:checked:focus + .toggle__body {
  border-color: none;
  background: none;
}
.toggle--with-labels input:checked:focus + .toggle__body .toggle__status-label--on {
  background-color: var(--sviby-color-primary-light);
}
.toggle--reverse {
  flex-direction: row-reverse;
}
.toggle--reverse .toggle__label {
  padding-left: 0;
  padding-right: 12px;
  flex: 1;
}
.toggle--full-width {
  width: 100%;
}
.toggle--small .toggle__body {
  width: 38px;
  height: 20px;
}
.toggle--small .toggle__switch {
  width: 12px;
  height: 12px;
}

.form-field-group .toggle {
  min-height: 40px;
}

div.flatpickr-calendar .flatpickr-day, div.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  width: 38px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 0;
  margin: 0;
}

.datepicker-wrapper input {
  position: absolute;
  opacity: 0;
}
.datepicker-wrapper .select__values-date {
  font-weight: 500;
  padding-right: 5px;
}

div.flatpickr-calendar {
  box-shadow: none;
  border: 1px solid var(--sviby-color-input-border-focus);
  border-radius: 8px;
  overflow: hidden;
}
div.flatpickr-calendar::after, div.flatpickr-calendar::before {
  display: none;
}
div.flatpickr-calendar .flatpickr-innerContainer {
  position: relative;
  display: block;
  padding: 16px;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
div.flatpickr-calendar .flatpickr-months {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-prev-month, div.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  position: relative;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-prev-month .icon, div.flatpickr-calendar .flatpickr-months .flatpickr-next-month .icon {
  width: 15px;
  height: 15px;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-current-month {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-current-month .numInputWrapper .numInput {
  text-align: center;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
  font: var(--sviby-font-calendar-month);
  letter-spacing: -0.01em;
  appearance: none;
  text-align: center;
  padding: 0;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: none;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-current-month .arrowDown,
div.flatpickr-calendar .flatpickr-months .flatpickr-current-month .arrowUp {
  display: none;
}
div.flatpickr-calendar .flatpickr-weekdays {
  height: auto;
  display: flex;
  justify-content: flex-start;
}
div.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  justify-content: flex-start;
}
div.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  font: var(--sviby-font-calendar-weekday);
  letter-spacing: -0.01em;
  color: var(--sviby-color-text-muted);
}
div.flatpickr-calendar .flatpickr-days {
  width: auto;
}
div.flatpickr-calendar .flatpickr-days .dayContainer {
  width: auto;
  max-width: 100%;
  min-width: 0;
  justify-content: flex-start;
}
div.flatpickr-calendar .flatpickr-day {
  font: var(--sviby-font-calendar-day);
  letter-spacing: -0.01em;
  color: var(--sviby-color-text);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
div.flatpickr-calendar .flatpickr-day.today {
  background: var(--sviby-color-bg-light);
}
div.flatpickr-calendar .flatpickr-day.selected {
  color: #FFF;
  background: var(--sviby-color-primary);
}
div.flatpickr-calendar .flatpickr-day.selected:hover, div.flatpickr-calendar .flatpickr-day.selected:focus {
  color: #FFF;
  background: var(--sviby-color-primary-light);
}
div.flatpickr-calendar .flatpickr-day.startRange, div.flatpickr-calendar .flatpickr-day.endRange {
  color: #FFF;
  background: var(--sviby-color-primary);
  box-shadow: none;
  border-radius: 0;
}
div.flatpickr-calendar .flatpickr-day.startRange:hover, div.flatpickr-calendar .flatpickr-day.startRange:focus, div.flatpickr-calendar .flatpickr-day.endRange:hover, div.flatpickr-calendar .flatpickr-day.endRange:focus {
  color: #FFF;
  background: var(--sviby-color-primary-light);
}
div.flatpickr-calendar .flatpickr-day.startRange {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
div.flatpickr-calendar .flatpickr-day.endRange {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
div.flatpickr-calendar .flatpickr-day.inRange {
  background: var(--sviby-color-bg-success);
  box-shadow: none;
  border-radius: 0;
}
div.flatpickr-calendar .flatpickr-day:hover, div.flatpickr-calendar .flatpickr-day:focus {
  color: var(--sviby-color-text);
  background: var(--sviby-color-input-bg-focus);
}
div.flatpickr-calendar .flatpickr-day.prevMonthDay, div.flatpickr-calendar .flatpickr-day.nextMonthDay {
  opacity: 0.4;
}
div.flatpickr-calendar .flatpickr-day.flatpickr-disabled {
  opacity: 0.4;
  pointer-events: none;
}
div.flatpickr-calendar .flatpickr-time-wrapper {
  padding: 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.flatpickr-calendar .flatpickr-time-wrapper .flatpickr-time {
  border-radius: 8px;
  border: 1px solid var(--sviby-color-input-border);
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 120px;
  height: 40px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /*
  &::before{
  	content: "";
  	width: 16px;
  	height: 16px;
  	background: icon('time');
  	display: block;
  	margin-left: 16px;
  } */
}
div.flatpickr-calendar .flatpickr-time-wrapper .flatpickr-time:hover, div.flatpickr-calendar .flatpickr-time-wrapper .flatpickr-time--focus {
  border: 1px solid var(--sviby-color-input-border-focus);
}
div.flatpickr-calendar .flatpickr-time-wrapper .flatpickr-time .numInputWrapper {
  height: 100%;
  display: flex;
}
div.flatpickr-calendar .flatpickr-time-wrapper .flatpickr-time .numInputWrapper:hover {
  background: none;
}
div.flatpickr-calendar .flatpickr-time-wrapper .flatpickr-time .numInput {
  flex: 1;
  background: none;
}
div.flatpickr-calendar .flatpickr-time-wrapper .flatpickr-time .numInput:focus {
  background: none;
}
div.flatpickr-calendar .flatpickr-time-wrapper .flatpickr-time .numInput + .numInput {
  font-weight: 400 !important;
}
div.flatpickr-calendar .flatpickr-time-wrapper .flatpickr-time input {
  color: var(--sviby-color-text);
}
div.flatpickr-calendar .flatpickr-time-wrapper .flatpickr-time input.flatpickr-minute {
  font-weight: 400;
}
div.flatpickr-calendar .flatpickr-time-wrapper .flatpickr-time .arrowUp,
div.flatpickr-calendar .flatpickr-time-wrapper .flatpickr-time .arrowDown {
  display: none;
}
div.flatpickr-calendar .flatpickr-time-wrapper .flatpickr-time-label {
  padding-right: 10px;
}
div.flatpickr-calendar.noCalendar {
  width: 200px;
}
div.flatpickr-calendar.noCalendar input {
  font: var(--sviby-font-calendar-month);
  letter-spacing: -0.01em;
}
div.flatpickr-calendar.noCalendar .flatpickr-time-wrapper {
  padding-top: 20px;
}
div.flatpickr-calendar.noCalendar .numInputWrapper input:focus {
  background: var(--sviby-color-input-bg-focus);
}
div.flatpickr-calendar.noCalendar .numInputWrapper input:focus ~ span {
  opacity: 1;
}
div.flatpickr-calendar.noCalendar .numInputWrapper span {
  border: 0;
  width: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
div.flatpickr-calendar.noCalendar .numInputWrapper span.arrowUp::after, div.flatpickr-calendar.noCalendar .numInputWrapper span.arrowDown::after {
  width: 10px;
  height: 10px;
  border: 0;
}
div.flatpickr-calendar.noCalendar .numInputWrapper span.arrowUp::after {
  background: url("/img/ui-icons/Line/User Interface/Chevron Up.svg") center/contain no-repeat;
}
div.flatpickr-calendar.noCalendar .numInputWrapper span.arrowDown::after {
  background: url("/img/ui-icons/Line/User Interface/Chevron Down.svg") center/contain no-repeat;
}

span.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
span.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
span.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: none;
}

.img-dropper {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid var(--sviby-color-input-border);
  background: var(--sviby-color-bg);
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.img-dropper::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: calc(100% / var(--sviby-img-dropper-aspect-ratio));
}
.img-dropper:hover {
  border-color: var(--sviby-color-input-border-hover);
}
.img-dropper:focus {
  border-color: var(--sviby-color-input-border-focus);
}
.img-dropper__preview, .img-dropper__dropzone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-dropper__dropzone {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-dropper__dropzone div {
  pointer-events: none;
}
.img-dropper__preview {
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.img-dropper__controls {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.img-dropper__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 2;
  padding: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.img-dropper__loading .progress {
  max-width: 300px;
}
.img-dropper__dropzone-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.img-dropper__dropzone-inner::before {
  content: "";
  position: relative;
  width: 64px;
  height: 64px;
  display: block;
  background: url("/img/ui-icons/Line/Design/Image.svg") center/contain no-repeat;
  opacity: 0.2;
  margin-bottom: 10px;
}
.img-dropper--loading .img-dropper__loading {
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
}

.multi-img-dropper {
  position: relative;
  min-height: 176px;
  width: 100%;
  border: 1px solid var(--sviby-color-input-border);
  display: flex;
  padding: 10px;
  border-radius: 8px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.multi-img-dropper:hover {
  border-color: var(--sviby-color-input-border-hover);
  cursor: pointer;
}
.multi-img-dropper__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.multi-img-dropper__inner {
  pointer-events: none;
}
.multi-img-dropper .dz-preview {
  display: none !important;
}
.multi-img-dropper__dropzone {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.multi-img-dropper__dropzone-inner {
  flex: 1;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.multi-img-dropper__dropzone-inner::before {
  content: "";
  position: relative;
  width: 64px;
  height: 64px;
  display: block;
  background: url("/img/ui-icons/Line/Design/Image.svg") center/contain no-repeat;
  opacity: 0.2;
  margin-bottom: 10px;
}
.multi-img-dropper__add-more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: var(--sviby-img-width);
  height: var(--sviby-img-width);
  background: var(--sviby-color-bg);
  border: 1px solid var(--sviby-color-view-background);
  border-radius: 4px;
  flex-direction: column;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.multi-img-dropper__add-more:hover {
  border-color: var(--sviby-color-dark);
  cursor: pointer;
}
.multi-img-dropper__add-more::before {
  content: "";
  position: relative;
  width: 36px;
  height: 36px;
  display: block;
  background: url("/img/ui-icons/Line/User Interface/Plus.svg") center/contain no-repeat;
  opacity: 0.2;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
.multi-img-dropper__dragover-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.multi-img-dropper__dragover-container::before {
  content: "";
  position: relative;
  width: 64px;
  height: 64px;
  display: block;
  background: url("/img/ui-icons/Line/User Interface/Plus.svg") center/contain no-repeat;
  opacity: 0.2;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
.multi-img-dropper--dragover .multi-img-dropper__row {
  pointer-events: none;
}
.multi-img-dropper--dragover .multi-img-dropper__dragover-container {
  opacity: 1;
}

.dropped-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: var(--sviby-img-width);
  height: var(--sviby-img-width);
  background: var(--sviby-color-bg);
  border: 1px solid var(--sviby-color-view-background);
  border-radius: 4px;
  overflow: hidden;
}
.dropped-img__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.dropped-img__loading .progress {
  width: 100%;
}
.dropped-img__delete-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
}
.dropped-img__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}
.dropped-img__image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(10px);
}
.dropped-img__image-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
}
.dropped-img__image-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.dropped-img__image-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  padding-top: 10px;
  color: var(--sviby-color-bg);
  z-index: 3;
}
.dropped-img__image-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  z-index: 1;
}
.dropped-img__image-footer .block-span {
  position: relative;
  z-index: 2;
}

.img-cropper {
  position: relative;
  max-width: 100%;
  flex: 1;
  display: flex;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
  border-radius: 8px;
  border: 1px solid var(--sviby-color-input-border);
  padding: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.img-cropper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.img-cropper:hover {
  border-color: var(--sviby-color-input-border-hover);
}
.img-cropper:focus {
  border-color: var(--sviby-color-input-border-focus);
}
.img-cropper__inner {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}
.img-cropper__preview {
  position: relative;
  width: 100%;
  height: auto;
  display: table;
}
.img-cropper__preview > img {
  opacity: 0;
}
.img-cropper img {
  display: table;
}
.img-cropper .cropper-view-box {
  outline-color: white;
}
.img-cropper .cropper-point, .img-cropper .cropper-line {
  background: white;
}
.img-cropper .cropper-line {
  display: none;
}
.img-cropper .cropper-point {
  opacity: 1;
  width: 5px;
  height: 5px;
  border-radius: 8px;
  filter: drop-shadow(0 0 1px var(--sviby-color-input-border-hover));
}
.img-cropper .cropper-point.point-n {
  width: 60px;
  margin-top: 0;
  margin-left: 0;
  top: 0;
  transform: translate(-50%, -50%) translateY(-0.5px);
}
.img-cropper .cropper-point.point-e {
  height: 60px;
  margin-top: 0;
  margin-right: 0;
  right: 0;
  transform: translate(50%, -50%) translateX(0.5px);
}
.img-cropper .cropper-point.point-s {
  width: 60px;
  margin-bottom: 0;
  margin-left: 0;
  bottom: 0;
  transform: translate(-50%, 50%) translateY(0.5px);
}
.img-cropper .cropper-point.point-w {
  height: 60px;
  margin-top: 0;
  margin-left: 0;
  left: 0;
  transform: translate(-50%, -50%) translateX(-0.5px);
}
.img-cropper .cropper-bg {
  background: none;
}

.country-input {
  width: 100%;
  z-index: 11;
}
.country-input-wrapper {
  width: 100%;
}
.country-input .iti__dial-code, .country-input .iti__selected-dial-code {
  display: none;
}
.country-input .iti__flag-container {
  width: 100%;
}
.country-input .iti__arrow {
  margin-left: auto;
}
.country-input .iti__selected-flag {
  background: none;
}
.country-input .iti__country-list {
  position: fixed;
  top: var(--dropdown-position-y);
  left: var(--dropdown-position-x);
  bottom: auto;
  border-radius: 8px;
  transform: translateY(var(--dropdown-position-offset));
}
.country-input .iti__country-list--dropup {
  transform: translateY(-100%);
}
.country-input input {
  padding-left: 40px !important;
}
.country-input.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: none;
}

.tel-input {
  width: 100%;
  z-index: 11;
}
.tel-input-wrapper {
  width: 100%;
}
.tel-input .iti__selected-flag {
  background-color: var(--sviby-color-input-bg) !important;
  border-right: 1px solid var(--sviby-color-input-border);
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.tel-input .iti__country-list {
  position: fixed;
  top: var(--dropdown-position-y);
  left: var(--dropdown-position-x);
  bottom: auto;
  border-radius: 8px;
  transform: translateY(var(--dropdown-position-offset));
}
.tel-input .iti__country-list--dropup {
  transform: translateY(-100%);
}

.number-selector {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid var(--sviby-color-input-border);
  border-radius: 8px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.number-selector input {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  border-radius: 0;
  height: 38px;
  text-align: center;
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}
.number-selector input::-webkit-outer-spin-button, .number-selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-selector .btn:not([disabled]):hover, .number-selector .note-modal .note-btn-primary:not([disabled]):hover, .note-modal .number-selector .note-btn-primary:not([disabled]):hover {
  background-color: var(--sviby-color-primary-light);
}
.number-selector__minus {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.number-selector__plus {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.number-selector__minus.btn.btn--fill, .note-modal .number-selector__minus.note-btn-primary, .number-selector__plus.btn.btn--fill, .note-modal .number-selector__plus.note-btn-primary {
  height: 38px;
}
.number-selector:hover {
  border-color: var(--sviby-color-input-border-hover);
}
.number-selector:hover input {
  border-color: var(--sviby-color-input-border-hover);
}
.number-selector--focus {
  border-color: var(--sviby-color-input-border-focus);
}
.number-selector--focus input {
  border-color: var(--sviby-color-input-border-focus);
}
.number-selector[disabled] {
  background-color: var(--sviby-color-input-bg-disabled);
  pointer-events: none;
}

.inline-editable-text {
  position: relative;
  z-index: 11;
}
.inline-editable-text__controls {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px;
  margin-top: 5px;
  z-index: 1;
  background-color: var(--sviby-color-bg);
  border: 1px solid var(--sviby-color-hr);
  border-radius: 8px;
}
.inline-editable-text__controls .btn:not(:last-child), .inline-editable-text__controls .note-modal .note-btn-primary:not(:last-child), .note-modal .inline-editable-text__controls .note-btn-primary:not(:last-child) {
  margin-right: 10px;
}
.inline-editable-text__value-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  min-width: var(--min-width);
}
.inline-editable-text__value {
  flex: 1;
}
.inline-editable-text__editing-overlay {
  position: fixed;
  top: var(--position-y);
  left: var(--position-x);
  z-index: 300;
}
.inline-editable-text__body {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  width: calc(var(--width) + 10px);
  min-width: calc(var(--min-width) + 10px);
}
.inline-editable-text__body input {
  padding: 0 8px;
}
.inline-editable-text--editing input {
  border-width: 1px;
}
.inline-editable-text:not(.inline-editable-text--editing) input {
  border-color: transparent;
}

.input-activity-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  position: absolute;
  width: calc(var(--sviby-input-height) - 2px);
  height: calc(var(--sviby-input-height) - 2px);
  right: 1px;
  top: 1px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--sviby-color-bg);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 11;
}
.input-activity-indicator--loading {
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
}

.optional-textarea {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.optional-textarea__empty {
  position: relative;
}
.optional-textarea__empty-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.optional-textarea__empty span {
  font: var(--sviby-font-btn);
  letter-spacing: -0.01em;
  padding-left: 10px;
}
.optional-textarea .card {
  flex: 1;
}

.select-user {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.select-user__empty {
  position: relative;
}
.select-user__empty-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-user__empty span {
  font: var(--sviby-font-btn);
  letter-spacing: -0.01em;
  padding-left: 10px;
}
.select-user .card {
  flex: 1;
}

.single-value-input {
  position: relative;
  width: 100%;
  display: flex;
}
.single-value-input__input-wrapper, .single-value-input__tag-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.single-value-input .btn, .single-value-input .note-modal .note-btn-primary, .note-modal .single-value-input .note-btn-primary {
  margin-left: 10px;
}

.multiselect {
  --sviby-border-color: var(--sviby-color-input-border);
  position: relative;
  width: 100%;
  border: 1px solid var(--sviby-border-color);
  border-radius: 8px;
  background-color: var(--sviby-color-bg);
  transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.multiselect__header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 16px;
  min-height: 40px;
  cursor: pointer;
}
.multiselect__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border-left: 1px solid var(--sviby-border-color);
  transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.multiselect__btn::after {
  content: "";
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: url("/img/ui-icons/Line/User Interface/Chevron Down.svg") center/contain no-repeat;
}
.multiselect__label {
  font: var(--sviby-font-btn);
  letter-spacing: -0.01em;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.multiselect__body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 10px 16px;
  border-top: 1px solid var(--sviby-border-color);
  max-height: var(--sviby-max-height);
  min-height: var(--sviby-min-height);
  transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.multiselect__body:empty {
  display: none;
}
.multiselect__list {
  position: relative;
}
.multiselect__list-item {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 0;
  align-items: center;
  justify-content: space-between;
}
.multiselect__list-item-title-wrapper {
  display: flex;
  align-items: center;
}
.multiselect__list-item-title-wrapper .tag {
  margin-left: 10px;
}
.multiselect__list-item-title {
  font-weight: 600;
}
.multiselect__list-item-sub-title {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  padding: 0;
  color: var(--sviby-color-text-muted);
}
.multiselect__list-item-content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.multiselect__list-sub-item {
  padding-left: 20px;
}
.multiselect__options {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.multiselect__option {
  position: relative;
  width: 100%;
  padding: 5px 0;
}
.multiselect__option-title-wrapper {
  display: flex;
  align-items: center;
}
.multiselect__option-title-wrapper .tag {
  margin-left: 10px;
}
.multiselect__option-title {
  font-weight: 600;
}
.multiselect__option-sub-title {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  padding: 0;
  color: var(--sviby-color-text-muted);
}
.multiselect__option .multiselect__sub-options {
  padding: 5px 0 10px 20px;
}
.multiselect__option .multiselect__sub-option {
  position: relative;
  padding: 5px 0;
}
.multiselect--open .multiselect__btn::after {
  transform: rotate(180deg);
}
.multiselect:hover {
  --sviby-border-color: var(--sviby-color-input-border-hover);
}
.multiselect--disabled {
  background-color: var(--sviby-color-input-bg-disabled);
  color: var(--sviby-color-text-muted);
}
.multiselect--disabled:hover {
  --sviby-border-color: var(--sviby-color-input-border);
}
.multiselect--disabled .multiselect__header, .multiselect--disabled .multiselect__list {
  pointer-events: none;
}

.checkbox-group,
.radio-group {
  position: relative;
  width: 100%;
}
.checkbox-group__options,
.radio-group__options {
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--sviby-color-input-border);
  padding: 5px;
}
.checkbox-group__item,
.radio-group__item {
  padding: 10px;
}
.checkbox-group__item:not(:last-child),
.radio-group__item:not(:last-child) {
  border-bottom: 1px solid var(--sviby-color-input-border);
}
.checkbox-group__item--sub,
.radio-group__item--sub {
  padding-left: 32px;
}
.checkbox-group--minimal .checkbox-group__options, .checkbox-group--minimal .radio-group__options,
.radio-group--minimal .checkbox-group__options,
.radio-group--minimal .radio-group__options {
  padding: 0;
  border: 0;
}
.checkbox-group--minimal .checkbox-group__item, .checkbox-group--minimal .radio-group__item,
.radio-group--minimal .checkbox-group__item,
.radio-group--minimal .radio-group__item {
  padding: 5px 0;
}
.checkbox-group--minimal .checkbox-group__item:not(:last-child), .checkbox-group--minimal .radio-group__item:not(:last-child),
.radio-group--minimal .checkbox-group__item:not(:last-child),
.radio-group--minimal .radio-group__item:not(:last-child) {
  border-bottom: 0;
}
.checkbox-group--minimal .checkbox-group__item--sub, .checkbox-group--minimal .radio-group__item--sub,
.radio-group--minimal .checkbox-group__item--sub,
.radio-group--minimal .radio-group__item--sub {
  padding-left: 20px;
}

.color-picker {
  position: relative;
  width: 100%;
  padding: 5px 0;
}
.color-picker__colors-row {
  display: flex;
  flex-wrap: wrap;
}
.color-picker__color {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.color-picker__color span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.color-picker__color > :nth-child(1) {
  width: 75%;
  height: 75%;
  background-color: var(--sviby-color-picker-option-color);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.color-picker__color > :nth-child(2) {
  width: 100%;
  height: 100%;
  border: 3px solid var(--sviby-color-picker-option-color);
  opacity: 0;
}
.color-picker__color--picked > :nth-child(1) {
  transform: translate(-50%, -50%) scale(0.8);
}
.color-picker__color--picked > :nth-child(2) {
  opacity: 1;
}
.color-picker__color .icon {
  position: relative;
  width: 14px;
  height: 14px;
}
.color-picker__colors-list-flyout {
  position: fixed;
  right: 240px;
  top: 100px;
  width: 180px;
  transform: translateX(30px);
  background-color: var(--sviby-color-bg);
  border: 1px solid var(--sviby-color-hr);
  padding: 10px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
.color-picker__colors-list-flyout--open {
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
  transform: translateX(0);
}
.color-picker__colors-header {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
.color-picker__colors-list {
  display: flex;
  flex-direction: column;
}
.color-picker__color-item-large {
  position: relative;
  width: 100%;
  height: 30px;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.color-picker__color-item-large span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.color-picker__color-item-large-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
}
.color-picker__color-item-large .icon {
  position: relative;
  height: 14px;
  width: 14px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
.color-picker__color-item-large--picked span {
  transform: translateX(28px);
}
.color-picker__color-item-large--picked .icon {
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
}

.form-field-label {
  position: relative;
  width: 100%;
}
.form-field-label__optional {
  position: relative;
  color: var(--sviby-color-text-muted);
  margin-left: 5px;
}
.form-field-label__required {
  position: relative;
  color: var(--sviby-color-error);
  margin-left: 0;
}
.form-field-label .tooltip-btn {
  margin-left: 5px;
}

.render-event-html {
  position: relative;
}
.render-event-html p {
  padding-bottom: 0;
}
.render-event-html p:empty {
  display: none !important;
}

.editable-ticket-item {
  position: relative;
  background-color: var(--sviby-color-bg);
  border-radius: 4px;
}
.editable-ticket-item__body {
  position: relative;
  flex: 1;
}
.editable-ticket-item:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--sviby-color-view-background);
  margin-bottom: 10px;
}
.editable-ticket-item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.editable-ticket-item__row + .editable-ticket-item__row {
  margin-top: 5px;
}
.editable-ticket-item__section {
  font-weight: 600;
  padding: 0;
  padding-right: 10px;
}
.editable-ticket-item__selected-pricelist {
  padding: 0;
  padding-right: 10px;
}
.editable-ticket-item__seating {
  position: relative;
  display: flex;
  align-items: center;
}
.editable-ticket-item__seating-seat, .editable-ticket-item__seating-row, .editable-ticket-item__seating-sector {
  display: flex;
  padding-right: 10px;
  align-items: center;
}
.editable-ticket-item__seating-seat-label, .editable-ticket-item__seating-row-label, .editable-ticket-item__seating-sector-label {
  padding: 0;
  padding-right: 5px;
  color: var(--sviby-color-text-muted);
}
.editable-ticket-item__seating-seat-number, .editable-ticket-item__seating-row-number, .editable-ticket-item__seating-sector-number {
  padding: 0;
  font-weight: 600;
}
.editable-ticket-item__price-wrapper {
  display: flex;
  align-items: center;
}
.editable-ticket-item__price-wrapper .inline-editable-text,
.editable-ticket-item__price-wrapper .currency-input {
  font: var(--sviby-font-h4);
  text-align: right;
}
.editable-ticket-item__price-hidden, .editable-ticket-item__price-invitation {
  margin-left: 5px;
}
.editable-ticket-item__selection-options-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.editable-ticket-item__footer {
  position: relative;
  background: var(--sviby-color-bg-alt);
}
.editable-ticket-item__footer .accordion__header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.editable-ticket-item__footer .accordion__body {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.editable-ticket-item__footer .accordion:not(.accordion--open) .accordion__header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.editable-ticket-item--invitation {
  border-color: var(--sviby-color-primary);
}
.editable-ticket-item--has-fields {
  border: 0;
}
.editable-ticket-item--has-fields:not(:last-child) {
  border: 0;
  border-radius: 0;
}
.editable-ticket-item--has-fields .editable-ticket-item__body {
  padding: 10px;
  border-radius: 0;
  border: 1px solid var(--sviby-color-hr);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom: 0;
}

.empty-ticket {
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-ticket:hover {
  cursor: pointer;
}
.empty-ticket__inner {
  position: relative;
  display: flex;
  align-items: center;
}
.empty-ticket__inner span {
  font: var(--sviby-font-btn);
  letter-spacing: -0.01em;
  padding: 0;
}
.empty-ticket .icon {
  margin-right: 10px;
}

.search-modal__results {
  position: relative;
}
.search-modal__result-item {
  position: relative;
  padding: 8px 0;
  display: block;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-modal__result-item:hover {
  color: var(--sviby-color-primary);
}
.search-modal__result-item:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--sviby-color-hr);
}
.search-modal__result-item h4 {
  padding: 0;
}
.search-modal__result-title {
  padding-bottom: 0;
}

.add-giftcard {
  position: relative;
  width: 100%;
}
.add-giftcard__list-wrapper {
  position: relative;
}
.add-giftcard__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: -5px;
}
.add-giftcard__item {
  position: relative;
  margin-top: 5px;
}
.add-giftcard__item:not(:last-child) {
  margin-right: 10px;
}

.cart-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cart-timer__btn {
  position: relative;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: var(--sviby-color-primary);
  min-width: 70px;
  text-align: center;
}
.cart-timer__btn span {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  font-weight: 600;
  color: var(--sviby-color-text);
  font-variant-numeric: tabular-nums;
}

.admin-full-screen__header .cart-timer {
  margin-left: auto;
  margin-right: 10px;
}
.admin-full-screen__header .cart-timer + .admin-full-screen__header-close {
  margin-left: 0;
}

@media (max-width: 768px) {
  .cart-timer__btn {
    padding: 3px 6px;
    min-width: 50px;
  }
}
.box-office {
  position: relative;
  display: flex;
  flex-direction: column;
}
.box-office__body {
  position: relative;
  flex: 1;
  display: flex;
}
.box-office__footer {
  position: relative;
  width: 100%;
  padding: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 2);
  display: flex;
  align-items: center;
  height: var(--sviby-box-office-footer-height);
  background-color: var(--sviby-color-bg);
  border-top: 1px solid var(--sviby-color-hr);
}
.box-office__footer__submit-wrapper {
  width: 470px;
  padding-left: calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) * 3);
}
@media (max-width: 1440px) {
  .box-office__footer__submit-wrapper {
    width: 410px;
  }
}
.box-office__footer__submit-wrapper > .collection {
  width: 100%;
}
.box-office__cart {
  position: relative;
  display: flex;
  flex-direction: column;
}
.box-office__cart-body {
  position: relative;
  flex: 1;
}
.box-office__search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  height: 64px;
}
.box-office-checkout, .box-office-cart {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) / 2) calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  flex-shrink: 0;
  height: calc(100vh - var(--sviby-full-screen-header-height) - var(--sviby-box-office-footer-height));
}
.box-office-checkout__header, .box-office-cart__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) / 2);
}
.box-office-checkout__header h2, .box-office-cart__header h2 {
  padding-bottom: 0;
}
.box-office-checkout__body, .box-office-cart__body {
  position: relative;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.box-office-checkout__footer, .box-office-cart__footer {
  position: relative;
}
.box-office-checkout__footer:empty, .box-office-cart__footer:empty {
  display: none;
}
.box-office-checkout {
  width: 480px;
}
@media (max-width: 1440px) {
  .box-office-checkout {
    width: 420px;
  }
}
.box-office-checkout__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
.box-office-checkout__submit {
  flex: 1;
}
.box-office-checkout__form {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.box-office-cart {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.box-office-cart__footer {
  padding: calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) / 2);
  background-color: var(--sviby-color-bg);
  border-radius: 8px;
  border-top: 1px solid var(--sviby-color-view-background);
  display: block;
  justify-content: flex-start;
}
.box-office-cart__discount {
  width: 100%;
}
.box-office-cart__totals {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.box-office-cart__totals-total {
  font: var(--sviby-font-h4);
  padding: var(--sviby-font-h4-spacing);
  letter-spacing: -0.015em;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.box-office-cart__totals-total span:first-child {
  padding-right: 10px;
}
.box-office-cart__totals .tooltip-btn {
  margin-left: 10px;
}
.box-office-cart__totals-list {
  position: relative;
}
.box-office-cart__totals-item {
  position: relative;
  padding: 3px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-office-cart__totals-item-label {
  color: var(--sviby-color-text-muted);
  padding-right: 10px;
}
.box-office-cart__totals-item-value {
  font-weight: 600;
}
.box-office-cart__list-wrapper-header {
  position: relative;
  flex: 1;
  width: 100%;
}
.box-office-cart__list-wrapper__series-name {
  position: relative;
  color: var(--sviby-color-text-muted);
}
.box-office-cart__list-wrapper__series-row {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.box-office-cart__list-wrapper__series-row .tag {
  margin-right: 10px;
}
.box-office-cart__list-wrapper__event-name {
  font: var(--sviby-font-h4);
  padding: var(--sviby-font-h4-spacing);
  letter-spacing: -0.015em;
  padding: 0;
}
.box-office-cart__list-wrapper__date, .box-office-cart__list-wrapper__location {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  padding-right: 10px;
  padding-bottom: 0;
}
.box-office--with-search .box-office-checkout, .box-office--with-search .box-office-cart {
  height: calc(100vh - 64px - 64px);
}

.modal--arena .modal__window {
  background-color: var(--sviby-color-view-background);
  padding: 0;
}
.modal--arena .modal__header {
  background-color: var(--sviby-color-bg);
  border-top-left-radius: 8px;
  border-bottom: 1px solid var(--sviby-color-hr);
}
.modal--arena .modal__body {
  border: 0;
}

.public-ticket-picker {
  position: relative;
  display: flex;
  flex-direction: column;
}
.public-ticket-picker__body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px;
  height: 100%;
}
.public-ticket-picker__body .pricelist-picker,
.public-ticket-picker__body .arena-spot-picker {
  flex: 1;
}
.public-ticket-picker__pricelist-container {
  height: 100%;
}
.public-ticket-picker > .arena-layout {
  padding: 0;
}

.table-renderer {
  position: relative;
  width: 100%;
}
.table-renderer .th--orderable {
  position: relative;
  cursor: pointer;
}
.table-renderer .th--orderable:hover {
  filter: brightness(0.95);
}
.table-renderer .table__orderable-handle {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.table-renderer .table__orderable-handle:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url("/img/ui-icons/Line/User Interface/Chevron Up.svg") center/contain no-repeat;
}
.table-renderer .table__orderable-handle--desc:after {
  transform: rotate(180deg);
}
.table-renderer .table__orderable-handle--sortable:after {
  background: url("/img/ui-icons/Line/User Interface/Chevron Up Down.svg") center/contain no-repeat;
}

tr--status--error td:first-child,
tr--status--error .table__td:first-child, tr--status--expired td:first-child,
tr--status--expired .table__td:first-child,
.table__row--status--error td:first-child,
.table__row--status--error .table__td:first-child,
.table__row--status--expired td:first-child,
.table__row--status--expired .table__td:first-child, tr--status--pending td:first-child,
tr--status--pending .table__td:first-child,
.table__row--status--pending td:first-child,
.table__row--status--pending .table__td:first-child, tr--status--paid td:first-child,
tr--status--paid .table__td:first-child,
.table__row--status--paid td:first-child,
.table__row--status--paid .table__td:first-child, tr--status--deleted td:first-child,
tr--status--deleted .table__td:first-child,
.table__row--status--deleted td:first-child,
.table__row--status--deleted .table__td:first-child, tr--error td:first-child,
tr--error .table__td:first-child, tr--expired td:first-child,
tr--expired .table__td:first-child,
.table__row--error td:first-child,
.table__row--error .table__td:first-child,
.table__row--expired td:first-child,
.table__row--expired .table__td:first-child, tr--pending td:first-child,
tr--pending .table__td:first-child,
.table__row--pending td:first-child,
.table__row--pending .table__td:first-child, tr--paid td:first-child,
tr--paid .table__td:first-child,
.table__row--paid td:first-child,
.table__row--paid .table__td:first-child, tr--deleted td:first-child,
tr--deleted .table__td:first-child,
.table__row--deleted td:first-child,
.table__row--deleted .table__td:first-child {
  position: relative;
}
tr--status--error td:first-child::before,
tr--status--error .table__td:first-child::before, tr--status--expired td:first-child::before,
tr--status--expired .table__td:first-child::before,
.table__row--status--error td:first-child::before,
.table__row--status--error .table__td:first-child::before,
.table__row--status--expired td:first-child::before,
.table__row--status--expired .table__td:first-child::before, tr--status--pending td:first-child::before,
tr--status--pending .table__td:first-child::before,
.table__row--status--pending td:first-child::before,
.table__row--status--pending .table__td:first-child::before, tr--status--paid td:first-child::before,
tr--status--paid .table__td:first-child::before,
.table__row--status--paid td:first-child::before,
.table__row--status--paid .table__td:first-child::before, tr--status--deleted td:first-child::before,
tr--status--deleted .table__td:first-child::before,
.table__row--status--deleted td:first-child::before,
.table__row--status--deleted .table__td:first-child::before, tr--error td:first-child::before,
tr--error .table__td:first-child::before, tr--expired td:first-child::before,
tr--expired .table__td:first-child::before,
.table__row--error td:first-child::before,
.table__row--error .table__td:first-child::before,
.table__row--expired td:first-child::before,
.table__row--expired .table__td:first-child::before, tr--pending td:first-child::before,
tr--pending .table__td:first-child::before,
.table__row--pending td:first-child::before,
.table__row--pending .table__td:first-child::before, tr--paid td:first-child::before,
tr--paid .table__td:first-child::before,
.table__row--paid td:first-child::before,
.table__row--paid .table__td:first-child::before, tr--deleted td:first-child::before,
tr--deleted .table__td:first-child::before,
.table__row--deleted td:first-child::before,
.table__row--deleted .table__td:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 4px;
  height: calc(100% - 10px);
  transform: translateY(-50%);
  border-radius: 8px;
}

table:not(.email-content-wrapper) {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
table:not(.email-content-wrapper) > :first-child > :first-child,
table:not(.email-content-wrapper) tbody > :first-child > :first-child {
  border-top-left-radius: 8px;
}
table:not(.email-content-wrapper) > :first-child > :last-child,
table:not(.email-content-wrapper) tbody > :first-child > :last-child {
  border-top-right-radius: 8px;
}
table:not(.email-content-wrapper) > :last-child > :first-child,
table:not(.email-content-wrapper) tbody > :last-child > :first-child {
  border-bottom-left-radius: 8px;
}
table:not(.email-content-wrapper) > :last-child > :last-child,
table:not(.email-content-wrapper) tbody > :last-child > :last-child {
  border-bottom-right-radius: 8px;
}

td,
th,
.table__td,
.table__th {
  font-size: 14px;
  border: 0;
  padding: calc(16px * var(--sviby-spacing-modifier)) calc(8px * var(--sviby-spacing-modifier));
  border-top: 1px solid var(--sviby-color-view-background);
  background-color: var(--sviby-color-bg);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  background-clip: padding-box;
}
td h1:last-child,
td h2:last-child,
td h3:last-child,
td h4:last-child,
td h5:last-child,
td h6:last-child,
td p:last-child,
th h1:last-child,
th h2:last-child,
th h3:last-child,
th h4:last-child,
th h5:last-child,
th h6:last-child,
th p:last-child,
.table__td h1:last-child,
.table__td h2:last-child,
.table__td h3:last-child,
.table__td h4:last-child,
.table__td h5:last-child,
.table__td h6:last-child,
.table__td p:last-child,
.table__th h1:last-child,
.table__th h2:last-child,
.table__th h3:last-child,
.table__th h4:last-child,
.table__th h5:last-child,
.table__th h6:last-child,
.table__th p:last-child {
  padding-bottom: 0;
}
td.td--number,
th.td--number,
.table__td.td--number,
.table__th.td--number {
  font-family: "inter-tight", sans-serif;
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
td.td--right,
th.td--right,
.table__td.td--right,
.table__th.td--right {
  text-align: right;
}
td.td--vertical-align-middle,
th.td--vertical-align-middle,
.table__td.td--vertical-align-middle,
.table__th.td--vertical-align-middle {
  vertical-align: middle;
}
td.td--vertical-align-top,
th.td--vertical-align-top,
.table__td.td--vertical-align-top,
.table__th.td--vertical-align-top {
  vertical-align: top;
}
td[class*=col-],
th[class*=col-],
.table__td[class*=col-],
.table__th[class*=col-] {
  width: var(--sviby-col-size, auto);
}
td--vertical-align--middle,
th--vertical-align--middle,
.table__td--vertical-align--middle,
.table__th--vertical-align--middle {
  vertical-align: middle;
}
td--vertical-align--top,
th--vertical-align--top,
.table__td--vertical-align--top,
.table__th--vertical-align--top {
  vertical-align: top;
}

.table__head td,
.table__head th,
.table__footer td,
.table__footer th {
  padding: calc(8px * var(--sviby-spacing-modifier) * var(--sviby-spacing-modifier));
}
.table__head td:not([class*=col-]),
.table__head th:not([class*=col-]),
.table__footer td:not([class*=col-]),
.table__footer th:not([class*=col-]) {
  width: var(--th-width, auto);
}

tr > :first-child,
.table__row > :first-child,
.table__head > :first-child,
.table__footer > :first-child {
  padding-left: calc(15px * var(--sviby-spacing-modifier));
  border-left: 1px solid var(--sviby-color-hr);
}
tr > :last-child,
.table__row > :last-child,
.table__head > :last-child,
.table__footer > :last-child {
  padding-right: calc(15px * var(--sviby-spacing-modifier));
  border-right: 1px solid var(--sviby-color-hr);
}
tr:first-child > td,
tr:first-child > .table__td,
tr:first-child > th,
tr:first-child > .table__th,
.table__row:first-child > td,
.table__row:first-child > .table__td,
.table__row:first-child > th,
.table__row:first-child > .table__th,
.table__head:first-child > td,
.table__head:first-child > .table__td,
.table__head:first-child > th,
.table__head:first-child > .table__th,
.table__footer:first-child > td,
.table__footer:first-child > .table__td,
.table__footer:first-child > th,
.table__footer:first-child > .table__th {
  border-top: 1px solid var(--sviby-color-hr);
}
tr:last-child > td,
tr:last-child > .table__td,
tr:last-child > th,
tr:last-child > .table__th,
.table__row:last-child > td,
.table__row:last-child > .table__td,
.table__row:last-child > th,
.table__row:last-child > .table__th,
.table__head:last-child > td,
.table__head:last-child > .table__td,
.table__head:last-child > th,
.table__head:last-child > .table__th,
.table__footer:last-child > td,
.table__footer:last-child > .table__td,
.table__footer:last-child > th,
.table__footer:last-child > .table__th {
  border-bottom: 1px solid var(--sviby-color-hr);
}

.table--no-border tr,
.table--no-border .table__row,
.table--no-border .table__head,
.table--no-border .table__footer,
.table__row--child tr,
.table__row--child .table__row,
.table__row--child .table__head,
.table__row--child .table__footer {
  border-radius: 0;
}
.table--no-border tr > :first-child,
.table--no-border .table__row > :first-child,
.table--no-border .table__head > :first-child,
.table--no-border .table__footer > :first-child,
.table__row--child tr > :first-child,
.table__row--child .table__row > :first-child,
.table__row--child .table__head > :first-child,
.table__row--child .table__footer > :first-child {
  border-left: 0;
}
.table--no-border tr > :last-child,
.table--no-border .table__row > :last-child,
.table--no-border .table__head > :last-child,
.table--no-border .table__footer > :last-child,
.table__row--child tr > :last-child,
.table__row--child .table__row > :last-child,
.table__row--child .table__head > :last-child,
.table__row--child .table__footer > :last-child {
  border-right: 0;
}
.table--no-border tr:first-child > td,
.table--no-border tr:first-child > .table__td,
.table--no-border tr:first-child > th,
.table--no-border tr:first-child > .table__th,
.table--no-border .table__row:first-child > td,
.table--no-border .table__row:first-child > .table__td,
.table--no-border .table__row:first-child > th,
.table--no-border .table__row:first-child > .table__th,
.table--no-border .table__head:first-child > td,
.table--no-border .table__head:first-child > .table__td,
.table--no-border .table__head:first-child > th,
.table--no-border .table__head:first-child > .table__th,
.table--no-border .table__footer:first-child > td,
.table--no-border .table__footer:first-child > .table__td,
.table--no-border .table__footer:first-child > th,
.table--no-border .table__footer:first-child > .table__th,
.table__row--child tr:first-child > td,
.table__row--child tr:first-child > .table__td,
.table__row--child tr:first-child > th,
.table__row--child tr:first-child > .table__th,
.table__row--child .table__row:first-child > td,
.table__row--child .table__row:first-child > .table__td,
.table__row--child .table__row:first-child > th,
.table__row--child .table__row:first-child > .table__th,
.table__row--child .table__head:first-child > td,
.table__row--child .table__head:first-child > .table__td,
.table__row--child .table__head:first-child > th,
.table__row--child .table__head:first-child > .table__th,
.table__row--child .table__footer:first-child > td,
.table__row--child .table__footer:first-child > .table__td,
.table__row--child .table__footer:first-child > th,
.table__row--child .table__footer:first-child > .table__th {
  border-top: 0;
}
.table--no-border tr:last-child > td,
.table--no-border tr:last-child > .table__td,
.table--no-border tr:last-child > th,
.table--no-border tr:last-child > .table__th,
.table--no-border .table__row:last-child > td,
.table--no-border .table__row:last-child > .table__td,
.table--no-border .table__row:last-child > th,
.table--no-border .table__row:last-child > .table__th,
.table--no-border .table__head:last-child > td,
.table--no-border .table__head:last-child > .table__td,
.table--no-border .table__head:last-child > th,
.table--no-border .table__head:last-child > .table__th,
.table--no-border .table__footer:last-child > td,
.table--no-border .table__footer:last-child > .table__td,
.table--no-border .table__footer:last-child > th,
.table--no-border .table__footer:last-child > .table__th,
.table__row--child tr:last-child > td,
.table__row--child tr:last-child > .table__td,
.table__row--child tr:last-child > th,
.table__row--child tr:last-child > .table__th,
.table__row--child .table__row:last-child > td,
.table__row--child .table__row:last-child > .table__td,
.table__row--child .table__row:last-child > th,
.table__row--child .table__row:last-child > .table__th,
.table__row--child .table__head:last-child > td,
.table__row--child .table__head:last-child > .table__td,
.table__row--child .table__head:last-child > th,
.table__row--child .table__head:last-child > .table__th,
.table__row--child .table__footer:last-child > td,
.table__row--child .table__footer:last-child > .table__td,
.table__row--child .table__footer:last-child > th,
.table__row--child .table__footer:last-child > .table__th {
  border-bottom: 0;
}

.table--disable-borders tr,
.table--disable-borders th,
.table--disable-borders td {
  border: none !important;
}

tr:hover > td,
tr:hover > .table__td,
.table__row:hover > td,
.table__row:hover > .table__td {
  background-color: var(--sviby-color-table-row-hover);
}
tr:hover > td::before,
tr:hover > .table__td::before,
.table__row:hover > td::before,
.table__row:hover > .table__td::before {
  background-color: var(--sviby-color-table-row-hover);
}
tr.bg--timeline-color-1 td, tr.bg--active--timeline-color-1.active td, tr.bg\:hover--timeline-color-1:hover td,
tr.bg--timeline-color-1 .table__td,
tr.bg--active--timeline-color-1.active .table__td,
tr.bg\:hover--timeline-color-1:hover .table__td,
.table__row.bg--timeline-color-1 td,
.table__row.bg--active--timeline-color-1.active td,
.table__row.bg\:hover--timeline-color-1:hover td,
.table__row.bg--timeline-color-1 .table__td,
.table__row.bg--active--timeline-color-1.active .table__td,
.table__row.bg\:hover--timeline-color-1:hover .table__td {
  background-color: var(--sviby-color-timeline-color-1);
}
tr.bg--timeline-color-2 td, tr.bg--active--timeline-color-2.active td, tr.bg\:hover--timeline-color-2:hover td,
tr.bg--timeline-color-2 .table__td,
tr.bg--active--timeline-color-2.active .table__td,
tr.bg\:hover--timeline-color-2:hover .table__td,
.table__row.bg--timeline-color-2 td,
.table__row.bg--active--timeline-color-2.active td,
.table__row.bg\:hover--timeline-color-2:hover td,
.table__row.bg--timeline-color-2 .table__td,
.table__row.bg--active--timeline-color-2.active .table__td,
.table__row.bg\:hover--timeline-color-2:hover .table__td {
  background-color: var(--sviby-color-timeline-color-2);
}
tr.bg--timeline-color-3 td, tr.bg--active--timeline-color-3.active td, tr.bg\:hover--timeline-color-3:hover td,
tr.bg--timeline-color-3 .table__td,
tr.bg--active--timeline-color-3.active .table__td,
tr.bg\:hover--timeline-color-3:hover .table__td,
.table__row.bg--timeline-color-3 td,
.table__row.bg--active--timeline-color-3.active td,
.table__row.bg\:hover--timeline-color-3:hover td,
.table__row.bg--timeline-color-3 .table__td,
.table__row.bg--active--timeline-color-3.active .table__td,
.table__row.bg\:hover--timeline-color-3:hover .table__td {
  background-color: var(--sviby-color-timeline-color-3);
}
tr.bg--timeline-color-4 td, tr.bg--active--timeline-color-4.active td, tr.bg\:hover--timeline-color-4:hover td,
tr.bg--timeline-color-4 .table__td,
tr.bg--active--timeline-color-4.active .table__td,
tr.bg\:hover--timeline-color-4:hover .table__td,
.table__row.bg--timeline-color-4 td,
.table__row.bg--active--timeline-color-4.active td,
.table__row.bg\:hover--timeline-color-4:hover td,
.table__row.bg--timeline-color-4 .table__td,
.table__row.bg--active--timeline-color-4.active .table__td,
.table__row.bg\:hover--timeline-color-4:hover .table__td {
  background-color: var(--sviby-color-timeline-color-4);
}
tr.bg--timeline-color-5 td, tr.bg--active--timeline-color-5.active td, tr.bg\:hover--timeline-color-5:hover td,
tr.bg--timeline-color-5 .table__td,
tr.bg--active--timeline-color-5.active .table__td,
tr.bg\:hover--timeline-color-5:hover .table__td,
.table__row.bg--timeline-color-5 td,
.table__row.bg--active--timeline-color-5.active td,
.table__row.bg\:hover--timeline-color-5:hover td,
.table__row.bg--timeline-color-5 .table__td,
.table__row.bg--active--timeline-color-5.active .table__td,
.table__row.bg\:hover--timeline-color-5:hover .table__td {
  background-color: var(--sviby-color-timeline-color-5);
}
tr.bg--timeline-color-6 td, tr.bg--active--timeline-color-6.active td, tr.bg\:hover--timeline-color-6:hover td,
tr.bg--timeline-color-6 .table__td,
tr.bg--active--timeline-color-6.active .table__td,
tr.bg\:hover--timeline-color-6:hover .table__td,
.table__row.bg--timeline-color-6 td,
.table__row.bg--active--timeline-color-6.active td,
.table__row.bg\:hover--timeline-color-6:hover td,
.table__row.bg--timeline-color-6 .table__td,
.table__row.bg--active--timeline-color-6.active .table__td,
.table__row.bg\:hover--timeline-color-6:hover .table__td {
  background-color: var(--sviby-color-timeline-color-6);
}
tr.bg--timeline-color-7 td, tr.bg--active--timeline-color-7.active td, tr.bg\:hover--timeline-color-7:hover td,
tr.bg--timeline-color-7 .table__td,
tr.bg--active--timeline-color-7.active .table__td,
tr.bg\:hover--timeline-color-7:hover .table__td,
.table__row.bg--timeline-color-7 td,
.table__row.bg--active--timeline-color-7.active td,
.table__row.bg\:hover--timeline-color-7:hover td,
.table__row.bg--timeline-color-7 .table__td,
.table__row.bg--active--timeline-color-7.active .table__td,
.table__row.bg\:hover--timeline-color-7:hover .table__td {
  background-color: var(--sviby-color-timeline-color-7);
}
tr.bg--timeline-color-8 td, tr.bg--active--timeline-color-8.active td, tr.bg\:hover--timeline-color-8:hover td,
tr.bg--timeline-color-8 .table__td,
tr.bg--active--timeline-color-8.active .table__td,
tr.bg\:hover--timeline-color-8:hover .table__td,
.table__row.bg--timeline-color-8 td,
.table__row.bg--active--timeline-color-8.active td,
.table__row.bg\:hover--timeline-color-8:hover td,
.table__row.bg--timeline-color-8 .table__td,
.table__row.bg--active--timeline-color-8.active .table__td,
.table__row.bg\:hover--timeline-color-8:hover .table__td {
  background-color: var(--sviby-color-timeline-color-8);
}
tr.bg--timeline-color-9 td, tr.bg--active--timeline-color-9.active td, tr.bg\:hover--timeline-color-9:hover td,
tr.bg--timeline-color-9 .table__td,
tr.bg--active--timeline-color-9.active .table__td,
tr.bg\:hover--timeline-color-9:hover .table__td,
.table__row.bg--timeline-color-9 td,
.table__row.bg--active--timeline-color-9.active td,
.table__row.bg\:hover--timeline-color-9:hover td,
.table__row.bg--timeline-color-9 .table__td,
.table__row.bg--active--timeline-color-9.active .table__td,
.table__row.bg\:hover--timeline-color-9:hover .table__td {
  background-color: var(--sviby-color-timeline-color-9);
}
tr.bg--timeline-color-10 td, tr.bg--active--timeline-color-10.active td, tr.bg\:hover--timeline-color-10:hover td,
tr.bg--timeline-color-10 .table__td,
tr.bg--active--timeline-color-10.active .table__td,
tr.bg\:hover--timeline-color-10:hover .table__td,
.table__row.bg--timeline-color-10 td,
.table__row.bg--active--timeline-color-10.active td,
.table__row.bg\:hover--timeline-color-10:hover td,
.table__row.bg--timeline-color-10 .table__td,
.table__row.bg--active--timeline-color-10.active .table__td,
.table__row.bg\:hover--timeline-color-10:hover .table__td {
  background-color: var(--sviby-color-timeline-color-10);
}
tr.bg--museum-card td, tr.bg--active--museum-card.active td, tr.bg\:hover--museum-card:hover td,
tr.bg--museum-card .table__td,
tr.bg--active--museum-card.active .table__td,
tr.bg\:hover--museum-card:hover .table__td,
.table__row.bg--museum-card td,
.table__row.bg--active--museum-card.active td,
.table__row.bg\:hover--museum-card:hover td,
.table__row.bg--museum-card .table__td,
.table__row.bg--active--museum-card.active .table__td,
.table__row.bg\:hover--museum-card:hover .table__td {
  background-color: var(--sviby-color-museum-card);
}
tr.bg--base-primary td, tr.bg--active--base-primary.active td, tr.bg\:hover--base-primary:hover td,
tr.bg--base-primary .table__td,
tr.bg--active--base-primary.active .table__td,
tr.bg\:hover--base-primary:hover .table__td,
.table__row.bg--base-primary td,
.table__row.bg--active--base-primary.active td,
.table__row.bg\:hover--base-primary:hover td,
.table__row.bg--base-primary .table__td,
.table__row.bg--active--base-primary.active .table__td,
.table__row.bg\:hover--base-primary:hover .table__td {
  background-color: var(--sviby-color-base-primary);
}
tr.bg--base-bg td, tr.bg--active--base-bg.active td, tr.bg\:hover--base-bg:hover td,
tr.bg--base-bg .table__td,
tr.bg--active--base-bg.active .table__td,
tr.bg\:hover--base-bg:hover .table__td,
.table__row.bg--base-bg td,
.table__row.bg--active--base-bg.active td,
.table__row.bg\:hover--base-bg:hover td,
.table__row.bg--base-bg .table__td,
.table__row.bg--active--base-bg.active .table__td,
.table__row.bg\:hover--base-bg:hover .table__td {
  background-color: var(--sviby-color-base-bg);
}
tr.bg--base-dark td, tr.bg--active--base-dark.active td, tr.bg\:hover--base-dark:hover td,
tr.bg--base-dark .table__td,
tr.bg--active--base-dark.active .table__td,
tr.bg\:hover--base-dark:hover .table__td,
.table__row.bg--base-dark td,
.table__row.bg--active--base-dark.active td,
.table__row.bg\:hover--base-dark:hover td,
.table__row.bg--base-dark .table__td,
.table__row.bg--active--base-dark.active .table__td,
.table__row.bg\:hover--base-dark:hover .table__td {
  background-color: var(--sviby-color-base-dark);
}
tr.bg--white td, tr.bg--active--white.active td, tr.bg\:hover--white:hover td,
tr.bg--white .table__td,
tr.bg--active--white.active .table__td,
tr.bg\:hover--white:hover .table__td,
.table__row.bg--white td,
.table__row.bg--active--white.active td,
.table__row.bg\:hover--white:hover td,
.table__row.bg--white .table__td,
.table__row.bg--active--white.active .table__td,
.table__row.bg\:hover--white:hover .table__td {
  background-color: #fff;
  color: var(--sviby-color-text);
}
tr.bg--primary td, tr.bg--active--primary.active td, tr.bg\:hover--primary:hover td,
tr.bg--primary .table__td,
tr.bg--active--primary.active .table__td,
tr.bg\:hover--primary:hover .table__td,
.table__row.bg--primary td,
.table__row.bg--active--primary.active td,
.table__row.bg\:hover--primary:hover td,
.table__row.bg--primary .table__td,
.table__row.bg--active--primary.active .table__td,
.table__row.bg\:hover--primary:hover .table__td {
  background-color: var(--sviby-color-primary);
}
tr.bg--primary-medium-alt td, tr.bg--active--primary-medium-alt.active td, tr.bg\:hover--primary-medium-alt:hover td,
tr.bg--primary-medium-alt .table__td,
tr.bg--active--primary-medium-alt.active .table__td,
tr.bg\:hover--primary-medium-alt:hover .table__td,
.table__row.bg--primary-medium-alt td,
.table__row.bg--active--primary-medium-alt.active td,
.table__row.bg\:hover--primary-medium-alt:hover td,
.table__row.bg--primary-medium-alt .table__td,
.table__row.bg--active--primary-medium-alt.active .table__td,
.table__row.bg\:hover--primary-medium-alt:hover .table__td {
  background-color: var(--sviby-color-primary-medium-alt);
}
tr.bg--primary-medium td, tr.bg--active--primary-medium.active td, tr.bg\:hover--primary-medium:hover td,
tr.bg--primary-medium .table__td,
tr.bg--active--primary-medium.active .table__td,
tr.bg\:hover--primary-medium:hover .table__td,
.table__row.bg--primary-medium td,
.table__row.bg--active--primary-medium.active td,
.table__row.bg\:hover--primary-medium:hover td,
.table__row.bg--primary-medium .table__td,
.table__row.bg--active--primary-medium.active .table__td,
.table__row.bg\:hover--primary-medium:hover .table__td {
  background-color: var(--sviby-color-primary-medium);
}
tr.bg--primary-dark td, tr.bg--active--primary-dark.active td, tr.bg\:hover--primary-dark:hover td,
tr.bg--primary-dark .table__td,
tr.bg--active--primary-dark.active .table__td,
tr.bg\:hover--primary-dark:hover .table__td,
.table__row.bg--primary-dark td,
.table__row.bg--active--primary-dark.active td,
.table__row.bg\:hover--primary-dark:hover td,
.table__row.bg--primary-dark .table__td,
.table__row.bg--active--primary-dark.active .table__td,
.table__row.bg\:hover--primary-dark:hover .table__td {
  background-color: var(--sviby-color-primary-dark);
}
tr.bg--primary-light td, tr.bg--active--primary-light.active td, tr.bg\:hover--primary-light:hover td,
tr.bg--primary-light .table__td,
tr.bg--active--primary-light.active .table__td,
tr.bg\:hover--primary-light:hover .table__td,
.table__row.bg--primary-light td,
.table__row.bg--active--primary-light.active td,
.table__row.bg\:hover--primary-light:hover td,
.table__row.bg--primary-light .table__td,
.table__row.bg--active--primary-light.active .table__td,
.table__row.bg\:hover--primary-light:hover .table__td {
  background-color: var(--sviby-color-primary-light);
}
tr.bg--primary-vlight td, tr.bg--active--primary-vlight.active td, tr.bg\:hover--primary-vlight:hover td,
tr.bg--primary-vlight .table__td,
tr.bg--active--primary-vlight.active .table__td,
tr.bg\:hover--primary-vlight:hover .table__td,
.table__row.bg--primary-vlight td,
.table__row.bg--active--primary-vlight.active td,
.table__row.bg\:hover--primary-vlight:hover td,
.table__row.bg--primary-vlight .table__td,
.table__row.bg--active--primary-vlight.active .table__td,
.table__row.bg\:hover--primary-vlight:hover .table__td {
  background-color: var(--sviby-color-primary-vlight);
}
tr.bg--secondary td, tr.bg--active--secondary.active td, tr.bg\:hover--secondary:hover td,
tr.bg--secondary .table__td,
tr.bg--active--secondary.active .table__td,
tr.bg\:hover--secondary:hover .table__td,
.table__row.bg--secondary td,
.table__row.bg--active--secondary.active td,
.table__row.bg\:hover--secondary:hover td,
.table__row.bg--secondary .table__td,
.table__row.bg--active--secondary.active .table__td,
.table__row.bg\:hover--secondary:hover .table__td {
  background-color: var(--sviby-color-secondary);
}
tr.bg--dark td, tr.bg--active--dark.active td, tr.bg\:hover--dark:hover td,
tr.bg--dark .table__td,
tr.bg--active--dark.active .table__td,
tr.bg\:hover--dark:hover .table__td,
.table__row.bg--dark td,
.table__row.bg--active--dark.active td,
.table__row.bg\:hover--dark:hover td,
.table__row.bg--dark .table__td,
.table__row.bg--active--dark.active .table__td,
.table__row.bg\:hover--dark:hover .table__td {
  background: var(--sviby-color-dark);
  color: #fff;
}
tr.bg--light td, tr.bg--active--light.active td, tr.bg\:hover--light:hover td,
tr.bg--light .table__td,
tr.bg--active--light.active .table__td,
tr.bg\:hover--light:hover .table__td,
.table__row.bg--light td,
.table__row.bg--active--light.active td,
.table__row.bg\:hover--light:hover td,
.table__row.bg--light .table__td,
.table__row.bg--active--light.active .table__td,
.table__row.bg\:hover--light:hover .table__td {
  background-color: var(--sviby-color-light);
}
tr.bg--disabled td, tr.bg--active--disabled.active td, tr.bg\:hover--disabled:hover td,
tr.bg--disabled .table__td,
tr.bg--active--disabled.active .table__td,
tr.bg\:hover--disabled:hover .table__td,
.table__row.bg--disabled td,
.table__row.bg--active--disabled.active td,
.table__row.bg\:hover--disabled:hover td,
.table__row.bg--disabled .table__td,
.table__row.bg--active--disabled.active .table__td,
.table__row.bg\:hover--disabled:hover .table__td {
  background-color: var(--sviby-color-disabled);
}
tr.bg--disabled-text td, tr.bg--active--disabled-text.active td, tr.bg\:hover--disabled-text:hover td,
tr.bg--disabled-text .table__td,
tr.bg--active--disabled-text.active .table__td,
tr.bg\:hover--disabled-text:hover .table__td,
.table__row.bg--disabled-text td,
.table__row.bg--active--disabled-text.active td,
.table__row.bg\:hover--disabled-text:hover td,
.table__row.bg--disabled-text .table__td,
.table__row.bg--active--disabled-text.active .table__td,
.table__row.bg\:hover--disabled-text:hover .table__td {
  background-color: var(--sviby-color-disabled-text);
}
tr.bg--border td, tr.bg--active--border.active td, tr.bg\:hover--border:hover td,
tr.bg--border .table__td,
tr.bg--active--border.active .table__td,
tr.bg\:hover--border:hover .table__td,
.table__row.bg--border td,
.table__row.bg--active--border.active td,
.table__row.bg\:hover--border:hover td,
.table__row.bg--border .table__td,
.table__row.bg--active--border.active .table__td,
.table__row.bg\:hover--border:hover .table__td {
  background-color: var(--sviby-color-border);
}
tr.bg--border-hover td, tr.bg--active--border-hover.active td, tr.bg\:hover--border-hover:hover td,
tr.bg--border-hover .table__td,
tr.bg--active--border-hover.active .table__td,
tr.bg\:hover--border-hover:hover .table__td,
.table__row.bg--border-hover td,
.table__row.bg--active--border-hover.active td,
.table__row.bg\:hover--border-hover:hover td,
.table__row.bg--border-hover .table__td,
.table__row.bg--active--border-hover.active .table__td,
.table__row.bg\:hover--border-hover:hover .table__td {
  background-color: var(--sviby-color-border-hover);
}
tr.bg--border-focus td, tr.bg--active--border-focus.active td, tr.bg\:hover--border-focus:hover td,
tr.bg--border-focus .table__td,
tr.bg--active--border-focus.active .table__td,
tr.bg\:hover--border-focus:hover .table__td,
.table__row.bg--border-focus td,
.table__row.bg--active--border-focus.active td,
.table__row.bg\:hover--border-focus:hover td,
.table__row.bg--border-focus .table__td,
.table__row.bg--active--border-focus.active .table__td,
.table__row.bg\:hover--border-focus:hover .table__td {
  background-color: var(--sviby-color-border-focus);
}
tr.bg--border-dark td, tr.bg--active--border-dark.active td, tr.bg\:hover--border-dark:hover td,
tr.bg--border-dark .table__td,
tr.bg--active--border-dark.active .table__td,
tr.bg\:hover--border-dark:hover .table__td,
.table__row.bg--border-dark td,
.table__row.bg--active--border-dark.active td,
.table__row.bg\:hover--border-dark:hover td,
.table__row.bg--border-dark .table__td,
.table__row.bg--active--border-dark.active .table__td,
.table__row.bg\:hover--border-dark:hover .table__td {
  background-color: var(--sviby-color-border-dark);
}
tr.bg--text td, tr.bg--active--text.active td, tr.bg\:hover--text:hover td,
tr.bg--text .table__td,
tr.bg--active--text.active .table__td,
tr.bg\:hover--text:hover .table__td,
.table__row.bg--text td,
.table__row.bg--active--text.active td,
.table__row.bg\:hover--text:hover td,
.table__row.bg--text .table__td,
.table__row.bg--active--text.active .table__td,
.table__row.bg\:hover--text:hover .table__td {
  background-color: var(--sviby-color-text);
}
tr.bg--text-muted td, tr.bg--active--text-muted.active td, tr.bg\:hover--text-muted:hover td,
tr.bg--text-muted .table__td,
tr.bg--active--text-muted.active .table__td,
tr.bg\:hover--text-muted:hover .table__td,
.table__row.bg--text-muted td,
.table__row.bg--active--text-muted.active td,
.table__row.bg\:hover--text-muted:hover td,
.table__row.bg--text-muted .table__td,
.table__row.bg--active--text-muted.active .table__td,
.table__row.bg\:hover--text-muted:hover .table__td {
  background-color: var(--sviby-color-text-muted);
}
tr.bg--link td, tr.bg--active--link.active td, tr.bg\:hover--link:hover td,
tr.bg--link .table__td,
tr.bg--active--link.active .table__td,
tr.bg\:hover--link:hover .table__td,
.table__row.bg--link td,
.table__row.bg--active--link.active td,
.table__row.bg\:hover--link:hover td,
.table__row.bg--link .table__td,
.table__row.bg--active--link.active .table__td,
.table__row.bg\:hover--link:hover .table__td {
  background-color: var(--sviby-color-link);
}
tr.bg--input-border td, tr.bg--active--input-border.active td, tr.bg\:hover--input-border:hover td,
tr.bg--input-border .table__td,
tr.bg--active--input-border.active .table__td,
tr.bg\:hover--input-border:hover .table__td,
.table__row.bg--input-border td,
.table__row.bg--active--input-border.active td,
.table__row.bg\:hover--input-border:hover td,
.table__row.bg--input-border .table__td,
.table__row.bg--active--input-border.active .table__td,
.table__row.bg\:hover--input-border:hover .table__td {
  background-color: var(--sviby-color-input-border);
}
tr.bg--input-border-hover td, tr.bg--active--input-border-hover.active td, tr.bg\:hover--input-border-hover:hover td,
tr.bg--input-border-hover .table__td,
tr.bg--active--input-border-hover.active .table__td,
tr.bg\:hover--input-border-hover:hover .table__td,
.table__row.bg--input-border-hover td,
.table__row.bg--active--input-border-hover.active td,
.table__row.bg\:hover--input-border-hover:hover td,
.table__row.bg--input-border-hover .table__td,
.table__row.bg--active--input-border-hover.active .table__td,
.table__row.bg\:hover--input-border-hover:hover .table__td {
  background-color: var(--sviby-color-input-border-hover);
}
tr.bg--input-border-focus td, tr.bg--active--input-border-focus.active td, tr.bg\:hover--input-border-focus:hover td,
tr.bg--input-border-focus .table__td,
tr.bg--active--input-border-focus.active .table__td,
tr.bg\:hover--input-border-focus:hover .table__td,
.table__row.bg--input-border-focus td,
.table__row.bg--active--input-border-focus.active td,
.table__row.bg\:hover--input-border-focus:hover td,
.table__row.bg--input-border-focus .table__td,
.table__row.bg--active--input-border-focus.active .table__td,
.table__row.bg\:hover--input-border-focus:hover .table__td {
  background-color: var(--sviby-color-input-border-focus);
}
tr.bg--input-bg td, tr.bg--active--input-bg.active td, tr.bg\:hover--input-bg:hover td,
tr.bg--input-bg .table__td,
tr.bg--active--input-bg.active .table__td,
tr.bg\:hover--input-bg:hover .table__td,
.table__row.bg--input-bg td,
.table__row.bg--active--input-bg.active td,
.table__row.bg\:hover--input-bg:hover td,
.table__row.bg--input-bg .table__td,
.table__row.bg--active--input-bg.active .table__td,
.table__row.bg\:hover--input-bg:hover .table__td {
  background-color: var(--sviby-color-input-bg);
}
tr.bg--input-bg-hover td, tr.bg--active--input-bg-hover.active td, tr.bg\:hover--input-bg-hover:hover td,
tr.bg--input-bg-hover .table__td,
tr.bg--active--input-bg-hover.active .table__td,
tr.bg\:hover--input-bg-hover:hover .table__td,
.table__row.bg--input-bg-hover td,
.table__row.bg--active--input-bg-hover.active td,
.table__row.bg\:hover--input-bg-hover:hover td,
.table__row.bg--input-bg-hover .table__td,
.table__row.bg--active--input-bg-hover.active .table__td,
.table__row.bg\:hover--input-bg-hover:hover .table__td {
  background-color: var(--sviby-color-input-bg-hover);
}
tr.bg--input-bg-disabled td, tr.bg--active--input-bg-disabled.active td, tr.bg\:hover--input-bg-disabled:hover td,
tr.bg--input-bg-disabled .table__td,
tr.bg--active--input-bg-disabled.active .table__td,
tr.bg\:hover--input-bg-disabled:hover .table__td,
.table__row.bg--input-bg-disabled td,
.table__row.bg--active--input-bg-disabled.active td,
.table__row.bg\:hover--input-bg-disabled:hover td,
.table__row.bg--input-bg-disabled .table__td,
.table__row.bg--active--input-bg-disabled.active .table__td,
.table__row.bg\:hover--input-bg-disabled:hover .table__td {
  background-color: var(--sviby-color-input-bg-disabled);
}
tr.bg--input-bg-focus td, tr.bg--active--input-bg-focus.active td, tr.bg\:hover--input-bg-focus:hover td,
tr.bg--input-bg-focus .table__td,
tr.bg--active--input-bg-focus.active .table__td,
tr.bg\:hover--input-bg-focus:hover .table__td,
.table__row.bg--input-bg-focus td,
.table__row.bg--active--input-bg-focus.active td,
.table__row.bg\:hover--input-bg-focus:hover td,
.table__row.bg--input-bg-focus .table__td,
.table__row.bg--active--input-bg-focus.active .table__td,
.table__row.bg\:hover--input-bg-focus:hover .table__td {
  background-color: var(--sviby-color-input-bg-focus);
}
tr.bg--table-header td, tr.bg--active--table-header.active td, tr.bg\:hover--table-header:hover td,
tr.bg--table-header .table__td,
tr.bg--active--table-header.active .table__td,
tr.bg\:hover--table-header:hover .table__td,
.table__row.bg--table-header td,
.table__row.bg--active--table-header.active td,
.table__row.bg\:hover--table-header:hover td,
.table__row.bg--table-header .table__td,
.table__row.bg--active--table-header.active .table__td,
.table__row.bg\:hover--table-header:hover .table__td {
  background-color: var(--sviby-color-table-header);
}
tr.bg--table-secondary-header td, tr.bg--active--table-secondary-header.active td, tr.bg\:hover--table-secondary-header:hover td,
tr.bg--table-secondary-header .table__td,
tr.bg--active--table-secondary-header.active .table__td,
tr.bg\:hover--table-secondary-header:hover .table__td,
.table__row.bg--table-secondary-header td,
.table__row.bg--active--table-secondary-header.active td,
.table__row.bg\:hover--table-secondary-header:hover td,
.table__row.bg--table-secondary-header .table__td,
.table__row.bg--active--table-secondary-header.active .table__td,
.table__row.bg\:hover--table-secondary-header:hover .table__td {
  background-color: var(--sviby-color-table-secondary-header);
}
tr.bg--table-footer td, tr.bg--active--table-footer.active td, tr.bg\:hover--table-footer:hover td,
tr.bg--table-footer .table__td,
tr.bg--active--table-footer.active .table__td,
tr.bg\:hover--table-footer:hover .table__td,
.table__row.bg--table-footer td,
.table__row.bg--active--table-footer.active td,
.table__row.bg\:hover--table-footer:hover td,
.table__row.bg--table-footer .table__td,
.table__row.bg--active--table-footer.active .table__td,
.table__row.bg\:hover--table-footer:hover .table__td {
  background-color: var(--sviby-color-table-footer);
}
tr.bg--table-total td, tr.bg--active--table-total.active td, tr.bg\:hover--table-total:hover td,
tr.bg--table-total .table__td,
tr.bg--active--table-total.active .table__td,
tr.bg\:hover--table-total:hover .table__td,
.table__row.bg--table-total td,
.table__row.bg--active--table-total.active td,
.table__row.bg\:hover--table-total:hover td,
.table__row.bg--table-total .table__td,
.table__row.bg--active--table-total.active .table__td,
.table__row.bg\:hover--table-total:hover .table__td {
  background-color: var(--sviby-color-table-total);
}
tr.bg--table-row-hover td, tr.bg--active--table-row-hover.active td, tr.bg\:hover--table-row-hover:hover td,
tr.bg--table-row-hover .table__td,
tr.bg--active--table-row-hover.active .table__td,
tr.bg\:hover--table-row-hover:hover .table__td,
.table__row.bg--table-row-hover td,
.table__row.bg--active--table-row-hover.active td,
.table__row.bg\:hover--table-row-hover:hover td,
.table__row.bg--table-row-hover .table__td,
.table__row.bg--active--table-row-hover.active .table__td,
.table__row.bg\:hover--table-row-hover:hover .table__td {
  background-color: var(--sviby-color-table-row-hover);
}
tr.bg--draft td, tr.bg--active--draft.active td, tr.bg\:hover--draft:hover td,
tr.bg--draft .table__td,
tr.bg--active--draft.active .table__td,
tr.bg\:hover--draft:hover .table__td,
.table__row.bg--draft td,
.table__row.bg--active--draft.active td,
.table__row.bg\:hover--draft:hover td,
.table__row.bg--draft .table__td,
.table__row.bg--active--draft.active .table__td,
.table__row.bg\:hover--draft:hover .table__td {
  background-color: var(--sviby-color-draft);
}
tr.bg--error td, tr.bg--active--error.active td, tr.bg\:hover--error:hover td,
tr.bg--error .table__td,
tr.bg--active--error.active .table__td,
tr.bg\:hover--error:hover .table__td,
.table__row.bg--error td,
.table__row.bg--active--error.active td,
.table__row.bg\:hover--error:hover td,
.table__row.bg--error .table__td,
.table__row.bg--active--error.active .table__td,
.table__row.bg\:hover--error:hover .table__td {
  background-color: var(--sviby-color-error);
}
tr.bg--success td, tr.bg--active--success.active td, tr.bg\:hover--success:hover td,
tr.bg--success .table__td,
tr.bg--active--success.active .table__td,
tr.bg\:hover--success:hover .table__td,
.table__row.bg--success td,
.table__row.bg--active--success.active td,
.table__row.bg\:hover--success:hover td,
.table__row.bg--success .table__td,
.table__row.bg--active--success.active .table__td,
.table__row.bg\:hover--success:hover .table__td {
  background-color: var(--sviby-color-success);
}
tr.bg--declined td, tr.bg--active--declined.active td, tr.bg\:hover--declined:hover td,
tr.bg--declined .table__td,
tr.bg--active--declined.active .table__td,
tr.bg\:hover--declined:hover .table__td,
.table__row.bg--declined td,
.table__row.bg--active--declined.active td,
.table__row.bg\:hover--declined:hover td,
.table__row.bg--declined .table__td,
.table__row.bg--active--declined.active .table__td,
.table__row.bg\:hover--declined:hover .table__td {
  background-color: var(--sviby-color-declined);
}
tr.bg--protected td, tr.bg--active--protected.active td, tr.bg\:hover--protected:hover td,
tr.bg--protected .table__td,
tr.bg--active--protected.active .table__td,
tr.bg\:hover--protected:hover .table__td,
.table__row.bg--protected td,
.table__row.bg--active--protected.active td,
.table__row.bg\:hover--protected:hover td,
.table__row.bg--protected .table__td,
.table__row.bg--active--protected.active .table__td,
.table__row.bg\:hover--protected:hover .table__td {
  background-color: var(--sviby-color-protected);
}
tr.bg--awaiting td, tr.bg--active--awaiting.active td, tr.bg\:hover--awaiting:hover td,
tr.bg--awaiting .table__td,
tr.bg--active--awaiting.active .table__td,
tr.bg\:hover--awaiting:hover .table__td,
.table__row.bg--awaiting td,
.table__row.bg--active--awaiting.active td,
.table__row.bg\:hover--awaiting:hover td,
.table__row.bg--awaiting .table__td,
.table__row.bg--active--awaiting.active .table__td,
.table__row.bg\:hover--awaiting:hover .table__td {
  background-color: var(--sviby-color-awaiting);
}
tr.bg--ended td, tr.bg--active--ended.active td, tr.bg\:hover--ended:hover td,
tr.bg--ended .table__td,
tr.bg--active--ended.active .table__td,
tr.bg\:hover--ended:hover .table__td,
.table__row.bg--ended td,
.table__row.bg--active--ended.active td,
.table__row.bg\:hover--ended:hover td,
.table__row.bg--ended .table__td,
.table__row.bg--active--ended.active .table__td,
.table__row.bg\:hover--ended:hover .table__td {
  background-color: var(--sviby-color-ended);
}
tr.bg--active td, tr.bg--active--active.active td, tr.bg\:hover--active:hover td,
tr.bg--active .table__td,
tr.bg--active--active.active .table__td,
tr.bg\:hover--active:hover .table__td,
.table__row.bg--active td,
.table__row.bg--active--active.active td,
.table__row.bg\:hover--active:hover td,
.table__row.bg--active .table__td,
.table__row.bg--active--active.active .table__td,
.table__row.bg\:hover--active:hover .table__td {
  background-color: var(--sviby-color-active);
}
tr.bg--bg td, tr.bg--active--bg.active td, tr.bg\:hover--bg:hover td,
tr.bg--bg .table__td,
tr.bg--active--bg.active .table__td,
tr.bg\:hover--bg:hover .table__td,
.table__row.bg--bg td,
.table__row.bg--active--bg.active td,
.table__row.bg\:hover--bg:hover td,
.table__row.bg--bg .table__td,
.table__row.bg--active--bg.active .table__td,
.table__row.bg\:hover--bg:hover .table__td {
  background-color: var(--sviby-color-bg);
}
tr.bg--bg-alt td, tr.bg--active--bg-alt.active td, tr.bg\:hover--bg-alt:hover td,
tr.bg--bg-alt .table__td,
tr.bg--active--bg-alt.active .table__td,
tr.bg\:hover--bg-alt:hover .table__td,
.table__row.bg--bg-alt td,
.table__row.bg--active--bg-alt.active td,
.table__row.bg\:hover--bg-alt:hover td,
.table__row.bg--bg-alt .table__td,
.table__row.bg--active--bg-alt.active .table__td,
.table__row.bg\:hover--bg-alt:hover .table__td {
  background-color: var(--sviby-color-bg-alt);
}
tr.bg--bg-light td, tr.bg--active--bg-light.active td, tr.bg\:hover--bg-light:hover td,
tr.bg--bg-light .table__td,
tr.bg--active--bg-light.active .table__td,
tr.bg\:hover--bg-light:hover .table__td,
.table__row.bg--bg-light td,
.table__row.bg--active--bg-light.active td,
.table__row.bg\:hover--bg-light:hover td,
.table__row.bg--bg-light .table__td,
.table__row.bg--active--bg-light.active .table__td,
.table__row.bg\:hover--bg-light:hover .table__td {
  background-color: var(--sviby-color-bg-light);
}
tr.bg--bg-light-alt td, tr.bg--active--bg-light-alt.active td, tr.bg\:hover--bg-light-alt:hover td,
tr.bg--bg-light-alt .table__td,
tr.bg--active--bg-light-alt.active .table__td,
tr.bg\:hover--bg-light-alt:hover .table__td,
.table__row.bg--bg-light-alt td,
.table__row.bg--active--bg-light-alt.active td,
.table__row.bg\:hover--bg-light-alt:hover td,
.table__row.bg--bg-light-alt .table__td,
.table__row.bg--active--bg-light-alt.active .table__td,
.table__row.bg\:hover--bg-light-alt:hover .table__td {
  background-color: var(--sviby-color-bg-light-alt);
}
tr.bg--bg-error td, tr.bg--active--bg-error.active td, tr.bg\:hover--bg-error:hover td,
tr.bg--bg-error .table__td,
tr.bg--active--bg-error.active .table__td,
tr.bg\:hover--bg-error:hover .table__td,
.table__row.bg--bg-error td,
.table__row.bg--active--bg-error.active td,
.table__row.bg\:hover--bg-error:hover td,
.table__row.bg--bg-error .table__td,
.table__row.bg--active--bg-error.active .table__td,
.table__row.bg\:hover--bg-error:hover .table__td {
  background-color: var(--sviby-color-bg-error);
}
tr.bg--bg-warning td, tr.bg--active--bg-warning.active td, tr.bg\:hover--bg-warning:hover td,
tr.bg--bg-warning .table__td,
tr.bg--active--bg-warning.active .table__td,
tr.bg\:hover--bg-warning:hover .table__td,
.table__row.bg--bg-warning td,
.table__row.bg--active--bg-warning.active td,
.table__row.bg\:hover--bg-warning:hover td,
.table__row.bg--bg-warning .table__td,
.table__row.bg--active--bg-warning.active .table__td,
.table__row.bg\:hover--bg-warning:hover .table__td {
  background-color: var(--sviby-color-bg-warning);
}
tr.bg--bg-notice td, tr.bg--active--bg-notice.active td, tr.bg\:hover--bg-notice:hover td,
tr.bg--bg-notice .table__td,
tr.bg--active--bg-notice.active .table__td,
tr.bg\:hover--bg-notice:hover .table__td,
.table__row.bg--bg-notice td,
.table__row.bg--active--bg-notice.active td,
.table__row.bg\:hover--bg-notice:hover td,
.table__row.bg--bg-notice .table__td,
.table__row.bg--active--bg-notice.active .table__td,
.table__row.bg\:hover--bg-notice:hover .table__td {
  background-color: var(--sviby-color-bg-notice);
}
tr.bg--bg-success td, tr.bg--active--bg-success.active td, tr.bg\:hover--bg-success:hover td,
tr.bg--bg-success .table__td,
tr.bg--active--bg-success.active .table__td,
tr.bg\:hover--bg-success:hover .table__td,
.table__row.bg--bg-success td,
.table__row.bg--active--bg-success.active td,
.table__row.bg\:hover--bg-success:hover td,
.table__row.bg--bg-success .table__td,
.table__row.bg--active--bg-success.active .table__td,
.table__row.bg\:hover--bg-success:hover .table__td {
  background-color: var(--sviby-color-bg-success);
}
tr.bg--view-background td, tr.bg--active--view-background.active td, tr.bg\:hover--view-background:hover td,
tr.bg--view-background .table__td,
tr.bg--active--view-background.active .table__td,
tr.bg\:hover--view-background:hover .table__td,
.table__row.bg--view-background td,
.table__row.bg--active--view-background.active td,
.table__row.bg\:hover--view-background:hover td,
.table__row.bg--view-background .table__td,
.table__row.bg--active--view-background.active .table__td,
.table__row.bg\:hover--view-background:hover .table__td {
  background-color: var(--sviby-color-view-background);
}
tr.bg--blue td, tr.bg--active--blue.active td, tr.bg\:hover--blue:hover td,
tr.bg--blue .table__td,
tr.bg--active--blue.active .table__td,
tr.bg\:hover--blue:hover .table__td,
.table__row.bg--blue td,
.table__row.bg--active--blue.active td,
.table__row.bg\:hover--blue:hover td,
.table__row.bg--blue .table__td,
.table__row.bg--active--blue.active .table__td,
.table__row.bg\:hover--blue:hover .table__td {
  background-color: var(--sviby-color-blue);
}
tr.bg--blue-vlight td, tr.bg--active--blue-vlight.active td, tr.bg\:hover--blue-vlight:hover td,
tr.bg--blue-vlight .table__td,
tr.bg--active--blue-vlight.active .table__td,
tr.bg\:hover--blue-vlight:hover .table__td,
.table__row.bg--blue-vlight td,
.table__row.bg--active--blue-vlight.active td,
.table__row.bg\:hover--blue-vlight:hover td,
.table__row.bg--blue-vlight .table__td,
.table__row.bg--active--blue-vlight.active .table__td,
.table__row.bg\:hover--blue-vlight:hover .table__td {
  background-color: var(--sviby-color-blue-vlight);
}
tr.bg--blue-light td, tr.bg--active--blue-light.active td, tr.bg\:hover--blue-light:hover td,
tr.bg--blue-light .table__td,
tr.bg--active--blue-light.active .table__td,
tr.bg\:hover--blue-light:hover .table__td,
.table__row.bg--blue-light td,
.table__row.bg--active--blue-light.active td,
.table__row.bg\:hover--blue-light:hover td,
.table__row.bg--blue-light .table__td,
.table__row.bg--active--blue-light.active .table__td,
.table__row.bg\:hover--blue-light:hover .table__td {
  background-color: var(--sviby-color-blue-light);
}
tr.bg--blue-medium td, tr.bg--active--blue-medium.active td, tr.bg\:hover--blue-medium:hover td,
tr.bg--blue-medium .table__td,
tr.bg--active--blue-medium.active .table__td,
tr.bg\:hover--blue-medium:hover .table__td,
.table__row.bg--blue-medium td,
.table__row.bg--active--blue-medium.active td,
.table__row.bg\:hover--blue-medium:hover td,
.table__row.bg--blue-medium .table__td,
.table__row.bg--active--blue-medium.active .table__td,
.table__row.bg\:hover--blue-medium:hover .table__td {
  background-color: var(--sviby-color-blue-medium);
}
tr.bg--blue-dark td, tr.bg--active--blue-dark.active td, tr.bg\:hover--blue-dark:hover td,
tr.bg--blue-dark .table__td,
tr.bg--active--blue-dark.active .table__td,
tr.bg\:hover--blue-dark:hover .table__td,
.table__row.bg--blue-dark td,
.table__row.bg--active--blue-dark.active td,
.table__row.bg\:hover--blue-dark:hover td,
.table__row.bg--blue-dark .table__td,
.table__row.bg--active--blue-dark.active .table__td,
.table__row.bg\:hover--blue-dark:hover .table__td {
  background-color: var(--sviby-color-blue-dark);
}
tr.bg--teal td, tr.bg--active--teal.active td, tr.bg\:hover--teal:hover td,
tr.bg--teal .table__td,
tr.bg--active--teal.active .table__td,
tr.bg\:hover--teal:hover .table__td,
.table__row.bg--teal td,
.table__row.bg--active--teal.active td,
.table__row.bg\:hover--teal:hover td,
.table__row.bg--teal .table__td,
.table__row.bg--active--teal.active .table__td,
.table__row.bg\:hover--teal:hover .table__td {
  background-color: var(--sviby-color-teal);
}
tr.bg--teal-vlight td, tr.bg--active--teal-vlight.active td, tr.bg\:hover--teal-vlight:hover td,
tr.bg--teal-vlight .table__td,
tr.bg--active--teal-vlight.active .table__td,
tr.bg\:hover--teal-vlight:hover .table__td,
.table__row.bg--teal-vlight td,
.table__row.bg--active--teal-vlight.active td,
.table__row.bg\:hover--teal-vlight:hover td,
.table__row.bg--teal-vlight .table__td,
.table__row.bg--active--teal-vlight.active .table__td,
.table__row.bg\:hover--teal-vlight:hover .table__td {
  background-color: var(--sviby-color-teal-vlight);
}
tr.bg--teal-light td, tr.bg--active--teal-light.active td, tr.bg\:hover--teal-light:hover td,
tr.bg--teal-light .table__td,
tr.bg--active--teal-light.active .table__td,
tr.bg\:hover--teal-light:hover .table__td,
.table__row.bg--teal-light td,
.table__row.bg--active--teal-light.active td,
.table__row.bg\:hover--teal-light:hover td,
.table__row.bg--teal-light .table__td,
.table__row.bg--active--teal-light.active .table__td,
.table__row.bg\:hover--teal-light:hover .table__td {
  background-color: var(--sviby-color-teal-light);
}
tr.bg--teal-medium td, tr.bg--active--teal-medium.active td, tr.bg\:hover--teal-medium:hover td,
tr.bg--teal-medium .table__td,
tr.bg--active--teal-medium.active .table__td,
tr.bg\:hover--teal-medium:hover .table__td,
.table__row.bg--teal-medium td,
.table__row.bg--active--teal-medium.active td,
.table__row.bg\:hover--teal-medium:hover td,
.table__row.bg--teal-medium .table__td,
.table__row.bg--active--teal-medium.active .table__td,
.table__row.bg\:hover--teal-medium:hover .table__td {
  background-color: var(--sviby-color-teal-medium);
}
tr.bg--teal-dark td, tr.bg--active--teal-dark.active td, tr.bg\:hover--teal-dark:hover td,
tr.bg--teal-dark .table__td,
tr.bg--active--teal-dark.active .table__td,
tr.bg\:hover--teal-dark:hover .table__td,
.table__row.bg--teal-dark td,
.table__row.bg--active--teal-dark.active td,
.table__row.bg\:hover--teal-dark:hover td,
.table__row.bg--teal-dark .table__td,
.table__row.bg--active--teal-dark.active .table__td,
.table__row.bg\:hover--teal-dark:hover .table__td {
  background-color: var(--sviby-color-teal-dark);
}
tr.bg--yellow td, tr.bg--active--yellow.active td, tr.bg\:hover--yellow:hover td,
tr.bg--yellow .table__td,
tr.bg--active--yellow.active .table__td,
tr.bg\:hover--yellow:hover .table__td,
.table__row.bg--yellow td,
.table__row.bg--active--yellow.active td,
.table__row.bg\:hover--yellow:hover td,
.table__row.bg--yellow .table__td,
.table__row.bg--active--yellow.active .table__td,
.table__row.bg\:hover--yellow:hover .table__td {
  background-color: var(--sviby-color-yellow);
}
tr.bg--yellow-vlight td, tr.bg--active--yellow-vlight.active td, tr.bg\:hover--yellow-vlight:hover td,
tr.bg--yellow-vlight .table__td,
tr.bg--active--yellow-vlight.active .table__td,
tr.bg\:hover--yellow-vlight:hover .table__td,
.table__row.bg--yellow-vlight td,
.table__row.bg--active--yellow-vlight.active td,
.table__row.bg\:hover--yellow-vlight:hover td,
.table__row.bg--yellow-vlight .table__td,
.table__row.bg--active--yellow-vlight.active .table__td,
.table__row.bg\:hover--yellow-vlight:hover .table__td {
  background-color: var(--sviby-color-yellow-vlight);
}
tr.bg--yellow-light td, tr.bg--active--yellow-light.active td, tr.bg\:hover--yellow-light:hover td,
tr.bg--yellow-light .table__td,
tr.bg--active--yellow-light.active .table__td,
tr.bg\:hover--yellow-light:hover .table__td,
.table__row.bg--yellow-light td,
.table__row.bg--active--yellow-light.active td,
.table__row.bg\:hover--yellow-light:hover td,
.table__row.bg--yellow-light .table__td,
.table__row.bg--active--yellow-light.active .table__td,
.table__row.bg\:hover--yellow-light:hover .table__td {
  background-color: var(--sviby-color-yellow-light);
}
tr.bg--yellow-medium td, tr.bg--active--yellow-medium.active td, tr.bg\:hover--yellow-medium:hover td,
tr.bg--yellow-medium .table__td,
tr.bg--active--yellow-medium.active .table__td,
tr.bg\:hover--yellow-medium:hover .table__td,
.table__row.bg--yellow-medium td,
.table__row.bg--active--yellow-medium.active td,
.table__row.bg\:hover--yellow-medium:hover td,
.table__row.bg--yellow-medium .table__td,
.table__row.bg--active--yellow-medium.active .table__td,
.table__row.bg\:hover--yellow-medium:hover .table__td {
  background-color: var(--sviby-color-yellow-medium);
}
tr.bg--yellow-dark td, tr.bg--active--yellow-dark.active td, tr.bg\:hover--yellow-dark:hover td,
tr.bg--yellow-dark .table__td,
tr.bg--active--yellow-dark.active .table__td,
tr.bg\:hover--yellow-dark:hover .table__td,
.table__row.bg--yellow-dark td,
.table__row.bg--active--yellow-dark.active td,
.table__row.bg\:hover--yellow-dark:hover td,
.table__row.bg--yellow-dark .table__td,
.table__row.bg--active--yellow-dark.active .table__td,
.table__row.bg\:hover--yellow-dark:hover .table__td {
  background-color: var(--sviby-color-yellow-dark);
}
tr.bg--red td, tr.bg--active--red.active td, tr.bg\:hover--red:hover td,
tr.bg--red .table__td,
tr.bg--active--red.active .table__td,
tr.bg\:hover--red:hover .table__td,
.table__row.bg--red td,
.table__row.bg--active--red.active td,
.table__row.bg\:hover--red:hover td,
.table__row.bg--red .table__td,
.table__row.bg--active--red.active .table__td,
.table__row.bg\:hover--red:hover .table__td {
  background-color: var(--sviby-color-red);
}
tr.bg--red-vlight td, tr.bg--active--red-vlight.active td, tr.bg\:hover--red-vlight:hover td,
tr.bg--red-vlight .table__td,
tr.bg--active--red-vlight.active .table__td,
tr.bg\:hover--red-vlight:hover .table__td,
.table__row.bg--red-vlight td,
.table__row.bg--active--red-vlight.active td,
.table__row.bg\:hover--red-vlight:hover td,
.table__row.bg--red-vlight .table__td,
.table__row.bg--active--red-vlight.active .table__td,
.table__row.bg\:hover--red-vlight:hover .table__td {
  background-color: var(--sviby-color-red-vlight);
}
tr.bg--red-light td, tr.bg--active--red-light.active td, tr.bg\:hover--red-light:hover td,
tr.bg--red-light .table__td,
tr.bg--active--red-light.active .table__td,
tr.bg\:hover--red-light:hover .table__td,
.table__row.bg--red-light td,
.table__row.bg--active--red-light.active td,
.table__row.bg\:hover--red-light:hover td,
.table__row.bg--red-light .table__td,
.table__row.bg--active--red-light.active .table__td,
.table__row.bg\:hover--red-light:hover .table__td {
  background-color: var(--sviby-color-red-light);
}
tr.bg--red-medium td, tr.bg--active--red-medium.active td, tr.bg\:hover--red-medium:hover td,
tr.bg--red-medium .table__td,
tr.bg--active--red-medium.active .table__td,
tr.bg\:hover--red-medium:hover .table__td,
.table__row.bg--red-medium td,
.table__row.bg--active--red-medium.active td,
.table__row.bg\:hover--red-medium:hover td,
.table__row.bg--red-medium .table__td,
.table__row.bg--active--red-medium.active .table__td,
.table__row.bg\:hover--red-medium:hover .table__td {
  background-color: var(--sviby-color-red-medium);
}
tr.bg--red-dark td, tr.bg--active--red-dark.active td, tr.bg\:hover--red-dark:hover td,
tr.bg--red-dark .table__td,
tr.bg--active--red-dark.active .table__td,
tr.bg\:hover--red-dark:hover .table__td,
.table__row.bg--red-dark td,
.table__row.bg--active--red-dark.active td,
.table__row.bg\:hover--red-dark:hover td,
.table__row.bg--red-dark .table__td,
.table__row.bg--active--red-dark.active .table__td,
.table__row.bg\:hover--red-dark:hover .table__td {
  background-color: var(--sviby-color-red-dark);
}
tr.bg--magenta td, tr.bg--active--magenta.active td, tr.bg\:hover--magenta:hover td,
tr.bg--magenta .table__td,
tr.bg--active--magenta.active .table__td,
tr.bg\:hover--magenta:hover .table__td,
.table__row.bg--magenta td,
.table__row.bg--active--magenta.active td,
.table__row.bg\:hover--magenta:hover td,
.table__row.bg--magenta .table__td,
.table__row.bg--active--magenta.active .table__td,
.table__row.bg\:hover--magenta:hover .table__td {
  background-color: var(--sviby-color-magenta);
}
tr.bg--magenta-vlight td, tr.bg--active--magenta-vlight.active td, tr.bg\:hover--magenta-vlight:hover td,
tr.bg--magenta-vlight .table__td,
tr.bg--active--magenta-vlight.active .table__td,
tr.bg\:hover--magenta-vlight:hover .table__td,
.table__row.bg--magenta-vlight td,
.table__row.bg--active--magenta-vlight.active td,
.table__row.bg\:hover--magenta-vlight:hover td,
.table__row.bg--magenta-vlight .table__td,
.table__row.bg--active--magenta-vlight.active .table__td,
.table__row.bg\:hover--magenta-vlight:hover .table__td {
  background-color: var(--sviby-color-magenta-vlight);
}
tr.bg--magenta-light td, tr.bg--active--magenta-light.active td, tr.bg\:hover--magenta-light:hover td,
tr.bg--magenta-light .table__td,
tr.bg--active--magenta-light.active .table__td,
tr.bg\:hover--magenta-light:hover .table__td,
.table__row.bg--magenta-light td,
.table__row.bg--active--magenta-light.active td,
.table__row.bg\:hover--magenta-light:hover td,
.table__row.bg--magenta-light .table__td,
.table__row.bg--active--magenta-light.active .table__td,
.table__row.bg\:hover--magenta-light:hover .table__td {
  background-color: var(--sviby-color-magenta-light);
}
tr.bg--magenta-medium td, tr.bg--active--magenta-medium.active td, tr.bg\:hover--magenta-medium:hover td,
tr.bg--magenta-medium .table__td,
tr.bg--active--magenta-medium.active .table__td,
tr.bg\:hover--magenta-medium:hover .table__td,
.table__row.bg--magenta-medium td,
.table__row.bg--active--magenta-medium.active td,
.table__row.bg\:hover--magenta-medium:hover td,
.table__row.bg--magenta-medium .table__td,
.table__row.bg--active--magenta-medium.active .table__td,
.table__row.bg\:hover--magenta-medium:hover .table__td {
  background-color: var(--sviby-color-magenta-medium);
}
tr.bg--magenta-dark td, tr.bg--active--magenta-dark.active td, tr.bg\:hover--magenta-dark:hover td,
tr.bg--magenta-dark .table__td,
tr.bg--active--magenta-dark.active .table__td,
tr.bg\:hover--magenta-dark:hover .table__td,
.table__row.bg--magenta-dark td,
.table__row.bg--active--magenta-dark.active td,
.table__row.bg\:hover--magenta-dark:hover td,
.table__row.bg--magenta-dark .table__td,
.table__row.bg--active--magenta-dark.active .table__td,
.table__row.bg\:hover--magenta-dark:hover .table__td {
  background-color: var(--sviby-color-magenta-dark);
}
tr.bg--purple td, tr.bg--active--purple.active td, tr.bg\:hover--purple:hover td,
tr.bg--purple .table__td,
tr.bg--active--purple.active .table__td,
tr.bg\:hover--purple:hover .table__td,
.table__row.bg--purple td,
.table__row.bg--active--purple.active td,
.table__row.bg\:hover--purple:hover td,
.table__row.bg--purple .table__td,
.table__row.bg--active--purple.active .table__td,
.table__row.bg\:hover--purple:hover .table__td {
  background-color: var(--sviby-color-purple);
}
tr.bg--purple-vlight td, tr.bg--active--purple-vlight.active td, tr.bg\:hover--purple-vlight:hover td,
tr.bg--purple-vlight .table__td,
tr.bg--active--purple-vlight.active .table__td,
tr.bg\:hover--purple-vlight:hover .table__td,
.table__row.bg--purple-vlight td,
.table__row.bg--active--purple-vlight.active td,
.table__row.bg\:hover--purple-vlight:hover td,
.table__row.bg--purple-vlight .table__td,
.table__row.bg--active--purple-vlight.active .table__td,
.table__row.bg\:hover--purple-vlight:hover .table__td {
  background-color: var(--sviby-color-purple-vlight);
}
tr.bg--purple-light td, tr.bg--active--purple-light.active td, tr.bg\:hover--purple-light:hover td,
tr.bg--purple-light .table__td,
tr.bg--active--purple-light.active .table__td,
tr.bg\:hover--purple-light:hover .table__td,
.table__row.bg--purple-light td,
.table__row.bg--active--purple-light.active td,
.table__row.bg\:hover--purple-light:hover td,
.table__row.bg--purple-light .table__td,
.table__row.bg--active--purple-light.active .table__td,
.table__row.bg\:hover--purple-light:hover .table__td {
  background-color: var(--sviby-color-purple-light);
}
tr.bg--purple-medium td, tr.bg--active--purple-medium.active td, tr.bg\:hover--purple-medium:hover td,
tr.bg--purple-medium .table__td,
tr.bg--active--purple-medium.active .table__td,
tr.bg\:hover--purple-medium:hover .table__td,
.table__row.bg--purple-medium td,
.table__row.bg--active--purple-medium.active td,
.table__row.bg\:hover--purple-medium:hover td,
.table__row.bg--purple-medium .table__td,
.table__row.bg--active--purple-medium.active .table__td,
.table__row.bg\:hover--purple-medium:hover .table__td {
  background-color: var(--sviby-color-purple-medium);
}
tr.bg--purple-dark td, tr.bg--active--purple-dark.active td, tr.bg\:hover--purple-dark:hover td,
tr.bg--purple-dark .table__td,
tr.bg--active--purple-dark.active .table__td,
tr.bg\:hover--purple-dark:hover .table__td,
.table__row.bg--purple-dark td,
.table__row.bg--active--purple-dark.active td,
.table__row.bg\:hover--purple-dark:hover td,
.table__row.bg--purple-dark .table__td,
.table__row.bg--active--purple-dark.active .table__td,
.table__row.bg\:hover--purple-dark:hover .table__td {
  background-color: var(--sviby-color-purple-dark);
}
tr.bg--violet td, tr.bg--active--violet.active td, tr.bg\:hover--violet:hover td,
tr.bg--violet .table__td,
tr.bg--active--violet.active .table__td,
tr.bg\:hover--violet:hover .table__td,
.table__row.bg--violet td,
.table__row.bg--active--violet.active td,
.table__row.bg\:hover--violet:hover td,
.table__row.bg--violet .table__td,
.table__row.bg--active--violet.active .table__td,
.table__row.bg\:hover--violet:hover .table__td {
  background-color: var(--sviby-color-violet);
}
tr.bg--violet-vlight td, tr.bg--active--violet-vlight.active td, tr.bg\:hover--violet-vlight:hover td,
tr.bg--violet-vlight .table__td,
tr.bg--active--violet-vlight.active .table__td,
tr.bg\:hover--violet-vlight:hover .table__td,
.table__row.bg--violet-vlight td,
.table__row.bg--active--violet-vlight.active td,
.table__row.bg\:hover--violet-vlight:hover td,
.table__row.bg--violet-vlight .table__td,
.table__row.bg--active--violet-vlight.active .table__td,
.table__row.bg\:hover--violet-vlight:hover .table__td {
  background-color: var(--sviby-color-violet-vlight);
}
tr.bg--violet-light td, tr.bg--active--violet-light.active td, tr.bg\:hover--violet-light:hover td,
tr.bg--violet-light .table__td,
tr.bg--active--violet-light.active .table__td,
tr.bg\:hover--violet-light:hover .table__td,
.table__row.bg--violet-light td,
.table__row.bg--active--violet-light.active td,
.table__row.bg\:hover--violet-light:hover td,
.table__row.bg--violet-light .table__td,
.table__row.bg--active--violet-light.active .table__td,
.table__row.bg\:hover--violet-light:hover .table__td {
  background-color: var(--sviby-color-violet-light);
}
tr.bg--violet-medium td, tr.bg--active--violet-medium.active td, tr.bg\:hover--violet-medium:hover td,
tr.bg--violet-medium .table__td,
tr.bg--active--violet-medium.active .table__td,
tr.bg\:hover--violet-medium:hover .table__td,
.table__row.bg--violet-medium td,
.table__row.bg--active--violet-medium.active td,
.table__row.bg\:hover--violet-medium:hover td,
.table__row.bg--violet-medium .table__td,
.table__row.bg--active--violet-medium.active .table__td,
.table__row.bg\:hover--violet-medium:hover .table__td {
  background-color: var(--sviby-color-violet-medium);
}
tr.bg--violet-dark td, tr.bg--active--violet-dark.active td, tr.bg\:hover--violet-dark:hover td,
tr.bg--violet-dark .table__td,
tr.bg--active--violet-dark.active .table__td,
tr.bg\:hover--violet-dark:hover .table__td,
.table__row.bg--violet-dark td,
.table__row.bg--active--violet-dark.active td,
.table__row.bg\:hover--violet-dark:hover td,
.table__row.bg--violet-dark .table__td,
.table__row.bg--active--violet-dark.active .table__td,
.table__row.bg\:hover--violet-dark:hover .table__td {
  background-color: var(--sviby-color-violet-dark);
}
tr.bg--hr td, tr.bg--active--hr.active td, tr.bg\:hover--hr:hover td,
tr.bg--hr .table__td,
tr.bg--active--hr.active .table__td,
tr.bg\:hover--hr:hover .table__td,
.table__row.bg--hr td,
.table__row.bg--active--hr.active td,
.table__row.bg\:hover--hr:hover td,
.table__row.bg--hr .table__td,
.table__row.bg--active--hr.active .table__td,
.table__row.bg\:hover--hr:hover .table__td {
  background-color: var(--sviby-color-hr);
}
tr.bg--bg-awaiting td, tr.bg--active--bg-awaiting.active td, tr.bg\:hover--bg-awaiting:hover td,
tr.bg--bg-awaiting .table__td,
tr.bg--active--bg-awaiting.active .table__td,
tr.bg\:hover--bg-awaiting:hover .table__td,
.table__row.bg--bg-awaiting td,
.table__row.bg--active--bg-awaiting.active td,
.table__row.bg\:hover--bg-awaiting:hover td,
.table__row.bg--bg-awaiting .table__td,
.table__row.bg--active--bg-awaiting.active .table__td,
.table__row.bg\:hover--bg-awaiting:hover .table__td {
  background-color: var(--sviby-color-bg-awaiting);
}
tr.bg--secondary-light td, tr.bg--active--secondary-light.active td, tr.bg\:hover--secondary-light:hover td,
tr.bg--secondary-light .table__td,
tr.bg--active--secondary-light.active .table__td,
tr.bg\:hover--secondary-light:hover .table__td,
.table__row.bg--secondary-light td,
.table__row.bg--active--secondary-light.active td,
.table__row.bg\:hover--secondary-light:hover td,
.table__row.bg--secondary-light .table__td,
.table__row.bg--active--secondary-light.active .table__td,
.table__row.bg\:hover--secondary-light:hover .table__td {
  background-color: var(--sviby-color-secondary-light);
}
tr.bg--museum-card-light td, tr.bg--active--museum-card-light.active td, tr.bg\:hover--museum-card-light:hover td,
tr.bg--museum-card-light .table__td,
tr.bg--active--museum-card-light.active .table__td,
tr.bg\:hover--museum-card-light:hover .table__td,
.table__row.bg--museum-card-light td,
.table__row.bg--active--museum-card-light.active td,
.table__row.bg\:hover--museum-card-light:hover td,
.table__row.bg--museum-card-light .table__td,
.table__row.bg--active--museum-card-light.active .table__td,
.table__row.bg\:hover--museum-card-light:hover .table__td {
  background-color: var(--sviby-color-museum-card-light);
}
tr.bg--transparent td, tr.bg--active--transparent.active td, tr.bg\:hover--transparent:hover td,
tr.bg--transparent .table__td,
tr.bg--active--transparent.active .table__td,
tr.bg\:hover--transparent:hover .table__td,
.table__row.bg--transparent td,
.table__row.bg--active--transparent.active td,
.table__row.bg\:hover--transparent:hover td,
.table__row.bg--transparent .table__td,
.table__row.bg--active--transparent.active .table__td,
.table__row.bg\:hover--transparent:hover .table__td {
  background-color: transparent;
  color: var(--sviby-color-text);
}
tr.bg--none td, tr.bg--active--none.active td, tr.bg\:hover--none:hover td,
tr.bg--none .table__td,
tr.bg--active--none.active .table__td,
tr.bg\:hover--none:hover .table__td,
.table__row.bg--none td,
.table__row.bg--active--none.active td,
.table__row.bg\:hover--none:hover td,
.table__row.bg--none .table__td,
.table__row.bg--active--none.active .table__td,
.table__row.bg\:hover--none:hover .table__td {
  background-color: transparent;
  color: var(--sviby-color-text);
}
tr.color--timeline-color-1 td, tr.color\:hover-timeline-color-1:hover td, tr.color--active--timeline-color-1.active td,
tr.color--timeline-color-1 .table__td,
tr.color\:hover-timeline-color-1:hover .table__td,
tr.color--active--timeline-color-1.active .table__td,
.table__row.color--timeline-color-1 td,
.table__row.color\:hover-timeline-color-1:hover td,
.table__row.color--active--timeline-color-1.active td,
.table__row.color--timeline-color-1 .table__td,
.table__row.color\:hover-timeline-color-1:hover .table__td,
.table__row.color--active--timeline-color-1.active .table__td {
  color: #08bf4c;
}
tr.color--timeline-color-2 td, tr.color\:hover-timeline-color-2:hover td, tr.color--active--timeline-color-2.active td,
tr.color--timeline-color-2 .table__td,
tr.color\:hover-timeline-color-2:hover .table__td,
tr.color--active--timeline-color-2.active .table__td,
.table__row.color--timeline-color-2 td,
.table__row.color\:hover-timeline-color-2:hover td,
.table__row.color--active--timeline-color-2.active td,
.table__row.color--timeline-color-2 .table__td,
.table__row.color\:hover-timeline-color-2:hover .table__td,
.table__row.color--active--timeline-color-2.active .table__td {
  color: #7d4edd;
}
tr.color--timeline-color-3 td, tr.color\:hover-timeline-color-3:hover td, tr.color--active--timeline-color-3.active td,
tr.color--timeline-color-3 .table__td,
tr.color\:hover-timeline-color-3:hover .table__td,
tr.color--active--timeline-color-3.active .table__td,
.table__row.color--timeline-color-3 td,
.table__row.color\:hover-timeline-color-3:hover td,
.table__row.color--active--timeline-color-3.active td,
.table__row.color--timeline-color-3 .table__td,
.table__row.color\:hover-timeline-color-3:hover .table__td,
.table__row.color--active--timeline-color-3.active .table__td {
  color: #2980b9;
}
tr.color--timeline-color-4 td, tr.color\:hover-timeline-color-4:hover td, tr.color--active--timeline-color-4.active td,
tr.color--timeline-color-4 .table__td,
tr.color\:hover-timeline-color-4:hover .table__td,
tr.color--active--timeline-color-4.active .table__td,
.table__row.color--timeline-color-4 td,
.table__row.color\:hover-timeline-color-4:hover td,
.table__row.color--active--timeline-color-4.active td,
.table__row.color--timeline-color-4 .table__td,
.table__row.color\:hover-timeline-color-4:hover .table__td,
.table__row.color--active--timeline-color-4.active .table__td {
  color: #0066a4;
}
tr.color--timeline-color-5 td, tr.color\:hover-timeline-color-5:hover td, tr.color--active--timeline-color-5.active td,
tr.color--timeline-color-5 .table__td,
tr.color\:hover-timeline-color-5:hover .table__td,
tr.color--active--timeline-color-5.active .table__td,
.table__row.color--timeline-color-5 td,
.table__row.color\:hover-timeline-color-5:hover td,
.table__row.color--active--timeline-color-5.active td,
.table__row.color--timeline-color-5 .table__td,
.table__row.color\:hover-timeline-color-5:hover .table__td,
.table__row.color--active--timeline-color-5.active .table__td {
  color: #0038ff;
}
tr.color--timeline-color-6 td, tr.color\:hover-timeline-color-6:hover td, tr.color--active--timeline-color-6.active td,
tr.color--timeline-color-6 .table__td,
tr.color\:hover-timeline-color-6:hover .table__td,
tr.color--active--timeline-color-6.active .table__td,
.table__row.color--timeline-color-6 td,
.table__row.color\:hover-timeline-color-6:hover td,
.table__row.color--active--timeline-color-6.active td,
.table__row.color--timeline-color-6 .table__td,
.table__row.color\:hover-timeline-color-6:hover .table__td,
.table__row.color--active--timeline-color-6.active .table__td {
  color: #ff0d0d;
}
tr.color--timeline-color-7 td, tr.color\:hover-timeline-color-7:hover td, tr.color--active--timeline-color-7.active td,
tr.color--timeline-color-7 .table__td,
tr.color\:hover-timeline-color-7:hover .table__td,
tr.color--active--timeline-color-7.active .table__td,
.table__row.color--timeline-color-7 td,
.table__row.color\:hover-timeline-color-7:hover td,
.table__row.color--active--timeline-color-7.active td,
.table__row.color--timeline-color-7 .table__td,
.table__row.color\:hover-timeline-color-7:hover .table__td,
.table__row.color--active--timeline-color-7.active .table__td {
  color: #ffcb20;
}
tr.color--timeline-color-8 td, tr.color\:hover-timeline-color-8:hover td, tr.color--active--timeline-color-8.active td,
tr.color--timeline-color-8 .table__td,
tr.color\:hover-timeline-color-8:hover .table__td,
tr.color--active--timeline-color-8.active .table__td,
.table__row.color--timeline-color-8 td,
.table__row.color\:hover-timeline-color-8:hover td,
.table__row.color--active--timeline-color-8.active td,
.table__row.color--timeline-color-8 .table__td,
.table__row.color\:hover-timeline-color-8:hover .table__td,
.table__row.color--active--timeline-color-8.active .table__td {
  color: #08bf4c;
}
tr.color--timeline-color-9 td, tr.color\:hover-timeline-color-9:hover td, tr.color--active--timeline-color-9.active td,
tr.color--timeline-color-9 .table__td,
tr.color\:hover-timeline-color-9:hover .table__td,
tr.color--active--timeline-color-9.active .table__td,
.table__row.color--timeline-color-9 td,
.table__row.color\:hover-timeline-color-9:hover td,
.table__row.color--active--timeline-color-9.active td,
.table__row.color--timeline-color-9 .table__td,
.table__row.color\:hover-timeline-color-9:hover .table__td,
.table__row.color--active--timeline-color-9.active .table__td {
  color: #27cccc;
}
tr.color--timeline-color-10 td, tr.color\:hover-timeline-color-10:hover td, tr.color--active--timeline-color-10.active td,
tr.color--timeline-color-10 .table__td,
tr.color\:hover-timeline-color-10:hover .table__td,
tr.color--active--timeline-color-10.active .table__td,
.table__row.color--timeline-color-10 td,
.table__row.color\:hover-timeline-color-10:hover td,
.table__row.color--active--timeline-color-10.active td,
.table__row.color--timeline-color-10 .table__td,
.table__row.color\:hover-timeline-color-10:hover .table__td,
.table__row.color--active--timeline-color-10.active .table__td {
  color: #7d4edd;
}
tr.color--museum-card td, tr.color\:hover-museum-card:hover td, tr.color--active--museum-card.active td,
tr.color--museum-card .table__td,
tr.color\:hover-museum-card:hover .table__td,
tr.color--active--museum-card.active .table__td,
.table__row.color--museum-card td,
.table__row.color\:hover-museum-card:hover td,
.table__row.color--active--museum-card.active td,
.table__row.color--museum-card .table__td,
.table__row.color\:hover-museum-card:hover .table__td,
.table__row.color--active--museum-card.active .table__td {
  color: #e8005b;
}
tr.color--base-primary td, tr.color\:hover-base-primary:hover td, tr.color--active--base-primary.active td,
tr.color--base-primary .table__td,
tr.color\:hover-base-primary:hover .table__td,
tr.color--active--base-primary.active .table__td,
.table__row.color--base-primary td,
.table__row.color\:hover-base-primary:hover td,
.table__row.color--active--base-primary.active td,
.table__row.color--base-primary .table__td,
.table__row.color\:hover-base-primary:hover .table__td,
.table__row.color--active--base-primary.active .table__td {
  color: #443df6;
}
tr.color--base-bg td, tr.color\:hover-base-bg:hover td, tr.color--active--base-bg.active td,
tr.color--base-bg .table__td,
tr.color\:hover-base-bg:hover .table__td,
tr.color--active--base-bg.active .table__td,
.table__row.color--base-bg td,
.table__row.color\:hover-base-bg:hover td,
.table__row.color--active--base-bg.active td,
.table__row.color--base-bg .table__td,
.table__row.color\:hover-base-bg:hover .table__td,
.table__row.color--active--base-bg.active .table__td {
  color: #f8fafc;
}
tr.color--base-dark td, tr.color\:hover-base-dark:hover td, tr.color--active--base-dark.active td,
tr.color--base-dark .table__td,
tr.color\:hover-base-dark:hover .table__td,
tr.color--active--base-dark.active .table__td,
.table__row.color--base-dark td,
.table__row.color\:hover-base-dark:hover td,
.table__row.color--active--base-dark.active td,
.table__row.color--base-dark .table__td,
.table__row.color\:hover-base-dark:hover .table__td,
.table__row.color--active--base-dark.active .table__td {
  color: #000;
}
tr.color--white td, tr.color\:hover-white:hover td, tr.color--active--white.active td,
tr.color--white .table__td,
tr.color\:hover-white:hover .table__td,
tr.color--active--white.active .table__td,
.table__row.color--white td,
.table__row.color\:hover-white:hover td,
.table__row.color--active--white.active td,
.table__row.color--white .table__td,
.table__row.color\:hover-white:hover .table__td,
.table__row.color--active--white.active .table__td {
  color: #fff;
}
tr.color--primary td, tr.color\:hover-primary:hover td, tr.color--active--primary.active td,
tr.color--primary .table__td,
tr.color\:hover-primary:hover .table__td,
tr.color--active--primary.active .table__td,
.table__row.color--primary td,
.table__row.color\:hover-primary:hover td,
.table__row.color--active--primary.active td,
.table__row.color--primary .table__td,
.table__row.color\:hover-primary:hover .table__td,
.table__row.color--active--primary.active .table__td {
  color: #00d084;
}
tr.color--primary-medium-alt td, tr.color\:hover-primary-medium-alt:hover td, tr.color--active--primary-medium-alt.active td,
tr.color--primary-medium-alt .table__td,
tr.color\:hover-primary-medium-alt:hover .table__td,
tr.color--active--primary-medium-alt.active .table__td,
.table__row.color--primary-medium-alt td,
.table__row.color\:hover-primary-medium-alt:hover td,
.table__row.color--active--primary-medium-alt.active td,
.table__row.color--primary-medium-alt .table__td,
.table__row.color\:hover-primary-medium-alt:hover .table__td,
.table__row.color--active--primary-medium-alt.active .table__td {
  color: #1ec677;
}
tr.color--primary-medium td, tr.color\:hover-primary-medium:hover td, tr.color--active--primary-medium.active td,
tr.color--primary-medium .table__td,
tr.color\:hover-primary-medium:hover .table__td,
tr.color--active--primary-medium.active .table__td,
.table__row.color--primary-medium td,
.table__row.color\:hover-primary-medium:hover td,
.table__row.color--active--primary-medium.active td,
.table__row.color--primary-medium .table__td,
.table__row.color\:hover-primary-medium:hover .table__td,
.table__row.color--active--primary-medium.active .table__td {
  color: #1ec677;
}
tr.color--primary-dark td, tr.color\:hover-primary-dark:hover td, tr.color--active--primary-dark.active td,
tr.color--primary-dark .table__td,
tr.color\:hover-primary-dark:hover .table__td,
tr.color--active--primary-dark.active .table__td,
.table__row.color--primary-dark td,
.table__row.color\:hover-primary-dark:hover td,
.table__row.color--active--primary-dark.active td,
.table__row.color--primary-dark .table__td,
.table__row.color\:hover-primary-dark:hover .table__td,
.table__row.color--active--primary-dark.active .table__td {
  color: #0d4029;
}
tr.color--primary-light td, tr.color\:hover-primary-light:hover td, tr.color--active--primary-light.active td,
tr.color--primary-light .table__td,
tr.color\:hover-primary-light:hover .table__td,
tr.color--active--primary-light.active .table__td,
.table__row.color--primary-light td,
.table__row.color\:hover-primary-light:hover td,
.table__row.color--active--primary-light.active td,
.table__row.color--primary-light .table__td,
.table__row.color\:hover-primary-light:hover .table__td,
.table__row.color--active--primary-light.active .table__td {
  color: #7bdcb5;
}
tr.color--primary-vlight td, tr.color\:hover-primary-vlight:hover td, tr.color--active--primary-vlight.active td,
tr.color--primary-vlight .table__td,
tr.color\:hover-primary-vlight:hover .table__td,
tr.color--active--primary-vlight.active .table__td,
.table__row.color--primary-vlight td,
.table__row.color\:hover-primary-vlight:hover td,
.table__row.color--active--primary-vlight.active td,
.table__row.color--primary-vlight .table__td,
.table__row.color\:hover-primary-vlight:hover .table__td,
.table__row.color--active--primary-vlight.active .table__td {
  color: #ccf2d2;
}
tr.color--secondary td, tr.color\:hover-secondary:hover td, tr.color--active--secondary.active td,
tr.color--secondary .table__td,
tr.color\:hover-secondary:hover .table__td,
tr.color--active--secondary.active .table__td,
.table__row.color--secondary td,
.table__row.color\:hover-secondary:hover td,
.table__row.color--active--secondary.active td,
.table__row.color--secondary .table__td,
.table__row.color\:hover-secondary:hover .table__td,
.table__row.color--active--secondary.active .table__td {
  color: #3f38eb;
}
tr.color--dark td, tr.color\:hover-dark:hover td, tr.color--active--dark.active td,
tr.color--dark .table__td,
tr.color\:hover-dark:hover .table__td,
tr.color--active--dark.active .table__td,
.table__row.color--dark td,
.table__row.color\:hover-dark:hover td,
.table__row.color--active--dark.active td,
.table__row.color--dark .table__td,
.table__row.color\:hover-dark:hover .table__td,
.table__row.color--active--dark.active .table__td {
  color: #121014;
}
tr.color--light td, tr.color\:hover-light:hover td, tr.color--active--light.active td,
tr.color--light .table__td,
tr.color\:hover-light:hover .table__td,
tr.color--active--light.active .table__td,
.table__row.color--light td,
.table__row.color\:hover-light:hover td,
.table__row.color--active--light.active td,
.table__row.color--light .table__td,
.table__row.color\:hover-light:hover .table__td,
.table__row.color--active--light.active .table__td {
  color: #fff;
}
tr.color--disabled td, tr.color\:hover-disabled:hover td, tr.color--active--disabled.active td,
tr.color--disabled .table__td,
tr.color\:hover-disabled:hover .table__td,
tr.color--active--disabled.active .table__td,
.table__row.color--disabled td,
.table__row.color\:hover-disabled:hover td,
.table__row.color--active--disabled.active td,
.table__row.color--disabled .table__td,
.table__row.color\:hover-disabled:hover .table__td,
.table__row.color--active--disabled.active .table__td {
  color: #f4f4f4;
}
tr.color--disabled-text td, tr.color\:hover-disabled-text:hover td, tr.color--active--disabled-text.active td,
tr.color--disabled-text .table__td,
tr.color\:hover-disabled-text:hover .table__td,
tr.color--active--disabled-text.active .table__td,
.table__row.color--disabled-text td,
.table__row.color\:hover-disabled-text:hover td,
.table__row.color--active--disabled-text.active td,
.table__row.color--disabled-text .table__td,
.table__row.color\:hover-disabled-text:hover .table__td,
.table__row.color--active--disabled-text.active .table__td {
  color: #b2b2b2;
}
tr.color--border td, tr.color\:hover-border:hover td, tr.color--active--border.active td,
tr.color--border .table__td,
tr.color\:hover-border:hover .table__td,
tr.color--active--border.active .table__td,
.table__row.color--border td,
.table__row.color\:hover-border:hover td,
.table__row.color--active--border.active td,
.table__row.color--border .table__td,
.table__row.color\:hover-border:hover .table__td,
.table__row.color--active--border.active .table__td {
  color: #dbdbdb;
}
tr.color--border-hover td, tr.color\:hover-border-hover:hover td, tr.color--active--border-hover.active td,
tr.color--border-hover .table__td,
tr.color\:hover-border-hover:hover .table__td,
tr.color--active--border-hover.active .table__td,
.table__row.color--border-hover td,
.table__row.color\:hover-border-hover:hover td,
.table__row.color--active--border-hover.active td,
.table__row.color--border-hover .table__td,
.table__row.color\:hover-border-hover:hover .table__td,
.table__row.color--active--border-hover.active .table__td {
  color: #777;
}
tr.color--border-focus td, tr.color\:hover-border-focus:hover td, tr.color--active--border-focus.active td,
tr.color--border-focus .table__td,
tr.color\:hover-border-focus:hover .table__td,
tr.color--active--border-focus.active .table__td,
.table__row.color--border-focus td,
.table__row.color\:hover-border-focus:hover td,
.table__row.color--active--border-focus.active td,
.table__row.color--border-focus .table__td,
.table__row.color\:hover-border-focus:hover .table__td,
.table__row.color--active--border-focus.active .table__td {
  color: #131e20;
}
tr.color--border-dark td, tr.color\:hover-border-dark:hover td, tr.color--active--border-dark.active td,
tr.color--border-dark .table__td,
tr.color\:hover-border-dark:hover .table__td,
tr.color--active--border-dark.active .table__td,
.table__row.color--border-dark td,
.table__row.color\:hover-border-dark:hover td,
.table__row.color--active--border-dark.active td,
.table__row.color--border-dark .table__td,
.table__row.color\:hover-border-dark:hover .table__td,
.table__row.color--active--border-dark.active .table__td {
  color: #727489;
}
tr.color--text td, tr.color\:hover-text:hover td, tr.color--active--text.active td,
tr.color--text .table__td,
tr.color\:hover-text:hover .table__td,
tr.color--active--text.active .table__td,
.table__row.color--text td,
.table__row.color\:hover-text:hover td,
.table__row.color--active--text.active td,
.table__row.color--text .table__td,
.table__row.color\:hover-text:hover .table__td,
.table__row.color--active--text.active .table__td {
  color: #000;
}
tr.color--text-muted td, tr.color\:hover-text-muted:hover td, tr.color--active--text-muted.active td,
tr.color--text-muted .table__td,
tr.color\:hover-text-muted:hover .table__td,
tr.color--active--text-muted.active .table__td,
.table__row.color--text-muted td,
.table__row.color\:hover-text-muted:hover td,
.table__row.color--active--text-muted.active td,
.table__row.color--text-muted .table__td,
.table__row.color\:hover-text-muted:hover .table__td,
.table__row.color--active--text-muted.active .table__td {
  color: #71748b;
}
tr.color--link td, tr.color\:hover-link:hover td, tr.color--active--link.active td,
tr.color--link .table__td,
tr.color\:hover-link:hover .table__td,
tr.color--active--link.active .table__td,
.table__row.color--link td,
.table__row.color\:hover-link:hover td,
.table__row.color--active--link.active td,
.table__row.color--link .table__td,
.table__row.color\:hover-link:hover .table__td,
.table__row.color--active--link.active .table__td {
  color: #216cf8;
}
tr.color--input-border td, tr.color\:hover-input-border:hover td, tr.color--active--input-border.active td,
tr.color--input-border .table__td,
tr.color\:hover-input-border:hover .table__td,
tr.color--active--input-border.active .table__td,
.table__row.color--input-border td,
.table__row.color\:hover-input-border:hover td,
.table__row.color--active--input-border.active td,
.table__row.color--input-border .table__td,
.table__row.color\:hover-input-border:hover .table__td,
.table__row.color--active--input-border.active .table__td {
  color: #dbdbdb;
}
tr.color--input-border-hover td, tr.color\:hover-input-border-hover:hover td, tr.color--active--input-border-hover.active td,
tr.color--input-border-hover .table__td,
tr.color\:hover-input-border-hover:hover .table__td,
tr.color--active--input-border-hover.active .table__td,
.table__row.color--input-border-hover td,
.table__row.color\:hover-input-border-hover:hover td,
.table__row.color--active--input-border-hover.active td,
.table__row.color--input-border-hover .table__td,
.table__row.color\:hover-input-border-hover:hover .table__td,
.table__row.color--active--input-border-hover.active .table__td {
  color: #777;
}
tr.color--input-border-focus td, tr.color\:hover-input-border-focus:hover td, tr.color--active--input-border-focus.active td,
tr.color--input-border-focus .table__td,
tr.color\:hover-input-border-focus:hover .table__td,
tr.color--active--input-border-focus.active .table__td,
.table__row.color--input-border-focus td,
.table__row.color\:hover-input-border-focus:hover td,
.table__row.color--active--input-border-focus.active td,
.table__row.color--input-border-focus .table__td,
.table__row.color\:hover-input-border-focus:hover .table__td,
.table__row.color--active--input-border-focus.active .table__td {
  color: #101e20;
}
tr.color--input-bg td, tr.color\:hover-input-bg:hover td, tr.color--active--input-bg.active td,
tr.color--input-bg .table__td,
tr.color\:hover-input-bg:hover .table__td,
tr.color--active--input-bg.active .table__td,
.table__row.color--input-bg td,
.table__row.color\:hover-input-bg:hover td,
.table__row.color--active--input-bg.active td,
.table__row.color--input-bg .table__td,
.table__row.color\:hover-input-bg:hover .table__td,
.table__row.color--active--input-bg.active .table__td {
  color: #f4f4f4;
}
tr.color--input-bg-hover td, tr.color\:hover-input-bg-hover:hover td, tr.color--active--input-bg-hover.active td,
tr.color--input-bg-hover .table__td,
tr.color\:hover-input-bg-hover:hover .table__td,
tr.color--active--input-bg-hover.active .table__td,
.table__row.color--input-bg-hover td,
.table__row.color\:hover-input-bg-hover:hover td,
.table__row.color--active--input-bg-hover.active td,
.table__row.color--input-bg-hover .table__td,
.table__row.color\:hover-input-bg-hover:hover .table__td,
.table__row.color--active--input-bg-hover.active .table__td {
  color: #c2c2c2;
}
tr.color--input-bg-disabled td, tr.color\:hover-input-bg-disabled:hover td, tr.color--active--input-bg-disabled.active td,
tr.color--input-bg-disabled .table__td,
tr.color\:hover-input-bg-disabled:hover .table__td,
tr.color--active--input-bg-disabled.active .table__td,
.table__row.color--input-bg-disabled td,
.table__row.color\:hover-input-bg-disabled:hover td,
.table__row.color--active--input-bg-disabled.active td,
.table__row.color--input-bg-disabled .table__td,
.table__row.color\:hover-input-bg-disabled:hover .table__td,
.table__row.color--active--input-bg-disabled.active .table__td {
  color: #f4f4f4;
}
tr.color--input-bg-focus td, tr.color\:hover-input-bg-focus:hover td, tr.color--active--input-bg-focus.active td,
tr.color--input-bg-focus .table__td,
tr.color\:hover-input-bg-focus:hover .table__td,
tr.color--active--input-bg-focus.active .table__td,
.table__row.color--input-bg-focus td,
.table__row.color\:hover-input-bg-focus:hover td,
.table__row.color--active--input-bg-focus.active td,
.table__row.color--input-bg-focus .table__td,
.table__row.color\:hover-input-bg-focus:hover .table__td,
.table__row.color--active--input-bg-focus.active .table__td {
  color: #f4f4f4;
}
tr.color--table-header td, tr.color\:hover-table-header:hover td, tr.color--active--table-header.active td,
tr.color--table-header .table__td,
tr.color\:hover-table-header:hover .table__td,
tr.color--active--table-header.active .table__td,
.table__row.color--table-header td,
.table__row.color\:hover-table-header:hover td,
.table__row.color--active--table-header.active td,
.table__row.color--table-header .table__td,
.table__row.color\:hover-table-header:hover .table__td,
.table__row.color--active--table-header.active .table__td {
  color: #f9fafb;
}
tr.color--table-secondary-header td, tr.color\:hover-table-secondary-header:hover td, tr.color--active--table-secondary-header.active td,
tr.color--table-secondary-header .table__td,
tr.color\:hover-table-secondary-header:hover .table__td,
tr.color--active--table-secondary-header.active .table__td,
.table__row.color--table-secondary-header td,
.table__row.color\:hover-table-secondary-header:hover td,
.table__row.color--active--table-secondary-header.active td,
.table__row.color--table-secondary-header .table__td,
.table__row.color\:hover-table-secondary-header:hover .table__td,
.table__row.color--active--table-secondary-header.active .table__td {
  color: #f6f7f8;
}
tr.color--table-footer td, tr.color\:hover-table-footer:hover td, tr.color--active--table-footer.active td,
tr.color--table-footer .table__td,
tr.color\:hover-table-footer:hover .table__td,
tr.color--active--table-footer.active .table__td,
.table__row.color--table-footer td,
.table__row.color\:hover-table-footer:hover td,
.table__row.color--active--table-footer.active td,
.table__row.color--table-footer .table__td,
.table__row.color\:hover-table-footer:hover .table__td,
.table__row.color--active--table-footer.active .table__td {
  color: #f6f7f8;
}
tr.color--table-total td, tr.color\:hover-table-total:hover td, tr.color--active--table-total.active td,
tr.color--table-total .table__td,
tr.color\:hover-table-total:hover .table__td,
tr.color--active--table-total.active .table__td,
.table__row.color--table-total td,
.table__row.color\:hover-table-total:hover td,
.table__row.color--active--table-total.active td,
.table__row.color--table-total .table__td,
.table__row.color\:hover-table-total:hover .table__td,
.table__row.color--active--table-total.active .table__td {
  color: #d3e2fe;
}
tr.color--table-row-hover td, tr.color\:hover-table-row-hover:hover td, tr.color--active--table-row-hover.active td,
tr.color--table-row-hover .table__td,
tr.color\:hover-table-row-hover:hover .table__td,
tr.color--active--table-row-hover.active .table__td,
.table__row.color--table-row-hover td,
.table__row.color\:hover-table-row-hover:hover td,
.table__row.color--active--table-row-hover.active td,
.table__row.color--table-row-hover .table__td,
.table__row.color\:hover-table-row-hover:hover .table__td,
.table__row.color--active--table-row-hover.active .table__td {
  color: #f6f7f8;
}
tr.color--draft td, tr.color\:hover-draft:hover td, tr.color--active--draft.active td,
tr.color--draft .table__td,
tr.color\:hover-draft:hover .table__td,
tr.color--active--draft.active .table__td,
.table__row.color--draft td,
.table__row.color\:hover-draft:hover td,
.table__row.color--active--draft.active td,
.table__row.color--draft .table__td,
.table__row.color\:hover-draft:hover .table__td,
.table__row.color--active--draft.active .table__td {
  color: #dbdbdb;
}
tr.color--error td, tr.color\:hover-error:hover td, tr.color--active--error.active td,
tr.color--error .table__td,
tr.color\:hover-error:hover .table__td,
tr.color--active--error.active .table__td,
.table__row.color--error td,
.table__row.color\:hover-error:hover td,
.table__row.color--active--error.active td,
.table__row.color--error .table__td,
.table__row.color\:hover-error:hover .table__td,
.table__row.color--active--error.active .table__td {
  color: #ef463f;
}
tr.color--success td, tr.color\:hover-success:hover td, tr.color--active--success.active td,
tr.color--success .table__td,
tr.color\:hover-success:hover .table__td,
tr.color--active--success.active .table__td,
.table__row.color--success td,
.table__row.color\:hover-success:hover td,
.table__row.color--active--success.active td,
.table__row.color--success .table__td,
.table__row.color\:hover-success:hover .table__td,
.table__row.color--active--success.active .table__td {
  color: #00bf4d;
}
tr.color--declined td, tr.color\:hover-declined:hover td, tr.color--active--declined.active td,
tr.color--declined .table__td,
tr.color\:hover-declined:hover .table__td,
tr.color--active--declined.active .table__td,
.table__row.color--declined td,
.table__row.color\:hover-declined:hover td,
.table__row.color--active--declined.active td,
.table__row.color--declined .table__td,
.table__row.color\:hover-declined:hover .table__td,
.table__row.color--active--declined.active .table__td {
  color: #ffd4d4;
}
tr.color--protected td, tr.color\:hover-protected:hover td, tr.color--active--protected.active td,
tr.color--protected .table__td,
tr.color\:hover-protected:hover .table__td,
tr.color--active--protected.active .table__td,
.table__row.color--protected td,
.table__row.color\:hover-protected:hover td,
.table__row.color--active--protected.active td,
.table__row.color--protected .table__td,
.table__row.color\:hover-protected:hover .table__td,
.table__row.color--active--protected.active .table__td {
  color: #e8e2f7;
}
tr.color--awaiting td, tr.color\:hover-awaiting:hover td, tr.color--active--awaiting.active td,
tr.color--awaiting .table__td,
tr.color\:hover-awaiting:hover .table__td,
tr.color--active--awaiting.active .table__td,
.table__row.color--awaiting td,
.table__row.color\:hover-awaiting:hover td,
.table__row.color--active--awaiting.active td,
.table__row.color--awaiting .table__td,
.table__row.color\:hover-awaiting:hover .table__td,
.table__row.color--active--awaiting.active .table__td {
  color: #fcf7c3;
}
tr.color--ended td, tr.color\:hover-ended:hover td, tr.color--active--ended.active td,
tr.color--ended .table__td,
tr.color\:hover-ended:hover .table__td,
tr.color--active--ended.active .table__td,
.table__row.color--ended td,
.table__row.color\:hover-ended:hover td,
.table__row.color--active--ended.active td,
.table__row.color--ended .table__td,
.table__row.color\:hover-ended:hover .table__td,
.table__row.color--active--ended.active .table__td {
  color: #d3e2fe;
}
tr.color--active td, tr.color\:hover-active:hover td, tr.color--active--active.active td,
tr.color--active .table__td,
tr.color\:hover-active:hover .table__td,
tr.color--active--active.active .table__td,
.table__row.color--active td,
.table__row.color\:hover-active:hover td,
.table__row.color--active--active.active td,
.table__row.color--active .table__td,
.table__row.color\:hover-active:hover .table__td,
.table__row.color--active--active.active .table__td {
  color: #caf7d0;
}
tr.color--bg td, tr.color\:hover-bg:hover td, tr.color--active--bg.active td,
tr.color--bg .table__td,
tr.color\:hover-bg:hover .table__td,
tr.color--active--bg.active .table__td,
.table__row.color--bg td,
.table__row.color\:hover-bg:hover td,
.table__row.color--active--bg.active td,
.table__row.color--bg .table__td,
.table__row.color\:hover-bg:hover .table__td,
.table__row.color--active--bg.active .table__td {
  color: #fff;
}
tr.color--bg-alt td, tr.color\:hover-bg-alt:hover td, tr.color--active--bg-alt.active td,
tr.color--bg-alt .table__td,
tr.color\:hover-bg-alt:hover .table__td,
tr.color--active--bg-alt.active .table__td,
.table__row.color--bg-alt td,
.table__row.color\:hover-bg-alt:hover td,
.table__row.color--active--bg-alt.active td,
.table__row.color--bg-alt .table__td,
.table__row.color\:hover-bg-alt:hover .table__td,
.table__row.color--active--bg-alt.active .table__td {
  color: #f9fafb;
}
tr.color--bg-light td, tr.color\:hover-bg-light:hover td, tr.color--active--bg-light.active td,
tr.color--bg-light .table__td,
tr.color\:hover-bg-light:hover .table__td,
tr.color--active--bg-light.active .table__td,
.table__row.color--bg-light td,
.table__row.color\:hover-bg-light:hover td,
.table__row.color--active--bg-light.active td,
.table__row.color--bg-light .table__td,
.table__row.color\:hover-bg-light:hover .table__td,
.table__row.color--active--bg-light.active .table__td {
  color: #dbdbdb;
}
tr.color--bg-light-alt td, tr.color\:hover-bg-light-alt:hover td, tr.color--active--bg-light-alt.active td,
tr.color--bg-light-alt .table__td,
tr.color\:hover-bg-light-alt:hover .table__td,
tr.color--active--bg-light-alt.active .table__td,
.table__row.color--bg-light-alt td,
.table__row.color\:hover-bg-light-alt:hover td,
.table__row.color--active--bg-light-alt.active td,
.table__row.color--bg-light-alt .table__td,
.table__row.color\:hover-bg-light-alt:hover .table__td,
.table__row.color--active--bg-light-alt.active .table__td {
  color: #f4f4f4;
}
tr.color--bg-error td, tr.color\:hover-bg-error:hover td, tr.color--active--bg-error.active td,
tr.color--bg-error .table__td,
tr.color\:hover-bg-error:hover .table__td,
tr.color--active--bg-error.active .table__td,
.table__row.color--bg-error td,
.table__row.color\:hover-bg-error:hover td,
.table__row.color--active--bg-error.active td,
.table__row.color--bg-error .table__td,
.table__row.color\:hover-bg-error:hover .table__td,
.table__row.color--active--bg-error.active .table__td {
  color: #ffd4d4;
}
tr.color--bg-warning td, tr.color\:hover-bg-warning:hover td, tr.color--active--bg-warning.active td,
tr.color--bg-warning .table__td,
tr.color\:hover-bg-warning:hover .table__td,
tr.color--active--bg-warning.active .table__td,
.table__row.color--bg-warning td,
.table__row.color\:hover-bg-warning:hover td,
.table__row.color--active--bg-warning.active td,
.table__row.color--bg-warning .table__td,
.table__row.color\:hover-bg-warning:hover .table__td,
.table__row.color--active--bg-warning.active .table__td {
  color: #fcf7c3;
}
tr.color--bg-notice td, tr.color\:hover-bg-notice:hover td, tr.color--active--bg-notice.active td,
tr.color--bg-notice .table__td,
tr.color\:hover-bg-notice:hover .table__td,
tr.color--active--bg-notice.active .table__td,
.table__row.color--bg-notice td,
.table__row.color\:hover-bg-notice:hover td,
.table__row.color--active--bg-notice.active td,
.table__row.color--bg-notice .table__td,
.table__row.color\:hover-bg-notice:hover .table__td,
.table__row.color--active--bg-notice.active .table__td {
  color: #d3e2fe;
}
tr.color--bg-success td, tr.color\:hover-bg-success:hover td, tr.color--active--bg-success.active td,
tr.color--bg-success .table__td,
tr.color\:hover-bg-success:hover .table__td,
tr.color--active--bg-success.active .table__td,
.table__row.color--bg-success td,
.table__row.color\:hover-bg-success:hover td,
.table__row.color--active--bg-success.active td,
.table__row.color--bg-success .table__td,
.table__row.color\:hover-bg-success:hover .table__td,
.table__row.color--active--bg-success.active .table__td {
  color: #caf7d0;
}
tr.color--view-background td, tr.color\:hover-view-background:hover td, tr.color--active--view-background.active td,
tr.color--view-background .table__td,
tr.color\:hover-view-background:hover .table__td,
tr.color--active--view-background.active .table__td,
.table__row.color--view-background td,
.table__row.color\:hover-view-background:hover td,
.table__row.color--active--view-background.active td,
.table__row.color--view-background .table__td,
.table__row.color\:hover-view-background:hover .table__td,
.table__row.color--active--view-background.active .table__td {
  color: #f4f4f6;
}
tr.color--blue td, tr.color\:hover-blue:hover td, tr.color--active--blue.active td,
tr.color--blue .table__td,
tr.color\:hover-blue:hover .table__td,
tr.color--active--blue.active .table__td,
.table__row.color--blue td,
.table__row.color\:hover-blue:hover td,
.table__row.color--active--blue.active td,
.table__row.color--blue .table__td,
.table__row.color\:hover-blue:hover .table__td,
.table__row.color--active--blue.active .table__td {
  color: #3cb4e7;
}
tr.color--blue-vlight td, tr.color\:hover-blue-vlight:hover td, tr.color--active--blue-vlight.active td,
tr.color--blue-vlight .table__td,
tr.color\:hover-blue-vlight:hover .table__td,
tr.color--active--blue-vlight.active .table__td,
.table__row.color--blue-vlight td,
.table__row.color\:hover-blue-vlight:hover td,
.table__row.color--active--blue-vlight.active td,
.table__row.color--blue-vlight .table__td,
.table__row.color\:hover-blue-vlight:hover .table__td,
.table__row.color--active--blue-vlight.active .table__td {
  color: #f2fafc;
}
tr.color--blue-light td, tr.color\:hover-blue-light:hover td, tr.color--active--blue-light.active td,
tr.color--blue-light .table__td,
tr.color\:hover-blue-light:hover .table__td,
tr.color--active--blue-light.active .table__td,
.table__row.color--blue-light td,
.table__row.color\:hover-blue-light:hover td,
.table__row.color--active--blue-light.active td,
.table__row.color--blue-light .table__td,
.table__row.color\:hover-blue-light:hover .table__td,
.table__row.color--active--blue-light.active .table__td {
  color: #a5dded;
}
tr.color--blue-medium td, tr.color\:hover-blue-medium:hover td, tr.color--active--blue-medium.active td,
tr.color--blue-medium .table__td,
tr.color\:hover-blue-medium:hover .table__td,
tr.color--active--blue-medium.active .table__td,
.table__row.color--blue-medium td,
.table__row.color\:hover-blue-medium:hover td,
.table__row.color--active--blue-medium.active td,
.table__row.color--blue-medium .table__td,
.table__row.color\:hover-blue-medium:hover .table__td,
.table__row.color--active--blue-medium.active .table__td {
  color: #0181aa;
}
tr.color--blue-dark td, tr.color\:hover-blue-dark:hover td, tr.color--active--blue-dark.active td,
tr.color--blue-dark .table__td,
tr.color\:hover-blue-dark:hover .table__td,
tr.color--active--blue-dark.active .table__td,
.table__row.color--blue-dark td,
.table__row.color\:hover-blue-dark:hover td,
.table__row.color--active--blue-dark.active td,
.table__row.color--blue-dark .table__td,
.table__row.color\:hover-blue-dark:hover .table__td,
.table__row.color--active--blue-dark.active .table__td {
  color: #063d58;
}
tr.color--teal td, tr.color\:hover-teal:hover td, tr.color--active--teal.active td,
tr.color--teal .table__td,
tr.color\:hover-teal:hover .table__td,
tr.color--active--teal.active .table__td,
.table__row.color--teal td,
.table__row.color\:hover-teal:hover td,
.table__row.color--active--teal.active td,
.table__row.color--teal .table__td,
.table__row.color\:hover-teal:hover .table__td,
.table__row.color--active--teal.active .table__td {
  color: #00aba5;
}
tr.color--teal-vlight td, tr.color\:hover-teal-vlight:hover td, tr.color--active--teal-vlight.active td,
tr.color--teal-vlight .table__td,
tr.color\:hover-teal-vlight:hover .table__td,
tr.color--active--teal-vlight.active .table__td,
.table__row.color--teal-vlight td,
.table__row.color\:hover-teal-vlight:hover td,
.table__row.color--active--teal-vlight.active td,
.table__row.color--teal-vlight .table__td,
.table__row.color\:hover-teal-vlight:hover .table__td,
.table__row.color--active--teal-vlight.active .table__td {
  color: #edf7f4;
}
tr.color--teal-light td, tr.color\:hover-teal-light:hover td, tr.color--active--teal-light.active td,
tr.color--teal-light .table__td,
tr.color\:hover-teal-light:hover .table__td,
tr.color--active--teal-light.active .table__td,
.table__row.color--teal-light td,
.table__row.color\:hover-teal-light:hover td,
.table__row.color--active--teal-light.active td,
.table__row.color--teal-light .table__td,
.table__row.color\:hover-teal-light:hover .table__td,
.table__row.color--active--teal-light.active .table__td {
  color: #a5d9c9;
}
tr.color--teal-medium td, tr.color\:hover-teal-medium:hover td, tr.color--active--teal-medium.active td,
tr.color--teal-medium .table__td,
tr.color\:hover-teal-medium:hover .table__td,
tr.color--active--teal-medium.active .table__td,
.table__row.color--teal-medium td,
.table__row.color\:hover-teal-medium:hover td,
.table__row.color--active--teal-medium.active td,
.table__row.color--teal-medium .table__td,
.table__row.color\:hover-teal-medium:hover .table__td,
.table__row.color--active--teal-medium.active .table__td {
  color: #06968e;
}
tr.color--teal-dark td, tr.color\:hover-teal-dark:hover td, tr.color--active--teal-dark.active td,
tr.color--teal-dark .table__td,
tr.color\:hover-teal-dark:hover .table__td,
tr.color--active--teal-dark.active .table__td,
.table__row.color--teal-dark td,
.table__row.color\:hover-teal-dark:hover td,
.table__row.color--active--teal-dark.active td,
.table__row.color--teal-dark .table__td,
.table__row.color\:hover-teal-dark:hover .table__td,
.table__row.color--active--teal-dark.active .table__td {
  color: #00685f;
}
tr.color--yellow td, tr.color\:hover-yellow:hover td, tr.color--active--yellow.active td,
tr.color--yellow .table__td,
tr.color\:hover-yellow:hover .table__td,
tr.color--active--yellow.active .table__td,
.table__row.color--yellow td,
.table__row.color\:hover-yellow:hover td,
.table__row.color--active--yellow.active td,
.table__row.color--yellow .table__td,
.table__row.color\:hover-yellow:hover .table__td,
.table__row.color--active--yellow.active .table__td {
  color: #ffc60b;
}
tr.color--yellow-vlight td, tr.color\:hover-yellow-vlight:hover td, tr.color--active--yellow-vlight.active td,
tr.color--yellow-vlight .table__td,
tr.color\:hover-yellow-vlight:hover .table__td,
tr.color--active--yellow-vlight.active .table__td,
.table__row.color--yellow-vlight td,
.table__row.color\:hover-yellow-vlight:hover td,
.table__row.color--active--yellow-vlight.active td,
.table__row.color--yellow-vlight .table__td,
.table__row.color\:hover-yellow-vlight:hover .table__td,
.table__row.color--active--yellow-vlight.active .table__td {
  color: #fffceb;
}
tr.color--yellow-light td, tr.color\:hover-yellow-light:hover td, tr.color--active--yellow-light.active td,
tr.color--yellow-light .table__td,
tr.color\:hover-yellow-light:hover .table__td,
tr.color--active--yellow-light.active .table__td,
.table__row.color--yellow-light td,
.table__row.color\:hover-yellow-light:hover td,
.table__row.color--active--yellow-light.active td,
.table__row.color--yellow-light .table__td,
.table__row.color\:hover-yellow-light:hover .table__td,
.table__row.color--active--yellow-light.active .table__td {
  color: #ffe76b;
}
tr.color--yellow-medium td, tr.color\:hover-yellow-medium:hover td, tr.color--active--yellow-medium.active td,
tr.color--yellow-medium .table__td,
tr.color\:hover-yellow-medium:hover .table__td,
tr.color--active--yellow-medium.active .table__td,
.table__row.color--yellow-medium td,
.table__row.color\:hover-yellow-medium:hover td,
.table__row.color--active--yellow-medium.active td,
.table__row.color--yellow-medium .table__td,
.table__row.color\:hover-yellow-medium:hover .table__td,
.table__row.color--active--yellow-medium.active .table__td {
  color: #b1792b;
}
tr.color--yellow-dark td, tr.color\:hover-yellow-dark:hover td, tr.color--active--yellow-dark.active td,
tr.color--yellow-dark .table__td,
tr.color\:hover-yellow-dark:hover .table__td,
tr.color--active--yellow-dark.active .table__td,
.table__row.color--yellow-dark td,
.table__row.color\:hover-yellow-dark:hover td,
.table__row.color--active--yellow-dark.active td,
.table__row.color--yellow-dark .table__td,
.table__row.color\:hover-yellow-dark:hover .table__td,
.table__row.color--active--yellow-dark.active .table__td {
  color: #6e4d26;
}
tr.color--red td, tr.color\:hover-red:hover td, tr.color--active--red.active td,
tr.color--red .table__td,
tr.color\:hover-red:hover .table__td,
tr.color--active--red.active .table__td,
.table__row.color--red td,
.table__row.color\:hover-red:hover td,
.table__row.color--active--red.active td,
.table__row.color--red .table__td,
.table__row.color\:hover-red:hover .table__td,
.table__row.color--active--red.active .table__td {
  color: #ef463f;
}
tr.color--red-vlight td, tr.color\:hover-red-vlight:hover td, tr.color--active--red-vlight.active td,
tr.color--red-vlight .table__td,
tr.color\:hover-red-vlight:hover .table__td,
tr.color--active--red-vlight.active .table__td,
.table__row.color--red-vlight td,
.table__row.color\:hover-red-vlight:hover td,
.table__row.color--active--red-vlight.active td,
.table__row.color--red-vlight .table__td,
.table__row.color\:hover-red-vlight:hover .table__td,
.table__row.color--active--red-vlight.active .table__td {
  color: #fef5f6;
}
tr.color--red-light td, tr.color\:hover-red-light:hover td, tr.color--active--red-light.active td,
tr.color--red-light .table__td,
tr.color\:hover-red-light:hover .table__td,
tr.color--active--red-light.active .table__td,
.table__row.color--red-light td,
.table__row.color\:hover-red-light:hover td,
.table__row.color--active--red-light.active td,
.table__row.color--red-light .table__td,
.table__row.color\:hover-red-light:hover .table__td,
.table__row.color--active--red-light.active .table__td {
  color: #f5989e;
}
tr.color--red-medium td, tr.color\:hover-red-medium:hover td, tr.color--active--red-medium.active td,
tr.color--red-medium .table__td,
tr.color\:hover-red-medium:hover .table__td,
tr.color--active--red-medium.active .table__td,
.table__row.color--red-medium td,
.table__row.color\:hover-red-medium:hover td,
.table__row.color--active--red-medium.active td,
.table__row.color--red-medium .table__td,
.table__row.color\:hover-red-medium:hover .table__td,
.table__row.color--active--red-medium.active .table__td {
  color: #cd1722;
}
tr.color--red-dark td, tr.color\:hover-red-dark:hover td, tr.color--active--red-dark.active td,
tr.color--red-dark .table__td,
tr.color\:hover-red-dark:hover .table__td,
tr.color--active--red-dark.active .table__td,
.table__row.color--red-dark td,
.table__row.color\:hover-red-dark:hover td,
.table__row.color--active--red-dark.active td,
.table__row.color--red-dark .table__td,
.table__row.color\:hover-red-dark:hover .table__td,
.table__row.color--active--red-dark.active .table__td {
  color: #981b23;
}
tr.color--magenta td, tr.color\:hover-magenta:hover td, tr.color--active--magenta.active td,
tr.color--magenta .table__td,
tr.color\:hover-magenta:hover .table__td,
tr.color--active--magenta.active .table__td,
.table__row.color--magenta td,
.table__row.color\:hover-magenta:hover td,
.table__row.color--active--magenta.active td,
.table__row.color--magenta .table__td,
.table__row.color\:hover-magenta:hover .table__td,
.table__row.color--active--magenta.active .table__td {
  color: #e54c8a;
}
tr.color--magenta-vlight td, tr.color\:hover-magenta-vlight:hover td, tr.color--active--magenta-vlight.active td,
tr.color--magenta-vlight .table__td,
tr.color\:hover-magenta-vlight:hover .table__td,
tr.color--active--magenta-vlight.active .table__td,
.table__row.color--magenta-vlight td,
.table__row.color\:hover-magenta-vlight:hover td,
.table__row.color--active--magenta-vlight.active td,
.table__row.color--magenta-vlight .table__td,
.table__row.color\:hover-magenta-vlight:hover .table__td,
.table__row.color--active--magenta-vlight.active .table__td {
  color: #fdebf3;
}
tr.color--magenta-light td, tr.color\:hover-magenta-light:hover td, tr.color--active--magenta-light.active td,
tr.color--magenta-light .table__td,
tr.color\:hover-magenta-light:hover .table__td,
tr.color--active--magenta-light.active .table__td,
.table__row.color--magenta-light td,
.table__row.color\:hover-magenta-light:hover td,
.table__row.color--active--magenta-light.active td,
.table__row.color--magenta-light .table__td,
.table__row.color\:hover-magenta-light:hover .table__td,
.table__row.color--active--magenta-light.active .table__td {
  color: #f38fbb;
}
tr.color--magenta-medium td, tr.color\:hover-magenta-medium:hover td, tr.color--active--magenta-medium.active td,
tr.color--magenta-medium .table__td,
tr.color\:hover-magenta-medium:hover .table__td,
tr.color--active--magenta-medium.active .table__td,
.table__row.color--magenta-medium td,
.table__row.color\:hover-magenta-medium:hover td,
.table__row.color--active--magenta-medium.active td,
.table__row.color--magenta-medium .table__td,
.table__row.color\:hover-magenta-medium:hover .table__td,
.table__row.color--active--magenta-medium.active .table__td {
  color: #962e65;
}
tr.color--magenta-dark td, tr.color\:hover-magenta-dark:hover td, tr.color--active--magenta-dark.active td,
tr.color--magenta-dark .table__td,
tr.color\:hover-magenta-dark:hover .table__td,
tr.color--active--magenta-dark.active .table__td,
.table__row.color--magenta-dark td,
.table__row.color\:hover-magenta-dark:hover td,
.table__row.color--active--magenta-dark.active td,
.table__row.color--magenta-dark .table__td,
.table__row.color\:hover-magenta-dark:hover .table__td,
.table__row.color--active--magenta-dark.active .table__td {
  color: #63144a;
}
tr.color--purple td, tr.color\:hover-purple:hover td, tr.color--active--purple.active td,
tr.color--purple .table__td,
tr.color\:hover-purple:hover .table__td,
tr.color--active--purple.active .table__td,
.table__row.color--purple td,
.table__row.color\:hover-purple:hover td,
.table__row.color--active--purple.active td,
.table__row.color--purple .table__td,
.table__row.color\:hover-purple:hover .table__td,
.table__row.color--active--purple.active .table__td {
  color: #d16fcf;
}
tr.color--purple-vlight td, tr.color\:hover-purple-vlight:hover td, tr.color--active--purple-vlight.active td,
tr.color--purple-vlight .table__td,
tr.color\:hover-purple-vlight:hover .table__td,
tr.color--active--purple-vlight.active .table__td,
.table__row.color--purple-vlight td,
.table__row.color\:hover-purple-vlight:hover td,
.table__row.color--active--purple-vlight.active td,
.table__row.color--purple-vlight .table__td,
.table__row.color\:hover-purple-vlight:hover .table__td,
.table__row.color--active--purple-vlight.active .table__td {
  color: #f0e2ef;
}
tr.color--purple-light td, tr.color\:hover-purple-light:hover td, tr.color--active--purple-light.active td,
tr.color--purple-light .table__td,
tr.color\:hover-purple-light:hover .table__td,
tr.color--active--purple-light.active .table__td,
.table__row.color--purple-light td,
.table__row.color\:hover-purple-light:hover td,
.table__row.color--active--purple-light.active td,
.table__row.color--purple-light .table__td,
.table__row.color\:hover-purple-light:hover .table__td,
.table__row.color--active--purple-light.active .table__td {
  color: #cca0ca;
}
tr.color--purple-medium td, tr.color\:hover-purple-medium:hover td, tr.color--active--purple-medium.active td,
tr.color--purple-medium .table__td,
tr.color\:hover-purple-medium:hover .table__td,
tr.color--active--purple-medium.active .table__td,
.table__row.color--purple-medium td,
.table__row.color\:hover-purple-medium:hover td,
.table__row.color--active--purple-medium.active td,
.table__row.color--purple-medium .table__td,
.table__row.color\:hover-purple-medium:hover .table__td,
.table__row.color--active--purple-medium.active .table__td {
  color: #9337aa;
}
tr.color--purple-dark td, tr.color\:hover-purple-dark:hover td, tr.color--active--purple-dark.active td,
tr.color--purple-dark .table__td,
tr.color\:hover-purple-dark:hover .table__td,
tr.color--active--purple-dark.active .table__td,
.table__row.color--purple-dark td,
.table__row.color\:hover-purple-dark:hover td,
.table__row.color--active--purple-dark.active td,
.table__row.color--purple-dark .table__td,
.table__row.color\:hover-purple-dark:hover .table__td,
.table__row.color--active--purple-dark.active .table__td {
  color: #531468;
}
tr.color--violet td, tr.color\:hover-violet:hover td, tr.color--active--violet.active td,
tr.color--violet .table__td,
tr.color\:hover-violet:hover .table__td,
tr.color--active--violet.active .table__td,
.table__row.color--violet td,
.table__row.color\:hover-violet:hover td,
.table__row.color--active--violet.active td,
.table__row.color--violet .table__td,
.table__row.color\:hover-violet:hover .table__td,
.table__row.color--active--violet.active .table__td {
  color: #8e78b7;
}
tr.color--violet-vlight td, tr.color\:hover-violet-vlight:hover td, tr.color--active--violet-vlight.active td,
tr.color--violet-vlight .table__td,
tr.color\:hover-violet-vlight:hover .table__td,
tr.color--active--violet-vlight.active .table__td,
.table__row.color--violet-vlight td,
.table__row.color\:hover-violet-vlight:hover td,
.table__row.color--active--violet-vlight.active td,
.table__row.color--violet-vlight .table__td,
.table__row.color\:hover-violet-vlight:hover .table__td,
.table__row.color--active--violet-vlight.active .table__td {
  color: #e9e7f2;
}
tr.color--violet-light td, tr.color\:hover-violet-light:hover td, tr.color--active--violet-light.active td,
tr.color--violet-light .table__td,
tr.color\:hover-violet-light:hover .table__td,
tr.color--active--violet-light.active .table__td,
.table__row.color--violet-light td,
.table__row.color\:hover-violet-light:hover td,
.table__row.color--active--violet-light.active td,
.table__row.color--violet-light .table__td,
.table__row.color\:hover-violet-light:hover .table__td,
.table__row.color--active--violet-light.active .table__td {
  color: #aca3d0;
}
tr.color--violet-medium td, tr.color\:hover-violet-medium:hover td, tr.color--active--violet-medium.active td,
tr.color--violet-medium .table__td,
tr.color\:hover-violet-medium:hover .table__td,
tr.color--active--violet-medium.active .table__td,
.table__row.color--violet-medium td,
.table__row.color\:hover-violet-medium:hover td,
.table__row.color--active--violet-medium.active td,
.table__row.color--violet-medium .table__td,
.table__row.color\:hover-violet-medium:hover .table__td,
.table__row.color--active--violet-medium.active .table__td {
  color: #57539e;
}
tr.color--violet-dark td, tr.color\:hover-violet-dark:hover td, tr.color--active--violet-dark.active td,
tr.color--violet-dark .table__td,
tr.color\:hover-violet-dark:hover .table__td,
tr.color--active--violet-dark.active .table__td,
.table__row.color--violet-dark td,
.table__row.color\:hover-violet-dark:hover td,
.table__row.color--active--violet-dark.active td,
.table__row.color--violet-dark .table__td,
.table__row.color\:hover-violet-dark:hover .table__td,
.table__row.color--active--violet-dark.active .table__td {
  color: #312e7f;
}
tr.color--hr td, tr.color\:hover-hr:hover td, tr.color--active--hr.active td,
tr.color--hr .table__td,
tr.color\:hover-hr:hover .table__td,
tr.color--active--hr.active .table__td,
.table__row.color--hr td,
.table__row.color\:hover-hr:hover td,
.table__row.color--active--hr.active td,
.table__row.color--hr .table__td,
.table__row.color\:hover-hr:hover .table__td,
.table__row.color--active--hr.active .table__td {
  color: #dbdbdb;
}
tr.color--bg-awaiting td, tr.color\:hover-bg-awaiting:hover td, tr.color--active--bg-awaiting.active td,
tr.color--bg-awaiting .table__td,
tr.color\:hover-bg-awaiting:hover .table__td,
tr.color--active--bg-awaiting.active .table__td,
.table__row.color--bg-awaiting td,
.table__row.color\:hover-bg-awaiting:hover td,
.table__row.color--active--bg-awaiting.active td,
.table__row.color--bg-awaiting .table__td,
.table__row.color\:hover-bg-awaiting:hover .table__td,
.table__row.color--active--bg-awaiting.active .table__td {
  color: #fcf7c3;
}
tr.color--secondary-light td, tr.color\:hover-secondary-light:hover td, tr.color--active--secondary-light.active td,
tr.color--secondary-light .table__td,
tr.color\:hover-secondary-light:hover .table__td,
tr.color--active--secondary-light.active .table__td,
.table__row.color--secondary-light td,
.table__row.color\:hover-secondary-light:hover td,
.table__row.color--active--secondary-light.active td,
.table__row.color--secondary-light .table__td,
.table__row.color\:hover-secondary-light:hover .table__td,
.table__row.color--active--secondary-light.active .table__td {
  color: #6c66f0;
}
tr.color--museum-card-light td, tr.color\:hover-museum-card-light:hover td, tr.color--active--museum-card-light.active td,
tr.color--museum-card-light .table__td,
tr.color\:hover-museum-card-light:hover .table__td,
tr.color--active--museum-card-light.active .table__td,
.table__row.color--museum-card-light td,
.table__row.color\:hover-museum-card-light:hover td,
.table__row.color--active--museum-card-light.active td,
.table__row.color--museum-card-light .table__td,
.table__row.color\:hover-museum-card-light:hover .table__td,
.table__row.color--active--museum-card-light.active .table__td {
  color: #ff1c75;
}
tr--deleted td,
tr--deleted .table__td,
.table__row--deleted td,
.table__row--deleted .table__td {
  opacity: 0.6;
}
tr--deleted td:first-child::before,
tr--deleted .table__td:first-child::before,
.table__row--deleted td:first-child::before,
.table__row--deleted .table__td:first-child::before {
  background-color: var(--sviby-color-hr);
}
tr--paid td:first-child::before,
tr--paid .table__td:first-child::before,
.table__row--paid td:first-child::before,
.table__row--paid .table__td:first-child::before {
  background-color: var(--sviby-color-success);
}
tr--pending td:first-child::before,
tr--pending .table__td:first-child::before,
.table__row--pending td:first-child::before,
.table__row--pending .table__td:first-child::before {
  background-color: var(--sviby-color-awaiting);
}
tr--error td:first-child::before,
tr--error .table__td:first-child::before, tr--expired td:first-child::before,
tr--expired .table__td:first-child::before,
.table__row--error td:first-child::before,
.table__row--error .table__td:first-child::before,
.table__row--expired td:first-child::before,
.table__row--expired .table__td:first-child::before {
  background-color: var(--sviby-color-error);
}
tr--status--deleted td,
tr--status--deleted .table__td,
.table__row--status--deleted td,
.table__row--status--deleted .table__td {
  opacity: 0.6;
}
tr--status--deleted td:first-child::before,
tr--status--deleted .table__td:first-child::before,
.table__row--status--deleted td:first-child::before,
.table__row--status--deleted .table__td:first-child::before {
  background-color: var(--sviby-color-hr);
}
tr--status--paid td:first-child::before,
tr--status--paid .table__td:first-child::before,
.table__row--status--paid td:first-child::before,
.table__row--status--paid .table__td:first-child::before {
  background-color: var(--sviby-color-success);
}
tr--status--pending td:first-child::before,
tr--status--pending .table__td:first-child::before,
.table__row--status--pending td:first-child::before,
.table__row--status--pending .table__td:first-child::before {
  background-color: var(--sviby-color-awaiting);
}
tr--status--error td:first-child::before,
tr--status--error .table__td:first-child::before, tr--status--expired td:first-child::before,
tr--status--expired .table__td:first-child::before,
.table__row--status--error td:first-child::before,
.table__row--status--error .table__td:first-child::before,
.table__row--status--expired td:first-child::before,
.table__row--status--expired .table__td:first-child::before {
  background-color: var(--sviby-color-error);
}
tr--child > td,
.table__row--child > td {
  padding: 0;
}
tr--child > td:first-child, tr--child > td:last-child,
.table__row--child > td:first-child,
.table__row--child > td:last-child {
  padding: 0;
}
tr--child > td.table__td--padding,
.table__row--child > td.table__td--padding {
  padding: calc(16px * var(--sviby-spacing-modifier)) calc(15px * var(--sviby-spacing-modifier));
}

.table-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}
.table-wrapper--scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.table-wrapper--scroll::-webkit-scrollbar {
  height: 16px;
  width: 16px;
  border-radius: 8px;
}
.table-wrapper--scroll::-webkit-scrollbar-track {
  background: #FFF;
}
.table-wrapper--scroll::-webkit-scrollbar-thumb {
  background: var(--sviby-color-input-border);
  height: 6px;
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 100px;
}
.table-wrapper--scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.table-wrapper--scroll::-webkit-scrollbar-corner {
  background-color: transparent;
}
.table-wrapper--scroll table {
  min-width: var(--sviby-table-min-width, 600px);
}
.table-wrapper--no-padding {
  padding-bottom: 0;
}
.table-wrapper--child {
  padding-bottom: 0;
}
.table-wrapper--child .legend-wrapper {
  border: 0;
}
.table__head, .table__head1 {
  font-weight: 600;
}
.table__head td,
.table__head th,
.table__head .table__td,
.table__head .table__th, .table__head1 td,
.table__head1 th,
.table__head1 .table__td,
.table__head1 .table__th {
  background-color: var(--sviby-color-table-header);
}
.table__head--sticky, .table__head1--sticky {
  position: sticky;
  top: var(--sviby-header-clearance, 0);
  left: 0;
  z-index: 10;
  backface-visibility: hidden;
}
.table__row--highlight {
  background: var(--sviby-color-bg-light-alt);
}
.table__row--hover {
  cursor: pointer;
}
.table__sub-row {
  background-color: var(--sviby-color-table-secondary-header);
}
.table__sub-row:not(.show) {
  display: none;
}
.table__sub-row td,
.table__sub-row .table__td {
  font-size: 14px;
}
.table__sub-row td:nth-child(1),
.table__sub-row .table__td:nth-child(1) {
  padding-left: 44px;
}
.table__toggle-sub-row {
  cursor: pointer;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.table__toggle-sub-row:hover {
  color: var(--sviby-color-text-muted);
}
.table__toggle-sub-row .icon {
  margin-right: 10px;
}
.table__toggle-sub-row.show .icon {
  transform: rotate(180deg);
}
.table__head2, .table__sub-head {
  font-weight: 600;
}
.table__head2 td,
.table__head2 .table__td, .table__sub-head td,
.table__sub-head .table__td {
  background-color: var(--sviby-color-table-secondary-header);
}
.table__footer {
  font-weight: 600;
}
.table__footer td,
.table__footer .table__td {
  background-color: var(--sviby-color-table-footer);
  border-top: 1px solid var(--sviby-color-hr);
}
.table__footer--highlight td,
.table__footer--highlight .table__td {
  background-color: var(--sviby-color-table-total);
}
.table--total td,
.table--total .table__td {
  border: 0;
  background-color: var(--sviby-color-table-total);
}
.table--total .table__footer td,
.table--total .table__footer .table__td {
  font-weight: 600;
  background-color: var(--sviby-color-table-total);
}
.table--total .table__footer:not(:first-child) td,
.table--total .table__footer:not(:first-child) .table__td {
  border-top: 1px solid var(--sviby-color-hr);
}
.table__title {
  font: var(--sviby-font-h4);
  padding: var(--sviby-font-h4-spacing);
  letter-spacing: -0.015em;
  padding: 15px;
  background-color: var(--sviby-color-bg);
  border: 1px solid var(--sviby-color-hr);
  border-bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.table__title + table tr:first-of-type > :first-child {
  border-top-left-radius: 0;
}
.table__title + table tr:first-of-type > :last-child {
  border-top-right-radius: 0;
}
.table__buttons {
  text-align: right;
  padding-bottom: 10px;
  padding-top: 10px;
}
.table__buttons .collection {
  justify-content: flex-end;
}
.table__buttons td,
.table__buttons .table__td {
  padding-right: 0;
}
.table__buttons .btn .icon, .table__buttons .note-modal .note-btn-primary .icon, .note-modal .table__buttons .note-btn-primary .icon {
  height: 14px;
}
.table__collapse-cell {
  position: relative;
  width: 40px;
  cursor: pointer;
}
.table__collapse-cell:empty {
  pointer-events: none;
}
.table__collapse-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.table__collapse-btn .icon {
  width: 12px;
  height: 12px;
}
.table__row--open .table__collapse-btn .icon {
  transform: rotate(180deg);
}

.td--checkbox,
.th--checkbox {
  width: 40px;
  text-align: left;
}
.td--checkbox:first-child,
.th--checkbox:first-child {
  padding-left: calc(8px * var(--sviby-spacing-modifier));
  border-right: 1px solid var(--sviby-color-view-background);
}
.td--checkbox .checkbox,
.th--checkbox .checkbox {
  width: 18px;
}
.td--checkbox .checkbox__label,
.th--checkbox .checkbox__label {
  padding: 0;
}
.td--checkbox .checkbox__body,
.th--checkbox .checkbox__body {
  padding-left: 18px;
  min-height: 18px;
}
.td--checkbox .checkbox__check,
.th--checkbox .checkbox__check {
  width: 18px;
  height: 18px;
  border-radius: 2px;
}

.performance-sector {
  background: none;
}
.performance-sector.row-index--1 td, .performance-sector.row-index--1 th {
  background-color: #f6f6f6;
}
.performance-sector:hover td:first-child::before {
  background-color: var(--sviby-color-table-row-hover);
}
.performance-sector td {
  background: var(--sviby-color-bg);
}

.td-width--120 {
  width: 120px;
}

.event-performance + .performance-sector td:first-child::after {
  width: 100%;
  left: 0;
}

.row-title.with-arrow {
  position: relative;
  padding-left: 20px;
  display: block;
}
.row-title.with-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 10px;
  height: 10px;
  background: url("/img/ui-icons/Line/User Interface/Chevron Down.svg") center/contain no-repeat;
}

.active .row-title.with-arrow::before {
  transform: rotate(180deg);
}

.admin-table .table__sub-row {
  color: #6e6e6e;
}
.admin-table .table__sub-row.row-index--1 td, .admin-table .table__sub-row.row-index--1 th {
  background-color: #f6f6f6;
}
.admin-table .table__parent-row td, .admin-table .table__parent-row th {
  background-color: #fff;
}
.admin-table .no-hover {
  pointer-events: none;
}
.admin-table .no-border th, .admin-table .no-border td {
  border-top: none;
  border-bottom: none;
}
.admin-table tr.table__footer td {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.admin-table .tr--custom-bg th, .admin-table .tr--custom-bg td {
  background-color: transparent;
}

.page-title-area {
  position: relative;
  margin-bottom: calc(var(--sviby-gutters-y) * var(--sviby-grid-multiplier));
}
.page-title-area > .container {
  padding-top: calc(var(--sviby-gutters-y) * var(--sviby-grid-multiplier));
  padding-bottom: calc(var(--sviby-gutters-y) * var(--sviby-grid-multiplier));
}
.page-title-area__logo {
  position: relative;
  width: 150px;
  max-height: var(--sviby-logo-height);
}
.page-title-area__logo img {
  max-width: 100%;
  max-height: 100%;
  max-height: var(--sviby-logo-height);
}
.page-title-area h1,
.page-title-area h2,
.page-title-area h3,
.page-title-area h4,
.page-title-area p {
  padding: 0;
}
.page-title-area__title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-title-area__title-row--clickable {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  color: var(--sviby-color-primary);
}
.page-title-area__title-row--clickable:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  background: url("/img/ui-icons/Line/User Interface/Chevron Down.svg") center/contain no-repeat;
}
.page-title-area__title,
.page-title-area h1 {
  padding: 0;
  margin-right: auto;
}
.page-title-area__subtitle {
  display: flex;
  padding: 0;
  color: var(--sviby-color-text-muted);
}
.page-title-area__subtitle .selection {
  margin-top: 15px;
}
.page-title-area__subtitle .selection--minimal .select__value {
  font: var(--sviby-font-p);
}
.page-title-area--with-button .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-title-area--with-button .container > div {
  flex: 1;
}
.page-title-area .page-nav {
  margin-top: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  margin-bottom: calc((var(--sviby-gutters) * var(--sviby-grid-multiplier)) * -1);
}

@media (max-width: 768px) {
  .page-title-area__title-row--clickable {
    padding-left: 18px;
  }
  .page-title-area__title-row--clickable:before {
    width: 10px;
  }
}
.event-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--sviby-color-bg);
  border: 1px solid var(--sviby-current-color-light, var(--sviby-color-hr));
  flex: 1;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.event-card__body {
  position: relative;
  padding: 15px;
}
.event-card__thumbnail {
  position: relative;
  border-radius: 4px;
  position: relative;
}
.event-card__thumbnail::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.event-card__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-card__series {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  color: var(--sviby-color-text-muted);
  padding-bottom: 5px;
}
.event-card__event {
  font: var(--sviby-font-h4);
  padding: var(--sviby-font-h4-spacing);
  letter-spacing: -0.015em;
}
.event-card__address, .event-card__date {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  font-weight: 500;
}
.event-card:hover {
  cursor: pointer;
  border-color: var(--sviby-color-dark);
}

.event-statistics-card {
  position: relative;
  padding-top: 10px;
  display: flex;
  width: 100%;
}
.event-statistics-card:not(:last-child) {
  border-bottom: 1px solid var(--sviby-color-hr);
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.event-statistics-card:last-child {
  margin-bottom: 10px;
}
.event-statistics-card__header {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: row;
}
.event-statistics-card__header-content {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.event-statistics-card__thumbnail {
  position: relative;
  width: 148px;
  height: 148px;
  margin-right: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.event-statistics-card__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-statistics-card__event-title {
  font: var(--sviby-font-h4);
  padding: var(--sviby-font-h4-spacing);
  letter-spacing: -0.015em;
  position: relative;
  display: block;
  padding-bottom: 3px;
  padding-top: 10px;
}
.event-statistics-card__series-title {
  position: relative;
  color: var(--sviby-color-text-muted);
  display: block;
}
.event-statistics-card__series-title .icon {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.event-statistics-card__body {
  position: relative;
  padding-left: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  padding-right: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  min-width: 40%;
  width: 100%;
  max-width: 320px;
}
.event-statistics-card__footer {
  position: relative;
}
.event-statistics-card__footer .btn.btn--icon, .event-statistics-card__footer .note-modal .btn--icon.note-btn-primary, .note-modal .event-statistics-card__footer .btn--icon.note-btn-primary {
  width: auto;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.event-statistics-card__statistics-list {
  position: relative;
  width: 100%;
  margin-top: -10px;
}
.event-statistics-card__statistics-list__item {
  position: relative;
  padding: 10px 5px 0;
  display: flex;
}
.event-statistics-card__statistics-list__item__label {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  flex: 1;
}
.event-statistics-card__statistics-list__item__label .tooltip-btn__btn {
  font-size: 12px;
  width: 16px;
  height: 16px;
}
.event-statistics-card__statistics-list__item__data {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  text-align: right;
}
.event-statistics-card__statistics-list__item__data--large {
  font: var(--sviby-font-p);
  padding: var(--sviby-font-p-spacing);
  letter-spacing: -0.01em;
  padding: 0;
  font-weight: 600;
}
.event-statistics-card__progress-wrapper {
  position: relative;
  padding-top: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}
.event-statistics-card__progress-wrapper .progressbar {
  height: 10px;
}
.event-statistics-card--hover {
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.event-statistics-card--hover:hover {
  cursor: pointer;
}
.event-statistics-card hr {
  border-color: var(--sviby-color-view-background);
  margin: 0;
  margin-top: 10px;
}

.filter-tab-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-tab-bar__list {
  position: relative;
  display: flex;
  flex: 1;
  border-bottom: 1px solid var(--sviby-color-hr);
}
.filter-tab-bar__item {
  position: relative;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  color: var(--sviby-color-text-muted);
}
.filter-tab-bar__item:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-tab-bar__item:hover {
  color: var(--sviby-color-text);
  cursor: pointer;
}
.filter-tab-bar__item:hover:after {
  background-color: var(--sviby-color-hr);
}
.filter-tab-bar__item--active:after {
  background-color: var(--sviby-color-primary);
}
.filter-tab-bar__item .tag {
  margin-left: 5px;
  background-color: var(--sviby-color-hr);
}
.filter-tab-bar__item-label {
  font: var(--sviby-font-label);
  letter-spacing: -0.01em;
  padding: 0;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-tab-bar .search-field .form-input__before {
  border-bottom-left-radius: 0;
}

.event-list-card {
  --sviby-card-padding-x: 15px;
  --sviby-card-padding-y: 15px;
  position: relative;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--sviby-current-color-light, var(--sviby-color-hr));
  padding: var(--sviby-card-padding-y) var(--sviby-card-padding-x);
  background-color: var(--sviby-color-bg);
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .event-list-card {
    --sviby-card-padding-x: 11.25px;
    --sviby-card-padding-y: 11.25px;
  }
}
@media (max-width: 992px) {
  .event-list-card {
    --sviby-card-padding-x: 7.5px;
    --sviby-card-padding-y: 7.5px;
  }
}
.event-list-card__banner {
  font: var(--sviby-font-btn);
  letter-spacing: -0.01em;
  position: relative;
  padding: 5px 10px;
  text-align: center;
}
.event-list-card__content {
  position: relative;
  display: flex;
}
.event-list-card__thumbnail {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 4px;
}
.event-list-card__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-list-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px;
}
.event-list-card__footer {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}
.event-list-card__event-title {
  font: var(--sviby-font-h4);
  padding: var(--sviby-font-h4-spacing);
  letter-spacing: -0.015em;
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.event-list-card__series-title {
  position: relative;
  display: block;
}
.event-list-card__tag-container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
}

.seat-modal__image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--sviby-color-hr);
}
@media (min-width: 769px) {
  .seat-modal__image-wrapper {
    display: none;
  }
}
.seat-modal__image {
  border-radius: 8px;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
.seat-modal__row {
  position: relative;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}
.seat-modal__col {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.seat-modal__col:first-child {
  margin-right: auto;
}
.seat-modal__label {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  padding: 0;
  padding-right: 10px;
  color: var(--sviby-color-text-muted);
}
.seat-modal__data {
  font: var(--sviby-font-h3);
  padding: var(--sviby-font-h3-spacing);
  letter-spacing: -0.02em;
  padding: 0;
}
.seat-modal__pricelists {
  position: relative;
}
.seat-modal__pricelist {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border-radius: 4px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.seat-modal__pricelist-wrapper {
  position: relative;
}
.seat-modal__pricelist-wrapper:not(:last-child) {
  border-bottom: 1px solid var(--sviby-color-hr);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.seat-modal__pricelist--single:hover {
  background-color: var(--sviby-color-bg-alt);
  color: var(--sviby-color-primary);
  cursor: pointer;
}
.seat-modal__pricelist__data {
  display: flex;
  flex-direction: column;
}
.seat-modal__pricelist__name {
  font: var(--sviby-font-h4);
  padding: var(--sviby-font-h4-spacing);
  letter-spacing: -0.015em;
  padding: 0;
}
.seat-modal__pricelist__select {
  margin-left: auto;
}
.seat-modal__pricelist__discount {
  position: relative;
  padding-left: 30px;
}
.seat-modal__pricelist__discount__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.seat-modal__pricelist__discount::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
  width: 15px;
  border-left: 2px solid var(--sviby-color-hr);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.seat-modal__pricelist__discount--single:hover {
  cursor: pointer;
}
.seat-modal__pricelist__discount--single:hover .seat-modal__pricelist__discount__inner {
  color: var(--sviby-color-primary);
  background-color: var(--sviby-color-bg-alt);
}
.seat-modal__pricelist__discount:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 15px;
  transform: translateY(-50%);
  border-bottom: 2px solid var(--sviby-color-hr);
}
.seat-modal__pricelist__discount:last-child::before {
  height: 50%;
  border-bottom-left-radius: 8px;
  border-bottom: 2px solid var(--sviby-color-hr);
}
.seat-modal__pricelist + .seat-modal__pricelist__discount {
  margin-top: 5px;
}

.sector-group-modal__pricelists {
  position: relative;
}
.sector-group-modal__pricelist {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
  background-color: var(--sviby-color-bg);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sector-group-modal__pricelist:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--sviby-color-hr);
}
.sector-group-modal__pricelist-data {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sector-group-modal__pricelist-name {
  font: var(--sviby-font-h4);
  padding: var(--sviby-font-h4-spacing);
  letter-spacing: -0.015em;
  padding: 0;
}
.sector-group-modal__pricelist-price {
  color: var(--sviby-color-text-muted);
}
.sector-group-modal__pricelist-description {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  color: var(--sviby-color-text-muted);
}
.sector-group-modal__pricelist-select {
  margin-left: auto;
}
.sector-group-modal__pricelist .number-selector {
  margin-left: auto;
  width: 140px;
}

.ticket-item {
  position: relative;
  width: 100%;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ticket-item:hover {
  border-color: var(--sviby-color-hr);
}
.ticket-item:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--sviby-color-view-background);
}
.ticket-item__header {
  display: flex;
  align-items: center;
}
.ticket-item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ticket-item__body {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.ticket-item__body .ticket-item__row-info, .ticket-item__body .ticket-item__seat {
  position: relative;
  display: flex;
  align-items: center;
}
.ticket-item__body .ticket-item__row-info span, .ticket-item__body .ticket-item__seat span {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  padding-bottom: 0;
  padding-right: 5px;
  color: var(--sviby-color-text-muted);
}
.ticket-item__body .ticket-item__row-info span.ticket-item__seat-number, .ticket-item__body .ticket-item__row-info span.ticket-item__row-number, .ticket-item__body .ticket-item__seat span.ticket-item__seat-number, .ticket-item__body .ticket-item__seat span.ticket-item__row-number {
  padding-right: 0;
  font-weight: 600;
  color: var(--sviby-color-text);
}
.ticket-item__body .ticket-item__row-info, .ticket-item__body .ticket-item__sector {
  padding-right: 10px;
}
.ticket-item__body .ticket-item__sector span {
  font-weight: 600;
}
.ticket-item__body h4 {
  padding: 0;
}
.ticket-item__sector {
  position: relative;
  flex: 1;
  padding-right: 10px;
}
.ticket-item__sector h4 {
  padding-bottom: 0;
}
.ticket-item__pricelist-name {
  width: 100%;
}
.ticket-item__footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}
.ticket-item__pricerange {
  position: relative;
  display: flex;
  align-items: center;
}
.ticket-item__pricerange-indicator {
  position: relative;
}
.ticket-item__pricerange-indicator .arena-price-indicator {
  width: 10px;
  height: 10px;
  min-height: 0;
}
.ticket-item__pricerange-label {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  position: relative;
  color: var(--sviby-color-text-muted);
  padding: 0;
}
.ticket-item__price {
  font-weight: 600;
  color: var(--sviby-color-primary);
  margin-left: auto;
  padding-left: 10px;
}
.ticket-item .selection .select__btn,
.ticket-item .selection .select__value {
  background: none;
}
@media (max-width: 768px) {
  .ticket-item:first-child {
    margin-top: 10px;
  }
}

.ticket-item-wrapper {
  position: relative;
  display: flex;
}
.ticket-item-wrapper .checkbox {
  margin-top: 2px;
}
.ticket-item-wrapper:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--sviby-color-view-background);
}

.cart-subtotal {
  position: relative;
  padding: calc(20px * var(--sviby-spacing-modifier)) 0;
}
.cart-subtotal__tickets-count {
  position: relative;
  color: var(--sviby-color-text-muted);
}
.cart-subtotal__total-sum {
  font: var(--sviby-font-h4);
  padding: var(--sviby-font-h4-spacing);
  letter-spacing: -0.015em;
  position: relative;
  margin-left: auto;
  text-align: right;
  padding: 0;
}

.public-arena-spot-picker {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.public-arena-spot-picker__price-components {
  position: relative;
  padding: 5px 0 15px;
}
.public-arena-spot-picker__price-component {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.public-arena-spot-picker__price-component-label {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  position: relative;
  padding: 0;
  padding-right: 10px;
  color: var(--sviby-color-text-muted);
}
.public-arena-spot-picker__price-component-value {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  font-weight: 600;
  text-align: right;
}
.public-arena-spot-picker__price-component:not(:last-child) {
  padding-bottom: 6px;
}
.public-arena-spot-picker__price-component:last-child {
  padding-top: 6px;
}
.public-arena-spot-picker__price-component:last-child .public-arena-spot-picker__price-component-label {
  color: var(--sviby-color-text);
  font-weight: 600;
}
.public-arena-spot-picker__price-component:last-child .public-arena-spot-picker__price-component-value {
  font: var(--sviby-font-p);
  padding: var(--sviby-font-p-spacing);
  letter-spacing: -0.01em;
  padding: 0;
  font-weight: 600;
}
.public-arena-spot-picker__cart {
  position: relative;
}
.public-arena-spot-picker__cart__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--sviby-color-view-background);
}
.public-arena-spot-picker__cart__body {
  position: relative;
  padding-top: 10px;
}

@media (max-width: 992px) {
  .public-arena-spot-picker.arena-layout {
    --sviby-arena-layout-sidebar-width: 320px !important;
  }
}
@media (max-width: 768px) {
  .public-arena-spot-picker.arena-layout {
    flex-direction: column;
  }
  .public-arena-spot-picker__sidebar__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .public-arena-spot-picker .arena-spot-picker__sidebar-cart-footer__buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .public-arena-spot-picker .arena-layout__body {
    width: 100%;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .public-arena-spot-picker .arena-layout__body + .arena-layout__sidebar {
    padding-left: 0;
  }
  .public-arena-spot-picker .arena-layout__sidebar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 110px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    z-index: 200;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .public-arena-spot-picker .arena-layout__sidebar__inner {
    padding-top: 5px;
  }
  .public-arena-spot-picker .arena-layout__sidebar__footer {
    padding-top: 0;
  }
  .public-arena-spot-picker .cart-subtotal {
    width: 100%;
    opacity: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px;
    height: 80px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .public-arena-spot-picker .sidebar-cart-footer {
    transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .public-arena-spot-picker .floor-selector {
    bottom: 110px;
  }
  .public-arena-spot-picker:not(.public-arena-spot-picker--mobile-open) .arena-layout__sidebar__body .activity-indicator-overlay {
    display: none !important;
  }
  .public-arena-spot-picker:not(.public-arena-spot-picker--mobile-open) .cart-subtotal {
    height: 0;
  }
  .public-arena-spot-picker--mobile-open .arena-layout__sidebar {
    height: 100%;
  }
  .public-arena-spot-picker--mobile-open .arena-layout__body {
    opacity: 0;
    transform: translateY(-30px);
  }
  .public-arena-spot-picker--mobile-open .cart-subtotal {
    opacity: 1;
  }
  .public-arena-spot-picker--mobile-open .sidebar-cart-footer {
    padding-top: 48px;
  }
  .public-arena-spot-picker--mobile-open .public-arena-spot-picker__sidebar__header {
    border-color: var(--sviby-color-hr);
  }
}
.arena-legend {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--sviby-color-bg);
  border-radius: 8px;
  border: 1px solid var(--sviby-color-hr);
  margin-bottom: calc((var(--sviby-gutters) * var(--sviby-grid-multiplier)) / 2);
  z-index: 11;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.arena-legend__body {
  position: relative;
  display: flex;
}
.arena-legend__list {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
}
.arena-legend__price-indicator {
  position: relative;
}
.arena-legend__item {
  position: relative;
  flex-shrink: 0;
}
.arena-legend__item-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 5px 10px;
  padding-left: 20px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.arena-legend__item-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 4px;
  background: var(--sviby-color-arena-color-current);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.arena-legend__item-inner:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  height: calc(100% - 10px);
  width: 5px;
  border-radius: 150px;
  background: var(--sviby-color-arena-color-current);
}
.arena-legend__item-inner:hover:before {
  opacity: 0.1;
}
.arena-legend__item-content {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.arena-legend__item-content__title-wrapper {
  position: relative;
  display: flex;
}
.arena-legend__item-content__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 5px;
}
.arena-legend__item-content .icon {
  width: 14px;
  height: 14px;
}
.arena-legend__item-label {
  font-weight: 500;
}
.arena-legend__item-price {
  color: var(--sviby-color-text-muted);
}
.arena-legend__item:not(:last-child) {
  margin-right: 10px;
}
.arena-legend__item__window {
  opacity: 0;
  pointer-events: none;
  user-select: none;
  position: relative;
  display: flex;
  flex-direction: column;
  transform: translateY(10px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(rgba(0, 0, 0, 0.09) 0 0 12px);
}
.arena-legend__item__window:before {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid var(--sviby-color-bg);
  content: "";
}
.arena-legend__item__window--align-center {
  align-items: center;
}
.arena-legend__item__window--align-left {
  align-items: flex-start;
}
.arena-legend__item__window--align-left .arena-legend__item__window__inner {
  border-top-left-radius: 0;
}
.arena-legend__item__window--align-right {
  align-items: flex-end;
}
.arena-legend__item__window--align-right .arena-legend__item__window__inner {
  border-top-right-radius: 0;
}
.arena-legend__item__window--show {
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
  transform: translateY(0);
}
.arena-legend__item__window__inner {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 240px;
  max-height: 240px;
  padding: 10px;
  border-radius: 8px;
  background-color: var(--sviby-color-bg);
}
.arena-legend__item__prices-list {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.arena-legend__item__price {
  position: relative;
  display: flex;
}
.arena-legend__item__price__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 5px;
}
.arena-legend__item__price .icon {
  width: 14px;
  height: 14px;
}
.arena-legend__item__price:not(:last-child) {
  padding-bottom: 5px;
}
.arena-legend__item__price--sub {
  padding-left: 15px;
}

.arena-tooltip {
  opacity: 0;
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%) translateY(-20px) translate(var(--sviby-position-x), var(--sviby-position-y));
  background: var(--sviby-color-bg);
  width: 340px;
  font-size: 16px;
  z-index: 9999;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.1));
  pointer-events: none;
}
.arena-tooltip::after {
  content: "";
  width: 15px;
  background-color: var(--sviby-color-bg);
  bottom: -10px;
  height: 15px;
  position: absolute;
  transform: rotate(45deg) translate(-50%);
  left: 50%;
  right: 0;
  z-index: -1;
}
.arena-tooltip__inner {
  position: relative;
  border-top: 8px solid var(--sviby-color-primary);
  z-index: 1;
}
.arena-tooltip__body {
  padding: 0 16px;
}
.arena-tooltip__pricelist-dot {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  max-height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 10000px;
  background: var(--sviby-color-arena-color-current, var(--sviby-color-view-background));
}
.arena-tooltip__image {
  position: relative;
}
.arena-tooltip__image img {
  width: 100%;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.arena-tooltip__image--loading {
  aspect-ratio: 16/9;
}
.arena-tooltip__image--loading img {
  opacity: 0;
}
.arena-tooltip__sector-title {
  font-weight: 600;
  width: 100%;
}
.arena-tooltip__label {
  font-size: 16px;
  font-weight: 400;
}
.arena-tooltip__value {
  font-size: 16px;
  font-weight: 600;
  padding-left: 5px;
}
.arena-tooltip__row {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 0;
  gap: 16px;
}
.arena-tooltip__row:not(:last-child) {
  border-bottom: 1px solid var(--sviby-color-view-background);
}
.arena-tooltip__column {
  flex: 1;
  display: flex;
  align-items: center;
}
.arena-tooltip .v-divider {
  position: relative;
  height: 22px;
  width: 1px;
  background-color: var(--sviby-color-view-background);
}
.arena-tooltip--show {
  opacity: 1;
  transition-delay: 0s;
}
.arena-tooltip--seat-tooltip {
  transform: translate(-50%, -100%) translateY(-20px) translate(var(--sviby-position-x), var(--sviby-position-y));
}
.arena-tooltip--anchor-down {
  transform: translate(-50%, 0) translateY(20px) translate(var(--sviby-position-x), var(--sviby-position-y));
}
.arena-tooltip--anchor-down::after {
  content: "";
  bottom: auto;
  top: 0;
  height: 15px;
  transform: rotate(45deg) translate(-50%);
}

@media (max-width: 768px) {
  .arena-tooltip {
    display: none !important;
  }
}
.arena-price-indicator {
  position: relative;
  display: block;
  width: 10px;
  min-height: 10px;
  border-radius: 1000px;
  background-color: var(--sviby-color-arena-color-current);
}

.arena-selection-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.arena-selection-box__rect {
  position: fixed;
  top: var(--sviby-arena-selection-box-postion-y, 0);
  left: var(--sviby-arena-selection-box-postion-x, 0);
  width: var(--sviby-arena-selection-box-size-width, 0);
  height: var(--sviby-arena-selection-box-size-height, 0);
  transform: translate(var(--sviby-arena-selection-box-transform-x, 0), var(--sviby-arena-selection-box-transform-y, 0));
  border: 1px solid var(--sviby-color-primary);
  pointer-events: none;
}
.arena-selection-box__rect::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.2;
  background-color: var(--sviby-color-primary);
}

.arena-statuses {
  position: relative;
  width: 100%;
  padding-right: 40px;
}
.arena-statuses__body {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  display: flex;
}
.arena-statuses__list {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}
.arena-statuses__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 5px 10px;
  background-color: var(--sviby-color-bg-alt);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid var(--sviby-color-bg-alt);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.arena-statuses__item:before {
  content: "";
  position: relative;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border-radius: 1000px;
  border: 2px solid var(--sviby-color-arena-spot-status-color-current);
  margin-right: 5px;
}
.arena-statuses__item-content {
  font: var(--sviby-font-p-small);
  letter-spacing: -0.005em;
  display: flex;
  flex-direction: column;
}
.arena-statuses__item-label {
  font-weight: 500;
}
.arena-statuses__item:not(:last-child) {
  margin-right: 10px;
}

.floor-selector {
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.floor-selector__floors {
  position: relative;
  display: flex;
  align-items: center;
}
.floor-selector__label {
  font: var(--sviby-font-label);
  letter-spacing: -0.01em;
  padding-right: 10px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .floor-selector__label {
    display: none;
  }
}
.floor-selector .segmented-control__btn {
  white-space: nowrap;
}

.svg-arena-viewer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.svg-arena-viewer__sidebar {
  position: relative;
}
.svg-arena-viewer__header {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--sviby-color-bg);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border: 1px solid var(--sviby-color-hr);
  border-bottom: 0;
}
.svg-arena-viewer__header .btn, .svg-arena-viewer__header .note-modal .note-btn-primary, .note-modal .svg-arena-viewer__header .note-btn-primary {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
.svg-arena-viewer__header + .svg-arena-viewer__area-wrapper {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 0;
}
.svg-arena-viewer__body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.svg-arena-viewer__area {
  display: flex;
  flex: 1;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}
.svg-arena-viewer__area-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: var(--sviby-color-bg);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--sviby-color-hr);
}
.svg-arena-viewer__area svg {
  flex: 1;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}
.svg-arena-viewer__area svg .hidden {
  display: none !important;
}
.svg-arena-viewer__area svg .hidden * {
  display: none !important;
}
.svg-arena-viewer__area--clickable {
  cursor: pointer;
}
.svg-arena-viewer__controls-wrapper {
  font: var(--sviby-font-h4);
  padding: var(--sviby-font-h4-spacing);
  letter-spacing: -0.015em;
  padding: 0;
  position: absolute;
  top: calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) / 2);
  left: calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) / 2);
  flex-direction: column;
  overflow: hidden;
  z-index: 11;
  padding: 5px;
}
.svg-arena-viewer__controls {
  position: relative;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--sviby-color-hr);
  background: var(--sviby-color-bg);
  padding: 5px;
}
.svg-arena-viewer__controls:not(:last-child) {
  margin-bottom: 5px;
}
.svg-arena-viewer__control {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 38px;
  height: 38px;
  background: var(--sviby-color-bg);
  border-radius: 4px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.svg-arena-viewer__control:not(:last-child) {
  margin-bottom: 5px;
}
.svg-arena-viewer__control:hover {
  cursor: pointer;
  background-color: var(--sviby-color-bg-alt);
}
.svg-arena-viewer__control--active {
  background-color: var(--sviby-color-bg-success);
}
.svg-arena-viewer__control--active:hover {
  background-color: var(--sviby-color-bg-success);
}
.svg-arena-viewer__control .icon {
  width: 14px;
  height: 14px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.svg-arena-viewer__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 10px calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  background-color: var(--sviby-color-bg);
  margin-top: 10px;
  border-radius: 8px;
}
.svg-arena-viewer .floor-selector {
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.svg-arena-viewer .floor-selector__floors {
  position: relative;
  display: flex;
  align-items: center;
}
.svg-arena-viewer .floor-selector__label {
  font: var(--sviby-font-label);
  letter-spacing: -0.01em;
}
.svg-arena-viewer__legend-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  z-index: 10;
  cursor: pointer;
}
.svg-arena-viewer .svg-pan-zoom_viewport {
  will-change: transform;
}
.svg-arena-viewer--spots-hover .seats-group circle[id]:not([data-hover]) {
  opacity: 0.2;
}
.svg-arena-viewer--spots-hover .seats-group circle[id]:not([data-hover])[data-arena-spot-is-available=false] {
  opacity: 0.2;
}
.svg-arena-viewer--is-legend-open .svg-arena-viewer__body {
  padding-top: calc(56px + (calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) / 2));
}
.svg-arena-viewer--is-legend-open .svg-arena-viewer__legend-toggle .icon {
  transform: rotate(180deg);
}
.svg-arena-viewer:not(.svg-arena-viewer--is-legend-open) .arena-legend {
  opacity: 0;
  transform: translateY(-100%);
}
.svg-arena-viewer:not(.svg-arena-viewer--is-ready) .svg-arena-viewer__area svg {
  opacity: 0;
}

.arena-layout {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 100%;
  background-color: var(--sviby-color-view-background);
}
.arena-layout__body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: calc(100% - var(--sviby-arena-layout-sidebar-width));
}
.arena-layout__body + .arena-layout__sidebar {
  padding-left: calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) / 2);
}
.arena-layout__sidebar {
  position: relative;
  max-width: var(--sviby-arena-layout-sidebar-width);
  min-width: var(--sviby-arena-layout-sidebar-width);
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  z-index: 10;
}
.arena-layout__sidebar__inner {
  position: relative;
  flex: 1;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  background: var(--sviby-color-bg);
  border: 1px solid var(--sviby-color-hr);
  min-height: 0;
  overflow: hidden;
  transition: padding 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.arena-layout__sidebar__header:empty {
  display: none !important;
}
.arena-layout__sidebar__body {
  position: relative;
  flex: 1;
  overflow-y: auto;
  padding: 0 0 0;
  display: flex;
  flex-direction: column;
}
.arena-layout__sidebar__footer {
  position: relative;
  padding-top: calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  flex-shrink: 0;
  background: var(--sviby-color-bg);
}
.arena-layout__sidebar__footer:empty {
  display: none !important;
}
.arena-layout__sidebar__status-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 66px;
  padding: 10px;
}
.arena-layout__sidebar__status-banner__inner {
  position: relative;
  background-color: var(--sviby-color-bg-notice);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 8px 10px;
}
.arena-layout__sidebar--status-banner .arena-layout__sidebar__inner {
  padding-top: 66px;
}
.arena-layout__sidebar--scroll .arena-layout__sidebar__body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.arena-layout__sidebar + .arena-layout__body {
  margin-left: calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) / 2);
}
.arena-layout__column {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.arena-layout__column + .arena-layout__sidebar {
  padding-left: calc(calc(var(--sviby-gutters) * var(--sviby-grid-multiplier)) / 2);
}
.arena-layout__row {
  position: relative;
  display: flex;
  flex: 1;
  min-height: 0;
}

.arena-status-banner-enter-active,
.arena-status-banner-leave-active,
.arena-status-banner-move {
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.arena-status-banner-leave-active {
  position: absolute;
  width: 100%;
}

.arena-status-banner-enter, .arena-status-banner-leave-to {
  opacity: 0;
  transform: translateY(-100%);
}

.arena-sidebar-sections-enter-active,
.arena-sidebar-sections-leave-active,
.arena-sidebar-sections-move {
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.arena-sidebar-sections-leave-active {
  position: absolute;
  width: 100%;
}

.arena-sidebar-sections-enter, .arena-sidebar-sections-leave-to {
  opacity: 0;
  transform: scale(0.95);
}

.arena-box-office-renderer {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.arena-box-office-renderer__header {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--sviby-color-bg);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border: 1px solid var(--sviby-color-hr);
  border-bottom: 0;
  min-height: 38px;
}
.arena-box-office-renderer__header .btn, .arena-box-office-renderer__header .note-modal .note-btn-primary, .note-modal .arena-box-office-renderer__header .note-btn-primary {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
.arena-box-office-renderer__header + .arena-box-office-renderer__area-wrapper {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 0;
}
.arena-box-office-renderer__body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.arena-box-office-renderer__area {
  opacity: 0;
  pointer-events: none;
  user-select: none;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.arena-box-office-renderer__area-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: var(--sviby-color-bg);
  border-radius: 8px;
  border: 1px solid var(--sviby-color-hr);
}
.arena-box-office-renderer__area svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.arena-box-office-renderer__area--ready {
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
}
.arena-box-office-renderer__svg-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.arena-box-office-renderer__legend-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  z-index: 10;
  cursor: pointer;
}
.arena-box-office-renderer .seat-wrapper text,
.arena-box-office-renderer .svg-unassigned-seats text {
  pointer-events: none;
}
.arena-box-office-renderer .svg-pan-zoom_viewport {
  will-change: transform;
}
.arena-box-office-renderer--spots-hover .seats-wrapper .seat:not([data-hover]) {
  opacity: 0.3;
}
.arena-box-office-renderer--is-legend-open .arena-box-office-renderer__body {
  padding-top: 66px;
}
.arena-box-office-renderer--is-legend-open .arena-box-office-renderer__legend-toggle .icon {
  transform: rotate(180deg);
}
.arena-box-office-renderer:not(.arena-box-office-renderer--is-legend-open) .arena-legend {
  opacity: 0;
  transform: translateY(-100%);
}

.popover-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.popover {
  position: fixed;
  top: var(--position-y);
  left: var(--position-x);
  max-width: 280px;
  width: 100%;
  transform: translate(-50%, -100%) translate(calc(var(--position-offset-x) / 2), calc(var(--position-offset-y) * -1));
  z-index: 310;
  pointer-events: none;
}
.popover__window {
  position: relative;
  filter: drop-shadow(rgba(0, 0, 0, 0.09) 0 0 12px);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.popover__window::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: "";
  margin: auto;
}
.popover__window-inner {
  position: relative;
  background-color: var(--sviby-color-bg);
  padding: 15px;
  width: 100%;
  border-radius: 8px;
}
.popover--show {
  pointer-events: all;
}
.popover:not(.popover--show) .popover__window {
  opacity: 0;
  transform: translateY(6px);
}

.popover-btn {
  position: relative;
  display: inline-block;
}
.popover-btn__btn {
  position: relative;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sviby-color-dark);
  border-radius: 50%;
  font-size: 14px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: white;
  font-weight: 500;
}
.popover-btn:hover .popover-btn__btn {
  background-color: var(--sviby-color-primary);
  color: white;
}

.popover-window-wrapper {
  opacity: 0;
  pointer-events: none;
  user-select: none;
  position: fixed;
  top: var(--position-y);
  left: var(--position-x);
  transform: translateX(var(--popover-translate-x)) translateY(var(--popover-translate-y));
  z-index: 310;
}
.popover-window-wrapper--align-center {
  --popover-translate-x: calc(var(--position-offset-x) / 2 - 50%);
}
.popover-window-wrapper--align-left {
  --popover-translate-x: 0;
}
.popover-window-wrapper--align-right {
  --popover-translate-x: calc(var(--position-offset-x) - 100%);
}
.popover-window-wrapper--place-top {
  top: var(--position-y);
  --popover-translate-y: -100%;
}
.popover-window-wrapper--place-bottom {
  top: calc(var(--position-y) + var(--position-offset-y));
  --popover-translate-y: 0;
}
.popover-window-wrapper__inner {
  position: relative;
}
.popover-window-wrapper--visible {
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
}
.popover-window-wrapper__trigger--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute !important;
  pointer-events: none;
  z-index: 10;
}

.public-ticket-picker-layout {
  position: relative;
  min-height: var(--sviby-window-inner-height);
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--sviby-color-view-background);
}
.public-ticket-picker-layout__header {
  position: relative;
  display: flex;
  padding: 10px calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  padding-left: 0;
  background-color: var(--sviby-color-bg);
  border-bottom: 1px solid var(--sviby-color-hr);
}
.public-ticket-picker-layout__header__back {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
  border-right: 1px solid var(--sviby-color-hr);
}
.public-ticket-picker-layout__header__back span {
  font: var(--sviby-font-btn);
  letter-spacing: -0.01em;
  padding-left: 10px;
}
.public-ticket-picker-layout__header__content {
  position: relative;
  flex: 1;
  padding: 0 calc(var(--sviby-gutters) * var(--sviby-grid-multiplier));
}
.public-ticket-picker-layout__header__content h1 {
  font: var(--sviby-font-h3);
  padding: var(--sviby-font-h3-spacing);
  letter-spacing: -0.02em;
  padding: 0;
}
.public-ticket-picker-layout__header__after {
  position: relative;
  display: flex;
  align-items: center;
}
.public-ticket-picker-layout__body {
  position: relative;
  flex: 1;
}

@media (max-width: 992px) {
  .public-ticket-picker-layout__header__back {
    padding: 0;
    width: 36px;
    min-height: 36px;
  }
  .public-ticket-picker-layout__header__back span {
    display: none !important;
  }
  .public-ticket-picker-layout__header__after {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .public-ticket-picker-layout__header__content h1 {
    font: var(--sviby-font-h4);
    padding: var(--sviby-font-h4-spacing);
    letter-spacing: -0.015em;
    padding-bottom: 0;
  }
}
/* AUTOCOMPLETE */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #39f;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.autocomplete-with-groups {
  position: relative;
}

.autocomplete-with-groups .autocomplete-suggestion {
  padding-left: 20px;
}

/* chip linking input clear */
.close-btn {
  background-color: transparent;
  padding: 0 25px 0 10px;
  color: #888a8c;
  background-image: url(/img/icon-close.svg);
  background-position: 85% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  font-size: 16px;
  min-height: 30px;
  display: block;
}

.order-item.status_PAID {
  background-color: #bcffb7;
}

.order-item.status_ABANDONED {
  background-color: #ffb7b7;
}

.order-item.status_CANCELLED {
  background-color: #ff4343;
  color: #fff;
}

.order-item.status_CREATED,
.status-not-paid {
  background-color: #fbffb7;
}

.password-wrapper {
  width: 100%;
}

.pass-graybar {
  margin-top: 5px;
  height: 5px;
  background-color: #ccc;
  width: 100%;
  position: relative;
}

.pass-colorbar {
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.pass-percent, .pass-text {
  font-size: 14px;
}

.pass-percent {
  margin-right: 5px;
}

.sign-up-or {
  margin-bottom: 15px;
  padding: 0 15px;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.mr-10 {
  margin-right: 10px;
}

.settings--organizer-data form .container {
  padding: 0;
}

.block {
  background-color: #fff;
}

.page--invitation .page-nav__item::before {
  display: none;
}
.page--invitation .page-nav__item.active a {
  color: var(--sviby-color-primary);
}

.login--cover-image {
  position: relative;
  object-fit: cover;
}

.login--cover-image img {
  max-width: 500px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}

.border-none td {
  border: none !important;
}

.page-title-area__title-row .collection {
  width: auto;
}

.seat-modal__pricelist__price {
  white-space: nowrap;
}

.carts .block-span.color--text-muted, .carts .block-span.color\:hover-text-muted:hover, .carts .block-span.color--active--text-muted.active {
  width: 120px !important;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carts .block-span--link {
  font-size: 14px;
}

.public-full-screen__before-body {
  position: relative;
  z-index: 2;
  padding: 5px 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.icon--icon--chevron-left::before, .icon--chevron-left::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Chevron Left.svg");
}
.icon--icon--chevron-right::before, .icon--chevron-right::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Chevron Right.svg");
}
.icon--icon--chevron-down::before, .icon--chevron-down::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Chevron Down.svg");
}
.icon--icon--chevron-up::before, .icon--chevron-up::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Chevron Up.svg");
}
.icon--icon--arrow-left::before, .icon--arrow-left::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Arrows/Left Arrow.svg");
}
.icon--icon--arrow-right::before, .icon--arrow-right::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Arrows/Right Arrow.svg");
}
.icon--icon--arrow-down::before, .icon--arrow-down::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Arrows/Down Arrow.svg");
}
.icon--icon--arrow-up::before, .icon--arrow-up::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Arrows/Up Arrow.svg");
}
.icon--icon--arrow-up-left::before, .icon--arrow-up-left::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Arrows/Arrow Big Up Left.svg");
}
.icon--icon--arrow-up-right::before, .icon--arrow-up-right::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Arrows/Arrow Big Up Right.svg");
}
.icon--icon--arrow-down-left::before, .icon--arrow-down-left::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Arrows/Arrow Big Down Left.svg");
}
.icon--icon--arrow-down-right::before, .icon--arrow-down-right::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Arrows/Arrow Big Down Right.svg");
}
.icon--icon--move::before, .icon--move::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Chevron Up Down.svg");
}
.icon--icon--refresh::before, .icon--refresh::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Arrows/Refresh cw.svg");
}
.icon--icon--expand-up::before, .icon--expand-up::before {
  --sviby-icon-url: url("/img/2022/icon-expand-up-double.svg");
}
.icon--icon--expand-down::before, .icon--expand-down::before {
  --sviby-icon-url: url("/img/2022/icon-expand-down-double.svg");
}
.icon--icon--expand-left::before, .icon--expand-left::before {
  --sviby-icon-url: url("/img/2022/icon-expand-left-double.svg");
}
.icon--icon--expand-right::before, .icon--expand-right::before {
  --sviby-icon-url: url("/img/2022/icon-expand-right-double.svg");
}
.icon--icon--facebook::before, .icon--facebook::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Social Media and Brands/Facebook.svg");
}
.icon--icon--instagram::before, .icon--instagram::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Social Media and Brands/Instagram.svg");
}
.icon--icon--play::before, .icon--play::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Media/Play.svg");
}
.icon--icon--tree::before, .icon--tree::before {
  --sviby-icon-url: url("/img/2022/icon-tree.svg");
}
.icon--icon--layers::before, .icon--layers::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Design/Layers Three.svg");
}
.icon--icon--sort-up::before, .icon--sort-up::before {
  --sviby-icon-url: url("/img/2022/icon-sort-up.svg");
}
.icon--icon--sort-down::before, .icon--sort-down::before {
  --sviby-icon-url: url("/img/2022/icon-sort-down.svg");
}
.icon--icon--align-left::before, .icon--align-left::before {
  --sviby-icon-url: url("/img/ui-icons/Solid/Formatting/Align Horizontal Left.svg");
}
.icon--icon--align-right::before, .icon--align-right::before {
  --sviby-icon-url: url("/img/ui-icons/Solid/Formatting/Align Horizontal Right.svg");
}
.icon--icon--align-top::before, .icon--align-top::before {
  --sviby-icon-url: url("/img/ui-icons/Solid/Formatting/Align Vertical Top.svg");
}
.icon--icon--align-bottom::before, .icon--align-bottom::before {
  --sviby-icon-url: url("/img/ui-icons/Solid/Formatting/Align Vertical Bottom.svg");
}
.icon--icon--align-v-center::before, .icon--align-v-center::before {
  --sviby-icon-url: url("/img/ui-icons/Solid/Formatting/Align Vertical Center.svg");
}
.icon--icon--align-h-center::before, .icon--align-h-center::before {
  --sviby-icon-url: url("/img/ui-icons/Solid/Formatting/Align Horizontal Center.svg");
}
.icon--icon--bold::before, .icon--bold::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Formatting/Bold.svg");
}
.icon--icon--italic::before, .icon--italic::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Formatting/Italic.svg");
}
.icon--icon--bullet::before, .icon--bullet::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Formatting/List boxes.svg");
}
.icon--icon--eraser::before, .icon--eraser::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Design/Eraser.svg");
}
.icon--icon--paragraph::before, .icon--paragraph::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Formatting/Paragraph.svg");
}
.icon--icon--heading-1::before, .icon--heading-1::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Formatting/Heading 1.svg");
}
.icon--icon--heading-2::before, .icon--heading-2::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Formatting/Heading 2.svg");
}
.icon--icon--heading-3::before, .icon--heading-3::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Formatting/Heading 3.svg");
}
.icon--icon--heading-4::before, .icon--heading-4::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Formatting/Heading 4.svg");
}
.icon--icon--heading-5::before, .icon--heading-5::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Formatting/Heading 5.svg");
}
.icon--icon--heading-6::before, .icon--heading-6::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Formatting/Heading 6.svg");
}
.icon--icon--menu::before, .icon--menu::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Menu.svg");
}
.icon--icon--lock::before, .icon--lock::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Lock.svg");
}
.icon--icon--unlock::before, .icon--unlock::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Lock Unlocked.svg");
}
.icon--icon--duplicate::before, .icon--duplicate::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Content Copy.svg");
}
.icon--icon--edit::before, .icon--edit::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Edit 02.svg");
}
.icon--icon--file-edit::before, .icon--file-edit::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/File Edit ou-lc.svg");
}
.icon--icon--delete::before, .icon--delete::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Trash Can.svg");
}
.icon--icon--clear::before, .icon--clear::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Close.svg");
}
.icon--icon--add::before, .icon--add::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Plus.svg");
}
.icon--icon--plus::before, .icon--plus::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Plus.svg");
}
.icon--icon--minus::before, .icon--minus::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Minus.svg");
}
.icon--icon--undo::before, .icon--undo::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Arrows/Undo.svg");
}
.icon--icon--redo::before, .icon--redo::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Arrows/Redo.svg");
}
.icon--icon--copy::before, .icon--copy::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Content Copy.svg");
}
.icon--icon--checkmark::before, .icon--checkmark::before {
  --sviby-icon-url: url("/img/ui-icons/Solid/User Interface/Checkmark.svg");
}
.icon--icon--check::before, .icon--check::before {
  --sviby-icon-url: url("/img/ui-icons/Solid/User Interface/Checkmark.svg");
}
.icon--icon--check-round::before, .icon--check-round::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Check cr-fr.svg");
}
.icon--icon--user::before, .icon--user::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/User.svg");
}
.icon--icon--heart::before, .icon--heart::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Heart.svg");
}
.icon--icon--tools::before, .icon--tools::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Settings Adjust vr-al.svg");
}
.icon--icon--options::before, .icon--options::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Settings Adjust vr-al.svg");
}
.icon--icon--smile::before, .icon--smile::before {
  --sviby-icon-url: url("/img/icon-smile.svg");
}
.icon--icon--grid::before, .icon--grid::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Grid Four 01.svg");
}
.icon--icon--list::before, .icon--list::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Formatting/List Boxes.svg");
}
.icon--icon--download::before, .icon--download::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Devices and Electronics/Cloud Download.svg");
}
.icon--icon--close::before, .icon--close::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Close.svg");
}
.icon--icon--expand::before, .icon--expand::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Arrows/Expand.svg");
}
.icon--icon--logout::before, .icon--logout::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Logout.svg");
}
.icon--icon--print::before, .icon--print::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Devices and Electronics/Printer 02.svg");
}
.icon--icon--file::before, .icon--file::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/File.svg");
}
.icon--icon--basket::before, .icon--basket::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Shopping and Ecommerce/Shopping Bag.svg");
}
.icon--icon--group::before, .icon--group::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/User Group.svg");
}
.icon--icon--img-box::before, .icon--img-box::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Design/Image.svg");
}
.icon--icon--dashboard::before, .icon--dashboard::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Grid Four 01.svg");
}
.icon--icon--cash::before, .icon--cash::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Finance and Payment/Banknote 01.svg");
}
.icon--icon--credit-card::before, .icon--credit-card::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Finance and Payment/Bank Card.svg");
}
.icon--icon--calculator::before, .icon--calculator::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Finance and Payment/Calculator.svg");
}
.icon--icon--widget::before, .icon--widget::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Design/Cube.svg");
}
.icon--icon--pin::before, .icon--pin::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Pin.svg");
}
.icon--icon--comment::before, .icon--comment::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Communication/Chat Text.svg");
}
.icon--icon--save::before, .icon--save::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Floppy Disk.svg");
}
.icon--icon--percent::before, .icon--percent::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Shopping and Ecommerce/Discount.svg");
}
.icon--icon--desktop::before, .icon--desktop::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Devices and Electronics/Monitor 03.svg");
}
.icon--icon--monitor::before, .icon--monitor::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Devices and Electronics/Monitor 03.svg");
}
.icon--icon--date::before, .icon--date::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Date and Time/Calendar 02.svg");
}
.icon--icon--calendar::before, .icon--calendar::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Date and Time/Calendar 02.svg");
}
.icon--icon--time::before, .icon--time::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Date and Time/Clock 03.svg");
}
.icon--icon--settings::before, .icon--settings::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Settings.svg");
}
.icon--icon--ticket::before, .icon--ticket::before {
  --sviby-icon-url: url("/img/2022/icon-ticket.svg");
}
.icon--icon--link::before, .icon--link::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Link.svg");
}
.icon--icon--info-alt::before, .icon--info-alt::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Info cr-fr.svg");
}
.icon--icon--info-error::before, .icon--info-error::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Warning.svg");
}
.icon--icon--info::before, .icon--info::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Info cr-fr.svg");
}
.icon--icon--info-primary::before, .icon--info-primary::before {
  --sviby-icon-url: url("/img/icon-admin-info-primary.svg");
}
.icon--icon--notice-error::before, .icon--notice-error::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Warning.svg");
}
.icon--icon--notice-success::before, .icon--notice-success::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Info cr-fr.svg");
}
.icon--icon--notice-warning::before, .icon--notice-warning::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Warning.svg");
}
.icon--icon--notice-info::before, .icon--notice-info::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Info cr-fr.svg");
}
.icon--icon--notice::before, .icon--notice::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Info cr-fr.svg");
}
.icon--icon--email::before, .icon--email::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Communication/Mail 02.svg");
}
.icon--icon--globe::before, .icon--globe::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Navigation and Travel/Globe.svg");
}
.icon--icon--rename::before, .icon--rename::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Edit.svg");
}
.icon--icon--context-menu::before, .icon--context-menu::before {
  --sviby-icon-url: url("/img/ui-icons/Solid/User Interface/More vr-al.svg");
}
.icon--icon--context-menu-alt::before, .icon--context-menu-alt::before {
  --sviby-icon-url: url("/img/ui-icons/Solid/User Interface/More hr-al.svg");
}
.icon--icon--verified-user::before, .icon--verified-user::before {
  --sviby-icon-url: url("/img/ui-icons/Solid/User Interface/Verified User.svg");
}
.icon--icon--search::before, .icon--search::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Search.svg");
}
.icon--icon--euro::before, .icon--euro::before {
  --sviby-icon-url: url("/img/icon-currency-eur.svg");
}
.icon--icon--view::before, .icon--view::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Eye.svg");
}
.icon--icon--view-hide::before, .icon--view-hide::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Eye Off.svg");
}
.icon--icon--invitation::before, .icon--invitation::before {
  --sviby-icon-url: url("/img/2022/icon-invitation.svg");
}
.icon--icon--gift::before, .icon--gift::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Shopping and Ecommerce/Gift.svg");
}
.icon--icon--text::before, .icon--text::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Design/Text.svg");
}
.icon--icon--square-shape-dotted::before, .icon--square-shape-dotted::before {
  --sviby-icon-url: url("/img/ui-icons/Solid/Design/Square Shape Dotted.svg");
}
.icon--icon--arena::before, .icon--arena::before {
  --sviby-icon-url: url("/img/ui-icons/custom/arena.svg");
}
.icon--icon--theatre::before, .icon--theatre::before {
  --sviby-icon-url: url("/img/ui-icons/custom/theatre.svg");
}
.icon--icon--line-chart::before, .icon--line-chart::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Charts and Graphs/Line 02 Up.svg");
}
.icon--icon--scan-alt::before, .icon--scan-alt::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Shopping and Ecommerce/Scan.svg");
}
.icon--icon--report::before, .icon--report::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Shopping and Ecommerce/Shopping List.svg");
}
.icon--icon--megaphone::before, .icon--megaphone::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Shopping and Ecommerce/Megaphone.svg");
}
.icon--icon--send::before, .icon--send::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Send.svg");
}
.icon--icon--send-fill::before, .icon--send-fill::before {
  --sviby-icon-url: url("/img/ui-icons/Solid/User Interface/Send.svg");
}
.icon--icon--question-mark::before, .icon--question-mark::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Question Mark cr-fr.svg");
}
.icon--icon--export::before, .icon--export::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Export.svg");
}
.icon--icon--road-finish::before, .icon--road-finish::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Navigation and Travel/Route.svg");
}
.icon--icon--money::before, .icon--money::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Finance and Payment/Coins 02.svg");
}
.icon--icon--code::before, .icon--code::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Devices and Electronics/Code.svg");
}
.icon--icon--file-code::before, .icon--file-code::before {
  --sviby-icon-url: url("/img/ui-icons/Line/File and Folder Types/File Code.svg");
}
.icon--icon--wheelchair::before, .icon--wheelchair::before {
  --sviby-icon-url: url("/img/2022/icon-wheelchair.svg");
}
.icon--icon--select::before, .icon--select::before {
  --sviby-icon-url: url("/img/fontawesome/arrow-pointer-solid.svg");
}
.icon--icon--location::before, .icon--location::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Navigation and Travel/Location.svg");
}
.icon--icon--vector-square::before, .icon--vector-square::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Design/Vector Edit Square.svg");
}
.icon--icon--pen::before, .icon--pen::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Design/Pencil.svg");
}
.icon--icon--draw-polygon::before, .icon--draw-polygon::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Design/Vector Edit Polygon 02.svg");
}
.icon--icon--drag-indicator::before, .icon--drag-indicator::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Drag Indicator.svg");
}
.icon--icon--crown::before, .icon--crown::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Crown.svg");
}
.icon--icon--standings::before, .icon--standings::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Sport and Fitness/Standings.svg");
}
.icon--icon--statistics::before, .icon--statistics::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Charts and Graphs/Column 02 Up.svg");
}
.icon--icon--menu-bookings::before, .icon--menu-bookings::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Date and Time/Calendar Schedule ou-lc.svg");
}
.icon--icon--menu-super-admin::before, .icon--menu-super-admin::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Shield.svg");
}
.icon--icon--menu-events::before, .icon--menu-events::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Date and Time/Calendar 03.svg");
}
.icon--icon--menu-organizers::before, .icon--menu-organizers::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/User Group.svg");
}
.icon--icon--menu-chips::before, .icon--menu-chips::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Devices and Electronics/SD.svg");
}
.icon--icon--menu-cash-registers::before, .icon--menu-cash-registers::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Devices and Electronics/Monitor 02.svg");
}
.icon--icon--menu-arena-simple-view::before, .icon--menu-arena-simple-view::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Charts and Graphs/Pie 01.svg");
}
.icon--icon--menu-invitations::before, .icon--menu-invitations::before {
  --sviby-icon-url: url("/img/2022/menu-invitations.svg");
}
.icon--icon--menu-invitation-lists::before, .icon--menu-invitation-lists::before {
  --sviby-icon-url: url("/img/2022/menu-invitation-lists.svg");
}
.icon--icon--menu-cash-register-reports::before, .icon--menu-cash-register-reports::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Charts and Graphs/Line 02 Up.svg");
}
.icon--icon--menu-cash-register-report::before, .icon--menu-cash-register-report::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Charts and Graphs/Line 02 Up.svg");
}
.icon--icon--menu-arena-fill-statistics::before, .icon--menu-arena-fill-statistics::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Charts and Graphs/Pie 01.svg");
}
.icon--icon--menu-cash-register-management::before, .icon--menu-cash-register-management::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Devices and Electronics/Printer 02.svg");
}
.icon--icon--menu-cash-registers-management::before, .icon--menu-cash-registers-management::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Devices and Electronics/Printer 02.svg");
}
.icon--icon--menu-chip-linking::before, .icon--menu-chip-linking::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Devices and Electronics/SD.svg");
}
.icon--icon--menu-exponent-employee-inviters::before, .icon--menu-exponent-employee-inviters::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Shopping and Ecommerce/Shopping List.svg");
}
.icon--icon--menu-exponent-employees::before, .icon--menu-exponent-employees::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/User Group.svg");
}
.icon--icon--menu-attendees::before, .icon--menu-attendees::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Shopping and Ecommerce/Shopping List.svg");
}
.icon--icon--menu-users::before, .icon--menu-users::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/User Group.svg");
}
.icon--icon--menu-raffle::before, .icon--menu-raffle::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Sport and Fitness/Trophy.svg");
}
.icon--icon--menu-organizer-customers::before, .icon--menu-organizer-customers::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Shopping and Ecommerce/Shopping List.svg");
}
.icon--icon--menu-need-help::before, .icon--menu-need-help::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Communication/Chat Text.svg");
}
.icon--icon--menu-logout::before, .icon--menu-logout::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Logout.svg");
}
.icon--icon--menu-login::before, .icon--menu-login::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Login.svg");
}
.icon--icon--menu-event-info::before, .icon--menu-event-info::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/List Bullet Portrait.svg");
}
.icon--icon--menu-general-info-and-location::before, .icon--menu-general-info-and-location::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/List Bullet Portrait.svg");
}
.icon--icon--menu-ticket::before, .icon--menu-ticket::before {
  --sviby-icon-url: url("/img/2022/icon-ticket.svg");
}
.icon--icon--menu-tickets::before, .icon--menu-tickets::before {
  --sviby-icon-url: url("/img/2022/icon-ticket.svg");
}
.icon--icon--menu-statistics::before, .icon--menu-statistics::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Charts and Graphs/Column 02 Up.svg");
}
.icon--icon--menu-coupon-codes::before, .icon--menu-coupon-codes::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Shopping and Ecommerce/Coupon Discount.svg");
}
.icon--icon--menu-transactions::before, .icon--menu-transactions::before {
  --sviby-icon-url: url("/img/2022/menu-transactions.svg");
}
.icon--icon--menu-payment-and-fees::before, .icon--menu-payment-and-fees::before {
  --sviby-icon-url: url("/img/2022/menu-payment-and-fees.svg");
}
.icon--icon--menu-scanner-users::before, .icon--menu-scanner-users::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Shopping and Ecommerce/Barcode.svg");
}
.icon--icon--menu-short-urls::before, .icon--menu-short-urls::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Link.svg");
}
.icon--icon--menu-accreditations::before, .icon--menu-accreditations::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/User Favourite ou-lc.svg");
}
.icon--icon--menu-series-info::before, .icon--menu-series-info::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/List Bullet Portrait.svg");
}
.icon--icon--menu-reports::before, .icon--menu-reports::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Charts and Graphs/Line 02 Up.svg");
}
.icon--icon--menu-map::before, .icon--menu-map::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Navigation and Travel/Map.svg");
}
.icon--icon--menu-time-and-timetable::before, .icon--menu-time-and-timetable::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/View Timeline.svg");
}
.icon--icon--menu-additional-info::before, .icon--menu-additional-info::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/List Bullet Portrait.svg");
}
.icon--icon--menu-settings::before, .icon--menu-settings::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Settings.svg");
}
.icon--icon--menu-calendar::before, .icon--menu-calendar::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Date and Time/Calendar 02.svg");
}
.icon--icon--menu-cash-register-statistics::before, .icon--menu-cash-register-statistics::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Charts and Graphs/Line 02 Up.svg");
}
.icon--icon--menu-form::before, .icon--menu-form::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Edit.svg");
}
.icon--icon--menu-invitation::before, .icon--menu-invitation::before {
  --sviby-icon-url: url("/img/2022/menu-invitations.svg");
}
.icon--icon--menu-price-tag::before, .icon--menu-price-tag::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Shopping and Ecommerce/Shopping Tag.svg");
}
.icon--icon--menu-rocket::before, .icon--menu-rocket::before {
  --sviby-icon-url: url("/img/icon-menu-rocket.svg");
}
.icon--icon--menu-stopwatch::before, .icon--menu-stopwatch::before {
  --sviby-icon-url: url("/img/ui-icons/Line/Sport and Fitness/Stopwatch.svg");
}
.icon--icon--menu-target::before, .icon--menu-target::before {
  --sviby-icon-url: url("/img/icon-menu-target.svg");
}
.icon--icon--add-light::before, .icon--add-light::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Plus.svg");
}
.icon--icon--add-white::before, .icon--add-white::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Plus.svg");
}
.icon--icon--add-primary::before, .icon--add-primary::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Plus.svg");
}
.icon--icon--close-white::before, .icon--close-white::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Close.svg");
}
.icon--icon--delete-error::before, .icon--delete-error::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Trash Can.svg");
}
.icon--icon--check-primary::before, .icon--check-primary::before {
  --sviby-icon-url: url("/img/ui-icons/Solid/User Interface/Checkmark.svg");
}
.icon--icon--chevron-left-primary::before, .icon--chevron-left-primary::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Chevron Left.svg");
}
.icon--icon--chevron-right-primary::before, .icon--chevron-right-primary::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Chevron Right.svg");
}
.icon--icon--chevron-down-primary::before, .icon--chevron-down-primary::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Chevron Down.svg");
}
.icon--icon--chevron-up-primary::before, .icon--chevron-up-primary::before {
  --sviby-icon-url: url("/img/ui-icons/Line/User Interface/Chevron Up.svg");
}
.icon::before {
  --sviby-icon-color: currentColor;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: var(--sviby-current-color, var(--sviby-icon-color));
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  color: inherit;
  -webkit-mask-image: var(--sviby-icon-url);
  mask-image: var(--sviby-icon-url);
}
.icon--icon--add-light {
  --sviby-icon-color: "bg";
}
.icon--icon--add-white {
  --sviby-icon-color: "bg";
}
.icon--icon--add-primary {
  --sviby-icon-color: "primary";
}
.icon--icon--close-white {
  --sviby-icon-color: "bg";
}
.icon--icon--delete-error {
  --sviby-icon-color: "error";
}
.icon--icon--check-primary {
  --sviby-icon-color: "primary";
}
.icon--icon--chevron-left-primary {
  --sviby-icon-color: "primary";
}
.icon--icon--chevron-right-primary {
  --sviby-icon-color: "primary";
}
.icon--icon--chevron-down-primary {
  --sviby-icon-color: "primary";
}
.icon--icon--chevron-up-primary {
  --sviby-icon-color: "primary";
}

/*# sourceMappingURL=main-public-box-office.css.map */
