/**********************************
RESET
**********************************/
@media  {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: unset !important;
    }
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

html, body, button, div, span, applet, object, iframe, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

table img {
  max-width: none;
}

textarea, input, select {
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
}

/**********************************
SCROLLER
**********************************/
/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */
html.os-html, html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
}

html.os-html > .os-host > .os-padding {
  position: absolute;
}

body.os-dragging, body.os-dragging * {
  cursor: default;
}

.os-host, .os-host-textarea {
  position: relative;
  overflow: visible !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  flex-grow: 1;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer, .os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

#os-dummy-scrollbar-size:before, #os-dummy-scrollbar-size:after, .os-content:before, .os-content:after {
  content: "";
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size, .os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size, .os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar, .os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar, .os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner, .os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  background: 0 0 !important;
}

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: 0 !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content > .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: 0 0 !important;
  outline: 0 transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  float: none !important;
  filter: none !important;
  border: 0 !important;
  resize: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0 !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer, .os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

.os-resize-observer-host.observed {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.os-resize-observer-host > .os-resize-observer, .os-resize-observer-host.observed > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  box-sizing: content-box;
}

.os-resize-observer-host.observed > .os-resize-observer, .os-resize-observer-host.observed > .os-resize-observer:before {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  box-sizing: border-box;
}

.os-resize-observer-host.observed > .os-resize-observer:before {
  content: "";
  box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}

.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  transition: none !important;
  flex: none !important;
}

.os-resize-observer {
  animation-duration: 0.001s;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  box-sizing: border-box !important;
}
@keyframes os-resize-observer-dummy-animation {
  0% {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
.os-host-transition > .os-scrollbar, .os-host-transition > .os-scrollbar-corner {
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  z-index: 999999;
}

.os-scrollbar, .os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off, .os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable, .os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden, .os-padding + .os-scrollbar-corner, .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner, .os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal, .os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner, .os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical, .os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner, .os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner, .os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal, .os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover, .os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  transform: scale(-1, 1);
}

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

.os-theme-none > .os-scrollbar-horizontal, .os-theme-none > .os-scrollbar-vertical, .os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

.os-theme-dark > .os-scrollbar-horizontal, .os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical, .os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal, .os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner, .os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner, .os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar, .os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: 0 0;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable, .os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: 0 0;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track, .os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: 0 0;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-dark > .os-scrollbar > .os-scrollbar-track, .os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

/*
os-theme-minimal-dark
*/
.os-theme-minimal-dark > .os-scrollbar {
  padding: 0px;
}

.os-theme-minimal-dark > .os-scrollbar-horizontal {
  right: 16px;
  height: 16px;
}

.os-theme-minimal-dark > .os-scrollbar-vertical {
  bottom: 16px;
  width: 16px;
}

.os-theme-minimal-dark.os-host-rtl > .os-scrollbar-horizontal {
  left: 16px;
  right: 0;
}

.os-theme-minimal-dark > .os-scrollbar-corner {
  height: 16px;
  width: 16px;
  background-color: transparent;
}

.os-theme-minimal-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-minimal-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: transparent;
}

.os-theme-minimal-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.48;
}

.os-theme-minimal-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:hover:before {
  opacity: 0.68;
}

.os-theme-minimal-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  opacity: 0.7;
}

.os-theme-minimal-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 15px;
}

.os-theme-minimal-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 15px;
}

.os-theme-minimal-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
  height: 6px;
  bottom: 0;
  top: auto;
}

.os-theme-minimal-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  width: 6px;
  right: 0;
  left: auto;
}

.os-theme-minimal-dark.os-host-rtl > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  left: 0;
  right: auto;
}

.os-theme-minimal-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-theme-minimal-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  height: 100%;
}

.os-theme-minimal-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-theme-minimal-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  width: 100%;
}

.os-theme-minimal-dark.os-host-transition > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
  transition: opacity 0.3s, height 0.3s;
}

.os-theme-minimal-dark.os-host-transition > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  transition: opacity 0.3s, width 0.3s;
}

/**********************************
MY CLASSES
**********************************/
.overflow {
  overflow: auto;
}

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

.nowrap {
  white-space: nowrap !important;
}

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

.pointer {
  cursor: pointer !important;
}

.cursor-help {
  cursor: help !important;
}

.rotate-180 {
  transform: rotate(180deg);
}

.no-bord {
  border: 0 !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.sticky {
  position: sticky !important;
}

.top {
  top: 0 !important;
}

.right {
  right: 0 !important;
}

.bottom {
  bottom: 0 !important;
}

.left {
  left: 0 !important;
}

.z-index-0 {
  z-index: 0 !important;
}

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

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.z-index-99 {
  z-index: 99 !important;
}

.z-index-999 {
  z-index: 999 !important;
}

.z-index-9999 {
  z-index: 9999 !important;
}

.z-index-99999 {
  z-index: 99999 !important;
}

.sticky-top {
  position: sticky !important;
  top: calc(60px + 5.5em);
  z-index: 1;
}

.cols:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .cols {
  height: 1%;
}

.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.format-text .f-left {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.format-text .f-right {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.format-text code {
  background-color: #eeeeee;
  padding: 0.1em 0.8em;
  display: inline-block;
  border-radius: 0.15em;
}

.format-text pre {
  border: 1px solid #bbbbbb;
  background-color: #eeeeee;
  padding: 0.8em;
  line-height: 1.8;
  display: inline-block;
  border-radius: 0.15em;
}

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

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

.t-right {
  text-align: right !important;
}
@media (min-width: 576px) {
  .t-right--s {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .t-right--m {
    text-align: right !important;
  }
}
@media (min-width: 1090px) {
  .t-right--l {
    text-align: right !important;
  }
}
@media (min-width: 1280px) {
  .t-right--xl {
    text-align: right !important;
  }
}
@media (min-width: 1920px) {
  .t-right--xxl {
    text-align: right !important;
  }
}

.t-justify {
  text-align: justify !important;
}

.v-top, tr.v-top th, tr.v-top td {
  vertical-align: top !important;
}

.v-center, tr.v-center th, tr.v-center td {
  vertical-align: middle !important;
}

.v-bott, tr.v-bott th, tr.v-bott td {
  vertical-align: bottom !important;
}

hr {
  border: none;
  border-bottom: 1px solid #bbbbbb;
}

pre {
  background-color: #ffffff;
  color: #333;
}

/**********************************
BORDER
**********************************/
.border1 {
  border-width: 1px;
  border-style: solid;
}

.border2 {
  border-width: 2px;
  border-style: solid;
}

.border3 {
  border-width: 3px;
  border-style: solid;
}

.border4 {
  border-width: 4px;
  border-style: solid;
}

.border5 {
  border-width: 5px;
  border-style: solid;
}

/**********************************
RADIUS
**********************************/
.radius1 {
  border-radius: 0.15em;
}

.circle {
  border-radius: 50%;
}

.circle-img {
  display: inline-block;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}

/**********************************
SIRKY
**********************************/
.w1 {
  width: 10px !important;
}

.w2 {
  width: 20px !important;
}

.w3 {
  width: 30px !important;
}

.w4 {
  width: 40px !important;
}

.w5 {
  width: 50px !important;
}

.w6 {
  width: 60px !important;
}

.w7 {
  width: 70px !important;
}

.w8 {
  width: 80px !important;
}

.w9 {
  width: 90px !important;
}

.w10 {
  width: 100px !important;
}

.w20 {
  width: 200px !important;
}

.w30 {
  width: 300px !important;
}

.w40 {
  width: 400px !important;
}

.w50 {
  width: 500px !important;
}

.wauto {
  width: auto !important;
}

.full {
  width: 100% !important;
}

.extratiny, .w-ico {
  width: 10px;
}

/**********************************
VYSKY
**********************************/
.hgt-auto {
  height: auto !important;
}

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

.hgt1 {
  height: 10px !important;
}

.hgt2 {
  height: 20px !important;
}

.hgt3 {
  height: 30px !important;
}

.hgt4 {
  height: 40px !important;
}

.hgt5 {
  height: 50px !important;
}

.hgt6 {
  height: 60px !important;
}

.hgt7 {
  height: 70px !important;
}

.hgt8 {
  height: 80px !important;
}

.hgt9 {
  height: 90px !important;
}

.hgt10 {
  height: 100px !important;
}

.hgt20 {
  height: 200px !important;
}

.hgt30 {
  height: 300px !important;
}

.hgt40 {
  height: 400px !important;
}

.hgt50 {
  height: 500px !important;
}

/**********************************
ODSTINY
**********************************/
.blue {
  color: #1C87F7 !important;
}

.blue-bg, tr.blue-bg td, tr.blue-bg th {
  background-color: #1C87F7 !important;
}

.blue-border {
  border-color: #1C87F7 !important;
}

.blue-10 {
  color: rgb(232.3, 243, 254.2) !important;
}

.blue-bg-10, tr.blue-bg-10 td, tr.blue-bg-10 th {
  background-color: rgb(232.3, 243, 254.2) !important;
}

.blue-border-10 {
  border-color: rgb(232.3, 243, 254.2) !important;
}

.blue-20 {
  color: rgb(209.6, 231, 253.4) !important;
}

.blue-bg-20, tr.blue-bg-20 td, tr.blue-bg-20 th {
  background-color: rgb(209.6, 231, 253.4) !important;
}

.blue-border-20 {
  border-color: rgb(209.6, 231, 253.4) !important;
}

.blue-30 {
  color: rgb(186.9, 219, 252.6) !important;
}

.blue-bg-30, tr.blue-bg-30 td, tr.blue-bg-30 th {
  background-color: rgb(186.9, 219, 252.6) !important;
}

.blue-border-30 {
  border-color: rgb(186.9, 219, 252.6) !important;
}

.blue-40 {
  color: rgb(164.2, 207, 251.8) !important;
}

.blue-bg-40, tr.blue-bg-40 td, tr.blue-bg-40 th {
  background-color: rgb(164.2, 207, 251.8) !important;
}

.blue-border-40 {
  border-color: rgb(164.2, 207, 251.8) !important;
}

.blue-50 {
  color: rgb(141.5, 195, 251) !important;
}

.blue-bg-50, tr.blue-bg-50 td, tr.blue-bg-50 th {
  background-color: rgb(141.5, 195, 251) !important;
}

.blue-border-50 {
  border-color: rgb(141.5, 195, 251) !important;
}

.blue-60 {
  color: rgb(118.8, 183, 250.2) !important;
}

.blue-bg-60, tr.blue-bg-60 td, tr.blue-bg-60 th {
  background-color: rgb(118.8, 183, 250.2) !important;
}

.blue-border-60 {
  border-color: rgb(118.8, 183, 250.2) !important;
}

.blue-70 {
  color: rgb(96.1, 171, 249.4) !important;
}

.blue-bg-70, tr.blue-bg-70 td, tr.blue-bg-70 th {
  background-color: rgb(96.1, 171, 249.4) !important;
}

.blue-border-70 {
  border-color: rgb(96.1, 171, 249.4) !important;
}

.blue-80 {
  color: rgb(73.4, 159, 248.6) !important;
}

.blue-bg-80, tr.blue-bg-80 td, tr.blue-bg-80 th {
  background-color: rgb(73.4, 159, 248.6) !important;
}

.blue-border-80 {
  border-color: rgb(73.4, 159, 248.6) !important;
}

.blue-90 {
  color: rgb(50.7, 147, 247.8) !important;
}

.blue-bg-90, tr.blue-bg-90 td, tr.blue-bg-90 th {
  background-color: rgb(50.7, 147, 247.8) !important;
}

.blue-border-90 {
  border-color: rgb(50.7, 147, 247.8) !important;
}

.blue-110 {
  color: rgb(25.2, 121.5, 222.3) !important;
}

.blue-bg-110, tr.blue-bg-110 td, tr.blue-bg-110 th {
  background-color: rgb(25.2, 121.5, 222.3) !important;
}

.blue-border-110 {
  border-color: rgb(25.2, 121.5, 222.3) !important;
}

.blue-120 {
  color: rgb(22.4, 108, 197.6) !important;
}

.blue-bg-120, tr.blue-bg-120 td, tr.blue-bg-120 th {
  background-color: rgb(22.4, 108, 197.6) !important;
}

.blue-border-120 {
  border-color: rgb(22.4, 108, 197.6) !important;
}

.blue-130 {
  color: rgb(19.6, 94.5, 172.9) !important;
}

.blue-bg-130, tr.blue-bg-130 td, tr.blue-bg-130 th {
  background-color: rgb(19.6, 94.5, 172.9) !important;
}

.blue-border-130 {
  border-color: rgb(19.6, 94.5, 172.9) !important;
}

.blue-140 {
  color: rgb(16.8, 81, 148.2) !important;
}

.blue-bg-140, tr.blue-bg-140 td, tr.blue-bg-140 th {
  background-color: rgb(16.8, 81, 148.2) !important;
}

.blue-border-140 {
  border-color: rgb(16.8, 81, 148.2) !important;
}

.blue-150 {
  color: rgb(14, 67.5, 123.5) !important;
}

.blue-bg-150, tr.blue-bg-150 td, tr.blue-bg-150 th {
  background-color: rgb(14, 67.5, 123.5) !important;
}

.blue-border-150 {
  border-color: rgb(14, 67.5, 123.5) !important;
}

.blue-160 {
  color: rgb(11.2, 54, 98.8) !important;
}

.blue-bg-160, tr.blue-bg-160 td, tr.blue-bg-160 th {
  background-color: rgb(11.2, 54, 98.8) !important;
}

.blue-border-160 {
  border-color: rgb(11.2, 54, 98.8) !important;
}

.blue-170 {
  color: rgb(8.4, 40.5, 74.1) !important;
}

.blue-bg-170, tr.blue-bg-170 td, tr.blue-bg-170 th {
  background-color: rgb(8.4, 40.5, 74.1) !important;
}

.blue-border-170 {
  border-color: rgb(8.4, 40.5, 74.1) !important;
}

.blue-180 {
  color: rgb(5.6, 27, 49.4) !important;
}

.blue-bg-180, tr.blue-bg-180 td, tr.blue-bg-180 th {
  background-color: rgb(5.6, 27, 49.4) !important;
}

.blue-border-180 {
  border-color: rgb(5.6, 27, 49.4) !important;
}

.blue-190 {
  color: rgb(2.8, 13.5, 24.7) !important;
}

.blue-bg-190, tr.blue-bg-190 td, tr.blue-bg-190 th {
  background-color: rgb(2.8, 13.5, 24.7) !important;
}

.blue-border-190 {
  border-color: rgb(2.8, 13.5, 24.7) !important;
}

.yellow {
  color: #FFCC00 !important;
}

.yellow-bg, tr.yellow-bg td, tr.yellow-bg th {
  background-color: #FFCC00 !important;
}

.yellow-border {
  border-color: #FFCC00 !important;
}

.yellow-10 {
  color: rgb(255, 249.9, 229.5) !important;
}

.yellow-bg-10, tr.yellow-bg-10 td, tr.yellow-bg-10 th {
  background-color: rgb(255, 249.9, 229.5) !important;
}

.yellow-border-10 {
  border-color: rgb(255, 249.9, 229.5) !important;
}

.yellow-20 {
  color: rgb(255, 244.8, 204) !important;
}

.yellow-bg-20, tr.yellow-bg-20 td, tr.yellow-bg-20 th {
  background-color: rgb(255, 244.8, 204) !important;
}

.yellow-border-20 {
  border-color: rgb(255, 244.8, 204) !important;
}

.yellow-30 {
  color: rgb(255, 239.7, 178.5) !important;
}

.yellow-bg-30, tr.yellow-bg-30 td, tr.yellow-bg-30 th {
  background-color: rgb(255, 239.7, 178.5) !important;
}

.yellow-border-30 {
  border-color: rgb(255, 239.7, 178.5) !important;
}

.yellow-40 {
  color: rgb(255, 234.6, 153) !important;
}

.yellow-bg-40, tr.yellow-bg-40 td, tr.yellow-bg-40 th {
  background-color: rgb(255, 234.6, 153) !important;
}

.yellow-border-40 {
  border-color: rgb(255, 234.6, 153) !important;
}

.yellow-50 {
  color: rgb(255, 229.5, 127.5) !important;
}

.yellow-bg-50, tr.yellow-bg-50 td, tr.yellow-bg-50 th {
  background-color: rgb(255, 229.5, 127.5) !important;
}

.yellow-border-50 {
  border-color: rgb(255, 229.5, 127.5) !important;
}

.yellow-60 {
  color: rgb(255, 224.4, 102) !important;
}

.yellow-bg-60, tr.yellow-bg-60 td, tr.yellow-bg-60 th {
  background-color: rgb(255, 224.4, 102) !important;
}

.yellow-border-60 {
  border-color: rgb(255, 224.4, 102) !important;
}

.yellow-70 {
  color: rgb(255, 219.3, 76.5) !important;
}

.yellow-bg-70, tr.yellow-bg-70 td, tr.yellow-bg-70 th {
  background-color: rgb(255, 219.3, 76.5) !important;
}

.yellow-border-70 {
  border-color: rgb(255, 219.3, 76.5) !important;
}

.yellow-80 {
  color: rgb(255, 214.2, 51) !important;
}

.yellow-bg-80, tr.yellow-bg-80 td, tr.yellow-bg-80 th {
  background-color: rgb(255, 214.2, 51) !important;
}

.yellow-border-80 {
  border-color: rgb(255, 214.2, 51) !important;
}

.yellow-90 {
  color: rgb(255, 209.1, 25.5) !important;
}

.yellow-bg-90, tr.yellow-bg-90 td, tr.yellow-bg-90 th {
  background-color: rgb(255, 209.1, 25.5) !important;
}

.yellow-border-90 {
  border-color: rgb(255, 209.1, 25.5) !important;
}

.yellow-110 {
  color: rgb(229.5, 183.6, 0) !important;
}

.yellow-bg-110, tr.yellow-bg-110 td, tr.yellow-bg-110 th {
  background-color: rgb(229.5, 183.6, 0) !important;
}

.yellow-border-110 {
  border-color: rgb(229.5, 183.6, 0) !important;
}

.yellow-120 {
  color: rgb(204, 163.2, 0) !important;
}

.yellow-bg-120, tr.yellow-bg-120 td, tr.yellow-bg-120 th {
  background-color: rgb(204, 163.2, 0) !important;
}

.yellow-border-120 {
  border-color: rgb(204, 163.2, 0) !important;
}

.yellow-130 {
  color: rgb(178.5, 142.8, 0) !important;
}

.yellow-bg-130, tr.yellow-bg-130 td, tr.yellow-bg-130 th {
  background-color: rgb(178.5, 142.8, 0) !important;
}

.yellow-border-130 {
  border-color: rgb(178.5, 142.8, 0) !important;
}

.yellow-140 {
  color: rgb(153, 122.4, 0) !important;
}

.yellow-bg-140, tr.yellow-bg-140 td, tr.yellow-bg-140 th {
  background-color: rgb(153, 122.4, 0) !important;
}

.yellow-border-140 {
  border-color: rgb(153, 122.4, 0) !important;
}

.yellow-150 {
  color: rgb(127.5, 102, 0) !important;
}

.yellow-bg-150, tr.yellow-bg-150 td, tr.yellow-bg-150 th {
  background-color: rgb(127.5, 102, 0) !important;
}

.yellow-border-150 {
  border-color: rgb(127.5, 102, 0) !important;
}

.yellow-160 {
  color: rgb(102, 81.6, 0) !important;
}

.yellow-bg-160, tr.yellow-bg-160 td, tr.yellow-bg-160 th {
  background-color: rgb(102, 81.6, 0) !important;
}

.yellow-border-160 {
  border-color: rgb(102, 81.6, 0) !important;
}

.yellow-170 {
  color: rgb(76.5, 61.2, 0) !important;
}

.yellow-bg-170, tr.yellow-bg-170 td, tr.yellow-bg-170 th {
  background-color: rgb(76.5, 61.2, 0) !important;
}

.yellow-border-170 {
  border-color: rgb(76.5, 61.2, 0) !important;
}

.yellow-180 {
  color: rgb(51, 40.8, 0) !important;
}

.yellow-bg-180, tr.yellow-bg-180 td, tr.yellow-bg-180 th {
  background-color: rgb(51, 40.8, 0) !important;
}

.yellow-border-180 {
  border-color: rgb(51, 40.8, 0) !important;
}

.yellow-190 {
  color: rgb(25.5, 20.4, 0) !important;
}

.yellow-bg-190, tr.yellow-bg-190 td, tr.yellow-bg-190 th {
  background-color: rgb(25.5, 20.4, 0) !important;
}

.yellow-border-190 {
  border-color: rgb(25.5, 20.4, 0) !important;
}

.darkblue {
  color: #001689 !important;
}

.darkblue-bg, tr.darkblue-bg td, tr.darkblue-bg th {
  background-color: #001689 !important;
}

.darkblue-border {
  border-color: #001689 !important;
}

.darkblue-10 {
  color: rgb(229.5, 231.7, 243.2) !important;
}

.darkblue-bg-10, tr.darkblue-bg-10 td, tr.darkblue-bg-10 th {
  background-color: rgb(229.5, 231.7, 243.2) !important;
}

.darkblue-border-10 {
  border-color: rgb(229.5, 231.7, 243.2) !important;
}

.darkblue-20 {
  color: rgb(204, 208.4, 231.4) !important;
}

.darkblue-bg-20, tr.darkblue-bg-20 td, tr.darkblue-bg-20 th {
  background-color: rgb(204, 208.4, 231.4) !important;
}

.darkblue-border-20 {
  border-color: rgb(204, 208.4, 231.4) !important;
}

.darkblue-30 {
  color: rgb(178.5, 185.1, 219.6) !important;
}

.darkblue-bg-30, tr.darkblue-bg-30 td, tr.darkblue-bg-30 th {
  background-color: rgb(178.5, 185.1, 219.6) !important;
}

.darkblue-border-30 {
  border-color: rgb(178.5, 185.1, 219.6) !important;
}

.darkblue-40 {
  color: rgb(153, 161.8, 207.8) !important;
}

.darkblue-bg-40, tr.darkblue-bg-40 td, tr.darkblue-bg-40 th {
  background-color: rgb(153, 161.8, 207.8) !important;
}

.darkblue-border-40 {
  border-color: rgb(153, 161.8, 207.8) !important;
}

.darkblue-50 {
  color: rgb(127.5, 138.5, 196) !important;
}

.darkblue-bg-50, tr.darkblue-bg-50 td, tr.darkblue-bg-50 th {
  background-color: rgb(127.5, 138.5, 196) !important;
}

.darkblue-border-50 {
  border-color: rgb(127.5, 138.5, 196) !important;
}

.darkblue-60 {
  color: rgb(102, 115.2, 184.2) !important;
}

.darkblue-bg-60, tr.darkblue-bg-60 td, tr.darkblue-bg-60 th {
  background-color: rgb(102, 115.2, 184.2) !important;
}

.darkblue-border-60 {
  border-color: rgb(102, 115.2, 184.2) !important;
}

.darkblue-70 {
  color: rgb(76.5, 91.9, 172.4) !important;
}

.darkblue-bg-70, tr.darkblue-bg-70 td, tr.darkblue-bg-70 th {
  background-color: rgb(76.5, 91.9, 172.4) !important;
}

.darkblue-border-70 {
  border-color: rgb(76.5, 91.9, 172.4) !important;
}

.darkblue-80 {
  color: rgb(51, 68.6, 160.6) !important;
}

.darkblue-bg-80, tr.darkblue-bg-80 td, tr.darkblue-bg-80 th {
  background-color: rgb(51, 68.6, 160.6) !important;
}

.darkblue-border-80 {
  border-color: rgb(51, 68.6, 160.6) !important;
}

.darkblue-90 {
  color: rgb(25.5, 45.3, 148.8) !important;
}

.darkblue-bg-90, tr.darkblue-bg-90 td, tr.darkblue-bg-90 th {
  background-color: rgb(25.5, 45.3, 148.8) !important;
}

.darkblue-border-90 {
  border-color: rgb(25.5, 45.3, 148.8) !important;
}

.darkblue-110 {
  color: rgb(0, 19.8, 123.3) !important;
}

.darkblue-bg-110, tr.darkblue-bg-110 td, tr.darkblue-bg-110 th {
  background-color: rgb(0, 19.8, 123.3) !important;
}

.darkblue-border-110 {
  border-color: rgb(0, 19.8, 123.3) !important;
}

.darkblue-120 {
  color: rgb(0, 17.6, 109.6) !important;
}

.darkblue-bg-120, tr.darkblue-bg-120 td, tr.darkblue-bg-120 th {
  background-color: rgb(0, 17.6, 109.6) !important;
}

.darkblue-border-120 {
  border-color: rgb(0, 17.6, 109.6) !important;
}

.darkblue-130 {
  color: rgb(0, 15.4, 95.9) !important;
}

.darkblue-bg-130, tr.darkblue-bg-130 td, tr.darkblue-bg-130 th {
  background-color: rgb(0, 15.4, 95.9) !important;
}

.darkblue-border-130 {
  border-color: rgb(0, 15.4, 95.9) !important;
}

.darkblue-140 {
  color: rgb(0, 13.2, 82.2) !important;
}

.darkblue-bg-140, tr.darkblue-bg-140 td, tr.darkblue-bg-140 th {
  background-color: rgb(0, 13.2, 82.2) !important;
}

.darkblue-border-140 {
  border-color: rgb(0, 13.2, 82.2) !important;
}

.darkblue-150 {
  color: rgb(0, 11, 68.5) !important;
}

.darkblue-bg-150, tr.darkblue-bg-150 td, tr.darkblue-bg-150 th {
  background-color: rgb(0, 11, 68.5) !important;
}

.darkblue-border-150 {
  border-color: rgb(0, 11, 68.5) !important;
}

.darkblue-160 {
  color: rgb(0, 8.8, 54.8) !important;
}

.darkblue-bg-160, tr.darkblue-bg-160 td, tr.darkblue-bg-160 th {
  background-color: rgb(0, 8.8, 54.8) !important;
}

.darkblue-border-160 {
  border-color: rgb(0, 8.8, 54.8) !important;
}

.darkblue-170 {
  color: rgb(0, 6.6, 41.1) !important;
}

.darkblue-bg-170, tr.darkblue-bg-170 td, tr.darkblue-bg-170 th {
  background-color: rgb(0, 6.6, 41.1) !important;
}

.darkblue-border-170 {
  border-color: rgb(0, 6.6, 41.1) !important;
}

.darkblue-180 {
  color: rgb(0, 4.4, 27.4) !important;
}

.darkblue-bg-180, tr.darkblue-bg-180 td, tr.darkblue-bg-180 th {
  background-color: rgb(0, 4.4, 27.4) !important;
}

.darkblue-border-180 {
  border-color: rgb(0, 4.4, 27.4) !important;
}

.darkblue-190 {
  color: rgb(0, 2.2, 13.7) !important;
}

.darkblue-bg-190, tr.darkblue-bg-190 td, tr.darkblue-bg-190 th {
  background-color: rgb(0, 2.2, 13.7) !important;
}

.darkblue-border-190 {
  border-color: rgb(0, 2.2, 13.7) !important;
}

.orange {
  color: #BB5E12 !important;
}

.orange-bg, tr.orange-bg td, tr.orange-bg th {
  background-color: #BB5E12 !important;
}

.orange-border {
  border-color: #BB5E12 !important;
}

.orange-10 {
  color: rgb(248.2, 238.9, 231.3) !important;
}

.orange-bg-10, tr.orange-bg-10 td, tr.orange-bg-10 th {
  background-color: rgb(248.2, 238.9, 231.3) !important;
}

.orange-border-10 {
  border-color: rgb(248.2, 238.9, 231.3) !important;
}

.orange-20 {
  color: rgb(241.4, 222.8, 207.6) !important;
}

.orange-bg-20, tr.orange-bg-20 td, tr.orange-bg-20 th {
  background-color: rgb(241.4, 222.8, 207.6) !important;
}

.orange-border-20 {
  border-color: rgb(241.4, 222.8, 207.6) !important;
}

.orange-30 {
  color: rgb(234.6, 206.7, 183.9) !important;
}

.orange-bg-30, tr.orange-bg-30 td, tr.orange-bg-30 th {
  background-color: rgb(234.6, 206.7, 183.9) !important;
}

.orange-border-30 {
  border-color: rgb(234.6, 206.7, 183.9) !important;
}

.orange-40 {
  color: rgb(227.8, 190.6, 160.2) !important;
}

.orange-bg-40, tr.orange-bg-40 td, tr.orange-bg-40 th {
  background-color: rgb(227.8, 190.6, 160.2) !important;
}

.orange-border-40 {
  border-color: rgb(227.8, 190.6, 160.2) !important;
}

.orange-50 {
  color: rgb(221, 174.5, 136.5) !important;
}

.orange-bg-50, tr.orange-bg-50 td, tr.orange-bg-50 th {
  background-color: rgb(221, 174.5, 136.5) !important;
}

.orange-border-50 {
  border-color: rgb(221, 174.5, 136.5) !important;
}

.orange-60 {
  color: rgb(214.2, 158.4, 112.8) !important;
}

.orange-bg-60, tr.orange-bg-60 td, tr.orange-bg-60 th {
  background-color: rgb(214.2, 158.4, 112.8) !important;
}

.orange-border-60 {
  border-color: rgb(214.2, 158.4, 112.8) !important;
}

.orange-70 {
  color: rgb(207.4, 142.3, 89.1) !important;
}

.orange-bg-70, tr.orange-bg-70 td, tr.orange-bg-70 th {
  background-color: rgb(207.4, 142.3, 89.1) !important;
}

.orange-border-70 {
  border-color: rgb(207.4, 142.3, 89.1) !important;
}

.orange-80 {
  color: rgb(200.6, 126.2, 65.4) !important;
}

.orange-bg-80, tr.orange-bg-80 td, tr.orange-bg-80 th {
  background-color: rgb(200.6, 126.2, 65.4) !important;
}

.orange-border-80 {
  border-color: rgb(200.6, 126.2, 65.4) !important;
}

.orange-90 {
  color: rgb(193.8, 110.1, 41.7) !important;
}

.orange-bg-90, tr.orange-bg-90 td, tr.orange-bg-90 th {
  background-color: rgb(193.8, 110.1, 41.7) !important;
}

.orange-border-90 {
  border-color: rgb(193.8, 110.1, 41.7) !important;
}

.orange-110 {
  color: rgb(168.3, 84.6, 16.2) !important;
}

.orange-bg-110, tr.orange-bg-110 td, tr.orange-bg-110 th {
  background-color: rgb(168.3, 84.6, 16.2) !important;
}

.orange-border-110 {
  border-color: rgb(168.3, 84.6, 16.2) !important;
}

.orange-120 {
  color: rgb(149.6, 75.2, 14.4) !important;
}

.orange-bg-120, tr.orange-bg-120 td, tr.orange-bg-120 th {
  background-color: rgb(149.6, 75.2, 14.4) !important;
}

.orange-border-120 {
  border-color: rgb(149.6, 75.2, 14.4) !important;
}

.orange-130 {
  color: rgb(130.9, 65.8, 12.6) !important;
}

.orange-bg-130, tr.orange-bg-130 td, tr.orange-bg-130 th {
  background-color: rgb(130.9, 65.8, 12.6) !important;
}

.orange-border-130 {
  border-color: rgb(130.9, 65.8, 12.6) !important;
}

.orange-140 {
  color: rgb(112.2, 56.4, 10.8) !important;
}

.orange-bg-140, tr.orange-bg-140 td, tr.orange-bg-140 th {
  background-color: rgb(112.2, 56.4, 10.8) !important;
}

.orange-border-140 {
  border-color: rgb(112.2, 56.4, 10.8) !important;
}

.orange-150 {
  color: rgb(93.5, 47, 9) !important;
}

.orange-bg-150, tr.orange-bg-150 td, tr.orange-bg-150 th {
  background-color: rgb(93.5, 47, 9) !important;
}

.orange-border-150 {
  border-color: rgb(93.5, 47, 9) !important;
}

.orange-160 {
  color: rgb(74.8, 37.6, 7.2) !important;
}

.orange-bg-160, tr.orange-bg-160 td, tr.orange-bg-160 th {
  background-color: rgb(74.8, 37.6, 7.2) !important;
}

.orange-border-160 {
  border-color: rgb(74.8, 37.6, 7.2) !important;
}

.orange-170 {
  color: rgb(56.1, 28.2, 5.4) !important;
}

.orange-bg-170, tr.orange-bg-170 td, tr.orange-bg-170 th {
  background-color: rgb(56.1, 28.2, 5.4) !important;
}

.orange-border-170 {
  border-color: rgb(56.1, 28.2, 5.4) !important;
}

.orange-180 {
  color: rgb(37.4, 18.8, 3.6) !important;
}

.orange-bg-180, tr.orange-bg-180 td, tr.orange-bg-180 th {
  background-color: rgb(37.4, 18.8, 3.6) !important;
}

.orange-border-180 {
  border-color: rgb(37.4, 18.8, 3.6) !important;
}

.orange-190 {
  color: rgb(18.7, 9.4, 1.8) !important;
}

.orange-bg-190, tr.orange-bg-190 td, tr.orange-bg-190 th {
  background-color: rgb(18.7, 9.4, 1.8) !important;
}

.orange-border-190 {
  border-color: rgb(18.7, 9.4, 1.8) !important;
}

.green {
  color: #56B07F !important;
}

.green-bg, tr.green-bg td, tr.green-bg th {
  background-color: #56B07F !important;
}

.green-border {
  border-color: #56B07F !important;
}

.green-10 {
  color: rgb(238.1, 247.1, 242.2) !important;
}

.green-bg-10, tr.green-bg-10 td, tr.green-bg-10 th {
  background-color: rgb(238.1, 247.1, 242.2) !important;
}

.green-border-10 {
  border-color: rgb(238.1, 247.1, 242.2) !important;
}

.green-20 {
  color: rgb(221.2, 239.2, 229.4) !important;
}

.green-bg-20, tr.green-bg-20 td, tr.green-bg-20 th {
  background-color: rgb(221.2, 239.2, 229.4) !important;
}

.green-border-20 {
  border-color: rgb(221.2, 239.2, 229.4) !important;
}

.green-30 {
  color: rgb(204.3, 231.3, 216.6) !important;
}

.green-bg-30, tr.green-bg-30 td, tr.green-bg-30 th {
  background-color: rgb(204.3, 231.3, 216.6) !important;
}

.green-border-30 {
  border-color: rgb(204.3, 231.3, 216.6) !important;
}

.green-40 {
  color: rgb(187.4, 223.4, 203.8) !important;
}

.green-bg-40, tr.green-bg-40 td, tr.green-bg-40 th {
  background-color: rgb(187.4, 223.4, 203.8) !important;
}

.green-border-40 {
  border-color: rgb(187.4, 223.4, 203.8) !important;
}

.green-50 {
  color: rgb(170.5, 215.5, 191) !important;
}

.green-bg-50, tr.green-bg-50 td, tr.green-bg-50 th {
  background-color: rgb(170.5, 215.5, 191) !important;
}

.green-border-50 {
  border-color: rgb(170.5, 215.5, 191) !important;
}

.green-60 {
  color: rgb(153.6, 207.6, 178.2) !important;
}

.green-bg-60, tr.green-bg-60 td, tr.green-bg-60 th {
  background-color: rgb(153.6, 207.6, 178.2) !important;
}

.green-border-60 {
  border-color: rgb(153.6, 207.6, 178.2) !important;
}

.green-70 {
  color: rgb(136.7, 199.7, 165.4) !important;
}

.green-bg-70, tr.green-bg-70 td, tr.green-bg-70 th {
  background-color: rgb(136.7, 199.7, 165.4) !important;
}

.green-border-70 {
  border-color: rgb(136.7, 199.7, 165.4) !important;
}

.green-80 {
  color: rgb(119.8, 191.8, 152.6) !important;
}

.green-bg-80, tr.green-bg-80 td, tr.green-bg-80 th {
  background-color: rgb(119.8, 191.8, 152.6) !important;
}

.green-border-80 {
  border-color: rgb(119.8, 191.8, 152.6) !important;
}

.green-90 {
  color: rgb(102.9, 183.9, 139.8) !important;
}

.green-bg-90, tr.green-bg-90 td, tr.green-bg-90 th {
  background-color: rgb(102.9, 183.9, 139.8) !important;
}

.green-border-90 {
  border-color: rgb(102.9, 183.9, 139.8) !important;
}

.green-110 {
  color: rgb(77.4, 158.4, 114.3) !important;
}

.green-bg-110, tr.green-bg-110 td, tr.green-bg-110 th {
  background-color: rgb(77.4, 158.4, 114.3) !important;
}

.green-border-110 {
  border-color: rgb(77.4, 158.4, 114.3) !important;
}

.green-120 {
  color: rgb(68.8, 140.8, 101.6) !important;
}

.green-bg-120, tr.green-bg-120 td, tr.green-bg-120 th {
  background-color: rgb(68.8, 140.8, 101.6) !important;
}

.green-border-120 {
  border-color: rgb(68.8, 140.8, 101.6) !important;
}

.green-130 {
  color: rgb(60.2, 123.2, 88.9) !important;
}

.green-bg-130, tr.green-bg-130 td, tr.green-bg-130 th {
  background-color: rgb(60.2, 123.2, 88.9) !important;
}

.green-border-130 {
  border-color: rgb(60.2, 123.2, 88.9) !important;
}

.green-140 {
  color: rgb(51.6, 105.6, 76.2) !important;
}

.green-bg-140, tr.green-bg-140 td, tr.green-bg-140 th {
  background-color: rgb(51.6, 105.6, 76.2) !important;
}

.green-border-140 {
  border-color: rgb(51.6, 105.6, 76.2) !important;
}

.green-150 {
  color: rgb(43, 88, 63.5) !important;
}

.green-bg-150, tr.green-bg-150 td, tr.green-bg-150 th {
  background-color: rgb(43, 88, 63.5) !important;
}

.green-border-150 {
  border-color: rgb(43, 88, 63.5) !important;
}

.green-160 {
  color: rgb(34.4, 70.4, 50.8) !important;
}

.green-bg-160, tr.green-bg-160 td, tr.green-bg-160 th {
  background-color: rgb(34.4, 70.4, 50.8) !important;
}

.green-border-160 {
  border-color: rgb(34.4, 70.4, 50.8) !important;
}

.green-170 {
  color: rgb(25.8, 52.8, 38.1) !important;
}

.green-bg-170, tr.green-bg-170 td, tr.green-bg-170 th {
  background-color: rgb(25.8, 52.8, 38.1) !important;
}

.green-border-170 {
  border-color: rgb(25.8, 52.8, 38.1) !important;
}

.green-180 {
  color: rgb(17.2, 35.2, 25.4) !important;
}

.green-bg-180, tr.green-bg-180 td, tr.green-bg-180 th {
  background-color: rgb(17.2, 35.2, 25.4) !important;
}

.green-border-180 {
  border-color: rgb(17.2, 35.2, 25.4) !important;
}

.green-190 {
  color: rgb(8.6, 17.6, 12.7) !important;
}

.green-bg-190, tr.green-bg-190 td, tr.green-bg-190 th {
  background-color: rgb(8.6, 17.6, 12.7) !important;
}

.green-border-190 {
  border-color: rgb(8.6, 17.6, 12.7) !important;
}

.violet {
  color: #9778D3 !important;
}

.violet-bg, tr.violet-bg td, tr.violet-bg th {
  background-color: #9778D3 !important;
}

.violet-border {
  border-color: #9778D3 !important;
}

.violet-10 {
  color: rgb(244.6, 241.5, 250.6) !important;
}

.violet-bg-10, tr.violet-bg-10 td, tr.violet-bg-10 th {
  background-color: rgb(244.6, 241.5, 250.6) !important;
}

.violet-border-10 {
  border-color: rgb(244.6, 241.5, 250.6) !important;
}

.violet-20 {
  color: rgb(234.2, 228, 246.2) !important;
}

.violet-bg-20, tr.violet-bg-20 td, tr.violet-bg-20 th {
  background-color: rgb(234.2, 228, 246.2) !important;
}

.violet-border-20 {
  border-color: rgb(234.2, 228, 246.2) !important;
}

.violet-30 {
  color: rgb(223.8, 214.5, 241.8) !important;
}

.violet-bg-30, tr.violet-bg-30 td, tr.violet-bg-30 th {
  background-color: rgb(223.8, 214.5, 241.8) !important;
}

.violet-border-30 {
  border-color: rgb(223.8, 214.5, 241.8) !important;
}

.violet-40 {
  color: rgb(213.4, 201, 237.4) !important;
}

.violet-bg-40, tr.violet-bg-40 td, tr.violet-bg-40 th {
  background-color: rgb(213.4, 201, 237.4) !important;
}

.violet-border-40 {
  border-color: rgb(213.4, 201, 237.4) !important;
}

.violet-50 {
  color: rgb(203, 187.5, 233) !important;
}

.violet-bg-50, tr.violet-bg-50 td, tr.violet-bg-50 th {
  background-color: rgb(203, 187.5, 233) !important;
}

.violet-border-50 {
  border-color: rgb(203, 187.5, 233) !important;
}

.violet-60 {
  color: rgb(192.6, 174, 228.6) !important;
}

.violet-bg-60, tr.violet-bg-60 td, tr.violet-bg-60 th {
  background-color: rgb(192.6, 174, 228.6) !important;
}

.violet-border-60 {
  border-color: rgb(192.6, 174, 228.6) !important;
}

.violet-70 {
  color: rgb(182.2, 160.5, 224.2) !important;
}

.violet-bg-70, tr.violet-bg-70 td, tr.violet-bg-70 th {
  background-color: rgb(182.2, 160.5, 224.2) !important;
}

.violet-border-70 {
  border-color: rgb(182.2, 160.5, 224.2) !important;
}

.violet-80 {
  color: rgb(171.8, 147, 219.8) !important;
}

.violet-bg-80, tr.violet-bg-80 td, tr.violet-bg-80 th {
  background-color: rgb(171.8, 147, 219.8) !important;
}

.violet-border-80 {
  border-color: rgb(171.8, 147, 219.8) !important;
}

.violet-90 {
  color: rgb(161.4, 133.5, 215.4) !important;
}

.violet-bg-90, tr.violet-bg-90 td, tr.violet-bg-90 th {
  background-color: rgb(161.4, 133.5, 215.4) !important;
}

.violet-border-90 {
  border-color: rgb(161.4, 133.5, 215.4) !important;
}

.violet-110 {
  color: rgb(135.9, 108, 189.9) !important;
}

.violet-bg-110, tr.violet-bg-110 td, tr.violet-bg-110 th {
  background-color: rgb(135.9, 108, 189.9) !important;
}

.violet-border-110 {
  border-color: rgb(135.9, 108, 189.9) !important;
}

.violet-120 {
  color: rgb(120.8, 96, 168.8) !important;
}

.violet-bg-120, tr.violet-bg-120 td, tr.violet-bg-120 th {
  background-color: rgb(120.8, 96, 168.8) !important;
}

.violet-border-120 {
  border-color: rgb(120.8, 96, 168.8) !important;
}

.violet-130 {
  color: rgb(105.7, 84, 147.7) !important;
}

.violet-bg-130, tr.violet-bg-130 td, tr.violet-bg-130 th {
  background-color: rgb(105.7, 84, 147.7) !important;
}

.violet-border-130 {
  border-color: rgb(105.7, 84, 147.7) !important;
}

.violet-140 {
  color: rgb(90.6, 72, 126.6) !important;
}

.violet-bg-140, tr.violet-bg-140 td, tr.violet-bg-140 th {
  background-color: rgb(90.6, 72, 126.6) !important;
}

.violet-border-140 {
  border-color: rgb(90.6, 72, 126.6) !important;
}

.violet-150 {
  color: rgb(75.5, 60, 105.5) !important;
}

.violet-bg-150, tr.violet-bg-150 td, tr.violet-bg-150 th {
  background-color: rgb(75.5, 60, 105.5) !important;
}

.violet-border-150 {
  border-color: rgb(75.5, 60, 105.5) !important;
}

.violet-160 {
  color: rgb(60.4, 48, 84.4) !important;
}

.violet-bg-160, tr.violet-bg-160 td, tr.violet-bg-160 th {
  background-color: rgb(60.4, 48, 84.4) !important;
}

.violet-border-160 {
  border-color: rgb(60.4, 48, 84.4) !important;
}

.violet-170 {
  color: rgb(45.3, 36, 63.3) !important;
}

.violet-bg-170, tr.violet-bg-170 td, tr.violet-bg-170 th {
  background-color: rgb(45.3, 36, 63.3) !important;
}

.violet-border-170 {
  border-color: rgb(45.3, 36, 63.3) !important;
}

.violet-180 {
  color: rgb(30.2, 24, 42.2) !important;
}

.violet-bg-180, tr.violet-bg-180 td, tr.violet-bg-180 th {
  background-color: rgb(30.2, 24, 42.2) !important;
}

.violet-border-180 {
  border-color: rgb(30.2, 24, 42.2) !important;
}

.violet-190 {
  color: rgb(15.1, 12, 21.1) !important;
}

.violet-bg-190, tr.violet-bg-190 td, tr.violet-bg-190 th {
  background-color: rgb(15.1, 12, 21.1) !important;
}

.violet-border-190 {
  border-color: rgb(15.1, 12, 21.1) !important;
}

.red {
  color: #ED1115 !important;
}

.red-bg, tr.red-bg td, tr.red-bg th {
  background-color: #ED1115 !important;
}

.red-border {
  border-color: #ED1115 !important;
}

.red-10 {
  color: rgb(253.2, 231.2, 231.6) !important;
}

.red-bg-10, tr.red-bg-10 td, tr.red-bg-10 th {
  background-color: rgb(253.2, 231.2, 231.6) !important;
}

.red-border-10 {
  border-color: rgb(253.2, 231.2, 231.6) !important;
}

.red-20 {
  color: rgb(251.4, 207.4, 208.2) !important;
}

.red-bg-20, tr.red-bg-20 td, tr.red-bg-20 th {
  background-color: rgb(251.4, 207.4, 208.2) !important;
}

.red-border-20 {
  border-color: rgb(251.4, 207.4, 208.2) !important;
}

.red-30 {
  color: rgb(249.6, 183.6, 184.8) !important;
}

.red-bg-30, tr.red-bg-30 td, tr.red-bg-30 th {
  background-color: rgb(249.6, 183.6, 184.8) !important;
}

.red-border-30 {
  border-color: rgb(249.6, 183.6, 184.8) !important;
}

.red-40 {
  color: rgb(247.8, 159.8, 161.4) !important;
}

.red-bg-40, tr.red-bg-40 td, tr.red-bg-40 th {
  background-color: rgb(247.8, 159.8, 161.4) !important;
}

.red-border-40 {
  border-color: rgb(247.8, 159.8, 161.4) !important;
}

.red-50 {
  color: #f6888a !important;
}

.red-bg-50, tr.red-bg-50 td, tr.red-bg-50 th {
  background-color: #f6888a !important;
}

.red-border-50 {
  border-color: #f6888a !important;
}

.red-60 {
  color: rgb(244.2, 112.2, 114.6) !important;
}

.red-bg-60, tr.red-bg-60 td, tr.red-bg-60 th {
  background-color: rgb(244.2, 112.2, 114.6) !important;
}

.red-border-60 {
  border-color: rgb(244.2, 112.2, 114.6) !important;
}

.red-70 {
  color: rgb(242.4, 88.4, 91.2) !important;
}

.red-bg-70, tr.red-bg-70 td, tr.red-bg-70 th {
  background-color: rgb(242.4, 88.4, 91.2) !important;
}

.red-border-70 {
  border-color: rgb(242.4, 88.4, 91.2) !important;
}

.red-80 {
  color: rgb(240.6, 64.6, 67.8) !important;
}

.red-bg-80, tr.red-bg-80 td, tr.red-bg-80 th {
  background-color: rgb(240.6, 64.6, 67.8) !important;
}

.red-border-80 {
  border-color: rgb(240.6, 64.6, 67.8) !important;
}

.red-90 {
  color: rgb(238.8, 40.8, 44.4) !important;
}

.red-bg-90, tr.red-bg-90 td, tr.red-bg-90 th {
  background-color: rgb(238.8, 40.8, 44.4) !important;
}

.red-border-90 {
  border-color: rgb(238.8, 40.8, 44.4) !important;
}

.red-110 {
  color: rgb(213.3, 15.3, 18.9) !important;
}

.red-bg-110, tr.red-bg-110 td, tr.red-bg-110 th {
  background-color: rgb(213.3, 15.3, 18.9) !important;
}

.red-border-110 {
  border-color: rgb(213.3, 15.3, 18.9) !important;
}

.red-120 {
  color: rgb(189.6, 13.6, 16.8) !important;
}

.red-bg-120, tr.red-bg-120 td, tr.red-bg-120 th {
  background-color: rgb(189.6, 13.6, 16.8) !important;
}

.red-border-120 {
  border-color: rgb(189.6, 13.6, 16.8) !important;
}

.red-130 {
  color: rgb(165.9, 11.9, 14.7) !important;
}

.red-bg-130, tr.red-bg-130 td, tr.red-bg-130 th {
  background-color: rgb(165.9, 11.9, 14.7) !important;
}

.red-border-130 {
  border-color: rgb(165.9, 11.9, 14.7) !important;
}

.red-140 {
  color: rgb(142.2, 10.2, 12.6) !important;
}

.red-bg-140, tr.red-bg-140 td, tr.red-bg-140 th {
  background-color: rgb(142.2, 10.2, 12.6) !important;
}

.red-border-140 {
  border-color: rgb(142.2, 10.2, 12.6) !important;
}

.red-150 {
  color: rgb(118.5, 8.5, 10.5) !important;
}

.red-bg-150, tr.red-bg-150 td, tr.red-bg-150 th {
  background-color: rgb(118.5, 8.5, 10.5) !important;
}

.red-border-150 {
  border-color: rgb(118.5, 8.5, 10.5) !important;
}

.red-160 {
  color: rgb(94.8, 6.8, 8.4) !important;
}

.red-bg-160, tr.red-bg-160 td, tr.red-bg-160 th {
  background-color: rgb(94.8, 6.8, 8.4) !important;
}

.red-border-160 {
  border-color: rgb(94.8, 6.8, 8.4) !important;
}

.red-170 {
  color: rgb(71.1, 5.1, 6.3) !important;
}

.red-bg-170, tr.red-bg-170 td, tr.red-bg-170 th {
  background-color: rgb(71.1, 5.1, 6.3) !important;
}

.red-border-170 {
  border-color: rgb(71.1, 5.1, 6.3) !important;
}

.red-180 {
  color: rgb(47.4, 3.4, 4.2) !important;
}

.red-bg-180, tr.red-bg-180 td, tr.red-bg-180 th {
  background-color: rgb(47.4, 3.4, 4.2) !important;
}

.red-border-180 {
  border-color: rgb(47.4, 3.4, 4.2) !important;
}

.red-190 {
  color: rgb(23.7, 1.7, 2.1) !important;
}

.red-bg-190, tr.red-bg-190 td, tr.red-bg-190 th {
  background-color: rgb(23.7, 1.7, 2.1) !important;
}

.red-border-190 {
  border-color: rgb(23.7, 1.7, 2.1) !important;
}

.white {
  color: #ffffff !important;
}

.white-bg, tr.white-bg td, tr.white-bg th {
  background-color: #ffffff !important;
}

.white-border {
  border-color: #ffffff !important;
}

.white-10 {
  color: white !important;
}

.white-bg-10, tr.white-bg-10 td, tr.white-bg-10 th {
  background-color: white !important;
}

.white-border-10 {
  border-color: white !important;
}

.white-20 {
  color: white !important;
}

.white-bg-20, tr.white-bg-20 td, tr.white-bg-20 th {
  background-color: white !important;
}

.white-border-20 {
  border-color: white !important;
}

.white-30 {
  color: white !important;
}

.white-bg-30, tr.white-bg-30 td, tr.white-bg-30 th {
  background-color: white !important;
}

.white-border-30 {
  border-color: white !important;
}

.white-40 {
  color: white !important;
}

.white-bg-40, tr.white-bg-40 td, tr.white-bg-40 th {
  background-color: white !important;
}

.white-border-40 {
  border-color: white !important;
}

.white-50 {
  color: white !important;
}

.white-bg-50, tr.white-bg-50 td, tr.white-bg-50 th {
  background-color: white !important;
}

.white-border-50 {
  border-color: white !important;
}

.white-60 {
  color: white !important;
}

.white-bg-60, tr.white-bg-60 td, tr.white-bg-60 th {
  background-color: white !important;
}

.white-border-60 {
  border-color: white !important;
}

.white-70 {
  color: white !important;
}

.white-bg-70, tr.white-bg-70 td, tr.white-bg-70 th {
  background-color: white !important;
}

.white-border-70 {
  border-color: white !important;
}

.white-80 {
  color: white !important;
}

.white-bg-80, tr.white-bg-80 td, tr.white-bg-80 th {
  background-color: white !important;
}

.white-border-80 {
  border-color: white !important;
}

.white-90 {
  color: white !important;
}

.white-bg-90, tr.white-bg-90 td, tr.white-bg-90 th {
  background-color: white !important;
}

.white-border-90 {
  border-color: white !important;
}

.white-110 {
  color: rgb(229.5, 229.5, 229.5) !important;
}

.white-bg-110, tr.white-bg-110 td, tr.white-bg-110 th {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.white-border-110 {
  border-color: rgb(229.5, 229.5, 229.5) !important;
}

.white-120 {
  color: #cccccc !important;
}

.white-bg-120, tr.white-bg-120 td, tr.white-bg-120 th {
  background-color: #cccccc !important;
}

.white-border-120 {
  border-color: #cccccc !important;
}

.white-130 {
  color: rgb(178.5, 178.5, 178.5) !important;
}

.white-bg-130, tr.white-bg-130 td, tr.white-bg-130 th {
  background-color: rgb(178.5, 178.5, 178.5) !important;
}

.white-border-130 {
  border-color: rgb(178.5, 178.5, 178.5) !important;
}

.white-140 {
  color: #999999 !important;
}

.white-bg-140, tr.white-bg-140 td, tr.white-bg-140 th {
  background-color: #999999 !important;
}

.white-border-140 {
  border-color: #999999 !important;
}

.white-150 {
  color: rgb(127.5, 127.5, 127.5) !important;
}

.white-bg-150, tr.white-bg-150 td, tr.white-bg-150 th {
  background-color: rgb(127.5, 127.5, 127.5) !important;
}

.white-border-150 {
  border-color: rgb(127.5, 127.5, 127.5) !important;
}

.white-160 {
  color: #666666 !important;
}

.white-bg-160, tr.white-bg-160 td, tr.white-bg-160 th {
  background-color: #666666 !important;
}

.white-border-160 {
  border-color: #666666 !important;
}

.white-170 {
  color: rgb(76.5, 76.5, 76.5) !important;
}

.white-bg-170, tr.white-bg-170 td, tr.white-bg-170 th {
  background-color: rgb(76.5, 76.5, 76.5) !important;
}

.white-border-170 {
  border-color: rgb(76.5, 76.5, 76.5) !important;
}

.white-180 {
  color: #333333 !important;
}

.white-bg-180, tr.white-bg-180 td, tr.white-bg-180 th {
  background-color: #333333 !important;
}

.white-border-180 {
  border-color: #333333 !important;
}

.white-190 {
  color: rgb(25.5, 25.5, 25.5) !important;
}

.white-bg-190, tr.white-bg-190 td, tr.white-bg-190 th {
  background-color: rgb(25.5, 25.5, 25.5) !important;
}

.white-border-190 {
  border-color: rgb(25.5, 25.5, 25.5) !important;
}

.grey {
  color: #bbbbbb !important;
}

.grey-bg, tr.grey-bg td, tr.grey-bg th {
  background-color: #bbbbbb !important;
}

.grey-border {
  border-color: #bbbbbb !important;
}

.grey-10 {
  color: rgb(248.2, 248.2, 248.2) !important;
}

.grey-bg-10, tr.grey-bg-10 td, tr.grey-bg-10 th {
  background-color: rgb(248.2, 248.2, 248.2) !important;
}

.grey-border-10 {
  border-color: rgb(248.2, 248.2, 248.2) !important;
}

.grey-20 {
  color: rgb(241.4, 241.4, 241.4) !important;
}

.grey-bg-20, tr.grey-bg-20 td, tr.grey-bg-20 th {
  background-color: rgb(241.4, 241.4, 241.4) !important;
}

.grey-border-20 {
  border-color: rgb(241.4, 241.4, 241.4) !important;
}

.grey-30 {
  color: rgb(234.6, 234.6, 234.6) !important;
}

.grey-bg-30, tr.grey-bg-30 td, tr.grey-bg-30 th {
  background-color: rgb(234.6, 234.6, 234.6) !important;
}

.grey-border-30 {
  border-color: rgb(234.6, 234.6, 234.6) !important;
}

.grey-40 {
  color: rgb(227.8, 227.8, 227.8) !important;
}

.grey-bg-40, tr.grey-bg-40 td, tr.grey-bg-40 th {
  background-color: rgb(227.8, 227.8, 227.8) !important;
}

.grey-border-40 {
  border-color: rgb(227.8, 227.8, 227.8) !important;
}

.grey-50 {
  color: #dddddd !important;
}

.grey-bg-50, tr.grey-bg-50 td, tr.grey-bg-50 th {
  background-color: #dddddd !important;
}

.grey-border-50 {
  border-color: #dddddd !important;
}

.grey-60 {
  color: rgb(214.2, 214.2, 214.2) !important;
}

.grey-bg-60, tr.grey-bg-60 td, tr.grey-bg-60 th {
  background-color: rgb(214.2, 214.2, 214.2) !important;
}

.grey-border-60 {
  border-color: rgb(214.2, 214.2, 214.2) !important;
}

.grey-70 {
  color: rgb(207.4, 207.4, 207.4) !important;
}

.grey-bg-70, tr.grey-bg-70 td, tr.grey-bg-70 th {
  background-color: rgb(207.4, 207.4, 207.4) !important;
}

.grey-border-70 {
  border-color: rgb(207.4, 207.4, 207.4) !important;
}

.grey-80 {
  color: rgb(200.6, 200.6, 200.6) !important;
}

.grey-bg-80, tr.grey-bg-80 td, tr.grey-bg-80 th {
  background-color: rgb(200.6, 200.6, 200.6) !important;
}

.grey-border-80 {
  border-color: rgb(200.6, 200.6, 200.6) !important;
}

.grey-90 {
  color: rgb(193.8, 193.8, 193.8) !important;
}

.grey-bg-90, tr.grey-bg-90 td, tr.grey-bg-90 th {
  background-color: rgb(193.8, 193.8, 193.8) !important;
}

.grey-border-90 {
  border-color: rgb(193.8, 193.8, 193.8) !important;
}

.grey-110 {
  color: rgb(168.3, 168.3, 168.3) !important;
}

.grey-bg-110, tr.grey-bg-110 td, tr.grey-bg-110 th {
  background-color: rgb(168.3, 168.3, 168.3) !important;
}

.grey-border-110 {
  border-color: rgb(168.3, 168.3, 168.3) !important;
}

.grey-120 {
  color: rgb(149.6, 149.6, 149.6) !important;
}

.grey-bg-120, tr.grey-bg-120 td, tr.grey-bg-120 th {
  background-color: rgb(149.6, 149.6, 149.6) !important;
}

.grey-border-120 {
  border-color: rgb(149.6, 149.6, 149.6) !important;
}

.grey-130 {
  color: rgb(130.9, 130.9, 130.9) !important;
}

.grey-bg-130, tr.grey-bg-130 td, tr.grey-bg-130 th {
  background-color: rgb(130.9, 130.9, 130.9) !important;
}

.grey-border-130 {
  border-color: rgb(130.9, 130.9, 130.9) !important;
}

.grey-140 {
  color: rgb(112.2, 112.2, 112.2) !important;
}

.grey-bg-140, tr.grey-bg-140 td, tr.grey-bg-140 th {
  background-color: rgb(112.2, 112.2, 112.2) !important;
}

.grey-border-140 {
  border-color: rgb(112.2, 112.2, 112.2) !important;
}

.grey-150 {
  color: rgb(93.5, 93.5, 93.5) !important;
}

.grey-bg-150, tr.grey-bg-150 td, tr.grey-bg-150 th {
  background-color: rgb(93.5, 93.5, 93.5) !important;
}

.grey-border-150 {
  border-color: rgb(93.5, 93.5, 93.5) !important;
}

.grey-160 {
  color: rgb(74.8, 74.8, 74.8) !important;
}

.grey-bg-160, tr.grey-bg-160 td, tr.grey-bg-160 th {
  background-color: rgb(74.8, 74.8, 74.8) !important;
}

.grey-border-160 {
  border-color: rgb(74.8, 74.8, 74.8) !important;
}

.grey-170 {
  color: rgb(56.1, 56.1, 56.1) !important;
}

.grey-bg-170, tr.grey-bg-170 td, tr.grey-bg-170 th {
  background-color: rgb(56.1, 56.1, 56.1) !important;
}

.grey-border-170 {
  border-color: rgb(56.1, 56.1, 56.1) !important;
}

.grey-180 {
  color: rgb(37.4, 37.4, 37.4) !important;
}

.grey-bg-180, tr.grey-bg-180 td, tr.grey-bg-180 th {
  background-color: rgb(37.4, 37.4, 37.4) !important;
}

.grey-border-180 {
  border-color: rgb(37.4, 37.4, 37.4) !important;
}

.grey-190 {
  color: rgb(18.7, 18.7, 18.7) !important;
}

.grey-bg-190, tr.grey-bg-190 td, tr.grey-bg-190 th {
  background-color: rgb(18.7, 18.7, 18.7) !important;
}

.grey-border-190 {
  border-color: rgb(18.7, 18.7, 18.7) !important;
}

.dark {
  color: #333 !important;
}

.dark-bg, tr.dark-bg td, tr.dark-bg th {
  background-color: #333 !important;
}

.dark-border {
  border-color: #333 !important;
}

.dark-10 {
  color: rgb(234.6, 234.6, 234.6) !important;
}

.dark-bg-10, tr.dark-bg-10 td, tr.dark-bg-10 th {
  background-color: rgb(234.6, 234.6, 234.6) !important;
}

.dark-border-10 {
  border-color: rgb(234.6, 234.6, 234.6) !important;
}

.dark-20 {
  color: rgb(214.2, 214.2, 214.2) !important;
}

.dark-bg-20, tr.dark-bg-20 td, tr.dark-bg-20 th {
  background-color: rgb(214.2, 214.2, 214.2) !important;
}

.dark-border-20 {
  border-color: rgb(214.2, 214.2, 214.2) !important;
}

.dark-30 {
  color: rgb(193.8, 193.8, 193.8) !important;
}

.dark-bg-30, tr.dark-bg-30 td, tr.dark-bg-30 th {
  background-color: rgb(193.8, 193.8, 193.8) !important;
}

.dark-border-30 {
  border-color: rgb(193.8, 193.8, 193.8) !important;
}

.dark-40 {
  color: rgb(173.4, 173.4, 173.4) !important;
}

.dark-bg-40, tr.dark-bg-40 td, tr.dark-bg-40 th {
  background-color: rgb(173.4, 173.4, 173.4) !important;
}

.dark-border-40 {
  border-color: rgb(173.4, 173.4, 173.4) !important;
}

.dark-50 {
  color: #999999 !important;
}

.dark-bg-50, tr.dark-bg-50 td, tr.dark-bg-50 th {
  background-color: #999999 !important;
}

.dark-border-50 {
  border-color: #999999 !important;
}

.dark-60 {
  color: rgb(132.6, 132.6, 132.6) !important;
}

.dark-bg-60, tr.dark-bg-60 td, tr.dark-bg-60 th {
  background-color: rgb(132.6, 132.6, 132.6) !important;
}

.dark-border-60 {
  border-color: rgb(132.6, 132.6, 132.6) !important;
}

.dark-70 {
  color: rgb(112.2, 112.2, 112.2) !important;
}

.dark-bg-70, tr.dark-bg-70 td, tr.dark-bg-70 th {
  background-color: rgb(112.2, 112.2, 112.2) !important;
}

.dark-border-70 {
  border-color: rgb(112.2, 112.2, 112.2) !important;
}

.dark-80 {
  color: rgb(91.8, 91.8, 91.8) !important;
}

.dark-bg-80, tr.dark-bg-80 td, tr.dark-bg-80 th {
  background-color: rgb(91.8, 91.8, 91.8) !important;
}

.dark-border-80 {
  border-color: rgb(91.8, 91.8, 91.8) !important;
}

.dark-90 {
  color: rgb(71.4, 71.4, 71.4) !important;
}

.dark-bg-90, tr.dark-bg-90 td, tr.dark-bg-90 th {
  background-color: rgb(71.4, 71.4, 71.4) !important;
}

.dark-border-90 {
  border-color: rgb(71.4, 71.4, 71.4) !important;
}

.dark-110 {
  color: rgb(45.9, 45.9, 45.9) !important;
}

.dark-bg-110, tr.dark-bg-110 td, tr.dark-bg-110 th {
  background-color: rgb(45.9, 45.9, 45.9) !important;
}

.dark-border-110 {
  border-color: rgb(45.9, 45.9, 45.9) !important;
}

.dark-120 {
  color: rgb(40.8, 40.8, 40.8) !important;
}

.dark-bg-120, tr.dark-bg-120 td, tr.dark-bg-120 th {
  background-color: rgb(40.8, 40.8, 40.8) !important;
}

.dark-border-120 {
  border-color: rgb(40.8, 40.8, 40.8) !important;
}

.dark-130 {
  color: rgb(35.7, 35.7, 35.7) !important;
}

.dark-bg-130, tr.dark-bg-130 td, tr.dark-bg-130 th {
  background-color: rgb(35.7, 35.7, 35.7) !important;
}

.dark-border-130 {
  border-color: rgb(35.7, 35.7, 35.7) !important;
}

.dark-140 {
  color: rgb(30.6, 30.6, 30.6) !important;
}

.dark-bg-140, tr.dark-bg-140 td, tr.dark-bg-140 th {
  background-color: rgb(30.6, 30.6, 30.6) !important;
}

.dark-border-140 {
  border-color: rgb(30.6, 30.6, 30.6) !important;
}

.dark-150 {
  color: rgb(25.5, 25.5, 25.5) !important;
}

.dark-bg-150, tr.dark-bg-150 td, tr.dark-bg-150 th {
  background-color: rgb(25.5, 25.5, 25.5) !important;
}

.dark-border-150 {
  border-color: rgb(25.5, 25.5, 25.5) !important;
}

.dark-160 {
  color: rgb(20.4, 20.4, 20.4) !important;
}

.dark-bg-160, tr.dark-bg-160 td, tr.dark-bg-160 th {
  background-color: rgb(20.4, 20.4, 20.4) !important;
}

.dark-border-160 {
  border-color: rgb(20.4, 20.4, 20.4) !important;
}

.dark-170 {
  color: rgb(15.3, 15.3, 15.3) !important;
}

.dark-bg-170, tr.dark-bg-170 td, tr.dark-bg-170 th {
  background-color: rgb(15.3, 15.3, 15.3) !important;
}

.dark-border-170 {
  border-color: rgb(15.3, 15.3, 15.3) !important;
}

.dark-180 {
  color: rgb(10.2, 10.2, 10.2) !important;
}

.dark-bg-180, tr.dark-bg-180 td, tr.dark-bg-180 th {
  background-color: rgb(10.2, 10.2, 10.2) !important;
}

.dark-border-180 {
  border-color: rgb(10.2, 10.2, 10.2) !important;
}

.dark-190 {
  color: rgb(5.1, 5.1, 5.1) !important;
}

.dark-bg-190, tr.dark-bg-190 td, tr.dark-bg-190 th {
  background-color: rgb(5.1, 5.1, 5.1) !important;
}

.dark-border-190 {
  border-color: rgb(5.1, 5.1, 5.1) !important;
}

.black {
  color: #111 !important;
}

.black-bg, tr.black-bg td, tr.black-bg th {
  background-color: #111 !important;
}

.black-border {
  border-color: #111 !important;
}

.black-10 {
  color: rgb(231.2, 231.2, 231.2) !important;
}

.black-bg-10, tr.black-bg-10 td, tr.black-bg-10 th {
  background-color: rgb(231.2, 231.2, 231.2) !important;
}

.black-border-10 {
  border-color: rgb(231.2, 231.2, 231.2) !important;
}

.black-20 {
  color: rgb(207.4, 207.4, 207.4) !important;
}

.black-bg-20, tr.black-bg-20 td, tr.black-bg-20 th {
  background-color: rgb(207.4, 207.4, 207.4) !important;
}

.black-border-20 {
  border-color: rgb(207.4, 207.4, 207.4) !important;
}

.black-30 {
  color: rgb(183.6, 183.6, 183.6) !important;
}

.black-bg-30, tr.black-bg-30 td, tr.black-bg-30 th {
  background-color: rgb(183.6, 183.6, 183.6) !important;
}

.black-border-30 {
  border-color: rgb(183.6, 183.6, 183.6) !important;
}

.black-40 {
  color: rgb(159.8, 159.8, 159.8) !important;
}

.black-bg-40, tr.black-bg-40 td, tr.black-bg-40 th {
  background-color: rgb(159.8, 159.8, 159.8) !important;
}

.black-border-40 {
  border-color: rgb(159.8, 159.8, 159.8) !important;
}

.black-50 {
  color: #888888 !important;
}

.black-bg-50, tr.black-bg-50 td, tr.black-bg-50 th {
  background-color: #888888 !important;
}

.black-border-50 {
  border-color: #888888 !important;
}

.black-60 {
  color: rgb(112.2, 112.2, 112.2) !important;
}

.black-bg-60, tr.black-bg-60 td, tr.black-bg-60 th {
  background-color: rgb(112.2, 112.2, 112.2) !important;
}

.black-border-60 {
  border-color: rgb(112.2, 112.2, 112.2) !important;
}

.black-70 {
  color: rgb(88.4, 88.4, 88.4) !important;
}

.black-bg-70, tr.black-bg-70 td, tr.black-bg-70 th {
  background-color: rgb(88.4, 88.4, 88.4) !important;
}

.black-border-70 {
  border-color: rgb(88.4, 88.4, 88.4) !important;
}

.black-80 {
  color: rgb(64.6, 64.6, 64.6) !important;
}

.black-bg-80, tr.black-bg-80 td, tr.black-bg-80 th {
  background-color: rgb(64.6, 64.6, 64.6) !important;
}

.black-border-80 {
  border-color: rgb(64.6, 64.6, 64.6) !important;
}

.black-90 {
  color: rgb(40.8, 40.8, 40.8) !important;
}

.black-bg-90, tr.black-bg-90 td, tr.black-bg-90 th {
  background-color: rgb(40.8, 40.8, 40.8) !important;
}

.black-border-90 {
  border-color: rgb(40.8, 40.8, 40.8) !important;
}

.black-110 {
  color: rgb(15.3, 15.3, 15.3) !important;
}

.black-bg-110, tr.black-bg-110 td, tr.black-bg-110 th {
  background-color: rgb(15.3, 15.3, 15.3) !important;
}

.black-border-110 {
  border-color: rgb(15.3, 15.3, 15.3) !important;
}

.black-120 {
  color: rgb(13.6, 13.6, 13.6) !important;
}

.black-bg-120, tr.black-bg-120 td, tr.black-bg-120 th {
  background-color: rgb(13.6, 13.6, 13.6) !important;
}

.black-border-120 {
  border-color: rgb(13.6, 13.6, 13.6) !important;
}

.black-130 {
  color: rgb(11.9, 11.9, 11.9) !important;
}

.black-bg-130, tr.black-bg-130 td, tr.black-bg-130 th {
  background-color: rgb(11.9, 11.9, 11.9) !important;
}

.black-border-130 {
  border-color: rgb(11.9, 11.9, 11.9) !important;
}

.black-140 {
  color: rgb(10.2, 10.2, 10.2) !important;
}

.black-bg-140, tr.black-bg-140 td, tr.black-bg-140 th {
  background-color: rgb(10.2, 10.2, 10.2) !important;
}

.black-border-140 {
  border-color: rgb(10.2, 10.2, 10.2) !important;
}

.black-150 {
  color: rgb(8.5, 8.5, 8.5) !important;
}

.black-bg-150, tr.black-bg-150 td, tr.black-bg-150 th {
  background-color: rgb(8.5, 8.5, 8.5) !important;
}

.black-border-150 {
  border-color: rgb(8.5, 8.5, 8.5) !important;
}

.black-160 {
  color: rgb(6.8, 6.8, 6.8) !important;
}

.black-bg-160, tr.black-bg-160 td, tr.black-bg-160 th {
  background-color: rgb(6.8, 6.8, 6.8) !important;
}

.black-border-160 {
  border-color: rgb(6.8, 6.8, 6.8) !important;
}

.black-170 {
  color: rgb(5.1, 5.1, 5.1) !important;
}

.black-bg-170, tr.black-bg-170 td, tr.black-bg-170 th {
  background-color: rgb(5.1, 5.1, 5.1) !important;
}

.black-border-170 {
  border-color: rgb(5.1, 5.1, 5.1) !important;
}

.black-180 {
  color: rgb(3.4, 3.4, 3.4) !important;
}

.black-bg-180, tr.black-bg-180 td, tr.black-bg-180 th {
  background-color: rgb(3.4, 3.4, 3.4) !important;
}

.black-border-180 {
  border-color: rgb(3.4, 3.4, 3.4) !important;
}

.black-190 {
  color: rgb(1.7, 1.7, 1.7) !important;
}

.black-bg-190, tr.black-bg-190 td, tr.black-bg-190 th {
  background-color: rgb(1.7, 1.7, 1.7) !important;
}

.black-border-190 {
  border-color: rgb(1.7, 1.7, 1.7) !important;
}

/**********************************
COLORS
**********************************/
.light {
  color: #fafafa !important;
}

.lightblue {
  color: #e7f3f8 !important;
}

.lightdarkblue {
  color: #e8eaf5 !important;
}

.lightorange {
  color: #f6efea !important;
}

.lightgreen {
  color: #ddf1e9 !important;
}

.lightviolet {
  color: #efecf3 !important;
}

/**********************************
BG
**********************************/
.transparent-bg {
  background-color: transparent !important;
}

.lightgreen-bg {
  background-color: #ddf1e9 !important;
}

.lightorange-bg {
  background-color: #f6efea !important;
}

.lightblue-bg {
  background-color: #e7f3f8 !important;
}

.lightdarkblue-bg {
  background-color: #e8eaf5 !important;
}

.lightviolet-bg {
  background-color: #efecf3 !important;
}

.lightgrey-bg {
  background-color: #eeeeee !important;
}

.grey-gradient-bg {
  background-color: #fafafa;
  box-shadow: inset rgba(17, 17, 17, 0.1) 0 0 10em;
}

/**********************************
FILES
**********************************/
.pdf {
  color: #EC0605;
}

.pdf .md-text-icon {
  background-color: #EC0605;
}

.jpg {
  color: #B88217;
}

.jpg .md-text-icon {
  background-color: #B88217;
}

.xls, .xlsx {
  color: #1D6C41;
}

.xls .md-text-icon, .xlsx .md-text-icon {
  background-color: #1D6C41;
}

.doc, .docx {
  color: #27508F;
}

.doc .md-text-icon, .docx .md-text-icon {
  background-color: #27508F;
}

.ai {
  color: #F29200;
}

.ai .md-text-icon {
  background-color: #F29200;
}

/**********************************
LINKS
**********************************/
a {
  text-decoration: none;
  color: rgb(141.8267716535, 10.1732283465, 12.5669291339);
}

a:hover {
  text-decoration: none;
}

/**********************************
P
**********************************/
p {
  line-height: 1.6;
  padding-bottom: 1em;
}
p:last-child {
  padding-bottom: 0;
}

/**********************************
UL, OL
**********************************/
ul.def, ol.def,
.format-text ul, .format-text ol {
  margin-bottom: 2em;
  margin-left: 1em;
  text-align: left;
}
ul.def:last-child, ol.def:last-child,
.format-text ul:last-child, .format-text ol:last-child {
  margin-bottom: 0;
}

ul.def li, ol.def li,
.format-text ul li, .format-text ol li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

ul.def li::before,
.format-text ul li::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  border: 1px solid #333;
  position: absolute;
  top: 0.6em;
  left: 0.2em;
}

ol.def,
.format-text ol {
  margin-left: 2em;
}
ol.def li,
.format-text ol li {
  padding-left: 0;
}
ol.def ol,
.format-text ol ol {
  margin: 1em 0 1em 2em;
}

/**********************************
TEXT DECORATION
**********************************/
.underline {
  text-decoration: underline !important;
}

.no-underline {
  text-decoration: none !important;
}

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

/**********************************
FONT WEIGHT
**********************************/
strong {
  font-weight: 700;
}

b {
  font-weight: 900;
}

.no-bold {
  font-weight: 400 !important;
}

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

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

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

/**********************************
FONT SIZE
**********************************/
.small-font {
  font-size: 90%;
}

.small-font2 {
  font-size: 80%;
}

.small-font3 {
  font-size: 70%;
}

.small-font4 {
  font-size: 60%;
}

.big-font {
  font-size: 110%;
}

.big-font2 {
  font-size: 120%;
}

.big-font3 {
  font-size: 130%;
}

.big-font4 {
  font-size: 140%;
}

.big-font5 {
  font-size: 150%;
}

.big-font6 {
  font-size: 160%;
}

.big-font7 {
  font-size: 170%;
}

.big-font8 {
  font-size: 180%;
}

.big-font9 {
  font-size: 190%;
}

.big-font10 {
  font-size: 200%;
}

.font-1em {
  font-size: 1em;
}

.font-2em {
  font-size: 2em;
}

.font-3em {
  font-size: 3em;
}

.font-4em {
  font-size: 4em;
}

.font-5em {
  font-size: 5em;
}

.font-6em {
  font-size: 6em;
}

.font-7em {
  font-size: 7em;
}

.font-8em {
  font-size: 8em;
}

.font-9em {
  font-size: 9em;
}

.font-10em {
  font-size: 10em;
}

/**********************************
HEADINGS
**********************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-bottom: 0.8em;
  margin-top: 2em;
  line-height: 1.2;
  color: #333;
}
h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type, h5:first-of-type, h6:first-of-type {
  margin-top: 0;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.8em;
}

.h-ico {
  display: flex;
  align-items: center;
}
.h-ico .h-ico-ico {
  margin-right: 0.3em;
  font-size: 1.4em;
}

.h-lbord {
  position: relative;
}

.h-lbord-title {
  padding-right: 0.5em;
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
  border-left: 3px solid #1C87F7;
  border-radius: 0.15em;
}

/**********************************
FORMS
**********************************/
::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
::placeholder, .select-placeholder {
  color: #888888;
  opacity: 1;
}

label {
  font-weight: 400;
}

input, textarea, select {
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #333;
  height: 2.5rem;
  display: inline-block;
  border-radius: 0.15em;
}
input:focus, textarea:focus, select:focus {
  border-color: #bbbbbb;
}

textarea {
  padding: 1em !important;
}

input.button, input.submit {
  -webkit-appearance: none;
  border: none;
}

.check {
  width: auto;
  border: 0;
  margin: 0 0 -1px 0;
  padding: 0;
  background: none;
}

textarea {
  overflow: auto;
  height: auto;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
  outline: 0;
  position: relative;
  width: auto;
  background: url(../img/icons/select.png) no-repeat right center white;
  transition: none;
}

select::-ms-expand { /* for IE 11 */
  display: none;
}

option {
  color: #111;
}

/*input[type=checkbox], input[type=radio] {
    visibility: hidden;
    display: none;
}*/
input[type=file] {
  height: auto;
}

/**********************************
BUTTONS
**********************************/
button {
  font-family: "Poppins", sans-serif;
}

.button {
  width: 100%;
  max-width: 100%;
  font-weight: 600;
  font-size: 0.9em;
  cursor: pointer;
  color: #ffffff;
  padding: 0 1em 0 1em;
  line-height: 1.5;
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  text-align: center;
  border-radius: 0.15em;
  justify-content: center;
}
@media (min-width: 576px) {
  .button {
    width: auto;
  }
}
.button:hover {
  background-color: #eeeeee;
  text-decoration: none;
}

.button.button--rows {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-block: 0.5em;
}

.button.button--small {
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  min-height: 0;
}

.button.button--big {
  font-size: 1.2em;
}

.button.button--input-height {
  min-height: 56px;
}

.button--ico {
  justify-content: flex-start;
  padding-right: 1.5em;
  text-align: left;
}
.button--ico .button--ico-ico {
  margin-right: 0.5em;
  font-size: 1.5em;
}

.button--ico-r {
  justify-content: flex-start;
  padding-left: 1.5em;
  text-align: left;
}
.button--ico-r .button--ico-ico {
  margin-left: 0.5em;
  font-size: 1.5em;
}

.button--onlyico {
  justify-content: center;
}
.button--onlyico-ico {
  font-size: 1.5em;
}

.icobutton {
  display: inline-flex;
  align-items: center;
  border-radius: 0.15em;
}
.icobutton-ico {
  border-radius: 0.15em;
}

.icobutton-ico:hover {
  opacity: 0.8;
}

.button--colored {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.button--colored:hover {
  opacity: 1;
}

.button--transparent {
  color: #333;
}

.button--green {
  background-color: #56B07F;
}
.button--green:hover {
  background-color: rgb(67.2137096774, 143.7862903226, 102.0967741935);
}

.button--blue {
  background-color: #1C87F7;
}
.button--blue:hover {
  background-color: rgb(7.6255319149, 109.6170212766, 216.3744680851);
}

.button--darkblue {
  background-color: #001689;
}
.button--darkblue:hover {
  background-color: rgb(0, 13.8102189781, 86);
}

.button--dark {
  background-color: #333;
}
.button--dark:hover {
  background-color: rgb(25.5, 25.5, 25.5);
}

.button--darknavy {
  background-color: rgb(50.75, 57.75, 68.25);
}
.button--darknavy:hover {
  background-color: rgb(35.525, 40.425, 47.775);
}

.button--orange {
  background-color: #BB5E12;
}
.button--orange:hover {
  background-color: rgb(140.4780487805, 70.6146341463, 13.5219512195);
}

.button--violet {
  background-color: #9778D3;
}
.button--violet:hover {
  background-color: rgb(121.3687150838, 81.5363128492, 198.4636871508);
}

.button--grey {
  background-color: #bbbbbb;
}
.button--grey:hover {
  background-color: rgb(161.5, 161.5, 161.5);
}

.button--red {
  background-color: #ED1115;
}
.button--red:hover {
  background-color: rgb(189.4133858268, 13.5866141732, 16.7834645669);
}

.button--yellow {
  background-color: rgb(255, 229.5, 127.5);
}
.button--yellow:hover {
  background-color: rgb(255, 219.3, 76.5);
}

.button--darkgrey {
  background-color: #888888;
}
.button--darkgrey:hover {
  background-color: rgb(110.5, 110.5, 110.5);
}

.button--disabled {
  background-color: #888888 !important;
  cursor: default;
}
.button--disabled:hover {
  background-color: #888888 !important;
}

.sbutton {
  font-weight: 500;
  font-size: 0.9em;
  cursor: pointer;
  color: #ffffff;
  padding: 0.2em 0.8em 0.2em 0.8em;
  display: inline-flex;
  align-items: center;
  border-radius: 0.15em;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
}
@media (min-width: 576px) {
  .sbutton {
    width: auto;
  }
}
.sbutton .sbutton-ico {
  margin-right: 0.5em;
  font-size: 1.2em;
}
.sbutton .sbutton-ico--r {
  margin-right: 0;
  margin-left: 0.3em;
}
.sbutton:hover {
  background-color: #e7f3f8;
  text-decoration: none;
}

.sbutton--darkblue-lightdarkblue {
  background-color: #e8eaf5;
  color: #001689;
  border-color: #001689;
}
.sbutton--darkblue-lightdarkblue:hover {
  background-color: rgb(214.2272727273, 217.7727272727, 237.2727272727);
}

.sbutton--dark-dark {
  background-color: #333;
  color: #333;
  border-color: #333;
}
.sbutton--dark-dark:hover {
  background-color: rgb(38.25, 38.25, 38.25);
}

.sbutton--darkblue-darkblue {
  background-color: #001689;
  color: #ffffff;
  border-color: #001689;
}
.sbutton--darkblue-darkblue:hover {
  background-color: rgb(0, 13.8102189781, 86);
}

.sbutton--grey {
  color: #bbbbbb;
  border-color: #bbbbbb;
}
.sbutton--grey:hover {
  background-color: white;
}

.sbutton--black {
  color: #111;
  border-color: #111;
}
.sbutton--black:hover {
  background-color: white;
}

.sbutton--dark {
  color: #333;
  border-color: #333;
}
.sbutton--dark:hover {
  background-color: white;
}

.sbutton--darkgrey {
  color: #888888;
  border-color: #888888;
}
.sbutton--darkgrey:hover {
  background-color: white;
}

.sbutton--darkblue {
  border-color: #001689;
  color: #001689;
}
.sbutton--darkblue:hover {
  background-color: #e8eaf5;
}

.sbutton--blue {
  border-color: #1C87F7;
  color: #1C87F7;
}
.sbutton--blue:hover {
  background-color: #e7f3f8;
}

.sbutton--green {
  border-color: #56B07F;
  color: #56B07F;
}
.sbutton--green:hover {
  background-color: #ddf1e9;
}

.sbutton--orange {
  border-color: #BB5E12;
  color: #BB5E12;
}
.sbutton--orange:hover {
  background-color: #f6efea;
}

.sbutton--violet {
  border-color: #9778D3;
  color: #9778D3;
}
.sbutton--violet:hover {
  background-color: #efecf3;
}

.sbutton--red {
  border-color: #ED1115;
  color: #ED1115;
}
.sbutton--red:hover {
  background-color: #fffbfb;
}

/**********************************
REPORTS
**********************************/
.report {
  margin-bottom: 0.5em;
  display: block;
}

.report-in {
  padding: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
  border-radius: 3px;
  display: flex;
  align-items: center;
  box-shadow: rgba(51, 51, 51, 0.1) 0 0 10px;
}
.report-in .report-ico {
  margin-right: 0.5em;
}
.report-in a {
  text-decoration: underline;
  color: inherit;
}
.report-in a:hover {
  text-decoration: none;
}
.report-in.err {
  background-color: #ED1115;
  color: #ffffff;
}
.report-in.err2 {
  background-color: rgb(254.2503937008, 244.5496062992, 244.725984252);
  color: #ED1115;
  border-bottom: 3px solid #ED1115;
}
.report-in.ok {
  background-color: #56B07F;
  color: #ffffff;
}
.report-in.ok2 {
  background-color: rgb(242.3931451613, 249.1068548387, 245.4516129032);
  color: #56B07F;
  border-bottom: 3px solid #56B07F;
}
.report-in.info {
  background-color: #1C87F7;
  color: #ffffff;
}
.report-in.info2 {
  background-color: rgb(215.2025531915, 233.9617021277, 253.5974468085);
  color: #1C87F7;
  border-bottom: 3px solid #1C87F7;
}
.report-in.wrn {
  background-color: #FFCC00;
  color: #333;
}
.report-in.wrn2 {
  background-color: rgb(255, 249.9, 229.5);
  color: rgb(178.5, 142.8, 0);
  border-bottom: 3px solid #FFCC00;
}

.formerror,
.form-err {
  color: #ED1115;
}
.formerror input, .formerror select, .formerror textarea,
.form-err input,
.form-err select,
.form-err textarea {
  border-color: #ED1115;
  color: #ED1115;
}

input.formerror, select.formerror, textarea.formerror,
input.form-err, select.form-err, textarea.form-err {
  border-color: #ED1115;
}

/**********************************
ICONS
**********************************/
.material-icons, .material-icons-outlined, .material-icons-round, .material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 3px;
}

.material-icons img, .material-icons-outlined img, .material-icons-round img {
  max-height: 24px;
}

.material-icons.big-font, .material-icons-outlined.big-font, .material-symbols-outlined.big-font, .material-icons-round.big-font {
  font-size: 32px;
}

.material-icons.big-font2, .material-icons-outlined.big-font2, .material-symbols-outlined.big-font2, .material-icons-round.big-font2 {
  font-size: 40px;
}

.material-icons.big-font3, .material-icons-outlined.big-font3, .material-symbols-outlined.big-font3, .material-icons-round.big-font3 {
  font-size: 48px;
}

.text-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1em;
  height: 1em;
  min-width: 24px;
  min-height: 24px;
  border-radius: 0.15em;
}

.text-icon-in {
  width: 100%;
  overflow: hidden;
  font-family: "Bebas Neue", cursive;
  font-size: max(0.8em, 18px);
  font-weight: 400;
  color: #333;
  margin-bottom: -0.1em;
}

.md-text-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: max(0.3em, 9px);
  font-weight: 600;
  color: #ffffff;
  background-color: #333;
  border-radius: 0.15em;
}

.md-text-icon--top {
  top: 0;
  transform: translate(-50%, 0);
}

.md-text-icon--bottom {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
}

.md-text-icon--left {
  left: 0;
  transform: translate(0, -50%);
}
.md-text-icon--left.md-text-icon--top, .md-text-icon--left.md-text-icon--bottom {
  transform: translate(0, 0);
}

.md-text-icon--right {
  left: auto;
  right: 0;
  transform: translate(0, -50%);
}
.md-text-icon--right.md-text-icon--top, .md-text-icon--right.md-text-icon--bottom {
  transform: translate(0, 0);
}

.material-icons[data-count]::before, .material-icons-outlined[data-count]::before, .material-icons-round[data-count]::before,
.text-icon[data-count]::before {
  content: attr(data-count);
  position: absolute;
  z-index: 1;
  top: -3px;
  right: -3px;
  min-width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #333;
  color: #ffffff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 3px;
}

.transform-icons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.transform-icons .transform-ico {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block;
}

.transform-icons .transform-ico--default {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.transform-icons .transform-ico--transformed {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: rotate(-180deg) scale(0.5);
  opacity: 0;
}

.transform-icons.act .transform-ico--default {
  transform: rotate(180deg) scale(0.5);
  opacity: 0;
}

.transform-icons.act .transform-ico--transformed {
  transform: rotate(0deg) scale(1);
  opacity: 1;
}

/**********************************
HIDDEN
**********************************/
.s-hidden-flex {
  display: none !important;
}
@media (min-width: 576px) {
  .s-hidden-flex {
    display: flex !important;
  }
}

.m-hidden-flex {
  display: none !important;
}
@media (min-width: 768px) {
  .m-hidden-flex {
    display: flex !important;
  }
}

.s-m-hidden-flex {
  display: none !important;
}
@media (min-width: 1090px) {
  .s-m-hidden-flex {
    display: flex !important;
  }
}

.pc-hidden-flex {
  display: flex !important;
}
@media (min-width: 1090px) {
  .pc-hidden-flex {
    display: none !important;
  }
}

.pc-hidden {
  display: block !important;
}
@media (min-width: 1090px) {
  .pc-hidden {
    display: none !important;
  }
}

.mobile-hidden {
  display: none !important;
}
@media (min-width: 1090px) {
  .mobile-hidden {
    display: block !important;
  }
}

.mobile-hidden-flex {
  display: none !important;
}
@media (min-width: 1090px) {
  .mobile-hidden-flex {
    display: flex !important;
  }
}

.pc-hidden-inlineflex {
  display: inline-flex !important;
}
@media (min-width: 1090px) {
  .pc-hidden-inlineflex {
    display: none !important;
  }
}

.mobile-hidden-inlineflex {
  display: none !important;
}
@media (min-width: 1090px) {
  .mobile-hidden-inlineflex {
    display: inline-flex !important;
  }
}

.m-up-hidden-inlineflex {
  display: inline-flex !important;
}
@media (min-width: 768px) {
  .m-up-hidden-inlineflex {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .hidden-xs-smaller {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .hidden-s-smaller {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-m-smaller {
    display: none !important;
  }
}

@media (max-width: 1090px) {
  .hidden-l-smaller {
    display: none !important;
  }
}

@media (max-width: 1280px) {
  .hidden-xl-smaller {
    display: none !important;
  }
}

@media (max-width: 1920px) {
  .hidden-xxl-smaller {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-xs-bigger {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-s-bigger {
    display: none !important;
  }
}

@media (min-width: 1090px) {
  .hidden-m-bigger {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-l-bigger {
    display: none !important;
  }
}

@media (min-width: 1920px) {
  .hidden-xl-bigger {
    display: none !important;
  }
}

/**********************************
FLEX
**********************************/
.flex2 {
  display: flex;
}
@media (max-width: 400px) {
  .flex2--xs {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .flex2--s {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .flex2--m {
    flex-direction: column;
  }
}
@media (max-width: 1090px) {
  .flex2--l {
    flex-direction: column;
  }
}
@media (max-width: 1280px) {
  .flex2--xl {
    flex-direction: column;
  }
}
@media (max-width: 1920px) {
  .flex2--xxl {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .flex {
    display: flex;
  }
}
.flex:not(.column) > * {
  margin-bottom: 2em;
}
.flex:not(.column) > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .flex:not(.column) > * {
    margin-bottom: 0;
  }
}
.flex .col-19 {
  width: 19%;
}
.flex .col-20 {
  width: 20%;
}
.flex .col-24 {
  width: 24%;
}
.flex .col-28 {
  width: 28%;
}
.flex .col-32 {
  width: 32%;
}
.flex .col-36 {
  width: 36%;
}
.flex .col-38 {
  width: 38%;
}
.flex .col-40 {
  width: 40%;
}
.flex .col-48 {
  width: 48%;
}
.flex .col-56 {
  width: 56%;
}
.flex .col-60 {
  width: 60%;
}
.flex .col-64 {
  width: 64%;
}
.flex .col-66 {
  width: 66%;
}
.flex .col-70 {
  width: 70%;
}
.flex .col-76 {
  width: 76%;
}
@media (max-width: 768px) {
  .flex:not(.flex-mobile) > * {
    width: 100%;
  }
}
.flex--1em > * {
  margin-bottom: 1em !important;
}
.flex--1em > *:last-child {
  margin-bottom: 0 !important;
}
.flex--2em > * {
  margin-bottom: 2em !important;
}
.flex--2em > *:last-child {
  margin-bottom: 0 !important;
}
.flex--3em > * {
  margin-bottom: 3em !important;
}
.flex--3em > *:last-child {
  margin-bottom: 0 !important;
}
.flex--4em > * {
  margin-bottom: 4em !important;
}
.flex--4em > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 576px) {
  .flex--s {
    display: flex;
  }
  .flex--s > * {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 576px) {
  .flex--s {
    display: block;
  }
  .flex--s > * {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .flex--m {
    display: flex;
  }
  .flex--m > * {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .flex--m {
    display: block;
  }
  .flex--m > * {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1090px) {
  .flex--l {
    display: flex;
  }
  .flex--l > * {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1090px) {
  .flex--l {
    display: block;
  }
  .flex--l > * {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1280px) {
  .flex--xl {
    display: flex;
  }
  .flex--xl > * {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1280px) {
  .flex--xl {
    display: block;
  }
  .flex--xl > * {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1920px) {
  .flex--xxl {
    display: flex;
  }
  .flex--xxl > * {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1920px) {
  .flex--xxl {
    display: block;
  }
  .flex--xxl > * {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

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

.flexfrom-l {
  display: block;
}
@media (min-width: 1090px) {
  .flexfrom-l {
    display: flex;
  }
}
@media (max-width: 1090px) {
  .flexfrom-l > * {
    width: 100% !important;
    margin-bottom: 1em !important;
  }
}

.flex-mobile {
  display: flex;
}
.flex-mobile > * {
  margin-bottom: 0 !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.a-start {
  align-items: flex-start !important;
}

.a-center {
  align-items: center !important;
}

.a-end {
  align-items: flex-end !important;
}

.j-start {
  justify-content: flex-start !important;
}

.j-center {
  justify-content: center !important;
}

.j-end {
  justify-content: flex-end !important;
}

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

.space-around {
  justify-content: space-around !important;
}

.flex-1 {
  flex: 1;
}

.flex-true {
  flex: 1 1 auto !important;
}

.flex-false {
  flex: 0 0 auto !important;
}

.no-grow {
  flex-grow: 0 !important;
}

.no-shrink {
  flex-shrink: 0 !important;
}

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

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

/**********************************
SPACING
**********************************/
/*** gap ***/
.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 1px !important;
}

.gap-2 {
  gap: 2px !important;
}

.gap-3 {
  gap: 3px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-25 {
  gap: 25px !important;
}

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

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

.gap-50 {
  gap: 50px !important;
}

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

.gap-70 {
  gap: 70px !important;
}

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

.gap-90 {
  gap: 90px !important;
}

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

.gap-01em {
  gap: 0.1em !important;
}

.gap-02em {
  gap: 0.2em !important;
}

.gap-03em {
  gap: 0.3em !important;
}

.gap-04em {
  gap: 0.4em !important;
}

.gap-05em {
  gap: 0.5em !important;
}

.gap-06em {
  gap: 0.6em !important;
}

.gap-07em {
  gap: 0.7em !important;
}

.gap-08em {
  gap: 0.8em !important;
}

.gap-09em {
  gap: 0.9em !important;
}

.gap-1em {
  gap: 1em !important;
}

.gap-2em {
  gap: 2em !important;
}

.gap-3em {
  gap: 3em !important;
}

.gap-4em {
  gap: 4em !important;
}

.gap-5em {
  gap: 5em !important;
}

.gap-6em {
  gap: 6em !important;
}

.gap-7em {
  gap: 7em !important;
}

.gap-8em {
  gap: 8em !important;
}

.gap-9em {
  gap: 9em !important;
}

.gap-10em {
  gap: 10em !important;
}

.mg-inline-auto {
  margin-inline: auto !important;
}

.mg-block-auto {
  margin-block: auto !important;
}

/*** tmg ***/
.tmg-auto {
  margin-top: auto !important;
}

.tmg-0 {
  margin-top: 0px !important;
}

.tmg-1 {
  margin-top: 1px !important;
}

.tmg-2 {
  margin-top: 2px !important;
}

.tmg-3 {
  margin-top: 3px !important;
}

.tmg-4 {
  margin-top: 4px !important;
}

.tmg-5 {
  margin-top: 5px !important;
}

.tmg-10 {
  margin-top: 10px !important;
}

.tmg-15 {
  margin-top: 15px !important;
}

.tmg-20 {
  margin-top: 20px !important;
}

.tmg-25 {
  margin-top: 25px !important;
}

.tmg-30 {
  margin-top: 30px !important;
}

.tmg-40 {
  margin-top: 40px !important;
}

.tmg-50 {
  margin-top: 50px !important;
}

.tmg-60 {
  margin-top: 60px !important;
}

.tmg-70 {
  margin-top: 70px !important;
}

.tmg-80 {
  margin-top: 80px !important;
}

.tmg-90 {
  margin-top: 90px !important;
}

.tmg-100 {
  margin-top: 100px !important;
}

.tmg-01em {
  margin-top: 0.1em !important;
}

.tmg-02em {
  margin-top: 0.2em !important;
}

.tmg-03em {
  margin-top: 0.3em !important;
}

.tmg-04em {
  margin-top: 0.4em !important;
}

.tmg-05em {
  margin-top: 0.5em !important;
}

.tmg-06em {
  margin-top: 0.6em !important;
}

.tmg-07em {
  margin-top: 0.7em !important;
}

.tmg-08em {
  margin-top: 0.8em !important;
}

.tmg-09em {
  margin-top: 0.9em !important;
}

.tmg-1em {
  margin-top: 1em !important;
}

.tmg-2em {
  margin-top: 2em !important;
}

.tmg-3em {
  margin-top: 3em !important;
}

.tmg-4em {
  margin-top: 4em !important;
}

.tmg-5em {
  margin-top: 5em !important;
}

.tmg-6em {
  margin-top: 6em !important;
}

.tmg-7em {
  margin-top: 7em !important;
}

.tmg-8em {
  margin-top: 8em !important;
}

.tmg-9em {
  margin-top: 9em !important;
}

.tmg-10em {
  margin-top: 10em !important;
}

/*** rmg ***/
.rmg-auto {
  margin-right: auto !important;
}

.rmg-0 {
  margin-right: 0px !important;
}

.rmg-1 {
  margin-right: 1px !important;
}

.rmg-2 {
  margin-right: 2px !important;
}

.rmg-3 {
  margin-right: 3px !important;
}

.rmg-4 {
  margin-right: 4px !important;
}

.rmg-5 {
  margin-right: 5px !important;
}

.rmg-10 {
  margin-right: 10px !important;
}

.rmg-15 {
  margin-right: 15px !important;
}

.rmg-20 {
  margin-right: 20px !important;
}

.rmg-25 {
  margin-right: 25px !important;
}

.rmg-30 {
  margin-right: 30px !important;
}

.rmg-40 {
  margin-right: 40px !important;
}

.rmg-50 {
  margin-right: 50px !important;
}

.rmg-60 {
  margin-right: 60px !important;
}

.rmg-70 {
  margin-right: 70px !important;
}

.rmg-80 {
  margin-right: 80px !important;
}

.rmg-90 {
  margin-right: 90px !important;
}

.rmg-100 {
  margin-right: 100px !important;
}

.rmg-01em {
  margin-right: 0.1em !important;
}

.rmg-02em {
  margin-right: 0.2em !important;
}

.rmg-03em {
  margin-right: 0.3em !important;
}

.rmg-04em {
  margin-right: 0.4em !important;
}

.rmg-05em {
  margin-right: 0.5em !important;
}

.rmg-06em {
  margin-right: 0.6em !important;
}

.rmg-07em {
  margin-right: 0.7em !important;
}

.rmg-08em {
  margin-right: 0.8em !important;
}

.rmg-09em {
  margin-right: 0.9em !important;
}

.rmg-1em {
  margin-right: 1em !important;
}

.rmg-2em {
  margin-right: 2em !important;
}

.rmg-3em {
  margin-right: 3em !important;
}

.rmg-4em {
  margin-right: 4em !important;
}

.rmg-5em {
  margin-right: 5em !important;
}

.rmg-6em {
  margin-right: 6em !important;
}

.rmg-7em {
  margin-right: 7em !important;
}

.rmg-8em {
  margin-right: 8em !important;
}

.rmg-9em {
  margin-right: 9em !important;
}

.rmg-10em {
  margin-right: 10em !important;
}

/*** bmg ***/
.bmg-auto {
  margin-bottom: auto !important;
}

.bmg-0 {
  margin-bottom: 0px !important;
}

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

.bmg-2 {
  margin-bottom: 2px !important;
}

.bmg-3 {
  margin-bottom: 3px !important;
}

.bmg-4 {
  margin-bottom: 4px !important;
}

.bmg-5 {
  margin-bottom: 5px !important;
}

.bmg-10 {
  margin-bottom: 10px !important;
}

.bmg-15 {
  margin-bottom: 15px !important;
}

.bmg-20 {
  margin-bottom: 20px !important;
}

.bmg-25 {
  margin-bottom: 25px !important;
}

.bmg-30 {
  margin-bottom: 30px !important;
}

.bmg-40 {
  margin-bottom: 40px !important;
}

.bmg-50 {
  margin-bottom: 50px !important;
}

.bmg-60 {
  margin-bottom: 60px !important;
}

.bmg-70 {
  margin-bottom: 70px !important;
}

.bmg-80 {
  margin-bottom: 80px !important;
}

.bmg-90 {
  margin-bottom: 90px !important;
}

.bmg-100 {
  margin-bottom: 100px !important;
}

.bmg-01em {
  margin-bottom: 0.1em !important;
}

.bmg-02em {
  margin-bottom: 0.2em !important;
}

.bmg-03em {
  margin-bottom: 0.3em !important;
}

.bmg-04em {
  margin-bottom: 0.4em !important;
}

.bmg-05em {
  margin-bottom: 0.5em !important;
}

.bmg-06em {
  margin-bottom: 0.6em !important;
}

.bmg-07em {
  margin-bottom: 0.7em !important;
}

.bmg-08em {
  margin-bottom: 0.8em !important;
}

.bmg-09em {
  margin-bottom: 0.9em !important;
}

.bmg-1em {
  margin-bottom: 1em !important;
}

.bmg-2em {
  margin-bottom: 2em !important;
}

.bmg-3em {
  margin-bottom: 3em !important;
}

.bmg-4em {
  margin-bottom: 4em !important;
}

.bmg-5em {
  margin-bottom: 5em !important;
}

.bmg-6em {
  margin-bottom: 6em !important;
}

.bmg-7em {
  margin-bottom: 7em !important;
}

.bmg-8em {
  margin-bottom: 8em !important;
}

.bmg-9em {
  margin-bottom: 9em !important;
}

.bmg-10em {
  margin-bottom: 10em !important;
}

/*** lmg ***/
.lmg-auto {
  margin-left: auto !important;
}

.lmg-0 {
  margin-left: 0px !important;
}

.lmg-1 {
  margin-left: 1px !important;
}

.lmg-2 {
  margin-left: 2px !important;
}

.lmg-3 {
  margin-left: 3px !important;
}

.lmg-4 {
  margin-left: 4px !important;
}

.lmg-5 {
  margin-left: 5px !important;
}

.lmg-10 {
  margin-left: 10px !important;
}

.lmg-15 {
  margin-left: 15px !important;
}

.lmg-20 {
  margin-left: 20px !important;
}

.lmg-25 {
  margin-left: 25px !important;
}

.lmg-30 {
  margin-left: 30px !important;
}

.lmg-40 {
  margin-left: 40px !important;
}

.lmg-50 {
  margin-left: 50px !important;
}

.lmg-60 {
  margin-left: 60px !important;
}

.lmg-70 {
  margin-left: 70px !important;
}

.lmg-80 {
  margin-left: 80px !important;
}

.lmg-90 {
  margin-left: 90px !important;
}

.lmg-100 {
  margin-left: 100px !important;
}

.lmg-01em {
  margin-left: 0.1em !important;
}

.lmg-02em {
  margin-left: 0.2em !important;
}

.lmg-03em {
  margin-left: 0.3em !important;
}

.lmg-04em {
  margin-left: 0.4em !important;
}

.lmg-05em {
  margin-left: 0.5em !important;
}

.lmg-06em {
  margin-left: 0.6em !important;
}

.lmg-07em {
  margin-left: 0.7em !important;
}

.lmg-08em {
  margin-left: 0.8em !important;
}

.lmg-09em {
  margin-left: 0.9em !important;
}

.lmg-1em {
  margin-left: 1em !important;
}

.lmg-2em {
  margin-left: 2em !important;
}

.lmg-3em {
  margin-left: 3em !important;
}

.lmg-4em {
  margin-left: 4em !important;
}

.lmg-5em {
  margin-left: 5em !important;
}

.lmg-6em {
  margin-left: 6em !important;
}

.lmg-7em {
  margin-left: 7em !important;
}

.lmg-8em {
  margin-left: 8em !important;
}

.lmg-9em {
  margin-left: 9em !important;
}

.lmg-10em {
  margin-left: 10em !important;
}

/*** tpd ***/
.tpd-0 {
  padding-top: 0px !important;
}

.tpd-5 {
  padding-top: 5px !important;
}

.tpd-10 {
  padding-top: 10px !important;
}

.tpd-20 {
  padding-top: 20px !important;
}

.tpd-30 {
  padding-top: 30px !important;
}

.tpd-40 {
  padding-top: 40px !important;
}

.tpd-50 {
  padding-top: 50px !important;
}

.tpd-01em {
  padding-top: 0.1em !important;
}

.tpd-02em {
  padding-top: 0.2em !important;
}

.tpd-03em {
  padding-top: 0.3em !important;
}

.tpd-04em {
  padding-top: 0.4em !important;
}

.tpd-05em {
  padding-top: 0.5em !important;
}

.tpd-06em {
  padding-top: 0.6em !important;
}

.tpd-07em {
  padding-top: 0.7em !important;
}

.tpd-08em {
  padding-top: 0.8em !important;
}

.tpd-09em {
  padding-top: 0.9em !important;
}

.tpd-1em {
  padding-top: 1em !important;
}

/*** rpd ***/
.rpd-0 {
  padding-right: 0px !important;
}

.rpd-5 {
  padding-right: 5px !important;
}

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

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

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

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

.rpd-50 {
  padding-right: 50px !important;
}

.rpd-01em {
  padding-right: 0.1em !important;
}

.rpd-02em {
  padding-right: 0.2em !important;
}

.rpd-03em {
  padding-right: 0.3em !important;
}

.rpd-04em {
  padding-right: 0.4em !important;
}

.rpd-05em {
  padding-right: 0.5em !important;
}

.rpd-06em {
  padding-right: 0.6em !important;
}

.rpd-07em {
  padding-right: 0.7em !important;
}

.rpd-08em {
  padding-right: 0.8em !important;
}

.rpd-09em {
  padding-right: 0.9em !important;
}

.rpd-1em {
  padding-right: 1em !important;
}

/*** bpd ***/
.bpd-0 {
  padding-bottom: 0px !important;
}

.bpd-5 {
  padding-bottom: 5px !important;
}

.bpd-10 {
  padding-bottom: 10px !important;
}

.bpd-20 {
  padding-bottom: 20px !important;
}

.bpd-30 {
  padding-bottom: 30px !important;
}

.bpd-40 {
  padding-bottom: 40px !important;
}

.bpd-50 {
  padding-bottom: 50px !important;
}

.bpd-01em {
  padding-bottom: 0.1em !important;
}

.bpd-02em {
  padding-bottom: 0.2em !important;
}

.bpd-03em {
  padding-bottom: 0.3em !important;
}

.bpd-04em {
  padding-bottom: 0.4em !important;
}

.bpd-05em {
  padding-bottom: 0.5em !important;
}

.bpd-06em {
  padding-bottom: 0.6em !important;
}

.bpd-07em {
  padding-bottom: 0.7em !important;
}

.bpd-08em {
  padding-bottom: 0.8em !important;
}

.bpd-09em {
  padding-bottom: 0.9em !important;
}

.bpd-1em {
  padding-bottom: 1em !important;
}

.bpd-2em {
  padding-bottom: 2em !important;
}

.bpd-3em {
  padding-bottom: 3em !important;
}

/*** lpd ***/
.lpd-0 {
  padding-left: 0px !important;
}

.lpd-5 {
  padding-left: 5px !important;
}

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

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

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

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

.lpd-50 {
  padding-left: 50px !important;
}

.lpd-01em {
  padding-left: 0.1em !important;
}

.lpd-02em {
  padding-left: 0.2em !important;
}

.lpd-03em {
  padding-left: 0.3em !important;
}

.lpd-04em {
  padding-left: 0.4em !important;
}

.lpd-05em {
  padding-left: 0.5em !important;
}

.lpd-06em {
  padding-left: 0.6em !important;
}

.lpd-07em {
  padding-left: 0.7em !important;
}

.lpd-08em {
  padding-left: 0.8em !important;
}

.lpd-09em {
  padding-left: 0.9em !important;
}

.lpd-1em {
  padding-left: 1em !important;
}

/*** rpd ***/
.rpd-0 {
  padding-right: 0px !important;
}

.rpd-5 {
  padding-right: 5px !important;
}

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

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

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

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

.rpd-50 {
  padding-right: 50px !important;
}

.rpd-01em {
  padding-right: 0.1em !important;
}

.rpd-02em {
  padding-right: 0.2em !important;
}

.rpd-03em {
  padding-right: 0.3em !important;
}

.rpd-04em {
  padding-right: 0.4em !important;
}

.rpd-05em {
  padding-right: 0.5em !important;
}

.rpd-06em {
  padding-right: 0.6em !important;
}

.rpd-07em {
  padding-right: 0.7em !important;
}

.rpd-08em {
  padding-right: 0.8em !important;
}

.rpd-09em {
  padding-right: 0.9em !important;
}

.rpd-1em {
  padding-right: 1em !important;
}

/*** padding ***/
.padd-0 {
  padding: 0px !important;
}

.padd-1 {
  padding: 1px !important;
}

.padd-2 {
  padding: 2px !important;
}

.padd-3 {
  padding: 3px !important;
}

.padd-4 {
  padding: 4px !important;
}

.padd-5 {
  padding: 5px !important;
}

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

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

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

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

.padd-50 {
  padding: 50px !important;
}

.padd-01em {
  padding: 0.1em !important;
}

.padd-02em {
  padding: 0.2em !important;
}

.padd-03em {
  padding: 0.3em !important;
}

.padd-04em {
  padding: 0.4em !important;
}

.padd-05em {
  padding: 0.5em !important;
}

.padd-06em {
  padding: 0.6em !important;
}

.padd-07em {
  padding: 0.7em !important;
}

.padd-08em {
  padding: 0.8em !important;
}

.padd-09em {
  padding: 0.9em !important;
}

.padd-1em {
  padding: 1em !important;
}

/**********************************
LAYOUT
**********************************/
* {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

body {
  font-family: "Poppins", sans-serif;
  color: #333;
  background: #eeeeee;
  font-size: 0.9em;
  font-weight: 300;
}
@media (min-width: 1090px) {
  body {
    background: #eeeeee;
  }
}

#up {
  display: none;
}
@media (min-width: 1090px) {
  #up {
    position: fixed;
    right: 0;
    bottom: 10px;
    display: flex;
    align-items: flex-start;
    z-index: 10011;
    color: #eeeeee;
    padding: 0.75em;
    background-color: #888888;
    border-radius: 0.15em 0 0 0.15em;
    display: block;
  }
}
#up:hover, #up.act {
  background-color: #ED1115;
  color: #ffffff;
}

.kotva {
  position: relative;
  top: -180px;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
@media (min-width: 768px) {
  .kotva {
    top: -120px;
  }
}

.screen {
  position: relative;
  margin: auto;
}

/**********************************
TOPBAR
**********************************/
/**********************************
HEADER
**********************************/
.head-oc {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  place-items: center;
  background-color: #ffffff;
  box-shadow: rgba(17, 17, 17, 0.5) 0 0 10px;
  border-radius: 0 0 5px 0;
  color: #111;
  display: none;
}

.no-head #head {
  display: none;
}

.no-head #main {
  margin-top: 0;
}

.no-head .head-oc {
  display: grid;
}

#head {
  padding: 0 0 0 0;
  display: flex;
  background: #ffffff;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 61px;
  z-index: 10021;
  border-bottom: 1px solid #bbbbbb;
}

#logo {
  display: flex;
  height: 60px;
  align-items: center;
  padding-left: 1em;
}
#logo img {
  max-height: 38px;
  max-width: 10em;
  display: block;
}
@media (min-width: 1090px) {
  #logo img {
    max-height: 44px;
    max-width: 12em;
  }
}

#head-icons-userbox {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1090px) {
  #head-icons-userbox {
    padding: 0.5em 0.5em;
  }
}

#head-icons-userbox .button {
  width: auto;
}

#head-userbox {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 10021;
}

.head-userbox-basic {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-right: 1em;
  z-index: 2;
  background-color: #ffffff;
}

.head-userbox-detail {
  display: none;
  position: absolute;
  top: -0.5em;
  left: -0.5em;
  right: -0.5em;
  background: #ffffff;
  border-radius: 0.15em;
  padding: 3em 0.5em 0.5em 0.5em;
}

.head-userbox-detail-buttons {
  display: flex;
  flex-direction: column;
}
.head-userbox-detail-buttons > * {
  margin-bottom: 0.3em;
}
.head-userbox-detail-buttons > *:last-child {
  margin-bottom: 0;
}

.head-userbox-fantom {
  flex: 0 0 auto;
  height: 38px;
  width: 38px;
  box-shadow: 0 0 1px 1px #bbbbbb;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  transition: transform 0.02s ease-in-out;
}
@media (min-width: 1090px) {
  .head-userbox-fantom {
    height: 44px;
    width: 44px;
  }
}

#head-userbox:hover .head-userbox-fantom {
  transform: scale(1.1);
}

.head-userbox-desc {
  margin-left: 0.6em;
}
.head-userbox-desc strong {
  display: block;
  margin-bottom: 0.2em;
}
.head-userbox-desc span {
  font-size: 0.9em;
}

.userbox-oc {
  margin-left: 0.5em;
  padding: 0;
}
.userbox-oc-ico {
  font-size: 1.3em;
}

/*#head.menu-act {
    @include l-max {
        height: 60px;
    }
}
#head.menu-act #head-userbox {    
    @include m-max {
        display: none;
    }
}*/
/**********************************
MENU
**********************************/
#menu {
  display: none;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 60px;
  z-index: 10020;
  height: calc(100vh - 60px);
  overflow: visible !important;
}
@media (min-width: 1090px) {
  #menu {
    display: block;
    position: static;
    height: auto;
  }
}
#menu.mobile-down {
  display: block;
}

@media (min-width: 1090px) {
  #menu-1 {
    display: flex;
  }
}
#menu-1 > .menu-item {
  border-right: 1px solid #bbbbbb;
}
@media (max-width: 1090px) {
  #menu-1 > .menu-item {
    border-right: 0;
    border-bottom: 1px solid #bbbbbb;
  }
}

.menu-item-in {
  display: flex;
  align-items: center;
  position: relative;
  color: #333;
  gap: 0.5rem;
  background-color: #ffffff;
}
.menu-item-in:hover {
  text-decoration: none;
}

.menu-item-ico {
  font-size: 22px;
  width: 22px;
}

.menu-item-title {
  line-height: 1.1;
  font-weight: 400;
}

.menu-item-oc {
  height: 100%;
  justify-content: center;
  display: none;
}
@media (min-width: 1090px) {
  .menu-item-oc {
    display: flex;
  }
}
.menu-item-oc-ico {
  font-size: 1.3em;
}

.menu-item--1 {
  padding: 0 0.5rem;
  height: 60px;
}
@media (min-width: 1280px) {
  .menu-item--1 {
    padding: 0 1.5rem;
  }
}
.menu-item--1:hover {
  background-color: rgb(245.65, 245.65, 245.65);
}
.menu-item--1.act {
  background-color: #ED1115;
  color: #ffffff;
}
.menu-item--1 > .menu-item-title {
  text-transform: uppercase;
}

@media (min-width: 1090px) {
  #menu-2 {
    position: absolute;
    display: none;
  }
}

.menu-item--2 {
  padding: 1rem calc(1rem + 22px);
}
@media (min-width: 1090px) {
  .menu-item--2 {
    background-color: rgb(245.65, 245.65, 245.65);
  }
}
@media (min-width: 1280px) {
  .menu-item--2 {
    padding: 1rem calc(2rem + 22px);
  }
}
.menu-item--2:hover {
  background-color: rgb(245.65, 245.65, 245.65);
}
@media (min-width: 1090px) {
  .menu-item--2:hover {
    background-color: rgb(222.7, 222.7, 222.7);
  }
}
.menu-item--2.act .menu-item-title {
  color: rgb(244.6929133858, 111.3070866142, 113.7322834646);
}

#menu-1 > .menu-item:hover #menu-2 {
  display: block;
}

.showmenu-out {
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  z-index: 99;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ED1115;
  margin-left: 1rem;
}
@media (min-width: 1090px) {
  .showmenu-out {
    display: none;
  }
}

/**********************************
MAIN
**********************************/
#main {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

#main-center {
  flex: 1;
}

#main-content {
  max-width: 100%;
}
@media (max-width: 768px) {
  #main-content {
    overflow-x: auto;
  }
}

#content {
  padding: 1em 1em 240px 1em;
}
@media (min-width: 768px) {
  #content {
    padding: 2em 2em 2em 2em;
  }
}

@media (min-width: 1090px) {
  .content-bg {
    padding: 2em;
    background-color: #ffffff;
  }
}

.content-bg-mobile {
  padding: 1em;
  background-color: #ffffff;
}
@media (min-width: 1090px) {
  .content-bg-mobile {
    padding: 2em;
  }
}

/**********************************
FOOTER
**********************************/
/**********************************
MAINBAR
**********************************/
#main-bar {
  background-color: #333;
  color: #888888;
  display: flex;
  height: 3.5em;
  position: fixed;
  width: 100%;
  z-index: 10010;
}
@media (min-width: 768px) {
  #main-bar {
    justify-content: space-between;
  }
}
@media (min-width: 1090px) {
  #main-bar {
    width: calc(100% - 320px);
  }
}

@media (min-width: 1090px) {
  .main-left--closed #main-bar,
  .main-left--closed-permanently #main-bar {
    width: calc(100% - 68px);
  }
}

.path {
  display: none;
  align-items: center;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .path {
    display: flex;
  }
}
.path a {
  color: #888888;
}

.path-home-ico {
  font-size: 20px;
}

.path-arr-ico {
  margin: 0 0.3em;
}

.path-item--act {
  font-weight: 500;
  color: #bbbbbb;
}

.main-bar-buttons {
  display: flex;
  align-items: center;
  margin: 0 0.5em 0 0.5em;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .main-bar-buttons {
    flex: 0 0 auto;
  }
}
.main-bar-buttons > * {
  margin-left: 0.5em;
  padding-right: 1em;
  flex: 1;
  justify-content: center;
}
.main-bar-buttons > *:first-child {
  margin-left: 0;
}
@media (min-width: 576px) {
  .main-bar-buttons > * {
    padding-right: 1.5em;
    justify-content: flex-start;
  }
}
.main-bar-buttons > * .button-title {
  display: none;
}
@media (min-width: 576px) {
  .main-bar-buttons > * .button-title {
    display: block;
  }
}
.main-bar-buttons > * .button--ico-ico {
  margin-right: 0;
  font-size: 1.8em;
}
@media (min-width: 576px) {
  .main-bar-buttons > * .button--ico-ico {
    font-size: 1.5em;
    margin-right: 0.5em;
  }
}

/**********************************
SIDEBAR
**********************************/
#sidebar, #sidebarstats {
  color: #bbbbbb;
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  z-index: 10015;
}
@media (min-width: 1090px) {
  #sidebar, #sidebarstats {
    bottom: auto;
    top: 130px;
  }
}

#sidebarstats {
  bottom: calc(3 * (24px + 1.5em + 10px) + 10px);
  z-index: 10015;
}
@media (min-width: 1090px) {
  #sidebarstats {
    bottom: auto;
    top: calc(2 * (24px + 1.5em + 10px) + 130px);
  }
}

.sidebar-oc, .sidebarstats-oc {
  color: #bbbbbb;
  padding: 0.75em;
  background-color: #333;
  border-radius: 0.15em 0 0 0.15em;
  display: block;
  margin-top: auto;
  margin-bottom: 10px;
}
@media (min-width: 1090px) {
  .sidebar-oc, .sidebarstats-oc {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.sidebar-oc:hover, .sidebar-oc.act, .sidebarstats-oc:hover, .sidebarstats-oc.act {
  background-color: #888888;
  color: #ffffff;
}

.sidebar-in, .sidebarstats-in {
  background-color: #333;
  width: 250px;
  overflow: hidden;
  display: none;
}

.sidebar-in-in, .sidebarstats-in-in {
  width: 250px;
  padding: 1em;
  height: auto;
  height: calc(100vh - 200px);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  flex-direction: column;
  display: flex;
}
@media (min-width: 768px) {
  .sidebar-in-in, .sidebarstats-in-in {
    height: calc(100vh - 200px);
  }
}
@media (min-width: 1090px) {
  .sidebar-in-in, .sidebarstats-in-in {
    height: calc(100vh - 130px);
  }
}

.sidebar-delete-button {
  margin-top: 3em;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .sidebar-delete-button {
    margin-top: auto;
  }
}

.sidebar-h {
  margin: 1em 0 0.5em 0;
  position: relative;
}
.sidebar-h:first-child {
  margin-top: 0;
}
.sidebar-h::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-h-title {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #333;
  padding-right: 0.3em;
  display: inline-block;
  position: relative;
}

/**********************************
SIDEBAR
**********************************/
#refbar {
  color: #bbbbbb;
  position: fixed;
  right: 0;
  bottom: calc(3 * (24px + 1.5em + 10px) + 10px);
  display: flex;
  align-items: flex-start;
  z-index: 10012;
}
@media (min-width: 1090px) {
  #refbar {
    bottom: auto;
    top: calc(2 * (24px + 1.5em + 10px) + 130px);
  }
}

.refbar-oc {
  color: #bbbbbb;
  padding: 0.75em;
  background-color: #555555;
  border-radius: 0.15em 0 0 0.15em;
  display: block;
  margin-top: auto;
}
@media (min-width: 1090px) {
  .refbar-oc {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.refbar-oc:hover, .refbar-oc.act {
  background-color: #888888;
  color: #ffffff;
}

.refbar-in {
  background-color: #333;
  width: 250px;
  overflow: hidden;
  display: none;
}

.refbar-in-in {
  width: 250px;
  padding: 1em;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  flex-direction: column;
  display: flex;
}
@media (min-width: 768px) {
  .refbar-in-in {
    height: calc(100vh - 3 * (24px + 1.5em + 10px) - 200px);
  }
}
@media (min-width: 1090px) {
  .refbar-in-in {
    height: calc(100vh - 2 * (24px + 1.5em + 10px) - 130px);
  }
}

/**********************************
PAGE MENU
**********************************/
.pagemenu-out {
  position: fixed;
  right: 0;
  bottom: calc(1 * (24px + 1.5em + 10px) + 10px);
  display: flex;
  align-items: flex-start;
  z-index: 10014;
}
@media (min-width: 1090px) {
  .pagemenu-out {
    position: static;
    margin-top: 6px;
  }
}

.pagemenu {
  display: none;
  border-top: 1px solid #bbbbbb;
}
@media (min-width: 1090px) {
  .pagemenu {
    display: flex !important;
    flex-wrap: wrap;
    border: 0;
  }
}

.pagemenu-oc {
  color: #ffffff;
  padding: 0.75em;
  background-color: #ED1115;
  border-radius: 0.15em 0 0 0.15em;
  display: block;
  margin-top: auto;
}
@media (min-width: 1090px) {
  .pagemenu-oc {
    display: none;
  }
}
.pagemenu-oc:hover, .pagemenu-oc.act {
  background-color: #888888;
  color: #ffffff;
}

.pagemenu-item {
  margin: 0 2px 0 0;
  position: relative;
}

.pagemenu-item-in {
  background-color: rgb(229.5, 229.5, 229.5);
  display: flex;
  align-items: center;
  text-align: center;
  color: #333;
  padding: 1em 1em 1em calc(1em + 4px);
  height: 100%;
  transform-origin: bottom center;
  border-bottom: 1px solid #bbbbbb;
  position: relative;
}
@media (min-width: 1090px) {
  .pagemenu-item-in {
    border-radius: 0.15em 0.15em 0 0;
    font-size: 0.9em;
    padding: 0.8em 0.8em;
    border-top: 4px solid #bbbbbb;
    box-shadow: inset rgba(187, 187, 187, 0.2) 0 -5px 5px;
    border-bottom: 0;
    border-left: 0;
  }
}
@media (min-width: 1280px) {
  .pagemenu-item-in {
    padding: 0.9em 1.2em;
  }
}
@media (min-width: 1920px) {
  .pagemenu-item-in {
    font-size: 0.95em;
    padding: 1em 2em;
  }
}
.pagemenu-item-in:hover {
  text-decoration: none;
  background-color: rgb(249.9, 249.9, 249.9);
  border-top-color: #111;
}
.pagemenu-item-in.act {
  background-color: #ffffff;
  color: #BB5E12;
  position: relative;
  z-index: 1;
  box-shadow: none;
}
@media (max-width: 1090px) {
  .pagemenu-item-in.act {
    padding-left: 1em;
    border-left: 4px solid #111;
  }
}
@media (min-width: 1090px) {
  .pagemenu-item-in.act {
    transform: scale(1.1);
    border-top: 6px solid #111111;
  }
}
.pagemenu-item-in.err .pagemenu-item-title {
  color: #ED1115;
}
.pagemenu-item-in.err::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent #ED1115 transparent;
}
@media (max-width: 1090px) {
  .pagemenu-item-in.err.act, .pagemenu-item-in.err:hover {
    border-left-color: #ED1115;
  }
}
@media (min-width: 1090px) {
  .pagemenu-item-in.err.act, .pagemenu-item-in.err:hover {
    border-top-color: #ED1115;
  }
}
.pagemenu-item-in.wrn .pagemenu-item-title {
  color: rgb(204, 163.2, 0);
}
.pagemenu-item-in.wrn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent #FFCC00 transparent;
}
@media (max-width: 1090px) {
  .pagemenu-item-in.wrn.act, .pagemenu-item-in.wrn:hover {
    border-left-color: #FFCC00;
  }
}
@media (min-width: 1090px) {
  .pagemenu-item-in.wrn.act, .pagemenu-item-in.wrn:hover {
    border-top-color: #FFCC00;
  }
}

.pagemenu-item:first-child .pagemenu-item-in {
  transform-origin: left bottom;
}

.pagemenu-item-title {
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}
@media (min-width: 1090px) {
  .pagemenu-item-title {
    width: -moz-min-content;
    width: min-content;
    white-space: normal;
  }
}

/**********************************
ANCHORES
**********************************/
#anchoresbar {
  color: #bbbbbb;
  position: fixed;
  right: 0;
  bottom: calc(2 * (24px + 1.5em + 10px) + 10px);
  display: flex;
  align-items: flex-start;
  z-index: 10013;
}
@media (min-width: 1090px) {
  #anchoresbar {
    bottom: auto;
    top: calc(1 * (24px + 1.5em + 10px) + 130px);
  }
}

.anchoresbar-oc {
  color: #bbbbbb;
  padding: 0.75em;
  background-color: rgb(112.2, 112.2, 112.2);
  border-radius: 0.15em 0 0 0.15em;
  display: block;
  margin-top: auto;
}
@media (min-width: 1090px) {
  .anchoresbar-oc {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.anchoresbar-oc:hover, .anchoresbar-oc.act {
  background-color: #888888;
  color: #ffffff;
}

.anchoresbar-in {
  background-color: #333;
  width: 250px;
  overflow: hidden;
  display: none;
}

.anchoresbar-in-in {
  width: 250px;
  padding: 1em;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  flex-direction: column;
  display: flex;
}

.anchoremenu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}

.anchoremenu-item {
  background-color: rgb(245.65, 245.65, 245.65);
  margin: 0 0.4em 0.4em 0;
  padding: 0.5em;
  color: #333;
  border-radius: 0.15em;
  font-size: 0.9em;
  font-weight: 500;
  border-top: 2px solid rgb(225.25, 225.25, 225.25);
}
.anchoremenu-item:hover {
  background-color: rgb(225.25, 225.25, 225.25);
}

.anchoremenu--side {
  margin-bottom: 0;
}
.anchoremenu--side .anchoremenu-item {
  color: #eeeeee;
  background-color: rgb(112.2, 112.2, 112.2);
  border-top: 2px solid rgb(132.6, 132.6, 132.6);
}
.anchoremenu--side .anchoremenu-item:hover {
  background-color: rgb(132.6, 132.6, 132.6);
}

/**********************************
CONTENT HEAD
**********************************/
.content-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.content-head strong {
  font-weight: 500;
}

.content-head-info strong {
  display: block;
  margin-bottom: 0.2em;
}
@media (min-width: 1920px) {
  .content-head-info strong {
    display: inline-block;
    margin-bottom: 0;
  }
}
.content-head-info > * {
  margin-right: 1em;
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 1090px) {
  .content-head-info > * {
    margin-bottom: 0;
  }
}
@media (min-width: 1090px) {
  .content-head-info {
    display: flex;
  }
}

.content-head-r {
  text-align: right;
}

.content-head-id {
  display: inline-block;
  background-color: #888888;
  color: #ffffff;
  padding: 0.5em;
  font-size: 1.3em;
  border-radius: 0.15em;
  margin-bottom: 0.5em;
}

/**********************************
FORMS
**********************************/
.submit-ico {
  position: absolute;
  left: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-weight: 400;
}

.copy-ico {
  position: absolute;
  z-index: 3;
  left: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.15em;
  background-color: #111;
  color: #ffffff;
  cursor: copy;
}
.copy-ico:hover {
  background: #BB5E12;
}

.copy-ico-ico {
  font-size: 10px;
}

/**********************************
FORMS
**********************************/
.form-row-out {
  position: relative;
  margin: 0 0 0.7em 0;
}
.form-row-out:last-child {
  margin-bottom: 0;
}

.form-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.7em;
  /* xy premisteno odsud */
}
@media (min-width: 768px) {
  .form-row {
    /* xy premisteno sem */
  }
  .form-row > * {
    flex: 1;
  }
  .form-row > *.column-1 {
    flex: 1;
  }
  .form-row > *.column-2 {
    flex: 2;
  }
  .form-row > *.column-3 {
    flex: 3;
  }
  .form-row > *.column-4 {
    flex: 4;
  }
  .form-row > *.column-5 {
    flex: 5;
  }
  .form-row > *.column-6 {
    flex: 6;
  }
  .form-row > *.column-7 {
    flex: 7;
  }
  .form-row > *.column-8 {
    flex: 8;
  }
  .form-row > *.column-9 {
    flex: 9;
  }
  .form-row > *.column-10 {
    flex: 10;
  }
  .form-row:not(.form-row--column) {
    flex-direction: row;
  }
}
.form-row input, .form-row select, .form-row textarea, .form-row label {
  width: 100%;
  min-width: 100px;
}

.form-item {
  position: relative;
}

.form-item label {
  align-items: center;
}

.form-item-report {
  position: absolute;
  padding: 0.3em;
  border-radius: 0.2em;
  left: max(16px, var(--mdc-shape-small, 4px) + 4px);
  margin-top: -5px;
  font-size: 0.9em;
  z-index: 1;
}
.form-item-report::before {
  content: "";
  position: absolute;
  left: 1em;
  top: -0.2em;
  background-color: inherit;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.form-item-report-in {
  position: relative;
  display: inline-block;
}

.form-checkboxes-out .form-item-report {
  left: 2px;
}

.form-item-help {
  font-size: 0.8em;
  padding-top: 0.2em;
  line-height: 1.5;
}

.form-row-help {
  font-size: 0.8em;
  padding-top: 0.2em;
  line-height: 1.5;
}

.form-item-help-row {
  display: flex;
  flex-wrap: wrap;
}

.form-item-help-tag {
  padding: 0.4em;
  border: 1px solid #bbbbbb;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.15rem;
}

.buttons-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buttons-row > * {
  width: 100%;
}
.buttons-row > * > * {
  margin-bottom: 0.5em;
  width: 100%;
}
@media (min-width: 576px) {
  .buttons-row:not(.buttons-row--col-m, .buttons-row--col-l, .buttons-row--col-xl) {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row:not(.buttons-row--col-m, .buttons-row--col-l, .buttons-row--col-xl) > * {
    width: auto;
  }
  .buttons-row:not(.buttons-row--col-m, .buttons-row--col-l, .buttons-row--col-xl) > * > * {
    margin-bottom: 0;
    margin-right: 0.5em;
    width: auto;
  }
  .buttons-row:not(.buttons-row--col-m, .buttons-row--col-l, .buttons-row--col-xl) > * > *:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .buttons-row--col-m {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row--col-m > * {
    width: auto;
  }
  .buttons-row--col-m > * > * {
    margin-bottom: 0;
    margin-right: 0.5em;
    width: auto;
  }
  .buttons-row--col-m > * > *:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1090px) {
  .buttons-row--col-l {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row--col-l > * {
    width: auto;
  }
  .buttons-row--col-l > * > * {
    margin-bottom: 0;
    margin-right: 0.5em;
    width: auto;
  }
  .buttons-row--col-l > * > *:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .buttons-row--col-xl {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row--col-xl > * {
    width: auto;
  }
  .buttons-row--col-xl > * > * {
    margin-bottom: 0;
    margin-right: 0.5em;
    width: auto;
  }
  .buttons-row--col-xl > * > *:last-child {
    margin-right: 0;
  }
}

.buttons-row-c {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.buttons-row-c > * {
  margin-bottom: 0.5em;
  width: 100%;
}
@media (min-width: 768px) {
  .buttons-row-c {
    flex-direction: row;
    justify-content: center;
  }
  .buttons-row-c > * {
    margin-bottom: 0;
    margin-inline: 0.25em;
    width: auto;
  }
}

.buttons-row--bg {
  background: #ffffff;
  box-shadow: rgba(51, 51, 51, 0.2) 0 0 15px;
  border-radius: 0.15em;
  padding: 1em;
}

/**********************************
FORM DROPDOWN
**********************************/
.form-dropdown {
  position: absolute;
  z-index: 2;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  box-shadow: rgba(187, 187, 187, 0.5) 0 0 5px;
  max-height: 30em;
  overflow: auto;
  display: none;
  border-radius: 0.15em;
}

.form-dropdown ul li a {
  display: block;
  padding: 0.5em 1em !important;
  border-bottom: 1px solid rgba(187, 187, 187, 0.5) !important;
  color: #333;
  text-decoration: none;
  line-height: 1.3;
}
.form-dropdown ul li a:hover {
  background-color: #eeeeee;
}
.form-dropdown ul li a.active {
  background-color: rgb(199.75, 199.75, 199.75);
}

.form-dropdown-info {
  padding: 0.5em 1em;
}

/**********************************
CHECKBOXES
**********************************/
.form-checkboxes-out {
  position: relative;
  margin: 0 0 1em 0;
}
.form-checkboxes-out:last-child {
  margin-bottom: 0;
}

.form-checkboxes {
  display: grid;
  grid-gap: 0 1em;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .form-checkboxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1090px) {
  .form-checkboxes {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .form-checkboxes {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1920px) {
  .form-checkboxes {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1090px) {
  .form-checkboxes.column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-checkboxes.column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-checkboxes.column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .form-checkboxes.column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .form-checkboxes.column-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .form-checkboxes.column-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .form-checkboxes.column-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .form-checkboxes.column-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .form-checkboxes.column-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .form-checkboxes.column-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

.form-checkbox .mdc-form-field {
  align-items: flex-start;
}

.form-checkbox .mdc-checkbox {
  margin-top: -0.65em;
}

.form-checkbox label {
  font-weight: 400;
}

/**********************************
MD UPRAVY
**********************************/
.form-item--selfbutton {
  display: flex;
  align-items: center;
  width: 100%;
}

.selfbutton-label {
  align-items: center;
  padding-right: 0;
}
.selfbutton-label .mdc-notched-outline__trailing {
  border-radius: 0 !important;
}

.selfbutton-input {
  padding-right: max(16px, var(--mdc-shape-small, 4px) + 4px);
}

.selfbutton-button {
  height: 56px;
  width: auto !important;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  pointer-events: auto;
}

:root {
  --mdc-theme-primary: #5a5a5a;
  --mdc-theme-secondary: #5a5a5a;
  --mdc-theme-error: #E40521;
  --mdc-typography-body2-font-family: $basicfont;
  --mdc-typography-font-family: $basicfont;
  --mdc-checkbox-disabled-color: rgba(0, 0, 0, 0.2) ;
}

.mdc-text-field--focused .mdc-floating-label--float-above,
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: #5a5a5a !important;
}

.mdc-form-field--invalid .mdc-checkbox__background {
  border-color: #E40521 !important;
}

.mdc-form-field--invalid label {
  color: #E40521 !important;
}

.mdc-text-field, .mdc-select {
  background: white !important;
}

.mdc-switch.mdc-switch--checked .mdc-switch__thumb {
  background-color: #05CE7C;
  border-color: #05CE7C;
}

.mdc-text-field--required:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):not(.mdc-select--invalid) .mdc-notched-outline__leading,
.mdc-text-field--required:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):not(.mdc-select--invalid) .mdc-notched-outline__notch,
.mdc-text-field--required:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):not(.mdc-select--invalid) .mdc-notched-outline__trailing {
  border-color: #1C87F7;
}

.mdc-text-field--required:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):not(.mdc-select--invalid):not(.mdc-text-field--focused):hover .mdc-notched-outline__leading,
.mdc-text-field--required:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):not(.mdc-select--invalid):not(.mdc-text-field--focused):hover .mdc-notched-outline__notch,
.mdc-text-field--required:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):not(.mdc-select--invalid):not(.mdc-text-field--focused):hover .mdc-notched-outline__trailing {
  border-color: rgb(5.8893617021, 84.6595744681, 167.1106382979);
}

.mdc-text-field .material-icons {
  font-size: 24px;
}

.mdc-text-field__affix {
  display: inline-flex;
  align-items: center;
}

.mdc-text-field__affix--suffix {
  margin-right: 0.5em;
}

.mdc-switch-out {
  height: 56px;
  display: flex;
  align-items: center;
}
.mdc-switch-out label {
  width: auto !important;
}

.mdc-switch {
  margin-right: 0.6em;
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input {
  margin-top: 0;
  margin-bottom: 0;
}

.mdc-list-item {
  padding: 0.5em 1em !important;
  border-bottom: 1px solid rgba(187, 187, 187, 0.5) !important;
  color: #333;
  text-decoration: none;
  line-height: 1.3;
}

.mdc-menu-surface {
  z-index: 1;
}

.mdc-text-field__input.hidden {
  display: none;
}

input[type=file] {
  height: auto !important;
}

.mdc-smaller .mdc-select__anchor,
.mdc-smaller .mdc-text-field {
  width: auto !important;
  height: 40px !important;
  min-width: 100px;
}
@media (min-width: 576px) {
  .mdc-smaller .mdc-select__anchor,
  .mdc-smaller .mdc-text-field {
    width: 100% !important;
  }
}

.mdc-smaller .mdc-floating-label--float-above {
  transform: translateY(-26px) scale(0.75) !important;
}

.mdc-border {
  padding: 1em;
  border-radius: 0.2em;
  border: 1px solid rgba(0, 0, 0, 0.38);
  position: relative;
  background-color: #ffffff;
}
.mdc-border--invalid {
  border: 1px solid #E40521 !important;
}
.mdc-border--required {
  border: 1px solid #1C87F7;
}
.mdc-border--recommended {
  border: 1px solid #BB5E12;
}

.mdc-border-title {
  font-size: 0.8em;
  background-color: #ffffff;
  padding-inline: 0.3em;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  white-space: nowrap;
}

.mdc-border .form-item-report {
  margin-top: 5px !important;
}

/**********************************
NASEPTAVAC
**********************************/
.naseptavac {
  position: absolute;
  background: #333;
  z-index: 50;
  box-shadow: rgba(51, 51, 51, 0.5) 0 0 10px;
  width: calc(100% - 2em);
  border-radius: 0.15em;
  border: 1px solid rgba(136, 136, 136, 0.5);
}
@media (min-width: 1090px) {
  .naseptavac {
    width: auto;
    min-width: calc(320px - 2em);
  }
}
.naseptavac::before {
  content: "";
  clear: both;
}

.naseptavac ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.naseptavac ul li a {
  padding: 1em 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #bbbbbb;
  font-weight: 400;
  font-size: 0.9em;
}
@media (min-width: 1090px) {
  .naseptavac ul li a {
    white-space: nowrap;
    padding: 0.5em 0.5em;
  }
}

.naseptavac ul li a:hover, .naseptavac ul li a.active {
  background: black;
  text-decoration: none;
  color: #ffffff;
}

.naseptavac-ico {
  font-size: 1.2em;
  margin-left: 1em;
}

.naseptavac-info {
  font-size: 0.9em;
  color: #bbbbbb;
  line-height: 1.5;
  padding: 0.3em 0.5em;
}

/**********************************
TABLES
**********************************/
table tr.transparent td, table tr.transparent th {
  background: none !important;
  border: 0 !important;
}

.table-fixed {
  table-layout: fixed;
}

.min-content {
  width: -moz-min-content;
  width: min-content;
}
@media (min-width: 768px) {
  .min-content {
    width: 1px;
    white-space: nowrap;
  }
}

.th-ico {
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0.2em;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .th-ico {
    width: 40px;
    height: 40px;
  }
}
.th-ico img {
  max-width: 80%;
  max-height: 80%;
}

.table1 {
  width: 100%;
}

.table1 td,
.table1 th {
  padding: 0.4em 0.8em;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  flex: 0 1 auto;
}

.table1 tr td:first-child,
.table1 tr th:first-child {
  padding-left: 0;
}

.table1 tr:last-child td,
.table1 tr:last-child th {
  border: none;
}

.table1 thead th {
  background-color: #1C87F7;
}

.table2 {
  width: 100%;
}

.table2 td,
.table2 th {
  padding: 0.25em 0.5em;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid rgba(187, 187, 187, 0.4);
  flex: 0 1 auto;
}

.table2 tr:nth-child(even) td,
.table2 tr:nth-child(even) th {
  background-color: rgba(187, 187, 187, 0.1);
}

.table2 tr:last-child td,
.table2 tr:last-child th {
  border: none;
}

.table2 thead tr th,
.table2 thead tr:nth-child(even) th {
  font-weight: bold;
}

.format-text table {
  width: 100%;
}

.format-text table td,
.format-text table th {
  padding: 0.4em 0.8em;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  flex: 0 1 auto;
}

.format-text table tr:last-child td,
.format-text table tr:last-child th {
  border: none;
}

.format-text table thead th {
  background-color: #eeeeee;
}

.format-text figure {
  margin: 0;
}

.table--tiny td,
.table--tiny th {
  padding: 0.1em;
  font-size: 0.8em;
}

.table-flex-mobile tr {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .table-flex-mobile tr {
    display: table-row;
  }
}

.table1.table-flex-mobile tr,
.table2.table-flex-mobile tr {
  border-bottom: 1px solid rgba(187, 187, 187, 0.6);
}
@media (min-width: 576px) {
  .table1.table-flex-mobile tr,
  .table2.table-flex-mobile tr {
    border-bottom: none;
  }
}
.table1.table-flex-mobile tr:last-child,
.table2.table-flex-mobile tr:last-child {
  border: none;
}

.table1.table-flex-mobile td,
.table1.table-flex-mobile th,
.table2.table-flex-mobile td,
.table2.table-flex-mobile th {
  border-bottom: none;
}
@media (min-width: 576px) {
  .table1.table-flex-mobile td,
  .table1.table-flex-mobile th,
  .table2.table-flex-mobile td,
  .table2.table-flex-mobile th {
    border-bottom: 1px solid rgba(187, 187, 187, 0.6);
  }
}

.table1.table-flex-mobile tr:last-child td,
.table1.table-flex-mobile tr:last-child th,
.table2.table-flex-mobile tr:last-child td,
.table2.table-flex-mobile tr:last-child th {
  border: none;
}

.aktivita {
  width: 100%;
}

.aktivita td {
  line-height: 2px;
  height: 0;
  font-size: 0;
}

.table-overflow {
  overflow: auto;
  max-width: 100%;
}

/**********************************
TABLE LIST
**********************************/
@media (max-width: 768px) {
  .list {
    max-width: 100%;
  }
}

.list > thead td, .list > thead th,
.list > tr.thead > td, .list > tr.thead > th {
  background-color: #bbbbbb;
  padding: 0.25em 0.5em;
  font-size: 0.9em;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}

.list > tfoot td, .list > tfoot th {
  background-color: #bbbbbb;
  padding: 0.25em 0.5em;
  font-size: 0.9em;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}

.list > tbody > tr:not(.thead):not(.table-h):not(.table-spacing) > td, .list > tbody > tr:not(.thead):not(.table-h):not(.table-spacing) > th {
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
  background-color: rgb(250.75, 250.75, 250.75);
}
@media (min-width: 768px) {
  .list > tbody > tr:not(.thead):not(.table-h):not(.table-spacing) > td, .list > tbody > tr:not(.thead):not(.table-h):not(.table-spacing) > th {
    background-color: #eeeeee;
  }
}

/* vyssi radky na davidovo prani :-)
.list--big tr:not(.table-spacing) td, .list--big tr:not(.table-spacing) th {
    @include m {
        height: 46px;
    }
}
.list--big tbody tr:not(.table-spacing) td, .list--big tbody tr:not(.table-spacing) th {
    @include m {
        height: 54px;
    }
}*/
.list > tbody th {
  font-weight: 400;
}

.list > tbody > tr:nth-child(even):not(.thead):not(.table-h):not(.table-spacing) > td, .list > tbody > tr:nth-child(even):not(.thead):not(.table-h):not(.table-spacing) > th {
  background-color: white;
}
@media (min-width: 768px) {
  .list > tbody > tr:nth-child(even):not(.thead):not(.table-h):not(.table-spacing) > td, .list > tbody > tr:nth-child(even):not(.thead):not(.table-h):not(.table-spacing) > th {
    background-color: rgb(245.65, 245.65, 245.65);
  }
}

@media (min-width: 768px) {
  .list > tbody > tr:hover:not(.thead):not(.table-h):not(.table-spacing) > td:not(.no-hover), .list > tbody > tr:hover:not(.thead):not(.table-h):not(.table-spacing) > th:not(.no-hover), .cellhover {
    background-color: rgb(255, 225.5, 225.5) !important;
  }
}

@media (min-width: 768px) {
  tr:nth-child(even) .cellhover {
    background-color: rgb(255, 240.8, 240.8) !important;
  }
}

.table-h td, .table-h th {
  padding: 0.5em 0.5em 0.5em 0.5em;
  background: rgb(225.25, 225.25, 225.25);
  border-radius: 0.15em 0.15em 0 0;
  font-weight: 500;
}

.table-h-title {
  display: flex;
  align-items: center;
}

.table-h-title-ico {
  margin-right: 0.5em;
}

.table-spacing td, .table-spacing th {
  font-size: 0;
  line-height: 0;
  height: 0;
  border: 0 !important;
}

.list tbody tr.blue-bg:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg:not(.no-hover) {
  background-color: rgb(13.2208510638, 127.1872340426, 246.4791489362) !important;
}

.list tbody tr.blue-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-10:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-10:not(.no-hover) {
  background-color: rgb(214.14, 233.4, 253.56) !important;
}

.list tbody tr.blue-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-20:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-20:not(.no-hover) {
  background-color: rgb(191.44, 221.4, 252.76) !important;
}

.list tbody tr.blue-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-30:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-30:not(.no-hover) {
  background-color: rgb(168.74, 209.4, 251.96) !important;
}

.list tbody tr.blue-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-40:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-40:not(.no-hover) {
  background-color: rgb(146.04, 197.4, 251.16) !important;
}

.list tbody tr.blue-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-50:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-50:not(.no-hover) {
  background-color: rgb(123.34, 185.4, 250.36) !important;
}

.list tbody tr.blue-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-60:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-60:not(.no-hover) {
  background-color: rgb(100.64, 173.4, 249.56) !important;
}

.list tbody tr.blue-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-70:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-70:not(.no-hover) {
  background-color: rgb(77.94, 161.4, 248.76) !important;
}

.list tbody tr.blue-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-80:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-80:not(.no-hover) {
  background-color: rgb(55.24, 149.4, 247.96) !important;
}

.list tbody tr.blue-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-90:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-90:not(.no-hover) {
  background-color: rgb(32.54, 137.4, 247.16) !important;
}

.list tbody tr.blue-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-110:not(.no-hover), .list tbody tr.blue-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-110:not(.no-hover) {
  background-color: rgb(68.86, 156.6, 248.44) !important;
}

.list tbody tr.blue-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-120:not(.no-hover), .list tbody tr.blue-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-120:not(.no-hover) {
  background-color: rgb(91.56, 168.6, 249.24) !important;
}

.list tbody tr.blue-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-130:not(.no-hover), .list tbody tr.blue-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-130:not(.no-hover) {
  background-color: rgb(114.26, 180.6, 250.04) !important;
}

.list tbody tr.blue-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-140:not(.no-hover), .list tbody tr.blue-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-140:not(.no-hover) {
  background-color: rgb(136.96, 192.6, 250.84) !important;
}

.list tbody tr.blue-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-150:not(.no-hover), .list tbody tr.blue-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-150:not(.no-hover) {
  background-color: rgb(159.66, 204.6, 251.64) !important;
}

.list tbody tr.blue-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-160:not(.no-hover), .list tbody tr.blue-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-160:not(.no-hover) {
  background-color: rgb(182.36, 216.6, 252.44) !important;
}

.list tbody tr.blue-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-170:not(.no-hover), .list tbody tr.blue-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-170:not(.no-hover) {
  background-color: rgb(205.06, 228.6, 253.24) !important;
}

.list tbody tr.blue-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-180:not(.no-hover), .list tbody tr.blue-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-180:not(.no-hover) {
  background-color: rgb(227.76, 240.6, 254.04) !important;
}

.list tbody tr.blue-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.blue-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.blue-bg-190:not(.no-hover), .list tbody tr.blue-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th.blue-bg-190:not(.no-hover) {
  background-color: rgb(250.46, 252.6, 254.84) !important;
}

.list tbody tr.yellow-bg:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg:not(.no-hover) {
  background-color: rgb(239.7, 191.76, 0) !important;
}

.list tbody tr.yellow-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-10:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-10:not(.no-hover) {
  background-color: rgb(255, 245.82, 209.1) !important;
}

.list tbody tr.yellow-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-20:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-20:not(.no-hover) {
  background-color: rgb(255, 240.72, 183.6) !important;
}

.list tbody tr.yellow-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-30:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-30:not(.no-hover) {
  background-color: rgb(255, 235.62, 158.1) !important;
}

.list tbody tr.yellow-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-40:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-40:not(.no-hover) {
  background-color: rgb(255, 230.52, 132.6) !important;
}

.list tbody tr.yellow-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-50:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-50:not(.no-hover) {
  background-color: rgb(255, 225.42, 107.1) !important;
}

.list tbody tr.yellow-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-60:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-60:not(.no-hover) {
  background-color: rgb(255, 220.32, 81.6) !important;
}

.list tbody tr.yellow-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-70:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-70:not(.no-hover) {
  background-color: rgb(255, 215.22, 56.1) !important;
}

.list tbody tr.yellow-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-80:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-80:not(.no-hover) {
  background-color: rgb(255, 210.12, 30.6) !important;
}

.list tbody tr.yellow-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-90:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-90:not(.no-hover) {
  background-color: rgb(255, 205.02, 5.1) !important;
}

.list tbody tr.yellow-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-110:not(.no-hover), .list tbody tr.yellow-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-110:not(.no-hover) {
  background-color: rgb(255, 213.18, 45.9) !important;
}

.list tbody tr.yellow-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-120:not(.no-hover), .list tbody tr.yellow-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-120:not(.no-hover) {
  background-color: rgb(255, 218.28, 71.4) !important;
}

.list tbody tr.yellow-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-130:not(.no-hover), .list tbody tr.yellow-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-130:not(.no-hover) {
  background-color: rgb(255, 223.38, 96.9) !important;
}

.list tbody tr.yellow-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-140:not(.no-hover), .list tbody tr.yellow-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-140:not(.no-hover) {
  background-color: rgb(255, 228.48, 122.4) !important;
}

.list tbody tr.yellow-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-150:not(.no-hover), .list tbody tr.yellow-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-150:not(.no-hover) {
  background-color: rgb(255, 233.58, 147.9) !important;
}

.list tbody tr.yellow-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-160:not(.no-hover), .list tbody tr.yellow-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-160:not(.no-hover) {
  background-color: rgb(255, 238.68, 173.4) !important;
}

.list tbody tr.yellow-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-170:not(.no-hover), .list tbody tr.yellow-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-170:not(.no-hover) {
  background-color: rgb(255, 243.78, 198.9) !important;
}

.list tbody tr.yellow-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-180:not(.no-hover), .list tbody tr.yellow-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-180:not(.no-hover) {
  background-color: rgb(255, 248.88, 224.4) !important;
}

.list tbody tr.yellow-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.yellow-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.yellow-bg-190:not(.no-hover), .list tbody tr.yellow-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th.yellow-bg-190:not(.no-hover) {
  background-color: rgb(255, 253.98, 249.9) !important;
}

.list tbody tr.darkblue-bg:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg:not(.no-hover) {
  background-color: rgb(0, 19.5430656934, 121.7) !important;
}

.list tbody tr.darkblue-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-10:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-10:not(.no-hover) {
  background-color: rgb(209.1, 213.06, 233.76) !important;
}

.list tbody tr.darkblue-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-20:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-20:not(.no-hover) {
  background-color: rgb(183.6, 189.76, 221.96) !important;
}

.list tbody tr.darkblue-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-30:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-30:not(.no-hover) {
  background-color: rgb(158.1, 166.46, 210.16) !important;
}

.list tbody tr.darkblue-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-40:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-40:not(.no-hover) {
  background-color: rgb(132.6, 143.16, 198.36) !important;
}

.list tbody tr.darkblue-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-50:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-50:not(.no-hover) {
  background-color: rgb(107.1, 119.86, 186.56) !important;
}

.list tbody tr.darkblue-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-60:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-60:not(.no-hover) {
  background-color: rgb(81.6, 96.56, 174.76) !important;
}

.list tbody tr.darkblue-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-70:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-70:not(.no-hover) {
  background-color: rgb(56.1, 73.26, 162.96) !important;
}

.list tbody tr.darkblue-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-80:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-80:not(.no-hover) {
  background-color: rgb(30.6, 49.96, 151.16) !important;
}

.list tbody tr.darkblue-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-90:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-90:not(.no-hover) {
  background-color: rgb(5.1, 26.66, 139.36) !important;
}

.list tbody tr.darkblue-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-110:not(.no-hover), .list tbody tr.darkblue-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-110:not(.no-hover) {
  background-color: rgb(45.9, 63.94, 158.24) !important;
}

.list tbody tr.darkblue-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-120:not(.no-hover), .list tbody tr.darkblue-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-120:not(.no-hover) {
  background-color: rgb(71.4, 87.24, 170.04) !important;
}

.list tbody tr.darkblue-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-130:not(.no-hover), .list tbody tr.darkblue-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-130:not(.no-hover) {
  background-color: rgb(96.9, 110.54, 181.84) !important;
}

.list tbody tr.darkblue-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-140:not(.no-hover), .list tbody tr.darkblue-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-140:not(.no-hover) {
  background-color: rgb(122.4, 133.84, 193.64) !important;
}

.list tbody tr.darkblue-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-150:not(.no-hover), .list tbody tr.darkblue-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-150:not(.no-hover) {
  background-color: rgb(147.9, 157.14, 205.44) !important;
}

.list tbody tr.darkblue-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-160:not(.no-hover), .list tbody tr.darkblue-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-160:not(.no-hover) {
  background-color: rgb(173.4, 180.44, 217.24) !important;
}

.list tbody tr.darkblue-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-170:not(.no-hover), .list tbody tr.darkblue-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-170:not(.no-hover) {
  background-color: rgb(198.9, 203.74, 229.04) !important;
}

.list tbody tr.darkblue-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-180:not(.no-hover), .list tbody tr.darkblue-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-180:not(.no-hover) {
  background-color: rgb(224.4, 227.04, 240.84) !important;
}

.list tbody tr.darkblue-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.darkblue-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.darkblue-bg-190:not(.no-hover), .list tbody tr.darkblue-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th.darkblue-bg-190:not(.no-hover) {
  background-color: rgb(249.9, 250.34, 252.64) !important;
}

.list tbody tr.orange-bg:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg:not(.no-hover) {
  background-color: rgb(173.0434146341, 86.9843902439, 16.6565853659) !important;
}

.list tbody tr.orange-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-10:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-10:not(.no-hover) {
  background-color: rgb(242.76, 226.02, 212.34) !important;
}

.list tbody tr.orange-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-20:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-20:not(.no-hover) {
  background-color: rgb(235.96, 209.92, 188.64) !important;
}

.list tbody tr.orange-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-30:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-30:not(.no-hover) {
  background-color: rgb(229.16, 193.82, 164.94) !important;
}

.list tbody tr.orange-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-40:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-40:not(.no-hover) {
  background-color: rgb(222.36, 177.72, 141.24) !important;
}

.list tbody tr.orange-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-50:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-50:not(.no-hover) {
  background-color: rgb(215.56, 161.62, 117.54) !important;
}

.list tbody tr.orange-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-60:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-60:not(.no-hover) {
  background-color: rgb(208.76, 145.52, 93.84) !important;
}

.list tbody tr.orange-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-70:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-70:not(.no-hover) {
  background-color: rgb(201.96, 129.42, 70.14) !important;
}

.list tbody tr.orange-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-80:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-80:not(.no-hover) {
  background-color: rgb(195.16, 113.32, 46.44) !important;
}

.list tbody tr.orange-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-90:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-90:not(.no-hover) {
  background-color: rgb(188.36, 97.22, 22.74) !important;
}

.list tbody tr.orange-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-110:not(.no-hover), .list tbody tr.orange-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-110:not(.no-hover) {
  background-color: rgb(199.24, 122.98, 60.66) !important;
}

.list tbody tr.orange-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-120:not(.no-hover), .list tbody tr.orange-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-120:not(.no-hover) {
  background-color: rgb(206.04, 139.08, 84.36) !important;
}

.list tbody tr.orange-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-130:not(.no-hover), .list tbody tr.orange-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-130:not(.no-hover) {
  background-color: rgb(212.84, 155.18, 108.06) !important;
}

.list tbody tr.orange-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-140:not(.no-hover), .list tbody tr.orange-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-140:not(.no-hover) {
  background-color: rgb(219.64, 171.28, 131.76) !important;
}

.list tbody tr.orange-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-150:not(.no-hover), .list tbody tr.orange-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-150:not(.no-hover) {
  background-color: rgb(226.44, 187.38, 155.46) !important;
}

.list tbody tr.orange-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-160:not(.no-hover), .list tbody tr.orange-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-160:not(.no-hover) {
  background-color: rgb(233.24, 203.48, 179.16) !important;
}

.list tbody tr.orange-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-170:not(.no-hover), .list tbody tr.orange-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-170:not(.no-hover) {
  background-color: rgb(240.04, 219.58, 202.86) !important;
}

.list tbody tr.orange-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-180:not(.no-hover), .list tbody tr.orange-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-180:not(.no-hover) {
  background-color: rgb(246.84, 235.68, 226.56) !important;
}

.list tbody tr.orange-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.orange-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.orange-bg-190:not(.no-hover), .list tbody tr.orange-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th.orange-bg-190:not(.no-hover) {
  background-color: rgb(253.64, 251.78, 250.26) !important;
}

.list tbody tr.green-bg:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg:not(.no-hover) {
  background-color: rgb(78.5858870968, 168.1141129032, 119.3709677419) !important;
}

.list tbody tr.green-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-10:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-10:not(.no-hover) {
  background-color: rgb(224.58, 240.78, 231.96) !important;
}

.list tbody tr.green-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-20:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-20:not(.no-hover) {
  background-color: rgb(207.68, 232.88, 219.16) !important;
}

.list tbody tr.green-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-30:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-30:not(.no-hover) {
  background-color: rgb(190.78, 224.98, 206.36) !important;
}

.list tbody tr.green-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-40:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-40:not(.no-hover) {
  background-color: rgb(173.88, 217.08, 193.56) !important;
}

.list tbody tr.green-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-50:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-50:not(.no-hover) {
  background-color: rgb(156.98, 209.18, 180.76) !important;
}

.list tbody tr.green-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-60:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-60:not(.no-hover) {
  background-color: rgb(140.08, 201.28, 167.96) !important;
}

.list tbody tr.green-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-70:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-70:not(.no-hover) {
  background-color: rgb(123.18, 193.38, 155.16) !important;
}

.list tbody tr.green-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-80:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-80:not(.no-hover) {
  background-color: rgb(106.28, 185.48, 142.36) !important;
}

.list tbody tr.green-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-90:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-90:not(.no-hover) {
  background-color: rgb(89.38, 177.58, 129.56) !important;
}

.list tbody tr.green-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-110:not(.no-hover), .list tbody tr.green-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-110:not(.no-hover) {
  background-color: rgb(116.42, 190.22, 150.04) !important;
}

.list tbody tr.green-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-120:not(.no-hover), .list tbody tr.green-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-120:not(.no-hover) {
  background-color: rgb(133.32, 198.12, 162.84) !important;
}

.list tbody tr.green-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-130:not(.no-hover), .list tbody tr.green-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-130:not(.no-hover) {
  background-color: rgb(150.22, 206.02, 175.64) !important;
}

.list tbody tr.green-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-140:not(.no-hover), .list tbody tr.green-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-140:not(.no-hover) {
  background-color: rgb(167.12, 213.92, 188.44) !important;
}

.list tbody tr.green-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-150:not(.no-hover), .list tbody tr.green-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-150:not(.no-hover) {
  background-color: rgb(184.02, 221.82, 201.24) !important;
}

.list tbody tr.green-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-160:not(.no-hover), .list tbody tr.green-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-160:not(.no-hover) {
  background-color: rgb(200.92, 229.72, 214.04) !important;
}

.list tbody tr.green-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-170:not(.no-hover), .list tbody tr.green-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-170:not(.no-hover) {
  background-color: rgb(217.82, 237.62, 226.84) !important;
}

.list tbody tr.green-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-180:not(.no-hover), .list tbody tr.green-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-180:not(.no-hover) {
  background-color: rgb(234.72, 245.52, 239.64) !important;
}

.list tbody tr.green-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.green-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.green-bg-190:not(.no-hover), .list tbody tr.green-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th.green-bg-190:not(.no-hover) {
  background-color: rgb(251.62, 253.42, 252.44) !important;
}

.list tbody tr.violet-bg:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg:not(.no-hover) {
  background-color: rgb(142.1106145251, 108.4608938547, 207.2391061453) !important;
}

.list tbody tr.violet-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-10:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-10:not(.no-hover) {
  background-color: rgb(236.28, 230.7, 247.08) !important;
}

.list tbody tr.violet-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-20:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-20:not(.no-hover) {
  background-color: rgb(225.88, 217.2, 242.68) !important;
}

.list tbody tr.violet-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-30:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-30:not(.no-hover) {
  background-color: rgb(215.48, 203.7, 238.28) !important;
}

.list tbody tr.violet-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-40:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-40:not(.no-hover) {
  background-color: rgb(205.08, 190.2, 233.88) !important;
}

.list tbody tr.violet-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-50:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-50:not(.no-hover) {
  background-color: rgb(194.68, 176.7, 229.48) !important;
}

.list tbody tr.violet-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-60:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-60:not(.no-hover) {
  background-color: rgb(184.28, 163.2, 225.08) !important;
}

.list tbody tr.violet-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-70:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-70:not(.no-hover) {
  background-color: rgb(173.88, 149.7, 220.68) !important;
}

.list tbody tr.violet-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-80:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-80:not(.no-hover) {
  background-color: rgb(163.48, 136.2, 216.28) !important;
}

.list tbody tr.violet-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-90:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-90:not(.no-hover) {
  background-color: rgb(153.08, 122.7, 211.88) !important;
}

.list tbody tr.violet-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-110:not(.no-hover), .list tbody tr.violet-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-110:not(.no-hover) {
  background-color: rgb(169.72, 144.3, 218.92) !important;
}

.list tbody tr.violet-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-120:not(.no-hover), .list tbody tr.violet-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-120:not(.no-hover) {
  background-color: rgb(180.12, 157.8, 223.32) !important;
}

.list tbody tr.violet-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-130:not(.no-hover), .list tbody tr.violet-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-130:not(.no-hover) {
  background-color: rgb(190.52, 171.3, 227.72) !important;
}

.list tbody tr.violet-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-140:not(.no-hover), .list tbody tr.violet-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-140:not(.no-hover) {
  background-color: rgb(200.92, 184.8, 232.12) !important;
}

.list tbody tr.violet-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-150:not(.no-hover), .list tbody tr.violet-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-150:not(.no-hover) {
  background-color: rgb(211.32, 198.3, 236.52) !important;
}

.list tbody tr.violet-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-160:not(.no-hover), .list tbody tr.violet-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-160:not(.no-hover) {
  background-color: rgb(221.72, 211.8, 240.92) !important;
}

.list tbody tr.violet-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-170:not(.no-hover), .list tbody tr.violet-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-170:not(.no-hover) {
  background-color: rgb(232.12, 225.3, 245.32) !important;
}

.list tbody tr.violet-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-180:not(.no-hover), .list tbody tr.violet-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-180:not(.no-hover) {
  background-color: rgb(242.52, 238.8, 249.72) !important;
}

.list tbody tr.violet-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.violet-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.violet-bg-190:not(.no-hover), .list tbody tr.violet-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th.violet-bg-190:not(.no-hover) {
  background-color: rgb(252.92, 252.3, 254.12) !important;
}

.list tbody tr.red-bg:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg:not(.no-hover) {
  background-color: rgb(222.724015748, 15.975984252, 19.7350393701) !important;
}

.list tbody tr.red-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-10:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-10:not(.no-hover) {
  background-color: rgb(251.76, 212.16, 212.88) !important;
}

.list tbody tr.red-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-20:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-20:not(.no-hover) {
  background-color: rgb(249.96, 188.36, 189.48) !important;
}

.list tbody tr.red-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-30:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-30:not(.no-hover) {
  background-color: rgb(248.16, 164.56, 166.08) !important;
}

.list tbody tr.red-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-40:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-40:not(.no-hover) {
  background-color: rgb(246.36, 140.76, 142.68) !important;
}

.list tbody tr.red-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-50:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-50:not(.no-hover) {
  background-color: rgb(244.56, 116.96, 119.28) !important;
}

.list tbody tr.red-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-60:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-60:not(.no-hover) {
  background-color: rgb(242.76, 93.16, 95.88) !important;
}

.list tbody tr.red-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-70:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-70:not(.no-hover) {
  background-color: rgb(240.96, 69.36, 72.48) !important;
}

.list tbody tr.red-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-80:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-80:not(.no-hover) {
  background-color: rgb(239.16, 45.56, 49.08) !important;
}

.list tbody tr.red-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-90:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-90:not(.no-hover) {
  background-color: rgb(237.36, 21.76, 25.68) !important;
}

.list tbody tr.red-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-110:not(.no-hover), .list tbody tr.red-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-110:not(.no-hover) {
  background-color: rgb(240.24, 59.84, 63.12) !important;
}

.list tbody tr.red-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-120:not(.no-hover), .list tbody tr.red-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-120:not(.no-hover) {
  background-color: rgb(242.04, 83.64, 86.52) !important;
}

.list tbody tr.red-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-130:not(.no-hover), .list tbody tr.red-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-130:not(.no-hover) {
  background-color: rgb(243.84, 107.44, 109.92) !important;
}

.list tbody tr.red-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-140:not(.no-hover), .list tbody tr.red-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-140:not(.no-hover) {
  background-color: rgb(245.64, 131.24, 133.32) !important;
}

.list tbody tr.red-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-150:not(.no-hover), .list tbody tr.red-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-150:not(.no-hover) {
  background-color: rgb(247.44, 155.04, 156.72) !important;
}

.list tbody tr.red-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-160:not(.no-hover), .list tbody tr.red-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-160:not(.no-hover) {
  background-color: rgb(249.24, 178.84, 180.12) !important;
}

.list tbody tr.red-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-170:not(.no-hover), .list tbody tr.red-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-170:not(.no-hover) {
  background-color: rgb(251.04, 202.64, 203.52) !important;
}

.list tbody tr.red-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-180:not(.no-hover), .list tbody tr.red-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-180:not(.no-hover) {
  background-color: rgb(252.84, 226.44, 226.92) !important;
}

.list tbody tr.red-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.red-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.red-bg-190:not(.no-hover), .list tbody tr.red-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th.red-bg-190:not(.no-hover) {
  background-color: rgb(254.64, 250.24, 250.32) !important;
}

.list tbody tr.white-bg:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg:not(.no-hover) {
  background-color: rgb(247.35, 247.35, 247.35) !important;
}

.list tbody tr.white-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-10:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-10:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-20:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-20:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-30:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-30:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-40:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-40:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-50:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-50:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-60:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-60:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-70:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-70:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-80:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-80:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-90:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-90:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-110:not(.no-hover), .list tbody tr.white-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-110:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-120:not(.no-hover), .list tbody tr.white-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-120:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-130:not(.no-hover), .list tbody tr.white-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-130:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-140:not(.no-hover), .list tbody tr.white-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-140:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-150:not(.no-hover), .list tbody tr.white-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-150:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-160:not(.no-hover), .list tbody tr.white-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-160:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-170:not(.no-hover), .list tbody tr.white-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-170:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-180:not(.no-hover), .list tbody tr.white-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-180:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.white-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.white-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.white-bg-190:not(.no-hover), .list tbody tr.white-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th.white-bg-190:not(.no-hover) {
  background-color: white !important;
}

.list tbody tr.grey-bg:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg:not(.no-hover) {
  background-color: rgb(179.35, 179.35, 179.35) !important;
}

.list tbody tr.grey-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-10:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-10:not(.no-hover) {
  background-color: rgb(242.76, 242.76, 242.76) !important;
}

.list tbody tr.grey-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-20:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-20:not(.no-hover) {
  background-color: rgb(235.96, 235.96, 235.96) !important;
}

.list tbody tr.grey-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-30:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-30:not(.no-hover) {
  background-color: rgb(229.16, 229.16, 229.16) !important;
}

.list tbody tr.grey-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-40:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-40:not(.no-hover) {
  background-color: rgb(222.36, 222.36, 222.36) !important;
}

.list tbody tr.grey-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-50:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-50:not(.no-hover) {
  background-color: rgb(215.56, 215.56, 215.56) !important;
}

.list tbody tr.grey-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-60:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-60:not(.no-hover) {
  background-color: rgb(208.76, 208.76, 208.76) !important;
}

.list tbody tr.grey-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-70:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-70:not(.no-hover) {
  background-color: rgb(201.96, 201.96, 201.96) !important;
}

.list tbody tr.grey-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-80:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-80:not(.no-hover) {
  background-color: rgb(195.16, 195.16, 195.16) !important;
}

.list tbody tr.grey-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-90:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-90:not(.no-hover) {
  background-color: rgb(188.36, 188.36, 188.36) !important;
}

.list tbody tr.grey-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-110:not(.no-hover), .list tbody tr.grey-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-110:not(.no-hover) {
  background-color: rgb(199.24, 199.24, 199.24) !important;
}

.list tbody tr.grey-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-120:not(.no-hover), .list tbody tr.grey-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-120:not(.no-hover) {
  background-color: rgb(206.04, 206.04, 206.04) !important;
}

.list tbody tr.grey-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-130:not(.no-hover), .list tbody tr.grey-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-130:not(.no-hover) {
  background-color: rgb(212.84, 212.84, 212.84) !important;
}

.list tbody tr.grey-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-140:not(.no-hover), .list tbody tr.grey-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-140:not(.no-hover) {
  background-color: rgb(219.64, 219.64, 219.64) !important;
}

.list tbody tr.grey-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-150:not(.no-hover), .list tbody tr.grey-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-150:not(.no-hover) {
  background-color: rgb(226.44, 226.44, 226.44) !important;
}

.list tbody tr.grey-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-160:not(.no-hover), .list tbody tr.grey-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-160:not(.no-hover) {
  background-color: rgb(233.24, 233.24, 233.24) !important;
}

.list tbody tr.grey-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-170:not(.no-hover), .list tbody tr.grey-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-170:not(.no-hover) {
  background-color: rgb(240.04, 240.04, 240.04) !important;
}

.list tbody tr.grey-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-180:not(.no-hover), .list tbody tr.grey-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-180:not(.no-hover) {
  background-color: rgb(246.84, 246.84, 246.84) !important;
}

.list tbody tr.grey-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.grey-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.grey-bg-190:not(.no-hover), .list tbody tr.grey-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th.grey-bg-190:not(.no-hover) {
  background-color: rgb(253.64, 253.64, 253.64) !important;
}

.list tbody tr.dark-bg:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg:not(.no-hover) {
  background-color: rgb(43.35, 43.35, 43.35) !important;
}

.list tbody tr.dark-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-10:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-10:not(.no-hover) {
  background-color: rgb(218.28, 218.28, 218.28) !important;
}

.list tbody tr.dark-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-20:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-20:not(.no-hover) {
  background-color: rgb(197.88, 197.88, 197.88) !important;
}

.list tbody tr.dark-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-30:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-30:not(.no-hover) {
  background-color: rgb(177.48, 177.48, 177.48) !important;
}

.list tbody tr.dark-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-40:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-40:not(.no-hover) {
  background-color: rgb(157.08, 157.08, 157.08) !important;
}

.list tbody tr.dark-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-50:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-50:not(.no-hover) {
  background-color: rgb(136.68, 136.68, 136.68) !important;
}

.list tbody tr.dark-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-60:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-60:not(.no-hover) {
  background-color: rgb(116.28, 116.28, 116.28) !important;
}

.list tbody tr.dark-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-70:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-70:not(.no-hover) {
  background-color: rgb(95.88, 95.88, 95.88) !important;
}

.list tbody tr.dark-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-80:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-80:not(.no-hover) {
  background-color: rgb(75.48, 75.48, 75.48) !important;
}

.list tbody tr.dark-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-90:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-90:not(.no-hover) {
  background-color: rgb(55.08, 55.08, 55.08) !important;
}

.list tbody tr.dark-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-110:not(.no-hover), .list tbody tr.dark-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-110:not(.no-hover) {
  background-color: rgb(87.72, 87.72, 87.72) !important;
}

.list tbody tr.dark-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-120:not(.no-hover), .list tbody tr.dark-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-120:not(.no-hover) {
  background-color: rgb(108.12, 108.12, 108.12) !important;
}

.list tbody tr.dark-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-130:not(.no-hover), .list tbody tr.dark-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-130:not(.no-hover) {
  background-color: rgb(128.52, 128.52, 128.52) !important;
}

.list tbody tr.dark-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-140:not(.no-hover), .list tbody tr.dark-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-140:not(.no-hover) {
  background-color: rgb(148.92, 148.92, 148.92) !important;
}

.list tbody tr.dark-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-150:not(.no-hover), .list tbody tr.dark-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-150:not(.no-hover) {
  background-color: rgb(169.32, 169.32, 169.32) !important;
}

.list tbody tr.dark-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-160:not(.no-hover), .list tbody tr.dark-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-160:not(.no-hover) {
  background-color: rgb(189.72, 189.72, 189.72) !important;
}

.list tbody tr.dark-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-170:not(.no-hover), .list tbody tr.dark-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-170:not(.no-hover) {
  background-color: rgb(210.12, 210.12, 210.12) !important;
}

.list tbody tr.dark-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-180:not(.no-hover), .list tbody tr.dark-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-180:not(.no-hover) {
  background-color: rgb(230.52, 230.52, 230.52) !important;
}

.list tbody tr.dark-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.dark-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.dark-bg-190:not(.no-hover), .list tbody tr.dark-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th.dark-bg-190:not(.no-hover) {
  background-color: rgb(250.92, 250.92, 250.92) !important;
}

.list tbody tr.black-bg:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg:not(.no-hover) {
  background-color: rgb(9.35, 9.35, 9.35) !important;
}

.list tbody tr.black-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-10:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-10:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-10:not(.no-hover) {
  background-color: rgb(212.16, 212.16, 212.16) !important;
}

.list tbody tr.black-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-20:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-20:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-20:not(.no-hover) {
  background-color: rgb(188.36, 188.36, 188.36) !important;
}

.list tbody tr.black-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-30:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-30:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-30:not(.no-hover) {
  background-color: rgb(164.56, 164.56, 164.56) !important;
}

.list tbody tr.black-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-40:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-40:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-40:not(.no-hover) {
  background-color: rgb(140.76, 140.76, 140.76) !important;
}

.list tbody tr.black-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-50:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-50:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-50:not(.no-hover) {
  background-color: rgb(116.96, 116.96, 116.96) !important;
}

.list tbody tr.black-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-60:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-60:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-60:not(.no-hover) {
  background-color: rgb(93.16, 93.16, 93.16) !important;
}

.list tbody tr.black-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-70:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-70:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-70:not(.no-hover) {
  background-color: rgb(69.36, 69.36, 69.36) !important;
}

.list tbody tr.black-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-80:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-80:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-80:not(.no-hover) {
  background-color: rgb(45.56, 45.56, 45.56) !important;
}

.list tbody tr.black-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-90:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-90:not(.no-hover), .list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-90:not(.no-hover) {
  background-color: rgb(21.76, 21.76, 21.76) !important;
}

.list tbody tr.black-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-110:not(.no-hover), .list tbody tr.black-bg-110:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-110:not(.no-hover) {
  background-color: rgb(59.84, 59.84, 59.84) !important;
}

.list tbody tr.black-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-120:not(.no-hover), .list tbody tr.black-bg-120:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-120:not(.no-hover) {
  background-color: rgb(83.64, 83.64, 83.64) !important;
}

.list tbody tr.black-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-130:not(.no-hover), .list tbody tr.black-bg-130:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-130:not(.no-hover) {
  background-color: rgb(107.44, 107.44, 107.44) !important;
}

.list tbody tr.black-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-140:not(.no-hover), .list tbody tr.black-bg-140:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-140:not(.no-hover) {
  background-color: rgb(131.24, 131.24, 131.24) !important;
}

.list tbody tr.black-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-150:not(.no-hover), .list tbody tr.black-bg-150:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-150:not(.no-hover) {
  background-color: rgb(155.04, 155.04, 155.04) !important;
}

.list tbody tr.black-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-160:not(.no-hover), .list tbody tr.black-bg-160:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-160:not(.no-hover) {
  background-color: rgb(178.84, 178.84, 178.84) !important;
}

.list tbody tr.black-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-170:not(.no-hover), .list tbody tr.black-bg-170:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-170:not(.no-hover) {
  background-color: rgb(202.64, 202.64, 202.64) !important;
}

.list tbody tr.black-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-180:not(.no-hover), .list tbody tr.black-bg-180:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-180:not(.no-hover) {
  background-color: rgb(226.44, 226.44, 226.44) !important;
}

.list tbody tr.black-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .list tbody tr.black-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover),
.list tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.black-bg-190:not(.no-hover), .list tbody tr.black-bg-190:hover:not(.thead):not(.table-h):not(.table-spacing) th.black-bg-190:not(.no-hover) {
  background-color: rgb(250.24, 250.24, 250.24) !important;
}

.list--small1 {
  font-size: 0.9em;
}

.list--small2 {
  font-size: 0.8em;
}

.list thead .th-span {
  font-weight: 700;
}

.list thead .th-col, .list tfoot .th-col {
  background-color: rgb(148.75, 148.75, 148.75);
}

.list thead .th-col--span {
  border-bottom: 1px solid rgb(123.25, 123.25, 123.25);
}

.list tbody .th-col {
  background-color: rgb(199.75, 199.75, 199.75);
}

.list tbody tr:nth-child(even) .th-col {
  background-color: rgb(217.6, 217.6, 217.6);
}

.list thead .th-col-even, .list tfoot .th-col-even {
  background-color: rgb(174.25, 174.25, 174.25);
}

.list thead .th-col-even--span {
  border-bottom: 1px solid rgb(148.75, 148.75, 148.75);
}

.list tbody .td-col-even {
  background-color: rgb(225.25, 225.25, 225.25);
}

.list tbody tr:nth-child(even) .td-col-even {
  background-color: #eeeeee;
}

.list thead .th-col-odd--span {
  border-bottom: 1px solid rgb(166.6, 166.6, 166.6);
}

@media (min-width: 768px) {
  .list thead .th-col-even.cellhover, .list thead .th-col-odd.cellhover,
  .list tfoot .th-col-even.cellhover, .list tfoot .th-col-odd.cellhover {
    background-color: rgb(223.05, 198.2, 180.45) !important;
  }
}

@media (min-width: 768px) {
  .list thead .th-span.cellhover, .list tfoot .th-span.cellhover {
    background-color: rgb(215.4, 184.6, 162.6) !important;
  }
}

.table-edit-icons {
  /*@include m-max {
      width: min-content;
  }*/
  width: 10px;
}

.table-edit-icons-in {
  display: flex;
}
.table-edit-icons-in > * {
  margin: 0 0.2em;
}

.file-icon {
  /*@include m-max {
      width: min-content;
  }*/
  width: 10px;
  vertical-align: top !important;
}
.file-icon a {
  color: #333;
}

.file-info {
  width: auto;
}

.file-info-title {
  font-weight: 500;
}

.file-info-name {
  font-size: 0.9em;
  display: flex;
  overflow: hidden;
}

.file-info-name-in {
  word-wrap: break-word;
}

.file-info-author {
  font-size: 0.9em;
}

/**********************************
TABLE MOBILE
**********************************/
@media (max-width: 768px) {
  .table-mobile {
    width: 100%;
    table-layout: fixed;
  }
}

@media (max-width: 768px) {
  .table-mobile thead tr,
  .table-mobile .thead tr {
    border: 0;
  }
}

@media (max-width: 768px) {
  .table-mobile thead th:not(.table-mobile-visible),
  .table-mobile .thead th:not(.table-mobile-visible) {
    display: none;
  }
}

@media (max-width: 768px) {
  .table-mobile thead tr, .table-mobile thead td, .table-mobile thead th,
  .table-mobile tbody tr, .table-mobile tbody td, .table-mobile tbody th {
    display: block;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .table-mobile tbody tr, .table-mobile tbody td, .table-mobile tbody th {
    text-align: right !important;
  }
}

@media (max-width: 768px) {
  .table-mobile tbody tr:not(.thead):not(.table-spacing):not(.table-h) {
    border: 1px solid #bbbbbb;
    border-radius: 0.15em;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 768px) {
  .table-mobile tbody tr:not(.table-spacing):not(.table-h):not(.thead) td, .table-mobile tbody tr:not(.table-spacing):not(.table-h):not(.thead) th {
    padding: 0.5em 0.5em !important;
    border-bottom: 1px solid rgb(225.25, 225.25, 225.25);
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .table-mobile tbody tr:not(.table-spacing):not(.table-h):not(.thead) td[data-title]::before, .table-mobile tbody tr:not(.table-spacing):not(.table-h):not(.thead) th[data-title]::before {
    content: attr(data-title);
    display: inline-block;
    margin-right: 1em;
    font-size: 0.9em;
    font-weight: 500;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .table-mobile .checkrow {
    border: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
    height: 0;
    position: static;
  }
}
@media (min-width: 768px) {
  .table-mobile .checkrow {
    width: 10px;
  }
}

@media (max-width: 768px) {
  .table-mobile .checkrow .form-item {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .table-mobile .checkrow-thead {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 0.5em;
  }
  .table-mobile .checkrow-thead[data-title]::after {
    content: attr(data-title);
    display: inline-block;
    margin-right: 1em;
    font-size: 0.9em;
    font-weight: 500;
    text-align: left;
  }
}

.table-mobile td.t-left-mobile, .table-mobile th.t-left-mobile {
  text-align: left !important;
}

@media (max-width: 768px) {
  .table-mobile td.th-ico-row[data-title]::before, .table-mobile th.th-ico-row[data-title]::before {
    margin-left: 32px;
  }
}

.th-ico-row .th-ico {
  display: none;
}
@media (max-width: 768px) {
  .th-ico-row .th-ico {
    display: flex;
    position: absolute;
    left: 0.1em;
    top: 0.1em;
  }
}

/**********************************
TABLE STICKY
**********************************/
.sticky-thead {
  position: sticky;
  top: calc(60px + 3.5em);
  z-index: 2;
}

.sticky-col {
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .sticky-col {
    left: auto !important;
  }
}
@media (min-width: 768px) {
  .sticky-col {
    position: sticky !important;
  }
}

.sticky-colspan-2 {
  left: 0;
  min-width: 300px;
}

.sticky-col-1 {
  left: 0;
  min-width: 150px;
  width: 150px;
}

.sticky-col-2 {
  left: 150px;
  min-width: 150px;
  width: 150px;
}

/**********************************
TABLE DATE
**********************************/
.table-date {
  color: #333;
  border-collapse: separate;
}

.table-date td,
.table-date th {
  padding: 0.2rem 0.6rem;
  vertical-align: top;
  text-align: left;
  border: 1px solid white;
}

.table-date .date-true {
  background-color: #eeeeee;
}

.table-date .date-false {
  background-color: #ED1115;
}

.table-date .date-true:hover {
  opacity: 0.5;
  cursor: pointer;
}

.table-date th {
  background-color: #1C87F7;
  color: white;
  position: sticky;
  left: 0;
  font-weight: 400;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .table-date th {
    font-size: 1em;
    white-space: nowrap;
    font-weight: 500;
  }
}

.table-date thead .sticky {
  position: sticky;
  left: 0;
  z-index: 1;
}

.table-date thead th {
  background-color: rgb(212.5, 212.5, 212.5);
  color: #333;
  padding-block: 0.2rem;
  font-size: 90%;
  font-weight: 400;
  text-align: center;
}

/**********************************
TABLE PRAVA
**********************************/
.table-prava th.lvl_1 {
  background-color: #333 !important;
  color: #bbbbbb;
  text-transform: uppercase;
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.table-prava th.lvl_2 {
  background-color: rgb(63.75, 63.75, 63.75) !important;
  color: #bbbbbb;
  padding-left: 4em !important;
  padding-right: 2em !important;
}

.table-prava th.lvl_3 {
  background-color: rgb(76.5, 76.5, 76.5) !important;
  color: #bbbbbb;
  padding-left: 6em !important;
  padding-right: 2em !important;
  font-size: 90%;
}

.table-prava th.lvl_4 {
  background-color: rgb(89.25, 89.25, 89.25) !important;
  color: #bbbbbb;
  padding-left: 8em !important;
  padding-right: 2em !important;
  font-size: 80%;
}

@media (min-width: 768px) {
  .table-prava tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover) {
    background-color: rgb(38.25, 38.25, 38.25) !important;
  }
}

@media (min-width: 768px) {
  .table-prava tbody td {
    padding-inline: 2em !important;
  }
}

.table-prava .act {
  background-color: rgb(248.1062992126, 158.8937007874, 160.5157480315) !important;
}

@media (min-width: 768px) {
  .table-prava tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td.act {
    background-color: #ED1115 !important;
  }
}

/**********************************
OTHERS
**********************************/
.line {
  height: 0;
  line-height: 0;
  font-size: 1em;
  border-bottom: 1px solid #eeeeee;
}

.focused {
  box-shadow: #BB5E12 0 0 10px;
  outline: 2px solid #BB5E12;
}

.sortable {
  position: relative;
  cursor: pointer;
  padding-right: 1.5em !important;
}
.sortable::after {
  content: "unfold_more";
  opacity: 0.5;
  position: absolute;
  right: 0.3em;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
.sortable:hover::after {
  opacity: 1;
}
.sortable.sortable--asc::after {
  content: "keyboard_arrow_up";
  opacity: 1;
}
.sortable.sortable--desc::after {
  content: "keyboard_arrow_down";
  opacity: 1;
}

.labelbox {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.labelbox-label {
  font-size: 0.8em;
  font-weight: 500;
}

.icoblok {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.icoblok > * {
  margin-right: 0.5em;
}
.icoblok > *:last-child {
  margin-right: 0;
}

.buttonblok {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.buttonblok > * {
  margin-top: 0.5em;
  margin-right: 0.5em;
  width: auto;
}
.buttonblok > *:last-child {
  margin-right: 0;
}

.center-blok {
  margin-inline: auto;
  max-width: 100%;
}

.js-title {
  display: inline-block;
  visibility: hidden;
  top: 0;
  left: 0;
  background-color: #ffffff;
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #666666;
  font-size: 0.9em;
}

.js-title h3 {
  padding: 0 0 0.5em 0;
  font-weight: 500;
}

.js-title h3 strong {
  float: right;
  margin: 0 0 0 1em;
  font-weight: 500;
}

.iconadpis {
  border-radius: 0.15em;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.iconadpis-ico img {
  max-height: 24px;
}

.iconadpis-title {
  position: absolute;
}

/**********************************
POPUP
**********************************/
.canvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
  background: rgba(51, 51, 51, 0.9);
}

.canvas.act {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
  display: block;
}

.popup {
  padding: 1em;
  background-color: #ffffff;
  color: #333;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 11000;
  border-radius: 0.15em;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .popup {
    top: 1%;
    width: 98%;
    height: auto;
    position: absolute;
    overflow-y: visible;
  }
}
@media (min-width: 1920px) {
  .popup {
    padding: 2em;
    top: 10%;
    left: 50%;
    width: 90%;
  }
}
.popup.popup-10 {
  width: 10em;
}
.popup.popup-20 {
  width: 20em;
}
.popup.popup-30 {
  width: 30em;
}
.popup.popup-40 {
  width: 40em;
}
.popup.popup-50 {
  width: 50em;
}
.popup.popup-60 {
  width: 60em;
}
.popup.popup-70 {
  width: 70em;
}
.popup.popup-80 {
  width: 80em;
}
.popup.popup-90 {
  width: 90em;
}
.popup.popup-100 {
  width: 100em;
}
.popup.popup-110 {
  width: 110em;
}
.popup.popup-120 {
  width: 120em;
}
.popup.popup-130 {
  width: 130em;
}
.popup.popup-140 {
  width: 150em;
}
.popup.popup-150 {
  width: 150em;
}

.popup-close {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  font-size: 2em;
  color: #333;
}
@media (min-width: 1090px) {
  .popup-close {
    right: 1.5rem;
    top: 1.5rem;
  }
}

#loader, .loader-g2 {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px);
  height: 80px;
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
#loader::after, .loader-g2::after {
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content: "";
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
}

#loader.loader--dark::after, .loader-g2.loader--dark::after {
  animation: animate2_dark 1.5s ease-in-out infinite;
}

@keyframes animate2 {
  0% {
    box-shadow: inset #ffffff 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #ffffff 0 0 0 2px;
  }
  100% {
    box-shadow: inset #ffffff 0 0 0 17px;
    transform: rotate(140deg);
  }
}
@keyframes animate2_dark {
  0% {
    box-shadow: inset #333 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #333 0 0 0 2px;
  }
  100% {
    box-shadow: inset #333 0 0 0 17px;
    transform: rotate(140deg);
  }
}
.horizontal-loader {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  border: 4px solid transparent;
  position: relative;
  padding: 1px;
}

.horizontal-loader:before {
  content: "";
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}

.horizontal-loader .horizontal-loader-bar {
  position: absolute;
  border-radius: 10px;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  background: #56B07F;
  width: 0;
  animation: loaderBar 2s linear infinite;
}

@keyframes loaderBar {
  0% {
    left: 0%;
    right: 100%;
    width: 0%;
  }
  10% {
    left: 0%;
    right: 75%;
    width: 25%;
  }
  90% {
    right: 0%;
    left: 75%;
    width: 25%;
  }
  100% {
    left: 100%;
    right: 0%;
    width: 0%;
  }
}
/**********************************
LISTA
**********************************/
.lista {
  padding: 1em;
  background-color: #ffffff;
  color: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10998;
  border-radius: 0.15em;
  max-width: calc(100% - 60px);
  width: calc(100% - 60px);
  box-shadow: rgba(17, 17, 17, 0.3) 0 0 10px;
}
@media (min-width: 768px) {
  .lista {
    left: 50%;
    transform: translate(-50%);
    max-width: 85%;
    width: 85%;
    height: auto;
    bottom: 1em;
  }
}
.lista.lista-10 {
  width: 10em;
}
.lista.lista-20 {
  width: 20em;
}
.lista.lista-30 {
  width: 30em;
}
.lista.lista-40 {
  width: 40em;
}
.lista.lista-50 {
  width: 50em;
}
.lista.lista-60 {
  width: 60em;
}
.lista.lista-70 {
  width: 70em;
}
.lista.lista-80 {
  width: 80em;
}
.lista.lista-90 {
  width: 90em;
}
.lista.lista-100 {
  width: 100em;
}
.lista.lista-110 {
  width: 110em;
}
.lista.lista-120 {
  width: 120em;
}
.lista.lista-130 {
  width: 130em;
}
.lista.lista-140 {
  width: 150em;
}
.lista.lista-150 {
  width: 150em;
}

.lista-close {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  font-size: 2em;
  color: #333;
}
@media (min-width: 1090px) {
  .lista-close {
    right: 1.5rem;
    top: 1.5rem;
  }
}

/**********************************
SQUARE MENU
**********************************/
.squaremenu {
  display: flex;
  flex-wrap: wrap;
}

.squaremenu-item {
  width: 4em;
  height: 4em;
  background-color: #eeeeee;
  margin: 0 0.4em 0.4em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #333;
  border-radius: 0.15em;
}
@media (min-width: 768px) {
  .squaremenu-item {
    width: 5em;
    height: 5em;
    margin: 0 0.5em 0.5em 0;
  }
}
@media (min-width: 1280px) {
  .squaremenu-item {
    width: 6em;
    height: 6em;
  }
}
.squaremenu-item:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}
.squaremenu-item.act {
  background-color: #BB5E12;
  color: #ffffff;
}
.squaremenu-item.act .md-text-icon {
  background-color: #ffffff;
  color: #BB5E12;
}
.squaremenu-item.act .text-icon-in {
  color: #ffffff;
}

.squaremenu-item-ico {
  font-size: 1.5em;
  margin: 0.2em 0 0 0;
  height: 24px;
}
@media (min-width: 768px) {
  .squaremenu-item-ico {
    font-size: 1.9em;
    margin: 0.3em 0 0 0;
    height: 30.4px;
  }
}
@media (min-width: 1280px) {
  .squaremenu-item-ico {
    font-size: 2.2em;
    margin: 0.3em 0 0 0;
    height: 35.2px;
  }
}
.squaremenu-item-ico img {
  max-width: 90%;
}

.squaremenu-item-title {
  font-size: 0.6em;
  padding: 0 0.4em;
  text-transform: uppercase;
  font-weight: 600;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  max-width: 100%;
}
@media (min-width: 1090px) {
  .squaremenu-item-title {
    font-size: 0.8em;
  }
}

.squaremenu-item-title-in {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.squaremenu--big .squaremenu-item {
  width: 7.5em;
  height: 7.5em;
}
@media (min-width: 768px) {
  .squaremenu--big .squaremenu-item {
    width: 7.5em;
    height: 7.5em;
  }
}
@media (min-width: 1280px) {
  .squaremenu--big .squaremenu-item {
    width: 9em;
    height: 9em;
  }
}
.squaremenu--big .squaremenu-item-ico {
  font-size: 3em;
  height: 48px;
}
.squaremenu--big .squaremenu-item-title {
  font-size: 0.8em;
}
@media (min-width: 1090px) {
  .squaremenu--big .squaremenu-item-title {
    font-size: 0.9em;
  }
}

/**********************************
ICODATA
**********************************/
.icodata {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.icodata-item {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  text-align: center;
  color: #333;
  border-radius: 0.15em;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  box-shadow: rgba(51, 51, 51, 0.1) 0 0 10px;
  width: 100%;
}
@media (min-width: 576px) {
  .icodata-item {
    width: 15em;
  }
}
.icodata-item[href]:hover {
  text-decoration: none;
  background-color: rgb(250.75, 250.75, 250.75);
}
.icodata-item.act {
  background-color: #BB5E12;
  color: #ffffff;
}
.icodata-item.act .md-text-icon {
  background-color: #ffffff;
  color: #BB5E12;
}
.icodata-item.act .text-icon-in {
  color: #ffffff;
}

.icodata-item-ico {
  font-size: 1.5em;
  height: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .icodata-item-ico {
    font-size: 1.9em;
    height: 30.4px;
  }
}
@media (min-width: 1090px) {
  .icodata-item-ico {
    font-size: 2.2em;
    height: 35.2px;
  }
}
.icodata-item-ico img {
  max-width: 80%;
}

.icodata-item-data {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  line-height: 1.2;
  gap: 0.5rem;
}

.icodata-item-title {
  word-break: break-word;
  font-size: 1.1em;
}

.icodata-item-value {
  font-size: 1.4em;
  font-weight: 600;
}

/* .icodata-item-value:not(.icodata-item-value ~ .icodata-item-value) {
    margin-top: auto;
} */
/**********************************
COLUMNS
**********************************/
.columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  flex-wrap: wrap;
  gap: 1em;
}
.columns:last-child {
  margin-bottom: 0;
}

.column {
  flex: auto;
  width: 100%;
}
@media (min-width: 1090px) {
  .column {
    flex: 0 1 auto;
    width: auto;
  }
  .column.column-1 {
    flex: 1;
  }
  .column.column-2 {
    flex: 2;
  }
  .column.column-3 {
    flex: 3;
  }
  .column.column-4 {
    flex: 4;
  }
  .column.column-5 {
    flex: 5;
  }
  .column.column-6 {
    flex: 6;
  }
  .column.column-7 {
    flex: 7;
  }
  .column.column-8 {
    flex: 8;
  }
  .column.column-9 {
    flex: 9;
  }
  .column.column-10 {
    flex: 10;
  }
}

.columns .columns .column {
  flex: auto;
  width: 100%;
}
@media (min-width: 1090px) {
  .columns .columns .column.column-1 {
    flex: 1;
  }
  .columns .columns .column.column-2 {
    flex: 2;
  }
  .columns .columns .column.column-3 {
    flex: 3;
  }
  .columns .columns .column.column-4 {
    flex: 4;
  }
  .columns .columns .column.column-5 {
    flex: 5;
  }
  .columns .columns .column.column-6 {
    flex: 6;
  }
  .columns .columns .column.column-7 {
    flex: 7;
  }
  .columns .columns .column.column-8 {
    flex: 8;
  }
  .columns .columns .column.column-9 {
    flex: 9;
  }
  .columns .columns .column.column-10 {
    flex: 10;
  }
}

.column-static {
  /*flex: 0 0 auto;
  width: 100%;
  order: -1;
  @include xl {
      order: 0;
      width: 26em;
  }*/
}
@media (max-width: 1090px) {
  .column-static {
    width: 100% !important;
    flex: 1 1 auto;
  }
}
@media (min-width: 1090px) {
  .column-static {
    flex: 0 0 auto;
  }
}

/**********************************
BLOK
**********************************/
.blok {
  padding: 1.5em;
  background: #ffffff;
  margin-bottom: 1em;
  border-radius: 0.15em;
  border: 1px solid #eeeeee;
  line-height: 1.5;
}
.blok:last-child {
  margin-bottom: 0;
}
@media (min-width: 1090px) {
  .blok {
    padding: 2em;
  }
}

.blok--s {
  padding: 1.5em;
}

.blok--s2 {
  padding: 1em;
}

.blok--s3 {
  padding: 0.7em;
}

.blok--s4 {
  padding: 0.5em;
}

.blok--s5 {
  padding: 0.2em;
}

.hblok {
  background: #ffffff;
  margin-bottom: 1em;
  border-radius: 0.15em;
  border: 1px solid rgb(225.25, 225.25, 225.25);
  line-height: 1.5;
  box-shadow: rgba(51, 51, 51, 0.1) 0 0 10px;
}
.hblok:last-child {
  margin-bottom: 0;
}

.hblok-in {
  padding: 1em 1.5em 1em 1.5em;
}
@media (min-width: 1090px) {
  .hblok-in {
    padding: 1em 2em 1em 2em;
  }
}

.hblok--full-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hblok--full-height .hblok-in {
  flex: 1;
}

.hblok-h {
  padding: 1em 2em 1em 2em;
  background: rgb(127.5, 127.5, 127.5);
  background: #ffffff;
  color: #ED1115;
  border-radius: 0.15em 0.15em 0 0;
  border-bottom: 1px solid rgb(225.25, 225.25, 225.25);
  font-weight: 500;
  display: flex;
  align-items: center;
  min-height: 54px;
}
@media (min-width: 1090px) {
  .hblok-h {
    padding: 1em 2em 1em 2em;
  }
}

.hblok-h-title {
  display: flex;
  align-items: center;
  font-size: 1em;
}

.hblok-h-title-ico {
  margin-right: 0.5em;
}

.hblok--table .hblok-h {
  padding: 0.5em 0.5em 0.5em 0.5em;
}

@media (max-width: 768px) {
  .hblok--table .table-mobile {
    margin: 0.25em;
    width: calc(100% - 0.5em) !important;
  }
}

.hblok--table .report {
  margin-bottom: 0;
  padding: 0.5em;
}

.hblok--table .report-in {
  margin-bottom: 0;
}

.hblok--klient {
  background: #e7f3f8;
  border: 1px solid rgb(101.8957446809, 174.0638297872, 249.6042553191);
}
.hblok--klient .hblok-h {
  background: rgb(175.7914893617, 213.1276595745, 252.2085106383);
}
.hblok--klient a {
  color: #333;
}

.klientblok {
  display: flex;
}

.klientblok-img {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: 1em;
  border-radius: 0.15em;
}
.klientblok-img img {
  max-width: 4em;
}

.klientblok-desc {
  overflow: hidden;
}

.klientblok-desc-name {
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}

.klientblok-desc-obcanstvi img {
  max-height: 16px;
  max-width: 20px;
}

.klientblok-desc > *:not(.klientblok-desc-name) {
  line-height: 1;
  margin-top: 0.5em;
}

.klientblok-desc-mail {
  word-wrap: break-word;
}

/**********************************
FILTR
**********************************/
.filtr-out {
  background: rgb(242.8451612903, 248.9225806452, 251.4548387097);
  box-shadow: rgba(51, 51, 51, 0.2) 0 0 15px;
  border-radius: 0.15em;
  margin-bottom: 2em;
}

.filtr {
  padding: 1em;
  position: relative;
}

.filtr-in {
  position: relative;
}

.filtr-search {
  width: 100%;
  margin-block: 1em;
}
@media (min-width: 576px) {
  .filtr-search {
    width: 260px;
    margin-block: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 576px) {
  .filtr-search label {
    width: 100%;
  }
}

.filtr label {
  align-items: center;
}

.filtrzalozky-out {
  margin-top: 0.1em;
  border-radius: 0.15em;
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media (min-width: 576px) {
  .filtrzalozky-out {
    width: auto;
  }
}

.filtrzalozky {
  display: flex;
  flex-direction: column;
  border-radius: 0.15em;
}

.filtrzalozky-item {
  position: relative;
}

.filtrzalozky-item-in {
  display: flex;
  align-items: center;
  text-align: left;
  color: #ffffff;
  position: relative;
  font-size: 0.9em;
  background-color: #1d2127;
  border-top: 1px solid rgb(72.5, 82.5, 97.5);
  padding: 0.8em 1em;
}
@media (min-width: 1280px) {
  .filtrzalozky-item-in {
    padding: 1em 1em;
  }
}
@media (min-width: 1920px) {
  .filtrzalozky-item-in {
    font-size: 0.95em;
    padding: 1.2em 1.5em;
  }
}
.filtrzalozky-item-in:hover {
  text-decoration: none;
  background-color: rgb(50.75, 57.75, 68.25);
}
.filtrzalozky-item-in.act {
  text-decoration: none;
  background-color: rgb(50.75, 57.75, 68.25);
  color: #BB5E12;
}

.filtrzalozky-item-title {
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  margin-right: 2em;
}

.filtrzalozky-item-ico {
  margin-left: auto;
  font-size: 16px;
  color: #bbbbbb;
}
@media (max-width: 576px) {
  .filtrzalozky-item-ico::after {
    content: "expand_more";
  }
  .filtrzalozky-item-ico span {
    font-style: normal;
    display: none;
  }
}

.filtr-adds {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .filtr-adds {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
  }
}

.filtr-add {
  background-color: #1C87F7;
  display: flex;
  align-items: center;
  text-align: left;
  color: #ffffff;
  position: relative;
  font-size: 0.9em;
  border-top: 1px solid rgb(126.5276595745, 187.085106383, 250.4723404255);
  padding: 0.8em 1em;
}
@media (min-width: 1280px) {
  .filtr-add {
    padding: 1em 1.5em 1em 1em;
  }
}
@media (min-width: 1920px) {
  .filtr-add {
    font-size: 0.95em;
    padding: 1.2em 2em 1.2em 1.5em;
  }
}
.filtr-add:hover {
  text-decoration: none;
  background-color: rgb(77.2638297872, 161.0425531915, 248.7361702128);
}

.filtr-add-title {
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

.filtr-add-ico {
  margin-right: 0.5em;
  font-size: 16px;
  color: #ffffff;
}

.filtr-items {
  padding: 1em 0;
  display: flex;
  flex-wrap: wrap;
}

.filtr-item {
  background-color: #e7f3f8;
  border-radius: 0.15em;
  padding: 0.5em;
  margin: 0 0 0.5em 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .filtr-item {
    margin-right: 0.5em;
    width: calc(50% - 0.5em);
  }
  .filtr-item.column-2 {
    width: calc(100% - 0.5em);
  }
  .filtr-item.column-3 {
    width: calc(150% - 0.5em);
  }
  .filtr-item.column-4 {
    width: calc(200% - 0.5em);
  }
  .filtr-item.column-5 {
    width: calc(250% - 0.5em);
  }
}
@media (min-width: 1090px) {
  .filtr-item {
    width: calc(33.3333333333% - 0.5em);
  }
  .filtr-item.column-2 {
    width: calc(66.6666666667% - 0.5em);
  }
  .filtr-item.column-3 {
    width: calc(100% - 0.5em);
  }
  .filtr-item.column-4 {
    width: calc(133.3333333333% - 0.5em);
  }
  .filtr-item.column-5 {
    width: calc(166.6666666667% - 0.5em);
  }
}
@media (min-width: 1280px) {
  .filtr-item {
    width: calc(25% - 0.5em);
  }
  .filtr-item.column-2 {
    width: calc(50% - 0.5em);
  }
  .filtr-item.column-3 {
    width: calc(75% - 0.5em);
  }
  .filtr-item.column-4 {
    width: calc(100% - 0.5em);
  }
  .filtr-item.column-5 {
    width: calc(125% - 0.5em);
  }
}
@media (min-width: 1920px) {
  .filtr-item {
    width: calc(20% - 0.5em);
  }
  .filtr-item.column-2 {
    width: calc(40% - 0.5em);
  }
  .filtr-item.column-3 {
    width: calc(60% - 0.5em);
  }
  .filtr-item.column-4 {
    width: calc(80% - 0.5em);
  }
  .filtr-item.column-5 {
    width: calc(100% - 0.5em);
  }
}
.filtr-item input, .filtr-item select, .filtr-item textarea, .filtr-item label {
  width: 100%;
}

.filtr-item-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: #888888;
  color: #ffffff;
  border-radius: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filtr-item-close:hover {
  background-color: #ED1115;
}

.filtr-item-close-ico {
  font-size: 20px;
}

.filtr-item--multi {
  display: flex;
  align-items: center;
  text-align: center;
}
.filtr-item--multi > * {
  margin-right: 0.5em;
  flex-grow: 1;
}
.filtr-item--multi > *:last-of-type {
  margin-right: 0;
}

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

@media (min-width: 576px) {
  .filtr-buttons {
    display: flex;
    justify-content: space-between;
  }
}

.filtr-buttons-l > * {
  margin-right: 0.5em;
}
.filtr-buttons-l > *:last-child {
  margin-right: 0;
}
@media (max-width: 576px) {
  .filtr-buttons-l > * {
    margin-bottom: 0.5em;
    margin-right: 0;
  }
}

.filtr-buttons-r > * {
  margin-left: 0.5em;
}
.filtr-buttons-r > *:first-child {
  margin-left: 0;
}
@media (max-width: 576px) {
  .filtr-buttons-r > * {
    margin-bottom: 0.5em;
    margin-left: 0;
  }
}

.filtr-settings {
  padding: 1em 1em;
  background-color: rgb(250.75, 250.75, 250.75);
  border-radius: 0.15em;
  border-top: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .filtr-settings {
    padding: 0.6em 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.filtr-settings--bottom {
  border-radius: 0.15em;
  margin-top: 1em;
  border: 1px solid #eeeeee;
}

.filtr-settings-info {
  margin-bottom: 2em;
  text-align: center;
}
@media (min-width: 768px) {
  .filtr-settings-info {
    margin-bottom: 0;
    text-align: left;
  }
}

.filtr-settings-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .filtr-settings-form {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}
.filtr-settings-form > * {
  margin-right: 0.5em;
}
.filtr-settings-form > *:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .filtr-settings-form > * {
    margin-left: 0.5em;
    margin-right: 0;
    flex: auto;
  }
}

.filtr-paging-out {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  margin-right: 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .filtr-paging-out {
    width: auto;
    margin-bottom: 0;
  }
}
.filtr-paging-out > * {
  margin-right: 0.5em;
}
.filtr-paging-out > *:last-child {
  margin-right: 0;
}

.filtr-paging {
  display: flex;
  align-items: center;
}

.filtr-paging-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-inline: 1px;
  border-radius: 0.15rem;
  color: #333;
  font-weight: 500;
  background-color: rgb(212.5, 212.5, 212.5);
}
.filtr-paging-item:hover {
  background-color: rgb(199.75, 199.75, 199.75);
}

.filtr-settings {
  min-height: 58px;
}

.filtr-settings .mdc-select {
  width: 100%;
}

.filtr-settings .mdc-select__anchor,
.filtr-search label {
  width: auto;
  height: 40px;
}
@media (min-width: 576px) {
  .filtr-settings .mdc-select__anchor,
  .filtr-search label {
    width: 100%;
  }
}

.filtr-settings .mdc-text-field {
  width: 72px;
  height: 40px;
}

.filtr-settings .mdc-floating-label--float-above {
  transform: translateY(-26px) scale(0.75) !important;
}

.filtr-search .mdc-floating-label--float-above {
  transform: translateY(-26px) translateX(-32px) scale(0.75) !important;
}

.searchblok {
  background: rgb(246.8967741935, 245.3774193548, 248.9225806452);
  box-shadow: rgba(51, 51, 51, 0.2) 0 0 15px;
  border-radius: 0.15em;
  margin-bottom: 2em;
  padding: 1em;
  position: relative;
}

.searchblok-search label {
  width: 100%;
  height: 40px;
}

.searchblok-search .mdc-floating-label--float-above {
  transform: translateY(-26px) translateX(-32px) scale(0.75);
}

/**********************************
ZALOZKY
**********************************/
.zalozky-out {
  display: flex;
  align-items: flex-start;
  margin-top: 1em;
}

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

.zalozky-item {
  margin: 0 2px 0 0;
}

.zalozky-item-in {
  background-color: rgb(229.5, 229.5, 229.5);
  display: flex;
  align-items: center;
  text-align: center;
  color: #333;
  height: 100%;
  transform-origin: bottom center;
  position: relative;
  border-radius: 0.15em 0.15em 0 0;
  font-size: 0.9em;
  padding: 0.8em 0.8em;
  border-top: 4px solid #bbbbbb;
  box-shadow: inset rgba(187, 187, 187, 0.2) 0 -5px 5px;
}
@media (min-width: 1280px) {
  .zalozky-item-in {
    padding: 0.9em 1.2em;
  }
}
@media (min-width: 1920px) {
  .zalozky-item-in {
    font-size: 0.95em;
    padding: 0.8em 1.5em;
  }
}
.zalozky-item-in:hover {
  text-decoration: none;
  background-color: rgb(249.9, 249.9, 249.9);
  border-top-color: #BB5E12;
}
.zalozky-item-in.act {
  background-color: #ffffff;
  color: #BB5E12;
  position: relative;
  z-index: 1;
  box-shadow: none;
  transform: scale(1.1);
  border-top: 6px solid #bb5e12;
}

.zalozky-item:first-child .zalozky-item-in {
  transform-origin: left bottom;
}

.zalozky-item-title {
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  width: -moz-min-content;
  width: min-content;
  white-space: normal;
}

.zalozky-content {
  padding: 1em 0;
  background-color: #ffffff;
  line-height: 1.5;
}
@media (min-width: 1090px) {
  .zalozky-content {
    padding: 1em 0.8em;
  }
}
@media (min-width: 1280px) {
  .zalozky-content {
    padding: 1em 1.2em;
  }
}
@media (min-width: 1920px) {
  .zalozky-content {
    font-size: 0.95em;
    padding: 1em 2em;
  }
}

.karty {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.karty-item {
  margin: 0 2px 0 0;
}

.karty-item-in {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
  color: #333;
  height: 100%;
  transform-origin: bottom center;
  position: relative;
  font-size: 0.9em;
  border: 1px solid #eeeeee;
  border-bottom: none;
  border-radius: 0.15em 0.15em 0 0;
  padding: 0.4em 0.8em;
}
@media (min-width: 1280px) {
  .karty-item-in {
    padding: 0.5em 1.2em;
  }
}
@media (min-width: 1920px) {
  .karty-item-in {
    font-size: 0.95em;
    padding: 0.6em 1.5em;
  }
}
.karty-item-in:hover {
  text-decoration: none;
  padding: 0.6em 0.8em;
}
@media (min-width: 1280px) {
  .karty-item-in:hover {
    padding: 0.7em 1.2em;
  }
}
@media (min-width: 1920px) {
  .karty-item-in:hover {
    font-size: 0.95em;
    padding: 0.8em 1.5em;
  }
}
.karty-item-in.act {
  background-color: #ffffff;
  position: relative;
  bottom: -1px;
  color: #BB5E12;
  position: relative;
  z-index: 1;
  box-shadow: none;
  padding: 0.8em 0.8em;
}
@media (min-width: 1280px) {
  .karty-item-in.act {
    padding: 0.9em 1.2em;
  }
}
@media (min-width: 1920px) {
  .karty-item-in.act {
    font-size: 0.95em;
    padding: 1em 1.5em;
  }
}

.karty-item-title {
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  width: -moz-min-content;
  width: min-content;
  white-space: normal;
}

.karty-content {
  padding: 1em;
  line-height: 1.5;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  border-radius: 0 0.15em 0.15em 0.15em;
}

/**********************************
MEGAZALOZKY
**********************************/
.megazalozky-out {
  position: relative;
}

.megazalozky {
  border-radius: 0.2em 0.2em 0 0;
  overflow: hidden;
  border-right: 1px solid #bbbbbb;
}

.megazalozky-paging {
  width: 42px;
  height: 42px;
  border-radius: 100vw;
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
  color: #bbbbbb;
  display: grid;
  place-items: center;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translate(-50%, -50%);
}
.megazalozky-paging:hover {
  border-color: rgb(93.5, 93.5, 93.5);
  color: rgb(93.5, 93.5, 93.5);
}
.megazalozky-paging--next {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}

.megazalozky-inner {
  display: flex;
}

.megazalozky-item {
  width: 25%;
  flex: 0 0 auto;
  background-color: #fafafa;
  color: #111;
  font-size: 1.25em;
  font-weight: 500;
  position: relative;
}
.megazalozky-item:hover {
  background-color: rgb(242.5, 242.5, 242.5);
}
.megazalozky-item.act .megazalozky-item-in {
  background-color: #ffffff;
  border-bottom: 0;
  padding-bottom: calc(1.5rem + 2px);
  /*&::after {
      content: '';
      position: absolute;
      bottom: -5px;
      width: 100%;
      height: 5px;
      background: $white;
  }*/
}
.megazalozky-item.act .megazalozky-item-in::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 5px;
  background: #888888;
  border-radius: 0.2rem;
}
.megazalozky-item.now {
  font-weight: 700;
  background-color: rgb(248.2, 238.9, 231.3);
  outline: 5px solid #BB5E12;
  outline-offset: -4px;
}
.megazalozky-item.now:hover {
  background-color: rgb(244.8, 230.85, 219.45);
}
.megazalozky-item.now.act::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px;
  height: 4px;
  background: #ffffff;
}
.megazalozky-item.now .megazalozky-info {
  color: #BB5E12;
}

.megazalozky-item-in {
  display: block;
  height: 100%;
  border-top: 2px solid #bbbbbb;
  border-bottom: 2px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.megazalozky-info {
  text-transform: uppercase;
}

.megazalozky-in {
  background-color: #ffffff;
  border-radius: 0 0 0.15em 0.15em;
  padding: 1em;
  border: 1px solid #bbbbbb;
  border-top: 0;
}

/**********************************
KARTY
**********************************/
.karty {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.karty-item {
  margin: 0 2px 0 0;
}

.karty-item-in {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
  color: #333;
  height: 100%;
  transform-origin: bottom center;
  position: relative;
  font-size: 0.9em;
  border: 1px solid #bbbbbb;
  border-bottom: none;
  border-radius: 0.15em 0.15em 0 0;
  padding: 0.4em 0.8em;
}
@media (min-width: 1280px) {
  .karty-item-in {
    padding: 0.5em 1.2em;
  }
}
@media (min-width: 1920px) {
  .karty-item-in {
    font-size: 0.95em;
    padding: 0.6em 1.5em;
  }
}
.karty-item-in:hover {
  text-decoration: none;
  padding: 0.6em 0.8em;
}
@media (min-width: 1280px) {
  .karty-item-in:hover {
    padding: 0.7em 1.2em;
  }
}
@media (min-width: 1920px) {
  .karty-item-in:hover {
    font-size: 0.95em;
    padding: 0.8em 1.5em;
  }
}
.karty-item-in.act {
  background-color: #eeeeee;
  position: relative;
  bottom: -1px;
  color: #ED1115;
  position: relative;
  z-index: 1;
  box-shadow: none;
  padding: 0.8em 0.8em;
  font-weight: 700;
}
@media (min-width: 1280px) {
  .karty-item-in.act {
    padding: 0.9em 1.2em;
  }
}
@media (min-width: 1920px) {
  .karty-item-in.act {
    font-size: 0.95em;
    padding: 1em 1.5em;
  }
}

.karty-item-title {
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  width: -moz-min-content;
  width: min-content;
  white-space: normal;
}

.karty-content {
  line-height: 1.5;
  border: 1px solid #bbbbbb;
  background-color: #eeeeee;
  border-radius: 0 0.15em 0.15em 0.15em;
  padding: 0.8em 0.8em;
}
@media (min-width: 1280px) {
  .karty-content {
    padding: 0.9em 1.2em;
  }
}
@media (min-width: 1920px) {
  .karty-content {
    font-size: 0.95em;
    padding: 1em 1.5em;
  }
}

/**********************************
PRINT
**********************************/
.print {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .print {
    display: inline-flex;
  }
}

.print-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background-color: rgb(225.25, 225.25, 225.25);
  border-radius: 0.15em;
}
.print-item:hover {
  background-color: rgb(238.35, 225.4, 216.15);
}
@media (min-width: 768px) {
  .print-item {
    flex-direction: row;
    align-items: center;
  }
}

.print-item-title {
  margin-right: 4em;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .print-item-title {
    margin-bottom: 0;
  }
}

.print-item-title-txt {
  font-weight: 500;
}

.print-item-title-ico {
  margin-right: 0.5em;
}

.print-item-stav {
  display: flex;
  align-items: center;
  padding: 0 0.2em;
  font-size: 0.8em;
  color: #333;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .print-item-stav {
    margin-left: auto;
    margin-bottom: 0;
    white-space: nowrap;
  }
}

.print-item-stav-ico {
  font-size: 16px;
  margin-right: 0.5em;
}

.print-item-icons {
  display: flex;
  align-items: center;
}
.print-item-icons > * {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .print-item-icons > * {
    margin-left: 1rem;
    margin-right: 0;
  }
}

/**********************************
KOMUNIKACE  
**********************************/
.komunikace-item {
  background-color: rgb(250.7419354839, 252.8709677419, 253.7580645161);
  border-radius: 0.15em;
  margin-bottom: 1em;
  border: 1px solid #1C87F7;
}
.komunikace-item:last-child {
  margin-bottom: 0;
}

.komunikace-head {
  padding: 1rem;
  font-size: 0.9em;
  border-radius: 0.15rem 0.15rem 0 0;
  background-color: #e7f3f8;
  display: flex;
  flex-wrap: wrap;
}
.komunikace-head > * {
  margin-bottom: 1em;
  margin-right: 2em;
}
.komunikace-head > *:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .komunikace-head > *.lmg-auto {
    margin-left: inherit !important;
  }
}
@media (min-width: 768px) {
  .komunikace-head {
    flex-wrap: nowrap;
  }
  .komunikace-head > * {
    margin-bottom: 0;
  }
}

.komunikace-content {
  padding: 1em;
}

.komunikace-foot {
  display: flex;
  padding: 0.5rem 1rem;
  border-radius: 0 0 0.15rem 0.15rem;
  border-top: 1px solid #1C87F7;
  font-size: 0.8em;
  flex-wrap: wrap;
}
.komunikace-foot > * {
  margin-bottom: 1em;
  margin-right: 2em;
}
.komunikace-foot > *:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .komunikace-foot > *.lmg-auto {
    margin-left: inherit !important;
  }
}
@media (min-width: 768px) {
  .komunikace-foot {
    flex-wrap: nowrap;
  }
  .komunikace-foot > * {
    margin-bottom: 0;
  }
}

.komunikace-foot .icoblok {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .komunikace-foot .icoblok {
    margin-left: auto;
    width: auto;
  }
}

.sekvence-item {
  padding: 1em;
  border: 2px solid #1C87F7;
  background-color: rgb(250.7419354839, 252.8709677419, 253.7580645161);
  border-radius: 0.15em;
  margin-bottom: 1em;
}

.sekvence-item-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
  align-items: flex-start;
}

.sekvence-item-title-txt {
  color: #1C87F7;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
}

.sekvence-item-title-ico {
  color: #1C87F7;
  display: flex;
  align-items: center;
}

.sekvence-item-in {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
  align-items: flex-start;
}

.sekvence-item-in-r {
  text-align: right;
}

.sekvence-item-desc {
  font-size: 0.9em;
}

/**********************************
PROGRESSBAR
**********************************/
.progressbar {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .progressbar {
    display: flex;
    flex-direction: row;
  }
}

.progressbar-item {
  position: relative;
  flex: 1;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .progressbar-item {
    display: block;
    text-align: center;
    margin-bottom: 0;
    padding: 0 1em;
  }
}

.progressbar-item-ico {
  width: 40px;
  height: 40px;
  background-color: white;
  border: 5px solid #bbbbbb;
  color: #bbbbbb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  font-size: 18px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .progressbar-item-ico {
    margin-inline: auto;
    margin-bottom: 10px;
  }
}

.progressbar-item-txt {
  font-weight: 500;
  color: #bbbbbb;
  font-size: 1.1em;
}

.progressbar-item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background-color: #bbbbbb;
  top: -50%;
  left: 15px;
  z-index: -1;
}
@media (min-width: 768px) {
  .progressbar-item::after {
    height: 10px;
    width: 100%;
    top: 15px;
    left: -50%;
  }
}

.progressbar-item:first-child:after {
  content: none;
}

.progressbar-item.act .progressbar-item-txt {
  color: #BB5E12;
}

.progressbar-item.act .progressbar-item-ico {
  border-color: #BB5E12;
  color: #BB5E12;
}

/* .progressbar-item.act + .progressbar-item::after {
    background-color: $orange;
} */
.progressbar-item.done .progressbar-item-txt {
  color: rgb(67.2137096774, 143.7862903226, 102.0967741935);
}

.progressbar-item.done .progressbar-item-ico {
  border-color: #56B07F;
  background-color: rgb(67.2137096774, 143.7862903226, 102.0967741935);
  color: #ffffff;
}

.progressbar-item.done + .progressbar-item::after {
  background-color: #56B07F;
}

/**********************************
LOADINGBAR 
**********************************/
.loadingbar-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}

.loadingbar-progress {
  border: 1px solid #bbbbbb;
  border-radius: 0.5em;
  height: 20px;
  margin-bottom: 0.3em;
  padding: 2px;
}

.loadingbar-progress-in {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  border-radius: 0.4em;
  height: 100%;
}

.loadingbar-desc {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
}

/**********************************
TIMELINE
**********************************/
.timeline {
  position: relative;
  padding: 110px 25px 35px 25px;
  overflow: auto;
  background-color: #ffffff;
  border-radius: 0.15em;
}
@media (min-width: 1090px) {
  .timeline {
    background-color: #eeeeee;
  }
}

.timeline-in {
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  min-width: 100%;
}
.timeline-in::before {
  content: "";
  height: 3px;
  width: 100%;
  background: #56B07F;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  margin-inline: 15px;
}
.timeline-item:first-child {
  margin-left: 0;
}
.timeline-item:last-child {
  margin-right: 0;
}

.timeline-item-in {
  display: block;
  padding: 0 2px 0 2px;
}
.timeline-item-in:first-child {
  padding-left: 0;
}
.timeline-item-in:last-child {
  padding-right: 0;
}

.timeline-item-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  background: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #bbbbbb;
  font-weight: 400;
}

.timeline-item-desc {
  text-align: left;
  line-height: 1em;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 100px;
  height: 60px;
  margin: 0 0 0 0;
  transform: rotate(-90deg);
  transform-origin: left center;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #bbbbbb;
  background-color: #ffffff;
}
@media (min-width: 1090px) {
  .timeline-item-desc {
    background-color: #eeeeee;
  }
}

.timeline-item-butt {
  position: absolute;
  top: 38px;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 60px;
  text-align: center;
}

.timeline-item-butt:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999;
  clear: both;
}

.timeline-item-butt a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  background: rgb(161.5, 161.5, 161.5);
  padding: 0.2em 0.4em;
  line-height: 1em;
  border-radius: 0.15em;
  text-decoration: none;
  font-size: 0.6em;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.timeline-item-butt a:hover {
  background: #bbbbbb;
}

.timeline-item-xbod:before {
  content: "";
  position: absolute;
  left: -13px;
  top: -13px;
  width: 66px;
  height: 66px;
  border: 2px solid #ED1115;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item-xbod:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20px);
  background: url(../img/icons/xbod.png) no-repeat bottom center #ffffff;
  background-size: 16px 16px;
  width: 24px;
  height: 16px;
  z-index: 1;
}
@media (min-width: 1090px) {
  .timeline-item-xbod:after {
    background-color: #eeeeee;
  }
}

.timeline-item-xbod-grey:before {
  border: 2px solid #bbbbbb;
}

.timeline-item-xbod-grey:after {
  background-image: url(../img/icons/xbod_grey.png);
}

.timeline-item-xbod-red:before {
  border: 2px solid #ED1115;
}

.timeline-item-xbod-red:after {
  background-image: url(../img/icons/xbod_red.png);
}

/**********************************
GALERIE
**********************************/
.galerie {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
@media (min-width: 768px) {
  .galerie {
    grid-template-columns: repeat(auto-fit, 150px);
  }
}

.galerie-item {
  width: 100%;
  min-height: 120px;
  border-radius: 0.15em;
  border: 1px solid #eeeeee;
  background-color: rgb(246.5, 246.5, 246.5);
  position: relative;
}

.galerie--edited .galerie-item {
  padding-top: 2em;
}

.galerie-item-in {
  display: block;
  width: 100%;
  height: 120px;
}
.galerie-item-in:-moz-any-link:hover {
  box-shadow: rgba(187, 187, 187, 0.5) 0 0 1em;
}
.galerie-item-in:any-link:hover {
  box-shadow: rgba(187, 187, 187, 0.5) 0 0 1em;
}

.galerie-item-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.galerie-item-img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.galerie-item-icons {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eeeeee;
  display: flex;
  border-radius: 0.15em;
  justify-content: space-around;
}
.galerie-item-icons > * {
  padding: 0.25rem;
}

.galerie-item .form-row-out {
  margin: 0 0.5em 0.5em 0.5em;
}
.galerie-item .form-row-out:first-of-type {
  padding-top: 0.5em;
}

.galerie .mdc-text-field, .galerie .mdc-select__anchor {
  height: 40px;
}

.galerie .mdc-floating-label--float-above {
  transform: translateY(-26px) scale(0.75);
}

/**********************************
FILEGALERIE
**********************************/
.filegalerie {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}

.filegalerie-item {
  background-color: #eeeeee;
  padding: 10px;
  display: flex;
  align-items: center;
}

.filegalerie-item-in {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.filegalerie-item-icons {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.filegalerie--edited {
  margin-top: 1em;
}
.filegalerie--edited .filegalerie-item {
  background-color: rgb(232.3, 243, 254.2);
}

/**********************************
KALENDAR  
**********************************/
.cal-head {
  border-radius: 0.15em;
  margin: 0 0 0.5em 0;
  padding: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #bbbbbb;
}
@media (min-width: 576px) {
  .cal-head {
    flex-direction: row;
  }
}

.cal-head strong {
  color: #333;
  text-transform: uppercase;
  font-size: 1.5em;
}
@media (min-width: 576px) {
  .cal-head strong {
    margin-right: 1em;
  }
}
@media (max-width: 576px) {
  .cal-head strong {
    margin-bottom: 0.5em;
  }
}

.cal-head-title {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 576px) {
  .cal-head-title {
    flex-direction: row;
  }
}
@media (max-width: 576px) {
  .cal-head-title {
    margin-block: 1em;
  }
}

@media (max-width: 576px) {
  .cal-head .button {
    justify-content: center;
  }
}

table.kalendar {
  width: 100%;
  height: 100%;
}

table.kalendar td {
  background-color: #fff;
  border: 1px solid #bbbbbb;
  text-align: center !important;
  line-height: 1 !important;
}

table.kalendar td.t-left {
  text-align: left !important;
}

table.kalendar td.cellbutton {
  height: 100%;
  padding: 0 !important;
}

table.kalendar td.cellbutton a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .kalendar tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) td:not(.no-hover), .kalendar tbody tr:hover:not(.thead):not(.table-h):not(.table-spacing) th:not(.no-hover), .kalendar .cellhover {
    background-color: #FDE725 !important;
  }
}

table.kalendar td.cellbutton a:hover {
  background-color: #BB5E12;
}

table.kalendar .material-icons-round {
  font-size: 1.2em;
}

table.kalendar thead tr:first-child .today-col {
  border-top: 3px solid #FFCC00 !important;
}

table.kalendar tbody tr:last-child .today-col {
  border-bottom: 3px solid #FFCC00 !important;
}

table.kalendar .today-col {
  border-left: 3px solid #FFCC00 !important;
  border-right: 3px solid #FFCC00 !important;
}

/*
table.kalendar td.vikend {
    background-color:#EEE!important;
    color:#aaa;
}
table.kalendar td.svatek {
    background-color:#D2FFC1!important;
    color:#299700;
}

table.kalendar td a.den{
    float: left;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color:black;
}
table.kalendar td.dnes {
    background-color: #FFCC01;
    color:#CA9500;
}



table.kalendar td.volno-N-v {
	background-color:#C1FDE7!important;
}
table.kalendar td.volno-N-n {
	background-color:#B4D8FC!important;
}
table.kalendar td.volno-D {
	background-color:#F6B7FD!important;
}
table.kalendar td.volno-NV {
	background-color:#E8A695!important;
}



table.kalendar td a.tip {
  text-decoration: none;
}
table.kalendar td a.tip:hover {
	cursor: help;
	position: relative;
}
table.kalendar td a.tip span {
	display: none;
	text-align: left;
}
table.kalendar td a.tip:hover span {
	border: #ccc 1px solid;
	border-bottom: #ccc 2px solid;
	padding:10px;
	display:inline-block;
	z-index: 100;
	background:#f5f5f5;
	left: 0px;
	margin: 10px;
	width: 200px;
	position: absolute;
	top: 10px;
	text-decoration: none;
	color:#333;
	border-radius:3px;
	line-height:1.4em;
}

table.kalendar .row-even td {
  background-color: #FDFF9F;
}
table.kalendar .row-odd td {
  background-color: #FEFFE7;
}

.tdrb {
  border-right: solid 2px #858585!important;
}
*/
/**********************************
PAGING
**********************************/
.odznak {
  display: block;
  position: relative;
  width: 320px;
  height: 350px;
  font-size: 1em;
}

.hexagon {
  display: block;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hexagon-outline {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hexagon-border {
  position: absolute;
  left: 1%;
  top: 1%;
  right: 1%;
  bottom: 1%;
}

.hexagon-bg {
  position: absolute;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}

.hexagon-bg-in {
  position: absolute;
  left: 15%;
  top: 15%;
  right: 15%;
  bottom: 15%;
  background: rgba(17, 17, 17, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.odznak-ico {
  font-size: 14em;
  text-shadow: rgba(17, 17, 17, 0.5) 0 0 0.05em;
}

.odznak-txt-small {
  position: absolute;
  top: 62%;
  right: 0;
  width: 55%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12%;
  transform: rotate(-29deg);
  transform-origin: right top;
  font-size: 1.3em;
  border-width: 0.1em;
  border-style: solid;
}

.odznak-txt-big {
  position: absolute;
  left: -1%;
  top: 56%;
  width: 79%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  transform: rotate(29deg);
  transform-origin: left top;
  height: 18%;
  font-size: 1.6em;
  border-width: 0.1em;
  border-style: solid;
}

.odznak--75 {
  width: 240px;
  height: 262px;
  font-size: 0.75em;
}

.odznak--50 {
  width: 160px;
  height: 175px;
  font-size: 0.6em;
}
.odznak--50 .odznak-ico {
  font-size: 11.5em;
}

.odznak--25 {
  width: 80px;
  height: 88px;
  font-size: 0.4em;
}
.odznak--25 .odznak-ico {
  font-size: 8em;
}

/**********************************
STATSBOX
**********************************/
.statsbox {
  background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.2) 0%, rgba(17, 17, 17, 0) 100%);
  padding: 1.5em;
}
.statsbox a {
  color: currentColor;
}

.statsbox-in {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.statsbox-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6em;
  border-radius: 0.5em;
  background-color: rgba(17, 17, 17, 0.3);
}

.statsbox-ico-ico {
  font-size: 3em;
}

/**********************************
PREHLED
**********************************/
.prehled {
  display: flex;
}

.prehled-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid #bbbbbb;
  box-shadow: rgba(17, 17, 17, 0.2) 0 0 10px;
  background-color: rgb(232.3, 243, 254.2);
  border-radius: 0.15rem;
  padding: 2rem;
  font-size: 1.4em;
  text-align: center;
}

.prehled-box-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #888888;
}

.prehled-box-time-txt {
  font-weight: 600;
  font-size: 1.2em;
}

.prehled-box-info {
  color: #1C87F7;
}

.prehled-box-num {
  color: #1C87F7;
  font-weight: 700;
  font-size: 2em;
}

.prehled-box-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(187, 187, 187, 0.5);
}

.prehled-box--act {
  color: #ffffff;
  margin: -10px -5px -10px -5px;
  position: relative;
  z-index: 2;
  background: radial-gradient(circle, rgb(74.8, 37.6, 7.2) 25%, #BB5E12 100%);
  background-position: bottom center;
  border: 3px solid rgb(74.8, 37.6, 7.2);
}
.prehled-box--act .prehled-box-num {
  color: #ffffff;
  font-size: 3em;
}
.prehled-box--act .prehled-box-head {
  border-bottom: 1px solid rgb(74.8, 37.6, 7.2);
}
.prehled-box--act .prehled-box-head-txt {
  font-weight: 500;
  font-size: 1.1em;
}
.prehled-box--act .prehled-box-time {
  color: #ffffff;
}

.prehled2 {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
@media (min-width: 1090px) {
  .prehled2 {
    gap: 1rem;
  }
}

.prehled2-item {
  border: 1px solid #bbbbbb;
  box-shadow: rgba(17, 17, 17, 0.2) 0 0 10px;
  background-color: #bbbbbb;
  border-radius: 0.15rem;
  display: flex;
  gap: 1px;
}
.prehled2-item > * {
  padding: 0.5rem;
  background-color: #ffffff;
  align-items: center;
  display: flex;
}

.prehled2-item-id {
  min-width: 3.5em;
  text-align: center;
  justify-content: center;
}

.prehled2-item-soc {
  min-width: 5.5em;
  text-align: center;
  justify-content: space-between;
}

.prehled2-item-pokyn {
  flex: 1 1 auto;
  text-align: center;
  justify-content: space-between;
}

/**********************************
STANICE
**********************************/
.stanice {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
@media (min-width: 768px) {
  .stanice {
    grid-template-columns: repeat(auto-fit, 200px);
  }
}

.stanice-item {
  border: 1px solid #bbbbbb;
  box-shadow: rgba(17, 17, 17, 0.2) 0 0 5px;
  border-radius: 0.15em;
  display: flex;
  flex-direction: column;
}

.stanice-head {
  padding: 0.5em;
  border-bottom: 1px solid #bbbbbb;
  display: flex;
  line-height: 1;
}
.stanice-head > * {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.stanice-head-r {
  margin-left: auto;
}

.stanice-in {
  padding: 0.5em;
  border-bottom: 1px solid #bbbbbb;
}

.stanice-foot {
  padding: 0.5em;
}

/**********************************
CASOVY PLAN
**********************************/
.plan-nastaveni {
  display: flex;
  gap: 1em;
}

.plan-nastaveni-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0.15em;
}
.plan-nastaveni-item--green {
  border: 1px solid #56B07F;
  background-color: rgb(238.1, 247.1, 242.2);
}
.plan-nastaveni-item--grey {
  border: 1px solid #bbbbbb;
  background-color: rgb(248.2, 248.2, 248.2);
}
.plan-nastaveni-item--orange {
  border: 1px solid #BB5E12;
  background-color: rgb(248.2, 238.9, 231.3);
}

.plan-nastaveni-title {
  padding: 0.5em 1em;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
}

.plan-nastaveni-form {
  padding: 1em;
}

.plan-nastaveni-button {
  margin-top: auto;
}

/**********************************
GRAFY
**********************************/
.graf {
  position: relative;
  display: block;
  width: 100%;
  height: 24px;
  border: 1px solid #bbbbbb;
  border-radius: 0.15rem;
}

.graf-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 0.15rem;
}

.graf-item-no {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 16px;
  display: grid;
  border-radius: 100vw 0 0 100vw;
  place-items: center;
  background-color: #111;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  padding: 0 0.4em 0 0.4em;
}

/**********************************
HDO
**********************************/
/* css adama */
.hdo-row-container {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdo-row-container h4 {
  margin: 0;
  min-width: 80px;
}

.hdo-table-container {
  display: flex;
  overflow: visible;
}

.hdo-table {
  width: 100%;
  height: 50px;
  table-layout: fixed;
  border-spacing: 0;
}

.hdo-header-off {
  background-color: #ED1115;
  position: relative;
}

.hdo-header-on {
  background-color: #56B07F;
  position: relative;
}

.hdo-table th:hover::after {
  content: attr(hdo-times-tooltip);
  position: absolute;
  background: rgba(17, 17, 17, 0.75);
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.hdo-legend-container {
  display: flex;
  justify-content: right;
  margin-top: 18px;
}

.hdo-legend-item {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.hdo-legend-item span {
  font-size: 13px;
}

.hdo-legend-color {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.hdo-legend-on {
  background-color: #56B07F;
}

.hdo-legend-off {
  background-color: #ED1115;
}

/**********************************
OVLADANI
**********************************/
[x-cloak] {
  display: none !important;
}

.controls-container-out {
  position: relative;
  margin: 0 0;
}

.controls-container {
  display: grid;
  grid-template-columns: 48px auto 48px;
}

.controls-left-button {
  border-radius: 0.5rem 0 0 0.5rem;
  width: 48px;
}

.controls-right-button {
  border-radius: 0 0.5rem 0.5rem 0;
  width: 48px;
}

.controls-button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 8.6em;
  background-color: rgb(81.6, 81.6, 81.6);
  padding: 0.5rem 0;
  transition: background-color 150ms;
  cursor: pointer;
}

.controls-button:hover {
  background-color: #333;
}

.controls-icon {
  font-size: 3rem;
  color: #ffffff;
  font-weight: bold;
}

.times-control-icon {
  height: 3rem;
  width: 3rem;
}

.controls-center-section {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.times-card {
  background-color: #ffffff;
  box-shadow: rgba(17, 17, 17, 0.1) 0 0 10px;
}

.controls-scroll-container {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.controls-scroll-container::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.controls-template-button {
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  gap: 0.25rem;
  padding: 0.35rem;
  background-color: #eeeeee;
  cursor: pointer;
}

.controls-template-button:hover {
  background-color: rgb(226.1, 226.1, 226.1);
}

.controls-selected {
  box-shadow: inset 0px 0px 0px 3px #111;
}

.controls-icon-sm {
  font-size: 1.875rem;
  font-weight: 600;
}

.controls-card {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  z-index: 999;
  width: 100%;
  background-color: rgb(255, 249.9, 229.5);
  border-radius: 0.5rem;
  border: 2px solid #333;
  box-shadow: rgba(17, 17, 17, 0.3) 0 0 10px;
}

.controls-card-in {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.controls-card-head {
  display: grid;
  grid-template-columns: 1fr auto;
  padding-bottom: 1rem;
  border-bottom: 1px solid #bbbbbb;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 0.5em;
}
.controls-card-date {
  display: flex;
  align-items: center;
}

.controls-card-actions {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  grid-column: span 2;
  grid-row: 2/3;
}
@media (min-width: 576px) {
  .controls-card-actions {
    flex-direction: row;
  }
}

.controls-card-actions-title {
  font-weight: bold;
  margin-top: 0.9em;
}

.controls-card-actions-items {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.controls-button-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  cursor: pointer;
  border-radius: 0.15rem;
  font-weight: 600;
}

.controls-button-sm-noact {
  background-color: rgb(209.6, 231, 253.4);
}
.controls-button-sm-noact:hover {
  background-color: rgb(186.9, 219, 252.6);
}

.controls-button-sm-act {
  background-color: #1c87f7;
  color: #ffffff;
}
.controls-button-sm-act:hover {
  background-color: rgb(25.2, 121.5, 222.3);
}

.controls-card-content {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (min-width: 768px) {
  .controls-card-content {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}

/**********************************
POKYNY
**********************************/
.prehled-pokynu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.prehled-pokynu-row {
  display: inline-flex;
  gap: 0.5em;
  align-items: flex-start;
  border-radius: 0.15em;
  padding: 0.3em;
  border: 1px solid #eeeeee;
}
.prehled-pokynu-row:hover {
  background-color: #fafafa;
  border: 1px solid #bbbbbb;
}

.prehled-pokynu-date {
  width: 90px;
  text-align: right;
  flex: 0 0 auto;
  line-height: 16px;
}

.prehled-pokynu-icons {
  display: flex;
  gap: 0.1em;
  align-items: center;
  flex-wrap: wrap;
}

.prehled-pokynu-icons-ico-ico {
  width: 16px;
  display: block;
}

/**********************************
LOGIN
**********************************/
#loginbox-out {
  display: flex;
  justify-content: center;
}

#loginbox {
  background-color: #ffffff;
  padding: 2em;
  height: 100vh;
}
@media (min-width: 576px) {
  #loginbox {
    box-shadow: rgba(51, 51, 51, 0.1) 0 0 2em;
    margin-top: 10vh;
    height: auto;
    padding: 3em;
    width: 35em;
    border-radius: 0.15em;
  }
}

.loginbox-logo {
  max-width: 60%;
  display: block;
  margin: 0 auto 2em auto;
}

/**********************************
FAST FILTR
**********************************/
@media (min-width: 1920px) {
  .fastfiltr {
    display: flex;
  }
}

.fastfiltr-menu {
  margin-bottom: 1em;
}
.fastfiltr-menu:last-child {
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  .fastfiltr-menu {
    width: 59em;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .fastfiltr-content-out {
    flex: 1 1 auto;
  }
}
@media (min-width: 1920px) {
  .fastfiltr-content-out {
    margin-left: 2em;
  }
}

@media (min-width: 768px) {
  .fastfiltr-content {
    display: flex;
    justify-content: space-between;
  }
}

.fastfiltr-form {
  margin-bottom: 1em;
}
.fastfiltr-form:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fastfiltr-form {
    width: 250px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .fastfiltr-result {
    flex: 1 1 auto;
    margin-left: 2em;
  }
}
.fastfiltr-result > table {
  width: 100%;
}
.fastfiltr-result > table a {
  color: #333;
}

/**********************************
LOGIN
**********************************/
#fullpage-out {
  display: flex;
  justify-content: center;
}

#fullpage {
  background-color: #ffffff;
  padding: 2em;
  height: 100vh;
}
@media (min-width: 576px) {
  #fullpage {
    box-shadow: rgba(51, 51, 51, 0.1) 0 0 2em;
    margin: 5vh 0;
    height: auto;
    padding: 3em;
    width: 35em;
    border-radius: 0.15em;
  }
}

/**********************************
HISTORIE
**********************************/
.historie {
  padding: 1em;
  background-color: rgb(225.25, 225.25, 225.25);
  border-radius: 0.15em;
  margin-top: 1em;
  border: 1px solid rgb(212.5, 212.5, 212.5);
  position: relative;
}
@media (min-width: 1090px) {
  .historie {
    padding: 2em;
  }
}

.historie-buttons {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .historie-buttons {
    display: flex;
    position: absolute;
    top: 0;
    right: 1em;
  }
}
.historie-buttons > * {
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .historie-buttons > * {
    margin-bottom: 0;
    margin-left: 0.5em;
  }
  .historie-buttons > *:first-child {
    margin-left: 0;
  }
}

.historie-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2px;
  margin-top: 1em;
}
@media (min-width: 1920px) {
  .historie-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.historie-item {
  background-color: rgb(240.55, 240.55, 240.55);
  padding: 1em;
  border-radius: 0.15em;
}

.historie-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.historie-item-title {
  font-weight: 500;
  line-height: 1.5;
  margin-right: 1em;
}

.historie .list {
  margin-top: 1em;
}
@media (min-width: 1090px) {
  .historie .list {
    min-width: 40em;
  }
}

/**********************************
PROFIL
**********************************/
.profil-vizitka {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.profil-vizitka-fantom {
  display: block;
  height: 200px;
  width: 200px;
  max-width: 100%;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 1em;
  position: relative;
}
.profil-vizitka-fantom.act::before {
  position: absolute;
  background-color: rgba(17, 17, 17, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  content: "";
}
.profil-vizitka-fantom:hover::before, .profil-vizitka-fantom.wait::before {
  position: absolute;
  background-color: rgba(17, 17, 17, 0.5);
  color: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  content: "upload_file";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 80px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}
.profil-vizitka-fantom.wait::before {
  content: "hourglass_bottom";
}

.profil-vizitka-name {
  font-weight: 600;
  margin-bottom: 0.3em;
  font-size: 1.2em;
}

.profil-vizitka-funkce {
  font-style: italic;
}

/**********************************
ENDCLASSES
**********************************/
.hidden, .submithidden {
  display: none;
}

.no-visible {
  visibility: hidden;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

h1.hidden {
  display: none;
}/*# sourceMappingURL=style.css.map */