[class*=-formkit] {
  --formkit-color-black: #0B261C;
  --formkit-color-grey: #DEDFE2;
  --formkit-color-grey-dark: #5B616E;
  --formkit-color-grey-light:#EEF0F3;
  --formkit-color-white:#FFFFFF;
  --formkit-color-eggshell:#F9FAFB;
  --formkit-color-ghost:#F5F8FF;
  --formkit-color-ghost-dark: #F0F3FA;
  --formkit-color-blue: #005CFC;
}
[class*=-formkit], [class*=-formkit] *, [class*=-formkit] *::after, [class*=-formkit] *::before {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html[class*=-formkit] {
  margin: 0px !important;
  padding: 0px !important;
}

body[class*=-formkit] {
  --uikit-font-size-min: 16;
  --uikit-font-size-max: 19;
  --uikit-font-view-min: 576;
  --uikit-font-view-max: 1640;
  font-family: sans-serif;
  font-size: clamp(var(--uikit-font-size-min) * 1px, var(--uikit-font-size-min) * 1px + (var(--uikit-font-size-max) - var(--uikit-font-size-min)) * (100vw - var(--uikit-font-view-min) * 1px) / var(--uikit-font-view-max), var(--uikit-font-size-max) * 1px);
  line-height: 1.6em;
  min-height: 100svh;
  background-color: var(--formkit-color-white);
}
body[class*=-formkit] > header > figure {
  display: block;
  margin: 0px;
  padding: 0px;
}
body[class*=-formkit] > header > figure > picture {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: var(--formkit-color-blue);
}
body[class*=-formkit] > header > figure > figcaption {
  max-width: calc(100% - 72px);
  padding-left: 12px;
  vertical-align: middle;
  font-weight: 700;
}
body[class*=-formkit] > header > nav > ul {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
body[class*=-formkit] > header > nav > ul li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
body[class*=-formkit] > header > nav > ul li > a {
  border-radius: 2em;
}
body[class*=-formkit] > header > nav > ul li > a span {
  white-space: nowrap;
}
body[class*=-formkit] > header > nav > ul li > a:hover {
  background-color: var(--formkit-color-ghost);
}
body[class*=-formkit] > header > nav > ul li.-selected > a {
  color: var(--formkit-color-blue);
}
body[class*=-formkit] > header > nav > ul li.-selected > a > svg {
  stroke: var(--formkit-color-blue);
}
body[class*=-formkit] > header > nav > ul li.home.-selected > a > i > svg {
  fill: var(--formkit-color-blue);
}
body[class*=-formkit] > header > nav > ul li.home.-selected > a > i > svg > g > path[data-name="Path 32"] {
  stroke: var(--formkit-color-blue);
  fill: var(--formkit-color-ghost);
}
body[class*=-formkit] > header > nav > ul li.entry.-selected > a > i > svg {
  fill: var(--formkit-color-blue);
}
body[class*=-formkit] > header > nav > ul li.entry.-selected > a > i > svg > g > line {
  stroke: var(--formkit-color-ghost);
}
body[class*=-formkit] > header > nav > ul li.more:hover > a {
  color: var(--formkit-color-blue);
  background-color: var(--formkit-color-white);
}
body[class*=-formkit] > header > nav > ul li.more.-selected > a {
  background-color: var(--formkit-color-white);
}
body[class*=-formkit] > header > nav > ul li.more.-selected > a > i > svg {
  fill: var(--formkit-color-blue);
  stroke: var(--formkit-color-blue);
}
body[class*=-formkit] > header > nav > ul li.logout small {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: var(--formkit-color-grey-dark);
  padding: 0 1.5em;
}
body[class*=-formkit] > header > nav > ul li.logout:hover > a {
  color: red;
  background-color: transparent;
}
body[class*=-formkit] > header > nav > ul li > ul {
  display: none;
}
body[class*=-formkit] > header > nav > ul li > ul > li {
  padding: 1em 0;
}
body[class*=-formkit] > header > nav > ul li > ul > li > h4 {
  font-family: inherit;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
body[class*=-formkit] > header > nav > ul li > ul > li > h6 {
  font-family: inherit;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
body[class*=-formkit] > header > nav > ul li > ul > li > p {
  font-size: 0.75em;
  line-height: 1.25em;
}
body[class*=-formkit] > header > nav > ul li > ul > li > details {
  font-size: 0.85em;
  line-height: 1.25em;
  border-bottom: var(--formkit-color-grey) 1px solid;
}
body[class*=-formkit] > header > nav > ul li > ul > li > details h6 {
  font-family: inherit;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
body[class*=-formkit] > header > nav > ul li > ul > li > a.-button {
  font-size: 0.85em;
  color: var(--formkit-color-blue);
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}
body[class*=-formkit] > header > nav > ul li > ul > li > a.-button:hover {
  background-color: transparent !important;
}
body[class*=-formkit] > header > nav > ul li > ul > li > a.-button:focus {
  background-color: transparent !important;
}
body[class*=-formkit] > header > section h1 {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 72px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  padding-left: 16px;
}
body[class*=-formkit] > main {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
body[class*=-formkit] > main > aside {
  order: -1;
}
@media (orientation: portrait) {
  body[class*=-formkit] > header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: fixed;
    z-index: 1;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    width: 100vw;
    height: 72px;
    background-color: var(--formkit-color-white);
  }
  body[class*=-formkit] > header > figure {
    width: 88px;
    height: 72px;
    padding: 8px;
    padding-left: 16px;
  }
  body[class*=-formkit] > header > figure > figcaption {
    display: none;
  }
  body[class*=-formkit] > header > nav {
    position: fixed;
    top: auto;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    height: 96px;
    padding: 8px 16px;
    background-color: var(--formkit-color-white);
    border-top: var(--formkit-color-grey) 1px solid;
  }
  body[class*=-formkit] > header > nav > ul {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  body[class*=-formkit] > header > nav > ul > li > a {
    flex-direction: column !important;
  }
  body[class*=-formkit] > header > nav > ul > li > a > span {
    font-size: 10px;
    line-height: 1.6em;
  }
  body[class*=-formkit] > header > nav > ul > li > small {
    display: none !important;
  }
  body[class*=-formkit] > header > section {
    display: flex;
    flex-grow: 1;
  }
  body[class*=-formkit] > main {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  body[class*=-formkit] > main > section {
    display: block;
  }
  body[class*=-formkit] > footer {
    padding-bottom: env(safe-area-inset-bottom);
  }
}
@media (orientation: landscape) {
  body[class*=-formkit] > header {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: calc(72px + 2em);
    height: 100svh;
    background-color: var(--formkit-color-white);
    border-right: var(--formkit-color-grey) 1px solid;
  }
  body[class*=-formkit] > header > figure {
    width: 100%;
    height: 72px;
    padding: 8px 1em;
    background-color: var(--formkit-color-white);
  }
  body[class*=-formkit] > header > figure > picture {
    margin-left: 8px;
  }
  body[class*=-formkit] > header > figure > figcaption {
    display: none;
  }
  body[class*=-formkit] > header > nav {
    display: block;
    position: static;
    z-index: 2;
    width: 100%;
    height: calc(100svh - 72px);
    border-top: none;
    background-color: var(--formkit-color-white);
  }
  body[class*=-formkit] > header > nav > ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 1em;
    row-gap: 8px;
    height: 100%;
  }
  body[class*=-formkit] > header > nav > ul > li > a {
    flex-direction: column !important;
  }
  body[class*=-formkit] > header > nav > ul > li > a > span {
    font-size: 10px;
  }
  body[class*=-formkit] > header > nav > ul > li > a:hover {
    background-color: var(--formkit-color-ghost);
  }
  body[class*=-formkit] > header > nav > ul > li > a:active {
    background-color: var(--formkit-color-ghost-dark);
  }
  body[class*=-formkit] > header > nav > ul > li.-selected > ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 100%;
    top: 0px;
    width: 352px;
    height: 100svh;
    padding: 16px;
    background-color: var(--formkit-color-white);
    border-left: var(--formkit-color-grey) 1px solid;
    border-right: var(--formkit-color-grey) 1px solid;
  }
  body[class*=-formkit] > header > nav > ul > li.logout {
    justify-self: flex-end;
    margin-top: auto;
  }
  body[class*=-formkit] > header > section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: calc(72px + 2em);
    top: 0px;
    width: calc(100svw - (72px + 2em));
    height: 72px;
    background-color: var(--formkit-color-white);
    border-bottom: var(--formkit-color-grey) 1px solid;
  }
  body[class*=-formkit] > header > section > h1 {
    flex-grow: 1;
    padding: 0 16px;
  }
  body[class*=-formkit] > header > section > form {
    flex-basis: calc(310px + 4em);
    align-items: center;
    padding: 0 2em;
    position: relative;
  }
  body[class*=-formkit] > header > section > form > fieldset {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
    height: 72px;
    border: none;
  }
  body[class*=-formkit] > header > section > form > details {
    display: block;
    pointer-events: none;
    width: calc(310px + 4em);
    height: calc(100svh - 72px);
    position: absolute;
    top: 100%;
    right: -100%;
    bottom: auto;
    overflow: hidden;
    overflow-y: auto;
    transition: right 125ms ease-in-out;
  }
  body[class*=-formkit] > header > section > form > details > summary {
    display: none;
  }
  body[class*=-formkit] > header > section > form > details > fieldset {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 2em;
    border: none;
  }
  body[class*=-formkit] > header > section > form > details[open] {
    pointer-events: all;
    right: 0px;
    background: var(--formkit-color-white);
    border-top: var(--formkit-color-grey) 1px solid;
    border-left: var(--formkit-color-grey) 1px solid;
    border-top: none;
  }
  body[class*=-formkit] > main {
    position: relative;
    z-index: 0;
    padding-left: calc(72px + 2em);
    padding-top: 72px;
    min-height: calc(100vh + 96px);
  }
  body[class*=-formkit] > main > aside {
    display: block;
    background-color: var(--formkit-color-white);
    border-top: var(--formkit-color-grey) 1px solid;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  body[class*=-formkit] > main {
    padding-right: calc(310px + 4em);
  }
  body[class*=-formkit] > main > aside {
    position: fixed;
    right: 0px;
    top: 72px;
    width: calc(310px + 4em);
    height: calc(100svh - 72px);
    border-left: var(--formkit-color-grey) 1px solid;
    border-top: none;
  }
}
@media (orientation: landscape) and (min-width: 1280px) {
  body[class*=-formkit] > header {
    width: 248px;
  }
  body[class*=-formkit] > header > figure > figcaption {
    display: inline-block;
  }
  body[class*=-formkit] > header > nav > ul > li > a {
    flex-direction: row !important;
  }
  body[class*=-formkit] > header > nav > ul > li > a > span {
    font-size: 16px;
  }
  body[class*=-formkit] > header > nav > ul > li.-selected > a {
    background-color: var(--formkit-color-ghost);
  }
  body[class*=-formkit] > header > section {
    left: 248px;
    width: calc(100svw - 248px);
  }
  body[class*=-formkit] > main {
    padding-left: 248px;
  }
}
[class*=-formkit] h1, [class*=-formkit] h2, [class*=-formkit] h3, [class*=-formkit] h4, [class*=-formkit] h5, [class*=-formkit] h6 {
  font-family: inherit, sans-serif;
}
[class*=-formkit] h1 {
  font-size: 2em;
}
[class*=-formkit] h2 {
  font-size: 1.75em;
}
[class*=-formkit] h3 {
  font-size: 1.5em;
}
[class*=-formkit] h4 {
  font-size: 1em;
}
[class*=-formkit] h5 {
  font-size: 1em;
}
[class*=-formkit] h6 {
  font-size: 1em;
}
[class*=-formkit] .-button {
  font-family: inherit, sans-serif;
  font-size: inherit;
  text-decoration: none;
  background-color: inherit;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 8px;
  row-gap: 0px;
  padding: 0.75em 1em;
}
[class*=-formkit] .-button * {
  pointer-events: none;
}
[class*=-formkit] .-button > i {
  display: inline-block;
  width: min(1.5em, 24px);
  height: min(1.5em, 24px);
  line-height: 1.5em;
  border-radius: 50%;
  background-color: transparent;
}
[class*=-formkit] .-button > i > svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  stroke: currentcolor;
  stroke-width: 2px;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
}
[class*=-formkit] .-button > span {
  display: inline-block;
  font-weight: 700;
}
[class*=-formkit] .-button:hover {
  cursor: pointer;
}
[class*=-formkit] .-info {
  font-family: inherit, sans-serif;
  font-size: inherit;
  text-decoration: none;
  background-color: inherit;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 8px;
  row-gap: 0px;
  padding: 0;
}
[class*=-formkit] .-info * {
  pointer-events: none;
}
[class*=-formkit] .-info > i {
  display: inline-block;
  width: min(1em, 20px);
  height: min(1em, 20px);
  line-height: 1em;
  border-radius: 50%;
  background-color: transparent;
}
[class*=-formkit] .-info > i > svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  stroke: currentcolor;
  stroke-width: 2px;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
}
[class*=-formkit] .-info > span {
  display: inline-block;
  font-weight: 700;
}
[class*=-formkit] details summary {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
  row-gap: 0px;
  padding: 0.75em 0em;
}
[class*=-formkit] details summary > i {
  display: inline-block;
  width: min(1.5em, 24px);
  height: min(1.5em, 24px);
  line-height: 1.5em;
  border-radius: 50%;
  background-color: transparent;
}
[class*=-formkit] details summary > i > svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  stroke: currentcolor;
  stroke-width: 2px;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
}
[class*=-formkit] details summary > span {
  display: inline-block;
  font-weight: 700;
}
[class*=-formkit] details summary::-webkit-details-marker {
  display: none;
}
[class*=-formkit] details summary:hover {
  cursor: pointer;
}
[class*=-formkit] details[open] {
  padding-bottom: 1em;
}
[class*=-formkit] details[open] > summary > i {
  transform: rotate(180deg);
}
[class*=-formkit] section.-entries {
  padding: 3em 2em;
  overflow: hidden;
}
[class*=-formkit] section.-entries > h3 {
  font-family: inherit;
  font-weight: 700;
  margin: 0;
  padding: 0px;
  margin-bottom: 1em;
}
[class*=-formkit] section.-entries > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-left: -2em;
  width: calc(100% + 4em);
}
[class*=-formkit] section.-entries > ul.day {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
[class*=-formkit] section.-entries > ul.day > li {
  display: block;
  position: relative;
  padding: 0;
}
[class*=-formkit] section.-entries > ul.day > li > input[type=checkbox] {
  -webkit-appearance: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0px;
  border: none;
  box-shadow: none;
  vertical-align: top;
  background-color: var(--formkit-color-white);
  color: var(--formkit-color-grey-dark);
  box-shadow: inset 0px 0px 0px 1px var(--formkit-color-grey);
  position: absolute;
  font-size: inherit !important;
  left: 2em;
  top: 1em;
}
[class*=-formkit] section.-entries > ul.day > li > input[type=checkbox]:checked {
  background: var(--formkit-color-blue) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>') no-repeat center center;
  background-size: 16px 16px;
  box-shadow: none;
}
[class*=-formkit] section.-entries > ul.day > li > details {
  padding: 0em 2em;
  padding-left: calc(2em + 40px);
  font-size: inherit;
}
[class*=-formkit] section.-entries > ul.day > li > details > summary {
  padding: 1em 0em;
}
[class*=-formkit] section.-entries > ul.day > li > details:hover {
  background-color: var(--formkit-color-eggshell);
}
[class*=-formkit] section.-entries > ul.day > li > details[open] {
  background-color: var(--formkit-color-eggshell);
  padding-bottom: 2em;
}
[class*=-formkit] section.-entries > nav.-pagination > ul {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
[class*=-formkit] section.-entries > nav.-pagination > ul > li {
  display: inline-block;
  width: 42px;
  height: 42px;
  vertical-align: top;
  text-align: center;
  line-height: 42px;
}
[class*=-formkit] section.-groups {
  padding: 3em 2em;
  overflow: hidden;
  border-bottom: var(--formkit-color-grey) 1px solid;
}
[class*=-formkit] section.-groups > h3 {
  font-family: inherit;
  font-weight: 700;
  margin: 0;
  padding: 0px;
  margin-bottom: 1em;
}
[class*=-formkit] section.-groups > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(196px, 1fr));
  grid-gap: 1em;
}
[class*=-formkit] section.-groups > ul > li > article {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  background: var(--formkit-color-blue);
  color: var(--formkit-color-white);
  width: 100%;
  height: 100%;
  min-height: 196px;
  padding: 1em;
}
[class*=-formkit] section.-groups > ul > li > article h4 {
  font-family: inherit;
  font-size: 18px;
  color: inherit;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
[class*=-formkit] section.-groups > ul > li > article .-top {
  width: 100%;
  padding: 0px;
  align-self: flex-start;
  margin-bottom: auto;
}
[class*=-formkit] section.-groups > ul > li > article .-count {
  display: inline-block;
  border: var(--formkit-color-white) 2px solid;
  min-width: 2em;
  min-height: 2em;
  text-align: center;
  padding: 0em;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 2em;
}
[class*=-formkit] section.-groups > ul > li > article .-date {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
}
[class*=-formkit] section.-groups > ul > li > article .-time {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
}
[class*=-formkit] section.-groups > ul > li > article .-bottom {
  width: 100%;
  padding: 0px;
  padding-top: 2em;
  color: inherit;
  font-size: 16px;
}
[class*=-formkit] section.-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 2em;
  border-bottom: var(--formkit-color-grey) 1px solid;
  position: relative;
  overflow: hidden;
  width: 100%;
}
[class*=-formkit] section.-stats > section {
  flex-basis: 296px;
  flex-grow: 1;
}
[class*=-formkit] section.-stats > section:nth-child(2) {
  overflow: hidden;
  max-width: 640px;
}
[class*=-formkit] section.-stats > section h2 {
  font-family: inherit;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
[class*=-formkit] section.-stats > section h2 span {
  font-weight: 700;
}
[class*=-formkit] section.-stats > section h3 {
  font-family: inherit;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
[class*=-formkit] section.-stats > section h4 {
  font-family: inherit;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
[class*=-formkit] section.-stats > section ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 0px;
  list-style: none;
  padding: 0px 0px 12px 0px;
  margin: 0px;
}
[class*=-formkit] section.-stats > section ul:not(.swiper-wrapper) {
  overflow: hidden;
  overflow-x: auto;
  column-gap: 8px;
  padding-bottom: 0px;
}
[class*=-formkit] section.-stats > section ul > li {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex-basis: 64px;
  flex-shrink: 0;
  flex-grow: 1;
  position: relative;
  z-index: 0;
  height: auto;
}
[class*=-formkit] section.-stats > section ul > li > a {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
[class*=-formkit] section.-stats > section ul > li > sup {
  display: block;
  font-size: 12px;
  line-height: 2em;
  font-weight: 700;
  text-align: center;
}
[class*=-formkit] section.-stats > section ul > li > span {
  display: block;
  font-size: 0px;
  line-height: 0px;
  border-bottom: var(--formkit-color-blue) 1px solid;
}
[class*=-formkit] section.-stats > section ul > li > span[style] {
  border: var(--formkit-color-blue) 1px solid;
  background: var(--formkit-color-ghost);
  background-image: radial-gradient(var(--formkit-color-blue) 1px, transparent 0);
  background-size: 5px 5px;
  background-position: -2px -2px;
}
[class*=-formkit] section.-stats > section ul > li > small {
  display: block;
  font-size: 12px;
  line-height: 2em;
  font-weight: 700;
  text-align: center;
}
[class*=-formkit] section.-stats > section .swiper-scrollbar {
  background: var(--formkit-color-ghost);
}
[class*=-formkit] section.-stats > section .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--formkit-color-blue);
}
[class*=-formkit] section.-export {
  padding: 2em;
  border-bottom: var(--formkit-color-grey) 1px solid;
}
[class*=-formkit] section.-export h4 {
  font-family: inherit;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
[class*=-formkit] section.-export p {
  font-size: 0.85em;
  line-height: 1.25em;
}
[class*=-formkit] section.-export button {
  color: var(--formkit-color-blue);
  padding: 0px;
}
[class*=-formkit] section.-shortcuts {
  padding: 2em;
  border-bottom: var(--formkit-color-grey) 1px solid;
}
[class*=-formkit] section.-shortcuts h4 {
  font-family: inherit;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1em;
}
[class*=-formkit] section.-shortcuts p {
  font-size: 0.85em;
  line-height: 1.25em;
}
[class*=-formkit] section.-shortcuts a {
  color: var(--formkit-color-blue);
  padding: 0px;
  margin-bottom: 1em;
}
[class*=-formkit] form fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
}
[class*=-formkit] form label {
  display: block;
}
[class*=-formkit] form label > span {
  display: block;
  font-weight: 700;
  margin-bottom: 0.25em;
}
[class*=-formkit] form input {
  display: inline-block;
  width: 100%;
  padding: 0.5em 1em;
  margin: 0px;
  border: none;
  background-color: var(--formkit-color-white);
  color: var(--formkit-color-grey-dark);
  box-shadow: inset 0px 0px 0px 1px var(--formkit-color-grey-light);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4em;
  min-height: max(2em, 40px);
}
[class*=-formkit] form input[type=checkbox] {
  -webkit-appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}
[class*=-formkit] form input[type=checkbox] + span {
  display: inline-block;
  max-width: calc(100% - 32px);
  vertical-align: top;
  padding-left: 8px;
  font-size: 16px;
  line-height: 20px;
}
[class*=-formkit] form input[type=checkbox]:checked {
  background: var(--formkit-color-blue) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>') no-repeat center center;
  background-size: 16px 16px;
}
[class*=-formkit] form input:focus {
  outline: none;
  box-shadow: inset 0px 0px 0px 2px var(--formkit-color-grey);
}
[class*=-formkit] form input[name=search] {
  background: var(--formkit-color-grey-light) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>') no-repeat 0.5em center;
  background-size: 24px 24px;
  padding-left: 42px;
}
[class*=-formkit] form input[name=date] {
  background: var(--formkit-color-white) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>') no-repeat calc(100% - 1em) center;
  background-size: 24px 24px;
  padding-right: 42px;
  font-weight: 700;
  font-size: 14px;
  min-height: max(2em, 48px);
}
[class*=-formkit] form input[name=date] + input.form-control {
  background: var(--formkit-color-white) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>') no-repeat calc(100% - 1em) center;
  background-size: 24px 24px;
  padding-right: 42px;
  font-weight: 700;
  font-size: 14px;
  min-height: max(2em, 48px);
}
[class*=-formkit] form input[name=limit] {
  width: max(2em, 40px);
  height: max(2em, 40px);
  text-align: center;
  font-weight: 700;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 1em;
  -moz-appearance: textfield;
}
[class*=-formkit] form input[name=limit]::-webkit-outer-spin-button, [class*=-formkit] form input[name=limit]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[class*=-formkit] form ul.-options {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 1em 0.5em;
  background-color: var(--formkit-color-grey-light);
  margin-bottom: 0.75em;
  max-height: 196px;
  overflow: hidden;
  overflow-y: auto;
}
[class*=-formkit] form ul.-options li {
  display: block;
}
[class*=-formkit] form button[type=submit] {
  background-color: var(--formkit-color-blue);
  color: var(--formkit-color-white);
  justify-content: center;
  margin-top: 1.5em;
}
[class*=-formkit] form.-filter > fieldset {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
[class*=-formkit] form.-filter > fieldset > label {
  flex-grow: 1;
}
[class*=-formkit] form.-filter > fieldset > label > input {
  border-radius: 28px;
}
[class*=-formkit] form.-filter > fieldset > button {
  position: relative;
}
[class*=-formkit] form.-filter > fieldset > button > span {
  display: none;
}
[class*=-formkit] form.-filter > fieldset > button > i.filtered {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: var(--formkit-color-blue);
  color: var(--formkit-color-white);
  border-radius: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
}
[class*=-formkit] form.-filter > fieldset > button > i.filtered > svg {
  width: 12px;
  height: 12px;
  margin: 4px;
  fill: var(--formkit-color-white);
}
[class*=-formkit] form.-filter > details > summary {
  display: none;
}
[class*=-formkit] form.-filter > details > fieldset > details {
  margin-top: 2em;
}
[class*=-formkit] form.-filter > details > fieldset > details > summary > span {
  line-height: 1.2em;
}
[class*=-formkit] form.-filter > details > fieldset > details > summary > span small:not(:empty) {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  padding: 0.4em;
  background-color: var(--formkit-color-ghost);
  vertical-align: middle;
  margin-left: 8px;
}
[class*=-formkit] form.-filter > details > fieldset > details:not(:last-of-type) {
  border-bottom: var(--formkit-color-grey) 1px solid;
}
[class*=-formkit] form.-filter > details > fieldset > details p {
  font-size: 0.75em;
  margin-top: 0px;
}
[class*=-formkit] form.-filter > details > fieldset > details + details {
  margin-top: 0px;
}
[class*=-formkit] form.-filter > details > fieldset > label.-limit {
  margin-top: 2em;
}
[class*=-formkit] form.-filter > details > fieldset > a {
  font-size: 14px;
  color: var(--formkit-color-blue);
  text-align: center;
  margin-top: 0.5em;
}
