/**
 *
 * Modern CSS Reset
 * https://github.com/hankchizljaw/modern-css-reset
 *
 */
/* stylelint-disable */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ----------  Components  ---------- */
@font-face {
  font-family: "Impact Label";
  src: url("../assets/static/Impact_Label.woff") format("woff"), url("../assets/static/Impact_Label.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*ACKTI STYLE GUIDE COLORS*/
/*----------  Colors we're using from template ----------*/
/*----------  Fonts  ----------*/
/*----------  Structure  ----------*/
/*----------  Transitions  ----------*/
/*=================================
=            Functions            =
=================================*/
/*=================================
=            Mixins            =
=================================*/
/*===============================
=            Loading            =
===============================*/
.loading-container {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  border: 5px solid rgb(236, 236, 236);
  border-top-color: rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  animation: loading 1.2s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hide-on-load {
  visibility: hidden;
  opacity: 0;
}

/* 
 * Utility class to hide content visually while keeping it screen reader-accessible.
 * Source: https://www.scottohara.me/blog/2017/04/14/inclusively-hidden.html 
 */
.sr-only:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

@media screen and (min-width: 50em) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}
@media screen and (min-width: 50em) {
  .desktop-only {
    display: initial;
  }
}

/* ----------  Layout  ---------- */
:root {
  --scrollbar: var(--scrollbarX, 0);
  --scrollbarHalf: calc(var(--scrollbar) / 2);
  --logo-width: 120px;
  --logo-height: 32px;
  --logo-color: rgb(70, 79, 96);
  --site-header-height: 0rem;
  --container-padding: 6vw;
}
@media screen and (min-width: 90em) {
  :root {
    --logo-width: 175px;
    --logo-height: 48px;
  }
}
:root::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
}
:root::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 9px rgb(255, 255, 255);
}
:root::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 9px rgb(255, 255, 255);
}

body {
  padding: 0;
  background-color: rgb(69, 69, 69);
}

.container {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  /* This will keep the footer positioned at the bottom of the page, no matter the amount of content we have. From: https://moderncss.dev/keep-the-footer-at-the-bottom-flexbox-vs-grid/ */
}
.container--main-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#site-content {
  margin-top: var(--site-header-height);
}

button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
button:not(:disabled):active, button:active {
  background-color: transparent;
}

/*===================================
=            Page Layout            =
===================================*/
/* ----------  Custom Components  ---------- */@font-face {
  font-family: "Impact Label";
  src: url("../assets/static/Impact_Label.woff") format("woff"), url("../assets/static/Impact_Label.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*ACKTI STYLE GUIDE COLORS*/
/*----------  Colors we're using from template ----------*/
/*----------  Fonts  ----------*/
/*----------  Structure  ----------*/
/*----------  Transitions  ----------*/
/*=================================
=            Functions            =
=================================*/
/*=================================
=            Mixins            =
=================================*/
/* (unused) .table-container__subtitle {
  font-size: 28px;
  font-size: 1.75rem;
  /* stylelint-disable *\/
  font-size: clamp(1.75rem, 1.6195652174rem + 0.4347826087vw, 2rem);
  /* stylelint-enable *\/
  font-family: "Special Elite", cursive;
  font-weight: 400;
}*/

.table-container.svelte-1qg9mvw {
  background-color: rgb(236, 236, 236);
  padding-top: 20px;
}
/* (unused) .table-container__header {
  max-width: 1200px;
  margin-left: var(--container-padding);
  margin-right: var(--container-padding);
}*/
/* (unused) .table-container__subtitle {
  padding-top: 20px;
}*/
/* (unused) .table-container__subtitle-text {
  padding: 10px;
  color: rgb(236, 236, 236);
  background-color: rgb(69, 69, 69);
}*/@font-face {
  font-family: "Impact Label";
  src: url("../assets/static/Impact_Label.woff") format("woff"), url("../assets/static/Impact_Label.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*ACKTI STYLE GUIDE COLORS*/
/*----------  Colors we're using from template ----------*/
/*----------  Fonts  ----------*/
/*----------  Structure  ----------*/
/*----------  Transitions  ----------*/
/*=================================
=            Functions            =
=================================*/
/*=================================
=            Mixins            =
=================================*/
/*===============================
=            Header            =
===============================*/
.header.svelte-oiwvqb {
  z-index: 1000;
  position: absolute;
  width: 100%;
  top: 0;
  background-color: rgb(69, 69, 69);
  border-bottom: 1px solid rgb(229, 77, 63);
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
}
.header__inner.svelte-oiwvqb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 50em) {
  .header__inner.svelte-oiwvqb {
    padding-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
.header__logo.svelte-oiwvqb {
  display: inherit;
  transition: all 0.2s ease-in-out;
  background-image: url(/assets/static/CSIS-logo.svg);
  background-repeat: no-repeat;
  width: 88px;
  height: 24px;
}
@media screen and (min-width: 50em) {
  .header__logo.svelte-oiwvqb {
    background: no-repeat url(/assets/static/CSIS-logo-long.svg);
    width: 286px;
    height: 24px;
    font-size: 1rem;
  }
}
.header__logo.svelte-oiwvqb:hover {
  filter: invert(68%) sepia(74%) saturate(1332%) hue-rotate(174deg) brightness(109%) contrast(87%);
}
.header.svelte-oiwvqb a:where(.svelte-oiwvqb):hover /* (unused) .header button:hover*/ {
  filter: invert(68%) sepia(74%) saturate(1332%) hue-rotate(174deg) brightness(109%) contrast(87%);
  color: rgba(151, 200, 247, 0.68);
  transition: all 0.2s ease-in-out;
}
.header.svelte-oiwvqb a:where(.svelte-oiwvqb):focus /* (unused) .header button:focus*/ {
  outline: 4px solid rgba(151, 200, 247, 0.68);
  border-radius: 1px;
}@font-face {
  font-family: "Impact Label";
  src: url("../assets/static/Impact_Label.woff") format("woff"), url("../assets/static/Impact_Label.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*ACKTI STYLE GUIDE COLORS*/
/*----------  Colors we're using from template ----------*/
/*----------  Fonts  ----------*/
/*----------  Structure  ----------*/
/*----------  Transitions  ----------*/
/*=================================
=            Functions            =
=================================*/
/*=================================
=            Mixins            =
=================================*/
.table-container__subtitle.svelte-1b9btqe {
  font-size: 28px;
  font-size: 1.75rem;
  /* stylelint-disable */
  font-size: clamp(1.75rem, 1.6195652174rem + 0.4347826087vw, 2rem);
  /* stylelint-enable */
  font-family: "Special Elite", cursive;
  font-weight: 400;
}

.options__btn.svelte-1b9btqe, .select-container.svelte-1b9btqe, .select__select-wrapper.svelte-1b9btqe::after, .select__select-tag__counter.svelte-1b9btqe, .select__select-tag.svelte-1b9btqe, .options__table-total-entries.svelte-1b9btqe, .options__count.svelte-1b9btqe, .label.svelte-1b9btqe {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Rokkitt", serif;
  line-height: 1.2;
}

.options__btn.svelte-1b9btqe, .select-container.svelte-1b9btqe, .select__select-wrapper.svelte-1b9btqe::after, .select__select-tag__counter.svelte-1b9btqe, .select__select-tag.svelte-1b9btqe, .options__table-total-entries.svelte-1b9btqe, .options__count.svelte-1b9btqe, .label.svelte-1b9btqe {
  font-size: 16px;
  font-size: 1rem;
}

.options__table-total-entries.svelte-1b9btqe, .options__count.svelte-1b9btqe, .label.svelte-1b9btqe {
  font-size: 15px;
  font-size: 0.9375rem;
}

.options__table-total-entries.svelte-1b9btqe, .options__count.svelte-1b9btqe, .label.svelte-1b9btqe {
  font-size: 14px;
  font-size: 0.875rem;
}

.options__table-total-entries.svelte-1b9btqe, .options__count.svelte-1b9btqe, .label.svelte-1b9btqe {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
}

.label.svelte-1b9btqe {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.table-container.svelte-1b9btqe {
  background-color: rgb(236, 236, 236);
  padding-top: 20px;
}
.table-container__header.svelte-1b9btqe {
  max-width: 1200px;
  margin-left: var(--container-padding);
  margin-right: var(--container-padding);
}
.table-container__subtitle.svelte-1b9btqe {
  padding-top: 20px;
}
.table-container__subtitle-text.svelte-1b9btqe {
  padding: 10px;
  color: rgb(236, 236, 236);
  background-color: rgb(69, 69, 69);
}

.btn.svelte-1b9btqe {
  padding: 6px 8px;
}
.btn.svelte-1b9btqe:hover {
  color: rgb(105, 201, 239);
  background-color: rgb(126, 134, 148);
}
.btn--scroll.svelte-1b9btqe {
  color: #7e8694;
  background-color: rgb(250, 250, 250);
}
.btn--scroll--left.svelte-1b9btqe {
  border-radius: 50px 0 0 50px;
}
.btn--scroll--right.svelte-1b9btqe {
  border-radius: 0 50px 50px 0;
}
.btn--scroll.svelte-1b9btqe:focus {
  z-index: 2;
  outline: 3px solid rgba(151, 200, 247, 0.68);
}

.label.svelte-1b9btqe {
  color: rgb(152, 30, 19);
  padding-bottom: 0.25rem;
}

.options.svelte-1b9btqe {
  --border: 0;
  --itemColor: $color-text-gray-400;
  --itemIsActiveColor: $color-text-gray-400;
  --itemIsActiveBG: $color-background-light-blue-100;
}
.options.svelte-1b9btqe button:where(.svelte-1b9btqe) + button:where(.svelte-1b9btqe) {
  margin-left: 1rem;
}

.selects.svelte-1b9btqe {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 3rem;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  gap: 1.5rem;
  background-color: rgb(236, 236, 236);
}
@media screen and (min-width: 50em) {
  .selects.svelte-1b9btqe {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 2rem));
    gap: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}

.selectContainer.svelte-1b9btqe {
  padding: 0 4px;
  width: 100%;
}

.select-container.svelte-1b9btqe {
  --border: 0;
  --background: transparent;
  border-bottom: 1px solid rgb(152, 30, 19);
  --borderRadius: 0;
  --indicatorWidth: rem(12);
  --indicatorHeight: rem(6);
  --inputFontSize: rem(16);
  display: flex;
  flex-direction: column;
  color: rgb(69, 69, 69);
}
.select-container.svelte-1b9btqe:hover {
  border-color: rgb(152, 30, 19);
}
.select-container.svelte-1b9btqe:focus-within {
  border-bottom: 1px solid rgb(152, 30, 19);
}
.select-container.svelte-1b9btqe:focus-within .select__select-tag-icon:where(.svelte-1b9btqe) {
  fill: rgb(152, 30, 19);
  color: rgb(152, 30, 19);
}
@media screen and (min-width: 50em) {
  .select-container.svelte-1b9btqe {
    max-width: 21.875rem;
  }
}
/* (unused) .select-container input {
  position: relative !important;
}*/

.listContainer.svelte-1b9btqe .item:where(.svelte-1b9btqe) {
  --height: 1.2;
}

.select__select-wrapper.svelte-1b9btqe:hover {
  background-color: rgb(248, 248, 248);
}
.select__select-wrapper.svelte-1b9btqe:hover .select__select-tag-icon:where(.svelte-1b9btqe) {
  filter: invert(15%) sepia(91%) saturate(2767%) hue-rotate(353deg) brightness(85%) contrast(94%);
}
.select__select-wrapper.svelte-1b9btqe:focus-within .select__select-tag-icon:where(.svelte-1b9btqe) {
  filter: invert(15%) sepia(91%) saturate(2767%) hue-rotate(353deg) brightness(85%) contrast(94%);
}
.select__select-wrapper.svelte-1b9btqe::after {
  content: "";
  top: -0.5rem;
  left: 13.125rem;
  cursor: pointer;
  color: rgb(126, 134, 148);
}
.select__select-tags-container.svelte-1b9btqe {
  display: flex;
  align-items: center;
  height: var(--height, 42px);
  padding-left: 0.25rem;
}
.select__select-tag__counter.svelte-1b9btqe {
  color: rgb(152, 30, 19);
  position: relative;
}
@media screen and (min-width: 50em) {
  .select__select-tag__counter.svelte-1b9btqe {
    margin-left: auto;
  }
}
.select__select-tag.svelte-1b9btqe {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: rgb(70, 79, 96);
  position: relative;
  width: 11.25rem;
  height: 1.3125rem;
}
.select__select-tag.svelte-1b9btqe::-moz-placeholder {
  color: rgb(70, 79, 96);
}
.select__select-tag.svelte-1b9btqe::placeholder {
  color: rgb(70, 79, 96);
}
.select__select-tag.svelte-1b9btqe:focus {
  outline: none;
}
.select__select-tag.svelte-1b9btqe span:where(.svelte-1b9btqe) {
  position: relative;
}
.select__select-tag-icon.svelte-1b9btqe {
  margin-left: auto;
  padding-right: 0.625rem;
}
.select__tags-options.svelte-1b9btqe {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1), 0px 0px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 0.375rem;
  max-height: 28.125rem;
  overflow: auto;
  z-index: 15;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 50em) {
  .select__tags-options.svelte-1b9btqe {
    margin-top: 0;
    max-width: 21.875rem;
  }
}

.hide.svelte-1b9btqe {
  display: none;
}

.options.svelte-1b9btqe {
  background-color: rgb(236, 236, 236);
}
.options__container.svelte-1b9btqe {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  padding-top: 8px;
  overflow-x: scroll;
}
.options__container--sticky.svelte-1b9btqe {
  position: sticky;
  top: 0;
  z-index: 11;
}
.options__container.svelte-1b9btqe::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
}
.options__container.svelte-1b9btqe::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 9px rgb(255, 255, 255);
}
.options__container.svelte-1b9btqe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 9px rgb(61, 99, 133);
}
.options__navigation.svelte-1b9btqe {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.options__navigation-inner.svelte-1b9btqe {
  display: flex;
  align-items: center;
}
.options__navigation-inner.svelte-1b9btqe button:where(.svelte-1b9btqe) + button:where(.svelte-1b9btqe) {
  margin-left: 0;
}
.options__header.svelte-1b9btqe {
  position: relative;
  display: flex;
  text-align: left;
  margin-top: 2rem;
}
.options__btn.svelte-1b9btqe {
  display: flex;
  color: rgb(236, 236, 236);
}
.options__btn--tab.svelte-1b9btqe {
  display: flex;
  align-items: flex-end;
  position: relative;
  text-align: left;
  inline-size: -moz-min-content;
  inline-size: min-content;
  padding-top: 0.25rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.25rem;
  border-bottom: 3px solid rgb(236, 236, 236);
  margin-right: 1rem;
  color: rgb(152, 30, 19);
}
.options__btn--tab.svelte-1b9btqe .options__count:where(.svelte-1b9btqe) {
  color: rgb(236, 236, 236);
  background-color: rgb(50, 81, 109);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.options__btn--tab.svelte-1b9btqe:hover {
  color: rgb(78, 148, 186);
  border-bottom: 3px solid rgb(105, 201, 239);
}
.options__btn--tab.svelte-1b9btqe:hover .options__count:where(.svelte-1b9btqe) {
  color: rgb(50, 81, 109);
  background-color: rgb(105, 201, 239);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.options__btn--tab--active.svelte-1b9btqe {
  border-bottom: 3px solid rgb(152, 30, 19);
  transition: border-bottom 0.3s ease-in-out;
}
.options__btn--tab--active.svelte-1b9btqe .options__count:where(.svelte-1b9btqe) {
  background-color: rgb(152, 30, 19);
  color: rgb(236, 236, 236);
}
.options__btn--tab.svelte-1b9btqe:focus {
  outline: 3px solid rgba(151, 200, 247, 0.68);
}
.options__table-total-entries.svelte-1b9btqe {
  color: rgb(70, 79, 96);
  margin-right: 1rem;
}
@media screen and (min-width: 50em) {
  .options__btn--tab.svelte-1b9btqe {
    inline-size: initial;
  }
}
.options__count.svelte-1b9btqe {
  background-color: rgb(240, 240, 240);
  border-radius: 1.1875rem;
  color: rgb(70, 79, 96);
  padding: 0.1875rem 0.5rem 0.25rem;
  margin-left: 0.75rem;
  pointer-events: none;
}
.options__count--active.svelte-1b9btqe {
  color: rgb(250, 250, 250);
  background-color: rgb(43, 47, 56);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.selectContainer:hover {
  --borderRadius: 0;
  --background: rgb(248, 248, 248);
}

.selectContainer .item.active {
  position: relative;
  --itemIsActiveBG: transparent;
  --itemIsActiveColor: $color-text-gray-500;
  --itemHoverBG: $color-background-gray-100;
}
.selectContainer .item.active::before {
  content: "L";
  font-family: arial; /* IE 9 */ /* Chrome, Safari, Opera */
  transform: scaleX(-1) rotate(-35deg);
  display: inline-block;
  line-height: 1rem;
  color: rgb(229, 77, 63);
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 16px;
  top: 10px;
}

.selectContainer {
  --internalPadding: 0 4px 0 0 !important;
  --itemFirstBorderRadius: 2px;
  --placeholderColor: $color-text-gray-300;
}

.selectContainer .item {
  --itemPadding: 0.5rem 2.5rem 0.75rem;
  text-overflow: unset !important;
  overflow: unset !important;
  white-space: unset !important;
}

.listContainer {
  --listBorderRadius: rem(2);
  --listZIndex: 15;
  --listMaxHeight: 28.125rem;
  --height: 1.2;
  min-width: 250px !important;
}

.iconDown {
  pointer-events: none;
  filter: invert(25%) sepia(18%) saturate(172%) hue-rotate(343deg) brightness(96%) contrast(87%);
}
.iconDown:hover, .iconDown:focus {
  filter: invert(25%) sepia(18%) saturate(172%) hue-rotate(343deg) brightness(96%) contrast(87%);
}

.iconUp {
  pointer-events: none;
  filter: invert(29%) sepia(13%) saturate(765%) hue-rotate(181deg) brightness(95%) contrast(89%);
}
.iconUp:hover, .iconUp:focus {
  filter: invert(39%) sepia(72%) saturate(6596%) hue-rotate(200deg) brightness(100%) contrast(84%);
}

.clearSelect {
  width: 1rem;
  height: 1rem;
}

.selectContainer > input {
  --inputPadding: 0 28px 0 0;
}

.indicator {
  --indicatorRight: 4px;
  top: auto !important;
}

.selectedItem {
  color: rgb(152, 30, 19);
}

.select-container.svelte-1b9btqe .selectContainer:hover .indicator {
  filter: invert(14%) sepia(52%) saturate(5603%) hue-rotate(355deg) brightness(82%) contrast(85%);
}

.select-container.svelte-1b9btqe .selectContainer:focus-within .indicator {
  filter: invert(14%) sepia(52%) saturate(5603%) hue-rotate(355deg) brightness(82%) contrast(85%);
}@font-face {
  font-family: "Impact Label";
  src: url("../assets/static/Impact_Label.woff") format("woff"), url("../assets/static/Impact_Label.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*ACKTI STYLE GUIDE COLORS*/
/*----------  Colors we're using from template ----------*/
/*----------  Fonts  ----------*/
/*----------  Structure  ----------*/
/*----------  Transitions  ----------*/
/*=================================
=            Functions            =
=================================*/
/*=================================
=            Mixins            =
=================================*/
.intro-content__title.svelte-11xi4nx {
  font-size: 28px;
  font-size: 1.75rem;
  /* stylelint-disable */
  font-size: clamp(1.75rem, 1.6195652174rem + 0.4347826087vw, 2rem);
  /* stylelint-enable */
  font-family: "Special Elite", cursive;
  font-weight: 400;
}

.intro-content__overline--regular.svelte-11xi4nx, .intro-content__introduction.svelte-11xi4nx {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Rokkitt", serif;
  line-height: 1.4;
}

.intro-content__link--more.svelte-11xi4nx /* (unused) .intro-bar__column--labels div, .intro-bar__column--bars .bar, .intro-bar__title*/ {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Rokkitt", serif;
  line-height: 1.2;
}

.intro-content__link--more.svelte-11xi4nx /* (unused) .intro-bar__column--labels div, .intro-bar__column--bars .bar, .intro-bar__title*/ {
  font-size: 16px;
  font-size: 1rem;
}

.intro-content__link--more.svelte-11xi4nx /* (unused) .intro-bar__column--labels div, .intro-bar__column--bars .bar, .intro-bar__title*/ {
  font-size: 15px;
  font-size: 0.9375rem;
}

/* (unused) .intro-bar__title {
  font-size: 14px;
  font-size: 0.875rem;
}*/

/* (unused) .intro-bar__title {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
}*/

/* (unused) .intro-bar__title {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}*/

/* (unused) .intro-bar__title {
  font-weight: 800;
}*/

main.svelte-11xi4nx {
  margin: 0 auto;
}

.intro-content.svelte-11xi4nx {
  padding-top: 2.5rem;
  max-width: 1100px;
  text-align: center;
}
.intro-content__desktop.svelte-11xi4nx {
  display: none;
}
@media screen and (min-width: 50em) {
  .intro-content__desktop.svelte-11xi4nx {
    display: block;
  }
}
.intro-content__mobile.svelte-11xi4nx {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 50em) {
  .intro-content__mobile.svelte-11xi4nx {
    display: none;
  }
}
.intro-content__overline--regular.svelte-11xi4nx {
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0px;
  padding-left: 20px;
  padding-top: 10px;
  background-color: rgb(69, 69, 69);
  color: rgb(236, 236, 236);
}
@media screen and (min-width: 50em) {
  .intro-content__overline--regular.svelte-11xi4nx {
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
    margin-right: 10px;
    background-color: transparent;
  }
}
.intro-content__overline-text.svelte-11xi4nx {
  background-color: rgb(69, 69, 69);
  color: rgb(236, 236, 236);
  padding: 10px 20px 0px 10px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 50em) {
  .intro-content__overline-text.svelte-11xi4nx {
    text-align: center;
    padding: 10px 20px 10px 20px;
    width: auto;
  }
}
.intro-content__title.svelte-11xi4nx {
  margin: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: regular;
  color: rgb(236, 236, 236);
  text-align: center;
  padding-left: 0;
}
@media screen and (min-width: 50em) {
  .intro-content__title.svelte-11xi4nx {
    font-size: 36px;
    font-size: 2.25rem;
    /* stylelint-disable */
    font-size: clamp(2.25rem, 1.6956521739rem + 1.847826087vw, 3.3125rem);
    /* stylelint-enable */
    font-family: "Special Elite", cursive;
    font-weight: 400;
    line-height: 1.1;
    margin: 1rem 0;
  }
}
.intro-content__title-text.svelte-11xi4nx {
  background-color: rgb(69, 69, 69);
  padding: 10px 20px 10px 20px;
}
.intro-content__introduction.svelte-11xi4nx {
  margin-bottom: 1rem;
  max-width: 680px;
  background-color: rgb(69, 69, 69);
  color: rgb(236, 236, 236);
  text-align: center;
  justify-content: center;
  margin: auto;
  padding: 10px;
  margin-bottom: 20px;
}
.intro-content__more__icon-container.svelte-11xi4nx {
  position: relative;
  margin-right: 0.25rem;
  top: 0.125rem;
}
.intro-content__link.svelte-11xi4nx {
  color: rgb(105, 201, 239);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.intro-content__link--more.svelte-11xi4nx {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(69, 69, 69);
  padding: 10px 20px 10px 20px;
  margin-bottom: 20px;
}
.intro-content__link.svelte-11xi4nx .intro-content__more__icon-container:where(.svelte-11xi4nx) {
  fill: rgb(105, 201, 239);
  transition: all 0.2s ease-in-out;
}
.intro-content__link.svelte-11xi4nx:hover {
  color: rgb(216, 241, 251) !important;
}
.intro-content__link.svelte-11xi4nx:hover .intro-content__more__icon-container:where(.svelte-11xi4nx) {
  fill: rgb(216, 241, 251);
  transition: all 0.2s ease-in-out;
}
.intro-content__link.svelte-11xi4nx:visited {
  color: rgb(78, 148, 186);
}
.intro-content__link.svelte-11xi4nx:visited .intro-content__more__icon-container:where(.svelte-11xi4nx) {
  fill: rgb(78, 148, 186);
}
.intro-content__link.svelte-11xi4nx:focus {
  outline-color: rgba(151, 200, 247, 0.68);
  color: rgb(216, 241, 251);
}
.intro-content__link.svelte-11xi4nx:focus .intro-content__more__icon-container:where(.svelte-11xi4nx) {
  fill: rgb(216, 241, 251);
}
/* (unused) .intro-content__graphs {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-top: 3.5rem;
  padding-bottom: 10rem;
  justify-content: center;
  max-width: 680px;
}*/
@media screen and (min-width: 50em) {
  /* (unused) .intro-content__graphs {
    flex-direction: row;
    max-width: 1100px;
  }*/
}
@media screen and (min-width: 50em) {
  .intro-content.svelte-11xi4nx {
    padding-top: 8.25rem;
  }
}

/* (unused) .intro-bar {
  width: 100%;
}*/
@media screen and (min-width: 50em) {
  /* (unused) .intro-bar:first-child {
    margin-right: 3rem;
  }*/
}
/* (unused) .intro-bar:last-child {
  margin-top: 2rem;
}*/
@media screen and (min-width: 50em) {
  /* (unused) .intro-bar:last-child {
    margin-top: 0;
    margin-left: 3rem;
  }*/
}
/* (unused) .intro-bar__title {
  margin-bottom: 0.625rem;
}*/
/* (unused) .intro-bar__content {
  display: flex;
}*/
/* (unused) .intro-bar__column--labels div, .intro-bar__column--bars .bar {
  height: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}*/
/* (unused) .intro-bar__column--labels {
  width: 40%;
  margin-right: 2rem;
}*/
@media screen and (min-width: 37.5em) {
  /* (unused) .intro-bar__column--labels {
    width: 12.5rem;
  }*/
}
/* (unused) .intro-bar__column--labels div {
  display: flex;
  align-items: center;
}*/

.wrapper.svelte-11xi4nx {
  background: url(https://res.cloudinary.com/csisideaslab/image/upload/v1727372665/poni/ACKTI-Table-Header-v1.jpg);
  background-color: rgb(50, 81, 109);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 40px);
}
@media screen and (min-width: 50em) {
  .wrapper.svelte-11xi4nx {
    background-position: 60% 10%;
  }
}@font-face {
  font-family: "Impact Label";
  src: url("../assets/static/Impact_Label.woff") format("woff"), url("../assets/static/Impact_Label.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*ACKTI STYLE GUIDE COLORS*/
/*----------  Colors we're using from template ----------*/
/*----------  Fonts  ----------*/
/*----------  Structure  ----------*/
/*----------  Transitions  ----------*/
/*=================================
=            Functions            =
=================================*/
/*=================================
=            Mixins            =
=================================*/
.table__body__cell__no-data__title.svelte-qusz4c {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Rokkitt", serif;
  line-height: 1.4;
}

.table__body.svelte-qusz4c .extra-content__container:where(.svelte-qusz4c), .table__body__cell__no-data__desc.svelte-qusz4c {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Rokkitt", serif;
  line-height: 1.3;
}

.table__body__cell__no-data__desc.svelte-qusz4c {
  font-style: italic;
}

.table__body__cell.svelte-qusz4c, .tippy-box[data-theme~="poni"], .tooltip.svelte-qusz4c, .table__cell--header.svelte-qusz4c {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Rokkitt", serif;
  line-height: 1.2;
}

.table__body__cell.svelte-qusz4c, .tippy-box[data-theme~="poni"], .tooltip.svelte-qusz4c, .table__cell--header.svelte-qusz4c {
  font-size: 16px;
  font-size: 1rem;
}

.table__cell--header.svelte-qusz4c {
  font-weight: 800;
}

.tippy-box[data-theme~="poni"], .tooltip.svelte-qusz4c {
  font-size: 15px;
  font-size: 0.9375rem;
}

.tippy-box[data-theme~="poni"], .tooltip.svelte-qusz4c {
  font-size: 14px;
  font-size: 0.875rem;
}

#table-header.svelte-qusz4c::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
}
#table-header.svelte-qusz4c::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 9px rgb(255, 255, 255);
}
#table-header.svelte-qusz4c::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 9px rgb(61, 99, 133);
}

.table__container.svelte-qusz4c::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
}

.table__container.svelte-qusz4c::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 9px rgb(255, 255, 255);
}

.table__container.svelte-qusz4c::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 9px rgb(61, 99, 133);
}

.table.svelte-qusz4c {
  overflow-x: auto;
  border: none;
  font-family: arial, sans-serif;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto;
}
@media screen and (min-width: 90em) {
  .table.svelte-qusz4c {
    margin-left: auto;
    margin-right: auto;
  }
}
.table__wrapper.svelte-qusz4c {
  background-color: rgb(236, 236, 236);
}
.table__cell--header.svelte-qusz4c {
  color: rgb(23, 28, 38);
  padding: 0.75rem 1rem;
  background-color: rgb(236, 236, 236);
  border-bottom: 1px solid rgb(23, 28, 38);
  text-align: left;
}
@media screen and (min-width: 50em) {
  .table__cell--header.svelte-qusz4c {
    padding: 0.75rem 1.5rem;
  }
}
.table__cell--header.svelte-qusz4c:first-child {
  padding: 0.75rem 1rem;
  padding-left: 6vw;
  min-width: 80vw;
  max-width: 27.5rem;
}
@media screen and (min-width: 50em) {
  .table__cell--header.svelte-qusz4c:first-child {
    min-width: 27.5rem;
    padding-left: 5.5rem;
  }
}
@media screen and (min-width: 90em) {
  .table__cell--header.svelte-qusz4c:first-child {
    min-width: 34.375rem;
    max-width: 34.375rem;
  }
}
.table__cell--header.svelte-qusz4c:nth-child(2) {
  min-width: 9.375rem;
  max-width: 9.375rem;
}
.table__cell--header.svelte-qusz4c:nth-child(3) {
  min-width: 14rem;
  max-width: 14rem;
}
.table__cell--header.svelte-qusz4c:nth-child(4) {
  min-width: 15rem;
  max-width: 15rem;
}
.table__cell--header.svelte-qusz4c:nth-child(5) {
  min-width: 14rem;
  max-width: 14rem;
}
.table__cell--header.svelte-qusz4c:nth-child(6) {
  min-width: 15rem;
  max-width: 15rem;
}
.table__cell--header.svelte-qusz4c:nth-child(7) {
  min-width: 15rem;
  max-width: 15rem;
}
.table__cell--header__container.svelte-qusz4c {
  display: flex;
  align-items: center;
}
.table__cell--header__container__event.svelte-qusz4c, .table__cell--header__container__state.svelte-qusz4c, .table__cell--header__container__authority.svelte-qusz4c, .table__cell--header__container__type-of-resource.svelte-qusz4c {
  cursor: pointer;
}
.table.svelte-qusz4c .sort-icons-container:where(.svelte-qusz4c) {
  display: flex;
  flex-direction: column;
  margin-left: 0.25rem;
  cursor: pointer;
}
.table.svelte-qusz4c .sort-icon:where(.svelte-qusz4c) {
  font-size: 0.5rem;
  pointer-events: none;
  color: rgb(70, 79, 96);
}
.table.svelte-qusz4c .sort-icon--active:where(.svelte-qusz4c) {
  color: rgb(70, 79, 96);
}
.table.svelte-qusz4c .sort-icon--inactive:where(.svelte-qusz4c) {
  color: rgb(191, 191, 191);
}
.table__container.svelte-qusz4c {
  position: relative;
  display: flex;
  max-width: 100%;
  overflow-x: scroll;
}
.table__container--sticky.svelte-qusz4c {
  position: sticky;
  top: 3rem;
  z-index: 10;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.05), 0 1px 4px hsla(0, 0%, 0%, 0.05), 0 2px 8px hsla(0, 0%, 0%, 0.05);
}
@media screen and (min-width: 50em) {
  .table__container--sticky.svelte-qusz4c {
    top: 3.125rem;
  }
}

.table__body.svelte-qusz4c {
  border-top: 0;
}
.table__body.svelte-qusz4c tr:where(.svelte-qusz4c) {
  background-color: rgb(236, 236, 236);
  transition: all 0.2s ease-in-out;
}
.table__body.svelte-qusz4c tr:where(.svelte-qusz4c):hover .table__body__cell:where(.svelte-qusz4c) {
  color: rgb(236, 236, 236);
}
.table__body.svelte-qusz4c .title:where(.svelte-qusz4c) {
  cursor: pointer;
}
.table__body.svelte-qusz4c .title:where(.svelte-qusz4c):hover {
  background-color: rgb(152, 30, 19);
  transition: all 0.2s ease-in-out;
}
.table__body.svelte-qusz4c .extra-content:where(.svelte-qusz4c) {
  background-color: rgb(69, 69, 69);
}
.table__body.svelte-qusz4c .extra-content:where(.svelte-qusz4c) .table__body__cell:where(.svelte-qusz4c) {
  padding-left: 6vw;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  color: rgb(236, 236, 236);
}
@media screen and (min-width: 50em) {
  .table__body.svelte-qusz4c .extra-content:where(.svelte-qusz4c) .table__body__cell:where(.svelte-qusz4c) {
    padding-left: 3.5rem;
  }
}
.table__body.svelte-qusz4c .extra-content__container:where(.svelte-qusz4c) {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: calc(100vw - 4rem);
  max-width: 100%;
  max-height: 0px;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 50em) {
  .table__body.svelte-qusz4c .extra-content__container:where(.svelte-qusz4c) {
    padding: 0 1rem 0 2rem;
    flex-direction: row;
    max-width: 75%;
  }
}
/* (unused) .table__body .extra-content.active .extra-content__container {
  max-height: 1000px;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.5s;
}*/
.table__body.svelte-qusz4c .extra-content:where(.svelte-qusz4c) .description:where(.svelte-qusz4c),
.table__body.svelte-qusz4c .extra-content:where(.svelte-qusz4c) .img-container:where(.svelte-qusz4c) {
  flex: 1;
  padding-top: 20px;
}
.table__body.svelte-qusz4c .extra-content:where(.svelte-qusz4c) .img-container:where(.svelte-qusz4c) img:where(.svelte-qusz4c) {
  max-width: 100%;
  height: auto;
  display: block;
  padding-bottom: 8px;
}
.table__body.svelte-qusz4c .extra-content:where(.svelte-qusz4c) .img-container:where(.svelte-qusz4c) {
  padding-bottom: 20px;
}
@media screen and (min-width: 50em) {
  .table__body.svelte-qusz4c .extra-content:where(.svelte-qusz4c) .img-container:where(.svelte-qusz4c) {
    padding-left: 20px;
  }
}
.table__body.svelte-qusz4c .extra-content:where(.svelte-qusz4c) .link:where(.svelte-qusz4c) {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
}
.table__body.svelte-qusz4c .extra-content:where(.svelte-qusz4c) .link:where(.svelte-qusz4c) a:where(.svelte-qusz4c) {
  color: rgb(105, 201, 239);
  text-decoration: none;
}
/* (unused) .table__body .extra-content .link a .icon-container {
  margin-left: 0.3125rem;
  fill: rgb(105, 201, 239);
}*/
.table__body.svelte-qusz4c .extra-content:where(.svelte-qusz4c) .link:where(.svelte-qusz4c) a:where(.svelte-qusz4c):hover {
  color: rgb(216, 241, 251);
  transition: all 0.2s ease-in-out;
}
/* (unused) .table__body .extra-content .link a:hover .icon-container {
  fill: rgb(216, 241, 251);
}*/
.table__body.svelte-qusz4c .extra-content:where(.svelte-qusz4c) .link:where(.svelte-qusz4c) a:where(.svelte-qusz4c):focus {
  outline-width: 3px;
  outline-style: solid;
  outline-color: rgba(151, 200, 247, 0.68);
}
/* (unused) .table__body .extra-content .link a:focus .icon-container {
  filter: invert(37%) sepia(8%) saturate(2718%) hue-rotate(167deg) brightness(92%) contrast(89%);
}*/
.table__body.svelte-qusz4c .extra-content:where(.svelte-qusz4c) .link:where(.svelte-qusz4c) a:where(.svelte-qusz4c):visited {
  color: rgb(78, 148, 186);
}
/* (unused) .table__body .extra-content .link a:visited .icon-container {
  opacity: 0.7;
  fill: rgb(78, 148, 186);
}*/
/* (unused) .table__body .extra-content .policy-goals__title {
  color: black;
  text-decoration: underline;
  text-transform: uppercase;
}*/
.table__body__cell.svelte-qusz4c {
  color: rgb(69, 69, 69);
  overflow-wrap: break-word;
  text-align: left;
  vertical-align: top;
}
.table__body__cell--border.svelte-qusz4c {
  border-bottom: 1px solid rgb(152, 30, 19);
}
.table__body__cell--data.svelte-qusz4c {
  padding: 0.75rem 1rem 1rem;
}
@media screen and (min-width: 50em) {
  .table__body__cell--data.svelte-qusz4c {
    padding: 0.75rem 1.5rem 1rem;
  }
}
.table__body__cell__icon-container.svelte-qusz4c {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 10px;
}
.table__body__cell--no-data.svelte-qusz4c {
  cursor: default;
  border: none;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}
.table__body__cell.svelte-qusz4c:first-child {
  padding-left: 6vw;
  min-width: 80vw;
  max-width: 27.5rem;
}
@media screen and (min-width: 50em) {
  .table__body__cell.svelte-qusz4c:first-child {
    min-width: 27.5rem;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 90em) {
  .table__body__cell.svelte-qusz4c:first-child {
    min-width: 34.375rem;
    max-width: 34.375rem;
  }
}
.table__body__cell.svelte-qusz4c:nth-child(2) {
  min-width: 9.375rem;
  max-width: 9.375rem;
}
.table__body__cell.svelte-qusz4c:nth-child(3) {
  min-width: 14rem;
  max-width: 14rem;
}
.table__body__cell.svelte-qusz4c:nth-child(4) {
  min-width: 15rem;
  max-width: 15rem;
}
.table__body__cell.svelte-qusz4c:nth-child(5) {
  min-width: 14rem;
  max-width: 14rem;
}
.table__body__cell.svelte-qusz4c:nth-child(6) {
  min-width: 15rem;
  max-width: 15rem;
}
.table__body__cell.svelte-qusz4c:nth-child(7) {
  min-width: 15rem;
  max-width: 15rem;
}
.table__body__cell__title-container.svelte-qusz4c {
  display: flex;
}
.table__body__cell__title-container.svelte-qusz4c .icon-container:where(.svelte-qusz4c) {
  position: relative;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.25rem;
  display: block;
}
.table__body__cell__title-container.svelte-qusz4c .icon-container:where(.svelte-qusz4c):before, .table__body__cell__title-container.svelte-qusz4c .icon-container:where(.svelte-qusz4c):after {
  top: 50%;
  content: " ";
  display: block;
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: rgb(229, 77, 63);
  transition: all 0.2s ease-in-out;
}
.table__body__cell__title-container.svelte-qusz4c .icon-container:where(.svelte-qusz4c):before {
  left: calc(50% - 5px);
  transform: rotate(45deg);
}
.table__body__cell__title-container.svelte-qusz4c .icon-container:where(.svelte-qusz4c):after {
  left: calc(50% + 0px);
  transform: rotate(-45deg);
}
.table__body__cell__no-data__title.svelte-qusz4c {
  padding-bottom: 0.25rem;
}
.table__body__cell__no-data__desc.svelte-qusz4c {
  color: rgb(126, 134, 148);
}
/* (unused) .table__body .title--active {
  background-color: rgb(152, 30, 19);
  color: rgb(236, 236, 236);
}*/
/* (unused) .table__body .title--active .table__body__cell {
  background-color: rgb(152, 30, 19);
  color: rgb(236, 236, 236);
}*/

/* (unused) .title--active .table__body__cell__title-container .icon-container:before {
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}*/
/* (unused) .title--active .table__body__cell__title-container .icon-container:after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}*/

.icon-container.svelte-qusz4c {
  pointer-events: none;
  margin-right: 1rem;
}

.icon-tag-container.svelte-qusz4c {
  margin-right: 0.5rem;
}

.tooltip.svelte-qusz4c {
  color: rgb(23, 28, 38);
  background-color: rgb(236, 236, 236);
}

.tippy-box[data-theme~="poni"] {
  color: rgb(23, 28, 38);
  background-color: rgb(255, 255, 255);
  padding: 0.375rem 0.375rem 0.5rem 0.375rem;
  filter: drop-shadow(0px 1px 9px rgba(0, 0, 0, 0.06)) drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
}

.tippy-box[data-theme~="poni"][data-placement^="top"]
        > .tippy-arrow::before,
      .tippy-box[data-theme~="poni"][data-placement^="bottom"]
        > .tippy-arrow::before,
      .tippy-box[data-theme~="poni"][data-placement^="left"]
        > .tippy-arrow::before,
      .tippy-box[data-theme~="poni"][data-placement^="right"]
        > .tippy-arrow::before {
  border-top-color: rgb(255, 255, 255);
}@font-face {
  font-family: "Impact Label";
  src: url("../assets/static/Impact_Label.woff") format("woff"), url("../assets/static/Impact_Label.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*ACKTI STYLE GUIDE COLORS*/
/*----------  Colors we're using from template ----------*/
/*----------  Fonts  ----------*/
/*----------  Structure  ----------*/
/*----------  Transitions  ----------*/
/*=================================
=            Functions            =
=================================*/
/*=================================
=            Mixins            =
=================================*/
.about__subtitle.svelte-1pch8ix {
  font-size: 28px;
  font-size: 1.75rem;
  /* stylelint-disable */
  font-size: clamp(1.75rem, 1.6195652174rem + 0.4347826087vw, 2rem);
  /* stylelint-enable */
  font-family: "Special Elite", cursive;
  font-weight: 400;
}

.about__development__title.svelte-1pch8ix {
  font-size: 21px;
  font-size: 1.3125rem;
  /* stylelint-disable */
  font-size: clamp(1.3125rem, 1.214673913rem + 0.3260869565vw, 1.5rem);
  /* stylelint-enable */
  font-family: "Special Elite", cursive;
  font-weight: 400;
}

.about__description.svelte-1pch8ix {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Rokkitt", serif;
  line-height: 1.4;
}

.about__development__description.svelte-1pch8ix {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Rokkitt", serif;
  line-height: 1.3;
}

/* (unused) .about__reports__link,*/ .about.svelte-1pch8ix .back-top-container__link:where(.svelte-1pch8ix) /* (unused) .about__reports__link--back-top, .about__reports__title*/ {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Rokkitt", serif;
  line-height: 1.2;
}

/* (unused) .about__reports__link--back-top, .about__reports__title {
  font-size: 16px;
  font-size: 1rem;
}*/

/* (unused) .about__reports__title {
  text-transform: uppercase;
}*/

/* (unused) .about__reports__link--back-top {
  font-size: 15px;
  font-size: 0.9375rem;
}*/

.about.svelte-1pch8ix {
  color: rgb(236, 236, 236);
  background-color: rgb(69, 69, 69);
  padding-top: 5rem;
  padding-bottom: 7.5rem;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
@media screen and (min-width: 50em) {
  .about__container.svelte-1pch8ix {
    margin: 0 auto;
    max-width: 680px;
  }
}
.about__subtitle.svelte-1pch8ix {
  padding-bottom: 2.625rem;
  line-height: 1;
}
.about__subtitle-text.svelte-1pch8ix {
  padding: 10px;
  color: rgb(69, 69, 69);
  background-color: rgb(236, 236, 236);
}
.about__description.svelte-1pch8ix p:where(.svelte-1pch8ix):first-child {
  padding-bottom: 2rem;
}
/* (unused) .about__reports__title {
  margin-top: 2.625rem;
  margin-bottom: 0.5rem;
}*/
/* (unused) .about__reports ul {
  padding: 0;
  margin-top: 0;
}*/
/* (unused) .about__reports ul li {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}*/
/* (unused) .about__reports ul li:last-child {
  margin-bottom: 2.625rem;
}*/
/* (unused) .about__reports__link {
  color: rgb(105, 201, 239);
  text-decoration: none;
}*/
/* (unused) .about__reports__link--back-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}*/
/* (unused) .about__reports__link .icon-container {
  margin-left: 0.25rem;
  fill: rgb(105, 201, 239);
}*/
/* (unused) .about__reports__link:hover {
  color: rgb(216, 241, 251);
  transition: all 0.2s ease-in-out;
}*/
/* (unused) .about__reports__link:hover .icon-container {
  fill: rgb(216, 241, 251);
  transition: all 0.2s ease-in-out;
}*/
/* (unused) .about__reports__link:focus {
  color: rgb(50, 81, 109);
  background-color: rgb(236, 236, 236);
  outline: 0;
}*/
/* (unused) .about__reports__link:focus .icon-container {
  fill: rgb(50, 81, 109);
}*/
/* (unused) .about__reports__link:visited {
  color: rgb(78, 148, 186);
}*/
/* (unused) .about__reports__link:visited .icon-container {
  fill: rgb(78, 148, 186);
}*/
.about__development.svelte-1pch8ix {
  margin-top: 2.625rem;
  margin-bottom: 0.5rem;
}
.about__development__title.svelte-1pch8ix {
  margin-bottom: 1.125rem;
}
.about__development__title-text.svelte-1pch8ix {
  padding: 10px;
  background-color: rgb(236, 236, 236);
  color: rgb(69, 69, 69);
}
.about__development.svelte-1pch8ix p:where(.svelte-1pch8ix):not(:last-child) {
  margin-bottom: 1.5rem;
}
.about__development__link.svelte-1pch8ix {
  color: rgb(105, 201, 239);
  text-decoration: none;
}
.about__development__link.svelte-1pch8ix:hover {
  color: rgb(216, 241, 251);
  transition: all 0.2s ease-in-out;
}
.about__development__link.svelte-1pch8ix:focus {
  color: rgb(50, 81, 109);
  background-color: rgb(236, 236, 236);
  outline: 0;
}
.about.svelte-1pch8ix .back-top-container:where(.svelte-1pch8ix) {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.about.svelte-1pch8ix .back-top-container:where(.svelte-1pch8ix) a:where(.svelte-1pch8ix) {
  text-decoration: none;
}
.about.svelte-1pch8ix .back-top-container__link:where(.svelte-1pch8ix) {
  color: rgb(105, 201, 239);
}
.about.svelte-1pch8ix .back-top-container__link:where(.svelte-1pch8ix) .back-top__icon-container:where(.svelte-1pch8ix) {
  fill: rgb(105, 201, 239);
  transition: all 0.2s ease-in-out;
}
.about.svelte-1pch8ix .back-top-container__link:where(.svelte-1pch8ix):hover {
  color: rgb(216, 241, 251);
  transition: all 0.2s ease-in-out;
}
.about.svelte-1pch8ix .back-top-container__link:where(.svelte-1pch8ix):hover .back-top__icon-container:where(.svelte-1pch8ix) {
  fill: rgb(216, 241, 251);
  transition: all 0.2s ease-in-out;
}
.about.svelte-1pch8ix .back-top-container__link:where(.svelte-1pch8ix):focus {
  color: rgb(50, 81, 109);
  background-color: rgb(236, 236, 236);
  outline: 0;
}
.about.svelte-1pch8ix .back-top-container__link:where(.svelte-1pch8ix):focus .back-top__icon-container:where(.svelte-1pch8ix) {
  fill: rgb(50, 81, 109);
  transition: all 0.2s ease-in-out;
}
.about.svelte-1pch8ix .back-top-container__icon-container:where(.svelte-1pch8ix) {
  position: relative;
  margin-left: 0.25rem;
  top: 0.125rem;
}@font-face {
  font-family: "Impact Label";
  src: url("../assets/static/Impact_Label.woff") format("woff"), url("../assets/static/Impact_Label.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*ACKTI STYLE GUIDE COLORS*/
/*----------  Colors we're using from template ----------*/
/*----------  Fonts  ----------*/
/*----------  Structure  ----------*/
/*----------  Transitions  ----------*/
/*=================================
=            Functions            =
=================================*/
/*=================================
=            Mixins            =
=================================*/
.footer.svelte-1sr6y3t {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Rokkitt", serif;
  line-height: 1.3;
}

.footer__copyright.svelte-1sr6y3t, .footer__privacy-pol.svelte-1sr6y3t {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Rokkitt", serif;
  line-height: 1.2;
}

.footer__copyright.svelte-1sr6y3t, .footer__privacy-pol.svelte-1sr6y3t {
  font-size: 16px;
  font-size: 1rem;
}

.footer__copyright.svelte-1sr6y3t, .footer__privacy-pol.svelte-1sr6y3t {
  font-size: 15px;
  font-size: 0.9375rem;
}

.footer__copyright.svelte-1sr6y3t, .footer__privacy-pol.svelte-1sr6y3t {
  font-size: 14px;
  font-size: 0.875rem;
}

.footer__privacy-pol.svelte-1sr6y3t {
  text-decoration: underline;
}

.footer.svelte-1sr6y3t {
  color: rgb(236, 236, 236);
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  background-color: rgb(69, 69, 69);
  border-top: 1px solid rgb(229, 77, 63);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas: "logo" "desc" "social" "address" "copyright";
}
@media screen and (min-width: 50em) {
  .footer.svelte-1sr6y3t {
    grid-template-areas: "logo logo" "desc social" "desc address" "copyright copyright";
    grid-template-columns: 2fr 1fr;
    padding-top: 3.5rem;
  }
}
.footer.svelte-1sr6y3t::before {
  content: "";
  position: absolute;
  left: calc((100vw - 100%) / -2);
  z-index: -1;
  display: block;
  width: 100vw;
  width: calc(100vw - var(--scrollbar));
  height: 100%;
  background-color: rgb(248, 248, 248);
}
.footer.svelte-1sr6y3t a:where(.svelte-1sr6y3t) {
  color: rgb(236, 236, 236);
  transition: color 0.3s ease-in-out;
}
.footer.svelte-1sr6y3t a:where(.svelte-1sr6y3t):hover {
  color: rgb(105, 201, 239);
  text-decoration: none;
}
.footer.svelte-1sr6y3t p:where(.svelte-1sr6y3t) {
  margin-bottom: 0;
}
.footer__logo.svelte-1sr6y3t {
  grid-area: logo;
  margin-bottom: 1.5rem;
}
.footer__logo.svelte-1sr6y3t a:where(.svelte-1sr6y3t) {
  color: rgb(236, 236, 236);
  transition: color 0.3s ease-in-out;
}
.footer__logo.svelte-1sr6y3t a:where(.svelte-1sr6y3t):hover {
  color: rgb(105, 201, 239);
  text-decoration: none;
}
.footer__logo.svelte-1sr6y3t a:where(.svelte-1sr6y3t):focus {
  outline: 3px solid rgba(151, 200, 247, 0.68);
}
.footer__desc.svelte-1sr6y3t {
  grid-area: desc;
  max-width: 680px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 50em) {
  .footer__desc.svelte-1sr6y3t {
    margin-bottom: 0;
    margin-right: 4rem;
  }
}
.footer__address.svelte-1sr6y3t {
  grid-area: address;
  color: rgb(236, 236, 236);
  margin-top: 0.6875rem;
  font-style: normal;
}
@media screen and (min-width: 50em) {
  .footer__address.svelte-1sr6y3t {
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }
}
.footer__social.svelte-1sr6y3t {
  grid-area: social;
  margin-left: -10px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 50em) {
  .footer__social.svelte-1sr6y3t {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
/* (unused) .footer__social a {
  color: rgb(236, 236, 236);
  transition: color 0.3s ease-in-out;
}*/
/* (unused) .footer__social a:hover {
  color: rgb(105, 201, 239);
  text-decoration: none;
}*/
.footer__copyright.svelte-1sr6y3t {
  grid-area: copyright;
  color: rgb(236, 236, 236);
  margin-top: 2rem;
}
@media screen and (min-width: 50em) {
  .footer__copyright.svelte-1sr6y3t {
    margin-top: 1.5rem;
  }
}
.footer__privacy-pol.svelte-1sr6y3t {
  color: rgb(236, 236, 236);
}
.footer__privacy-pol.svelte-1sr6y3t:focus {
  text-decoration: none;
  outline: 3px solid rgba(151, 200, 247, 0.68);
}@font-face {
  font-family: "Impact Label";
  src: url("../assets/static/Impact_Label.woff") format("woff"), url("../assets/static/Impact_Label.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*ACKTI STYLE GUIDE COLORS*/
/*----------  Colors we're using from template ----------*/
/*----------  Fonts  ----------*/
/*----------  Structure  ----------*/
/*----------  Transitions  ----------*/
/*=================================
=            Functions            =
=================================*/
/*=================================
=            Mixins            =
=================================*/
.share.svelte-1f7gg9e {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.share__link.svelte-1f7gg9e {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5rem;
  color: rgb(236, 236, 236);
  transition: all 0.2s ease-in-out;
  fill: rgb(236, 236, 236);
}
.share__link.svelte-1f7gg9e:hover {
  fill: rgb(105, 201, 239);
}
.share__link.svelte-1f7gg9e:focus {
  fill: rgb(105, 201, 239);
  outline: 3px solid rgba(151, 200, 247, 0.68);
}

/* (unused) .social {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}*/
/* (unused) .social__link {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5rem;
  color: rgb(236, 236, 236);
  fill: rgb(236, 236, 236);
  transition: all 0.2s ease-in-out;
}*/
/* (unused) .social__link:hover {
  fill: rgb(105, 201, 239);
}*/
/* (unused) .social__link:focus {
  fill: rgb(105, 201, 239);
  outline: 3px solid rgba(151, 200, 247, 0.68);
}*/@charset "UTF-8";
@font-face {
  font-family: "Impact Label";
  src: url("../assets/static/Impact_Label.woff") format("woff"), url("../assets/static/Impact_Label.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*ACKTI STYLE GUIDE COLORS*/
/*----------  Colors we're using from template ----------*/
/*----------  Fonts  ----------*/
/*----------  Structure  ----------*/
/*----------  Transitions  ----------*/
/*=================================
=            Functions            =
=================================*/
/*=================================
=            Mixins            =
=================================*/
.search.svelte-1wah7ro {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Rokkitt", serif;
  line-height: 1.2;
}

.search.svelte-1wah7ro {
  font-size: 16px;
  font-size: 1rem;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search].svelte-1wah7ro::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search].svelte-1wah7ro::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search].svelte-1wah7ro::-webkit-search-decoration,
input[type=search].svelte-1wah7ro::-webkit-search-cancel-button,
input[type=search].svelte-1wah7ro::-webkit-search-results-button,
input[type=search].svelte-1wah7ro::-webkit-search-results-decoration {
  display: none;
}

/* (unused) label[aria-hidden=true],
[hidden] {
  display: none;
}*/

.search.svelte-1wah7ro {
  position: relative;
  background-color: rgb(255, 255, 255);
}
.search__input.svelte-1wah7ro {
  border: 0;
  background-color: rgb(236, 236, 236);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.search__input.svelte-1wah7ro::-moz-placeholder {
  color: rgb(70, 79, 96);
}
.search__input.svelte-1wah7ro::placeholder {
  color: rgb(70, 79, 96);
}
.search__input.svelte-1wah7ro:focus {
  outline: 0;
  box-shadow: 0 1px rgb(152, 30, 19);
  border-radius: 0;
}
.search__input.svelte-1wah7ro:hover {
  background-color: rgb(248, 248, 248);
  border-radius: 0;
}
.search__input.svelte-1wah7ro:hover:not(:-moz-placeholder-shown) {
  background-color: transparent;
  box-shadow: 0 1px rgb(188, 194, 206);
  border-radius: 0;
}
.search__input.svelte-1wah7ro:hover:not(:placeholder-shown) {
  background-color: transparent;
  box-shadow: 0 1px rgb(188, 194, 206);
  border-radius: 0;
}
/* (unused) .search__input--active {
  border-radius: 0;
}*/
.search__btn.svelte-1wah7ro {
  position: relative;
  right: 0.3125rem;
  bottom: 0.5rem;
  color: rgb(126, 134, 148);
}
.search__btn-clear.svelte-1wah7ro {
  position: absolute;
  font-size: 1.5rem;
}
.search__btn-clear.svelte-1wah7ro:focus {
  outline: 3px solid rgba(151, 200, 247, 0.68);
}
.search__btn-clear--hidden.svelte-1wah7ro {
  display: none;
}
.search__icon.svelte-1wah7ro {
  position: absolute;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  height: 100%;
  display: flex;
  align-items: center;
  fill: rgb(70, 79, 96);
}@font-face {
  font-family: "Impact Label";
  src: url("../assets/static/Impact_Label.woff") format("woff"), url("../assets/static/Impact_Label.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*ACKTI STYLE GUIDE COLORS*/
/*----------  Colors we're using from template ----------*/
/*----------  Fonts  ----------*/
/*----------  Structure  ----------*/
/*----------  Transitions  ----------*/
/*=================================
=            Functions            =
=================================*/
/*=================================
=            Mixins            =
=================================*/
.icon.svelte-3wcs66 {
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  width: 1rem;
  height: 1rem;
}
.icon__select.svelte-3wcs66 {
  width: 1.3rem;
  height: 1.3rem;
}
.icon__info.svelte-3wcs66 {
  width: 1rem;
  height: 1rem;
}
.icon__share.svelte-3wcs66 {
  width: 1rem;
  height: 1rem;
}
.icon__social.svelte-3wcs66 {
  width: 1.25rem;
  height: 1.25rem;
}
.icon__report.svelte-3wcs66 {
  width: 1rem;
  height: 1rem;
  position: relative;
  bottom: -2px;
}
.icon__back-top.svelte-3wcs66 {
  width: 1.125rem;
  height: 1.125rem;
}
.icon.svelte-3wcs66:hover {
  filter: invert(57%) sepia(7%) saturate(666%) hue-rotate(180deg) brightness(92%) contrast(89%);
}

.active.svelte-3wcs66 {
  filter: invert(57%) sepia(7%) saturate(666%) hue-rotate(180deg) brightness(92%) contrast(89%);
}

.inactive.svelte-3wcs66 {
  fill: rgb(188, 194, 206);
}

.hide.svelte-3wcs66 {
  display: none;
  transition: display 0.3s ease-in-out;
}
  /* Input styling */
  input.svelte-1tk865e {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
  }

  .flatpickr-calendar {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .flatpickr-day {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-family: "Rokkitt", serif;
  }

  .flatpickr-day:hover {
    background-color: #e6e6e6;
  }

  .flatpickr-day.today {
    background-color: #007bff;
    color: white;
  }

  .flatpickr-day.selected {
    background-color: #32516d !important;
    color: white;
  }

  .flatpickr-months {
    background-color: #f8f9fa;
  }

  .flatpickr-weekday {
    color: #454545 !important;
    font-family: "Rokkitt", serif;
  }

  .flatpickr-month {
    font-family: "Rokkitt", serif;
    font-size: 1.2rem;
  }

  .flatpickr-prev-month,
  .flatpickr-next-month {
    color: #007bff;
  }@font-face {
  font-family: "Impact Label";
  src: url("../assets/static/Impact_Label.woff") format("woff"), url("../assets/static/Impact_Label.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*ACKTI STYLE GUIDE COLORS*/
/*----------  Colors we're using from template ----------*/
/*----------  Fonts  ----------*/
/*----------  Structure  ----------*/
/*----------  Transitions  ----------*/
/*=================================
=            Functions            =
=================================*/
/*=================================
=            Mixins            =
=================================*/
input[type=checkbox].svelte-seo3c8 + label:where(.svelte-seo3c8) /* (unused) .select-container*/, .select__select-wrapper.svelte-seo3c8::after, .select__select-tag__counter.svelte-seo3c8, .select__select-tag.svelte-seo3c8 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Rokkitt", serif;
  line-height: 1.2;
}

input[type=checkbox].svelte-seo3c8 + label:where(.svelte-seo3c8) /* (unused) .select-container*/, .select__select-wrapper.svelte-seo3c8::after, .select__select-tag__counter.svelte-seo3c8, .select__select-tag.svelte-seo3c8 {
  font-size: 16px;
  font-size: 1rem;
}

/* (unused) .options {
  --border: 0;
  --itemColor: $color-text-gray-400;
  --itemIsActiveColor: $color-text-gray-400;
  --itemIsActiveBG: $color-background-light-blue-100;
}*/
/* (unused) .options button + button {
  margin-left: 1rem;
}*/

/* (unused) .selects {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 3rem;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  gap: 1.5rem;
  background-color: rgb(236, 236, 236);
}*/
@media screen and (min-width: 50em) {
  /* (unused) .selects {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 2rem));
    gap: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }*/
}

/* (unused) .selectContainer {
  padding: 0 4px;
  width: 100%;
}*/

/* (unused) .select-container {
  --border: 0;
  --background: transparent;
  border-bottom: 1px solid rgb(152, 30, 19);
  --borderRadius: 0;
  --indicatorWidth: rem(12);
  --indicatorHeight: rem(6);
  --inputFontSize: rem(16);
  display: flex;
  flex-direction: column;
  color: rgb(69, 69, 69);
}*/
/* (unused) .select-container:hover {
  border-color: rgb(152, 30, 19);
}*/
/* (unused) .select-container:focus-within {
  border-bottom: 1px solid rgb(152, 30, 19);
}*/
/* (unused) .select-container:focus-within .select__select-tag-icon {
  fill: rgb(152, 30, 19);
  color: rgb(152, 30, 19);
}*/
@media screen and (min-width: 50em) {
  /* (unused) .select-container {
    max-width: 21.875rem;
  }*/
}
/* (unused) .select-container input {
  position: relative !important;
}*/

/* (unused) .listContainer .item {
  --height: 1.2;
}*/

.select__select-wrapper.svelte-seo3c8:hover {
  background-color: rgb(248, 248, 248);
}
.select__select-wrapper.svelte-seo3c8:hover .select__select-tag-icon:where(.svelte-seo3c8) {
  filter: invert(15%) sepia(91%) saturate(2767%) hue-rotate(353deg) brightness(85%) contrast(94%);
}
.select__select-wrapper.svelte-seo3c8:focus-within .select__select-tag-icon:where(.svelte-seo3c8) {
  filter: invert(15%) sepia(91%) saturate(2767%) hue-rotate(353deg) brightness(85%) contrast(94%);
}
.select__select-wrapper.svelte-seo3c8::after {
  content: "";
  top: -0.5rem;
  left: 13.125rem;
  cursor: pointer;
  color: rgb(126, 134, 148);
}
.select__select-tags-container.svelte-seo3c8 {
  display: flex;
  align-items: center;
  height: var(--height, 42px);
  padding-left: 0.25rem;
}
.select__select-tag__counter.svelte-seo3c8 {
  color: rgb(152, 30, 19);
  position: relative;
}
@media screen and (min-width: 50em) {
  .select__select-tag__counter.svelte-seo3c8 {
    margin-left: auto;
  }
}
.select__select-tag.svelte-seo3c8 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: rgb(70, 79, 96);
  position: relative;
  width: 11.25rem;
  height: 1.3125rem;
}
.select__select-tag.svelte-seo3c8::-moz-placeholder {
  color: rgb(70, 79, 96);
}
.select__select-tag.svelte-seo3c8::placeholder {
  color: rgb(70, 79, 96);
}
.select__select-tag.svelte-seo3c8:focus {
  outline: none;
}
.select__select-tag.svelte-seo3c8 span:where(.svelte-seo3c8) {
  position: relative;
}
.select__select-tag-icon.svelte-seo3c8 {
  margin-left: auto;
  padding-right: 0.625rem;
}
.select__tags-options.svelte-seo3c8 {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1), 0px 0px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 0.375rem;
  max-height: 28.125rem;
  overflow: auto;
  z-index: 15;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 50em) {
  .select__tags-options.svelte-seo3c8 {
    margin-top: 0;
    max-width: 21.875rem;
  }
}

.hide.svelte-seo3c8 {
  display: none;
}

.checkbox__container.svelte-seo3c8 {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.checkbox__container.svelte-seo3c8:hover {
  background-color: #e7f2ff;
  transition: background-color 0.2s ease-in-out;
}
.checkbox__container.svelte-seo3c8:focus {
  background-color: rgb(248, 248, 248);
  background-color: #1475dc;
  transition: background-color 0.2s ease-in-out;
}
.checkbox__label.svelte-seo3c8 {
  display: flex;
}
/* (unused) .checkbox__label span {
  margin-right: 0.75rem;
}*/

input[type=checkbox].svelte-seo3c8 {
  position: absolute;
  opacity: 0;
}
input[type=checkbox].svelte-seo3c8 + label:where(.svelte-seo3c8) {
  line-height: 1;
  color: rgb(43, 47, 56);
  position: relative;
  padding-top: 0.5rem;
  padding-left: 2.0625rem;
  cursor: pointer;
}
input[type=checkbox].svelte-seo3c8 + label:where(.svelte-seo3c8)::before {
  content: "";
  border-width: 1px;
  border-style: solid;
  border-color: rgb(126, 134, 148);
  border-radius: 2px;
  display: block;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  top: 0.5rem;
  left: 0;
}
input[type=checkbox].svelte-seo3c8 + label:where(.svelte-seo3c8)::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0.4rem;
  height: 0.75rem;
}
input[type=checkbox].svelte-seo3c8:hover + label:where(.svelte-seo3c8)::before {
  border-color: rgb(50, 81, 109);
}
input[type=checkbox].svelte-seo3c8:focus + label:where(.svelte-seo3c8)::before {
  outline-width: 3px;
  outline-style: solid;
  outline-color: rgba(151, 200, 247, 0.68);
}
input[type=checkbox].svelte-seo3c8:checked + label:where(.svelte-seo3c8)::before {
  background-color: rgb(152, 30, 19);
  border-color: rgb(152, 30, 19);
}
input[type=checkbox].svelte-seo3c8:checked + label:where(.svelte-seo3c8)::after {
  content: "L";
  font-family: arial;
  color: rgb(255, 255, 255); /* IE 9 */ /* Chrome, Safari, Opera */
  transform: scaleX(-1) rotate(-35deg);
  line-height: 1rem;
  padding-top: 0.1875rem;
  padding-right: 0.8rem;
  text-align: center;
}

/* (unused) .icon {
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  width: 1rem;
  height: 1rem;
}*/
/* (unused) .icon__select {
  width: 1.3rem;
  height: 1.3rem;
}*/
/* (unused) .icon__info {
  width: 1rem;
  height: 1rem;
}*/
/* (unused) .icon__share {
  width: 1rem;
  height: 1rem;
}*/
/* (unused) .icon__social {
  width: 1.25rem;
  height: 1.25rem;
}*/
/* (unused) .icon__report {
  width: 1rem;
  height: 1rem;
  position: relative;
  bottom: -2px;
}*/
/* (unused) .icon__back-top {
  width: 1.125rem;
  height: 1.125rem;
}*/
/* (unused) .icon:hover {
  filter: invert(57%) sepia(7%) saturate(666%) hue-rotate(180deg) brightness(92%) contrast(89%);
}*/

/* (unused) .active {
  filter: invert(57%) sepia(7%) saturate(666%) hue-rotate(180deg) brightness(92%) contrast(89%);
}*/

/* (unused) .inactive {
  fill: rgb(188, 194, 206);
}*/

.hide.svelte-seo3c8 {
  display: none;
  transition: display 0.3s ease-in-out;
}

.select__select-tag--selected {
  color: rgb(152, 30, 19) !important;
}@font-face {
  font-family: "Impact Label";
  src: url("../assets/static/Impact_Label.woff") format("woff"), url("../assets/static/Impact_Label.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*ACKTI STYLE GUIDE COLORS*/
/*----------  Colors we're using from template ----------*/
/*----------  Fonts  ----------*/
/*----------  Structure  ----------*/
/*----------  Transitions  ----------*/
/*=================================
=            Functions            =
=================================*/
/*=================================
=            Mixins            =
=================================*/
/* (unused) .share {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}*/
/* (unused) .share__link {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5rem;
  color: rgb(236, 236, 236);
  transition: all 0.2s ease-in-out;
  fill: rgb(236, 236, 236);
}*/
/* (unused) .share__link:hover {
  fill: rgb(105, 201, 239);
}*/
/* (unused) .share__link:focus {
  fill: rgb(105, 201, 239);
  outline: 3px solid rgba(151, 200, 247, 0.68);
}*/

.social.svelte-sktqz4 {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.social__link.svelte-sktqz4 {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5rem;
  color: rgb(236, 236, 236);
  fill: rgb(236, 236, 236);
  transition: all 0.2s ease-in-out;
}
.social__link.svelte-sktqz4:hover {
  fill: rgb(105, 201, 239);
}
.social__link.svelte-sktqz4:focus {
  fill: rgb(105, 201, 239);
  outline: 3px solid rgba(151, 200, 247, 0.68);
}
    .selectContainer.svelte-hhmj3h {
        --internalPadding: 0 16px;
        border: var(--border, 1px solid #d8dbdf);
        border-radius: var(--borderRadius, 3px);
        box-sizing: border-box;
        height: var(--height, 42px);
        position: relative;
        display: flex;
        align-items: center;
        padding: var(--padding, var(--internalPadding));
        background: var(--background, #fff);
        margin: var(--margin, 0);
    }

    .selectContainer.svelte-hhmj3h input:where(.svelte-hhmj3h) {
        cursor: default;
        border: none;
        color: var(--inputColor, #3f4f5f);
        height: var(--height, 42px);
        line-height: var(--height, 42px);
        padding: var(--inputPadding, var(--padding, var(--internalPadding)));
        width: 100%;
        background: transparent;
        font-size: var(--inputFontSize, 14px);
        letter-spacing: var(--inputLetterSpacing, -0.08px);
        position: absolute;
        left: var(--inputLeft, 0);
        margin: var(--inputMargin, 0);
    }

    .selectContainer.svelte-hhmj3h input:where(.svelte-hhmj3h)::-moz-placeholder {
        color: var(--placeholderColor, #78848f);
        opacity: var(--placeholderOpacity, 1);
    }

    .selectContainer.svelte-hhmj3h input:where(.svelte-hhmj3h)::placeholder {
        color: var(--placeholderColor, #78848f);
        opacity: var(--placeholderOpacity, 1);
    }

    .selectContainer.svelte-hhmj3h input:where(.svelte-hhmj3h):focus {
        outline: none;
    }

    .selectContainer.svelte-hhmj3h:hover {
        border-color: var(--borderHoverColor, #b2b8bf);
    }

    .selectContainer.focused.svelte-hhmj3h {
        border-color: var(--borderFocusColor, #006fe8);
    }

    .selectContainer.disabled.svelte-hhmj3h {
        background: var(--disabledBackground, #ebedef);
        border-color: var(--disabledBorderColor, #ebedef);
        color: var(--disabledColor, #c1c6cc);
    }

    .selectContainer.disabled.svelte-hhmj3h input:where(.svelte-hhmj3h)::-moz-placeholder {
        color: var(--disabledPlaceholderColor, #c1c6cc);
        opacity: var(--disabledPlaceholderOpacity, 1);
    }

    .selectContainer.disabled.svelte-hhmj3h input:where(.svelte-hhmj3h)::placeholder {
        color: var(--disabledPlaceholderColor, #c1c6cc);
        opacity: var(--disabledPlaceholderOpacity, 1);
    }

    .selectedItem.svelte-hhmj3h {
        line-height: var(--height, 42px);
        height: var(--height, 42px);
        overflow-x: hidden;
        padding: var(--selectedItemPadding, 0 20px 0 0);
    }

    .selectedItem.svelte-hhmj3h:focus {
        outline: none;
    }

    .clearSelect.svelte-hhmj3h {
        position: absolute;
        right: var(--clearSelectRight, 10px);
        top: var(--clearSelectTop, 11px);
        bottom: var(--clearSelectBottom, 11px);
        width: var(--clearSelectWidth, 20px);
        color: var(--clearSelectColor, #c5cacf);
        flex: none !important;
    }

    .clearSelect.svelte-hhmj3h:hover {
        color: var(--clearSelectHoverColor, #2c3e50);
    }

    .selectContainer.focused.svelte-hhmj3h .clearSelect:where(.svelte-hhmj3h) {
        color: var(--clearSelectFocusColor, #3f4f5f);
    }

    .indicator.svelte-hhmj3h {
        position: absolute;
        right: var(--indicatorRight, 10px);
        top: var(--indicatorTop, 11px);
        width: var(--indicatorWidth, 20px);
        height: var(--indicatorHeight, 20px);
        color: var(--indicatorColor, #c5cacf);
    }

    .indicator.svelte-hhmj3h svg:where(.svelte-hhmj3h) {
        display: inline-block;
        fill: var(--indicatorFill, currentcolor);
        line-height: 1;
        stroke: var(--indicatorStroke, currentcolor);
        stroke-width: 0;
    }

    .spinner.svelte-hhmj3h {
        position: absolute;
        right: var(--spinnerRight, 10px);
        top: var(--spinnerLeft, 11px);
        width: var(--spinnerWidth, 20px);
        height: var(--spinnerHeight, 20px);
        color: var(--spinnerColor, #51ce6c);
        animation: svelte-hhmj3h-rotate 0.75s linear infinite;
    }

    .spinner_icon.svelte-hhmj3h {
        display: block;
        height: 100%;
        transform-origin: center center;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: none;
    }

    .spinner_path.svelte-hhmj3h {
        stroke-dasharray: 90;
        stroke-linecap: round;
    }

    .multiSelect.svelte-hhmj3h {
        display: flex;
        padding: var(--multiSelectPadding, 0 35px 0 16px);
        height: auto;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .multiSelect.svelte-hhmj3h > :where(.svelte-hhmj3h) {
        flex: 1 1 50px;
    }

    .selectContainer.multiSelect.svelte-hhmj3h input:where(.svelte-hhmj3h) {
        padding: var(--multiSelectInputPadding, 0);
        position: relative;
        margin: var(--multiSelectInputMargin, 0);
    }

    .hasError.svelte-hhmj3h {
        border: var(--errorBorder, 1px solid #ff2d55);
        background: var(--errorBackground, #fff);
    }

    .a11yText.svelte-hhmj3h {
        z-index: 9999;
        border: 0px;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        width: 1px;
        position: absolute;
        overflow: hidden;
        padding: 0px;
        white-space: nowrap;
    }

    @keyframes svelte-hhmj3h-rotate {
        100% {
            transform: rotate(360deg);
        }
    }
    .listContainer.svelte-18kymn5 {
        box-shadow: var(--listShadow, 0 2px 3px 0 rgba(44, 62, 80, 0.24));
        border-radius: var(--listBorderRadius, 4px);
        max-height: var(--listMaxHeight, 250px);
        overflow-y: auto;
        background: var(--listBackground, #fff);
        border: var(--listBorder, none);
        position: var(--listPosition, absolute);
        z-index: var(--listZIndex, 2);
        width: 100%;
        left: var(--listLeft, 0);
        right: var(--listRight, 0);
    }

    .virtualList.svelte-18kymn5 {
        height: var(--virtualListHeight, 200px);
    }

    .listGroupTitle.svelte-18kymn5 {
        color: var(--groupTitleColor, #8f8f8f);
        cursor: default;
        font-size: var(--groupTitleFontSize, 12px);
        font-weight: var(--groupTitleFontWeight, 600);
        height: var(--height, 42px);
        line-height: var(--height, 42px);
        padding: var(--groupTitlePadding, 0 20px);
        text-overflow: ellipsis;
        overflow-x: hidden;
        white-space: nowrap;
        text-transform: var(--groupTitleTextTransform, uppercase);
    }

    .empty.svelte-18kymn5 {
        text-align: var(--listEmptyTextAlign, center);
        padding: var(--listEmptyPadding, 20px 0);
        color: var(--listEmptyColor, #78848f);
    }
    .multiSelectItem.svelte-std7zy {
        background: var(--multiItemBG, #ebedef);
        margin: var(--multiItemMargin, 5px 5px 0 0);
        border-radius: var(--multiItemBorderRadius, 16px);
        height: var(--multiItemHeight, 32px);
        line-height: var(--multiItemHeight, 32px);
        display: flex;
        cursor: default;
        padding: var(--multiItemPadding, 0 10px 0 15px);
        max-width: 100%;
    }

    .multiSelectItem_label.svelte-std7zy {
        margin: var(--multiLabelMargin, 0 5px 0 0);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .multiSelectItem.svelte-std7zy:hover,
    .multiSelectItem.active.svelte-std7zy {
        background-color: var(--multiItemActiveBG, #006fff);
        color: var(--multiItemActiveColor, #fff);
    }

    .multiSelectItem.disabled.svelte-std7zy:hover {
        background: var(--multiItemDisabledHoverBg, #ebedef);
        color: var(--multiItemDisabledHoverColor, #c1c6cc);
    }

    .multiSelectItem_clear.svelte-std7zy {
        border-radius: var(--multiClearRadius, 50%);
        background: var(--multiClearBG, #52616f);
        min-width: var(--multiClearWidth, 16px);
        max-width: var(--multiClearWidth, 16px);
        height: var(--multiClearHeight, 16px);
        position: relative;
        top: var(--multiClearTop, 8px);
        text-align: var(--multiClearTextAlign, center);
        padding: var(--multiClearPadding, 1px);
    }

    .multiSelectItem_clear.svelte-std7zy:hover,
    .active.svelte-std7zy .multiSelectItem_clear:where(.svelte-std7zy) {
        background: var(--multiClearHoverBG, #fff);
    }

    .multiSelectItem_clear.svelte-std7zy:hover svg:where(.svelte-std7zy),
    .active.svelte-std7zy .multiSelectItem_clear:where(.svelte-std7zy) svg:where(.svelte-std7zy) {
        fill: var(--multiClearHoverFill, #006fff);
    }

    .multiSelectItem_clear.svelte-std7zy svg:where(.svelte-std7zy) {
        fill: var(--multiClearFill, #ebedef);
        vertical-align: top;
    }
    .item.svelte-1irpibk {
        cursor: default;
        height: var(--height, 42px);
        line-height: var(--height, 42px);
        padding: var(--itemPadding, 0 20px);
        color: var(--itemColor, inherit);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .groupHeader.svelte-1irpibk {
        text-transform: var(--groupTitleTextTransform, uppercase);
    }

    .groupItem.svelte-1irpibk {
        padding-left: var(--groupItemPaddingLeft, 40px);
    }

    .item.svelte-1irpibk:active {
        background: var(--itemActiveBackground, #b9daff);
    }

    .item.active.svelte-1irpibk {
        background: var(--itemIsActiveBG, #007aff);
        color: var(--itemIsActiveColor, #fff);
    }

   .item.notSelectable.svelte-1irpibk {
        color: var(--itemIsNotSelectableColor, #999);
    }

    .item.first.svelte-1irpibk {
        border-radius: var(--itemFirstBorderRadius, 4px 4px 0 0);
    }

    .item.hover.svelte-1irpibk:not(.active) {
        background: var(--itemHoverBG, #e7f2ff);
        color: var(--itemHoverColor, inherit);
    }
    .selection.svelte-1g92b6v {
        text-overflow: ellipsis;
        overflow-x: hidden;
        white-space: nowrap;
    }
    svelte-virtual-list-viewport.svelte-11bbi4q {
        position: relative;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        display: block;
    }

    svelte-virtual-list-contents.svelte-11bbi4q,
    svelte-virtual-list-row.svelte-11bbi4q {
        display: block;
    }

    svelte-virtual-list-row.svelte-11bbi4q {
        overflow: hidden;
    }.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72,72,72,0.2);
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #42a5f5;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(72,72,72,0.2);
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #42a5f5;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #42a5f5;
  color: #fff;
  fill: #fff;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72,72,72,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72,72,72,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72,72,72,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(255,255,255,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255,255,255,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #42a5f5;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #42a5f5;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: #42a5f5;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #42a5f5;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid rgba(72,72,72,0.2);
  border-right: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 rgba(72,72,72,0.2);
          box-shadow: -1px 0 0 rgba(72,72,72,0.2);
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}
.flatpickr-day.today {
  border-color: #bbb;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #42a5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #42a5f5;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #42a5f5;
          box-shadow: -10px 0 0 #42a5f5;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
          box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72,72,72,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72,72,72,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #42a5f5, 5px 0 0 #42a5f5;
          box-shadow: -5px 0 0 #42a5f5, 5px 0 0 #42a5f5;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72,72,72,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
