/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[10].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[10].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[10].rules[1].use[1]!./src/styles.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.k-theme-test-class,
.k-common-test-class {
  opacity: 0;
}
[hidden] {
  display: none !important;
}
script {
  display: none !important;
}
.k-hidden {
  display: none !important;
}
.k-rtl {
  direction: rtl;
}
.k-sr-only {
  position: absolute;
  left: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.k-hbox,
.k-hstack {
  display: flex;
  flex-flow: row nowrap;
}
.k-vbox,
.k-vstack {
  display: flex;
  flex-flow: column nowrap;
}
.k-flex,
.k-spacer {
  flex: 1 0 0%;
}
.k-flex-layout {
  display: flex;
}
.k-grid-layout {
  display: grid;
}
.k-separator {
  width: auto;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  display: block;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  align-self: stretch;
}
.k-separator-horizontal,
.k-vstack > .k-separator {
  width: auto;
  height: 0;
  border-width: 1px 0 0;
}
.k-separator-vertical,
.k-hstack > .k-separator {
  width: 0;
  height: auto;
  border-width: 0 0 0 1px;
}
hr.k-separator {
  margin: 0;
  padding: 0;
}
.k-reset {
  margin: 0;
  padding: 0;
  border-width: 0;
  outline: 0;
  text-decoration: none;
  font: inherit;
  list-style: none;
}
kendo-sortable {
  display: block;
}
.k-link,
.k-link:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
.k-content {
  outline: 0;
}
.k-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.k-no-click {
  pointer-events: none;
}
.k-pdf-export-shadow {
  position: absolute;
  overflow: hidden;
  left: -15000px;
  width: 14400px;
}
.kendo-pdf-hide-pseudo-elements::before,
.kendo-pdf-hide-pseudo-elements::after {
  display: none !important;
}
.k-text-selection ::-moz-selection {
  background-color: #ff6358;
  color: white;
}
.k-text-selection ::selection {
  background-color: #ff6358;
  color: white;
}
.k-block,
.k-panel {
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
  padding: 4px 8px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}
.k-block > .k-header,
.k-panel > .k-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-color: #e4e4e4;
  color: #333;
  background-color: transparent;
  margin: -4px -8px 4px;
  padding: 8px 8px;
}
.k-content {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
}
.k-disabled,
.k-widget[disabled],
.k-disabled {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}
.k-disabled .k-link,
.k-widget[disabled] .k-link,
.k-disabled .k-link {
  cursor: default;
  outline: 0;
}
.k-disabled [disabled],
.k-disabled .k-disabled,
.k-widget[disabled] [disabled],
.k-widget[disabled] .k-disabled,
.k-disabled [disabled],
.k-disabled .k-disabled {
  opacity: 1;
  filter: grayscale(0);
}
.k-hr {
  margin: 1em auto;
  padding: 0;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.08);
  display: block;
  float: none;
  clear: both;
}
.k-d-flex-row > .k-hr {
  margin: 0;
  width: 0;
  height: auto;
  border-width: 0 0 0 1px;
  flex: 0 0 auto;
}
.k-d-flex-col > .k-hr {
  margin: 0;
  flex: 0 0 auto;
}
.k-dirty {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #f31700 #f31700 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
[dir=rtl] .k-dirty,
.k-rtl .k-dirty {
  border-color: transparent transparent #f31700 #f31700;
  right: auto;
  left: 0;
}
.k-placeholder-line {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
}
.k-drop-hint {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 1000;
  transform: translate(-50%, -50%);
}
.k-drop-hint-start,
.k-drop-hint-end {
  flex-shrink: 0;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
}
.k-drop-hint-line {
  flex-grow: 1;
  background-color: #ff6358;
}
.k-drop-hint-h .k-drop-hint-start {
  border-left-width: 6.9282032304px;
  border-left-color: #ff6358;
  border-right-width: 0;
}
.k-drop-hint-h .k-drop-hint-line {
  width: 20px;
  height: 1px;
}
.k-drop-hint-h .k-drop-hint-end {
  border-right-width: 6.9282032304px;
  border-right-color: #ff6358;
  border-left-width: 0;
}
.k-drop-hint-v {
  flex-direction: column;
}
.k-drop-hint-v .k-drop-hint-start {
  border-top-width: 6.9282032304px;
  border-top-color: #ff6358;
  border-bottom-width: 0;
}
.k-drop-hint-v .k-drop-hint-line {
  width: 1px;
  height: 20px;
}
.k-drop-hint-v .k-drop-hint-end {
  border-bottom-width: 6.9282032304px;
  border-bottom-color: #ff6358;
  border-top-width: 0;
}
.k-animation-container {
  position: absolute;
  overflow: hidden;
  z-index: 100;
}
.k-animation-container-fixed {
  position: fixed;
}
.k-animation-container-relative {
  position: relative;
  display: inline-block;
}
.k-push-right-enter, .k-push-right-appear {
  transform: translate(-100%, 0);
}
.k-push-right-enter-active, .k-push-right-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out;
}
.k-push-right-exit {
  transform: translate(0, 0);
}
.k-push-right-exit-active {
  transform: translate(100%, 0);
  transition: transform 300ms ease-in-out;
}
.k-push-left-enter, .k-push-left-appear {
  transform: translate(100%, 0);
}
.k-push-left-enter-active, .k-push-left-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out;
}
.k-push-left-exit {
  transform: translate(0, 0);
}
.k-push-left-exit-active {
  transform: translate(-100%, 0);
  transition: transform 300ms ease-in-out;
}
.k-push-down-enter, .k-push-down-appear {
  transform: translate(0, -100%);
}
.k-push-down-enter-active, .k-push-down-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out;
}
.k-push-down-exit {
  transform: translate(0, 0);
}
.k-push-down-exit-active {
  transform: translate(0, 100%);
  transition: transform 300ms ease-in-out;
}
.k-push-up-enter, .k-push-up-appear {
  transform: translate(0, 100%);
}
.k-push-up-enter-active, .k-push-up-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out;
}
.k-push-up-exit {
  transform: translate(0, 0);
}
.k-push-up-exit-active {
  transform: translate(0, -100%);
  transition: transform 300ms ease-in-out;
}
.k-expand-vertical-enter, .k-expand-vertical-appear {
  transform: scaleY(0);
}
.k-expand-vertical-enter-active, .k-expand-vertical-appear-active {
  transform: scaleY(1);
  transition: transform 300ms ease-in-out;
}
.k-expand-vertical-exit {
  transform: scaleY(1);
}
.k-expand-vertical-exit-active {
  transform: scaleY(0);
  transition: transform 300ms ease-in-out;
}
.k-expand-horizontal-enter, .k-expand-horizontal-appear {
  transform: scaleX(0);
}
.k-expand-horizontal-enter-active, .k-expand-horizontal-appear-active {
  transform: scaleX(1);
  transition: transform 300ms ease-in-out;
}
.k-expand-horizontal-exit {
  transform: scaleX(1);
}
.k-expand-horizontal-exit-active {
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}
.k-fade-enter, .k-fade-appear {
  opacity: 0;
}
.k-fade-enter-active, .k-fade-appear-active {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}
.k-fade-exit {
  opacity: 1;
}
.k-fade-exit-active {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.k-fade-exit-active + .k-fade-exit-active, .k-fade-enter-active + .k-fade-enter-active {
  display: none;
}
.k-zoom-in-enter, .k-zoom-in-appear {
  opacity: 0;
  transform: scale(0);
}
.k-zoom-in-enter-active, .k-zoom-in-appear-active {
  opacity: 1;
  transform: scale(1);
  transition: transform, opacity 300ms ease-in-out;
}
.k-zoom-in-exit {
  opacity: 1;
  transform: scale(1);
}
.k-zoom-in-exit-active {
  opacity: 0;
  transform: scale(2);
  transition: transform, opacity 300ms ease-in-out;
}
.k-zoom-out-enter, .k-zoom-out-appear {
  opacity: 0;
  transform: scale(2);
}
.k-zoom-out-enter-active, .k-zoom-out-appear-active {
  opacity: 1;
  transform: scale(1);
  transition: transform, opacity 300ms ease-in-out;
}
.k-zoom-out-exit {
  opacity: 1;
  transform: scale(1);
}
.k-zoom-out-exit-active {
  opacity: 0;
  transform: scale(0);
  transition: transform, opacity 300ms ease-in-out;
}
.k-slide-in-appear {
  opacity: 0.1;
  transform: translate(0, -3em);
}
.k-slide-in-appear .k-centered {
  transform: translate(-50%, -60%);
}
.k-slide-in-appear-active {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}
.k-slide-in-appear-active .k-centered {
  transform: translate(-50%, -50%);
}
.k-slide-down-enter, .k-slide-down-appear {
  transform: translateY(-100%);
}
.k-slide-down-enter-active, .k-slide-down-appear-active {
  transform: translateY(0);
  transition: transform 300ms ease-in-out;
}
.k-slide-down-exit {
  transform: translateY(0);
}
.k-slide-down-exit-active {
  transform: translateY(-100%);
  transition: transform 300ms ease-in-out;
}
.k-slide-up-enter, .k-slide-up-appear {
  transform: translateY(100%);
}
.k-slide-up-enter-active, .k-slide-up-appear-active {
  transform: translateY(0);
  transition: transform 300ms ease-in-out;
}
.k-slide-up-exit {
  transform: translateY(0);
}
.k-slide-up-exit-active {
  transform: translateY(100%);
  transition: transform 300ms ease-in-out;
}
.k-slide-right-enter, .k-slide-right-appear {
  transform: translateX(-100%);
}
.k-slide-right-enter-active, .k-slide-right-appear-active {
  transform: translateX(0);
  transition: transform 300ms ease-in-out;
}
.k-slide-right-exit {
  transform: translateX(0);
}
.k-slide-right-exit-active {
  transform: translateX(-100%);
  transition: transform 300ms ease-in-out;
}
.k-slide-left-enter, .k-slide-left-appear {
  transform: translateX(100%);
}
.k-slide-left-enter-active, .k-slide-left-appear-active {
  transform: translateX(0);
  transition: transform 300ms ease-in-out;
}
.k-slide-left-exit {
  transform: translateX(0);
}
.k-slide-left-exit-active {
  transform: translateX(100%);
  transition: transform 300ms ease-in-out;
}
.k-reveal-vertical-enter, .k-reveal-vertical-appear {
  max-height: 0;
}
.k-reveal-vertical-enter-active, .k-reveal-vertical-appear-active {
  transition: max-height 300ms ease-in-out;
}
.k-reveal-vertical-exit-active {
  max-height: 0 !important;
  transition: max-height 300ms ease-in-out;
}
.k-reveal-horizontal-enter, .k-reveal-horizontal-appear {
  max-width: 0;
}
.k-reveal-horizontal-enter-active, .k-reveal-horizontal-appear-active {
  transition: max-width 300ms ease-in-out;
}
.k-reveal-horizontal-exit-active {
  max-width: 0 !important;
  transition: max-width 300ms ease-in-out;
}
.k-fx-end .k-fx-next,
.k-fx-end .k-fx-current {
  transition: all 350ms ease-out;
}
.k-fx {
  position: relative;
}
.k-fx .k-fx-current {
  z-index: 0;
}
.k-fx .k-fx-next {
  z-index: 1;
}
.k-fx-hidden,
.k-fx-hidden * {
  visibility: hidden !important;
}
.k-fx-reverse .k-fx-current {
  z-index: 1;
}
.k-fx-reverse .k-fx-next {
  z-index: 0;
}
.k-fx-zoom.k-fx-start .k-fx-next {
  transform: scale(0) !important;
}
.k-fx-zoom.k-fx-end .k-fx-next {
  transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next, .k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next {
  transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current {
  transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current {
  transform: scale(0) !important;
}
.k-fx-fade.k-fx-start .k-fx-next {
  will-change: opacity;
  opacity: 0;
}
.k-fx-fade.k-fx-end .k-fx-next {
  opacity: 1;
}
.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: opacity;
  opacity: 1;
}
.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current {
  opacity: 0;
}
.k-fx-slide.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-end .k-fx-current .k-header, .k-fx-slide.k-fx-end .k-fx-current .k-footer, .k-fx-slide.k-fx-end .k-fx-next .km-content, .k-fx-slide.k-fx-end .k-fx-next .km-header, .k-fx-slide.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-end .k-fx-current .km-content, .k-fx-slide.k-fx-end .k-fx-current .km-header, .k-fx-slide.k-fx-end .k-fx-current .km-footer {
  transition: all 350ms ease-out;
}
.k-fx-slide.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-start .k-fx-next .km-content {
  will-change: transform;
  transform: translateX(100%);
}
.k-fx-slide.k-fx-start .k-fx-next .k-header, .k-fx-slide.k-fx-start .k-fx-next .k-footer, .k-fx-slide.k-fx-start .k-fx-next .km-header, .k-fx-slide.k-fx-start .k-fx-next .km-footer {
  will-change: opacity;
  opacity: 0;
}
.k-fx-slide.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-end .k-fx-current .km-content {
  transform: translateX(-100%);
}
.k-fx-slide.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-end .k-fx-next .km-header, .k-fx-slide.k-fx-end .k-fx-next .km-footer {
  opacity: 1;
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-content, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  will-change: transform;
  transform: translateX(0);
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  transform: translateX(100%);
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  transform: translateX(-100%);
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  transform: translateX(0);
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-header, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer {
  will-change: opacity;
  opacity: 1;
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-header, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer {
  opacity: 1;
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer {
  opacity: 0;
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer {
  opacity: 1;
}
.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content {
  transform: translateX(-100%);
}
.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content {
  transform: translateX(100%);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  transform: translateX(0);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  transform: translateX(-100%);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  transform: translateX(100%);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  transform: translateX(0%);
}
.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  transform: translateX(100%);
}
.k-fx-tile.k-fx-end .k-fx-current {
  transform: translateX(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  transform: translateX(0);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  transform: translateX(100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  transform: translateX(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  transform: translateX(0);
}
.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  transform: translateX(-100%);
}
.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  transform: translateX(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  transform: translateX(0);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  transform: translateX(-100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  transform: translateX(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  transform: translateX(0%);
}
.k-fx.k-fx-overlay.k-fx-start .k-fx-next, .k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next {
  will-change: transform;
  transform: translateX(100%);
}
.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
  transform: translateX(-100%);
}
.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
  transform: translateY(100%);
}
.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
  transform: translateY(-100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
  transform: none;
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  transform: none;
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current, .k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current {
  transform: translateX(100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
  transform: translateX(-100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current {
  transform: translateY(100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
  transform: translateY(-100%);
}
.k-drag-clue {
  border-radius: 4px;
  padding: 4px 8px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  font-size: 13px;
  font-family: inherit;
  line-height: 1.4285714286;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  align-content: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 20000;
  cursor: move;
}
.k-drag-status,
.k-drag-clue .k-drag-status {
  margin: 0;
  margin-right: 0.4ex;
}
.k-drag-clue {
  border-color: #e4e4e4;
  color: #333;
  background-color: transparent;
}
.k-reorder-cue {
  position: absolute;
}
.k-reorder-cue::before, .k-reorder-cue::after {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid transparent;
  position: absolute;
  transform: translateX(-50%);
}
.k-reorder-cue::before {
  border-bottom-width: 0;
  border-top-color: currentColor;
  top: -4px;
}
.k-reorder-cue::after {
  border-top-width: 0;
  border-bottom-color: currentColor;
  bottom: -4px;
}
.k-loading-mask,
.k-loading-image,
.k-loading-color {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.k-loading-mask *,
.k-loading-mask *::before,
.k-loading-mask *::after, .k-loading-mask::before, .k-loading-mask::after,
.k-loading-image *,
.k-loading-image *::before,
.k-loading-image *::after,
.k-loading-image::before,
.k-loading-image::after,
.k-loading-color *,
.k-loading-color *::before,
.k-loading-color *::after,
.k-loading-color::before,
.k-loading-color::after {
  box-sizing: border-box;
}
.k-loading-mask {
  z-index: 100;
}
.k-loading-mask.k-opaque .k-loading-color {
  opacity: 1;
}
.k-loading-text {
  text-indent: -4000px;
  text-align: center;
  position: absolute;
  color: currentColor;
}
.k-loading-image {
  z-index: 2;
  color: currentColor;
}
.k-loading-color {
  background-color: #ffffff;
  opacity: 0.3;
}
.k-i-loading {
  position: relative;
  background-color: transparent;
  box-sizing: border-box;
  color: currentColor;
}
.k-i-loading::before, .k-i-loading::after {
  box-sizing: border-box;
}
.k-i-loading::before,
.k-i-loading::after,
.k-loading-image::before,
.k-loading-image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "";
  box-sizing: inherit;
  border-radius: 50%;
  border-width: 0.05em;
  border-style: solid;
  border-color: currentColor;
  border-top-color: transparent;
  border-bottom-color: transparent;
  background-color: transparent;
}
.k-icon.k-i-loading::before,
.k-icon.k-i-loading::after {
  content: "";
}
.k-i-loading::before,
.k-loading-image::before {
  margin-top: -0.5em;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
  animation: k-loading-animation 0.7s linear infinite;
}
.k-i-loading::after,
.k-loading-image::after {
  margin-top: -0.25em;
  margin-left: -0.25em;
  width: 0.5em;
  height: 0.5em;
  animation: k-loading-animation reverse 1.4s linear infinite;
}
.k-loading-image::before,
.k-loading-image::after {
  content: "";
  border-width: 1px;
  border-width: clamp(0.015em, 1px, 1px);
  font-size: 4em;
}
@keyframes loading {
  0% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 502;
  }
  50% {
    stroke-dasharray: 250 1;
  }
  100% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 0;
  }
}
@keyframes k-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.k-resize-handle,
.k-resize-hint {
  position: absolute;
  border-color: inherit;
  z-index: 200;
}
.k-resize-handle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.k-resize-handle::before {
  content: "";
  border: 0 solid;
  border-color: inherit;
}
.k-resize-n {
  width: 100%;
  height: 6px;
  flex-direction: row;
  left: 0;
  top: -3px;
  cursor: n-resize;
}
.k-resize-s {
  width: 100%;
  height: 6px;
  flex-direction: row;
  left: 0;
  bottom: -3px;
  cursor: s-resize;
}
.k-resize-w {
  width: 6px;
  height: 100%;
  flex-direction: column;
  top: 0;
  left: -3px;
  cursor: w-resize;
}
.k-resize-e {
  width: 6px;
  height: 100%;
  flex-direction: column;
  top: 0;
  right: -3px;
  cursor: e-resize;
}
.k-resize-sw,
.k-resize-se,
.k-resize-nw,
.k-resize-ne {
  width: 5px;
  height: 5px;
}
.k-resize-sw {
  cursor: sw-resize;
  bottom: 0;
  left: 0;
}
.k-resize-se {
  cursor: se-resize;
  bottom: 0;
  right: 0;
}
.k-resize-nw {
  cursor: nw-resize;
  top: 0;
  left: 0;
}
.k-resize-ne {
  cursor: ne-resize;
  top: 0;
  right: 0;
}
.k-vertical-resize {
  cursor: row-resize;
}
.k-horizontal-resize {
  cursor: col-resize;
}
.k-resize-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.k-resize-hint .k-resize-hint-handle {
  width: auto;
  height: 20px;
  align-self: stretch;
}
.k-resize-hint .k-resize-hint-marker {
  width: 2px;
  height: auto;
  flex: 1 1 auto;
}
.k-resize-hint-vertical {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.k-resize-hint-vertical .k-resize-hint-handle {
  width: 20px;
  height: auto;
  align-self: stretch;
}
.k-resize-hint-vertical .k-resize-hint-marker {
  width: auto;
  height: 2px;
  flex: 1 1 auto;
}
.k-scrollbar {
  position: absolute;
  overflow: scroll;
}
.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  overflow-x: hidden;
}
.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}
.k-marquee {
  position: absolute;
  z-index: 100000;
}
.k-marquee-color,
.k-marquee-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.k-marquee-color {
  color: inherit;
  background-color: transparent;
  border-color: inherit;
  opacity: 0.6;
}
.k-marquee-text {
  color: inherit;
}
.k-static,
.k-pos-static {
  position: static !important;
}
.\!k-static,
.\!k-pos-static {
  position: static !important;
}
.k-relative,
.k-pos-relative {
  position: relative !important;
}
.\!k-relative,
.\!k-pos-relative {
  position: relative !important;
}
.k-absolute,
.k-pos-absolute {
  position: absolute !important;
}
.\!k-absolute,
.\!k-pos-absolute {
  position: absolute !important;
}
.k-fixed,
.k-pos-fixed {
  position: fixed !important;
}
.\!k-fixed,
.\!k-pos-fixed {
  position: fixed !important;
}
.k-sticky,
.k-pos-sticky {
  position: sticky !important;
}
.\!k-sticky,
.\!k-pos-sticky {
  position: sticky !important;
}
.k-top,
.k-pos-top {
  top: 0;
}
.k-right,
.k-pos-right {
  right: 0;
}
.k-bottom,
.k-pos-bottom {
  bottom: 0;
}
.k-left,
.k-pos-left {
  left: 0;
}
.k-top-start,
.k-pos-top-start {
  top: 0;
  left: 0;
}
.k-rtl .k-top-start, .k-top-start[dir=rtl], [dir=rtl] .k-top-start,
.k-rtl .k-pos-top-start,
.k-pos-top-start[dir=rtl],
[dir=rtl] .k-pos-top-start {
  left: auto;
  right: 0;
}
.k-top-center,
.k-pos-top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.k-top-end,
.k-pos-top-end {
  top: 0;
  right: 0;
}
.k-rtl .k-top-end, .k-top-end[dir=rtl], [dir=rtl] .k-top-end,
.k-rtl .k-pos-top-end,
.k-pos-top-end[dir=rtl],
[dir=rtl] .k-pos-top-end {
  right: auto;
  left: 0;
}
.k-middle-start,
.k-pos-middle-start {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.k-rtl .k-middle-start, .k-middle-start[dir=rtl], [dir=rtl] .k-middle-start,
.k-rtl .k-pos-middle-start,
.k-pos-middle-start[dir=rtl],
[dir=rtl] .k-pos-middle-start {
  left: auto;
  right: 0;
}
.k-middle-center,
.k-pos-middle-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.k-middle-end,
.k-pos-middle-end {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.k-rtl .k-middle-end, .k-middle-end[dir=rtl], [dir=rtl] .k-middle-end,
.k-rtl .k-pos-middle-end,
.k-pos-middle-end[dir=rtl],
[dir=rtl] .k-pos-middle-end {
  right: auto;
  left: 0;
}
.k-bottom-start,
.k-pos-bottom-start {
  bottom: 0;
  left: 0;
}
.k-rtl .k-bottom-start, .k-bottom-start[dir=rtl], [dir=rtl] .k-bottom-start,
.k-rtl .k-pos-bottom-start,
.k-pos-bottom-start[dir=rtl],
[dir=rtl] .k-pos-bottom-start {
  left: auto;
  right: 0;
}
.k-bottom-center,
.k-pos-bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.k-bottom-end,
.k-pos-bottom-end {
  bottom: 0;
  right: 0;
}
.k-rtl .k-bottom-end, .k-bottom-end[dir=rtl], [dir=rtl] .k-bottom-end,
.k-rtl .k-pos-bottom-end,
.k-pos-bottom-end[dir=rtl],
[dir=rtl] .k-pos-bottom-end {
  right: auto;
  left: 0;
}
@font-face {
  font-family: "WebComponentsIcons";
  font-style: normal;
  font-weight: normal;
  src: url(data:font/ttf;base64,AAEAAAAMAIAAAwBAR1NVQo3K6zkAAADMAABKhk9TLzIPEgdLAABLVAAAAGBjbWFwa5VoVQAAS7QAAADMZ2FzcAAAABAAAEyAAAAACGdseWZTH7QmAABMiAABwxBoZWFkIfrqIgACD5gAAAA2aGhlYQfABnAAAg/QAAAAJGhtdHgiA9+WAAIP9AAACrxsb2Nhwpw1AgACGrAAAAVgbWF4cALuAy4AAiAQAAAAIG5hbWV+lztHAAIgMAAABOxwb3N0AAMAAAACJRwAAAAgAAEAAAAKAB4ALAABbGF0bgAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAoAAAABADwAGwB2AIAKmA/kFigZ1hpwH/gh6CP0JmgobiiSK+QvFC9GMDA1TDW4OSY+YkcSR8ZI3EmASdZKQgABABsACQANAA4ADwAQABEAEgATABQAFQAWABcAGAAZABoAGwAcAB0AHgAfACAAIQAiACMAJQAmAq4AAQAEAJcAAgAKAEwAmgCmAL4A1ADeAOYA/gEeAUABVgF6AYwBogG6AdQB/AISAiwCTAJqAogCoAK2AtwDCAMyA1wDfgOmA8wD8gQKBCgERARgBIQEpgTOBPQFFAUuBUQFYgV8BYoFkgW4BdwF8AYMBkwGkAbOBxAHOgdiB3oHlAfAB+oIBAgsCFIIaAiECLAI2gj0CSAJSglkCZQJyAnqCfQJ/ADyAAUAIQAQABUAGwCXAAsAIAAgAA0ADwAUABkAEQAaACAABgCWAAoAIAAgAA0ADwAUABkAEQAaACAAsAAEAB8ADwAGAK0AAwAfAA8ARwALAB4AHgAbACMAHwAEAB8AIwANABwARQAPAB4AHgAbACMAHwAEAB4AEQAfABUAJgAVABoAEwA4ABAAHgAeABsAIwAfAAQAGgAbAAQADwAUAA0AGgATABEANwAKAB4AHgAbACMAHwAEABcAHAAVAEYAEQAeAB4AGwAjAB8ABAAQABUAGQARABoAHwAVABsAGgAfAD4ACAAeAB4AGwAjAAQAIQAcAEQACgAeAB4AGwAjAAQAHgAbABsAIAA/AAsAHgAeABsAIwAEAB4AFQATABQAIABDAAwAHgAeABsAIwAEABwADQAeABEAGgAgADkAEwAeAB4AGwAjAAQAGwAiABEAHgASABgAGwAjAAQAEAAbACMAGgBBAAoAHgAeABsAIwAEABgAEQASACAALwAMAB4AHgAbACMABAARABoAEAAEACEAHAAwAA8AHgAeABsAIwAEABEAGgAQAAQAHgAVABMAFAAgADIADgAeAB4AGwAjAAQAEQAaABAABAAYABEAEgAgADEADgAeAB4AGwAjAAQAEQAaABAABAAQABsAIwAaAEIACwAeAB4AGwAjAAQAEAAeABUAGAAYAEAACgAeAB4AGwAjAAQAEAAbACMAGgAzABIAHgAeABsAIwAEABAAGwAhAA4AGAARAAQACwAFAAQAIQAcADQAFQAeAB4AGwAjAAQAEAAbACEADgAYABEABAALAAUABAAeABUAEwAUACAANgAUAB4AHgAbACMABAAQABsAIQAOABgAEQAEAAsABQAEABgAEQASACAANQAUAB4AHgAbACMABAAQABsAIQAOABgAEQAEAAsABQAEABAAGwAjABoAOgAQAB4AHgAbACMABAAPABQAEQAiAB4AGwAaAAQAIQAcADsAEwAeAB4AGwAjAAQADwAUABEAIgAeABsAGgAEAB4AFQATABQAIAA9ABIAHgAeABsAIwAEAA8AFAARACIAHgAbABoABAAYABEAEgAgADwAEgAeAB4AGwAjAAQADwAUABEAIgAeABsAGgAEABAAGwAjABoAKwALAB4AHgAbACMABAALAAUABAAhABwALAAOAB4AHgAbACMABAALAAUABAAeABUAEwAUACAALgANAB4AHgAbACMABAALAAUABAAYABEAEgAgAC0ADQAeAB4AGwAjAAQACwAFAAQAEAAbACMAGgAnABEAHgAeABsAIwAEAAkACgAEACEAHAAEAB4AFQATABQAIAAqABAAHgAeABsAIwAEAAkACgAEACEAHAAEABgAEQASACAAKAATAB4AHgAbACMABAAJAAoABAAQABsAIwAaAAQAHgAVABMAFAAgACkAEgAeAB4AGwAjAAQACQAKAAQAEAAbACMAGgAEABgAEQASACAClwAPAB4AEQANAAQAHwAgAA0ADwAXABEAEAAGAAUABQKWAAwAHgARAA0ABAAfACAADQAPABcAEQAQApgACgAeABEADQAEAB4ADQAaABMAEQKVAA4AHgARAA0ABAAPABgAIQAfACAAEQAeABEAEAHAAAwAHAAcABgAJQAEABIAGwAeABkADQAgAc8ABgAaAA8AFAAbAB4BZgADABgAGAFKABIAGAAVABMAGgAEACAAGwAcAAQAEQAYABEAGQARABoAIAAfASYAEQAYABUAEwAaAAQAIAAbABwABAARABgAEQAZABEAGgAgAXQACQAYABUAEwAaAAQAIAAbABwBMQANABgAFQATABoABAAgABsABAATAB4AFQAQAU0AHwAYABUAEwAaAAQAHwAgAB4AEQAgAA8AFAAEABEAGAARABkAEQAaACAAHwAEACIAEQAeACAAFQAPAA0AGAFIACEAGAAVABMAGgAEAB8AIAAeABEAIAAPABQABAARABgAEQAZABEAGgAgAB8ABAAUABsAHgAVACYAGwAaACAADQAYAUQAHgAYABUAEwAaAAQAHwAgAB4AEQAgAA8AFAAEABEAGAARABkAEQAaACAABAAiABEAHgAgABUADwANABgBQwAgABgAFQATABoABAAfACAAHgARACAADwAUAAQAEQAYABEAGQARABoAIAAEABQAGwAeABUAJgAbABoAIAANABgBRwAUABgAFQATABoABAAeABUAEwAUACAABAARABgAEQAZABEAGgAgAB8BJQATABgAFQATABoABAAeABUAEwAUACAABAARABgAEQAZABEAGgAgAXkACwAYABUAEwAaAAQAHgAVABMAFAAgAXsADAAYABUAEwAaAAQAHgARABkAGwAiABEBSwAVABgAFQATABoABAAZABUAEAAQABgAEQAEABEAGAARABkAEQAaACAAHwEnABQAGAAVABMAGgAEABkAFQAQABAAGAARAAQAEQAYABEAGQARABoAIAF1AAwAGAAVABMAGgAEABkAFQAQABAAGAARAUUAEwAYABUAEwAaAAQAGAARABIAIAAEABEAGAARABkAEQAaACAAHwEjABIAGAAVABMAGgAEABgAEQASACAABAARABgAEQAZABEAGgAgAXcACgAYABUAEwAaAAQAGAARABIAIAF6AA0AGAAVABMAGgAEABYAIQAfACAAFQASACUBRgAVABgAFQATABoABAAPABEAGgAgABEAHgAEABEAGAARABkAEQAaACAAHwEkABQAGAAVABMAGgAEAA8AEQAaACAAEQAeAAQAEQAYABEAGQARABoAIAF4AAwAGAAVABMAGgAEAA8AEQAaACAAEQAeAUwAFQAYABUAEwAaAAQADgAbACAAIAAbABkABAARABgAEQAZABEAGgAgAB8BKAAUABgAFQATABoABAAOABsAIAAgABsAGQAEABEAGAARABkAEQAaACABdgAMABgAFQATABoABAAOABsAIAAgABsAGQFOABcAGAAVABMAGgAEAA4ADQAfABEAGAAVABoAEQAEACIAEQAeACAAFQAPAA0AGAFJABkAGAAVABMAGgAEAA4ADQAfABEAGAAVABoAEQAEABQAGwAeABUAJgAbABoAIAANABgCRgAQABMAEwAeABEAEwANACAAEQAEABIAFQARABgAEAAfALgABAAQABAABgC3AAMAEAAQANgADQAPAA8AEQAfAB8AFQAOABUAGAAVACAAJQAsAFoAaAB2AIIAqgDAAOQBBAE0AWgBhgGeAbQB1gH8AiACSAJiAnwCrALaAxADRANgA3QDjAOoA7IDvAPUA+QD+gQSBCIEQgRyBJIEogTABNgE7AUIBRAFMgGXAAYAIQAgACAAGwAaAqYABgAhAA4ADgAYABEBEgAFAB4AIQAfABQBFgATAB4AFQATABQAIAAaABEAHwAfAAQADwAbABoAIAAeAA0AHwAgAHgACgAbACQABAAfABUAJgAVABoAEwGSABEAGwAeABAAEQAeAB8ABAAfABQAGwAjAAQAFAAVABAAEQGJAA8AGwAeABAAEQAeAB8ABAAbACEAIAAfABUAEAARAYwAFwAbAB4AEAARAB4AHwAEABUAGgAfABUAEAARAAQAIgARAB4AIAAVAA8ADQAYAYsAGQAbAB4AEAARAB4AHwAEABUAGgAfABUAEAARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAGKAA4AGwAeABAAEQAeAB8ABAAVABoAHwAVABAAEQGIAAsAGwAeABAAEQAeAB8ABAANABgAGAGNAAoAGwAeABAAEQAeAAQAIAAbABwAbQAQABsAHgAQABEAHgAEAB8AIAAlABgAEQAEACAAGwAcAG4AEgAbAB4AEAARAB4ABAAfACAAJQAYABEABAAeABUAEwAUACAAcAARABsAHgAQABEAHgAEAB8AIAAlABgAEQAEABgAEQASACAAbwATABsAHgAQABEAHgAEAB8AIAAlABgAEQAEAA4AGwAgACAAGwAZAGwADAAbAB4AEAARAB4ABAAfACAAJQAYABEBkAAMABsAHgAQABEAHgAEAB4AFQATABQAIAByABcAGwAeABAAEQAeAAQAHgANABAAFQAhAB8ABAAgABsAHAAEAB4AFQATABQAIAB1ABYAGwAeABAAEQAeAAQAHgANABAAFQAhAB8ABAAgABsAHAAEABgAEQASACAAcwAaABsAHgAQABEAHgAEAB4ADQAQABUAIQAfAAQADgAbACAAIAAbABkABAAeABUAEwAUACAAdAAZABsAHgAQABEAHgAEAB4ADQAQABUAIQAfAAQADgAbACAAIAAbABkABAAYABEAEgAgAHEADQAbAB4AEAARAB4ABAAeAA0AEAAVACEAHwGRAAkAGwAeABAAEQAeAAQAGgAbAY8ACwAbAB4AEAARAB4ABAAYABEAEgAgAY4ADQAbAB4AEAARAB4ABAAOABsAIAAgABsAGQFbAAQAGwAYABABGwAEABgAIQAeAhgACwAYABsAEwATABEAHgAEAA4AGwAkAhcABwAYABsAEwATABEAHgIJAAoAGAAbAA8AFwAdACEAGwAgABECOAALABEAFAANABoADwARAAQADgAbACQCNwAHABEAFAANABoADwARANsADwANAB4ADwAbABAAEQAEAB8ADwANABoAGgARAB4A3wAXAA0AHgAPABsAEAARAAQAHQAeAAQADwAbABAAEQAEAB8ADwANABoAGgARAB4A2QAPAA0AHgAPABsAEAARAAQAGwAhACAAGAAVABoAEQDaAAcADQAeAA8AGwAQABECkwAOAA0AHgAEAB8AIAANAA8AFwARABAABgAFAAUCkgALAA0AHgAEAB8AIAANAA8AFwARABAClAAJAA0AHgAEAB4ADQAaABMAEQKRAA0ADQAeAAQADwAYACEAHwAgABEAHgARABACqAADAA0AHgEiABAADQAPABcAIwANAB4AEAAEABEAGAARABkAEQAaACABIAAMAA0ADwAXAAQAEQAYABEAGQARABoAIABAAIIAigCiAL4AzADWAN4A7ADyAQQBDgEmATABVAF4AYwBtAHSAeIB8gIWAjQCTgJqAowCpgLAAswC2gLoAvQDGgMmAzoDRgNWA2YDdgOGA5QDqgPOA/gEIARIBGoEfASKBJgEpATEBPIFJAU8BWgFmAWuBbgF0gXiBfIGAAYcBi4BuAADACEAIAGqAAsAIQAfACAAGwAZAAQAFQAPABsAGgHwAA0AIQAfACAAGwAZAAQAEgAbAB4AGQANACAA4gAGACEAHgAfABsAHgJXAAQAHwAfAAgCWgADAB8AHwJdAAYAHwAcAB4AGwAWAl8AAgAfAfYACAAeABsAHwAfACAADQAOAQsABAAeABsAHAHCAAsAGwAcACUABAASABsAHgAZAA0AIAG3AAQAGwAcACUBYQARABsAGgAiABEAHgAgAAQAIQAcABwAEQAeAA8ADQAfABEBYAARABsAGgAiABEAHgAgAAQAGAAbACMAEQAeAA8ADQAfABEAzQAJABsAGgAaABEADwAgABsAHgGxABMAGwAZABkAEQAaACAAHwAEAB4AEQAZABsAIgARAAQADQAYABgBsAAOABsAGQAZABEAGgAgAAQAHgARABkAGwAiABEBrwAHABsAGQAZABEAGgAgAFQABwAbABgAIQAZABoAHwKPABEAGwAYACEAGQAaAAQAHwAgAA0ADwAXABEAEAAGAAUABQKOAA4AGwAYACEAGQAaAAQAHwAgAA0ADwAXABEAEAKQAAwAGwAYACEAGQAaAAQAHgANABoAEwARAeUADQAbABgAIQAZABoABAASAB4AEQARACYAEQKNABAAGwAYACEAGQAaAAQADwAYACEAHwAgABEAHgARABABWQAMABsAGAAbAB4ABAAPAA0AGgAiAA0AHwGVAAwAGwAQABEABAAfABoAFQAcABwAEQAgAmIABQAYABsAIQAQAKYABgAYABsAHwARAAcApQAGABgAGwAfABEABgCkAAUAGAAbAB8AEQDmABIAGAAbAA8AFwAEAA0AHgAeABsAIwAEAB4AGwAgAA0AIAARAJAABQAYABsADwAXAcEACQAYABEADQAeAAQADwAfAB8AswAFABgAEQANAB4ArAAHABUAHgAPABgAEQAJAKkABwAVAB4ADwAYABEACACmAAcAFQAeAA8AGAARAAcAowAHABUAHgAPABgAEQAGAP4ABgAVAB4ADwAYABECrQAKABQAGwAeABsAHAAYABEAIAAUAIUAEQAUABEAIgAeABsAGgAEABAAGwAhAA4AGAARAAQAIQAcAIYAFAAUABEAIgAeABsAGgAEABAAGwAhAA4AGAARAAQAHgAVABMAFAAgAIgAEwAUABEAIgAeABsAGgAEABAAGwAhAA4AGAARAAQAGAARABIAIACHABMAFAARACIAHgAbABoABAAQABsAIQAOABgAEQAEABAAGwAjABoA+wAQABQAEQAPABcADgAbACQABAAPABQAEQAPABcAEQAQAPoACAAUABEADwAXAA4AGwAkAKMABgAUABEADwAXAAcAogAGABQAEQAPABcABgChAAUAFAARAA8AFwGiAA8AFAANABoAEwARAAQAGQANABoAIQANABgAGAAlAd8AFgARABgAGAAfAAQAGQARAB4AEwARAAQAIgARAB4AIAAVAA8ADQAYABgAJQHeABgAEQAYABgAHwAEABkAEQAeABMAEQAEABQAGwAeABUAJgAbABoAIAANABgAGAAlAd0ACwARABgAGAAfAAQAGQARAB4AEwARAeEAFQARABgAGAAEAB8AHAAYABUAIAAEACIAEQAeACAAFQAPAA0AGAAYACUB4AAXABEAGAAYAAQAHwAcABgAFQAgAAQAFAAbAB4AFQAmABsAGgAgAA0AGAAYACUASQAKAA0AIAARABMAGwAeABUAJgARAMwABAANAB4AIAKnAAwADQAaABAAGAARAAQAHwAgABUADwAXAKAABwANABoADwARABgABwCfAAcADQAaAA8AEQAYAAYAngAGAA0AGgAPABEAGAGZAA0ADQAYABEAGgAQAA0AHgAEABAADQAgABEAkQAIAA0AGAARABoAEAANAB4AywAKAA0AGAAPACEAGAANACAAGwAeACQASgBqAIQAlgCyAMQA1gDkAQYBFAEcAUQBYgF8AZgBwgHYAeoB9AISAjACPAJGAmICdgKEArgC8AMSAzQDRgNYA2wDfgOSA6QA5gAPACEAHgANACAAFQAbABoABAAcABUADwAXABEAHgI6AAwAHgAVAA4ADgAOABgAEQAEAA4AGwAkAjkACAAeABUADgAOAA4AGAARAEgADQAeAA0AEwAEAA0AGgAQAAQAEAAeABsAHAC7AAgAGwAjABoAGAAbAA0AEAKgAAgAGwAhABMAFAAaACEAIAHuAAYAGwAYABgADQAeAakAEAAbAA8AIQAZABEAGgAgAAQAGQANABoADQATABEAHgDXAAYAFQAiABUAEAARAWUAAwAVACIAgAATABUAHwAcABgADQAlAAQAFQAaABgAFQAaABEABAASABgAEQAkAgcADgAVAB8AHAAYAA0AJQAEABUAGgAYABUAGgARAH8ADAAVAB8AHAAYAA0AJQAEABIAGAARACQAfQANABUAHwAcABgADQAlAAQADgAYABsADwAXAH4AFAAVAB8AHAAYAA0AJQAEAAwAGgAYABUAGgARAAQADgAYABsADwAXAUIACgAVABkAEQAaACAAFQAbABoAHwIcAAgAFQATABMABAAOABsAJAIbAAQAFQATABMBqwAOABUADwAgABUAGwAaAA0AHgAlAAQADQAQABACbAAOABEAIAANABUAGAAEAB8AEQAPACAAFQAbABoAsQAFABEAHwAPAAYArgAEABEAHwAPAhoADQARABgAFQAPABUAGwAhAB8ABAAOABsAJAIZAAkAEQAYABUADwAVABsAIQAfAJUABgARABgAEQAgABEBPAAZABEADwAeABEADQAfABEABAAiABEAHgAgABUADwANABgABAAfABwADQAPABUAGgATATgAGwARAA8AHgARAA0AHwARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAAEAB8AHAANAA8AFQAaABMB8QAQABEADwAVABkADQAYAAQAFQAaAA8AHgARAA0AHwARAfIAEAARAA8AFQAZAA0AGAAEABAAEQAPAB4AEQANAB8AEQJzAAgADQAgAA0ABAAjABEADgJyAAgADQAgAA0ABAAfAB0AGAKHAAkADQAgAA0ABAAeABEAHwAgAokACAANACAADQAEABsAEAAfAnEACQANACAADQAEABYAHwAbABoCcAAIAA0AIAANAAQADwAfACICZQAEAA0AIAANAAkAFAAqADgAQABOAFoAbgB6AJABPgAKACUAEQAQAB4AGwAcABwAEQAeAgIABgAkABwAGwAeACACXAADACQAEQDUAAYAHQAhAA0AGAAGANMABQAdACEADQAYAh4ACQAZAA0AFQAYAAQADgAbACQCHQAFABkADQAVABgBoAAKABAAFQAgAAQAIAAbABsAGAAfAJQABAAQABUAIAA6AHYAmACwAMwA7AD8ARIBNgFQAVoBfAGQAagBvAHUAewCAgIQAiwCTAJoAooCmgKqAroCygLaAuoC+AMCAxoDLANAA1YDdgOIA6ADsgPUA/gECgQcBC4ERARkBHoEkASmBMYE2gTsBQQFFgUsBUAFUgVcBXYBLgAQACEAGAAYAAQAHwAPAB4AEQARABoABAARACQAFQAgAS0ACwAhABgAGAAEAB8ADwAeABEAEQAaAR8ADQAeABsAGgAgAAQAEQAYABEAGQARABoAIAEhAA8AGwAeACMADQAeABAABAARABgAEQAZABEAGgAgAOsABwAbAB4AIwANAB4AEAHrAAoAGwAeABkAIQAYAA0ABAASACQByAARABsAHgAZAA0AIAAEAA8AGwAQABEABAAOABgAGwAPABcBlAAMABsAHgAZAAQAEQAYABEAGQARABoAIAGTAAQAGwAeABkBXwAQABsAHgARABMAHgAbACEAGgAQAAQADwAbABgAGwAeAfMACQAbABoAIAAEAB8AFQAmABEBXgALABsAGgAgAAQAEgANABkAFQAYACUCRAAJABsAGAAQABEAHgAEACEAHAJCAAsAGwAYABAAEQAeAAQAGwAcABEAGgJFAAsAGwAYABAAEQAeAAQAGQAbAB4AEQJDAAoAGwAYABAAEQAeAAQADQAQABACQQAGABsAGAAQABEAHgEOAA0AGAAVABwABAAiABEAHgAgABUADwANABgBDQAPABgAFQAcAAQAFAAbAB4AFQAmABsAGgAgAA0AGAG1AA0AGAANAB8AFAAEABkADQAaAA0AEwARAB4BtgAQABUAGgAQAAQADQAaABAABAAeABEAHAAYAA0ADwARALgABwAVABgAIAARAB4ACwC3AAcAFQAYACAAEQAeAAoAtgAHABUAGAAgABEAHgAJALUABwAVABgAIAARAB4ACAC0AAcAFQAYACAAEQAeAAcAswAHABUAGAAgABEAHgAGALIABgAVABgAIAARAB4CVgAEABUAGAAZAoYACwAVABgAEQAfAAQAEQAeAB4AGwAeAlUACAAVABgAEQAEACYAFQAcAkwACQAVABgAEQAEACMAGwAeABACfAAKABUAGAARAAQAIgAVABAAEQAbAogADwAVABgAEQAEACAAJQAcABEAHwAPAB4AFQAcACACSQAIABUAGAARAAQAIAAkACACigALABUAGAARAAQAHgARABwAGwAeACACUAAIABUAGAARAAQAHAAfABACggAQABUAGAARAAQAHAAeABsAEwAeAA0AGQAZABUAGgATAn8AEQAVABgAEQAEABwAHgARAB8AEQAaACAADQAgABUAGwAaAk4ACAAVABgAEQAEABwAHAAgAk8ACAAVABgAEQAEABwAEAASAk0ACAAVABgAEQAEABkAEAAOAn4ACgAVABgAEQAEABUAGQANABMAEQJjAA8AFQAYABEABAAUABsAHgAVACYAGwAaACAADQAYAlEACgAVABgAEQAEABIAGAANAB8AFAJLAAoAFQAYABEABAARACQADwARABgChQAKABUAGAARAAQAEQAeAB4AGwAeAoEADwAVABgAEQAEABAAFQAfAA8ABAAVABkADQATABECgAAJABUAGAARAAQAEAANACAADQJKAAgAFQAYABEABAAPAB8AIgJSAAsAFQAYABEABAAPABsAGgASABUAEwJUAAgAFQAYABEABAAOAA0ADwJ9AAoAFQAYABEABAANACEAEAAVABsCUwAJABUAGAARAAQADQAfAA8AJAJIAAgAFQAYABEABAANABAAEAJHAAQAFQAYABECIAAMAA0ADwARAA4AGwAbABcABAAOABsAJAIfAAgADQAPABEADgAbABsAFwAVACwASAByAJwAvgDSAN4A9gEAARQBJAEwAVABaAF+AYwBqAG0AcABygHaAm4ADQAeABsAIQAcAAQAHwARAA8AIAAVABsAGgJoABQAHgAbACEAHAAEABQAEQANABAAEQAeAAQAHwARAA8AIAAVABsAGgJpABQAHgAbACEAHAAEABIAGwAbACAAEQAeAAQAHwARAA8AIAAVABsAGgJ0ABAAHgAbACEAHAAEAA8AGwAYABgAEQAPACAAFQAbABoBmgAJAB4AGwAhABwABAAOABsAJABMAAUAHgAbACEAHABLAAsAHgAVABAABAAYAA0AJQAbACEAIABKAAQAHgAVABABGgAJAB4AEQAlAB8ADwANABgAEQDWAAcAHgARAA0AIAARAB4CjAAFAB4ADQAcABQCJAAPABsAGwATABgAEQAEABwAGAAhAB8ABAAOABsAJAIjAAsAGwAbABMAGAARAAQAHAAYACEAHwIiAAoAGwAbABMAGAARAAQADgAbACQCIQAGABsAGwATABgAEQIOAA0AGAAbAA4AEQAEABsAIQAgABgAFQAaABECDwAFABgAGwAOABEAxAAFABEADQAeAB8AwwAEABEADQAeAIIABwANABwABAAeABsAIwCBAAoADQAcAAQADwAbABgAIQAZABoAGQA0AEoAeACmAMYA5gD6AQYBEAEoAT4BSAFWAXIBfgGEAZ4BwgHeAegB7gH0AfoCAAIGAL4ACgAlABwAEQAeABgAFQAaABcABgHLABYAJQAcABEAHgAYABUAGgAXAAQAGAAVABMAFAAgAAQAEAAVAA0AGAAbABMBzQAWACUAHAARAB4AGAAVABoAFwAEABMAGAAbAA4AEQAEAB4AEQAZABsAIgARAcwADwAlABwAEQAeABgAFQAaABcABAATABgAGwAOABEBzgAPACUAHAARAB4AGAAVABoAFwAEABEAGQANABUAGAC9AAkAJQAcABEAHgAYABUAGgAXAlgABQAgABkAGAAKAlkABAAgABkAGACZAAsAGwAeABUAJgAbABoAIAANABgABgCYAAoAGwAeABUAJgAbABoAIAANABgAWwAEABsAGQARAFwABgARABUAEwAUACAA9gANABEADQAeACAABAAbACEAIAAYABUAGgARAPcABQARAA0AHgAgAO8AAgAQAE4ADAANABoAEAAYABEAHgAEABAAHgANABMAgwARAA0AGgAQABgAEQAEAB4AEQAfABUAJgARAAQADQAYACAAhAANAA0AGgAQABgAEQAEAB4AEQAfABUAJgARAOEABAANABoAEAFsAAIACwFrAAIACgFqAAIACQFpAAIACAFoAAIABwFnAAIABgAWAC4APABYAGwAiACgALQAzADsAQwBQAF4AYQBigGYAaYBwAHiAggCIgI4AmgBXAAGACAADQAYABUADwEYAA0AGgAiABEAHgAgAAQADwAbABgAGwAeAB8BcQAJABoAHwARAB4AIAAEACEAHAFyAA0AGgAfABEAHgAgAAQAGQAVABAAEAAYABEBcwALABoAHwARAB4AIAAEABAAGwAjABoCewAJABoAFAARAB4AFQAgABEAEAECAAsAGgASABsAHgAZAA0AIAAVABsAGgFvAA8AGgAQABEAGgAgAAQAFQAaAA8AHgARAA0AHwARAXAADwAaABAAEQAaACAABAAQABEADwAeABEADQAfABEBOwAZABoADwAeABEADQAfABEABAAiABEAHgAgABUADwANABgABAAfABwADQAPABUAGgATATcAGwAaAA8AHgARAA0AHwARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAAEAB8AHAANAA8AFQAaABMCFgAFABoADgAbACQAyAACABoCAQAGABkAHAAbAB4AIAEwAAYAGQANABMAEQAfAQoADAAZAA0AEwARAAQAHgARAB8AFQAmABEBrgAQABkADQATABEABAAZAA0AHAAEABEAEAAVACAAGwAeAawAEgAZAA0AEwARAAQAGAAVABMAFAAgAAQAEAAVAA0AGAAbABMBBwAMABkADQATABEABAARACQAHAAbAB4AIAGtAAoAGQANABMAEQAEABEAEAAVACAB9AAXABkADQATABEABAANAA4AHwAbABgAIQAgABEABAAcABsAHwAVACAAFQAbABoBBgAFABkADQATABEACwAYAEYAeACiANABAAE0AWYBnAHMAgABVAAWACEAHwAgABUAEgAlAAQAHwAgAA0AHgAgAAQAIgARAB4AIAAVAA8ADQAYAU8AGAAhAB8AIAAVABIAJQAEAB8AIAANAB4AIAAEABQAGwAeABUAJgAbABoAIAANABgBVgAUACEAHwAgABUAEgAlAAQAEQAaABAABAAiABEAHgAgABUADwANABgBUQAWACEAHwAgABUAEgAlAAQAEQAaABAABAAUABsAHgAVACYAGwAaACAADQAYAVUAFwAhAB8AIAAVABIAJQAEAA8AEQAaACAAEQAeAAQAIgARAB4AIAAVAA8ADQAYAVAAGQAhAB8AIAAVABIAJQAEAA8AEQAaACAAEQAeAAQAFAAbAB4AFQAmABsAGgAgAA0AGAFXABgAIQAfACAAFQASACUABAAOABEAIAAjABEAEQAaAAQAIgARAB4AIAAVAA8ADQAYAVIAGgAhAB8AIAAVABIAJQAEAA4AEQAgACMAEQARABoABAAUABsAHgAVACYAGwAaACAADQAYAVgAFwAhAB8AIAAVABIAJQAEAA0AHgAbACEAGgAQAAQAIgARAB4AIAAVAA8ADQAYAVMAGQAhAB8AIAAVABIAJQAEAA0AHgAbACEAGgAQAAQAFAAbAB4AFQAmABsAGgAgAA0AGAJbAAIAHwADAAgAEgAcANIABAAcABUABwDRAAQAHAAVAAYA0AADABwAFQAfAEAATgBaAGQAkAC+ANwA/gEcATYBWAF2AZABogGuAbgBxAH0AhQCPgJYAnICigKUAq4CuALWAv4DGgM2A0QAugAGABsAEwAbACEAIAC5AAUAGwATABUAGgCcAAQAGwAPABcCDAAVABUAHwAgAAQAIQAaABsAHgAQABEAHgARABAABAAfAB0AIQANAB4AEQINABYAFQAfACAABAAhABoAGwAeABAAEQAeABEAEAAEABsAIQAgABgAFQAaABEBbgAOABUAHwAgAAQAIQAaABsAHgAQABEAHgARABACAAAQABUAHwAgAAQAHgAbABkADQAaAAQAHwAZAA0AGAAYAf8ADgAVAB8AIAAEAB4AGwAZAA0AGgAEAA4AFQATAW0ADAAVAB8AIAAEABsAHgAQABEAHgARABACCwAQABUAHwAgAAQAGAANACAAFQAaAAQAHwAZAA0AGAAYAgoADgAVAB8AIAAEABgADQAgABUAGgAEAA4AFQATAiYADAAVABoAFwARABAAFQAaAAQADgAbACQCJQAIABUAGgAXABEAEAAVABoAmgAFABUAGgAXAAYAmAAEABUAGgAXApkABQAVABoAEQAGAp4AFwAVABoAEQAEAB8AIAANAA8AFwARABAABgAFAAUABAAZAA0AHgAXABEAHgAfApsADwAVABoAEQAEAB8AIAANAA8AFwARABAABgAFAAUCnQAUABUAGgARAAQAHwAgAA0ADwAXABEAEAAEABkADQAeABcAEQAeAB8CmgAMABUAGgARAAQAHwAgAA0ADwAXABEAEAKcAAwAFQAaABEABAAZAA0AHgAXABEAHgAfAggACwAVABoAEQAEABQAEQAVABMAFAAgARUABAAVABoAEQIHAAwAEQAgACAAEQAeAAQAHwAcAA0ADwARANUABAARAB8AHwBTAA4ADQAlABsAIQAgAAQAHwAgAA0ADwAXABEAEABSABMADQAlABsAIQAgAAQAHwAVABAAEQAEAA4AJQAEAB8AFQAQABEAUQANAA0AJQAbACEAIAAEAAcABAAOACUABAAHAFAADQANACUAGwAhACAABAAGAAQADgAlAAQACQBPAAYADQAlABsAIQAgAL8ABgANACEAGgAPABQAHgA+AFYAZgCCAKIAwADOANwA6gD4AQQBFgEqAUABSgFmAXoBkAGwAdQB6gIAAhoCMgJOAlwClAK0AtIC9AIoAAsAJQAfABwADQAPABEABAAOABsAJAInAAcAJQAfABwADQAPABEAWAANABsAHgARAAQAIgARAB4AIAAVAA8ADQAYAFkADwAbAB4AEQAEABQAGwAeABUAJgAbABoAIAANABgBygAOABsAEAAhABgAEQAEABkADQAaAA0AEwARAB4BDAAGABUAHgAeABsAHgDPAAYAFQAaACEAHwAIAKwABgAVABoAIQAfAAcAqwAGABUAGgAhAB8ABgCqAAUAFQAaACEAHwDCAAgAFQAaABUAGQAVACYAEQBhAAkAFQAaAAQAIwAVABAAIAAUAGAACgAVABoABAAUABEAFQATABQAIABXAAQAEQAaACEBswANABEAEAAVAA0ABAAZAA0AGgANABMAEQAeAF8ACQANACQABAAjABUAEAAgABQAXgAKAA0AJAAEABQAEQAVABMAFAAgAgMADwANACAADwAUAAQAEgAhABgAGAAEACMAGwAeABACEQARAA0AHgAXABEAHgAEABwAFQAaAAQAIAANAB4AEwARACACEAAKAA0AHgAXABEAHgAEABwAFQAaAGMACgANAB4AEwAVABoABAAgABsAHABkAAwADQAeABMAFQAaAAQAHgAVABMAFAAgAGYACwANAB4AEwAVABoABAAYABEAEgAgAGUADQANAB4AEwAVABoABAAOABsAIAAgABsAGQBiAAYADQAeABMAFQAaAToAGwANABcAEQAEACIAEQAeACAAFQAPAA0AGAAEAB8AHAANAA8AFQAaABMABAARAB0AIQANABgBNAAPAA0AFwARAAQAHwANABkAEQAEACMAFQAQACAAFAEzAA4ADQAXABEABAAfAA0AGQARAAQAHwAVACYAEQE1ABAADQAXABEABAAfAA0AGQARAAQAFAARABUAEwAUACABNgAdAA0AFwARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAAEAB8AHAANAA8AFQAaABMABAARAB0AIQANABgAAwAIACIAKgEBAAwAGwAgABUAEgAVAA8ADQAgABUAGwAaANQAAwAbACAAjQADABsAGgANABwALAA+AFAAYgB0AJAArgC+AMYAzgDUAOAAWgAHACIAEQAeABgADQAcAKsACAAhACAAGAAVABoAEQAJAKgACAAhACAAGAAVABoAEQAIAKUACAAhACAAGAAVABoAEQAHAKIACAAhACAAGAAVABoAEQAGAHYADQAhACAAGAAVABoAEQAEACMAFQAQACAAFAB3AA4AIQAgABgAFQAaABEABAAbABIAEgAfABEAIACfAAcAIQAgABgAFQAaABEAyQADACEAIADWAAMAHgAGANUAAgAeAL4ABQAcABEAGgAGAL0ABAAcABEAGgAyAGYAcgCCAJwAugDWAPYBAgEOARoBJAE2AUYBUAFsAYABiAGQAaoBugHMAdgB+gIYAi4CZAKEAqACrAK+AuQDEAMmA0gDbAOMA7QD2AP0BAwEFAQkBDAEUAR4BKAEuATUBO4FDACTAAUAHgAVABoAIADGAAcAHgARACIAFQARACMAeQAMABsAHwAVACAAFQAbABoABAAgABsAHAB6AA4AGwAfABUAIAAVABsAGgAEAB4AFQATABQAIAB8AA0AGwAfABUAIAAVABsAGgAEABgAEQASACAAewAPABsAHwAVACAAFQAbABoABAAOABsAIAAgABsAGQDOAAUAGAAhAB8ACACpAAUAGAAhAB8ABwCoAAUAGAAhAB8ABgCnAAQAGAAhAB8A8QAIABgADQAlABgAFQAfACAA8wAHABgADQAlAAQAHwAZAOcABAAYAA0AJQIqAA0AFQAaACAAEQAeABEAHwAgAAQADgAbACQCKQAJABUAGgAgABEAHgARAB8AIAISAAMAFQAaAp8AAwAVABEBBQAMABQAGwAgABsABAAPAA0AGQARAB4ADQHvAAcAEQAeAA8AEQAaACAA9AAIAA0AIQAfABEABAAfABkA6AAFAA0AIQAfABEBvwAQAA0AHwAgABEABAAcABgADQAVABoABAAgABEAJAAgAb4ADgANAB8AIAARAAQAGQANAB4AFwAQABsAIwAaAb0ACgANAB8AIAARAAQAFAAgABkAGAG8ABoADQAfACAAEQAEABIAHgAbABkABAAjABsAHgAQAAQAHwAgAB4AFQAcAAQAEgAVABgAEQG7AA8ADQAfACAAEQAEABIAHgAbABkABAAjABsAHgAQAboADQANAB8AIAARAAQADQAfAAQAFAAgABkAGAG5AAUADQAfACAAEQGeAAgADQAfAB8AIwAbAB4AEAKEABIADQAeAA0AGQARACAAEQAeAB8ABAAhABoAFwAaABsAIwAaAoMAFQANAB4ADQAZABEAIAARAB4AHwAEAA4AJQAgABEABAANAB4AHgANACUCbwAKAA0AHgANABkAEQAgABEAHgAfAnkAEAANAB4ADQAZABEAIAARAB4ABAAfACAAHgAVABoAEwJ4ABEADQAeAA0AGQARACAAEQAeAAQAFQAaACAAEQATABEAHgJ3AA8ADQAeAA0AGQARACAAEQAeAAQAEgAYABsADQAgAnYAEwANAB4ADQAZABEAIAARAB4ABAAQAA0AIAARAAQAIAAVABkAEQJ1ABEADQAeAA0AGQARACAAEQAeAAQADgAbABsAGAARAA0AGgGfAA0ADQAeAA0AEwAeAA0AHAAUAAQADQAQABAB4wALAA0AGgARAAQAEgAeABEAEQAmABEAygADAA0AGgETAAcADQAYABEAIAAgABEBFAAFAA0AFQAaACABWgAPAA0AEwARAAQAHAAeABsAHAARAB4AIAAVABEAHwJqABMADQATABEABAAUABEADQAQABEAHgAEAB8AEQAPACAAFQAbABoCawATAA0AEwARAAQAEgAbABsAIAARAB4ABAAfABEADwAgABUAGwAaAGgACwANABAAEAAVABoAEwAEACAAGwAcAGkADQANABAAEAAVABoAEwAEAB4AFQATABQAIABrAAwADQAQABAAFQAaABMABAAYABEAEgAgAGoADgANABAAEAAVABoAEwAEAA4AGwAgACAAGwAZAGcABwANABAAEAAVABoAEwAEAAoAHAA8AFwBAwAIACEAEQAfACAAFQAbABoA3gAPAB4ABAAPABsAEAARAAQAHwAPAA0AGgAaABEAHgDcAA8AHgAEAA8AGwAQABEABAAbACEAIAAYABUAGgARAN0ABwAeAAQADwAbABAAEQAiAEYAZgB2AH4AiACeALoA1ADsAPoBBAESASABOAFEAXABnAG6AdgB8AIAAjACZAJ0AoICqAKyAsgC1gLsAxQDLANIA2IBfQAPACEAGAARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAI8AAcAHwAfAAQADgAbACQCOwADAB8AHwBVAAQAGwAjAB8B5AAKABsAIwAEABIAHgARABEAJgARAR4ADQAbACEAGgAQAAQADwAbAB4AGgARAB4AHwEQAAwAGwAgAA0AIAARAAQAHgAVABMAFAAgAREACwAbACAADQAgABEABAAYABEAEgAgAQ8ABgAbACAADQAgABECrAAEABsAHwARAOoABgARACMAFQAaABAAjgAGABEAHwARACAABgEvAAsAEQAfABEAIAAEAA8AGwAYABsAHgCLAAUAEQAfABEAIAJmABUAEQAcABsAHgAgAAQAFAARAA0AEAARAB4ABAAfABEADwAgABUAGwAaAmcAFQARABwAGwAeACAABAASABsAGwAgABEAHgAEAB8AEQAPACAAFQAbABoCiwAOABEAHAAbAB4AIAAEABEAGAARABkAEQAaACACBQAOABEAHAAYAA0ADwARAAQAHwAVABoAEwAYABECBgALABEAHAAYAA0ADwARAAQADQAYABgAVgAHABEAGwAeABAAEQAeAT0AFwARABkAGwAiABEABAAiABEAHgAgABUADwANABgABAAfABwADQAPABUAGgATATkAGQARABkAGwAiABEABAAUABsAHgAVACYAGwAaACAADQAYAAQAHwAcAA0ADwAVABoAEwCPAAcAEQAYABsADQAQAAYAjAAGABEAGAAbAA0AEAIEABIAEQATACEAGAANAB4ABAARACQAHAAeABEAHwAfABUAGwAaAIoABAARABAAGwIsAAoAEQAQABAAFQAgAAQADgAbACQCKwAGABEAEAAQABUAIACNAAoAEQAPACEAHgAeABEAGgAPABEBAAATAA0AEAAVABsADgAhACAAIAAbABoABAAPABQAEQAPABcAEQAQAP8ACwANABAAFQAbAA4AIQAgACAAGwAaAqoADQANABAADQAeAAQAGQANAB4AFwARAB4AHwKrAAwADQAQAA0AHgAEABIAFQAYABgAEQAQAqkABQANABAADQAeADcAcAB+AJQAnACwAMQA2gD2ARgBMgFeAYYBrgHQAfoCFgImAjACPAJMAlwCagKEAo4CqgK2AsICzgLaAuYC8AMUAzgDTANUA1wDZANsA3IDegOUA6wDwAPQA9wD6AQQBCYEPAR6BKgE4gUMBRwFJgHtAAYAJQAZAA4AGwAYAWQACgAhABwABAAfAA8AHgAVABwAIAHsAAMAIQAZAPAACQAhAA4AIAAVACAAGAARAB8CZAAJACEADgAeABEAHAAbAB4AIAFjAAoAIQAOAAQAHwAPAB4AFQAcACAByQANACAAJQAYABEABAAOACEAFQAYABAAEQAeAi4AEAAgACEAGQAOABgAEQAEACEAHAAbABoABAAOABsAJAItAAwAIAAhABkADgAYABEABAAhABwAGwAaAccAFQAgAB4AFQAcAAQAIwAbAB4AEAAEABIAGwAeABkADQAgACAAFQAaABMBxgATACAAHgAVABwABAAfABwADQAaAAQAEQAYABEAGQARABoAIAAfAcUAEwAgAB4AFQAcAAQAEgAbABoAIAAEABEAGAARABkAEQAaACAAHwHEABAAIAAeABUAHAAEAA8AHwAfAAQAEgAbAB4AGQANACABwwAUACAAHgAVABwABAANABgAGAAEABIAGwAeABkADQAgACAAFQAaABMBYgANACAAHgAVABcAEQAgABQAHgAbACEAEwAUAPUABwAgABsAHAAEAB8AGQDpAAQAIAAbABwA4wAFACAAFQAPABcA0gAHACAADQAgACEAHwAHANEABwAgAA0AIAAhAB8ABgDQAAYAIAANACAAIQAfAPgADAAgAA0AHgAEABsAIQAgABgAFQAaABEA+QAEACAADQAeAecADQAcABEAGAAYAAQADwAUABEADwAXABEAHgC2AAUAGwAeACAACgC1AAUAGwAeACAACQCxAAUAGwAeACAACACwAAUAGwAeACAABwCuAAUAGwAeACAABgCtAAQAGwAeACABQQARABoADQAcAAQAIAAbAAQAHwAaAA0AHAAYABUAGgARAB8BQAARABoADQAcAAQAIAAbAAQAEwAeABUAEAAYABUAGgARAB8BPwAJABoADQAcAAQAEwAeABUAEADPAAMAGQAJAM4AAwAZAAgAtAADABkABwCPAAMAGQAGAI4AAgAZAmEAAwAYABoBMgAMABUAJgARAAQAIAAbAAQAEwAeABUAEAGyAAsAFQAYACIAEQAeABgAFQATABQAIADgAAkAFQATABoADQAgACEAHgARARwABwAUAA0AHgAcABEAGgIUAAUAFAANAB4AEQEdAAUAFAANABwAEQDlABMAEQAgAAQADwAbABgAIQAZABoABAAcABsAHwAVACAAFQAbABoBmAAKABEAGAARAA8AIAAEAA4AGwAkAZYACgARABgAEQAPACAABAANABgAGAKkAB4ADwANACAAIAARAB4ABAAfACAAHgANABUAEwAUACAABAAYABUAGgARAB8ABAAZAA0AHgAXABEAHgAfAqUAFgAPAA0AIAAgABEAHgAEAB8AIAAeAA0AFQATABQAIAAEABgAFQAaABEAHwKiABwADwANACAAIAARAB4ABAAfABkAGwAbACAAFAAEABgAFQAaABEAHwAEABkADQAeABcAEQAeAB8CowAUAA8ADQAgACAAEQAeAAQAHwAZABsAGwAgABQABAAYABUAGgARAB8CoQAHAA8ADQAgACAAEQAeAJIABAANACIAEQEXAAoADQAgACEAHgANACAAFQAbABoAOwB4AJAAoAC2AMQA4gESASwBXgGIAbIB5AIOAioCRgJ2ApoCsgLOAvADEAMwA04DXgNwA4QDpgPKA+YEAgQwBF4EgASiBMQE7gUWBUIFaAWCBZwF0AYCBioGUgZ+BqIGuAbOBvoHJAdSB3gHqgfaCA4IQAhwCKQCNAALACMAFQAgACAAEQAeAAQADgAbACQCMwAHACMAFQAgACAAEQAeAjIACgAhABkADgAYAB4ABAAOABsAJAIxAAYAIQAZAA4AGAAeAP0ADgAeABUABAAfACAADQAgABEABAAaACEAGAAYAPwAFwAeABUABAAfACAADQAgABEABAAVABoAEAARACAAEQAeABkAFQAaAA0AIAARARkADAAeAA0AGgAfABwAEQAeAA0AGgAPACUBqAAYAB4ADQAPABcABAAPABQADQAaABMAEQAfAAQAHgARABYAEQAPACAABAANABgAGAGnABQAHgANAA8AFwAEAA8AFAANABoAEwARAB8ABAAeABEAFgARAA8AIAGkABQAHgANAA8AFwAEAA8AFAANABoAEwARAB8ABAARABoADQAOABgAEQGmABgAHgANAA8AFwAEAA8AFAANABoAEwARAB8ABAANAA8ADwARABwAIAAEAA0AGAAYAaUAFAAeAA0ADwAXAAQADwAUAA0AGgATABEAHwAEAA0ADwAPABEAHAAgAaMADQAeAA0ADwAXAAQADwAUAA0AGgATABEAHwHmAA0AGwAbABgADgANAB4ABAASABgAGwANACAB6gAXABsAEwATABgAEQAEABIAIQAYABgABAAfAA8AHgARABEAGgAEABkAGwAQABECegARABsADwAEAB8AEQAPACAAFQAbABoABAAYABEAIgARABgCbQALABsADwAEAB8AEQAPACAAFQAbABoBKQANABQAIQAZAA4AGgANABUAGAAfAAQAIQAcASoAEAAUACEAGQAOABoADQAVABgAHwAEAB4AFQATABQAIAEsAA8AFAAhABkADgAaAA0AFQAYAB8ABAAYABEAEgAgASsADwAUACEAGQAOABoADQAVABgAHwAEABAAGwAjABoBnQAOABEAJAAgAA4AGwAkAAQAFAAVABAAEAARABoBnAAHABEAJAAgAA4AGwAkAZsACAARACQAIAANAB4AEQANAXwACQARACQAIAAEACMAHgANABwBoQAQABEAGQAcABgADQAgABEABAAZAA0AGgANABMAEQAeAjAAEQARABgAGAAEAA0ABAASAB4AFQARABoAEAAEAA4AGwAkAi8ADQARABgAGAAEAA0ABAASAB4AFQARABoAEAHiAA0ADQAOABgAEQAEACEAGgAZABEAHgATABEB2AAWAA0ADgAYABEABAAeABsAIwAEABUAGgAfABEAHgAgAAQADgARABgAGwAjAdcAFgANAA4AGAARAAQAHgAbACMABAAVABoAHwARAB4AIAAEAA0ADgAbACIAEQH7ABAADQAOABgAEQAEAB4AGwAjAAQAEwAeABsAIQAcAB8B2gAQAA0ADgAYABEABAAeABsAIwAEABAAEQAYABEAIAARAdIAEAANAA4AGAARAAQAHAAeABsAHAARAB4AIAAVABEAHwH+ABQADQAOABgAEQAEABwAGwAfABUAIAAVABsAGgAEAB4AFQATABQAIAH8ABMADQAOABgAEQAEABwAGwAfABUAIAAVABsAGgAEABgAEQASACAB/QAVAA0ADgAYABEABAAcABsAHwAVACAAFQAbABoABAAPABEAGgAgABEAHgHQABIADQAOABgAEQAEABgAFQATABQAIAAEABAAFQANABgAGwATAdwADAANAA4AGAARAAQAEAARABgAEQAgABEB+gAMAA0ADgAYABEABAAPABsAHgAaABEAHgHWABkADQAOABgAEQAEAA8AGwAYACEAGQAaAAQAFQAaAB8AEQAeACAABAAeABUAEwAUACAB1QAYAA0ADgAYABEABAAPABsAGAAhABkAGgAEABUAGgAfABEAHgAgAAQAGAARABIAIAH5ABMADQAOABgAEQAEAA8AGwAYACEAGQAaAAQAEwAeABsAIQAcAB8B2QATAA0ADgAYABEABAAPABsAGAAhABkAGgAEABAAEQAYABEAIAARAdQAFQANAA4AGAARAAQADwARABgAGAAEABwAHgAbABwAEQAeACAAFQARAB8B2wARAA0ADgAYABEABAAPABEAGAAYAAQAEAARABgAEQAgABEB0wAKAA0ADgAYABEABAAPABEAGAAYAfgACgANAA4AGAARAAQADgAbABAAJQGAABUADQAOABgAEQAEAA0AGAAVABMAGgAEACAAGwAcAAQAHgAVABMAFAAgAX4AFAANAA4AGAARAAQADQAYABUAEwAaAAQAIAAbABwABAAYABEAEgAgAX8AFgANAA4AGAARAAQADQAYABUAEwAaAAQAIAAbABwABAAPABEAGgAgABEAHgGHABIADQAOABgAEQAEAA0AGAAVABMAGgAEAB4AEQAZABsAIgARAYMAGAANAA4AGAARAAQADQAYABUAEwAaAAQAGQAVABAAEAAYABEABAAeABUAEwAUACABgQAXAA0ADgAYABEABAANABgAFQATABoABAAZABUAEAAQABgAEQAEABgAEQASACABggAZAA0ADgAYABEABAANABgAFQATABoABAAZABUAEAAQABgAEQAEAA8AEQAaACAAEQAeAYYAGAANAA4AGAARAAQADQAYABUAEwAaAAQADgAbACAAIAAbABkABAAeABUAEwAUACABhAAXAA0ADgAYABEABAANABgAFQATABoABAAOABsAIAAgABsAGQAEABgAEQASACABhQAZAA0ADgAYABEABAANABgAFQATABoABAAOABsAIAAgABsAGQAEAA8AEQAaACAAEQAeAdEABQANAA4AGAARAAsAGAAiADAAQABOAFoAaAB4AIYAlgCgAhUABAAfABEAHgC8AAYAHAAYABsADQAQAOQABwAaAB8AIAAVAA8AFwCvAAYAGgAfABsAHgAgAhMABQAaABwAFQAaAJ0ABgAaABgAGwAPABcAmwAHABoAGAAVABoAFwAGAJkABgAaABgAFQAaABcATQAHABoAEwAeABsAIQAcAIkABAAaABAAGwFdAAkAGgAQABEAHgAYABUAGgARAAwAGgAuAEQAXABwAHwAmgCuAMAAzgDUAPYA7QAJABsAGAAhABkAEQAEACEAHADuAAoAGwAYACEAGQARAAQAGwASABIA7AALABsAGAAhABkAEQAEABAAGwAjABoCPgAJABUAGQARABsABAAOABsAJAI9AAUAFQAZABEAGwG0AA4AFQAQABEAGwAEABEAJAAgABEAHgAaAA0AGACbAAkAEQAeACAAFQAPAA0AGAAGAJoACAARAB4AIAAVAA8ADQAYAl4ABgAOABwAHgAbABYCYAACAA4B6AAQAA0AGAAVABAADQAgABUAGwAaAAQAJAAUACAAGQAYAekADwANABgAFQAQAA0AIAAVABsAGgAEABAADQAgAA0ACAASACAAOgBaAGoAegCIAJQAxQAGAB4AEQAaAA8AFAH1AAwAFQAmAA0AHgAQAAQAIAANAA4AGAARAfcADwAVACYADQAeABAABAAPAB4AGwAfAB8AIAANAA4AwQAHABUAGgAQABsAIwAfAMIABwAVABoAEAAbACMABgDAAAYAFQAaABAAGwAjAF0ABQAVABAAIAAUAQQABwANAB4AGgAVABoAEwAEAAoAIgAyAEgCQAALABsAIQAgACEADgARAAQADgAbACQCPwAHABsAIQAgACEADgARAjYACgANABkAGQARAB4ABAAOABsAJAI1AAYADQAZABkAEQAeAAUADAAYACQAQABiAMkABQAbABsAGQAHAMgABQAbABsAGQAGAQkADQAbABsAGQAEAA4AEQAfACAABAASABUAIAEIABAAGwAbABkABAANAA8AIAAhAA0AGAAEAB8AFQAmABEAxwAEABsAGwAZAAEABAKtAAICrgAAAAMD/wGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6iIDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEALAAAAAoACAABAAIAAEAIAAtADYASQB64GHhXeIO4wrkA+VU5qnmtOcF6CzpSuoi//3//wAAAAAAIAAtADAASQBh4ADhAOIA4wDkAOUA5gDmq+cA6ADpAOoA//3//wAB/+P/1//V/8P/rCAnH4ke5x32HQEcBRtaG1kbDhoUGUEYjAADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBQAEAAsACgAACAAABEQECwP6AAoD+gAGAAAABAUABAALAAoAAAgAAASEBAsD+gAGAAQABgAAAAQFAAQACwAKAAAIAAAERAQFAAYABAAGA/oAAAAEBQAEAAsACgAACAAABIQEBQAGA/oACgP6AAAABAQABAAMAAoAAAgAACQEhAgABAP4AAoD+gAAAAQFAAMACwALAAAIAAAkBEQLA/oABwP8AAgAAAAEBAAEAAwACgAACAAAJASECAP8AAgABAAGAAAABAUAAwALAAsAAAgAACQERAUABgAHAAQD+AAAAAgEAAQADAALAAAIABgAACQIRIRUhAQABAAEA/gACAAEAAYD+gAHAQAAAAAACAQAAwALAAsAAAgAGAAAJAiERIxEBAAGA/oABwEACwP8A/wACAP4AAAAAAAIBAAEAAwACwAACAAYAAAkCESE1IQMA/wD/AAIA/gACwP6AAYD+QEAAAAAAAgEAAMACwALAAAIABgAAJQkBIREzEQLA/oABgP5AQMABAAEA/gACAAAAAAACAQAAQAMAA0AAAgAFAAAlCQEJASEBAAEAAQD/AP8AAgBAAYD+gAMA/oAAAAIAgADAA4ACwAACAAUAABMJAQkBEYABgP6AAwD+gALA/wD/AAEAAQD+AAAAAgEAAEADAANAAAIABQAACQIJASEDAP8A/wABAAEA/gADQP6AAYD9AAGAAAACAIAAwAOAAsAAAgAFAAAlCQEJAREDgP6AAYD9AAGAwAEAAQD/AP8AAgAAAAIBAAAAAwADgAACAAYAAAEhAREBIQEBAAIA/wD/AAIA/wABgP6AA4D+gAGAAAAAAAIAAAEAA8ACgAACAAUAAAkCIQEhAgD/AP8AAsD/AAIAAoD+gAGA/oAAAAAAAgEAAQADAAMAAAIABgAACQI1FSE1AwD/AP8AAgACgP6AAYCAQEAAAAEAwAD8A0ACgAAGAAAlNxc3CQEXAQT8/ET+wP7ARPz8/EQBQP7ARAABATwAgALAAwAABgAAARcHFwkBBwE8/PxEAUD+wEQCvPz8RAFAAUBEAAAAAAEAwAEAA0AChAAGAAABBycHCQEnAvz8/EQBQAFARAKE/PxE/sABQEQAAAAAAQFAAIACxAMAAAYAACUnNycJATcCxPz8RP7AAUBExPz8RP7A/sBEAAEBAACAAwADAAAGAAABIxEjESMBAwDAgMABAAGA/wABAAGAAAEAwADAA0ACwAAGAAAlNSE1ITUBAcD/AAEAAYDAwIDA/wAAAAEBAACAAwADAAAHAAABMxEzETMJAQEAwIDA/wD/AAIAAQD/AP6AAYAAAAAAAQDAAMADQALAAAYAAAEVIRUhFQECQAEA/wD+gALAwIDAAQAAAQEAAMADQAKAAAoAAAEVMwsBMzUhNSEVAkCAoKCA/wACQAJAgP8AAQCAQEAAAAAAAQEAAMADQAKAAAgAAAEbASMVIRUhNQEAoKCAAYD+QAGAAQD/AIBAwAAAAAACAMAAwANAAsAACAAMAAABGwEjFSEVITUBIRUhAQCgoIABgP5AAcD9gAKAAYABAP8AgEDAAUBAAAMAAAAABAADgAAGAAoAEQAAATMVIxUtARMzESMBJRUjFTMVAQCAgP8AAQDAgIACQP8AgIABwUGAoKD9wAOA/iCggEF/AAAAAAEAQAAAA8ADgAARAAAlNSEVIzUjNTMRIxsBIxEhNQUCwP5AQICAgKCggAHAAQAAgICAQAHAAQD/AP5AgKAAAAACAMAAAANAA4AABgANAAABIxEjESMTAREjESMbAQIAgECAoAFgQICgoAKA/kABwAEA/YABwP5A/wABAAACAEABAAPAAsAAAgAGAAATDQEBFSE1QAGA/oABwAHAAsDg4AEAQEAABgBAAAADwAOAAAIABQAJAA0AEQAVAAATESUBEQUBFSE1BRUhNQEVITUFFSE1QAFA/sABQAJA/cACQP3AAkD9wAJA/cADgP6AwP1AAYDAAoBAQMBAQP7AQEDAQEAAAAAACQBAAAADwAOAAAMABwALAA8AEwAXABsAHwAjAAATIREhASERIQEhESE1IREhASERIQERIREBIREhJSERIQEhESFAAQD/AAFAAQD/AP7AAQD/AAEA/wABQAEA/wABQAEA/wABAP8A/sABAP8AAUABAP8AA4D/AP2AAQD/AAEAQAEA/wABAAFA/wABAP3AAQBAAQD8gAEAAAAGAEAAQAPAA4AAAwAHAAsADwATABcAABMzFSMlFSE1ATM1IwUhNSEBMzUjBSE1IUDAwAEAAoD8gMDAAQACgP2A/wDAwAEAAoD9gAOAwMDAwP4AwMDA/gDAwMAAAAQAQABAA4ADgAADAAcACwAPAAATIREhESERIQEhESEZASERQAGA/oABgP6AAcABgP6AAYABwP6AAcABgPzAAYABwP6AAYAAAAQAQABAA4ADgAADAAcACwAPAAATIREhEyERIQEhESEDESERQAGA/oBAAQD/AAHAAQD/AEABgAHA/oACAAEA/UABAAIA/oABgAAAAAACAUAAQAKAA0AAAwAHAAABMxEjExEzEQFAgIDAgANA/QADAP0AAwAABgBAAAADgAPAAAMABwALAA8AEwAXAAAlIRUhNSE1IQEhESEFITUhESE1IQEVITUBgAIA/gACAP4A/sABAP8AAUACAP4AAgD+AP7AA0CAgMCA/sACwICA/sCAAcDAwAAABQBAAAADgAPAAAMABwALAA8AEwAAEyERIQEVITUBITUhESE1IREhNSFAAYD+gAHAAYD+gAGA/oABgP6AAYD+gAPA/EADwMDA/kDA/kDA/kDAAAAABABAAAADgAPAAAMABwALAA8AABMhESEBIREh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/sBAwED+wEBAQP5AQEBAQEBAQEBAQEBAQEBAAAADAEAAAAPAA4AABAAIAAwAACURIREhJREhEQEhFSEDwPyAA4D8wAMA/UACgP2AQANA/IBAAwD9AALAwAADAEAAAAPAA4AABAAIAAwAADchESEREyERIQEzESOAA0D8gEADAP0AAgDAwAADgPyAA0D9AALA/YAAAAADAEAAAAPAA4AABAAIAAwAABMRIREhBREhERMhFSFAA4D8gANA/QBAAoD9gANA/MADgED9AAMA/gDAAAADAEAAAAPAA4AABAAIAAwAAAEhESERAyERIQUzESMDgPzAA4BA/QADAP1AwMADgPyAA4D8wAMAQP2AAAAEAEAAAAPAA4AAAwAHAAsADwAAEyEVIREhFSE1IREhFyERIUADgPyAA4D8gAOA/ICAAoD9gAOAQP0AQMACAID/AAAAAAQAQAAAA8ADgAADAAcACwAPAAABMxEjATMRIzchESEXIREhA4BAQPzAQECAAoD9gIABgP6AA4D8gAOA/IDAAgCA/wAABABAAAADwAOAAAMABwALAA8AABMRIREDIREhBTMRIwEzESNAA4BA/QADAP2AwMABQMDAA4D8gAOA/MADAID+AAIA/gAAAAAABgBAAAADwAOAAAMABwALAA8AEwAXAAA3IREhFyERIRMzESMBMxEjATMRIwEzESPAAoD9gEACAP4AQICAAQCAgP4AQEADQEBAgAKAQP4AAcD+gAGA/oACgPyAA4D8gAAABABAAAADwAOAAAMABwALAA8AABMRIREDIREhBTMRIwEzESNAA4BA/QADAP1AwMABwMDAA4D8gAOA/MADAED9gAKA/YAAAAAABABAAAADwAOAAAMABwALAA8AAAEhESElESERASEVIREhFSEDwPyAA4D8wAMA/UACgP2AAoD9gAOA/IBAAwD9AALAwP8AwAAAAQHAAAADwAIAAAUAAAERITUhEQPA/gABgAIA/gCAAYAAAAAAAgHpAAkDtwHXAAMACAAAJSc3Fy8BARcBAvctwC0hLf6ALgF/CS3ALeAu/oAtAX8AAgDAAHwDQAMAAAUACwAAATcXNwkBEzcXNwkBAQT8/ET+wP7ARPz8RP7A/sABfPz8RAFA/sD+vPz8RAFA/sAAAAIAvgB+A0IC/gAFAAsAAAEXBxcJAQUXBxcJAQG+/PxEAUD+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AECA/cBAgAFAAQBAgAFAQEBAgIBAQIAAAAUAPwAAA78DgAAEAAgADQASABYAABMhESERAzMRIxMhESERFyE1IRUBETMRvwKA/YCAQECAAoD9gEACAP4AAoBAAwD/AAEA/QADgP4A/wABAMCAgALA/IADgAAABQA/AAADvwOAAAMACAAMABAAFQAAAREhEQMhNSEVAREhERcjETMBFSE1IQG//wCAA4D8gAMA/wDAgID9QAOA/IADAP2AAoD9AEBAAwD9gAKAQP4AAsBAQAAAAAADAD8AAAN/A4AAAwAHAAwAAAEhESEBMxEjExEhESECf/5AAcD9wEBAgALA/UACAAEA/QADgP4A/wABAAABAH8AAAM/A4AAEwAAJSEVIzUhESE1IxEzNTMVMxEjFSEDP/7AQP7AAUDAwEDAwAFAgICAAQCAAQCAgP8AgAAAAwCBAAADwQOAAAQACAANAAABIREhESURMxEBIREhEQGBAcD+QAIAQPzAAsD9QAMA/wABAID8gAOA/QABAP8AAAQAPwAAA78DgAADAAcACwAQAAABIREhATMRIyERMxEBIREhEQM//YACgP0AQEADQED9AgKA/YACAAEA/QADgPyAA4D9AAEA/wAAAAADAD8AgAO/A0AAEwAXABsAAAERIREjNSEVIxUzFSE1MxEhETM1BSM1MwEjETMDP/8AgP8AgIABAIABAID9wICAAYCAgAIAAUD+wMDAQMDA/sABQEDAgP8AAQAAAAMAQABAA8ADgAADAAcACwAAEyERIQMVITUBIREhwAEA/wCAA4D+gAEA/wADAP5AAkBAQPzAAsAAAQA/AIADvwNAABMAAAEjESERIxUhNSM1MzUhFTMRIREzA7+A/wCA/wCAgAEAgAEAgAHA/sABQMDAQMDAAUD+wAAAAAADAD///gO/Az4AAwAIAAwAACUhESEBFSE1IQEhESEBv/8AAQD+gAOA/IADAP8AAQB+AcD+AEBAAwD9QAAEAD8AAAO/A4AAAwAIAA0AEQAAAREhEQMhNSEVERUhNSEFESERAb//AIADgPyAA4D8gAIAAQADAP2AAoD9AEBAA4BAQH79gAKAAAAAAwB/AAADPwOAABQAGAAcAAABNTMRIzUjFSMRMxUhESEVMzUhESEHITUhESM1MwH/wMBAwMD+wAFAQAFA/sBA/wABAICAAYCAAQCAgP8AgP8AgIABAMCAAQCAAAADAD8AAAL/A4AAAwAHAAwAABMhESEHMxEjBREhESG/AQD/AIBAQAHAAQD/AAMA/YCAA4B+/YACgAAAAAADAH8AAAM/A4AABAAIAAwAABMhESERATMRIxcRIRF/AQD/AAFAQECAAQADAP2AAoD9AAOAfv2AAoAAAAADAQEAAAPBA4AABAAIAAwAAAEhESERJREzEQEhESEBAQEA/wACgED+gAEA/wADAP2AAoCA/IADgP0CAoAAAAAABP//AAAD/wOAAAQACAAMABEAABMhESERJREzEQEhESEBMxEjEX8BAP8AA0BA/oABAP8A/YBAQAMA/YACgID8gAOA/QICgPz+A4D8gAAAAAAE//8AAAP/A4AAAwAHAAsAEAAAEyERIQERMxEBIREhATMRIxG/AQD/AAMAQP5AAQD/AP3AQEADAP2AAwD8gAOA/QICgPz+A4D8gAAAAwA/AMADvwOAAAMACAANAAABIREhJRUhNSETIREhEQM//YACgP0AA4D8gIICgP2AAgABAIBAQP1AAQD/AAAAAAMAPwCAA78DQAADAAgADQAAASERIQEVITUhEyERIREDP/2AAoD9AAOA/ICCAoD9gAJAAQD+wEBA/oABAP8AAAADAD///gO/Ar4AAwAIAA0AAAEhESEBFSE1ITchESERAz/9gAKA/QADgPyAggKA/YABvgEA/YBAQEABAP8AAAAABAA//8ADvwPAAAQACQAOABMAABMhESERAyE1IRU3IREhEQMVITUhvwKA/YCAA4D8gIICgP2AggOA/IADQP8AAQD8gEBAgAEA/wADgEBAAAAEAD//wAO/A8AABAAJAA4AEwAAEyERIREDITUhFTchESERAxUhNSG/AoD9gIADgPyAggKA/YCCA4D8gAMA/wABAPzAQEDAAQD/AANAQEAAAAYAQAAAA8ADgAAHACMARQBJAE0AUQAAJRUiJjUzFBYlFAcOAQcGIyInLgEnJjU0Nz4BNzYxMBceARcWBzQnLgEnJicuAScOAQcGBw4BBwYVFBceARcWMzI3PgE3NiUjETMRIxUzBxUzNQGAT3FASwF1GRlXOjtCQjs6VxkZMjJ4MjIyMngyMkAJCiUbGyQeOhYWOh4kGxslCgkUFEYuLzU1Ly5GFBQBAEBAQECAwMBAcFA1S5BGPT1bGxoaG1s9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ATE6ATE6ARc6ATEeARc4ATEUFhUwFDEcARUDwAEBAQEBAQEBAQEBAQECAQIBAgEBAQEBAQEBAQIBAQECAQIBAQECAQEBAgEBAQIBAQECAQEBAgEBAQECAQEBAgEBAQECAgEDAQEBAQIBAQICAgEBAgIBAQMCAQECAgECAwECAwIBAQEDAQEBAgIBAgECAQEBAQECAQEBAgIBAQEBAgEBAQEDAgUIBQEDAQEBAgEBAQIBAQECAQICAQgUCwMWHswWHgkJFRlLNTVLGRQJCh4WjIwWHgkJAgIBAQECAQEBAgEBAgEBAgEDBQMCAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAQIBAgEBAQEBAQEBAQIBAQECAQIBAQECAQEBAgEBAQIBAQECAQEBAgEBAQECAQEBAgEBAQECAgEDAQEBAQIBAQICAgEBAgIBAQMCAQECAgECAgIBAwIBAgICLUEEAQEBAQEBAQEBAQEBAQEBAQEGDgkJCh4WzB4WAwsVBwgSCgECAQEBAQEBAQEBAgEBAQEBAQEBAQIBAQEBAgECAQIBAgEBAQEBAQEBAQEBAgECAQIBAQEBAQIBAgECAQEBLUEEAQEAAgICAQICAQECAwEBAgIBAQICAgEBAgEBAQEDAQICAQEBAQIBAQECAQEBAQIBAQECAQEBAgEBAQIBAQECAQEBAgECAQEBAgEBAQEBAQEBAQIBAgECAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAwUDAQIBAQIBAQIBAQECAQEBAgIJCR4WjB4WAwsUCBEzHjVLSzUdMxIHFQsDFh4CQB4WAwsUCAECAgECAQEBAgEBAQIBAQEDAQUIBQIDAQEBAQIBAQEBAgIBAQECAQEBAQECAQIBAgIBAQEDAQEBAgMCAQMCAQICAQECAwEBAgIBAQICAgEBAgEBAQEDAQICAQEBAQIBAQECAQEBAQIBAQECAQEBAgEBAQIBAQECAQEBAgECAQEBAgEBAQEBAQEBAQIBAgECAQEBAQEBAQEBAQEBAQEEQS0BAQECAQIBAgEBAQEBAgECAQIBAQEBAQEBAQEBAQIBAgECAQIBAQEBAgEBAQEBAQEBAQIBAQEBAQEBAQECAQoSCAcVCwMWHswWHgoJCQ4GAQEBAQEBAQEBAQEBAQEBAQEEQS0CAgIBAgMBAAAABQAA/8AEAALAAA0AHAA5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ADIAAAEhIgYVMREUFjMxITI2NTERNCYjESERIQMhFSE3IRUhASIGFRQWMzI2NTEjNxUzNCYjMQNA/YAbJSUbAoAbJSUb/YACgMD+wAFAQP6AAYD+/jVLSzU1S4BAgEs1A4AlG/0AGyUlGwMAGyX8wAMA/cBAwEABgEs1NUtLNcCANUsAAAMAQAAAA8ADgAAXABsAHwAAAREhFSM1IREhETMRMzUzFSERIRUjETMVAyEVIQEhFSEDwP2AgAIA/YBAQIACAP4AgIDAAgD+AAEAAYD+gAFAAQBgoAEA/wD9gGBgAQBgAQBgAgCA/gCAAAAAAAMAQAAAA8ADgAAFAAsAFgAANyEVIREzAQcVIREBARcFJwcVNxcBFzWAA0D8gEABAMADAP6AAQAc/uTAwMDAAV0jQEADgP5AwIACAP7AAgAc5IDAgMCAASMjgAAAAgBAAAADwAOAAAsADwAAAREjESERIxEjESERASMRMwKAQP7AgEADgP5AwMADAP1AAUD+wANA/IADAP1AAQAAAAMAQAAAA8ADgAALAA8AEwAAAREjESERIxEjESERAREzETM1MxUCgED+wIBAA4D9gMDAwAJA/gACwP1AA0D8gAJA/gABgP6AwMAAAAADAEAAAAPAA4AACwAPABMAAAERIxEhESMRIxEhEQERMxEzETMRAoBA/sCAQAOA/YDAwMADgPzAA0D8wANA/IADgPzAAgD+AAFA/sAABABAAAADwAOAAAUACQANABEAACUVIREzEQEjETMTESERJSERIQPA/IBAAYDAwED+wALA/sABQEBAA4D8wAKA/kACAP3AAkCA/kAAAAIAQAAAA8ADgAALAA8AADc1IREhNSERIREhNQEVITWAAUD+wALA/QADgP3A/wBAgAFAQAFA/IBAAYDAwAAAAAADAEAAAAPAA4AACwAPABMAADc1IREhNSERIREhNQEzFSMFFSE1gALA/UACAP3AA4D8wMDAAYD+gECAAUBAAUD8gEADAMDAwMAAAAAAAwBAAAADwAOAAAsADwATAAABESERITUhNSERITUFFSE1ESEVIQPA/IADgPzAA0D8wAIA/gABQP7AAkABQPyAQIABQECAwMABgMAAAAQAQAAAA8ADgAAFAAkADQARAAAlFSERMxEBIRUhExEhEQEhESEDwPyAQAKA/kABwED9wALA/kABwEBA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BAAAQAQAAEAEAABABAAAQAQAAMAEAADABAAAwAQAAIAEAADABAAAWgQAAEMEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAACABAAAQAQAAIAEAAFABAABQAQAAEAEAABABAAAQAQAAMAEAADABAABAAQAAQAEAAEABAAAgAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAABABAAAUQQAAQAEAACABAAAQAQAAEAEAABABAAAAAQAAEAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAABABAAAwAQAAMAEAADABAAAUAQAAFAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAAEABAAAgAQAAIAEAACABAAAQAQAAEAEAABABAAAQAQAAEAEAAAABAAAAAQAAAAEAABABAAAAAQAAEAEAACABAAAgAQAAIAEAABABAAAQAQAAEAEAAAMBAAAwAQAAEAEAABABAAAQAQAAEAEAACABAAAAAQAAQAEAAEABAAAQAQAAIAEAACABAAAgAQAAIAEAACABAAAPwQAAH8EAACBBAAAPwQAAD8EAAA/BAAAQAQAAEAEAABABAAAQAQAAAAEAAAABAAAQAQAAEAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAD8EAACABAAAAAQA//4EAAAABAAAQAQAAAAEAAAABAAAQAQAAAAEAAA/BAAAPwQAAD8EAAB/BAAAgQQAAD8EAAA/BAAAQAQAAD8EAAA/BAAAPwQAAH8EAAA/BAAAfwQAAQEEAP//BAD//wQAAD8EAAA/BAAAPwQAAD8EAAA/BAAAQAQAAIAEAAEABAABAAQAAQAEAAEABAAAwAQAAEAEAABABAAAAAQAAIAEAACABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAAAEAAAABAAAAAQAAAAEAABABAAAQAQAAEAEAABABAAAwAQAAMAEAAAABAAAQAQAAEAEAAAABAAAgAQAAEAEAAAABAAAgAQAAAAEAAAABAAAAAQAAAAEAAAABAAAgAQAAIAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAABABAAAAAQAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAAAEAABABAAAAAQAAEAEAABABAAAAAQAAAAEAABABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAUwQAAAAEAAAABAAAAAQAAEAEAABABAAAwAQAAEAEAAEABAAAgAQAAEAEAACABAAAgAQAAEAEAAAABAAAAAQAAEAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAIAEAACABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEkEAABABAAAQAQAAEAEAABABAAAoAQAAKAEAADABAAAgAQAAEAEAACABAAAQAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAABAAQAAEAEAADABAAAQAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAIAEAABABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAwAQAAEAEAABABAAAQAQAAEIEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAEAEAACABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAACA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) format("truetype");
}
.k-icon-wrap {
  flex: none;
  display: inline-flex;
  flex-flow: row nowrap;
  gap: 0;
  align-items: center;
  align-self: flex-start;
  vertical-align: middle;
  position: relative;
}
.k-icon-wrap::before {
  content: "​";
  width: 0;
  overflow: hidden;
  flex: none;
  display: inline-block;
  vertical-align: top;
}
.k-icon {
  width: 1em;
  height: 1em;
  outline: 0;
  font-size: 16px;
  font-family: "WebComponentsIcons";
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  text-decoration: none;
  flex-shrink: 0;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.k-icon:hover, .k-icon:focus {
  text-decoration: none;
}
.k-svg-icon {
  width: 1em;
  height: 1em;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
}
.k-svg-icon > svg {
  fill: currentColor;
  flex: 1 0 auto;
}
.k-svg-icon.k-flip-h, .k-svg-icon.k-flip-v, .k-svg-icon.k-flip-h.k-flip-v {
  transform: none;
}
.k-svg-icon.k-flip-h > svg {
  transform: scaleX(-1);
}
.k-svg-icon.k-flip-v > svg {
  transform: scaleY(-1);
}
.k-svg-icon.k-flip-h.k-flip-v > svg {
  transform: scale(-1, -1);
}
.k-icon-with-modifier {
  position: relative;
  margin: 0.25em;
}
.k-icon-modifier {
  position: absolute;
  font-size: 0.5em;
  bottom: 0;
  right: 0;
  margin: 0 -0.5em -0.5em 0;
}
.k-i-none::before {
  content: "";
  display: none;
}
.k-icon-action {
  padding: 4px;
  cursor: pointer;
}
.k-icon-xs {
  font-size: 8px;
}
.k-icon-sm {
  font-size: 12px;
}
.k-icon-md {
  font-size: 32px;
}
.k-icon-lg {
  font-size: 48px;
}
.k-icon-xl {
  font-size: 64px;
}
.k-i-caret-tr::before {
  content: "\e000";
}
.k-i-arrow-45-up-right::before {
  content: "\e000";
}
.k-i-collapse-ne::before {
  content: "\e000";
}
.k-i-resize-ne::before {
  content: "\e000";
}
.k-i-caret-br::before {
  content: "\e001";
}
.k-i-arrow-45-down-right::before {
  content: "\e001";
}
.k-i-collapse-se::before {
  content: "\e001";
}
.k-i-resize-se::before {
  content: "\e001";
}
.k-i-caret-bl::before {
  content: "\e002";
}
.k-i-arrow-45-down-left::before {
  content: "\e002";
}
.k-i-collapse-sw::before {
  content: "\e002";
}
.k-i-resize-sw::before {
  content: "\e002";
}
.k-i-caret-tl::before {
  content: "\e003";
}
.k-i-arrow-45-up-left::before {
  content: "\e003";
}
.k-i-collapse-nw::before {
  content: "\e003";
}
.k-i-resize-nw::before {
  content: "\e003";
}
.k-i-caret-alt-up::before {
  content: "\e004";
}
.k-i-arrow-60-up::before {
  content: "\e004";
}
.k-i-arrow-n::before {
  content: "\e004";
}
.k-i-kpi-trend-increase::before {
  content: "\e004";
}
.k-i-expand-n::before {
  content: "\e004";
}
.k-i-sarrow-n::before {
  content: "\e004";
}
.k-i-caret-alt-right::before {
  content: "\e005";
}
.k-i-arrow-60-right::before {
  content: "\e005";
}
.k-i-arrow-e::before {
  content: "\e005";
}
.k-i-expand::before {
  content: "\e005";
}
.k-i-expand-e::before {
  content: "\e005";
}
.k-i-sarrow-e::before {
  content: "\e005";
}
.k-i-caret-alt-down::before {
  content: "\e006";
}
.k-i-arrow-60-down::before {
  content: "\e006";
}
.k-i-arrow-s::before {
  content: "\e006";
}
.k-i-kpi-trend-decrease::before {
  content: "\e006";
}
.k-i-expand-s::before {
  content: "\e006";
}
.k-i-collapse::before {
  content: "\e006";
}
.k-i-sarrow-s::before {
  content: "\e006";
}
.k-i-caret-alt-left::before {
  content: "\e007";
}
.k-i-arrow-60-left::before {
  content: "\e007";
}
.k-i-arrow-w::before {
  content: "\e007";
}
.k-i-expand-w::before {
  content: "\e007";
}
.k-i-sarrow-w::before {
  content: "\e007";
}
.k-i-caret-alt-to-top::before {
  content: "\e008";
}
.k-i-arrow-end-up::before {
  content: "\e008";
}
.k-i-seek-n::before {
  content: "\e008";
}
.k-i-caret-alt-to-right::before {
  content: "\e009";
}
.k-i-arrow-end-right::before {
  content: "\e009";
}
.k-i-seek-e::before {
  content: "\e009";
}
.k-i-caret-alt-to-bottom::before {
  content: "\e00a";
}
.k-i-arrow-end-down::before {
  content: "\e00a";
}
.k-i-seek-s::before {
  content: "\e00a";
}
.k-i-caret-alt-to-left::before {
  content: "\e00b";
}
.k-i-arrow-end-left::before {
  content: "\e00b";
}
.k-i-seek-w::before {
  content: "\e00b";
}
.k-i-caret-double-alt-up::before {
  content: "\e00c";
}
.k-i-arrow-double-60-up::before {
  content: "\e00c";
}
.k-i-arrow-seek-up::before {
  content: "\e00c";
}
.k-i-caret-double-alt-right::before {
  content: "\e00d";
}
.k-i-arrow-double-60-right::before {
  content: "\e00d";
}
.k-i-arrow-seek-right::before {
  content: "\e00d";
}
.k-i-forward-sm::before {
  content: "\e00d";
}
.k-i-caret-double-alt-down::before {
  content: "\e00e";
}
.k-i-arrow-double-60-down::before {
  content: "\e00e";
}
.k-i-arrow-seek-down::before {
  content: "\e00e";
}
.k-i-caret-double-alt-left::before {
  content: "\e00f";
}
.k-i-arrow-double-60-left::before {
  content: "\e00f";
}
.k-i-arrow-seek-left::before {
  content: "\e00f";
}
.k-i-rewind-sm::before {
  content: "\e00f";
}
.k-i-caret-alt-expand::before {
  content: "\e010";
}
.k-i-arrows-kpi::before {
  content: "\e010";
}
.k-i-kpi::before {
  content: "\e010";
}
.k-i-caret-alt-sort::before {
  content: "\e010";
}
.k-i-arrows-no-change::before {
  content: "\e011";
}
.k-i-arrow-overflow-down::before {
  content: "\e012";
}
.k-i-chevron-up::before {
  content: "\e013";
}
.k-i-chevron-double-up::before {
  content: "\e05e";
}
.k-i-arrow-chevron-up::before {
  content: "\e013";
}
.k-i-arrowhead-n::before {
  content: "\e013";
}
.k-i-chevron-right::before {
  content: "\e014";
}
.k-i-chevron-double-right::before {
  content: "\e05f";
}
.k-i-arrow-chevron-right::before {
  content: "\e014";
}
.k-i-arrowhead-e::before {
  content: "\e014";
}
.k-i-chevron-down::before {
  content: "\e015";
}
.k-i-chevron-double-down::before {
  content: "\e060";
}
.k-i-arrow-chevron-down::before {
  content: "\e015";
}
.k-i-arrowhead-s::before {
  content: "\e015";
}
.k-i-chevron-left::before {
  content: "\e016";
}
.k-i-chevron-double-left::before {
  content: "\e061";
}
.k-i-arrow-chevron-left::before {
  content: "\e016";
}
.k-i-arrowhead-w::before {
  content: "\e016";
}
.k-i-arrow-up::before {
  content: "\e017";
}
.k-i-arrow-right::before {
  content: "\e018";
}
.k-i-arrow-down::before {
  content: "\e019";
}
.k-i-arrow-left::before {
  content: "\e01a";
}
.k-i-level-down::before {
  content: "\e01b";
}
.k-i-arrow-drill::before {
  content: "\e01b";
}
.k-i-level-up::before {
  content: "\e01c";
}
.k-i-arrow-parent::before {
  content: "\e01c";
}
.k-i-level-to-top::before {
  content: "\e01d";
}
.k-i-arrow-root::before {
  content: "\e01d";
}
.k-i-level-root::before {
  content: "\e01d";
}
.k-i-col-resize::before {
  content: "\e01e";
}
.k-i-arrows-resizing::before {
  content: "\e01e";
}
.k-i-arrows-axes::before {
  content: "\e01f";
}
.k-i-arrows-dimensions::before {
  content: "\e01f";
}
.k-i-dimension::before {
  content: "\e01f";
}
.k-i-arrows-swap::before {
  content: "\e020";
}
.k-i-drag-and-drop::before {
  content: "\e021";
}
.k-i-categorize::before {
  content: "\e022";
}
.k-i-grid::before {
  content: "\e023";
}
.k-i-grid-layout::before {
  content: "\e024";
}
.k-i-group::before {
  content: "\e025";
}
.k-i-ungroup::before {
  content: "\e026";
}
.k-i-handler-drag::before {
  content: "\e027";
}
.k-i-layout::before {
  content: "\e028";
}
.k-i-layout-1-by-4::before {
  content: "\e029";
}
.k-i-layout-2-by-2::before {
  content: "\e02a";
}
.k-i-page-layout::before {
  content: "\e02a";
}
.k-i-layout-side-by-side::before {
  content: "\e02b";
}
.k-i-layout-stacked::before {
  content: "\e02c";
}
.k-i-columns::before {
  content: "\e02d";
}
.k-i-rows::before {
  content: "\e02e";
}
.k-i-reorder::before {
  content: "\e02f";
}
.k-i-menu::before {
  content: "\e030";
}
.k-i-hamburger::before {
  content: "\e030";
}
.k-i-more-vertical::before {
  content: "\e031";
}
.k-i-more-v::before {
  content: "\e031";
}
.k-i-vbars::before {
  content: "\e031";
}
.k-i-more-horizontal::before {
  content: "\e032";
}
.k-i-more-h::before {
  content: "\e032";
}
.k-i-hbars::before {
  content: "\e032";
}
.k-i-overlap::before {
  content: "\e033";
}
.k-i-home::before {
  content: "\e034";
}
.k-i-root::before {
  content: "\e034";
}
.k-i-height::before {
  content: "\e035";
}
.k-i-width::before {
  content: "\e036";
}
.k-i-max-height::before {
  content: "\e037";
}
.k-i-max-width::before {
  content: "\e038";
}
.k-i-min-height::before {
  content: "\e039";
}
.k-i-min-width::before {
  content: "\e03a";
}
.k-i-margin::before {
  content: "\e03b";
}
.k-i-margin-top::before {
  content: "\e03c";
}
.k-i-margin-right::before {
  content: "\e03d";
}
.k-i-margin-bottom::before {
  content: "\e03e";
}
.k-i-margin-left::before {
  content: "\e03f";
}
.k-i-padding::before {
  content: "\e040";
}
.k-i-padding-top::before {
  content: "\e041";
}
.k-i-padding-right::before {
  content: "\e042";
}
.k-i-padding-bottom::before {
  content: "\e043";
}
.k-i-padding-left::before {
  content: "\e044";
}
.k-i-border-style::before {
  content: "\e045";
}
.k-i-border-style-top::before {
  content: "\e046";
}
.k-i-border-style-right::before {
  content: "\e047";
}
.k-i-border-style-bottom::before {
  content: "\e048";
}
.k-i-border-style-left::before {
  content: "\e049";
}
.k-i-border-radius::before {
  content: "\e04a";
}
.k-i-border-radius-top-right::before {
  content: "\e04b";
}
.k-i-border-radius-bottom-right::before {
  content: "\e04c";
}
.k-i-border-radius-bottom-left::before {
  content: "\e04d";
}
.k-i-border-radius-top-left::before {
  content: "\e04e";
}
.k-i-outline-width::before {
  content: "\e04f";
}
.k-i-outline-offset::before {
  content: "\e050";
}
.k-i-box-sizing::before {
  content: "\e051";
}
.k-i-position-top::before {
  content: "\e052";
}
.k-i-position-right::before {
  content: "\e053";
}
.k-i-position-bottom::before {
  content: "\e054";
}
.k-i-position-left::before {
  content: "\e055";
}
.k-i-display-block::before {
  content: "\e056";
}
.k-i-display-inline-block::before {
  content: "\e057";
}
.k-i-display-flex::before {
  content: "\e058";
}
.k-i-display-inline-flex::before {
  content: "\e059";
}
.k-i-gap-column::before {
  content: "\e05a";
}
.k-i-gap-row::before {
  content: "\e05b";
}
.k-i-handle-resize-alt::before {
  content: "\e05c";
}
.k-i-handle-resize::before {
  content: "\e05d";
}
.k-i-undo::before {
  content: "\e100";
}
.k-i-undo-large::before {
  content: "\e100";
}
.k-i-redo::before {
  content: "\e101";
}
.k-i-redo-large::before {
  content: "\e101";
}
.k-i-arrow-rotate-ccw::before {
  content: "\e102";
}
.k-i-reset::before {
  content: "\e102";
}
.k-i-arrow-rotate-cw::before {
  content: "\e103";
}
.k-i-reload::before {
  content: "\e103";
}
.k-i-refresh::before {
  content: "\e103";
}
.k-i-recurrence::before {
  content: "\e103";
}
.k-i-arrows-repeat::before {
  content: "\e103";
}
.k-i-arrows-no-repeat::before {
  content: "\e104";
}
.k-i-non-recurrence::before {
  content: "\e104";
}
.k-i-refresh-clear::before {
  content: "\e104";
}
.k-i-arrow-rotate-ccw-small::before {
  content: "\e105";
}
.k-i-reset-sm::before {
  content: "\e105";
}
.k-i-arrow-rotate-cw-small::before {
  content: "\e106";
}
.k-i-reload-sm::before {
  content: "\e106";
}
.k-i-refresh-sm::before {
  content: "\e106";
}
.k-i-recurrence-sm::before {
  content: "\e106";
}
.k-i-arrows-repeat-sm::before {
  content: "\e106";
}
.k-i-clock::before {
  content: "\e107";
}
.k-i-calendar::before {
  content: "\e108";
}
.k-i-save::before {
  content: "\e109";
}
.k-i-floppy::before {
  content: "\e109";
}
.k-i-print::before {
  content: "\e10a";
}
.k-i-printer::before {
  content: "\e10a";
}
.k-i-pencil::before {
  content: "\e10b";
}
.k-i-edit::before {
  content: "\e10b";
}
.k-i-trash::before {
  content: "\e10c";
}
.k-i-delete::before {
  content: "\e10c";
}
.k-i-paperclip::before {
  content: "\e10d";
}
.k-i-attachment::before {
  content: "\e10d";
}
.k-i-clip::before {
  content: "\e10d";
}
.k-i-paperclip-alt::before {
  content: "\e10e";
}
.k-i-attachment-45::before {
  content: "\e10e";
}
.k-i-clip-45::before {
  content: "\e10e";
}
.k-i-link::before {
  content: "\e10f";
}
.k-i-link-horizontal::before {
  content: "\e10f";
}
.k-i-hyperlink::before {
  content: "\e10f";
}
.k-i-link-h::before {
  content: "\e10f";
}
.k-i-unlink::before {
  content: "\e110";
}
.k-i-unlink-horizontal::before {
  content: "\e110";
}
.k-i-hyperlink-remove::before {
  content: "\e110";
}
.k-i-unlink-h::before {
  content: "\e110";
}
.k-i-link-vertical::before {
  content: "\e111";
}
.k-i-link-v::before {
  content: "\e111";
}
.k-i-unlink-vertical::before {
  content: "\e112";
}
.k-i-unlink-v::before {
  content: "\e112";
}
.k-i-lock::before {
  content: "\e113";
}
.k-i-unlock::before {
  content: "\e114";
}
.k-i-cancel::before {
  content: "\e115";
}
.k-i-cancel-outline::before {
  content: "\e116";
}
.k-i-deny::before {
  content: "\e116";
}
.k-i-cancel-circle::before {
  content: "\e117";
}
.k-i-check::before {
  content: "\e118";
}
.k-i-checkmark::before {
  content: "\e118";
}
.k-i-tick::before {
  content: "\e118";
}
.k-i-check-outline::before {
  content: "\e119";
}
.k-i-checkmark-outline::before {
  content: "\e119";
}
.k-i-success::before {
  content: "\e119";
}
.k-i-check-circle::before {
  content: "\e11a";
}
.k-i-checkmark-circle::before {
  content: "\e11a";
}
.k-i-x::before {
  content: "\e11b";
}
.k-i-close::before {
  content: "\e11b";
}
.k-i-clear::before {
  content: "\e11b";
}
.k-i-times::before {
  content: "\e11b";
}
.k-i-group-delete::before {
  content: "\e11b";
}
.k-i-x-outline::before {
  content: "\e11c";
}
.k-i-close-outline::before {
  content: "\e11c";
}
.k-i-clear-outline::before {
  content: "\e11c";
}
.k-i-times-outline::before {
  content: "\e11c";
}
.k-i-error::before {
  content: "\e11c";
}
.k-i-x-circle::before {
  content: "\e11d";
}
.k-i-close-circle::before {
  content: "\e11d";
}
.k-i-clear-circle::before {
  content: "\e11d";
}
.k-i-times-circle::before {
  content: "\e11d";
}
.k-i-plus::before {
  content: "\e11e";
}
.k-i-add::before {
  content: "\e11e";
}
.k-i-plus-outline::before {
  content: "\e11f";
}
.k-i-add-outline::before {
  content: "\e11f";
}
.k-i-plus-circle::before {
  content: "\e120";
}
.k-i-add-circle::before {
  content: "\e120";
}
.k-i-minus::before {
  content: "\e121";
}
.k-i-kpi-trend-equal::before {
  content: "\e121";
}
.k-i-minus-outline::before {
  content: "\e122";
}
.k-i-minus-circle::before {
  content: "\e123";
}
.k-i-sort-asc::before {
  content: "\e124";
}
.k-i-sort-desc::before {
  content: "\e125";
}
.k-i-sort-clear::before {
  content: "\e126";
}
.k-i-unsort::before {
  content: "\e126";
}
.k-i-sort-asc-small::before {
  content: "\e127";
}
.k-i-sort-asc-sm::before {
  content: "\e127";
}
.k-i-sort-desc-small::before {
  content: "\e128";
}
.k-i-sort-desc-sm::before {
  content: "\e128";
}
.k-i-filter::before {
  content: "\e129";
}
.k-i-filter-clear::before {
  content: "\e12a";
}
.k-i-filter-small::before {
  content: "\e12b";
}
.k-i-filter-sm::before {
  content: "\e12b";
}
.k-i-filter-sort-asc-small::before {
  content: "\e12c";
}
.k-i-filter-sort-asc-sm::before {
  content: "\e12c";
}
.k-i-filter-sort-desc-small::before {
  content: "\e12d";
}
.k-i-filter-sort-desc-sm::before {
  content: "\e12d";
}
.k-i-filter-add-expression::before {
  content: "\e12e";
}
.k-i-filter-add-group::before {
  content: "\e12f";
}
.k-i-login::before {
  content: "\e130";
}
.k-i-sign-in::before {
  content: "\e130";
}
.k-i-logout::before {
  content: "\e131";
}
.k-i-sign-out::before {
  content: "\e131";
}
.k-i-download::before {
  content: "\e132";
}
.k-i-upload::before {
  content: "\e133";
}
.k-i-hyperlink-open::before {
  content: "\e134";
}
.k-i-hyperlink-open-sm::before {
  content: "\e135";
}
.k-i-launch::before {
  content: "\e136";
}
.k-i-window::before {
  content: "\e137";
}
.k-i-window-maximize::before {
  content: "\e137";
}
.k-i-maximize::before {
  content: "\e137";
}
.k-i-window-restore::before {
  content: "\e138";
}
.k-i-windows::before {
  content: "\e138";
}
.k-i-tiles::before {
  content: "\e138";
}
.k-i-restore::before {
  content: "\e138";
}
.k-i-window-minimize::before {
  content: "\e139";
}
.k-i-minimize::before {
  content: "\e139";
}
.k-i-gear::before {
  content: "\e13a";
}
.k-i-cog::before {
  content: "\e13a";
}
.k-i-custom::before {
  content: "\e13a";
}
.k-i-gears::before {
  content: "\e13b";
}
.k-i-cogs::before {
  content: "\e13b";
}
.k-i-wrench::before {
  content: "\e13c";
}
.k-i-settings::before {
  content: "\e13c";
}
.k-i-eye::before {
  content: "\e13d";
}
.k-i-preview::before {
  content: "\e13d";
}
.k-i-search::before {
  content: "\e13e";
}
.k-i-zoom::before {
  content: "\e13e";
}
.k-i-zoom-in::before {
  content: "\e13f";
}
.k-i-zoom-out::before {
  content: "\e140";
}
.k-i-arrows-move::before {
  content: "\e141";
}
.k-i-pan::before {
  content: "\e141";
}
.k-i-move::before {
  content: "\e141";
}
.k-i-calculator::before {
  content: "\e142";
}
.k-i-cart::before {
  content: "\e143";
}
.k-i-shopping-cart::before {
  content: "\e143";
}
.k-i-connector::before {
  content: "\e144";
}
.k-i-plus-sm::before {
  content: "\e145";
}
.k-i-splus::before {
  content: "\e145";
}
.k-i-minus-sm::before {
  content: "\e146";
}
.k-i-sminus::before {
  content: "\e146";
}
.k-i-kpi-status-deny::before {
  content: "\e147";
}
.k-i-kpi-status-hold::before {
  content: "\e148";
}
.k-i-kpi-status-open::before {
  content: "\e149";
}
.k-i-equal::before {
  content: "\e14a";
}
.k-i-not-equal::before {
  content: "\e14b";
}
.k-i-less-or-equal::before {
  content: "\e14c";
}
.k-i-greater-or-equal::before {
  content: "\e14d";
}
.k-i-divide::before {
  content: "\e14e";
}
.k-i-accessibility::before {
  content: "\e14f";
}
.k-i-barcode-outline::before {
  content: "\e150";
}
.k-i-barcode::before {
  content: "\e151";
}
.k-i-barcode-scanner::before {
  content: "\e152";
}
.k-i-qr-code-outline::before {
  content: "\e153";
}
.k-i-qr-code::before {
  content: "\e154";
}
.k-i-qr-code-scanner::before {
  content: "\e155";
}
.k-i-barcode-qr-code-scanner::before {
  content: "\e156";
}
.k-i-signature::before {
  content: "\e157";
}
.k-i-hand::before {
  content: "\e158";
}
.k-i-pointer::before {
  content: "\e159";
}
.k-i-cursor::before {
  content: "\e159";
}
.k-i-stick::before {
  content: "\e15a";
}
.k-i-unstick::before {
  content: "\e15b";
}
.k-i-set-column-position::before {
  content: "\e15c";
}
.k-i-clock-arrow-rotate::before {
  content: "\e15d";
}
.k-i-play::before {
  content: "\e200";
}
.k-i-pause::before {
  content: "\e201";
}
.k-i-stop::before {
  content: "\e202";
}
.k-i-rewind::before {
  content: "\e203";
}
.k-i-forward::before {
  content: "\e204";
}
.k-i-volume-down::before {
  content: "\e205";
}
.k-i-volume-low::before {
  content: "\e205";
}
.k-i-volume-up::before {
  content: "\e206";
}
.k-i-volume-high::before {
  content: "\e206";
}
.k-i-volume-mute::before {
  content: "\e207";
}
.k-i-volume-off::before {
  content: "\e207";
}
.k-i-hd::before {
  content: "\e208";
}
.k-i-closed-captions::before {
  content: "\e209";
}
.k-i-subtitles::before {
  content: "\e209";
}
.k-i-playlist::before {
  content: "\e20a";
}
.k-i-music-notes::before {
  content: "\e20b";
}
.k-i-audio::before {
  content: "\e20b";
}
.k-i-play-sm::before {
  content: "\e20c";
}
.k-i-pause-sm::before {
  content: "\e20d";
}
.k-i-stop-sm::before {
  content: "\e20e";
}
.k-i-heart-outline::before {
  content: "\e300";
}
.k-i-fav-outline::before {
  content: "\e300";
}
.k-i-favorite-outline::before {
  content: "\e300";
}
.k-i-heart::before {
  content: "\e301";
}
.k-i-fav::before {
  content: "\e301";
}
.k-i-favorite::before {
  content: "\e301";
}
.k-i-star-outline::before {
  content: "\e302";
}
.k-i-bookmark-outline::before {
  content: "\e302";
}
.k-i-star::before {
  content: "\e303";
}
.k-i-bookmark::before {
  content: "\e303";
}
.k-i-checkbox::before {
  content: "\e304";
}
.k-i-shape-rect::before {
  content: "\e304";
}
.k-i-checkbox-checked::before {
  content: "\e305";
}
.k-i-checkbox-indeterminate::before {
  content: "\e306";
}
.k-i-tri-state-indeterminate::before {
  content: "\e306";
}
.k-i-checkbox-null::before {
  content: "\e307";
}
.k-i-tri-state-null::before {
  content: "\e307";
}
.k-i-circle::before {
  content: "\e308";
}
.k-i-radiobutton::before {
  content: "\e309";
}
.k-i-shape-circle::before {
  content: "\e309";
}
.k-i-radiobutton-checked::before {
  content: "\e30a";
}
.k-i-bell::before {
  content: "\e400";
}
.k-i-notification::before {
  content: "\e400";
}
.k-i-info-circle::before {
  content: "\e401";
}
.k-i-information::before {
  content: "\e401";
}
.k-i-info::before {
  content: "\e401";
}
.k-i-note::before {
  content: "\e401";
}
.k-i-question-circle::before {
  content: "\e402";
}
.k-i-question::before {
  content: "\e402";
}
.k-i-help::before {
  content: "\e402";
}
.k-i-exclamation-circle::before {
  content: "\e403";
}
.k-i-warning::before {
  content: "\e403";
}
.k-i-exception::before {
  content: "\e403";
}
.k-i-camera::before {
  content: "\e500";
}
.k-i-photo-camera::before {
  content: "\e500";
}
.k-i-image::before {
  content: "\e501";
}
.k-i-photo::before {
  content: "\e501";
}
.k-i-image-export::before {
  content: "\e502";
}
.k-i-photo-export::before {
  content: "\e502";
}
.k-i-zoom-actual-size::before {
  content: "\e503";
}
.k-i-zoom-best-fit::before {
  content: "\e504";
}
.k-i-image-resize::before {
  content: "\e505";
}
.k-i-crop::before {
  content: "\e506";
}
.k-i-mirror::before {
  content: "\e507";
}
.k-i-flip-horizontal::before {
  content: "\e508";
}
.k-i-flip-h::before {
  content: "\e508";
}
.k-i-flip-vertical::before {
  content: "\e509";
}
.k-i-flip-v::before {
  content: "\e509";
}
.k-i-rotate::before {
  content: "\e50a";
}
.k-i-rotate-right::before {
  content: "\e50b";
}
.k-i-rotate-cw::before {
  content: "\e50b";
}
.k-i-rotate-left::before {
  content: "\e50c";
}
.k-i-rotate-ccw::before {
  content: "\e50c";
}
.k-i-brush::before {
  content: "\e50d";
}
.k-i-palette::before {
  content: "\e50e";
}
.k-i-droplet::before {
  content: "\e50f";
}
.k-i-paint::before {
  content: "\e50f";
}
.k-i-background::before {
  content: "\e50f";
}
.k-i-shape-line::before {
  content: "\e510";
}
.k-i-line::before {
  content: "\e510";
}
.k-i-brightness-contrast::before {
  content: "\e511";
}
.k-i-sliders::before {
  content: "\e512";
}
.k-i-saturation::before {
  content: "\e512";
}
.k-i-invert-colors::before {
  content: "\e513";
}
.k-i-transparency::before {
  content: "\e514";
}
.k-i-opacity::before {
  content: "\e514";
}
.k-i-grayscale::before {
  content: "\e515";
}
.k-i-blur::before {
  content: "\e516";
}
.k-i-sharpen::before {
  content: "\e517";
}
.k-i-shapes::before {
  content: "\e518";
}
.k-i-shape::before {
  content: "\e518";
}
.k-i-round-corners::before {
  content: "\e519";
}
.k-i-bring-to-front::before {
  content: "\e51a";
}
.k-i-front-element::before {
  content: "\e51a";
}
.k-i-bring-to-back::before {
  content: "\e51b";
}
.k-i-back-element::before {
  content: "\e51b";
}
.k-i-bring-forward::before {
  content: "\e51c";
}
.k-i-forward-element::before {
  content: "\e51c";
}
.k-i-bring-backward::before {
  content: "\e51d";
}
.k-i-backward-element::before {
  content: "\e51d";
}
.k-i-align-self-start::before {
  content: "\e51e";
}
.k-i-align-left-element::before {
  content: "\e51e";
}
.k-i-align-self-center::before {
  content: "\e51f";
}
.k-i-align-center-element::before {
  content: "\e51f";
}
.k-i-align-self-end::before {
  content: "\e520";
}
.k-i-align-right-element::before {
  content: "\e520";
}
.k-i-align-self-start-alt::before {
  content: "\e521";
}
.k-i-align-top-element::before {
  content: "\e521";
}
.k-i-align-self-center-alt::before {
  content: "\e522";
}
.k-i-align-middle-element::before {
  content: "\e522";
}
.k-i-align-self-end-alt::before {
  content: "\e523";
}
.k-i-align-bottom-element::before {
  content: "\e523";
}
.k-i-thumbnails-up::before {
  content: "\e524";
}
.k-i-thumbnails-right::before {
  content: "\e525";
}
.k-i-thumbnails-down::before {
  content: "\e526";
}
.k-i-thumbnails-left::before {
  content: "\e527";
}
.k-i-fullscreen::before {
  content: "\e528";
}
.k-i-full-screen::before {
  content: "\e528";
}
.k-i-fullscreen-enter::before {
  content: "\e528";
}
.k-i-fullscreen-exit::before {
  content: "\e529";
}
.k-i-full-screen-exit::before {
  content: "\e529";
}
.k-i-droplet-slash::before {
  content: "\e52a";
}
.k-i-reset-color::before {
  content: "\e52a";
}
.k-i-paint-remove::before {
  content: "\e52a";
}
.k-i-background-remove::before {
  content: "\e52a";
}
.k-i-photos::before {
  content: "\e52b";
}
.k-i-images::before {
  content: "\e52b";
}
.k-i-gallery::before {
  content: "\e52b";
}
.k-i-align-to-grid::before {
  content: "\e52c";
}
.k-i-size-to-grid::before {
  content: "\e52d";
}
.k-i-make-same-size::before {
  content: "\e52e";
}
.k-i-make-same-width::before {
  content: "\e52f";
}
.k-i-make-same-height::before {
  content: "\e530";
}
.k-i-make-horizontal-spacing-equal::before {
  content: "\e531";
}
.k-i-increase-horizontal-spacing::before {
  content: "\e532";
}
.k-i-decrease-horizontal-spacing::before {
  content: "\e533";
}
.k-i-remove-horizontal-spacing::before {
  content: "\e534";
}
.k-i-make-vertical-spacing-equal::before {
  content: "\e535";
}
.k-i-increase-vertical-spacing::before {
  content: "\e536";
}
.k-i-decrease-vertical-spacing::before {
  content: "\e537";
}
.k-i-remove-vertical-spacing::before {
  content: "\e538";
}
.k-i-eyedropper::before {
  content: "\e539";
}
.k-i-snap-grid::before {
  content: "\e53a";
}
.k-i-snap-to-gridlines::before {
  content: "\e53b";
}
.k-i-snap-to-snaplines::before {
  content: "\e53c";
}
.k-i-dimentions::before {
  content: "\e53d";
}
.k-i-align-self-stretch::before {
  content: "\e53e";
}
.k-i-align-stretch-element-horizontal::before {
  content: "\e53e";
}
.k-i-align-self-stretch-alt::before {
  content: "\e53f";
}
.k-i-align-stretch-element-vertical::before {
  content: "\e53f";
}
.k-i-align-items-start::before {
  content: "\e540";
}
.k-i-align-left-elements::before {
  content: "\e540";
}
.k-i-align-items-center::before {
  content: "\e541";
}
.k-i-align-center-elements::before {
  content: "\e541";
}
.k-i-align-items-end::before {
  content: "\e542";
}
.k-i-align-right-elements::before {
  content: "\e542";
}
.k-i-align-items-stretch::before {
  content: "\e543";
}
.k-i-align-stretch-elements-horizontal::before {
  content: "\e543";
}
.k-i-align-items-baseline::before {
  content: "\e544";
}
.k-i-align-baseline-horizontal::before {
  content: "\e544";
}
.k-i-align-items-start-alt::before {
  content: "\e545";
}
.k-i-align-top-elements::before {
  content: "\e545";
}
.k-i-align-items-center-alt::before {
  content: "\e546";
}
.k-i-align-middle-elements::before {
  content: "\e546";
}
.k-i-align-items-end-alt::before {
  content: "\e547";
}
.k-i-align-bottom-elements::before {
  content: "\e547";
}
.k-i-align-items-stretch-alt::before {
  content: "\e548";
}
.k-i-align-stretch-elements-vertical::before {
  content: "\e548";
}
.k-i-align-items-baseline-alt::before {
  content: "\e549";
}
.k-i-align-baseline-vertical::before {
  content: "\e549";
}
.k-i-justify-content-start::before {
  content: "\e54a";
}
.k-i-justify-start-horizontal::before {
  content: "\e54a";
}
.k-i-justify-content-center::before {
  content: "\e54b";
}
.k-i-justify-center-horizontal::before {
  content: "\e54b";
}
.k-i-justify-content-end::before {
  content: "\e54c";
}
.k-i-justify-end-horizontal::before {
  content: "\e54c";
}
.k-i-justify-content-between::before {
  content: "\e54d";
}
.k-i-justify-between-horizontal::before {
  content: "\e54d";
}
.k-i-justify-content-around::before {
  content: "\e54e";
}
.k-i-justify-around-horizontal::before {
  content: "\e54e";
}
.k-i-justify-content-start-alt::before {
  content: "\e54f";
}
.k-i-justify-start-vertical::before {
  content: "\e54f";
}
.k-i-justify-content-center-alt::before {
  content: "\e550";
}
.k-i-justify-center-vertical::before {
  content: "\e550";
}
.k-i-justify-content-end-alt::before {
  content: "\e551";
}
.k-i-justify-end-vertical::before {
  content: "\e551";
}
.k-i-justify-content-between-alt::before {
  content: "\e552";
}
.k-i-justify-between-vertical::before {
  content: "\e552";
}
.k-i-justify-content-around-alt::before {
  content: "\e553";
}
.k-i-justify-around-vertical::before {
  content: "\e553";
}
.k-i-color-canvas::before {
  content: "\e554";
}
.k-i-file-wrench::before {
  content: "\e600";
}
.k-i-page-properties::before {
  content: "\e600";
}
.k-i-bold::before {
  content: "\e601";
}
.k-i-italic::before {
  content: "\e602";
}
.k-i-underline::before {
  content: "\e603";
}
.k-i-font-family::before {
  content: "\e604";
}
.k-i-foreground-color::before {
  content: "\e605";
}
.k-i-text::before {
  content: "\e605";
}
.k-i-convert-lowercase::before {
  content: "\e606";
}
.k-i-convert-uppercase::before {
  content: "\e607";
}
.k-i-strikethrough::before {
  content: "\e608";
}
.k-i-strike-through::before {
  content: "\e608";
}
.k-i-subscript::before {
  content: "\e609";
}
.k-i-sub-script::before {
  content: "\e609";
}
.k-i-supscript::before {
  content: "\e60a";
}
.k-i-sup-script::before {
  content: "\e60a";
}
.k-i-superscript::before {
  content: "\e60a";
}
.k-i-div::before {
  content: "\e60b";
}
.k-i-all::before {
  content: "\e60c";
}
.k-i-h1::before {
  content: "\e60d";
}
.k-i-h2::before {
  content: "\e60e";
}
.k-i-h3::before {
  content: "\e60f";
}
.k-i-h4::before {
  content: "\e610";
}
.k-i-h5::before {
  content: "\e611";
}
.k-i-h6::before {
  content: "\e612";
}
.k-i-list-ordered::before {
  content: "\e613";
}
.k-i-list-numbered::before {
  content: "\e613";
}
.k-i-insert-ordered-list::before {
  content: "\e613";
}
.k-i-list-unordered::before {
  content: "\e614";
}
.k-i-list-bulleted::before {
  content: "\e614";
}
.k-i-insert-unordered-list::before {
  content: "\e614";
}
.k-i-indent::before {
  content: "\e615";
}
.k-i-indent-increase::before {
  content: "\e615";
}
.k-i-outdent::before {
  content: "\e616";
}
.k-i-indent-decrease::before {
  content: "\e616";
}
.k-i-insert-top::before {
  content: "\e617";
}
.k-i-insert-up::before {
  content: "\e617";
}
.k-i-insert-n::before {
  content: "\e617";
}
.k-i-insert-middle::before {
  content: "\e618";
}
.k-i-insert-m::before {
  content: "\e618";
}
.k-i-insert-bottom::before {
  content: "\e619";
}
.k-i-insert-down::before {
  content: "\e619";
}
.k-i-insert-s::before {
  content: "\e619";
}
.k-i-align-top::before {
  content: "\e61a";
}
.k-i-align-middle::before {
  content: "\e61b";
}
.k-i-align-bottom::before {
  content: "\e61c";
}
.k-i-align-left::before {
  content: "\e61d";
}
.k-i-justify-left::before {
  content: "\e61d";
}
.k-i-align-center::before {
  content: "\e61e";
}
.k-i-justify-center::before {
  content: "\e61e";
}
.k-i-align-right::before {
  content: "\e61f";
}
.k-i-justify-left::before {
  content: "\e61f";
}
.k-i-align-justify::before {
  content: "\e620";
}
.k-i-justify-full::before {
  content: "\e620";
}
.k-i-align-remove::before {
  content: "\e621";
}
.k-i-justify-clear::before {
  content: "\e621";
}
.k-i-text-wrap::before {
  content: "\e622";
}
.k-i-horizontal-rule::before {
  content: "\e623";
}
.k-i-rule-horizontal::before {
  content: "\e623";
}
.k-i-hr::before {
  content: "\e623";
}
.k-i-table-align-top-left::before {
  content: "\e624";
}
.k-i-table-align-top-center::before {
  content: "\e625";
}
.k-i-table-align-top-right::before {
  content: "\e626";
}
.k-i-table-align-middle-left::before {
  content: "\e627";
}
.k-i-table-align-middle-center::before {
  content: "\e628";
}
.k-i-table-align-middle-right::before {
  content: "\e629";
}
.k-i-table-align-bottom-left::before {
  content: "\e62a";
}
.k-i-table-align-bottom-center::before {
  content: "\e62b";
}
.k-i-table-align-bottom-right::before {
  content: "\e62c";
}
.k-i-table-align-remove::before {
  content: "\e62d";
}
.k-i-borders-all::before {
  content: "\e62e";
}
.k-i-all-borders::before {
  content: "\e62e";
}
.k-i-borders-outside::before {
  content: "\e62f";
}
.k-i-outside-borders::before {
  content: "\e62f";
}
.k-i-borders-inside::before {
  content: "\e630";
}
.k-i-inside-borders::before {
  content: "\e630";
}
.k-i-borders-inside-horizontal::before {
  content: "\e631";
}
.k-i-border-inside-h::before {
  content: "\e631";
}
.k-i-inside-horizontal-borders::before {
  content: "\e631";
}
.k-i-borders-inside-vertical::before {
  content: "\e632";
}
.k-i-borders-inside-v::before {
  content: "\e632";
}
.k-i-inside-vertical-borders::before {
  content: "\e632";
}
.k-i-border-top::before {
  content: "\e633";
}
.k-i-top-border::before {
  content: "\e633";
}
.k-i-border-bottom::before {
  content: "\e634";
}
.k-i-bottom-border::before {
  content: "\e634";
}
.k-i-border-left::before {
  content: "\e635";
}
.k-i-left-border::before {
  content: "\e635";
}
.k-i-border-right::before {
  content: "\e636";
}
.k-i-right-border::before {
  content: "\e636";
}
.k-i-borders-none::before {
  content: "\e637";
}
.k-i-border-no::before {
  content: "\e637";
}
.k-i-no-borders::before {
  content: "\e637";
}
.k-i-borders-show-hide::before {
  content: "\e638";
}
.k-i-form::before {
  content: "\e639";
}
.k-i-border::before {
  content: "\e639";
}
.k-i-form-element::before {
  content: "\e63a";
}
.k-i-code-snippet::before {
  content: "\e63b";
}
.k-i-select-all::before {
  content: "\e63c";
}
.k-i-button::before {
  content: "\e63d";
}
.k-i-select-box::before {
  content: "\e63e";
}
.k-i-calendar-date::before {
  content: "\e63f";
}
.k-i-group-box::before {
  content: "\e640";
}
.k-i-textarea::before {
  content: "\e641";
}
.k-i-textbox::before {
  content: "\e642";
}
.k-i-textbox-hidden::before {
  content: "\e643";
}
.k-i-password::before {
  content: "\e644";
}
.k-i-paragraph-add::before {
  content: "\e645";
}
.k-i-edit-tools::before {
  content: "\e646";
}
.k-i-template-manager::before {
  content: "\e647";
}
.k-i-change-manually::before {
  content: "\e648";
}
.k-i-track-changes::before {
  content: "\e649";
}
.k-i-track-changes-enable::before {
  content: "\e64a";
}
.k-i-track-changes-accept::before {
  content: "\e64b";
}
.k-i-track-changes-accept-all::before {
  content: "\e64c";
}
.k-i-track-changes-reject::before {
  content: "\e64d";
}
.k-i-track-changes-reject-all::before {
  content: "\e64e";
}
.k-i-document-manager::before {
  content: "\e64f";
}
.k-i-custom-icon::before {
  content: "\e650";
}
.k-i-book::before {
  content: "\e651";
}
.k-i-dictionary-add::before {
  content: "\e651";
}
.k-i-image-add::before {
  content: "\e652";
}
.k-i-image-light-dialog::before {
  content: "\e652";
}
.k-i-image-insert::before {
  content: "\e652";
}
.k-i-insert-image::before {
  content: "\e652";
}
.k-i-image-edit::before {
  content: "\e653";
}
.k-i-image-map-editor::before {
  content: "\e654";
}
.k-i-comment::before {
  content: "\e655";
}
.k-i-comment-remove::before {
  content: "\e656";
}
.k-i-comments-remove::before {
  content: "\e657";
}
.k-i-comments-remove-all::before {
  content: "\e657";
}
.k-i-silverlight::before {
  content: "\e658";
}
.k-i-media-manager::before {
  content: "\e659";
}
.k-i-video-external::before {
  content: "\e65a";
}
.k-i-flash-manager::before {
  content: "\e65b";
}
.k-i-binoculars::before {
  content: "\e65c";
}
.k-i-find-and-replace::before {
  content: "\e65c";
}
.k-i-find::before {
  content: "\e65c";
}
.k-i-copy::before {
  content: "\e65d";
}
.k-i-files::before {
  content: "\e65d";
}
.k-i-cut::before {
  content: "\e65e";
}
.k-i-clipboard::before {
  content: "\e65f";
}
.k-i-paste::before {
  content: "\e65f";
}
.k-i-clipboard-code::before {
  content: "\e660";
}
.k-i-paste-as-html::before {
  content: "\e660";
}
.k-i-clipboard-word::before {
  content: "\e661";
}
.k-i-paste-from-word::before {
  content: "\e661";
}
.k-i-clipboard-word-alt::before {
  content: "\e662";
}
.k-i-paste-from-word-strip-file::before {
  content: "\e662";
}
.k-i-clipboard-html::before {
  content: "\e663";
}
.k-i-paste-html::before {
  content: "\e663";
}
.k-i-clipboard-markdown::before {
  content: "\e664";
}
.k-i-paste-markdown::before {
  content: "\e664";
}
.k-i-clipboard-text::before {
  content: "\e665";
}
.k-i-paste-plain-text::before {
  content: "\e665";
}
.k-i-apply-format::before {
  content: "\e666";
}
.k-i-clear-css::before {
  content: "\e667";
}
.k-i-clearformat::before {
  content: "\e667";
}
.k-i-copy-format::before {
  content: "\e668";
}
.k-i-strip-all-formatting::before {
  content: "\e669";
}
.k-i-strip-css-format::before {
  content: "\e66a";
}
.k-i-strip-font-elements::before {
  content: "\e66b";
}
.k-i-strip-span-elements::before {
  content: "\e66c";
}
.k-i-strip-word-formatting::before {
  content: "\e66d";
}
.k-i-format-code-block::before {
  content: "\e66e";
}
.k-i-building-blocks::before {
  content: "\e66f";
}
.k-i-style-builder::before {
  content: "\e66f";
}
.k-i-puzzle-piece::before {
  content: "\e670";
}
.k-i-module-manager::before {
  content: "\e670";
}
.k-i-puzzle::before {
  content: "\e670";
}
.k-i-link-add::before {
  content: "\e671";
}
.k-i-hyperlink-light-dialog::before {
  content: "\e671";
}
.k-i-hyperlink-insert::before {
  content: "\e671";
}
.k-i-globe-link::before {
  content: "\e672";
}
.k-i-hyperlink-globe::before {
  content: "\e672";
}
.k-i-globe-unlink::before {
  content: "\e673";
}
.k-i-hyperlink-globe-remove::before {
  content: "\e673";
}
.k-i-envelop-link::before {
  content: "\e674";
}
.k-i-hyperlink-email::before {
  content: "\e674";
}
.k-i-anchor::before {
  content: "\e675";
}
.k-i-table-add::before {
  content: "\e676";
}
.k-i-table-light-dialog::before {
  content: "\e676";
}
.k-i-table-insert::before {
  content: "\e676";
}
.k-i-create-table::before {
  content: "\e676";
}
.k-i-table::before {
  content: "\e677";
}
.k-i-table-properties::before {
  content: "\e678";
}
.k-i-table-cell::before {
  content: "\e679";
}
.k-i-table-cell-properties::before {
  content: "\e67a";
}
.k-i-table-column-insert-left::before {
  content: "\e67b";
}
.k-i-add-column-left::before {
  content: "\e67b";
}
.k-i-table-column-insert-right::before {
  content: "\e67c";
}
.k-i-add-column-right::before {
  content: "\e67c";
}
.k-i-table-row-insert-above::before {
  content: "\e67d";
}
.k-i-add-row-above::before {
  content: "\e67d";
}
.k-i-table-row-insert-below::before {
  content: "\e67e";
}
.k-i-add-row-below::before {
  content: "\e67e";
}
.k-i-table-column-delete::before {
  content: "\e67f";
}
.k-i-delete-column::before {
  content: "\e67f";
}
.k-i-table-row-delete::before {
  content: "\e680";
}
.k-i-delete-row::before {
  content: "\e680";
}
.k-i-table-cell-delete::before {
  content: "\e681";
}
.k-i-table-delete::before {
  content: "\e682";
}
.k-i-cells-merge::before {
  content: "\e683";
}
.k-i-merge-cells::before {
  content: "\e683";
}
.k-i-cells-merge-horizontally::before {
  content: "\e684";
}
.k-i-cells-merge-h::before {
  content: "\e684";
}
.k-i-merge-horizontally::before {
  content: "\e684";
}
.k-i-cells-merge-vertically::before {
  content: "\e685";
}
.k-i-cells-merge-v::before {
  content: "\e685";
}
.k-i-merge-vertically::before {
  content: "\e685";
}
.k-i-cell-split-horizontally::before {
  content: "\e686";
}
.k-i-cells-split-h::before {
  content: "\e686";
}
.k-i-cell-split-vertically::before {
  content: "\e687";
}
.k-i-cells-split-v::before {
  content: "\e687";
}
.k-i-table-unmerge::before {
  content: "\e688";
}
.k-i-normal-layout::before {
  content: "\e688";
}
.k-i-pane-freeze::before {
  content: "\e689";
}
.k-i-freeze-pane::before {
  content: "\e689";
}
.k-i-row-freeze::before {
  content: "\e68a";
}
.k-i-freeze-row::before {
  content: "\e68a";
}
.k-i-column-freeze::before {
  content: "\e68b";
}
.k-i-col-freeze::before {
  content: "\e68b";
}
.k-i-freeze-col::before {
  content: "\e68b";
}
.k-i-toolbar-float::before {
  content: "\e68c";
}
.k-i-spell-checker::before {
  content: "\e68d";
}
.k-i-validation-xhtml::before {
  content: "\e68e";
}
.k-i-validation-data::before {
  content: "\e68f";
}
.k-i-toggle-full-screen-mode::before {
  content: "\e690";
}
.k-i-formula-fx::before {
  content: "\e691";
}
.k-i-fx::before {
  content: "\e691";
}
.k-i-sum::before {
  content: "\e692";
}
.k-i-symbol::before {
  content: "\e693";
}
.k-i-dollar::before {
  content: "\e694";
}
.k-i-currency::before {
  content: "\e694";
}
.k-i-percent::before {
  content: "\e695";
}
.k-i-custom-format::before {
  content: "\e696";
}
.k-i-format-number::before {
  content: "\e696";
}
.k-i-decimal-increase::before {
  content: "\e697";
}
.k-i-increace-decimal::before {
  content: "\e697";
}
.k-i-decimal-decrease::before {
  content: "\e698";
}
.k-i-decrease-decimal::before {
  content: "\e698";
}
.k-i-font-size::before {
  content: "\e699";
}
.k-i-image-absolute-position::before {
  content: "\e69a";
}
.k-i-table-wizard::before {
  content: "\e69b";
}
.k-i-crosstab::before {
  content: "\e69c";
}
.k-i-crosstab-wizard::before {
  content: "\e69d";
}
.k-i-table-body::before {
  content: "\e69e";
}
.k-i-table-column-groups::before {
  content: "\e69f";
}
.k-i-table-corner::before {
  content: "\e6a0";
}
.k-i-table-row-groups::before {
  content: "\e6a1";
}
.k-i-globe-outline::before {
  content: "\e700";
}
.k-i-globe::before {
  content: "\e701";
}
.k-i-map-marker::before {
  content: "\e702";
}
.k-i-marker-pin::before {
  content: "\e702";
}
.k-i-map-marker-target::before {
  content: "\e703";
}
.k-i-marker-pin-target::before {
  content: "\e703";
}
.k-i-pin::before {
  content: "\e704";
}
.k-i-unpin::before {
  content: "\e705";
}
.k-i-share::before {
  content: "\e800";
}
.k-i-user::before {
  content: "\e801";
}
.k-i-inbox::before {
  content: "\e802";
}
.k-i-blogger::before {
  content: "\e803";
}
.k-i-blogger-box::before {
  content: "\e804";
}
.k-i-delicious::before {
  content: "\e805";
}
.k-i-delicious-box::before {
  content: "\e806";
}
.k-i-digg::before {
  content: "\e807";
}
.k-i-digg-box::before {
  content: "\e808";
}
.k-i-envelop::before {
  content: "\e809";
}
.k-i-email::before {
  content: "\e809";
}
.k-i-letter::before {
  content: "\e809";
}
.k-i-envelop-box::before {
  content: "\e80a";
}
.k-i-email-box::before {
  content: "\e80a";
}
.k-i-letter-box::before {
  content: "\e80a";
}
.k-i-facebook::before {
  content: "\e80b";
}
.k-i-facebook-box::before {
  content: "\e80c";
}
.k-i-google::before {
  content: "\e80d";
}
.k-i-google-box::before {
  content: "\e80e";
}
.k-i-google-plus::before {
  content: "\e80f";
}
.k-i-google-plus-box::before {
  content: "\e810";
}
.k-i-linkedin::before {
  content: "\e811";
}
.k-i-linkedin-box::before {
  content: "\e812";
}
.k-i-myspace::before {
  content: "\e813";
}
.k-i-myspace-box::before {
  content: "\e814";
}
.k-i-pinterest::before {
  content: "\e815";
}
.k-i-pinterest-box::before {
  content: "\e816";
}
.k-i-reddit::before {
  content: "\e817";
}
.k-i-reddit-box::before {
  content: "\e818";
}
.k-i-stumble-upon::before {
  content: "\e819";
}
.k-i-stumble-upon-box::before {
  content: "\e81a";
}
.k-i-tell-a-friend::before {
  content: "\e81b";
}
.k-i-tell-a-friend-box::before {
  content: "\e81c";
}
.k-i-tumblr::before {
  content: "\e81d";
}
.k-i-tumblr-box::before {
  content: "\e81e";
}
.k-i-twitter::before {
  content: "\e81f";
}
.k-i-twitter-box::before {
  content: "\e820";
}
.k-i-yammer::before {
  content: "\e821";
}
.k-i-yammer-box::before {
  content: "\e822";
}
.k-i-behance::before {
  content: "\e823";
}
.k-i-behance-box::before {
  content: "\e824";
}
.k-i-dribbble::before {
  content: "\e825";
}
.k-i-dribbble-box::before {
  content: "\e826";
}
.k-i-rss::before {
  content: "\e827";
}
.k-i-rss-box::before {
  content: "\e828";
}
.k-i-vimeo::before {
  content: "\e829";
}
.k-i-vimeo-box::before {
  content: "\e82a";
}
.k-i-youtube::before {
  content: "\e82b";
}
.k-i-youtube-box::before {
  content: "\e82c";
}
.k-i-folder::before {
  content: "\e900";
}
.k-i-folder-open::before {
  content: "\e901";
}
.k-i-folder-add::before {
  content: "\e902";
}
.k-i-folder-up::before {
  content: "\e903";
}
.k-i-folder-more::before {
  content: "\e904";
}
.k-i-fields-more::before {
  content: "\e904";
}
.k-i-aggregate-fields::before {
  content: "\e905";
}
.k-i-file::before {
  content: "\e906";
}
.k-i-file-vertical::before {
  content: "\e906";
}
.k-i-page-portrait::before {
  content: "\e906";
}
.k-i-file-v::before {
  content: "\e906";
}
.k-i-file-add::before {
  content: "\e907";
}
.k-i-insert-file::before {
  content: "\e907";
}
.k-i-file-txt::before {
  content: "\e908";
}
.k-i-txt::before {
  content: "\e908";
}
.k-i-file-csv::before {
  content: "\e909";
}
.k-i-csv::before {
  content: "\e909";
}
.k-i-file-excel::before {
  content: "\e90a";
}
.k-i-file-xls::before {
  content: "\e90a";
}
.k-i-excel::before {
  content: "\e90a";
}
.k-i-xls::before {
  content: "\e90a";
}
.k-i-xlsa::before {
  content: "\e90a";
}
.k-i-file-word::before {
  content: "\e90b";
}
.k-i-file-doc::before {
  content: "\e90b";
}
.k-i-word::before {
  content: "\e90b";
}
.k-i-doc::before {
  content: "\e90b";
}
.k-i-file-mdb::before {
  content: "\e90c";
}
.k-i-mdb::before {
  content: "\e90c";
}
.k-i-file-ppt::before {
  content: "\e90d";
}
.k-i-ppt::before {
  content: "\e90d";
}
.k-i-file-pdf::before {
  content: "\e90e";
}
.k-i-pdf::before {
  content: "\e90e";
}
.k-i-pdfa::before {
  content: "\e90e";
}
.k-i-file-psd::before {
  content: "\e90f";
}
.k-i-psd::before {
  content: "\e90f";
}
.k-i-file-flash::before {
  content: "\e910";
}
.k-i-flash::before {
  content: "\e910";
}
.k-i-file-config::before {
  content: "\e911";
}
.k-i-config::before {
  content: "\e911";
}
.k-i-file-ascx::before {
  content: "\e912";
}
.k-i-ascx::before {
  content: "\e912";
}
.k-i-file-bac::before {
  content: "\e913";
}
.k-i-bac::before {
  content: "\e913";
}
.k-i-file-zip::before {
  content: "\e914";
}
.k-i-zip::before {
  content: "\e914";
}
.k-i-film::before {
  content: "\e915";
}
.k-i-css3::before {
  content: "\e916";
}
.k-i-html5::before {
  content: "\e917";
}
.k-i-code::before {
  content: "\e918";
}
.k-i-html::before {
  content: "\e918";
}
.k-i-source-code::before {
  content: "\e918";
}
.k-i-view-source::before {
  content: "\e918";
}
.k-i-css::before {
  content: "\e919";
}
.k-i-js::before {
  content: "\e91a";
}
.k-i-exe::before {
  content: "\e91b";
}
.k-i-csproj::before {
  content: "\e91c";
}
.k-i-vbproj::before {
  content: "\e91d";
}
.k-i-cs::before {
  content: "\e91e";
}
.k-i-vb::before {
  content: "\e91f";
}
.k-i-sln::before {
  content: "\e920";
}
.k-i-cloud::before {
  content: "\e921";
}
.k-i-file-horizontal::before {
  content: "\e922";
}
.k-i-page-landscape::before {
  content: "\e922";
}
.k-i-file-h::before {
  content: "\e922";
}
.k-i-subreport::before {
  content: "\e923";
}
.k-i-data::before {
  content: "\e924";
}
.k-i-report-header-section::before {
  content: "\e925";
}
.k-i-report-footer-section::before {
  content: "\e926";
}
.k-i-group-header-section::before {
  content: "\e927";
}
.k-i-group-footer-section::before {
  content: "\e928";
}
.k-i-page-header-section::before {
  content: "\e929";
}
.k-i-page-footer-section::before {
  content: "\e92a";
}
.k-i-detail-section::before {
  content: "\e92b";
}
.k-i-toc-section::before {
  content: "\e92c";
}
.k-i-group-section::before {
  content: "\e92d";
}
.k-i-parameters::before {
  content: "\e92e";
}
.k-i-data-csv::before {
  content: "\e92f";
}
.k-i-data-json::before {
  content: "\e930";
}
.k-i-data-sql::before {
  content: "\e931";
}
.k-i-data-web::before {
  content: "\e932";
}
.k-i-group-collection::before {
  content: "\e933";
}
.k-i-parameter-boolean::before {
  content: "\e934";
}
.k-i-parameter-date-time::before {
  content: "\e935";
}
.k-i-parameter-float::before {
  content: "\e936";
}
.k-i-parameter-integer::before {
  content: "\e937";
}
.k-i-parameter-string::before {
  content: "\e938";
}
.k-i-toc-section-level::before {
  content: "\e939";
}
.k-i-inherited::before {
  content: "\e93a";
}
.k-i-file-video::before {
  content: "\e93b";
}
.k-i-file-audio::before {
  content: "\e93c";
}
.k-i-file-image::before {
  content: "\e93d";
}
.k-i-file-presentation::before {
  content: "\e93e";
}
.k-i-file-data::before {
  content: "\e93f";
}
.k-i-report-element::before {
  content: "\e94a";
}
.k-i-file-disc-image::before {
  content: "\e940";
}
.k-i-file-programming::before {
  content: "\e941";
}
.k-i-parameters-byte-array::before {
  content: "\e942";
}
.k-i-parameters-unknown::before {
  content: "\e943";
}
.k-i-file-error::before {
  content: "\e944";
}
.k-i-file-validation::before {
  content: "\e944";
}
.k-i-files-error::before {
  content: "\e945";
}
.k-i-files-validation::before {
  content: "\e945";
}
.k-i-data-rest::before {
  content: "\e946";
}
.k-i-file-typescript::before {
  content: "\e947";
}
.k-i-data-ods::before {
  content: "\e948";
}
.k-i-file-report::before {
  content: "\e949";
}
.k-i-table-position-start::before {
  content: "\e6a2";
}
.k-i-table-position-left::before {
  content: "\e6a2";
}
.k-i-table-position-center::before {
  content: "\e6a3";
}
.k-i-table-position-end::before {
  content: "\e6a4";
}
.k-i-table-position-right::before {
  content: "\e6a4";
}
.k-i-list-roman-upper::before {
  content: "\e6a5";
}
.k-i-list-roman-lower::before {
  content: "\e6a6";
}
.k-i-import::before {
  content: "\e6a7";
}
.k-i-export::before {
  content: "\e6a8";
}
.k-i-match-full-word::before {
  content: "\e6a9";
}
.k-i-regular-expression::before {
  content: "\e6ab";
}
.k-i-replace-single::before {
  content: "\e6ac";
}
.k-i-replace-all::before {
  content: "\e6ad";
}
.k-i-letter-space::before {
  content: "\e6ae";
}
.k-i-line-height::before {
  content: "\e6af";
}
.k-i-blockquote::before {
  content: "\e6b0";
}
.k-i-list-latin-big::before {
  content: "\e6b1";
}
.k-i-list-latin-small::before {
  content: "\e6b2";
}
.k-i-list-unordered-square::before {
  content: "\e6b3";
}
.k-i-list-unordered-outline::before {
  content: "\e6b4";
}
.k-i-graph::before {
  content: "\ea00";
}
.k-i-chart-column-clustered::before {
  content: "\ea01";
}
.k-i-chart-column-stacked::before {
  content: "\ea02";
}
.k-i-chart-column-stacked100::before {
  content: "\ea03";
}
.k-i-chart-column-range::before {
  content: "\ea04";
}
.k-i-chart-bar-clustered::before {
  content: "\ea05";
}
.k-i-chart-bar-stacked::before {
  content: "\ea06";
}
.k-i-chart-bar-stacked100::before {
  content: "\ea07";
}
.k-i-chart-bar-range::before {
  content: "\ea08";
}
.k-i-chart-area-clustered::before {
  content: "\ea09";
}
.k-i-chart-area-stacked::before {
  content: "\ea0a";
}
.k-i-chart-area-stacked100::before {
  content: "\ea0b";
}
.k-i-chart-area-range::before {
  content: "\ea0c";
}
.k-i-chart-line::before {
  content: "\ea0d";
}
.k-i-chart-line-stacked::before {
  content: "\ea0e";
}
.k-i-chart-line-stacked100::before {
  content: "\ea0f";
}
.k-i-chart-line-markers::before {
  content: "\ea10";
}
.k-i-chart-line-stacked-markers::before {
  content: "\ea11";
}
.k-i-chart-line-stacked100-markers::before {
  content: "\ea12";
}
.k-i-chart-pie::before {
  content: "\ea13";
}
.k-i-chart-doughnut::before {
  content: "\ea14";
}
.k-i-chart-scatter::before {
  content: "\ea15";
}
.k-i-chart-scatter-smooth-lines-markers::before {
  content: "\ea16";
}
.k-i-chart-scatter-smooth-lines::before {
  content: "\ea17";
}
.k-i-chart-scatter-straight-lines-markers::before {
  content: "\ea18";
}
.k-i-chart-scatter-straight-lines::before {
  content: "\ea19";
}
.k-i-chart-bubble::before {
  content: "\ea1a";
}
.k-i-chart-candlestick::before {
  content: "\ea1b";
}
.k-i-chart-ohlc::before {
  content: "\ea1c";
}
.k-i-chart-radar::before {
  content: "\ea1d";
}
.k-i-chart-radar-markers::before {
  content: "\ea1e";
}
.k-i-chart-radar-filled::before {
  content: "\ea1f";
}
.k-i-chart-rose::before {
  content: "\ea20";
}
.k-i-chart-choropleth::before {
  content: "\ea21";
}
.k-rtl .k-i-indent-increase,
.k-rtl .k-i-indent-decrease,
.k-rtl .k-i-expand,
.k-rtl .k-i-collapse,
[dir=rtl] .k-i-expand,
[dir=rtl] .k-i-collapse {
  transform: scaleX(-1);
}
.k-sprite {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -ms-high-contrast-adjust: none;
}
.k-image {
  display: inline-block;
}
.k-badge {
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
  color: inherit;
  background-color: transparent;
  font: inherit;
  text-align: center;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-badge *,
.k-badge *::before,
.k-badge *::after {
  box-sizing: border-box;
}
.k-badge > * {
  color: inherit;
}
a.k-badge,
.k-badge > a {
  text-decoration: none;
}
a.k-badge:hover,
.k-badge > a:hover {
  text-decoration: underline;
}
.k-badge-icon {
  max-width: 1em;
  max-height: 1em;
  font-size: inherit;
}
.k-badge-icon.k-svg-icon svg {
  fill: currentColor;
}
.k-badge-sm {
  padding: 2px 2px;
  font-size: 10px;
  line-height: 1;
  min-width: calc( 1em + 4px + 2px );
}
.k-badge-sm:empty {
  padding: 2px;
  min-width: auto;
}
.k-badge-md {
  padding: 4px 4px;
  font-size: 10px;
  line-height: 1;
  min-width: calc( 1em + 8px + 2px );
}
.k-badge-md:empty {
  padding: 4px;
  min-width: auto;
}
.k-badge-lg {
  padding: 6px 6px;
  font-size: 10px;
  line-height: 1;
  min-width: calc( 1em + 12px + 2px );
}
.k-badge-lg:empty {
  padding: 6px;
  min-width: auto;
}
kendo-badge-container {
  display: inline-block;
}
.k-badge-container {
  position: relative;
  overflow: visible;
}
.k-badge-inside {
  position: absolute;
  z-index: 9999;
}
.k-badge-edge {
  position: absolute;
  z-index: 9999;
}
.k-badge-edge.k-top-start {
  transform: translate(-50%, -50%);
}
.k-badge-edge.k-top-end {
  transform: translate(50%, -50%);
}
.k-badge-edge.k-bottom-start {
  transform: translate(-50%, 50%);
}
.k-badge-edge.k-bottom-end {
  transform: translate(50%, 50%);
}
.k-rtl .k-badge-edge.k-top-start,
[dir=rtl].k-badge-edge.k-top-start,
[dir=rtl] .k-badge-edge.k-top-start {
  transform: translate(50%, -50%);
}
.k-rtl .k-badge-edge.k-top-end,
[dir=rtl].k-badge-edge.k-top-end,
[dir=rtl] .k-badge-edge.k-top-end {
  transform: translate(-50%, -50%);
}
.k-rtl .k-badge-edge.k-bottom-start,
[dir=rtl].k-badge-edge.k-bottom-start,
[dir=rtl] .k-badge-edge.k-bottom-start {
  transform: translate(50%, 50%);
}
.k-rtl .k-badge-edge.k-bottom-end,
[dir=rtl].k-badge-edge.k-bottom-end,
[dir=rtl] .k-badge-edge.k-bottom-end {
  transform: translate(-50%, 50%);
}
.k-badge-outside {
  position: absolute;
  z-index: 9999;
}
.k-badge-outside.k-top-start {
  transform: translate(-100%, -100%);
}
.k-badge-outside.k-top-end {
  transform: translate(100%, -100%);
}
.k-badge-outside.k-bottom-start {
  transform: translate(-100%, 100%);
}
.k-badge-outside.k-bottom-end {
  transform: translate(100%, 100%);
}
.k-rtl .k-badge-outside.k-top-start,
[dir=rtl].k-badge-outside.k-top-start,
[dir=rtl] .k-badge-outside.k-top-start {
  transform: translate(100%, -100%);
}
.k-rtl .k-badge-outside.k-top-end,
[dir=rtl].k-badge-outside.k-top-end,
[dir=rtl] .k-badge-outside.k-top-end {
  transform: translate(-100%, -100%);
}
.k-rtl .k-badge-outside.k-bottom-start,
[dir=rtl].k-badge-outside.k-bottom-start,
[dir=rtl] .k-badge-outside.k-bottom-start {
  transform: translate(100%, 100%);
}
.k-rtl .k-badge-outside.k-bottom-end,
[dir=rtl].k-badge-outside.k-bottom-end,
[dir=rtl] .k-badge-outside.k-bottom-end {
  transform: translate(-100%, 100%);
}
.k-badge-border-cutout {
  box-shadow: 0 0 0 2px #ffffff;
}
.k-badge-solid-primary {
  border-color: #ff6358;
  color: white;
  background-color: #ff6358;
}
.k-badge-solid-secondary {
  border-color: #666666;
  color: white;
  background-color: #666666;
}
.k-badge-solid-tertiary {
  border-color: #03a9f4;
  color: white;
  background-color: #03a9f4;
}
.k-badge-solid-info {
  border-color: #0058e9;
  color: white;
  background-color: #0058e9;
}
.k-badge-solid-success {
  border-color: #37b400;
  color: white;
  background-color: #37b400;
}
.k-badge-solid-warning {
  border-color: #ffc000;
  color: black;
  background-color: #ffc000;
}
.k-badge-solid-error {
  border-color: #f31700;
  color: white;
  background-color: #f31700;
}
.k-badge-solid-dark {
  border-color: #424242;
  color: white;
  background-color: #424242;
}
.k-badge-solid-light {
  border-color: #ebebeb;
  color: black;
  background-color: #ebebeb;
}
.k-badge-solid-inverse {
  border-color: #424242;
  color: white;
  background-color: #424242;
}
.k-badge-outline {
  border-color: currentColor;
  background-color: #ffffff;
}
.k-badge-outline-primary {
  color: #ff6358;
}
.k-badge-outline-secondary {
  color: #666666;
}
.k-badge-outline-tertiary {
  color: #03a9f4;
}
.k-badge-outline-info {
  color: #0058e9;
}
.k-badge-outline-success {
  color: #37b400;
}
.k-badge-outline-warning {
  color: #ffc000;
}
.k-badge-outline-error {
  color: #f31700;
}
.k-badge-outline-dark {
  color: #424242;
}
.k-badge-outline-light {
  color: #ebebeb;
}
.k-badge-outline-inverse {
  color: #424242;
}
.k-button {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  color: inherit;
  background: none;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  position: relative;
  transition: color 0.2s ease-in-out;
}
.k-button *,
.k-button *::before,
.k-button *::after {
  box-sizing: border-box;
}
.k-button:disabled, .k-button.k-disabled {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}
.k-button::-moz-focus-inner {
  padding: 0;
  border: 0;
  outline: 0;
}
.k-button:hover, .k-button:focus {
  text-decoration: none;
  outline: 0;
}
.k-icon-button {
  gap: 0;
}
.k-icon-button .k-icon {
  display: inline-flex;
}
.k-button-icon {
  color: inherit;
  align-self: center;
  position: relative;
}
.k-button-sm {
  padding: 2px 8px;
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-button-sm.k-icon-button {
  padding: 2px;
}
.k-button-sm.k-icon-button > .k-button-icon {
  min-width: calc( 13px * 1.4285714286 );
  min-height: calc( 13px * 1.4285714286 );
}
.k-button-md {
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-button-md.k-icon-button {
  padding: 4px;
}
.k-button-md.k-icon-button > .k-button-icon {
  min-width: calc( 13px * 1.4285714286 );
  min-height: calc( 13px * 1.4285714286 );
}
.k-button-lg {
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.5;
}
.k-button-lg.k-icon-button {
  padding: 8px;
}
.k-button-lg.k-icon-button > .k-button-icon {
  min-width: calc( 16px * 1.5 );
  min-height: calc( 16px * 1.5 );
}
.k-button-square {
  aspect-ratio: 1;
}
.k-button-group {
  margin: 0;
  padding: 0;
  border-width: 0;
  box-sizing: border-box;
  list-style: none;
  outline: 0;
  display: inline-flex;
  flex-flow: row nowrap;
  vertical-align: middle;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-button-group > .k-button + .k-button {
  margin-inline-start: -1px;
}
.k-button-group > .k-button:hover,
.k-button-group > .k-button.k-hover,
.k-button-group > .k-button:focus,
.k-button-group > .k-button.k-focus,
.k-button-group > .k-button:active,
.k-button-group > .k-button.k-active,
.k-button-group > .k-button.k-selected {
  z-index: 2;
}
.k-button-group .k-button:not(:first-child):not(:last-child) {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.k-button-group > .k-button:first-child:not(:only-child) {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.k-button-group > .k-button:last-child:not(:only-child) {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.k-button-group:disabled, .k-button-group[disabled], .k-button-group.k-disabled {
  opacity: 1;
  filter: none;
}
.k-button-group-stretched {
  width: 100%;
}
.k-button-group-stretched > * {
  flex: 1 0 0%;
  overflow: hidden;
}
.k-button-flat {
  border-color: transparent !important;
  color: inherit;
  background: none !important;
  box-shadow: none !important;
}
.k-button-flat::before {
  display: block !important;
}
.k-button-flat::after {
  box-shadow: inset 0 0 0 2px currentColor;
  display: block !important;
}
.k-button-flat:focus::after, .k-button-flat.k-focus::after {
  opacity: 0.12;
}
.k-button-outline {
  border-color: currentColor;
  color: inherit;
  background: none;
}
.k-button-link {
  border-color: transparent;
  color: inherit;
  text-decoration: none;
  background: none;
}
.k-button-link:hover, .k-button-link.k-hover {
  text-decoration: underline;
}
.k-button-clear {
  border-color: transparent !important;
  color: inherit;
  background: none !important;
  box-shadow: none !important;
}
.k-ie .k-button-group .k-button {
  border-radius: 0;
}
.k-button-overlay, .k-button::before {
  border-radius: inherit;
  content: "";
  background: currentColor;
  opacity: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 0;
  transition: opacity 0.2s ease-in-out;
}
.k-button:hover::before, .k-button.k-hover::before {
  opacity: 0.04;
}
.k-button.k-no-focus:not(:hover)::before, .k-button.k-no-focus:not(.k-hover)::before {
  opacity: 0;
}
.k-button:active::before, .k-button.k-active::before {
  opacity: 0.16;
}
.k-button.k-selected::before {
  opacity: 0.2;
}
.k-button::after {
  border-radius: inherit;
  content: "";
  opacity: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 0;
  transition: opacity 0.2s ease-in-out;
}
.k-button-solid-base {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #f5f5f5;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-base:hover, .k-button-solid-base.k-hover {
  background-color: #ebebeb;
}
.k-button-solid-base:focus, .k-button-solid-base.k-focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-button-solid-base:active, .k-button-solid-base.k-active {
  background-color: #d8d8d8;
}
.k-button-solid-base.k-selected {
  border-color: #ff6358;
  color: white;
  background-color: #ff6358;
}
.k-button-solid-primary {
  border-color: #ff6358;
  color: white;
  background-color: #ff6358;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
  border-color: #f55f54;
  background-color: #f55f54;
}
.k-button-solid-primary:focus, .k-button-solid-primary.k-focus {
  box-shadow: 0 0 0px 2px rgba(255, 99, 88, 0.3);
}
.k-button-solid-primary:active, .k-button-solid-primary.k-active {
  border-color: #e0574d;
  background-color: #e0574d;
}
.k-button-solid-primary.k-selected {
  border-color: #e0574d;
  background-color: #e0574d;
}
.k-button-solid-secondary {
  border-color: #666666;
  color: white;
  background-color: #666666;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-secondary:hover, .k-button-solid-secondary.k-hover {
  border-color: #626262;
  background-color: #626262;
}
.k-button-solid-secondary:focus, .k-button-solid-secondary.k-focus {
  box-shadow: 0 0 0px 2px rgba(102, 102, 102, 0.3);
}
.k-button-solid-secondary:active, .k-button-solid-secondary.k-active {
  border-color: #5a5a5a;
  background-color: #5a5a5a;
}
.k-button-solid-secondary.k-selected {
  border-color: #5a5a5a;
  background-color: #5a5a5a;
}
.k-button-solid-tertiary {
  border-color: #03a9f4;
  color: white;
  background-color: #03a9f4;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-tertiary:hover, .k-button-solid-tertiary.k-hover {
  border-color: #03a2ea;
  background-color: #03a2ea;
}
.k-button-solid-tertiary:focus, .k-button-solid-tertiary.k-focus {
  box-shadow: 0 0 0px 2px rgba(3, 169, 244, 0.3);
}
.k-button-solid-tertiary:active, .k-button-solid-tertiary.k-active {
  border-color: #0395d7;
  background-color: #0395d7;
}
.k-button-solid-tertiary.k-selected {
  border-color: #0395d7;
  background-color: #0395d7;
}
.k-button-solid-info {
  border-color: #0058e9;
  color: white;
  background-color: #0058e9;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-info:hover, .k-button-solid-info.k-hover {
  border-color: #0054e0;
  background-color: #0054e0;
}
.k-button-solid-info:focus, .k-button-solid-info.k-focus {
  box-shadow: 0 0 0px 2px rgba(0, 88, 233, 0.3);
}
.k-button-solid-info:active, .k-button-solid-info.k-active {
  border-color: #004dcd;
  background-color: #004dcd;
}
.k-button-solid-info.k-selected {
  border-color: #004dcd;
  background-color: #004dcd;
}
.k-button-solid-success {
  border-color: #37b400;
  color: white;
  background-color: #37b400;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-success:hover, .k-button-solid-success.k-hover {
  border-color: #35ad00;
  background-color: #35ad00;
}
.k-button-solid-success:focus, .k-button-solid-success.k-focus {
  box-shadow: 0 0 0px 2px rgba(55, 180, 0, 0.3);
}
.k-button-solid-success:active, .k-button-solid-success.k-active {
  border-color: #309e00;
  background-color: #309e00;
}
.k-button-solid-success.k-selected {
  border-color: #309e00;
  background-color: #309e00;
}
.k-button-solid-warning {
  border-color: #ffc000;
  color: black;
  background-color: #ffc000;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-warning:hover, .k-button-solid-warning.k-hover {
  border-color: #f5b800;
  background-color: #f5b800;
}
.k-button-solid-warning:focus, .k-button-solid-warning.k-focus {
  box-shadow: 0 0 0px 2px rgba(255, 192, 0, 0.3);
}
.k-button-solid-warning:active, .k-button-solid-warning.k-active {
  border-color: #e0a900;
  background-color: #e0a900;
}
.k-button-solid-warning.k-selected {
  border-color: #e0a900;
  background-color: #e0a900;
}
.k-button-solid-error {
  border-color: #f31700;
  color: white;
  background-color: #f31700;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-error:hover, .k-button-solid-error.k-hover {
  border-color: #e91600;
  background-color: #e91600;
}
.k-button-solid-error:focus, .k-button-solid-error.k-focus {
  box-shadow: 0 0 0px 2px rgba(243, 23, 0, 0.3);
}
.k-button-solid-error:active, .k-button-solid-error.k-active {
  border-color: #d61400;
  background-color: #d61400;
}
.k-button-solid-error.k-selected {
  border-color: #d61400;
  background-color: #d61400;
}
.k-button-solid-dark {
  border-color: #424242;
  color: white;
  background-color: #424242;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-dark:hover, .k-button-solid-dark.k-hover {
  border-color: #3f3f3f;
  background-color: #3f3f3f;
}
.k-button-solid-dark:focus, .k-button-solid-dark.k-focus {
  box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}
.k-button-solid-dark:active, .k-button-solid-dark.k-active {
  border-color: #3a3a3a;
  background-color: #3a3a3a;
}
.k-button-solid-dark.k-selected {
  border-color: #3a3a3a;
  background-color: #3a3a3a;
}
.k-button-solid-light {
  border-color: #ebebeb;
  color: black;
  background-color: #ebebeb;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-light:hover, .k-button-solid-light.k-hover {
  border-color: #e2e2e2;
  background-color: #e2e2e2;
}
.k-button-solid-light:focus, .k-button-solid-light.k-focus {
  box-shadow: 0 0 0px 2px rgba(235, 235, 235, 0.3);
}
.k-button-solid-light:active, .k-button-solid-light.k-active {
  border-color: #cfcfcf;
  background-color: #cfcfcf;
}
.k-button-solid-light.k-selected {
  border-color: #cfcfcf;
  background-color: #cfcfcf;
}
.k-button-solid-inverse {
  border-color: #424242;
  color: white;
  background-color: #424242;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-inverse:hover, .k-button-solid-inverse.k-hover {
  border-color: #3f3f3f;
  background-color: #3f3f3f;
}
.k-button-solid-inverse:focus, .k-button-solid-inverse.k-focus {
  box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}
.k-button-solid-inverse:active, .k-button-solid-inverse.k-active {
  border-color: #3a3a3a;
  background-color: #3a3a3a;
}
.k-button-solid-inverse.k-selected {
  border-color: #3a3a3a;
  background-color: #3a3a3a;
}
.k-button-outline-primary {
  box-shadow: none;
  border-color: currentColor;
  color: #ff6358;
  background-color: transparent;
}
.k-button-outline-primary:hover, .k-button-outline-primary.k-hover {
  border-color: #ff6358;
  color: white;
  background-color: #ff6358;
}
.k-button-outline-primary:focus, .k-button-outline-primary.k-focus {
  box-shadow: 0 0 0px 2px rgba(255, 99, 88, 0.3);
}
.k-button-outline-primary:active, .k-button-outline-primary.k-active {
  border-color: #ff6358;
  color: white;
  background-color: #ff6358;
}
.k-button-outline-primary.k-selected {
  border-color: #ff6358;
  color: white;
  background-color: #ff6358;
}
.k-button-outline-secondary {
  box-shadow: none;
  border-color: currentColor;
  color: #666666;
  background-color: transparent;
}
.k-button-outline-secondary:hover, .k-button-outline-secondary.k-hover {
  border-color: #666666;
  color: white;
  background-color: #666666;
}
.k-button-outline-secondary:focus, .k-button-outline-secondary.k-focus {
  box-shadow: 0 0 0px 2px rgba(102, 102, 102, 0.3);
}
.k-button-outline-secondary:active, .k-button-outline-secondary.k-active {
  border-color: #666666;
  color: white;
  background-color: #666666;
}
.k-button-outline-secondary.k-selected {
  border-color: #666666;
  color: white;
  background-color: #666666;
}
.k-button-outline-tertiary {
  box-shadow: none;
  border-color: currentColor;
  color: #03a9f4;
  background-color: transparent;
}
.k-button-outline-tertiary:hover, .k-button-outline-tertiary.k-hover {
  border-color: #03a9f4;
  color: white;
  background-color: #03a9f4;
}
.k-button-outline-tertiary:focus, .k-button-outline-tertiary.k-focus {
  box-shadow: 0 0 0px 2px rgba(3, 169, 244, 0.3);
}
.k-button-outline-tertiary:active, .k-button-outline-tertiary.k-active {
  border-color: #03a9f4;
  color: white;
  background-color: #03a9f4;
}
.k-button-outline-tertiary.k-selected {
  border-color: #03a9f4;
  color: white;
  background-color: #03a9f4;
}
.k-button-outline-info {
  box-shadow: none;
  border-color: currentColor;
  color: #0058e9;
  background-color: transparent;
}
.k-button-outline-info:hover, .k-button-outline-info.k-hover {
  border-color: #0058e9;
  color: white;
  background-color: #0058e9;
}
.k-button-outline-info:focus, .k-button-outline-info.k-focus {
  box-shadow: 0 0 0px 2px rgba(0, 88, 233, 0.3);
}
.k-button-outline-info:active, .k-button-outline-info.k-active {
  border-color: #0058e9;
  color: white;
  background-color: #0058e9;
}
.k-button-outline-info.k-selected {
  border-color: #0058e9;
  color: white;
  background-color: #0058e9;
}
.k-button-outline-success {
  box-shadow: none;
  border-color: currentColor;
  color: #37b400;
  background-color: transparent;
}
.k-button-outline-success:hover, .k-button-outline-success.k-hover {
  border-color: #37b400;
  color: white;
  background-color: #37b400;
}
.k-button-outline-success:focus, .k-button-outline-success.k-focus {
  box-shadow: 0 0 0px 2px rgba(55, 180, 0, 0.3);
}
.k-button-outline-success:active, .k-button-outline-success.k-active {
  border-color: #37b400;
  color: white;
  background-color: #37b400;
}
.k-button-outline-success.k-selected {
  border-color: #37b400;
  color: white;
  background-color: #37b400;
}
.k-button-outline-warning {
  box-shadow: none;
  border-color: currentColor;
  color: #ffc000;
  background-color: transparent;
}
.k-button-outline-warning:hover, .k-button-outline-warning.k-hover {
  border-color: #ffc000;
  color: black;
  background-color: #ffc000;
}
.k-button-outline-warning:focus, .k-button-outline-warning.k-focus {
  box-shadow: 0 0 0px 2px rgba(255, 192, 0, 0.3);
}
.k-button-outline-warning:active, .k-button-outline-warning.k-active {
  border-color: #ffc000;
  color: black;
  background-color: #ffc000;
}
.k-button-outline-warning.k-selected {
  border-color: #ffc000;
  color: black;
  background-color: #ffc000;
}
.k-button-outline-error {
  box-shadow: none;
  border-color: currentColor;
  color: #f31700;
  background-color: transparent;
}
.k-button-outline-error:hover, .k-button-outline-error.k-hover {
  border-color: #f31700;
  color: white;
  background-color: #f31700;
}
.k-button-outline-error:focus, .k-button-outline-error.k-focus {
  box-shadow: 0 0 0px 2px rgba(243, 23, 0, 0.3);
}
.k-button-outline-error:active, .k-button-outline-error.k-active {
  border-color: #f31700;
  color: white;
  background-color: #f31700;
}
.k-button-outline-error.k-selected {
  border-color: #f31700;
  color: white;
  background-color: #f31700;
}
.k-button-outline-dark {
  box-shadow: none;
  border-color: currentColor;
  color: #424242;
  background-color: transparent;
}
.k-button-outline-dark:hover, .k-button-outline-dark.k-hover {
  border-color: #424242;
  color: white;
  background-color: #424242;
}
.k-button-outline-dark:focus, .k-button-outline-dark.k-focus {
  box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}
.k-button-outline-dark:active, .k-button-outline-dark.k-active {
  border-color: #424242;
  color: white;
  background-color: #424242;
}
.k-button-outline-dark.k-selected {
  border-color: #424242;
  color: white;
  background-color: #424242;
}
.k-button-outline-light {
  box-shadow: none;
  border-color: currentColor;
  color: #ebebeb;
  background-color: transparent;
}
.k-button-outline-light:hover, .k-button-outline-light.k-hover {
  border-color: #ebebeb;
  color: black;
  background-color: #ebebeb;
}
.k-button-outline-light:focus, .k-button-outline-light.k-focus {
  box-shadow: 0 0 0px 2px rgba(235, 235, 235, 0.3);
}
.k-button-outline-light:active, .k-button-outline-light.k-active {
  border-color: #ebebeb;
  color: black;
  background-color: #ebebeb;
}
.k-button-outline-light.k-selected {
  border-color: #ebebeb;
  color: black;
  background-color: #ebebeb;
}
.k-button-outline-inverse {
  box-shadow: none;
  border-color: currentColor;
  color: #424242;
  background-color: transparent;
}
.k-button-outline-inverse:hover, .k-button-outline-inverse.k-hover {
  border-color: #424242;
  color: white;
  background-color: #424242;
}
.k-button-outline-inverse:focus, .k-button-outline-inverse.k-focus {
  box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}
.k-button-outline-inverse:active, .k-button-outline-inverse.k-active {
  border-color: #424242;
  color: white;
  background-color: #424242;
}
.k-button-outline-inverse.k-selected {
  border-color: #424242;
  color: white;
  background-color: #424242;
}
.k-button-outline-base {
  box-shadow: none;
  border-color: currentColor;
  color: #333;
  background-color: transparent;
}
.k-button-outline-base:hover, .k-button-outline-base.k-hover {
  border-color: #333;
  color: white;
  background-color: #333;
}
.k-button-outline-base:focus, .k-button-outline-base.k-focus {
  box-shadow: 0 0 0px 2px rgba(51, 51, 51, 0.3);
}
.k-button-outline-base:active, .k-button-outline-base.k-active {
  border-color: #333;
  color: white;
  background-color: #333;
}
.k-button-outline-base.k-selected {
  border-color: #333;
  color: white;
  background-color: #333;
}
.k-button-flat-primary {
  color: #ff6358;
}
.k-button-flat-secondary {
  color: #666666;
}
.k-button-flat-tertiary {
  color: #03a9f4;
}
.k-button-flat-info {
  color: #0058e9;
}
.k-button-flat-success {
  color: #37b400;
}
.k-button-flat-warning {
  color: #ffc000;
}
.k-button-flat-error {
  color: #f31700;
}
.k-button-flat-dark {
  color: #424242;
}
.k-button-flat-light {
  color: #ebebeb;
}
.k-button-flat-inverse {
  color: #424242;
}
.k-button-flat-base {
  color: inherit;
}
.k-button-link-primary {
  color: #ff6358;
}
.k-button-link-primary:hover, .k-button-link-primary.k-hover {
  color: #d6534a;
}
.k-button-link-primary:focus, .k-button-link-primary.k-focus {
  box-shadow: 0 0 0px 2px rgba(255, 99, 88, 0.3);
}
.k-button-link-primary:active, .k-button-link-primary.k-active {
  color: #d6534a;
}
.k-button-link-primary.k-selected {
  color: #d6534a;
}
.k-button-link-secondary {
  color: #666666;
}
.k-button-link-secondary:hover, .k-button-link-secondary.k-hover {
  color: #565656;
}
.k-button-link-secondary:focus, .k-button-link-secondary.k-focus {
  box-shadow: 0 0 0px 2px rgba(102, 102, 102, 0.3);
}
.k-button-link-secondary:active, .k-button-link-secondary.k-active {
  color: #565656;
}
.k-button-link-secondary.k-selected {
  color: #565656;
}
.k-button-link-tertiary {
  color: #03a9f4;
}
.k-button-link-tertiary:hover, .k-button-link-tertiary.k-hover {
  color: #038ecd;
}
.k-button-link-tertiary:focus, .k-button-link-tertiary.k-focus {
  box-shadow: 0 0 0px 2px rgba(3, 169, 244, 0.3);
}
.k-button-link-tertiary:active, .k-button-link-tertiary.k-active {
  color: #038ecd;
}
.k-button-link-tertiary.k-selected {
  color: #038ecd;
}
.k-button-link-info {
  color: #0058e9;
}
.k-button-link-info:hover, .k-button-link-info.k-hover {
  color: #004ac4;
}
.k-button-link-info:focus, .k-button-link-info.k-focus {
  box-shadow: 0 0 0px 2px rgba(0, 88, 233, 0.3);
}
.k-button-link-info:active, .k-button-link-info.k-active {
  color: #004ac4;
}
.k-button-link-info.k-selected {
  color: #004ac4;
}
.k-button-link-success {
  color: #37b400;
}
.k-button-link-success:hover, .k-button-link-success.k-hover {
  color: #2e9700;
}
.k-button-link-success:focus, .k-button-link-success.k-focus {
  box-shadow: 0 0 0px 2px rgba(55, 180, 0, 0.3);
}
.k-button-link-success:active, .k-button-link-success.k-active {
  color: #2e9700;
}
.k-button-link-success.k-selected {
  color: #2e9700;
}
.k-button-link-warning {
  color: #ffc000;
}
.k-button-link-warning:hover, .k-button-link-warning.k-hover {
  color: #d6a100;
}
.k-button-link-warning:focus, .k-button-link-warning.k-focus {
  box-shadow: 0 0 0px 2px rgba(255, 192, 0, 0.3);
}
.k-button-link-warning:active, .k-button-link-warning.k-active {
  color: #d6a100;
}
.k-button-link-warning.k-selected {
  color: #d6a100;
}
.k-button-link-error {
  color: #f31700;
}
.k-button-link-error:hover, .k-button-link-error.k-hover {
  color: #cc1300;
}
.k-button-link-error:focus, .k-button-link-error.k-focus {
  box-shadow: 0 0 0px 2px rgba(243, 23, 0, 0.3);
}
.k-button-link-error:active, .k-button-link-error.k-active {
  color: #cc1300;
}
.k-button-link-error.k-selected {
  color: #cc1300;
}
.k-button-link-dark {
  color: #424242;
}
.k-button-link-dark:hover, .k-button-link-dark.k-hover {
  color: #373737;
}
.k-button-link-dark:focus, .k-button-link-dark.k-focus {
  box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}
.k-button-link-dark:active, .k-button-link-dark.k-active {
  color: #373737;
}
.k-button-link-dark.k-selected {
  color: #373737;
}
.k-button-link-light {
  color: #ebebeb;
}
.k-button-link-light:hover, .k-button-link-light.k-hover {
  color: #c5c5c5;
}
.k-button-link-light:focus, .k-button-link-light.k-focus {
  box-shadow: 0 0 0px 2px rgba(235, 235, 235, 0.3);
}
.k-button-link-light:active, .k-button-link-light.k-active {
  color: #c5c5c5;
}
.k-button-link-light.k-selected {
  color: #c5c5c5;
}
.k-button-link-inverse {
  color: #424242;
}
.k-button-link-inverse:hover, .k-button-link-inverse.k-hover {
  color: #373737;
}
.k-button-link-inverse:focus, .k-button-link-inverse.k-focus {
  box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}
.k-button-link-inverse:active, .k-button-link-inverse.k-active {
  color: #373737;
}
.k-button-link-inverse.k-selected {
  color: #373737;
}
.k-button-link-base {
  color: #333;
}
.k-button-link-base:hover, .k-button-link-base.k-hover {
  color: #2b2b2b;
}
.k-button-link-base:focus, .k-button-link-base.k-focus {
  box-shadow: 0 0 0px 2px rgba(51, 51, 51, 0.3);
}
.k-button-link-base:active, .k-button-link-base.k-active {
  color: #2b2b2b;
}
.k-button-link-base.k-selected {
  color: #2b2b2b;
}
.k-button-clear-primary {
  color: #ff6358;
}
.k-button-clear-primary:focus::after, .k-button-clear-primary.k-focus::after, .k-button-clear-primary:active::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}
.k-button-clear-secondary {
  color: #666666;
}
.k-button-clear-secondary:focus::after, .k-button-clear-secondary.k-focus::after, .k-button-clear-secondary:active::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}
.k-button-clear-tertiary {
  color: #03a9f4;
}
.k-button-clear-tertiary:focus::after, .k-button-clear-tertiary.k-focus::after, .k-button-clear-tertiary:active::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}
.k-button-clear-info {
  color: #0058e9;
}
.k-button-clear-info:focus::after, .k-button-clear-info.k-focus::after, .k-button-clear-info:active::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}
.k-button-clear-success {
  color: #37b400;
}
.k-button-clear-success:focus::after, .k-button-clear-success.k-focus::after, .k-button-clear-success:active::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}
.k-button-clear-warning {
  color: #ffc000;
}
.k-button-clear-warning:focus::after, .k-button-clear-warning.k-focus::after, .k-button-clear-warning:active::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}
.k-button-clear-error {
  color: #f31700;
}
.k-button-clear-error:focus::after, .k-button-clear-error.k-focus::after, .k-button-clear-error:active::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}
.k-button-clear-dark {
  color: #424242;
}
.k-button-clear-dark:focus::after, .k-button-clear-dark.k-focus::after, .k-button-clear-dark:active::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}
.k-button-clear-light {
  color: #ebebeb;
}
.k-button-clear-light:focus::after, .k-button-clear-light.k-focus::after, .k-button-clear-light:active::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}
.k-button-clear-inverse {
  color: #424242;
}
.k-button-clear-inverse:focus::after, .k-button-clear-inverse.k-focus::after, .k-button-clear-inverse:active::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}
.k-button-clear-base {
  color: #333;
}
.k-button-clear-base:focus::after, .k-button-clear-base.k-focus::after, .k-button-clear-base:active::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}
.k-input,
.k-picker {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4285714286;
  font-weight: normal;
  text-align: start;
  box-shadow: none;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: stretch;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}
.k-input *,
.k-input *::before,
.k-input *::after,
.k-picker *,
.k-picker *::before,
.k-picker *::after {
  box-sizing: border-box;
}
.k-input .k-input,
.k-input .k-picker,
.k-picker .k-input,
.k-picker .k-picker {
  border-width: 0 !important;
  color: inherit;
  background: none;
  font: inherit;
  outline: 0;
  box-shadow: none;
}
.k-input > *,
.k-picker > * {
  margin: 0;
}
.k-input::-moz-placeholder, .k-picker::-moz-placeholder {
  color: #666666;
  opacity: 1;
  -moz-user-select: none;
       user-select: none;
}
.k-input::placeholder,
.k-picker::placeholder {
  color: #666666;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.k-input:-ms-input-placeholder,
.k-picker:-ms-input-placeholder {
  color: #666666;
}
input.k-input,
textarea.k-textarea {
  padding: 4px 8px;
}
input.k-input:disabled, input.k-input[disabled],
textarea.k-textarea:disabled,
textarea.k-textarea[disabled] {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}
[disabled] input.k-input:disabled, .k-disabled input.k-input:disabled, [disabled] input.k-input[disabled], .k-disabled input.k-input[disabled],
[disabled] textarea.k-textarea:disabled,
.k-disabled textarea.k-textarea:disabled,
[disabled] textarea.k-textarea[disabled],
.k-disabled textarea.k-textarea[disabled] {
  opacity: 1;
  filter: grayscale(0);
}
.k-picker {
  cursor: pointer;
}
select.k-picker {
  padding: 4px 8px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
select.k-picker:disabled, select.k-picker[disabled] {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}
[disabled] select.k-picker:disabled, .k-disabled select.k-picker:disabled, [disabled] select.k-picker[disabled], .k-disabled select.k-picker[disabled] {
  opacity: 1;
  filter: grayscale(0);
}
.k-input-inner {
  padding: 4px 8px;
  width: 100%;
  border: 0;
  outline: 0;
  color: inherit;
  background: none;
  font: inherit;
  flex: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}
.k-input-inner::-ms-clear {
  display: none;
}
.k-input-inner::-moz-placeholder {
  color: #666666;
  opacity: 1;
  -moz-user-select: none;
       user-select: none;
}
.k-input-inner::placeholder {
  color: #666666;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.k-input-inner:-ms-input-placeholder {
  color: #666666;
}
.k-input-inner:invalid {
  box-shadow: none;
}
span.k-input-inner {
  white-space: nowrap;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
textarea.k-input-inner {
  margin: 0;
}
.k-input-value-icon {
  flex: none;
}
.k-input-value-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-input-value-text::before {
  content: "​";
  width: 0px;
  overflow: hidden;
  flex: none;
  display: inline-block;
  vertical-align: top;
}
.k-input-values {
  width: 100%;
  padding: 2px 2px;
  cursor: text;
}
.k-input-values > .k-searchbar,
.k-input-values > .k-input-inner {
  margin: -2px -2px;
}
.k-icon-picker .k-input-inner {
  padding: 4px;
  justify-content: center;
}
.k-input-prefix,
.k-input-suffix {
  border-color: inherit;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: none;
}
.k-input-prefix > *,
.k-input-suffix > * {
  flex-shrink: 0;
}
.k-input-separator {
  margin: 0;
  width: 0;
  height: 16px;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: inherit;
  align-self: center;
}
.k-input-icon,
.k-input-validation-icon,
.k-input-loading-icon,
.k-input-prefix > .k-icon,
.k-input-suffix > .k-icon {
  flex: none;
  align-self: center;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.k-clear-value {
  outline: 0;
  flex: none;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.5;
}
.k-clear-value:hover,
.k-clear-value.k-hover {
  opacity: 1;
}
.k-clear-value:focus-visible {
  outline: 1px dotted;
  outline-offset: -1px;
}
.k-input-button {
  width: calc( 1.4285714286em + 8px );
  border-width: 0;
  border-inline-start-width: 1px;
  flex: none;
  aspect-ratio: auto;
  box-shadow: none;
}
.k-input-button > .k-button-icon {
  min-width: auto !important;
}
.k-input-button:focus {
  box-shadow: none;
}
.k-picker .k-input-button {
  color: inherit;
  background: none;
  border-color: transparent;
}
.k-input-spinner {
  width: calc( 1.4285714286em + 8px );
  flex: none;
  display: flex;
  flex-flow: column nowrap;
}
.k-input-spinner .k-spinner-increase,
.k-input-spinner .k-spinner-decrease {
  border-width: 0;
  border-inline-start-width: 1px;
  flex: 1 1 50%;
  box-shadow: none;
  position: relative;
  aspect-ratio: auto;
}
.k-input-spinner .k-spinner-increase > .k-button-icon,
.k-input-spinner .k-spinner-decrease > .k-button-icon {
  margin: -1em 0;
  min-width: auto !important;
  min-height: auto !important;
}
.k-input-spinner .k-spinner-increase .k-icon {
  bottom: auto;
}
.k-input-spinner .k-spinner-decrease .k-icon {
  top: auto;
}
.k-searchbar {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row nowrap;
}
.k-picker-wrap,
.k-dropdown-wrap,
.k-dateinput-wrap,
.k-multiselect-wrap,
.k-numeric-wrap {
  width: 100%;
  border-width: 0;
  border-color: inherit;
  box-sizing: border-box;
  flex: 1 1 auto;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  position: relative;
}
.k-input-flat,
.k-picker-flat {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-width: 1px 0;
  border-top-color: transparent !important;
  background-image: none !important;
}
.k-input-outline {
  background: none !important;
}
.k-input-sm,
.k-picker-sm {
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-input-sm .k-input-values,
.k-picker-sm .k-input-values {
  width: 100%;
  padding: 1px;
  gap: 1px;
  cursor: text;
}
.k-input-sm .k-input-values > .k-searchbar,
.k-input-sm .k-input-values > .k-input-inner,
.k-picker-sm .k-input-values > .k-searchbar,
.k-picker-sm .k-input-values > .k-input-inner {
  margin: -1px;
}
.k-input-sm .k-input-inner,
.k-picker-sm .k-input-inner {
  padding: 2px 8px;
}
.k-input-sm .k-input-button,
.k-input-sm .k-spinner-increase,
.k-input-sm .k-spinner-decrease,
.k-picker-sm .k-input-button,
.k-picker-sm .k-spinner-increase,
.k-picker-sm .k-spinner-decrease {
  padding: 2px 2px;
}
.k-input-sm .k-input-icon,
.k-input-sm .k-input-validation-icon,
.k-input-sm .k-input-loading-icon,
.k-input-sm .k-clear-value,
.k-input-sm .k-input-prefix > .k-icon,
.k-input-sm .k-input-suffix > .k-icon,
.k-picker-sm .k-input-icon,
.k-picker-sm .k-input-validation-icon,
.k-picker-sm .k-input-loading-icon,
.k-picker-sm .k-clear-value,
.k-picker-sm .k-input-prefix > .k-icon,
.k-picker-sm .k-input-suffix > .k-icon {
  width: calc( 16px + 4px );
  height: calc( 16px + 4px );
}
.k-input-sm.k-icon-picker .k-input-inner,
.k-picker-sm.k-icon-picker .k-input-inner {
  width: calc( 1.4285714286em );
  height: calc( 1.4285714286em );
  padding: 2px;
  box-sizing: content-box;
}
.k-dropdown-operator.k-picker-sm .k-input-button {
  padding: 2px;
}
.k-input-md,
.k-picker-md {
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-input-md .k-input-values,
.k-picker-md .k-input-values {
  width: 100%;
  padding: 2px;
  gap: 2px;
  cursor: text;
}
.k-input-md .k-input-values > .k-searchbar,
.k-input-md .k-input-values > .k-input-inner,
.k-picker-md .k-input-values > .k-searchbar,
.k-picker-md .k-input-values > .k-input-inner {
  margin: -2px;
}
.k-input-md .k-input-inner,
.k-picker-md .k-input-inner {
  padding: 4px 8px;
}
.k-input-md .k-input-button,
.k-input-md .k-spinner-increase,
.k-input-md .k-spinner-decrease,
.k-picker-md .k-input-button,
.k-picker-md .k-spinner-increase,
.k-picker-md .k-spinner-decrease {
  padding: 4px 4px;
}
.k-input-md .k-input-icon,
.k-input-md .k-input-validation-icon,
.k-input-md .k-input-loading-icon,
.k-input-md .k-clear-value,
.k-input-md .k-input-prefix > .k-icon,
.k-input-md .k-input-suffix > .k-icon,
.k-picker-md .k-input-icon,
.k-picker-md .k-input-validation-icon,
.k-picker-md .k-input-loading-icon,
.k-picker-md .k-clear-value,
.k-picker-md .k-input-prefix > .k-icon,
.k-picker-md .k-input-suffix > .k-icon {
  width: calc( 16px + 8px );
  height: calc( 16px + 8px );
}
.k-input-md.k-icon-picker .k-input-inner,
.k-picker-md.k-icon-picker .k-input-inner {
  width: calc( 1.4285714286em );
  height: calc( 1.4285714286em );
  padding: 4px;
  box-sizing: content-box;
}
.k-dropdown-operator.k-picker-md .k-input-button {
  padding: 4px;
}
.k-input-lg,
.k-picker-lg {
  font-size: 16px;
  line-height: 1.5;
}
.k-input-lg .k-input-values,
.k-picker-lg .k-input-values {
  width: 100%;
  padding: 4px;
  gap: 4px;
  cursor: text;
}
.k-input-lg .k-input-values > .k-searchbar,
.k-input-lg .k-input-values > .k-input-inner,
.k-picker-lg .k-input-values > .k-searchbar,
.k-picker-lg .k-input-values > .k-input-inner {
  margin: -4px;
}
.k-input-lg .k-input-inner,
.k-picker-lg .k-input-inner {
  padding: 8px 12px;
}
.k-input-lg .k-input-button,
.k-input-lg .k-spinner-increase,
.k-input-lg .k-spinner-decrease,
.k-picker-lg .k-input-button,
.k-picker-lg .k-spinner-increase,
.k-picker-lg .k-spinner-decrease {
  padding: 8px 8px;
}
.k-input-lg .k-input-icon,
.k-input-lg .k-input-validation-icon,
.k-input-lg .k-input-loading-icon,
.k-input-lg .k-clear-value,
.k-input-lg .k-input-prefix > .k-icon,
.k-input-lg .k-input-suffix > .k-icon,
.k-picker-lg .k-input-icon,
.k-picker-lg .k-input-validation-icon,
.k-picker-lg .k-input-loading-icon,
.k-picker-lg .k-clear-value,
.k-picker-lg .k-input-prefix > .k-icon,
.k-picker-lg .k-input-suffix > .k-icon {
  width: calc( 16px + 16px );
  height: calc( 16px + 16px );
}
.k-input-lg.k-icon-picker .k-input-inner,
.k-picker-lg.k-icon-picker .k-input-inner {
  width: calc( 1.5em );
  height: calc( 1.5em );
  padding: 8px;
  box-sizing: content-box;
}
.k-dropdown-operator.k-picker-lg .k-input-button {
  padding: 8px;
}
.k-input > kendo-popup,
.k-picker > kendo-popup {
  position: fixed;
}
@keyframes autoFillStart {}
@keyframes autoFillEnd {}
.k-autofill:-webkit-autofill {
  animation-name: autoFillStart;
}
.k-autofill:not(:-webkit-autofill) {
  animation-name: autoFillEnd;
}
.k-input:-webkit-autofill {
  animation-name: autoFillStart;
}
.k-input:not(:-webkit-autofill) {
  animation-name: autoFillEnd;
}
.k-input-solid {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
}
.k-input-solid:hover, .k-input-solid.k-hover {
  border-color: rgba(0, 0, 0, 0.16);
}
.k-input-solid:focus, .k-input-solid.k-focus {
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-input-solid:focus-within {
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-input-solid.k-invalid, .k-input-solid.ng-invalid.ng-touched, .k-input-solid.ng-invalid.ng-dirty {
  border-color: #f31700;
}
.k-input-solid.k-invalid .k-input-validation-icon, .k-input-solid.ng-invalid.ng-touched .k-input-validation-icon, .k-input-solid.ng-invalid.ng-dirty .k-input-validation-icon {
  color: #f31700;
}
.k-picker-solid {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #f5f5f5;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-picker-solid:hover, .k-picker-solid.k-hover {
  background-color: #ebebeb;
}
.k-picker-solid:focus, .k-picker-solid.k-focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-picker-solid:focus-within {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-picker-solid.k-invalid, .k-picker-solid.ng-invalid.ng-touched, .k-picker-solid.ng-invalid.ng-dirty {
  border-color: #f31700;
}
.k-picker-solid.k-invalid .k-input-validation-icon, .k-picker-solid.ng-invalid.ng-touched .k-input-validation-icon, .k-picker-solid.ng-invalid.ng-dirty .k-input-validation-icon {
  color: #f31700;
}
.k-input-outline {
  border-color: rgba(66, 66, 66, 0.5);
  color: #424242;
}
.k-input-outline > .k-input-button {
  border-color: inherit;
}
.k-input-outline > .k-input-spinner {
  border-color: inherit;
}
.k-input-outline > .k-input-spinner > .k-spinner-increase, .k-input-outline > .k-input-spinner > .k-spinner-decrease {
  border-color: inherit;
}
.k-input-outline:hover, .k-input-outline.k-hover {
  border-color: rgba(66, 66, 66, 0.8);
}
.k-input-outline:focus, .k-input-outline.k-focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-input-outline:focus-within {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-input-outline.k-invalid, .k-input-outline.ng-invalid.ng-touched, .k-input-outline.ng-invalid.ng-dirty {
  border-color: #f31700;
}
.k-input-outline.k-invalid .k-input-validation-icon, .k-input-outline.ng-invalid.ng-touched .k-input-validation-icon, .k-input-outline.ng-invalid.ng-dirty .k-input-validation-icon {
  color: #f31700;
}
.k-picker-outline {
  border-color: rgba(66, 66, 66, 0.5);
  color: #424242;
}
.k-picker-outline:hover, .k-picker-outline.k-hover {
  border-color: #424242;
  color: white;
  background-color: #424242;
}
.k-picker-outline:focus, .k-picker-outline.k-focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-picker-outline:focus-within {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-picker-outline.k-invalid, .k-picker-outline.ng-invalid.ng-touched, .k-picker-outline.ng-invalid.ng-dirty {
  border-color: #f31700;
}
.k-picker-outline.k-invalid .k-input-validation-icon, .k-picker-outline.ng-invalid.ng-touched .k-input-validation-icon, .k-picker-outline.ng-invalid.ng-dirty .k-input-validation-icon {
  color: #f31700;
}
.k-input-flat {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
}
.k-input-flat:hover, .k-input-flat.k-hover {
  border-color: rgba(0, 0, 0, 0.16);
}
.k-input-flat:focus, .k-input-flat.k-focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-input-flat:focus-within {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-input-flat.k-invalid, .k-input-flat.ng-invalid.ng-touched, .k-input-flat.ng-invalid.ng-dirty {
  border-color: #f31700;
}
.k-input-flat.k-invalid .k-input-validation-icon, .k-input-flat.ng-invalid.ng-touched .k-input-validation-icon, .k-input-flat.ng-invalid.ng-dirty .k-input-validation-icon {
  color: #f31700;
}
.k-picker-flat {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
}
.k-picker-flat:hover, .k-picker-flat.k-hover {
  border-color: rgba(0, 0, 0, 0.16);
  background-color: rgba(66, 66, 66, 0.04);
}
.k-picker-flat:focus, .k-picker-flat.k-focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-picker-flat:focus-within {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-picker-flat.k-invalid, .k-picker-flat.ng-invalid.ng-touched, .k-picker-flat.ng-invalid.ng-dirty {
  border-color: #f31700;
}
.k-picker-flat.k-invalid .k-input-validation-icon, .k-picker-flat.ng-invalid.ng-touched .k-input-validation-icon, .k-picker-flat.ng-invalid.ng-dirty .k-input-validation-icon {
  color: #f31700;
}
.k-popup {
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.4285714286;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.k-popup .k-item {
  outline: none;
}
.k-animation-container {
  border-radius: 0 0 4px 4px;
}
.k-animation-container-shown {
  overflow: visible;
}
.k-popup > .k-colorpalette {
  padding: 8px 8px;
}
.k-popup.k-popup-transparent {
  border-width: 0;
  background-color: transparent;
}
.k-popup.k-popup-flush {
  padding: 0;
}
.k-popup > .k-widget,
.k-popup > .k-coloreditor {
  border-width: 0;
}
.k-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}
.k-popup {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}
.k-animation-container {
  border-radius: 0 0 4px 4px;
}
.k-checkbox {
  margin: 0;
  padding: 0;
  line-height: initial;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
}
.k-checkbox:checked,
.k-checkbox.k-checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e");
}
.k-checkbox:indeterminate,
.k-checkbox.k-indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ff6358' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/%3e%3c/svg%3e");
}
.k-checkbox:disabled,
.k-checkbox.k-disabled {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}
.k-checkbox-wrap {
  flex: none;
  display: inline-flex;
  flex-flow: row nowrap;
  gap: 0;
  align-items: center;
  align-self: flex-start;
  vertical-align: middle;
  position: relative;
}
.k-checkbox-wrap::before {
  content: "​";
  width: 0px;
  overflow: hidden;
  flex: none;
  display: inline-block;
  vertical-align: top;
}
.k-checkbox-label {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.k-checkbox-label .k-ripple {
  visibility: hidden !important;
}
.k-checkbox + .k-label,
.k-checkbox-wrap + .k-label,
.k-checkbox + .k-checkbox-label,
.k-checkbox-wrap + .k-checkbox-label {
  display: inline;
  margin-inline-start: 4px;
}
.k-checkbox-label:empty {
  display: none !important;
}
.k-checkbox-label.k-no-text {
  min-width: 1px;
}
.k-checkbox-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  gap: 0;
  list-style: none;
}
.k-checkbox-item,
.k-checkbox-list-item {
  padding: 4px 0px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-content: center;
  gap: 4px;
}
.k-checkbox-item .k-checkbox-label,
.k-checkbox-list-item .k-checkbox-label {
  margin: 0;
}
.k-checkbox-list-horizontal,
.k-checkbox-list.k-list-horizontal {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}
.k-ripple-container .k-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  z-index: -1;
  transition: opacity 100ms linear, transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center center;
}
.k-ripple-container .k-checkbox:focus,
.k-ripple-container .k-checkbox.k-focus {
  box-shadow: none !important;
}
.k-ripple-container .k-checkbox:disabled::after,
.k-ripple-container .k-checkbox.k-disabled::after {
  display: none;
}
.k-checkbox-sm {
  width: 12px;
  height: 12px;
}
.k-checkbox-sm::before {
  font-size: 10px;
}
.k-ripple-container .k-checkbox-sm::after {
  width: 36px;
  height: 36px;
}
.k-checkbox-md {
  width: 16px;
  height: 16px;
}
.k-checkbox-md::before {
  font-size: 14px;
}
.k-ripple-container .k-checkbox-md::after {
  width: 48px;
  height: 48px;
}
.k-checkbox-lg {
  width: 20px;
  height: 20px;
}
.k-checkbox-lg::before {
  font-size: 18px;
}
.k-ripple-container .k-checkbox-lg::after {
  width: 60px;
  height: 60px;
}
.k-checkbox {
  border-color: rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.k-checkbox:focus,
.k-checkbox.k-focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}
.k-checkbox:indeterminate,
.k-checkbox.k-indeterminate {
  border-color: rgba(0, 0, 0, 0.08);
  color: #ff6358;
  background-color: #ffffff;
}
.k-checkbox:checked,
.k-checkbox.k-checked {
  border-color: #ff6358;
  color: white;
  background-color: #ff6358;
}
.k-checkbox:checked:focus,
.k-checkbox.k-checked.k-focus {
  box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}
.k-checkbox.k-invalid {
  border-color: #f31700;
}
.k-checkbox.k-invalid + .k-checkbox-label {
  color: #f31700;
}
.k-checkbox-wrap .k-ripple-blob {
  color: #ff6358;
  opacity: 0.25;
}
.k-ripple-container .k-checkbox::after {
  background: #ff6358;
  opacity: 0.25;
}
.k-list-container {
  display: flex;
  flex-flow: column nowrap;
}
.k-list-container > .k-list {
  flex: 1;
  height: 100%;
}
.k-list {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  outline: none;
  position: relative;
  overflow: hidden;
}
.k-list *,
.k-list *::before,
.k-list *::after {
  box-sizing: border-box;
}
.k-popup > .k-list {
  height: 100%;
  border-width: 0;
}
.k-list-group-sticky-header {
  border-width: 0;
  border-width: 0 0 1px;
  border-style: solid;
  white-space: nowrap;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: none;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.k-list-content {
  border-color: inherit;
  flex: 1 1 auto;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.k-list-ul {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-color: inherit;
  height: auto;
  list-style: none;
}
.k-list-item, .k-list-optionlabel {
  border: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-content: center;
  gap: 4px;
  position: relative;
  transition-property: color, background-color, outline-color, box-shadow;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.k-list-item.k-first::before, .k-first.k-list-optionlabel::before {
  content: "";
  border-width: 1px 0 0;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.k-list-item-text::before,
.k-list-optionlabel::before {
  content: "​";
  width: 0px;
  overflow: hidden;
}
.k-list-group-item {
  border-width: 0;
  border-width: 1px 0 0;
  border-style: solid;
  cursor: default;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-content: center;
  gap: 4px;
  position: relative;
}
.k-list-item-group-label {
  padding: 0 0.5em;
  font-size: 0.75em;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
}
.k-ie .k-list-item-group-label {
  right: 0;
}
.k-ie .k-rtl .k-list-item-group-label, .k-ie [dir=rtl] .k-list-item-group-label {
  right: auto;
  left: 0;
}
.k-virtual-content,
.k-virtual-list .k-list-content {
  overflow-y: scroll;
}
.k-virtual-list .k-list-item, .k-virtual-list .k-list-optionlabel,
.k-virtual-list .k-list-group-item,
.k-virtual-content .k-list-item,
.k-virtual-content .k-list-optionlabel,
.k-virtual-content .k-list-group-item {
  position: absolute;
  width: 100%;
}
.k-virtual-list .k-list-item-text,
.k-virtual-list .k-list-header-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-virtual-list .k-list-optionlabel {
  position: relative;
}
.k-list-filter {
  display: block;
  position: relative;
  padding: 8px;
  box-sizing: border-box;
  flex: none;
}
.k-list-sm {
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-list-sm .k-list-group-sticky-header {
  padding: 2px 8px;
}
.k-list-sm .k-list-item, .k-list-sm .k-list-optionlabel {
  padding: 2px 8px;
}
.k-list-sm .k-list-group-item {
  padding: 2px 8px;
}
.k-list-md {
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-list-md .k-list-group-sticky-header {
  padding: 4px 8px;
}
.k-list-md .k-list-item, .k-list-md .k-list-optionlabel {
  padding: 4px 8px;
}
.k-list-md .k-list-group-item {
  padding: 4px 8px;
}
.k-list-lg {
  font-size: 16px;
  line-height: 1.5;
}
.k-list-lg .k-list-group-sticky-header {
  padding: 6px 8px;
}
.k-list-lg .k-list-item, .k-list-lg .k-list-optionlabel {
  padding: 8px 12px;
}
.k-list-lg .k-list-group-item {
  padding: 6px 8px;
}
.k-no-data, .k-nodata {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: lighter;
  text-align: center;
  white-space: normal;
}
.k-list {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
}
.k-list-group-sticky-header {
  border-color: inherit;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
}
.k-list-item:hover, .k-list-optionlabel:hover, .k-list-item.k-hover, .k-hover.k-list-optionlabel {
  color: inherit;
  background-color: transparent;
}
.k-list-item:focus, .k-list-optionlabel:focus, .k-list-item.k-focus, .k-focus.k-list-optionlabel {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-list-item.k-selected, .k-selected.k-list-optionlabel {
  color: inherit;
  background-color: transparent;
}
.k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover, .k-list-item.k-selected.k-hover, .k-selected.k-hover.k-list-optionlabel {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.08);
}
.k-list-group-item {
  border-color: inherit;
}
.k-list-item-group-label {
  color: #ffffff;
  background-color: #424242;
}
.k-no-data, .k-nodata {
  color: #666666;
}
.k-calendar {
  inline-size: -moz-min-content;
  inline-size: min-content;
  inline-size: var(--INTERNAL--kendo-calendar-width, -moz-min-content);
  inline-size: var(--INTERNAL--kendo-calendar-width, min-content);
  block-size: -moz-min-content;
  block-size: min-content;
  block-size: var(--INTERNAL--kendo-calendar-height, -moz-min-content);
  block-size: var(--INTERNAL--kendo-calendar-height, min-content);
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4285714286;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  flex-flow: column nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-calendar > .k-calendar {
  border: 0;
}
.k-calendar-table {
  margin: 0 auto;
  border-width: 0;
  border-color: inherit;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  text-align: center;
  outline: 0;
  display: table;
  position: relative;
  z-index: 1;
}
.k-calendar-caption,
.k-calendar-caption.k-calendar-th,
.k-calendar .k-meta-header,
.k-calendar .k-month-header {
  padding: 4px 8px;
  height: 32px;
  box-sizing: border-box;
  text-transform: none;
  text-align: left;
  font-weight: bold;
  cursor: default;
}
.k-calendar-th,
.k-calendar-td {
  border-width: 0;
  padding: 0;
  text-align: center;
  border-style: solid;
  border-color: inherit;
  font-weight: normal;
  cursor: default;
}
.k-calendar-th {
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
}
.k-calendar-td {
  border-radius: 4px;
  inline-size: -moz-min-content;
  inline-size: min-content;
  inline-size: var(--INTERNAL--kendo-calendar-cell-size, -moz-min-content);
  inline-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
  block-size: -moz-min-content;
  block-size: min-content;
  block-size: var(--INTERNAL--kendo-calendar-cell-size, -moz-min-content);
  block-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
  border-color: transparent;
}
.k-calendar .k-calendar-cell-inner, .k-calendar .k-link {
  border-radius: 4px;
  padding: 0.25em 0.25em;
  padding-inline: 0.25em;
  padding-inline: var(--INTERNAL--kendo-calendar-cell-padding-x, 0.25em);
  padding-block: 0.25em;
  padding-block: var(--INTERNAL--kendo-calendar-cell-padding-y, 0.25em);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  white-space: normal;
  position: relative;
  overflow: hidden;
}
.k-calendar .k-header {
  padding: 4px 4px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: flex;
  flex-flow: row nowrap;
  gap: 4px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.k-calendar-header {
  padding: 4px 4px;
  min-width: 256px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
}
.k-calendar-header .k-title,
.k-calendar-header .k-calendar-title {
  font-weight: bold;
}
.k-calendar-header .k-today,
.k-calendar-header .k-nav-today,
.k-calendar-header .k-calendar-nav-today {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.k-calendar-header .k-calendar-nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 4px;
}
.k-calendar-footer,
.k-calendar .k-footer {
  padding: 8px 16px;
  text-align: center;
  clear: both;
}
.k-calendar-view {
  margin: auto;
  padding: 0 4px;
  width: 256px;
  inline-size: 256px;
  inline-size: var(--INTERNAL--kendo-calendar-view-width, 256px);
  min-height: 224px;
  box-sizing: content-box;
  gap: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.k-month-calendar .k-calendar-td,
.k-calendar-monthview .k-calendar-td {
  width: 32px;
  height: 32px;
  inline-size: 32px;
  inline-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
  block-size: 32px;
  block-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
}
.k-year-calendar .k-calendar-td,
.k-calendar-yearview .k-calendar-td {
  width: 64px;
  height: 64px;
  inline-size: 64px;
  inline-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
  block-size: 64px;
  block-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
}
.k-decade-calendar .k-calendar-td,
.k-calendar-decadeview .k-calendar-td {
  width: 64px;
  height: 64px;
  inline-size: 64px;
  inline-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
  block-size: 64px;
  block-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
}
.k-century-calendar .k-calendar-td,
.k-calendar-centuryview .k-calendar-td {
  width: 64px;
  height: 64px;
  inline-size: 64px;
  inline-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
  block-size: 64px;
  block-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
}
.k-century-calendar .k-calendar-cell-inner, .k-century-calendar .k-link,
.k-calendar-centuryview .k-calendar-cell-inner,
.k-calendar-centuryview .k-link {
  text-align: left;
}
.k-popup .k-calendar {
  height: 100%;
}
.k-calendar-container,
.k-datetime-container {
  padding: 0;
}
.k-calendar-container .k-calendar,
.k-datetime-container .k-calendar {
  border-width: 0;
}
.k-calendar .k-content.k-scrollable,
.k-calendar .k-calendar-content.k-scrollable {
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: calc( -100px - 17px );
  margin-right: calc( -100px - var(--kendo-scrollbar-width, 17px) );
}
.k-calendar .k-scrollable-placeholder {
  position: absolute;
  z-index: -1;
  width: 1px;
  top: 0;
  right: 0;
}
.k-calendar-sm {
  --INTERNAL--kendo-calendar-view-width: 224px;
  --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-sm-cell-padding-x, 2px );
  --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-sm-cell-padding-y, 2px );
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-calendar-sm.k-month-calendar,
.k-calendar-sm .k-calendar-monthview {
  --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-month-cell-size, 28px );
}
.k-calendar-sm.k-year-calendar,
.k-calendar-sm .k-calendar-yearview {
  --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-year-cell-size, 56px );
}
.k-calendar-sm.k-decade-calendar,
.k-calendar-sm .k-calendar-decadeview {
  --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-decade-cell-size, 56px );
}
.k-calendar-sm.k-century-calendar,
.k-calendar-sm .k-calendar-centuryview {
  --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-century-cell-size, 56px );
}
.k-calendar-md {
  --INTERNAL--kendo-calendar-view-width: 256px;
  --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-md-cell-padding-x, 4px );
  --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-md-cell-padding-y, 4px );
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-calendar-md.k-month-calendar,
.k-calendar-md .k-calendar-monthview {
  --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-month-cell-size, 32px );
}
.k-calendar-md.k-year-calendar,
.k-calendar-md .k-calendar-yearview {
  --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-year-cell-size, 64px );
}
.k-calendar-md.k-decade-calendar,
.k-calendar-md .k-calendar-decadeview {
  --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-decade-cell-size, 64px );
}
.k-calendar-md.k-century-calendar,
.k-calendar-md .k-calendar-centuryview {
  --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-century-cell-size, 64px );
}
.k-calendar-lg {
  --INTERNAL--kendo-calendar-view-width: 320px;
  --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-lg-cell-padding-x, 8px );
  --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-lg-cell-padding-y, 8px );
  font-size: 16px;
  line-height: 1.5;
}
.k-calendar-lg.k-month-calendar,
.k-calendar-lg .k-calendar-monthview {
  --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-month-cell-size, 40px );
}
.k-calendar-lg.k-year-calendar,
.k-calendar-lg .k-calendar-yearview {
  --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-year-cell-size, 80px );
}
.k-calendar-lg.k-decade-calendar,
.k-calendar-lg .k-calendar-decadeview {
  --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-decade-cell-size, 80px );
}
.k-calendar-lg.k-century-calendar,
.k-calendar-lg .k-calendar-centuryview {
  --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-century-cell-size, 80px );
}
.k-calendar-infinite {
  box-sizing: content-box;
  display: inline-flex;
  flex-flow: row nowrap;
}
.k-calendar-infinite .k-calendar-view {
  padding: 0px 16px;
  height: 288px;
  flex: 0 0 auto;
  display: flex;
  flex-flow: column nowrap;
  gap: 0;
  overflow: hidden;
}
.k-calendar-infinite .k-calendar-view .k-content.k-scrollable {
  position: relative;
}
.k-calendar-infinite .k-calendar-view::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "​";
  height: 0;
  line-height: 0;
  z-index: 1;
  width: 150%;
  left: -25%;
  box-shadow: 0 0 32px 16px #ffffff;
}
.k-calendar-infinite .k-calendar-header {
  margin-left: -16px;
  margin-right: -16px;
  padding: 8px 16px;
  width: auto;
  min-width: 0;
}
.k-calendar-infinite .k-calendar-weekdays {
  flex: 0 0 auto;
}
.k-calendar-navigation {
  width: 5em;
  text-align: center;
  flex: 0 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.k-calendar-navigation::before, .k-calendar-navigation::after {
  display: block;
  position: absolute;
  content: "​";
  height: 0;
  line-height: 0;
  z-index: 1;
  width: 200%;
  left: -50%;
  box-shadow: 0 0 6em 3em transparent;
}
.k-calendar-navigation::before {
  top: 0;
}
.k-calendar-navigation::after {
  bottom: 0;
}
.k-calendar-navigation .k-content,
.k-calendar-navigation .k-calendar-content {
  background: transparent;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.k-calendar-navigation .k-content ul,
.k-calendar-navigation .k-calendar-content ul {
  width: 5em;
}
.k-calendar-navigation .k-content li,
.k-calendar-navigation .k-calendar-content li {
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  padding: 0 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}
.k-calendar-navigation .k-calendar-navigation-marker {
  font-weight: bold;
}
.k-calendar-navigation .k-calendar-navigation-highlight {
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  height: 2em;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.k-calendar-range {
  width: auto;
}
.k-calendar-range .k-calendar-view {
  width: auto;
  white-space: nowrap;
}
.k-calendar-range .k-calendar-view::after {
  display: none;
}
.k-calendar-range .k-calendar-view:focus {
  outline: 0;
}
.k-calendar-range .k-range-start {
  border-color: inherit;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.k-calendar-range .k-range-end {
  border-color: inherit;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.k-calendar-range .k-range-mid {
  border-color: inherit;
  border-radius: 0;
}
.k-rtl .k-calendar .k-nav-prev,
.k-rtl .k-calendar .k-nav-next,
.k-rtl .k-calendar .k-prev-view,
.k-rtl .k-calendar .k-next-view,
.k-rtl .k-calendar .k-calendar-nav-prev,
.k-rtl .k-calendar .k-calendar-nav-next,
.k-calendar[dir=rtl] .k-nav-prev,
.k-calendar[dir=rtl] .k-nav-next,
.k-calendar[dir=rtl] .k-prev-view,
.k-calendar[dir=rtl] .k-next-view,
.k-calendar[dir=rtl] .k-calendar-nav-prev,
.k-calendar[dir=rtl] .k-calendar-nav-next {
  transform: scaleX(-1);
}
.k-rtl .k-calendar .k-content.k-scrollable,
.k-rtl .k-calendar .k-calendar-content.k-scrollable,
.k-calendar[dir=rtl] .k-content.k-scrollable,
.k-calendar[dir=rtl] .k-calendar-content.k-scrollable {
  padding-right: 100px;
  padding-left: 100px;
  margin-left: calc( -100px - 17px );
  margin-left: calc( -100px - var(--kendo-scrollbar-width, 17px) );
  margin-right: -100px;
}
.k-rtl .k-calendar tbody th,
.k-rtl .k-calendar .k-calendar-tbody .k-calendar-th,
.k-calendar[dir=rtl] tbody th,
.k-calendar[dir=rtl] .k-calendar-tbody .k-calendar-th {
  text-align: right;
}
.k-calendar {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
}
.k-calendar .k-header {
  border-color: inherit;
  color: #333;
  background-color: transparent;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.k-calendar .k-nav-today,
.k-calendar .k-calendar-nav-today {
  color: #ff6358;
}
.k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-focus,
.k-calendar .k-calendar-nav-today:hover,
.k-calendar .k-calendar-nav-today.k-hover,
.k-calendar .k-calendar-nav-today:focus,
.k-calendar .k-calendar-nav-today.k-focus {
  color: #d6534a;
}
.k-calendar .k-calendar-th,
.k-calendar .k-calendar-caption,
.k-calendar .k-meta-header,
.k-calendar .k-month-header {
  color: #666666;
}
.k-calendar .k-calendar-view .k-today {
  color: #ff6358;
}
.k-calendar .k-other-month {
  color: #666666;
}
.k-calendar .k-alt {
  background-color: transparent;
  color: #666666;
}
.k-calendar .k-out-of-range {
  pointer-events: none;
}
.k-calendar .k-calendar-td:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td:hover .k-link,
.k-calendar .k-calendar-td.k-hover .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-hover .k-link {
  border-color: inherit;
  color: inherit;
  background-color: transparent;
}
.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link {
  border-color: inherit;
  color: inherit;
  background-color: transparent;
}
.k-calendar .k-calendar-td.k-selected:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:hover .k-link,
.k-calendar .k-calendar-td.k-selected.k-hover .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-selected.k-hover .k-link {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.04);
}
.k-calendar .k-calendar-td:focus .k-calendar-cell-inner, .k-calendar .k-calendar-td:focus .k-link,
.k-calendar .k-calendar-td.k-focus .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-focus .k-link {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-calendar .k-calendar-td.k-selected:focus .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:focus .k-link,
.k-calendar .k-calendar-td.k-selected.k-focus .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-selected.k-focus .k-link {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-calendar .k-calendar-navigation {
  color: #333;
  background-color: transparent;
  box-shadow: inset -1px 0 #e4e4e4;
}
.k-calendar .k-calendar-navigation li:hover,
.k-calendar .k-calendar-navigation li.k-hover {
  color: #d6534a;
}
.k-calendar .k-calendar-navigation-highlight {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
}
.k-calendar[dir=rtl] .k-calendar-navigation, .k-rtl .k-calendar .k-calendar-navigation {
  box-shadow: inset 1px 0 #e4e4e4;
}
.k-calendar.k-invalid, .k-calendar.k-invalid:hover, .k-calendar.ng-invalid.ng-touched, .k-calendar.ng-invalid.ng-dirty {
  border-color: #f31700;
}
.k-scheduler .k-calendar .k-other-month {
  color: #666666;
  background-color: transparent;
}
.k-calendar .k-range-start,
.k-calendar .k-range-end,
.k-calendar .k-range-mid {
  background-color: rgba(0, 0, 0, 0.25);
}
.k-calendar .k-range-start.k-range-end {
  background-image: none;
  background-color: transparent;
}
.k-calendar .k-range-start .k-calendar-cell-inner, .k-calendar .k-range-start .k-link,
.k-calendar .k-range-end .k-calendar-cell-inner,
.k-calendar .k-range-end .k-link {
  background-color: transparent;
}
.k-calendar .k-range-start.k-active .k-calendar-cell-inner, .k-calendar .k-range-start.k-active .k-link,
.k-calendar .k-range-end.k-active .k-calendar-cell-inner,
.k-calendar .k-range-end.k-active .k-link {
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
.k-calendar .k-range-split-start,
.k-calendar .k-range-split-end {
  position: relative;
}
.k-calendar .k-range-split-start::after,
.k-calendar .k-range-split-end::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
}
.k-calendar .k-range-split-start::after {
  left: -5px;
  right: auto;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.25), transparent 100%);
}
.k-calendar .k-range-split-end::after {
  right: -5px;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 100%);
}
.k-actions, .k-form-buttons, .k-edit-buttons,
.k-action-buttons,
.k-columnmenu-actions {
  padding: 8px 8px;
  box-sizing: border-box;
  border-width: 0px 0 0 0;
  border-style: solid;
  border-color: inherit;
  flex-shrink: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  clear: both;
}
.k-actions *, .k-form-buttons *, .k-edit-buttons *,
.k-action-buttons *,
.k-columnmenu-actions *,
.k-actions *::before,
.k-form-buttons *::before,
.k-edit-buttons *::before,
.k-action-buttons *::before,
.k-columnmenu-actions *::before,
.k-actions *::after,
.k-form-buttons *::after,
.k-edit-buttons *::after,
.k-action-buttons *::after,
.k-columnmenu-actions *::after {
  box-sizing: border-box;
}
.k-popup .k-actions, .k-popup .k-form-buttons, .k-popup .k-edit-buttons,
.k-popup .k-action-buttons,
.k-popup .k-columnmenu-actions {
  margin-top: 16px;
}
.k-ie .k-actions .k-button ~ .k-button, .k-ie .k-form-buttons .k-button ~ .k-button, .k-ie .k-edit-buttons .k-button ~ .k-button,
.k-ie .k-action-buttons .k-button ~ .k-button,
.k-ie .k-columnmenu-actions .k-button ~ .k-button {
  margin-left: 8px;
  flex-shrink: 0;
}
.k-rtl .k-ie .k-actions .k-button ~ .k-button, .k-rtl .k-ie .k-form-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-edit-buttons .k-button ~ .k-button,
.k-rtl .k-ie .k-action-buttons .k-button ~ .k-button,
.k-rtl .k-ie .k-columnmenu-actions .k-button ~ .k-button, [dir=rtl] .k-ie .k-actions .k-button ~ .k-button, [dir=rtl] .k-ie .k-form-buttons .k-button ~ .k-button, [dir=rtl] .k-ie .k-edit-buttons .k-button ~ .k-button,
[dir=rtl] .k-ie .k-action-buttons .k-button ~ .k-button,
[dir=rtl] .k-ie .k-columnmenu-actions .k-button ~ .k-button {
  margin-left: 0;
  margin-right: 8px;
}
.k-actions-start {
  justify-content: flex-start;
}
.k-actions-center {
  justify-content: center;
}
.k-actions-end {
  justify-content: flex-end;
}
.k-actions-stretched > * {
  flex: 1 0 0%;
}
.k-actions-horizontal {
  width: 100%;
  flex-flow: row nowrap;
}
.k-actions-vertical {
  flex-flow: column nowrap;
}
.k-timeselector {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4285714286;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-popup > .k-timeselector {
  border-width: 0;
}
.k-time-header,
.k-time-selector-header {
  padding: 8px 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
}
.k-time-header .k-title,
.k-time-header .k-time-selector-header-title,
.k-time-selector-header .k-title,
.k-time-selector-header .k-time-selector-header-title {
  padding: 4px 8px;
  font-weight: bold;
  display: inline-block;
}
.k-time-header .k-time-now,
.k-time-selector-header .k-time-now {
  border-width: 0;
  line-height: inherit;
  cursor: pointer;
}
.k-actions.k-time-fast-selection, .k-time-fast-selection.k-form-buttons, .k-time-fast-selection.k-edit-buttons,
.k-time-fast-selection.k-action-buttons,
.k-time-fast-selection.k-columnmenu-actions {
  margin-top: 0;
}
.k-time-list-container {
  display: flex;
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
}
.k-time-highlight,
.k-time-list-highlight {
  width: 100%;
  height: calc( 18.5714285714px + 8px );
  border-width: 1px 0px;
  border-style: solid;
  box-sizing: border-box;
  position: absolute;
  top: calc( 50% + 9px);
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.k-time-list-wrapper {
  min-width: 4em;
  height: 240px;
  box-sizing: content-box;
  display: inline-flex;
  flex-flow: column nowrap;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  text-align: center;
  flex: 1 1 auto;
}
.k-time-list-wrapper .k-title {
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  display: block;
}
.k-time-list-wrapper.k-focus::before, .k-time-list-wrapper.k-focus::after {
  display: block;
  content: "​";
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;
  height: calc( 50% - calc( 18.5714285714px + 8px )/2 );
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}
.k-time-list-wrapper.k-focus::before {
  top: 18px;
}
.k-time-list-wrapper.k-focus::after {
  bottom: 0;
}
.k-time-list {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  flex: 1;
  position: relative;
  z-index: 1;
  outline: 0;
  overflow: hidden;
}
.k-time-list::before, .k-time-list::after {
  display: block;
  position: absolute;
  content: "​";
  height: 0;
  line-height: 0;
  z-index: 1;
  width: 200%;
  left: -50%;
}
.k-time-list::before {
  top: 0;
}
.k-time-list::after {
  bottom: 0;
}
.k-time-container,
.k-time-list-content {
  position: relative;
  flex: 1 1 auto;
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: calc( -100px - 17px );
  margin-right: calc( -100px - var(--kendo-scrollbar-width, 17px) );
}
.k-time-container > ul,
.k-time-list-content > ul {
  height: auto;
  width: 4em;
  margin: auto;
}
.k-time-container .k-scrollable-placeholder,
.k-time-list-content .k-scrollable-placeholder {
  position: absolute;
  width: 1px;
  top: 0;
  right: 0;
}
.k-time-list-item,
.k-time-list .k-item {
  padding: 4px 8px;
}
.k-time-separator {
  width: 0;
  height: calc( 18.5714285714px + 8px );
  align-self: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  top: calc( 9px );
}
.k-timeselector-sm {
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-timeselector-sm .k-time-highlight,
.k-timeselector-sm .k-time-list-highlight {
  height: calc( 18.5714285714px + 4px );
}
.k-timeselector-sm .k-time-separator {
  height: calc( 18.5714285714px + 4px );
}
.k-timeselector-sm .k-time-list-item,
.k-timeselector-sm .k-time-list .k-item {
  padding: 2px 8px;
}
.k-timeselector-md {
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-timeselector-md .k-time-highlight,
.k-timeselector-md .k-time-list-highlight {
  height: calc( 18.5714285714px + 8px );
}
.k-timeselector-md .k-time-separator {
  height: calc( 18.5714285714px + 8px );
}
.k-timeselector-md .k-time-list-item,
.k-timeselector-md .k-time-list .k-item {
  padding: 4px 8px;
}
.k-timeselector-lg {
  font-size: 16px;
  line-height: 1.5;
}
.k-timeselector-lg .k-time-highlight,
.k-timeselector-lg .k-time-list-highlight {
  height: calc( 24px + 16px );
}
.k-timeselector-lg .k-time-separator {
  height: calc( 24px + 16px );
}
.k-timeselector-lg .k-time-list-item,
.k-timeselector-lg .k-time-list .k-item {
  padding: 8px 12px;
}
.k-rtl .k-time-container,
.k-rtl .k-time-list-content,
[dir=rtl] .k-time-container,
[dir=rtl] .k-time-list-content {
  padding-right: 100px;
  padding-left: 100px;
  margin-left: calc( -100px - 17px );
  margin-left: calc( -100px - var(--kendo-scrollbar-width, 17px) );
  margin-right: -100px;
}
.k-timeselector {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
}
.k-time-header .k-time-now,
.k-time-selector-header .k-time-now {
  color: #ff6358;
}
.k-time-header .k-time-now:hover,
.k-time-selector-header .k-time-now:hover {
  color: #d6534a;
}
.k-time-list-wrapper .k-title {
  color: #666666;
}
.k-time-list-wrapper.k-focus .k-title {
  color: #424242;
}
.k-time-list-wrapper.k-focus::before, .k-time-list-wrapper.k-focus::after {
  background-color: rgba(0, 0, 0, 0.04);
}
.k-time-list::before, .k-time-list::after {
  box-shadow: 0 0 3em 1.5em #ffffff;
}
.k-time-list .k-item:hover {
  color: #ff6358;
}
.k-time-container {
  background: transparent;
}
.k-time-highlight {
  border-color: rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.k-datetime-selector {
  display: flex;
  transition: transform 0.2s;
}
.k-datetime-wrap {
  width: calc( 256px + 32px);
  overflow: hidden;
}
.k-datetime-wrap .k-datetime-buttongroup {
  padding: 8px 8px;
}
.k-datetime-wrap .k-calendar,
.k-datetime-wrap .k-timeselector {
  width: 100%;
  border-width: 0;
}
.k-datetime-calendar-wrap,
.k-datetime-time-wrap {
  text-align: center;
  flex: 0 0 calc( 256px + 32px);
}
.k-date-tab .k-datetime-selector {
  transform: translateX(0);
}
.k-time-tab .k-datetime-selector {
  transform: translateX(-100%);
}
.k-datetimepicker[dir=rtl] .k-time-tab .k-datetime-selector, .k-rtl .k-datetimepicker .k-time-tab .k-datetime-selector {
  transform: translateX(100%);
}
.k-color-preview {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-radius: 4px;
  box-sizing: border-box;
  border-style: solid;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
}
.k-color-preview *,
.k-color-preview *::before,
.k-color-preview *::after {
  box-sizing: border-box;
}
.k-coloreditor-current-color {
  cursor: pointer;
}
.k-icon-color-preview {
  border-width: 0;
  border-radius: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.k-icon-color-preview .k-color-preview-mask {
  width: calc( 16px - 2px );
  height: 2px;
}
.k-color-preview-mask {
  width: 100%;
  height: 100%;
  position: relative;
}
.k-color-preview-mask::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC");
  background-size: contain;
  background-position: 0 0;
}
.k-no-color .k-color-preview-mask::before {
  content: "";
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'%3e%3cline x1='0' x2='20' y1='0' y2='20' stroke='%23f31700' stroke-width='1'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  background-position: 0 0;
}
.k-color-preview {
  border-color: rgba(0, 0, 0, 0.08);
}
.k-color-preview:hover, .k-color-preview.k-hover {
  border-color: inherit;
}
.k-d-flex, .k-d-flex-col, .k-d-flex-row {
  display: flex;
}
.\!k-d-flex, .\!k-d-flex-col, .\!k-d-flex-row {
  display: flex !important;
}
.k-d-inline-flex {
  display: inline-flex;
}
.\!k-d-inline-flex {
  display: inline-flex !important;
}
.k-flex-row, .k-d-flex-row {
  flex-direction: row;
}
.\!k-flex-row, .\!k-d-flex-row, .\!k-d-flex-col {
  flex-direction: row !important;
}
.k-flex-row-reverse {
  flex-direction: row-reverse;
}
.\!k-flex-row-reverse {
  flex-direction: row-reverse !important;
}
.k-flex-col, .k-flex-column, .k-d-flex-col {
  flex-direction: column;
}
.\!k-flex-col {
  flex-direction: column !important;
}
.k-flex-col-reverse, .k-flex-column-reverse {
  flex-direction: column-reverse;
}
.\!k-flex-col-reverse {
  flex-direction: column-reverse !important;
}
.k-flex-wrap {
  flex-wrap: wrap;
}
.\!k-flex-wrap {
  flex-wrap: wrap !important;
}
.k-flex-nowrap {
  flex-wrap: nowrap;
}
.\!k-flex-nowrap {
  flex-wrap: nowrap !important;
}
.k-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.\!k-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.k-flex-initial {
  flex: 0 1 auto;
}
.\!k-flex-initial {
  flex: 0 1 auto !important;
}
.k-flex-1 {
  flex: 1 1 0%;
}
.\!k-flex-1 {
  flex: 1 1 0% !important;
}
.k-flex-auto {
  flex: 1 1 auto;
}
.\!k-flex-auto {
  flex: 1 1 auto !important;
}
.k-flex-none {
  flex: none;
}
.\!k-flex-none {
  flex: none !important;
}
.k-flex-grow {
  flex-grow: 1;
}
.\!k-flex-grow {
  flex-grow: 1 !important;
}
.k-flex-grow-0 {
  flex-grow: 0;
}
.\!k-flex-grow-0 {
  flex-grow: 0 !important;
}
.k-flex-shrink {
  flex-shrink: 1;
}
.\!k-flex-shrink {
  flex-shrink: 1 !important;
}
.k-flex-shrink-0 {
  flex-shrink: 0;
}
.\!k-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.k-flex-basis-auto {
  flex-basis: auto;
}
.\!k-flex-basis-auto {
  flex-basis: auto !important;
}
.k-flex-basis-0 {
  flex-basis: 0%;
}
.\!k-flex-basis-0 {
  flex-basis: 0% !important;
}
.k-align-items-start {
  align-items: flex-start;
}
.\!k-align-items-start {
  align-items: flex-start !important;
}
.k-align-items-end {
  align-items: flex-end;
}
.\!k-align-items-end {
  align-items: flex-end !important;
}
.k-align-items-center {
  align-items: center;
}
.\!k-align-items-center {
  align-items: center !important;
}
.k-align-items-stretch {
  align-items: stretch;
}
.\!k-align-items-stretch {
  align-items: stretch !important;
}
.k-align-items-baseline {
  align-items: baseline;
}
.\!k-align-items-baseline {
  align-items: baseline !important;
}
.k-align-content-start {
  align-content: flex-start;
}
.\!k-align-content-start {
  align-content: flex-start !important;
}
.k-align-content-end {
  align-content: flex-end;
}
.\!k-align-content-end {
  align-content: flex-end !important;
}
.k-align-content-center {
  align-content: center;
}
.\!k-align-content-center {
  align-content: center !important;
}
.k-align-content-stretch {
  align-content: stretch;
}
.\!k-align-content-stretch {
  align-content: stretch !important;
}
.k-align-content-baseline {
  align-content: baseline;
}
.\!k-align-content-baseline {
  align-content: baseline !important;
}
.k-align-self-start {
  align-self: flex-start;
}
.\!k-align-self-start {
  align-self: flex-start !important;
}
.k-align-self-end {
  align-self: flex-end;
}
.\!k-align-self-end {
  align-self: flex-end !important;
}
.k-align-self-center {
  align-self: center;
}
.\!k-align-self-center {
  align-self: center !important;
}
.k-align-self-stretch {
  align-self: stretch;
}
.\!k-align-self-stretch {
  align-self: stretch !important;
}
.k-align-self-baseline {
  align-self: baseline;
}
.\!k-align-self-baseline {
  align-self: baseline !important;
}
.k-justify-content-start {
  justify-content: flex-start;
}
.\!k-justify-content-start {
  justify-content: flex-start !important;
}
.k-justify-content-end {
  justify-content: flex-end;
}
.\!k-justify-content-end {
  justify-content: flex-end !important;
}
.k-justify-content-center {
  justify-content: center;
}
.\!k-justify-content-center {
  justify-content: center !important;
}
.k-justify-content-between {
  justify-content: space-between;
}
.\!k-justify-content-between {
  justify-content: space-between !important;
}
.k-justify-content-around {
  justify-content: space-around;
}
.\!k-justify-content-around {
  justify-content: space-around !important;
}
.k-justify-content-evenly {
  justify-content: space-evenly;
}
.\!k-justify-content-evenly {
  justify-content: space-evenly !important;
}
.k-justify-content-stretch > * {
  flex: 1 0 0%;
}
.\!k-justify-content-stretch > * {
  flex: 1 0 0% !important;
}
.k-justify-items-start {
  justify-items: flex-start;
}
.\!k-justify-items-start {
  justify-items: flex-start !important;
}
.k-justify-items-end {
  justify-items: flex-end;
}
.\!k-justify-items-end {
  justify-items: flex-end !important;
}
.k-justify-items-center {
  justify-items: center;
}
.\!k-justify-items-center {
  justify-items: center !important;
}
.k-justify-items-stretch {
  justify-items: stretch;
}
.\!k-justify-items-stretch {
  justify-items: stretch !important;
}
.k-colorpalette {
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  font-size: 13px;
  font-family: inherit;
  line-height: 0;
  display: inline-flex;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-colorpalette *,
.k-colorpalette *::before,
.k-colorpalette *::after {
  box-sizing: border-box;
}
.k-colorpalette-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  position: relative;
}
.k-colorpalette-tile {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  -ms-high-contrast-adjust: none;
}
.k-colorpalette-tile:hover, .k-colorpalette-tile.k-hover {
  position: relative;
  z-index: 101;
}
.k-colorpalette-tile:focus, .k-colorpalette-tile.k-focus, .k-colorpalette-tile.k-selected, .k-colorpalette-tile.k-selected:hover {
  position: relative;
  z-index: 100;
}
.k-colorpalette-tile:focus, .k-colorpalette-tile.k-focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.k-colorpalette-tile:hover, .k-colorpalette-tile.k-hover {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.k-colorpalette-tile.k-selected, .k-colorpalette-tile.k-selected:hover {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white;
}
.k-spacer {
  flex: 1 0 auto;
}
.k-spacer-sized {
  flex-grow: 0;
}
.k-tooltip {
  border-radius: 4px;
  margin: 0;
  padding: 4px 8px;
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  background-repeat: repeat-x;
  outline: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.25;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  position: absolute;
  z-index: 12000;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-tooltip *,
.k-tooltip *::before,
.k-tooltip *::after {
  box-sizing: border-box;
}
.k-tooltip-icon {
  margin-inline-end: 4px;
  flex-shrink: 0;
}
.k-tooltip-title {
  margin-bottom: 0.25em;
  font-size: 16.25px;
  line-height: 1;
}
.k-tooltip-content {
  align-self: stretch;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-tooltip-button {
  margin-inline-start: 4px;
  flex-shrink: 0;
}
.k-tooltip-button .k-icon {
  color: inherit;
  vertical-align: top;
}
.k-callout {
  width: 12px;
  height: 12px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  pointer-events: none;
}
.k-callout-n {
  margin-left: -6px;
  border-bottom-color: currentColor;
  top: -12px;
  left: 50%;
  pointer-events: none;
}
.k-callout-e {
  margin-top: -6px;
  border-left-color: currentColor;
  top: 50%;
  right: -12px;
  pointer-events: none;
}
.k-callout-s {
  margin-left: -6px;
  border-top-color: currentColor;
  bottom: -12px;
  left: 50%;
  pointer-events: none;
}
.k-callout-w {
  margin-top: -6px;
  border-right-color: currentColor;
  top: 50%;
  left: -12px;
  pointer-events: none;
}
.k-tooltip-wrapper .k-tooltip {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}
.k-tooltip {
  border-color: rgba(0, 0, 0, 0.75);
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
}
.k-tooltip .k-callout {
  color: rgba(0, 0, 0, 0.75);
}
.k-tooltip-primary {
  border-color: #ff6358;
  color: white;
  background-color: #ff6358;
}
.k-tooltip-primary .k-callout {
  color: #ff6358;
}
.k-tooltip-info {
  border-color: #0058e9;
  color: white;
  background-color: #0058e9;
}
.k-tooltip-info .k-callout {
  color: #0058e9;
}
.k-tooltip-success {
  border-color: #37b400;
  color: white;
  background-color: #37b400;
}
.k-tooltip-success .k-callout {
  color: #37b400;
}
.k-tooltip-warning {
  border-color: #ffc000;
  color: black;
  background-color: #ffc000;
}
.k-tooltip-warning .k-callout {
  color: #ffc000;
}
.k-tooltip-error {
  border-color: #f31700;
  color: white;
  background-color: #f31700;
}
.k-tooltip-error .k-callout {
  color: #f31700;
}
.k-slider {
  border: 0;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4285714286;
  background: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-slider *,
.k-slider *::before,
.k-slider *::after {
  box-sizing: border-box;
}
.k-slider .k-label {
  width: auto;
  font-size: 0.92em;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
}
.k-slider .k-tick,
.k-slider .k-slider-track {
  cursor: pointer;
}
.k-slider .k-tick {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: relative;
}
.k-slider.k-disabled .k-tick,
.k-slider.k-disabled .k-slider-track,
.k-slider.k-disabled .k-draghandle {
  cursor: default;
}
.k-rtl .k-slider .k-slider-selection, .k-slider.k-rtl .k-slider-selection, [dir=rtl] .k-slider .k-slider-selection, .k-slider[dir=rtl] .k-slider-selection {
  left: auto;
  right: 0;
}
.k-slider-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: inherit;
  align-items: inherit;
  gap: inherit;
  position: relative;
}
.k-slider {
  width: -moz-min-content;
  width: min-content;
  height: -moz-min-content;
  height: min-content;
  gap: calc( 14px / 2 );
}
.k-slider .k-button {
  flex: none;
}
.k-slider .k-slider-track-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-flow: inherit;
  position: relative;
  touch-action: none;
}
.k-slider .k-slider-track-wrap .k-slider-items {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1 1 100%;
  display: flex;
  flex-flow: inherit;
  justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.k-slider .k-slider-track-wrap .k-tick {
  flex: 0 0 1px;
}
.k-slider .k-slider-track-wrap .k-tick-horizontal {
  width: 1px;
  min-height: 100%;
}
.k-slider .k-slider-track-wrap .k-tick-vertical {
  width: 100%;
  min-height: 1px;
}
.k-slider .k-slider-track-wrap .k-draghandle {
  position: absolute;
}
.k-slider-horizontal .k-slider-track-wrap {
  height: 26px;
}
.k-slider-horizontal .k-slider-track-wrap .k-slider-track {
  width: 100%;
}
.k-slider-horizontal .k-slider-track-wrap .k-draghandle {
  top: 50%;
  transform: translate(-50%, -50%);
}
.k-slider-horizontal .k-slider-track-wrap .k-draghandle:focus,
.k-slider-horizontal .k-slider-track-wrap .k-draghandle:active {
  transform: translate(-50%, -50%) scale(1);
}
.k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
  width: calc((0 - 0) * 1%);
  width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
  left: calc(0 * 1%);
  left: calc(var(--kendo-slider-start, 0) * 1%);
}
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
  left: calc(0 * 1%);
  left: calc(var(--kendo-slider-start, 0) * 1%);
}
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
  left: calc(0 * 1%);
  left: calc(var(--kendo-slider-end, 0) * 1%);
}
[dir=rtl] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
  left: initial;
  right: calc(0 * 1%);
  right: calc(var(--kendo-slider-start, 0) * 1%);
}
[dir=rtl] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
  left: initial;
  right: calc(0 * 1%);
  right: calc(var(--kendo-slider-start, 0) * 1%);
}
[dir=rtl] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
  left: initial;
  right: calc(0 * 1%);
  right: calc(var(--kendo-slider-end, 0) * 1%);
}
[dir=rtl] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
  transform: translate(50%, -50%);
}
[dir=rtl] .k-slider-horizontal .k-slider-track-wrap .k-draghandle:focus,
[dir=rtl] .k-slider-horizontal .k-slider-track-wrap .k-draghandle:active {
  transform: translate(50%, -50%) scale(1);
}
.k-slider-vertical .k-slider-track-wrap {
  width: 26px;
}
.k-slider-vertical .k-slider-track-wrap .k-slider-track {
  height: 100%;
}
.k-slider-vertical .k-slider-track-wrap .k-draghandle {
  left: 50%;
  transform: translate(-50%, 50%);
}
.k-slider-vertical .k-slider-track-wrap .k-draghandle:focus,
.k-slider-vertical .k-slider-track-wrap .k-draghandle:active {
  transform: translate(-50%, 50%) scale(1);
}
.k-slider-vertical .k-slider-track-wrap .k-slider-selection {
  bottom: calc(0 * 1%);
  bottom: calc(var(--kendo-slider-start, 0) * 1%);
  height: calc((0 - 0) * 1%);
  height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
}
.k-slider-vertical .k-slider-track-wrap .k-draghandle-start {
  bottom: calc(0 * 1%);
  bottom: calc(var(--kendo-slider-start, 0) * 1%);
}
.k-slider-vertical .k-slider-track-wrap .k-draghandle-end {
  bottom: calc(0 * 1%);
  bottom: calc(var(--kendo-slider-end, 0) * 1%);
}
.k-slider-vertical {
  height: 200px;
  flex-flow: column-reverse nowrap;
}
.k-slider-vertical .k-tick {
  text-align: right;
  margin-left: 2px;
}
.k-slider-vertical .k-slider-topleft .k-tick {
  text-align: left;
}
.k-slider-vertical .k-tick {
  background-position: -94px center;
}
.k-slider-vertical .k-slider-topleft .k-tick {
  background-position: -124px center;
}
.k-slider-vertical .k-slider-bottomright .k-tick {
  background-position: -154px center;
}
.k-slider-vertical .k-tick-large {
  display: flex;
  align-items: center;
  background-position: -4px center;
}
.k-slider-vertical .k-slider-topleft .k-tick-large {
  background-position: -34px center;
}
.k-slider-vertical .k-slider-bottomright .k-tick-large {
  background-position: -64px center;
}
.k-slider-vertical .k-first {
  background-position: -94px 100%;
}
.k-slider-vertical .k-tick-large.k-first {
  background-position: -4px 100%;
}
.k-slider-vertical .k-slider-topleft .k-first {
  background-position: -124px 100%;
}
.k-slider-vertical .k-slider-topleft .k-tick-large.k-first {
  background-position: -34px 100%;
}
.k-slider-vertical .k-slider-bottomright .k-first {
  background-position: -154px 100%;
}
.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first {
  background-position: -64px 100%;
}
.k-slider-vertical .k-last {
  background-position: -94px 0;
}
.k-slider-vertical .k-tick-large.k-last {
  background-position: -4px 0;
}
.k-slider-vertical .k-slider-topleft .k-last {
  background-position: -124px 0;
}
.k-slider-vertical .k-slider-topleft .k-tick-large.k-last {
  background-position: -34px 0;
}
.k-slider-vertical .k-slider-bottomright .k-last {
  background-position: -154px 0;
}
.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last {
  background-position: -64px 0;
}
.k-slider-vertical .k-label {
  text-align: left;
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
}
.k-slider-vertical .k-first .k-label {
  top: 100%;
}
.k-slider-vertical .k-last .k-label {
  top: 0;
}
.k-slider-vertical .k-slider-topleft .k-label {
  left: auto;
  right: 120%;
}
.k-rtl .k-slider-vertical .k-label, .k-slider-vertical.k-rtl .k-label, [dir=rtl] .k-slider-vertical .k-label, .k-slider-vertical[dir=rtl] .k-label {
  left: auto;
  right: 120%;
}
.k-rtl .k-slider-vertical .k-slider-topleft .k-label, .k-slider-vertical.k-rtl .k-slider-topleft .k-label, [dir=rtl] .k-slider-vertical .k-slider-topleft .k-label, .k-slider-vertical[dir=rtl] .k-slider-topleft .k-label {
  left: 120%;
  right: auto;
}
.k-slider-horizontal {
  width: 200px;
  flex-flow: row nowrap;
}
.k-slider-horizontal .k-tick {
  background-position: center -92px;
}
.k-slider-horizontal .k-slider-topleft .k-tick {
  background-position: center -122px;
}
.k-slider-horizontal .k-slider-bottomright .k-tick {
  background-position: center -152px;
}
.k-slider-horizontal .k-tick-large {
  background-position: center -2px;
}
.k-slider-horizontal .k-slider-topleft .k-tick-large {
  background-position: center -32px;
}
.k-slider-horizontal .k-slider-bottomright .k-tick-large {
  background-position: center -62px;
}
.k-slider-horizontal .k-first {
  background-position: 0 -92px;
}
.k-slider-horizontal .k-tick-large.k-first {
  background-position: 0 -2px;
}
.k-slider-horizontal .k-slider-topleft .k-first {
  background-position: 0 -122px;
}
.k-slider-horizontal .k-slider-topleft .k-tick-large.k-first {
  background-position: 0 -32px;
}
.k-slider-horizontal .k-slider-bottomright .k-first {
  background-position: 0 -152px;
}
.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first {
  background-position: 0 -62px;
}
.k-slider-horizontal .k-last {
  background-position: 100% -92px;
}
.k-slider-horizontal .k-tick-large.k-last {
  background-position: 100% -2px;
}
.k-slider-horizontal .k-slider-topleft .k-last {
  background-position: 100% -122px;
}
.k-slider-horizontal .k-slider-topleft .k-tick-large.k-last {
  background-position: 100% -32px;
}
.k-slider-horizontal .k-slider-bottomright .k-last {
  background-position: 100% -152px;
}
.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last {
  background-position: 100% -62px;
}
.k-slider-horizontal .k-label {
  left: 50%;
  bottom: -1.2em;
  transform: translateX(-50%);
}
.k-slider-horizontal .k-first .k-label {
  left: 0;
}
.k-slider-horizontal .k-last .k-label {
  left: 100%;
}
.k-slider-horizontal .k-slider-topleft .k-label {
  top: -1.2em;
}
.k-rtl .k-slider-horizontal .k-slider-track,
.k-rtl .k-slider-horizontal .k-slider-selection, .k-slider-horizontal.k-rtl .k-slider-track,
.k-slider-horizontal.k-rtl .k-slider-selection, [dir=rtl] .k-slider-horizontal .k-slider-track,
[dir=rtl] .k-slider-horizontal .k-slider-selection, .k-slider-horizontal[dir=rtl] .k-slider-track,
.k-slider-horizontal[dir=rtl] .k-slider-selection {
  right: 0;
  left: auto;
}
.k-rtl .k-slider-horizontal .k-button-increase .k-icon,
.k-rtl .k-slider-horizontal .k-button-decrease .k-icon, .k-slider-horizontal.k-rtl .k-button-increase .k-icon,
.k-slider-horizontal.k-rtl .k-button-decrease .k-icon, [dir=rtl] .k-slider-horizontal .k-button-increase .k-icon,
[dir=rtl] .k-slider-horizontal .k-button-decrease .k-icon, .k-slider-horizontal[dir=rtl] .k-button-increase .k-icon,
.k-slider-horizontal[dir=rtl] .k-button-decrease .k-icon {
  transform: scaleX(-1);
}
.k-slider-track,
.k-slider-selection {
  margin: 0;
  padding: 0;
  position: absolute;
}
.k-slider-horizontal .k-slider-track,
.k-slider-horizontal .k-slider-selection {
  height: 4px;
  left: 0;
  margin-top: -2px;
  top: 50%;
}
.k-slider-vertical .k-slider-track,
.k-slider-vertical .k-slider-selection {
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  width: 4px;
}
.k-draghandle {
  background-color: transparent;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  outline: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 14px;
  height: 14px;
}
.k-slider-transitions.k-slider-horizontal .k-draghandle {
  transition: left 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.k-slider-transitions.k-slider-vertical .k-draghandle {
  transition: bottom 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.k-draghandle.k-pressed {
  transition: none;
}
.k-slider-transitions.k-slider-horizontal .k-slider-selection {
  transition: width 0.3s ease-out;
}
.k-slider-transitions.k-slider-vertical .k-slider-selection {
  transition: height 0.3s ease-out;
}
.k-slider-selection.k-pressed {
  transition: none;
}
.k-slider.k-readonly .k-button,
.k-slider.k-readonly .k-slider-track,
.k-slider.k-readonly .k-tick,
.k-slider.k-readonly .k-draghandle {
  pointer-events: none;
}
.k-slider-tooltip .k-callout-n,
.k-slider-tooltip .k-callout-s {
  margin-left: -3px;
}
.k-slider-tooltip .k-callout-w,
.k-slider-tooltip .k-callout-e {
  margin-top: -3px;
}
.k-slider kendo-resize-sensor {
  position: absolute;
}
.k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
  padding-left: calc( 14px / 2 );
  padding-right: calc( 14px / 2 );
}
.k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
  padding-top: calc( 14px / 2 );
  padding-bottom: calc( 14px / 2 );
}
.k-slider {
  color: #424242;
}
.k-slider .k-slider-track,
.k-slider .k-slider-selection {
  border-radius: 4px;
}
.k-slider .k-slider-track {
  background-color: #ebebeb;
}
.k-slider .k-slider-selection {
  background-color: #ff6358;
}
.k-slider .k-draghandle {
  border-color: #ff6358;
  color: white;
  background-color: #ff6358;
  border-radius: 50%;
}
.k-slider .k-draghandle:hover {
  border-color: #ff6358;
  background-color: #f55f54;
}
.k-slider .k-draghandle:active, .k-slider .k-draghandle.k-pressed {
  border-color: #e0574d;
  background-color: #e0574d;
}
.k-slider .k-draghandle:focus, .k-slider .k-draghandle.k-focus {
  box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}
.k-slider.k-focus .k-draghandle {
  box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}
.k-slider-horizontal .k-tick {
  background-image: url(data:image/gif;base64,R0lGODlhAQC0AIABALi4uAAAACH5BAEAAAEALAAAAAABALQAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7);
}
.k-slider-vertical .k-tick {
  background-image: url(data:image/gif;base64,R0lGODlhtAABAIABALi4uAAAACH5BAEAAAEALAAAAAC0AAEAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7);
}
.k-floating-label-container {
  padding-top: calc( 1.4285714286 * 13px );
  box-sizing: border-box;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  flex-direction: column;
  justify-content: stretch;
}
.k-floating-label-container *,
.k-floating-label-container *::before,
.k-floating-label-container *::after {
  box-sizing: border-box;
}
.k-floating-label-container > .k-label {
  max-width: 90%;
  font-size: 13px;
  line-height: 1.4285714286;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: calc( calc( 1.4285714286 * 13px ) + 1px + 4px );
  left: calc( 8px + 1px );
  overflow: hidden;
  cursor: text;
  transform-origin: left center;
  transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out;
}
.k-floating-label-container > .k-widget {
  flex: 1 1 auto;
  width: auto;
}
.k-floating-label-container.k-empty > .k-label {
  top: calc( calc( 1.4285714286 * 13px ) + 1px + 4px );
  left: calc( 8px + 1px );
  transform: scale(1);
  pointer-events: none;
}
.k-floating-label-container > .k-label, .k-floating-label-container.k-focus > .k-label {
  top: 0;
  left: 0;
  transform: scale(1);
}
.k-floating-label-container:focus-within > .k-label {
  top: 0;
  left: 0;
  transform: scale(1);
}
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::-moz-placeholder {
  color: transparent;
}
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
  color: transparent;
}
[dir=rtl] .k-floating-label-container > .k-label, .k-rtl .k-floating-label-container > .k-label, .k-floating-label-container[dir=rtl] > .k-label {
  transform-origin: right center;
  transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, right 0.2s ease-out;
}
[dir=rtl] .k-floating-label-container.k-empty > .k-label, .k-rtl .k-floating-label-container.k-empty > .k-label, .k-floating-label-container[dir=rtl].k-empty > .k-label {
  left: auto;
  right: calc( 8px + 1px );
}
[dir=rtl] .k-floating-label-container > .k-label, [dir=rtl] .k-floating-label-container.k-focus > .k-label, .k-rtl .k-floating-label-container > .k-label, .k-rtl .k-floating-label-container.k-focus > .k-label, .k-floating-label-container[dir=rtl] > .k-label, .k-floating-label-container[dir=rtl].k-focus > .k-label {
  left: auto;
  right: 0;
}
[dir=rtl] .k-floating-label-container:focus-within > .k-label, .k-rtl .k-floating-label-container:focus-within > .k-label, .k-floating-label-container[dir=rtl]:focus-within > .k-label {
  left: auto;
  right: 0;
}
.k-colorgradient {
  border-radius: 4px;
  width: 272px;
  padding: 12px 12px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  outline: 0;
  font-size: 13px;
  font-family: inherit;
  line-height: 1.4285714286;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-colorgradient *,
.k-colorgradient *::before,
.k-colorgradient *::after {
  box-sizing: border-box;
}
.k-colorgradient-canvas {
  gap: 12px;
}
.k-colorgradient-canvas .k-hsv-rectangle {
  border-radius: 4px;
  position: relative;
  flex: 1 1 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -ms-touch-action: pinch-zoom double-tap-zoom;
}
.k-colorgradient-canvas .k-hsv-gradient {
  border-radius: 4px;
  height: 180px;
}
.k-colorgradient-canvas .k-hsv-draghandle {
  margin-top: -7px;
  margin-left: -7px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  cursor: pointer;
}
.k-colorgradient-canvas .k-hsv-controls {
  position: relative;
  flex-shrink: 0;
  gap: 12px;
}
.k-colorgradient .k-draghandle {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}
.k-colorgradient-slider.k-slider-vertical {
  width: 10px;
  height: 180px;
  flex: 0 0 10px;
}
.k-colorgradient-slider.k-slider-vertical .k-slider-track {
  width: 10px;
  border-radius: 10px;
  margin-left: -5px;
}
.k-colorgradient-slider.k-slider-horizontal {
  width: 100%;
  height: 10px;
  flex: 0 0 10px;
}
.k-colorgradient-slider.k-slider-horizontal .k-slider-track {
  height: 10px;
  border-radius: 10px;
  margin-top: -5px;
}
.k-colorgradient-slider.k-alpha-slider .k-slider-track::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  position: relative;
  z-index: -1;
}
.k-colorgradient-slider .k-slider-wrap,
.k-colorgradient-slider .k-slider-track-wrap {
  z-index: 1;
}
.k-colorgradient-slider .k-slider-selection {
  display: none;
}
.k-colorgradient-slider .k-draghandle {
  border-width: 3px;
}
.k-colorgradient-inputs {
  gap: 8px;
}
.k-colorgradient-inputs .k-colorgradient-input-label {
  text-transform: uppercase;
}
.k-colorgradient-inputs > .k-vstack {
  gap: 4px;
}
.k-colorgradient-inputs .k-numerictextbox {
  width: 46px;
}
.k-colorgradient-inputs .k-input-inner {
  padding-inline-start: 2px;
  padding-inline-end: 2px;
  text-align: center;
  text-overflow: clip;
}
.k-colorgradient-color-contrast > div {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
}
.k-colorgradient-color-contrast .k-contrast-ratio {
  margin-bottom: 8px;
}
.k-colorgradient-color-contrast .k-contrast-ratio-text {
  font-weight: 700;
}
.k-colorgradient-color-contrast .k-contrast-validation {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.k-colorgradient-color-contrast .k-contrast-validation .k-icon {
  vertical-align: middle;
}
.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon {
  margin-left: -13px;
}
.k-color-contrast-svg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  pointer-events: none;
}
.k-rtl .k-colorgradient-color-contrast .k-i-check + .k-i-check,
[dir=rtl] .k-colorgradient-color-contrast .k-i-check + .k-i-check {
  margin-left: 0;
  margin-right: -13px;
}
.k-colorgradient {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
}
.k-colorgradient:focus,
.k-colorgradient.k-focus {
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
}
.k-colorgradient-canvas .k-hsv-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black), linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.k-colorgradient .k-draghandle {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.k-colorgradient .k-draghandle:focus, .k-colorgradient .k-draghandle.k-focus {
  border-color: #ffffff;
  background-color: transparent;
  box-shadow: 0 1px 4px black;
}
.k-colorgradient .k-draghandle:hover, .k-colorgradient .k-draghandle.k-hover, .k-colorgradient .k-draghandle.k-active, .k-colorgradient .k-draghandle:active {
  border-color: #ffffff;
  background-color: transparent;
  box-shadow: 0 1px 4px black;
}
.k-colorgradient-slider.k-hue-slider.k-slider-horizontal .k-slider-track {
  background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
}
.k-colorgradient-slider.k-hue-slider.k-slider-vertical .k-slider-track {
  background: linear-gradient(to top, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
}
.k-colorgradient-slider.k-alpha-slider .k-slider-track::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") center repeat;
}
.k-colorgradient-input-label {
  color: #666666;
}
.k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track,
[dir=rtl] .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track {
  background: linear-gradient(to left, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
}
.k-coloreditor {
  border-radius: 4px;
  min-width: 272px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-size: 13px;
  font-family: inherit;
  line-height: 1.4285714286;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
}
.k-coloreditor *,
.k-coloreditor *::before,
.k-coloreditor *::after {
  box-sizing: border-box;
}
.k-coloreditor-header {
  padding: 12px 12px 0;
}
.k-coloreditor-header-actions {
  gap: 8px;
}
.k-coloreditor-preview {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 4px;
  position: relative;
  z-index: 1;
}
.k-coloreditor-preview .k-color-preview {
  width: 32px;
  height: 12px;
}
.k-coloreditor-views {
  min-width: calc(24px * 10);
  min-width: calc(var(--kendo-color-preview-width, 24px) * var(--kendo-color-preview-columns, 10));
  padding: 12px 12px;
  gap: 12px;
}
.k-coloreditor-views .k-colorgradient {
  padding: 0;
  width: auto;
  border-width: 0;
}
.k-coloreditor-views .k-colorgradient:focus,
.k-coloreditor-views .k-colorgradient.k-focus {
  outline: 2px dotted;
  outline-offset: 4px;
  border-radius: 0;
}
.k-coloreditor-views .k-colorpalette {
  align-self: center;
}
.k-coloreditor-views .k-colorpalette-tile {
  width: 24px;
  width: var(--kendo-color-preview-width, 24px);
  height: 24px;
  height: var(--kendo-color-preview-height, 24px);
}
.k-coloreditor-footer.k-actions, .k-coloreditor-footer.k-form-buttons, .k-coloreditor-footer.k-edit-buttons,
.k-coloreditor-footer.k-action-buttons,
.k-coloreditor-footer.k-columnmenu-actions {
  margin: 0;
}
.k-coloreditor {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
}
.k-coloreditor:focus,
.k-coloreditor.k-focus {
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
}
.k-coloreditor .k-colorgradient:focus,
.k-coloreditor .k-colorgradient.k-focus {
  box-shadow: none;
  outline-color: rgba(0, 0, 0, 0.3);
}
.k-color-picker, .k-colorpicker {
  width: -moz-min-content;
  width: min-content;
}
.k-dropdown-operator {
  width: -moz-min-content;
  width: min-content;
  flex: none;
  aspect-ratio: 1;
}
.k-dropdown-operator .k-input-button {
  border-width: 0;
}
.k-dropdown-operator .k-input-button .k-button-icon {
  width: auto;
  aspect-ratio: 1;
}
.k-dropdown-operator .k-input-inner {
  display: none;
}
.k-menu-bar, .k-menu {
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4285714286;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  position: relative;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-menu-bar *, .k-menu *,
.k-menu-bar *::before,
.k-menu *::before,
.k-menu-bar *::after,
.k-menu *::after {
  box-sizing: border-box;
}
.k-menu-item {
  border-width: 0;
  outline: 0;
  display: flex;
  flex-flow: column nowrap;
  flex: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.k-menu-item-content {
  display: block;
  height: auto;
  overflow: visible;
}
.k-menu-item-content .k-actions, .k-menu-item-content .k-form-buttons, .k-menu-item-content .k-edit-buttons,
.k-menu-item-content .k-action-buttons,
.k-menu-item-content .k-columnmenu-actions {
  margin-top: 0;
}
.k-menu-link {
  padding: 6px 12px;
  outline: 0;
  color: inherit;
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 auto;
  gap: 4px;
  align-items: center;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
.k-menu-link-text {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-menu-expand-arrow {
  margin-inline-end: -4px;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  flex: none;
  position: relative;
}
.k-menu-horizontal {
  flex-direction: row;
}
.k-menu-horizontal > .k-menu-item + .k-menu-item {
  margin-left: 0px;
}
.k-menu-horizontal > .k-separator {
  margin: 0 4px;
  width: 0;
  height: auto;
  border-width: 0 0 0 1px;
  border-style: solid;
}
.k-menu-vertical {
  flex-direction: column;
}
.k-menu-vertical > .k-menu-item + .k-menu-item {
  margin-top: 0px;
}
.k-menu-vertical > .k-menu-item > .k-menu-link {
  padding: 4px 8px;
  padding-right: calc( 16px + 16px );
}
.k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
  margin-inline-start: 8px;
  margin-inline-end: calc(-1 * (calc( 16px + 16px ) - 4px));
}
.k-menu-vertical > .k-separator {
  margin: 4px 0;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.08);
  display: block;
}
.k-menu-popup {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  overflow: auto;
  max-height: 80vh;
}
.k-menu-popup *,
.k-menu-popup *::before,
.k-menu-popup *::after {
  box-sizing: border-box;
}
.k-menu-group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
  position: absolute;
}
.k-menu-group .k-menu-item + .k-menu-item {
  margin-top: 0px;
}
.k-menu-group .k-separator {
  margin: 4px 0;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.08);
  display: block;
}
.k-menu-popup .k-menu-group {
  position: relative;
}
.k-menu-group-sm {
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-menu-group-sm .k-menu-item {
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-menu-group-sm .k-menu-link {
  padding: 2px 8px;
  padding-inline-end: calc( 16px + 16px );
}
.k-menu-group-sm .k-menu-expand-arrow {
  margin-inline-start: 8px;
  margin-inline-end: calc(-1 * (calc( 16px + 16px ) - 4px));
}
.k-menu-group-md {
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-menu-group-md .k-menu-item {
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-menu-group-md .k-menu-link {
  padding: 4px 8px;
  padding-inline-end: calc( 16px + 16px );
}
.k-menu-group-md .k-menu-expand-arrow {
  margin-inline-start: 8px;
  margin-inline-end: calc(-1 * (calc( 16px + 16px ) - 4px));
}
.k-menu-group-lg {
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-menu-group-lg .k-menu-item {
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-menu-group-lg .k-menu-link {
  padding: 6px 8px;
  padding-inline-end: calc( 16px + 16px );
}
.k-menu-group-lg .k-menu-expand-arrow {
  margin-inline-start: 8px;
  margin-inline-end: calc(-1 * (calc( 16px + 16px ) - 4px));
}
.k-popups-wrapper {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
}
.k-context-menu {
  margin: 0;
  border-width: 1px;
  border-style: solid;
}
.k-animation-container .k-context-menu.k-menu-horizontal {
  display: flex !important;
  flex-wrap: nowrap;
}
.k-context-menu-popup {
  z-index: 12000;
}
.k-context-menu-popup .k-context-menu {
  border-width: 0;
}
.k-popup .k-context-menu,
.k-context-menu-popup .k-context-menu {
  border-width: 0;
}
.k-menu-scroll-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}
.k-menu-scroll-wrapper .k-menu {
  overflow: hidden;
  flex-wrap: nowrap;
}
.k-menu-scroll-wrapper .k-menu-scroll-button {
  border-radius: 0;
  padding: 0;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: inherit;
  position: absolute;
}
.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-left {
  top: 0;
  left: 0;
  height: 100%;
  width: 16px;
  border-right-width: 1px;
}
.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-right {
  top: 0;
  right: 0;
  height: 100%;
  width: 16px;
  border-left-width: 1px;
}
.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-up {
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  border-bottom-width: 1px;
}
.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-down {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  border-top-width: 1px;
}
.k-rtl .k-menu-horizontal > .k-menu-item + .k-menu-item,
[dir=rtl] .k-menu-horizontal > .k-menu-item + .k-menu-item {
  margin-right: 0px;
  margin-left: 0;
}
.k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
[dir=rtl] .k-menu-vertical > .k-menu-item > .k-menu-link {
  padding-right: 8px;
  padding-left: calc( 16px + 16px );
}
.k-rtl .k-menu-group .k-menu-link,
[dir=rtl] .k-menu-group .k-menu-link {
  padding-right: 8px;
  padding-left: calc( 16px + 16px );
}
.k-menu:not(.k-context-menu) {
  color: #424242;
  background-color: transparent;
}
.k-menu:not(.k-context-menu) > .k-item {
  color: #ff6358;
}
.k-menu:not(.k-context-menu) > .k-item:hover, .k-menu:not(.k-context-menu) > .k-item.k-hover {
  color: #d6534a;
}
.k-menu:not(.k-context-menu) > .k-item:active, .k-menu:not(.k-context-menu) > .k-item.k-active {
  color: #424242;
}
.k-menu:not(.k-context-menu) > .k-item:focus, .k-menu:not(.k-context-menu) > .k-item.k-focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-menu-group,
.k-menu.k-context-menu {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
}
.k-menu-group .k-item > .k-link:hover, .k-menu-group .k-item > .k-link.k-hover,
.k-menu.k-context-menu .k-item > .k-link:hover,
.k-menu.k-context-menu .k-item > .k-link.k-hover {
  color: inherit;
  background-color: transparent;
}
.k-menu-group .k-item > .k-link:active, .k-menu-group .k-item > .k-link.k-active, .k-menu-group .k-item > .k-link.k-selected,
.k-menu.k-context-menu .k-item > .k-link:active,
.k-menu.k-context-menu .k-item > .k-link.k-active,
.k-menu.k-context-menu .k-item > .k-link.k-selected {
  color: inherit;
  background-color: transparent;
}
.k-menu-group .k-item:focus > .k-link,
.k-menu-group .k-item.k-focus > .k-link,
.k-menu.k-context-menu .k-item:focus > .k-link,
.k-menu.k-context-menu .k-item.k-focus > .k-link {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-menu-scroll-wrapper .k-menu-scroll-button {
  border-color: rgba(0, 0, 0, 0.08);
  color: #ff6358;
  background-color: #ffffff;
}
.k-menu-scroll-wrapper .k-menu-scroll-button:hover {
  color: #d6534a;
}
.k-menu-scroll-wrapper .k-menu-scroll-button:hover::before {
  opacity: 0;
}
.k-toolbar {
  margin: 0;
  padding: 8px 8px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4285714286;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-toolbar::before {
  content: "";
  height: calc( 1.4285714286em + 8px + 2px );
  margin-inline-start: -8px;
}
.k-toolbar.k-toolbar-resizable {
  flex-wrap: nowrap;
}
.k-toolbar > * {
  flex-shrink: 0;
  display: inline-flex;
  align-content: center;
  vertical-align: middle;
}
.k-toolbar > * > label {
  margin-inline-end: 8px;
  align-self: center;
}
.k-toolbar .k-input,
.k-toolbar .k-picker {
  width: 10em;
}
.k-toolbar .k-color-picker, .k-toolbar .k-colorpicker {
  width: -moz-min-content;
  width: min-content;
}
.k-toolbar .k-overflow-anchor {
  border-radius: 0;
  margin: 0;
  padding: 8px;
  width: auto;
  height: 100%;
  aspect-ratio: 1;
  border-width: 0;
  border-color: inherit;
  box-sizing: border-box;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.k-toolbar .k-overflow-anchor::before {
  display: block;
}
.k-toolbar .k-separator,
.k-toolbar .k-toolbar-separator {
  width: 0;
  height: calc( 1.4285714286 * 1em );
  border-width: 0 0 0 1px;
  border-style: solid;
  align-self: center;
}
.k-toolbar .k-toolbar-spacer {
  height: calc( 1.4285714286 * 1em );
  flex: 1 0 0%;
}
.k-toolbar .k-toolbar-template {
  align-self: center;
  align-items: center;
}
.k-toolbar .k-toolbar-item:focus,
.k-toolbar .k-toolbar-item.k-focus {
  text-decoration: none;
  outline: 0;
}
.k-toolbar-group {
  display: flex;
  flex-direction: inherit;
  flex-wrap: nowrap;
  gap: inherit;
}
kendo-toolbar-renderer {
  display: inline-block;
  border-color: inherit;
}
.k-overflow-container {
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-overflow-container > .k-item {
  border-color: inherit;
}
.k-overflow-container .k-separator {
  margin: 4px 0;
}
.k-overflow-container .k-overflow-tool-group {
  display: block;
}
.k-overflow-container .k-overflow-button {
  padding: 4px 8px;
  width: 100%;
  height: auto;
  border-width: 0;
  border-radius: 0;
  aspect-ratio: auto;
  color: inherit;
  background-color: transparent;
  background-image: none;
  font: inherit;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-content: center;
  gap: 4px;
  justify-content: flex-start;
  position: relative;
}
.k-overflow-container .k-button-group {
  box-shadow: none;
  display: flex;
  flex-flow: column nowrap;
}
.k-overflow-container .k-button-group .k-button {
  margin: 0;
}
.k-overflow-container .k-split-button {
  display: flex;
  flex-direction: column;
}
.k-overflow-container .k-overflow-hidden {
  display: none;
}
.k-toolbar.k-rtl .k-overflow-anchor, .k-rtl .k-toolbar .k-overflow-anchor, .k-toolbar[dir=rtl] .k-overflow-anchor, [dir=rtl] .k-toolbar .k-overflow-anchor {
  margin: 0;
  right: auto;
  left: 0;
}
.k-floating-toolbar,
.editorToolbarWindow.k-window-content {
  padding: 8px 8px !important;
  border-width: 1px;
  border-style: solid;
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
  align-items: center;
}
.k-floating-toolbar .k-toolbar,
.editorToolbarWindow.k-window-content .k-toolbar {
  padding: 0;
  border-width: 0;
  flex-shrink: 1;
  color: inherit;
  background: none;
}
.k-editortoolbar-dragHandle {
  cursor: move;
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
}
.k-toolbar {
  border-color: #e4e4e4;
  color: #333;
  background-color: transparent;
}
.k-toolbar .k-separator {
  border-color: inherit;
}
.k-toolbar .k-toolbar-item:focus,
.k-toolbar .k-toolbar-item.k-focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-overflow-container .k-button:hover, .k-overflow-container .k-button.k-hover {
  color: inherit;
  background: transparent;
}
.k-overflow-container .k-button:focus, .k-overflow-container .k-button.k-focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-overflow-container .k-button:active, .k-overflow-container .k-button.k-active {
  color: inherit;
  background: transparent;
}
.k-overflow-container .k-button.k-selected {
  color: inherit;
  background: transparent;
}
.k-overflow-container .k-button:disabled, .k-overflow-container .k-button.k-disabled {
  color: inherit;
}
.k-floating-toolbar,
.editorToolbarWindow.k-window-content {
  border-color: #e4e4e4;
  color: #333;
  background-color: transparent;
}
.k-external-dropzone {
  height: 220px;
  display: flex;
  flex-flow: row nowrap;
}
.k-dropzone-inner {
  padding: 8px 8px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  font-size: 13px;
  font-family: inherit;
  line-height: 1.4285714286;
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.k-dropzone-inner > .k-icon,
.k-dropzone-inner .k-dropzone-icon {
  margin-bottom: 24px;
  font-size: 48px;
}
.k-dropzone-inner .k-dropzone-hint {
  margin-bottom: 8px;
}
.k-dropzone-inner .k-dropzone-note {
  font-size: 12px;
}
.k-dropzone-inner {
  border-color: #e4e4e4;
  color: #333;
  background-color: transparent;
}
.k-dropzone-inner > .k-icon,
.k-dropzone-inner .k-dropzone-icon {
  color: #747474;
}
.k-dropzone-inner .k-dropzone-note {
  color: #666666;
}
.k-external-dropzone-hover .k-icon,
.k-external-dropzone-hover .k-dropzone-icon {
  color: #ff6358;
}
.k-upload {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4285714286;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-upload *,
.k-upload *::before,
.k-upload *::after {
  box-sizing: border-box;
}
.k-upload .k-upload-button {
  min-width: 7em;
}
.k-upload .k-dropzone {
  padding: 8px 8px;
  border-width: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: transparent;
}
.k-upload .k-dropzone .k-dropzone-hint {
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  flex: 1;
}
.k-upload .k-dropzone .k-upload-status {
  font-weight: normal;
  display: flex;
  align-items: center;
  position: relative;
}
.k-upload .k-dropzone .k-upload-status > .k-icon {
  margin-right: 4px;
}
.k-upload .k-dropzone .k-upload-status + .k-dropzone-hint {
  display: none;
}
.k-upload .k-dropzone-active .k-upload-status {
  display: none;
}
.k-upload .k-dropzone-active .k-upload-status + .k-dropzone-hint {
  display: block;
}
.k-upload .k-upload-files {
  max-height: 300px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  list-style: none;
}
.k-upload .k-upload-files .k-file-multiple,
.k-upload .k-upload-files .k-file-single {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.k-upload .k-upload-files .k-file-single {
  align-items: center;
}
.k-upload .k-upload-files .k-file-multiple {
  align-items: flex-start;
}
.k-upload .k-upload-files .k-file {
  padding: 8px 8px calc(8px + 2px);
  border-width: 0 0 1px;
  border-style: solid;
  outline: none;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.k-upload .k-upload-files .k-file:last-child {
  border-width: 0;
}
.k-upload .k-upload-files .k-filename {
  margin-left: 1em;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.k-upload .k-upload-files .k-upload-status .k-icon {
  vertical-align: middle;
}
.k-upload .k-upload-files .k-upload-pct {
  margin: 0 4px;
  font-weight: normal;
  vertical-align: middle;
}
.k-upload .k-upload-files ~ .k-clear-selected,
.k-upload .k-upload-files ~ .k-upload-selected {
  margin-top: -4px;
  border-width: 0;
}
.k-upload .k-upload-files ~ .k-upload-selected {
  border-left-width: 1px;
  border-left-style: solid;
  margin-left: -1px;
}
.k-upload .k-upload-files .k-file-name,
.k-upload .k-upload-files .k-file-size,
.k-upload .k-upload-files .k-file-validation-message,
.k-upload .k-upload-files .k-file-information {
  display: block;
}
.k-upload .k-upload-files .k-file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.k-upload .k-upload-files .k-file-size,
.k-upload .k-upload-files .k-file-information,
.k-upload .k-upload-files .k-file-validation-message {
  font-size: 11px;
  line-height: 1;
}
.k-upload .k-upload-files .k-file-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper,
.k-upload .k-upload-files .k-file-invalid-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
  margin: 0px 0;
  width: 24px;
  height: 34px;
  border-width: 2px;
  border-style: solid;
  font-size: 7.41px;
  text-transform: uppercase;
  position: absolute;
  top: 8px;
}
.k-upload .k-upload-files .k-file-group-wrapper .k-file-group,
.k-upload .k-upload-files .k-file-invalid-group-wrapper .k-file-group,
.k-upload .k-upload-files .k-multiple-files-group-wrapper .k-file-group,
.k-upload .k-upload-files .k-multiple-files-invalid-group-wrapper .k-file-group {
  font-size: 32px;
}
.k-upload .k-upload-files .k-file-group-wrapper .k-file-state,
.k-upload .k-upload-files .k-file-invalid-group-wrapper .k-file-state,
.k-upload .k-upload-files .k-multiple-files-group-wrapper .k-file-state,
.k-upload .k-upload-files .k-multiple-files-invalid-group-wrapper .k-file-state {
  position: absolute;
}
.k-upload .k-upload-files .k-file-invalid-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
  font-size: 1.2em;
}
.k-upload .k-upload-files .k-multiple-files-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
  margin-top: 4px;
}
.k-upload .k-upload-files .k-file-state {
  visibility: hidden;
}
.k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper,
.k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
  margin-left: calc( 24px + 1em );
  min-height: 38px;
  display: block;
  overflow: hidden;
}
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper {
  margin-left: calc( 24px + 1em );
}
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
  margin-bottom: -2px;
}
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper .k-file-size,
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper .k-file-information,
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper .k-file-validation-message {
  font-size: 9.432px;
}
.k-upload .k-upload-files .k-file-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper::after,
.k-upload .k-upload-files .k-file-invalid-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::after {
  content: "";
  border-style: solid;
  display: inline-block;
  position: absolute;
}
.k-upload .k-upload-files .k-file-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper::before,
.k-upload .k-upload-files .k-file-invalid-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::before {
  top: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-width: 6px;
  margin-top: -1px;
  margin-right: -1px;
}
.k-upload .k-upload-files .k-multiple-files-extension-wrapper::after,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::after {
  top: -6px;
  left: -6px;
  width: 15px;
  height: 35px;
  border-width: 2px 0 0 2px;
}
.k-upload .k-upload-files .k-file-extension,
.k-upload .k-upload-files .k-file-invalid-icon {
  position: absolute;
  bottom: 0;
  line-height: normal;
}
.k-upload .k-upload-files .k-file-invalid-icon {
  margin-left: 4px;
}
.k-upload .k-upload-files .k-file-extension {
  margin-left: 0.2em;
  margin-bottom: 0.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  left: 0;
}
.k-upload .k-upload-files .k-upload-action {
  border-width: 0;
  color: inherit;
  background: none;
  box-shadow: none;
}
.k-upload .k-upload-files .k-file-name-size-wrapper {
  margin-left: 0;
  margin-right: 0;
  min-height: 32px;
  display: block;
  overflow: hidden;
  flex: 1 0 0;
}
.k-upload .k-file-multiple > .k-file-name-size-wrapper {
  margin-left: 8px;
}
.k-upload .k-multiple-files-wrapper,
.k-upload .k-file-single > .k-file-name-size-wrapper,
.k-upload .k-file > .k-file-name-size-wrapper {
  margin-left: 8px;
  margin-right: 0;
  min-height: 32px;
  display: block;
  overflow: hidden;
  flex: 1 0 0;
}
.k-upload .k-multiple-files-wrapper .k-file-name-size-wrapper {
  margin-bottom: 12px;
  display: block;
}
.k-upload .k-multiple-files-wrapper .k-file-information {
  margin-top: -4px;
}
.k-upload .k-progress {
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.k-upload .k-progressbar {
  height: 2px;
  position: absolute;
  bottom: 4px;
  width: calc(100% - 8px * 2);
}
.k-upload .k-progressbar .k-progress {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.k-upload .k-file-invalid > .k-progress {
  width: 100%;
}
.k-upload .k-actions, .k-upload .k-form-buttons, .k-upload .k-edit-buttons,
.k-upload .k-action-buttons,
.k-upload .k-columnmenu-actions {
  border-top-width: 1px;
}
.k-upload[dir=rtl] .k-dropzone, .k-rtl .k-upload .k-dropzone {
  text-align: left;
}
.k-upload[dir=rtl] .k-dropzone .k-upload-status > .k-icon, .k-rtl .k-upload .k-dropzone .k-upload-status > .k-icon {
  margin-left: 6px;
  margin-right: 0;
}
.k-upload[dir=rtl] .k-multiple-files-wrapper,
.k-upload[dir=rtl] .k-file-single > .k-file-name-size-wrapper,
.k-upload[dir=rtl] .k-file-multiple > .k-file-name-size-wrapper,
.k-upload[dir=rtl] .k-file > .k-file-name-size-wrapper, .k-rtl .k-upload .k-multiple-files-wrapper,
.k-rtl .k-upload .k-file-single > .k-file-name-size-wrapper,
.k-rtl .k-upload .k-file-multiple > .k-file-name-size-wrapper,
.k-rtl .k-upload .k-file > .k-file-name-size-wrapper {
  margin-right: 8px;
}
.k-upload[dir=rtl] .k-button + .k-button, .k-rtl .k-upload .k-button + .k-button {
  border-right-width: 0;
}
.k-upload[dir=rtl] .k-progress, .k-rtl .k-upload .k-progress {
  left: auto;
  right: 0;
}
.k-upload-button {
  position: relative;
  overflow: hidden;
  direction: ltr;
}
.k-upload-button input {
  font: 170px monospace !important;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.k-upload-button input[disabled],
.k-upload-button input.k-disabled {
  visibility: hidden;
}
.k-upload {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
}
.k-upload .k-dropzone {
  border-color: rgba(0, 0, 0, 0.08);
  color: #333;
  background-color: transparent;
}
.k-upload .k-dropzone.k-dropzone-hover, .k-upload .k-dropzone.k-dropzone-hovered {
  background-color: transparent;
}
.k-upload .k-dropzone .k-dropzone-hint {
  color: #666666;
}
.k-upload .k-upload-files,
.k-upload .k-file {
  border-color: rgba(0, 0, 0, 0.08);
}
.k-upload .k-file.k-focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-upload .k-file .k-upload-action.k-focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-upload .k-upload-status {
  color: #666666;
}
.k-upload .k-file-progress .k-file-name {
  color: #424242;
}
.k-upload .k-file-progress .k-progress {
  background-color: #0058e9;
}
.k-upload .k-file-success .k-progress {
  background-color: #37b400;
}
.k-upload .k-file-error .k-file-validation-message,
.k-upload .k-file-invalid .k-file-validation-message {
  color: #f31700;
}
.k-upload .k-file-error .k-progress,
.k-upload .k-file-invalid .k-progress {
  background-color: #f31700;
}
.k-upload .k-file-extension-wrapper,
.k-upload .k-multiple-files-extension-wrapper,
.k-upload .k-file-group-wrapper,
.k-upload .k-multiple-files-group-wrapper,
.k-upload .k-file-invalid-extension-wrapper,
.k-upload .k-multiple-files-invalid-extension-wrapper,
.k-upload .k-file-invalid-group-wrapper,
.k-upload .k-multiple-files-invalid-group-wrapper {
  color: #666666;
  border-color: #666666;
}
.k-upload .k-file-invalid-extension-wrapper,
.k-upload .k-multiple-files-invalid-extension-wrapper,
.k-upload .k-file-error .k-file-extension-wrapper,
.k-upload .k-file-invalid-group-wrapper,
.k-upload .k-multiple-files-invalid-group-wrapper,
.k-upload .k-file-error .k-file-group-wrapper {
  border-color: #666666;
}
.k-upload .k-file-extension-wrapper::before,
.k-upload .k-multiple-files-extension-wrapper::before,
.k-upload .k-file-invalid-extension-wrapper::before,
.k-upload .k-multiple-files-invalid-extension-wrapper::before,
.k-upload .k-file-error .k-file-extension-wrapper::before {
  background-color: #ffffff;
  border-color: transparent transparent #666666 #666666;
}
.k-upload .k-multiple-files-extension-wrapper::after,
.k-upload .k-multiple-files-invalid-extension-wrapper::after {
  border-top-color: #666666;
  border-left-color: #666666;
}
.k-upload .k-file-size,
.k-upload .k-file-validation-message,
.k-upload .k-file-information {
  color: #666666;
}
.k-upload .k-multiple-files-wrapper .k-file-information {
  color: #424242;
}
.k-upload.k-invalid, .k-upload.ng-invalid.ng-touched, .k-upload.ng-invalid.ng-dirty {
  border-color: #f31700;
}
.k-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}
.k-overlay {
  background-color: #000000;
}
.k-overlay-primary {
  background-color: #ff6358;
}
.k-overlay-secondary {
  background-color: #666666;
}
.k-overlay-tertiary {
  background-color: #03a9f4;
}
.k-overlay-info {
  background-color: #0058e9;
}
.k-overlay-success {
  background-color: #37b400;
}
.k-overlay-warning {
  background-color: #ffc000;
}
.k-overlay-error {
  background-color: #f31700;
}
.k-overlay-dark {
  background-color: #424242;
}
.k-overlay-light {
  background-color: #ebebeb;
}
.k-overlay-inverse {
  background-color: #424242;
}
.k-form,
.k-form-inline {
  font-size: 13px;
  line-height: 1.4285714286;
}
.k-fieldset {
  margin: 30px;
  border-width: 1px 0 0;
  border-style: solid;
  padding: 25px 0 0;
}
.k-fieldset > legend {
  margin-left: 0;
  padding: 0 8px 0 0;
  text-transform: uppercase;
}
kendo-label > .k-label {
  margin: 0;
}
.k-label-optional {
  margin-left: 6px;
  font-size: 12px;
  font-style: italic;
  align-self: center;
}
.k-label-empty::before {
  content: "";
  display: inline-block;
}
.k-input-label {
  margin-right: 10px;
  z-index: 1;
}
.k-input-label:dir(rtl), .k-rtl .k-input-label, .k-input-label.k-rtl, [dir=rtl] .k-input-label, .k-input-label[dir=rtl] {
  margin-right: 0;
  margin-left: 10px;
}
.k-form {
  border: 0;
}
.k-form .k-label,
.k-form kendo-label,
.k-form .k-form-label {
  margin-bottom: 0px;
  display: flex;
  flex-flow: row nowrap;
}
.k-form .k-label + .k-radio {
  margin-left: 0;
}
.k-form .k-form-fieldset {
  margin: 2em 0 0;
  padding: 0px;
  border: 0;
}
.k-form .k-form-fieldset > *:not(.k-hidden):first-child, .k-form .k-form-fieldset > *.k-hidden + :not(.k-hidden) {
  margin-top: 0;
}
.k-form .k-form-legend {
  margin: 0 0 1em;
  padding: 0px;
  border-width: 0 0 2px;
  border-style: solid;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
}
.k-form .k-form-group {
  padding: 0;
}
.k-form .k-form-field {
  margin-top: 1em;
}
.k-form > *:not(.k-hidden):first-child, .k-form > *.k-hidden + :not(.k-hidden) {
  margin-top: 0;
}
.k-form .k-form-field,
.k-form .k-form-field-wrap {
  display: block;
}
.k-form .k-form-field-disabled .k-label,
.k-form .k-form-field-disabled .k-form-label {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}
.k-form .k-alert-error {
  font-size: 12px;
  margin-top: 8px;
}
.k-form .k-field-info {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  margin: 0 8px;
}
.k-form .k-multiselect,
.k-form .k-floating-label-container,
.k-form .k-daterangepicker .k-dateinput,
.k-form .k-signature {
  display: inline-flex;
  width: 100%;
}
.k-form-buttons {
  margin-top: 2em;
  padding: 0;
  overflow: visible;
}
.k-form-hint,
.k-form-error {
  margin-top: 4px;
  display: flex;
  font-size: 12px;
  font-style: italic;
}
.k-text-start,
.k-buttons-start {
  justify-content: flex-start;
}
.k-text-end,
.k-buttons-end {
  justify-content: flex-end;
}
.k-form-separator {
  margin: 1em 0 0;
  border-width: 1px 0 0;
  border-style: solid;
  display: block;
  flex: 0 0 auto;
}
.k-form-horizontal .k-form-field {
  display: flex;
}
.k-form-horizontal .k-form-field > .k-label,
.k-form-horizontal .k-form-field > kendo-label,
.k-form-horizontal .k-form-field > .k-form-label {
  margin-right: 10px;
  padding-top: 5px;
  width: 25%;
  text-align: end;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.k-form-horizontal .k-form-field .k-label-optional {
  margin: 0;
  align-self: inherit;
}
.k-form-horizontal .k-form-field-wrap {
  max-width: calc( ( 100% - 25% ) - 10px );
  flex: 1 1 auto;
}
.k-form [dir=rtl] .k-label-optional, .k-rtl .k-form .k-label-optional {
  margin-left: 0;
  margin-right: 6px;
}
.k-form-horizontal [dir=rtl].k-form-field > .k-label,
.k-form-horizontal [dir=rtl].k-form-field > kendo-label,
.k-form-horizontal [dir=rtl].k-form-field > .k-form-label,
.k-form-horizontal [dir=rtl] .k-form-field > .k-label,
.k-form-horizontal [dir=rtl] .k-form-field > kendo-label,
.k-form-horizontal [dir=rtl] .k-form-field > .k-form-label, .k-rtl .k-form-horizontal.k-form-field > .k-label,
.k-rtl .k-form-horizontal.k-form-field > kendo-label,
.k-rtl .k-form-horizontal.k-form-field > .k-form-label,
.k-rtl .k-form-horizontal .k-form-field > .k-label,
.k-rtl .k-form-horizontal .k-form-field > kendo-label,
.k-rtl .k-form-horizontal .k-form-field > .k-form-label {
  margin-right: 0;
  margin-left: 10px;
}
.k-form-inline {
  padding: 16px;
}
.k-form-inline fieldset {
  border-width: 1px 0 0;
  border-style: solid;
  margin: 32px 0;
  padding: 0;
}
.k-form-inline fieldset:first-child:first-of-type {
  margin-top: 0;
}
.k-form-inline fieldset:last-child:last-of-type {
  margin-bottom: 0;
}
.k-form-inline legend {
  font-size: 12px;
  text-align: left;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
  padding: 0 8px 0 0;
  width: auto;
}
.k-form-inline .k-form-field {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 12px;
}
.k-form-inline .k-form-field > span:not(.k-widget) {
  width: 25%;
  text-align: right;
  line-height: 1.4285714286;
  padding: calc( 4px + 1px ) 0;
  padding-right: 12px;
  align-self: center;
}
.k-form-inline .k-form-field > input {
  align-self: center;
}
.k-form-inline .k-form-field > input:not(.k-checkbox):not(.k-radio) {
  flex: 1 1 auto;
}
.k-form-inline .k-form-field .k-alert-error {
  font-size: 12px;
  margin-top: 8px;
}
.k-form-inline .k-form-field .k-field-info {
  display: block;
  font-size: 10px;
  line-height: 1;
  margin: 0;
}
.k-form-inline .k-form-field:last-child {
  margin-bottom: 0;
}
.k-edit-form-container {
  width: 400px;
  min-width: 400px;
  border-color: inherit;
  position: relative;
}
.k-popup-edit-form > .k-actions, .k-popup-edit-form > .k-edit-buttons,
.k-popup-edit-form > .k-action-buttons,
.k-popup-edit-form > .k-columnmenu-actions, .k-popup-edit-form > .k-form-buttons,
.k-edit-form-container .k-actions,
.k-edit-form-container .k-edit-buttons,
.k-edit-form-container .k-action-buttons,
.k-edit-form-container .k-columnmenu-actions,
.k-edit-form-container .k-form-buttons {
  margin: 1em -16px -16px;
}
.k-edit-label {
  margin: 0 0 1em 0;
  padding: calc( 4px + 1px ) 0;
  width: 30%;
  line-height: 1.4285714286;
  text-align: right;
  float: left;
  clear: both;
}
.k-edit-field {
  margin: 0 0 1em 0;
  width: 65%;
  float: right;
  clear: right;
  position: relative;
}
.k-edit-field.k-no-editor {
  padding: calc( 4px + 1px ) 0;
}
.k-edit-field > .k-widget {
  width: 100%;
  box-sizing: border-box;
}
.k-edit-field input[type=radio]:not(.k-radio),
.k-edit-field input[type=checkbox]:not(.k-checkbox) {
  margin-right: 0.4ex;
}
.k-edit-field .k-radio-label,
.k-edit-field .k-checkbox-label {
  margin-right: 1em;
}
.k-edit-field > .k-reset > li + li {
  margin-top: 0.5em;
}
.k-edit-field .k-reset .k-widget {
  margin: 0 0.4ex 0 1ex;
}
.k-form,
.k-form-inline {
  color: #424242;
}
.k-form fieldset legend,
.k-form-inline fieldset legend {
  color: #373737;
}
.k-form .k-form-legend,
.k-form-inline .k-form-legend {
  border-color: rgba(0, 0, 0, 0.08);
}
.k-form .k-field-info,
.k-form-inline .k-field-info {
  color: #666666;
}
.k-form .k-alert-error,
.k-form-inline .k-alert-error {
  color: #f31700;
}
.k-form-error,
.k-text-error,
.k-form-field-error .k-label {
  color: #f31700;
}
.k-form-separator {
  border-color: rgba(0, 0, 0, 0.08);
}
.k-window {
  border-radius: 0px;
  padding: 0;
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.25;
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  z-index: 10002;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-window.k-window-maximized {
  max-width: 100vw;
  max-height: 100vh;
  box-shadow: none;
}
.k-window-sm {
  width: 300px;
}
.k-window-md {
  width: 800px;
}
.k-window-lg {
  width: 1200px;
}
.k-window-titlebar {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 12px 16px;
  border-width: 0 0 1px;
  border-style: solid;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
}
.k-window-minimized .k-window-titlebar {
  border-width: 0;
}
.k-window-title {
  padding: 0.5em 0;
  margin: -0.5em 0;
  font-size: 16px;
  line-height: 1.25;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: default;
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
}
.k-window-title::before {
  content: "​";
}
.k-window-actions {
  margin: -5em 0;
  margin-inline-end: calc( 12px - 16px );
  line-height: 1;
  display: flex;
  flex-flow: row nowrap;
  flex-shrink: 0;
  align-items: center;
  vertical-align: top;
}
.k-window-action {
  flex-shrink: 0;
}
.k-window-content,
.k-prompt-container {
  padding: 16px 16px;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: none;
  outline: 0;
  overflow: auto;
  position: relative;
  flex: 1 1 auto;
}
.k-window-content + .k-prompt-container {
  margin-top: -8px;
}
.k-window-content:first-child {
  padding-top: clamp( 16px, 12px, 12px );
}
.k-window-content:last-child {
  padding-bottom: clamp( 16px, 12px, 12px );
}
.k-window-iframecontent {
  padding: 0;
  overflow: visible;
}
.k-window-iframecontent .k-content-frame {
  vertical-align: top;
  border: 0;
  width: 100%;
  height: 100%;
}
.k-window-buttons,
.k-window-buttongroup {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 8px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  flex: 0 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  overflow: hidden;
}
.k-prompt-container > .k-textarea {
  width: 100%;
}
.k-window .k-resize-n {
  top: 0;
}
.k-window .k-resize-e {
  right: 0;
}
.k-window .k-resize-s {
  bottom: 0;
}
.k-window .k-resize-w {
  left: 0;
}
.k-window {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06);
}
.k-window:focus, .k-window.k-focus {
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
}
.k-window-titlebar {
  border-color: inherit;
  color: #333;
  background-color: transparent;
}
.k-editor {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4285714286;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table.k-editor {
  width: 100%;
  display: table;
  vertical-align: top;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
table.k-editor tbody,
table.k-editor tr,
table.k-editor td {
  border-color: inherit;
}
kendo-editor .k-editor-content {
  z-index: 1;
}
kendo-editor.k-readonly {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}
kendo-editor.k-readonly > .k-content,
kendo-editor.k-readonly .k-editor-content {
  pointer-events: auto;
}
kendo-editor.k-readonly .k-editor-content.k-focus {
  outline-width: 1px;
  outline-style: dashed;
}
.k-editor-inline {
  border-radius: 4px;
  padding: 2px 4px;
  border: 1px solid transparent;
  word-wrap: break-word;
  overflow: auto;
  background: none;
}
.k-window.k-editor-widget {
  padding: 0;
}
.k-editor-resizable {
  resize: both;
  overflow: auto;
}
.k-editor-resize-handles-wrapper {
  position: absolute;
  visibility: hidden;
}
.k-editor-resize-handle {
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: absolute;
  visibility: visible;
  z-index: 100;
}
.k-editor-resize-handle.northwest {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  cursor: nw-resize;
}
.k-editor-resize-handle.north {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: n-resize;
}
.k-editor-resize-handle.northeast {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  cursor: ne-resize;
}
.k-editor-resize-handle.southwest {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
  cursor: sw-resize;
}
.k-editor-resize-handle.south {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  cursor: s-resize;
}
.k-editor-resize-handle.southeast {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  cursor: se-resize;
}
.k-editor-resize-handle.west {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  cursor: w-resize;
}
.k-editor-resize-handle.east {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  cursor: e-resize;
}
.ProseMirror-selectednode {
  outline-width: 2px;
  outline-style: solid;
}
.ProseMirror-hideselection {
  caret-color: transparent;
}
.ProseMirror-hideselection *::-moz-selection {
  background: transparent;
}
.ProseMirror-hideselection *::selection,
.ProseMirror-hideselection *::-moz-selection {
  background: transparent;
}
.k-editor-toolbar,
.k-editor > .k-toolbar {
  border-width: 0 0 1px 0;
  flex-shrink: 0;
}
.k-editor-toolbar {
  border-width: 0 0 1px 0;
}
.k-editor-toolbar .k-tool {
  padding: 4px;
  width: calc( 1.4285714286em + 8px + 2px );
  height: calc( 1.4285714286em + 8px + 2px );
}
.k-editor-toolbar .k-tool-text {
  display: none;
}
.k-editor-toolbar .k-overflow-tools {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
}
.k-editor-toolbar .k-overflow-tools .k-overflow-anchor {
  position: relative;
}
.k-editor-toolbar .k-editor-export .k-icon {
  margin-right: 0.25em;
}
.k-editor-toolbar .k-editor-export .k-icon,
.k-editor-toolbar .k-editor-export .k-export-tool-text {
  vertical-align: middle;
}
.k-editor-content {
  flex: 1 1 auto;
  overflow-y: auto;
}
.k-editor-content > .k-iframe {
  width: 100%;
  height: 100%;
  border-width: 0;
  display: block;
}
.k-editor-content > .ProseMirror {
  padding: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  outline: none;
  white-space: pre-wrap;
  overflow: auto;
}
.k-editor-content > .ProseMirror table {
  white-space: pre-wrap;
}
.k-editor-content > .ProseMirror .k-placeholder::before {
  content: attr(data-placeholder);
  height: 0;
  color: #666666;
  float: left;
  opacity: 1;
  cursor: text;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.k-editor-content > .ProseMirror[contenteditable=false] {
  cursor: inherit !important;
}
.k-editor-content > .ProseMirror[contenteditable=false] .k-editor-resize-handles-wrapper,
.k-editor-content > .ProseMirror[contenteditable=false] .k-editor-resize-handle,
.k-editor-content > .ProseMirror[contenteditable=false] .row-resize-handle,
.k-editor-content > .ProseMirror[contenteditable=false] .column-resize-handle {
  display: none;
}
.k-editor-content > .ProseMirror[contenteditable=false] img,
.k-editor-content > .ProseMirror[contenteditable=false] table {
  pointer-events: none;
}
.k-editor-content > .ProseMirror[contenteditable=false] .ProseMirror-selectednode {
  outline: none;
}
td.k-editor-content {
  padding: 4px;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline: 0;
}
.k-resizable td.k-editor-content {
  padding: 4px 4px 16px;
}
.k-edit-form-content {
  flex: 1 1 auto;
  overflow: auto;
  margin: -16px -16px;
  padding: 16px 16px;
}
.k-ct-popup {
  box-sizing: border-box;
  width: 190px;
  padding: 5px;
}
.k-ct-popup .k-button {
  width: 100%;
}
.k-ct-popup .k-ct-cell {
  margin: 1px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: inherit;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  opacity: 0.7;
  pointer-events: all;
}
.k-editor .k-resize-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent;
  border-bottom-color: inherit;
  cursor: se-resize;
}
.k-editor .k-resize-handle .k-i-arrow-45-down-right,
.k-editor .k-resize-handle .k-i-caret-br {
  display: none;
}
.k-editor-find-replace .k-content {
  position: relative;
}
.k-editor-find-replace .k-edit-form-container {
  display: inline-block;
}
.k-editor-find-replace .k-edit-form-container .k-edit-label {
  text-align: left;
}
.k-editor-find-replace .k-actions, .k-editor-find-replace .k-edit-buttons,
.k-editor-find-replace .k-action-buttons,
.k-editor-find-replace .k-columnmenu-actions, .k-editor-find-replace .k-form-buttons {
  padding: 0;
}
.k-editor-find-replace .k-search-options {
  display: flex;
  flex-direction: column;
  padding: 10px 0 40px;
}
.k-editor-find-replace .k-matches-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.k-editor-dialog {
  box-sizing: border-box;
}
.k-editor-dialog .k-edit-form-container {
  width: auto;
}
.k-editor-dialog .k-edit-label {
  width: 30%;
  padding: calc( 4px + 1px ) 0;
}
.k-editor-dialog .k-edit-field {
  width: 66%;
}
.k-editor-dialog.k-viewhtml-dialog {
  display: flex;
  flex-direction: column;
}
.k-textarea.k-editor-textarea {
  width: 100%;
  height: 100%;
  resize: none;
}
.k-filebrowser-dialog {
  display: flex;
}
.k-filebrowser-dialog .k-edit-form-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.k-filebrowser-dialog .k-edit-label {
  width: 18%;
}
.k-filebrowser-dialog .k-edit-field {
  width: 75%;
}
.k-filebrowser {
  max-width: 100%;
}
.k-filebrowser .k-floatwrap {
  display: flex;
}
.k-filebrowser .k-floatwrap::after {
  display: none;
}
.k-filebrowser .k-breadcrumbs {
  flex: 1;
}
.k-filebrowser .k-search-wrap {
  margin: 0 0 0 1em;
  width: 150px;
  display: flex;
  align-items: center;
}
.k-filebrowser .k-search-wrap .k-input {
  flex: 1;
  width: 100px;
}
.k-filebrowser .k-search-wrap .k-icon {
  margin: 0;
  position: static;
}
.k-filebrowser .k-filebrowser-toolbar {
  margin: 1em 0 0 0;
}
.k-filebrowser .k-upload {
  padding: 0;
  border-width: 0;
  background: none;
}
.k-filebrowser .k-upload .k-upload-button {
  margin: 0;
}
.k-filebrowser .k-upload .k-upload-status {
  display: none;
}
.k-filebrowser .k-upload-files {
  display: none;
}
.k-filebrowser .k-tiles {
  display: flex;
  flex-flow: row wrap;
  height: 390px;
  max-height: 50vh;
  margin: 0 0 1em 0;
  padding: 4px 8px;
  border-top-width: 0;
  overflow: auto;
}
.k-filebrowser .k-tile {
  width: 33%;
  height: 90px;
  padding: 4px 8px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}
.k-filebrowser .k-tile .k-i-file,
.k-filebrowser .k-tile .k-i-folder {
  font-size: 4em;
}
.k-filebrowser .k-tile input {
  width: 100px;
}
.k-filebrowser .k-tile strong {
  display: block;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-filebrowser .k-tile-empty {
  display: block;
  margin: auto;
}
.k-filebrowser .k-tile-empty.k-selected {
  color: inherit;
  border-width: 0;
  background-image: none;
  background-color: transparent;
}
.k-filebrowser .k-tile-empty strong {
  opacity: 0.5;
  font-size: 3em;
  font-weight: 400;
}
.k-filebrowser .k-thumb {
  float: left;
  margin-right: 4px;
}
.k-filebrowser .k-breadcrumbs-wrap {
  position: absolute;
  left: 8px;
  top: 4px;
}
.k-filebrowser .k-breadcrumbs-wrap .k-icon {
  position: static;
  margin-top: 0;
}
.k-editor-table-wizard-dialog {
  display: flex;
}
.k-editor-table-wizard-dialog .k-edit-form-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.k-editor-table-wizard-dialog .k-tabstrip-wrapper {
  display: flex;
  flex: 1 1 auto;
  overflow: auto;
}
.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-tabstrip.k-root-tabs {
  flex: 1 1 auto;
  margin-bottom: 0;
}
.k-editor-table-wizard-dialog .k-numerictextbox {
  width: 10em;
}
.k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown-list, .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown,
.k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdownlist {
  width: 5em;
}
.k-editor-table-wizard-dialog .k-numerictextbox + .k-color-picker, .k-editor-table-wizard-dialog .k-numerictextbox + .k-colorpicker, .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown-list, .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown,
.k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdownlist {
  margin-left: 8px;
}
.k-editor-table-wizard-dialog .k-color-picker, .k-editor-table-wizard-dialog .k-colorpicker {
  vertical-align: middle;
}
.k-editor-table-wizard-dialog .k-edit-field > .k-checkbox {
  position: relative;
}
.k-editor-inline .k-table {
  width: 100%;
  border-spacing: 0;
  margin: 0 0 1em;
}
.k-editor-inline .k-table, .k-editor-inline .k-table td {
  outline: 0;
  border-width: 1px;
  border-style: dotted;
}
.k-editor-inline .k-table td {
  min-width: 1px;
  padding: 2px 4px;
}
.k-editor-inline .k-element-resize-handle-wrapper {
  position: absolute;
  width: 5px;
  height: 5px;
  border-width: 1px;
  border-style: solid;
  z-index: 100;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle {
  width: 100%;
  height: 100%;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-east {
  cursor: e-resize;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-north {
  cursor: n-resize;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-northeast {
  cursor: ne-resize;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-northwest {
  cursor: nw-resize;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-south {
  cursor: s-resize;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-southeast {
  cursor: se-resize;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-southwest {
  cursor: sw-resize;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-west {
  cursor: w-resize;
}
.k-editor-inline .k-column-resize-handle-wrapper {
  position: absolute;
  height: 10px;
  width: 10px;
  cursor: col-resize;
  z-index: 2;
}
.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle {
  width: 100%;
  height: 100%;
}
.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  display: none;
  opacity: 0.8;
}
.k-editor-inline .k-row-resize-handle-wrapper {
  position: absolute;
  z-index: 2;
  cursor: row-resize;
  width: 10px;
  height: 10px;
}
.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-handle {
  display: table;
  width: 100%;
  height: 100%;
}
.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  opacity: 0.8;
}
.k-editor {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
}
kendo-editor.k-readonly .k-editor-content.k-focus {
  outline-color: #424242;
}
.k-editor-inline .k-table, .k-editor-inline .k-table td {
  border-color: #cccccc;
}
.k-editor-inline .k-element-resize-handle-wrapper {
  background-color: #ffffff;
  border-color: #000000;
}
.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
  background-color: #00b0ff;
}
.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
  background-color: #00b0ff;
}
.k-editor-inline:hover, .k-editor-inline.k-active, .k-editor-inline.k-active {
  border-color: rgba(0, 0, 0, 0.08);
}
.k-editor-resize-handle {
  background-color: #ffffff;
  border-color: #000000;
}
.ProseMirror-selectednode {
  outline-color: #8cf;
}
.k-ct-popup .k-selected {
  border-color: inherit;
  color: inherit;
  background-color: transparent;
  background-image: none;
}
.k-editor-content::-moz-selection {
  color: white;
  background-color: #ff6358;
}
.k-editor-content .k-text-selected, .k-editor-content::selection {
  color: white;
  background-color: #ff6358;
}
.k-editor-content .k-text-highlighted {
  background-color: #ffe0de;
}
.k-tabstrip-wrapper {
  padding: 0px 0px;
  box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
  display: flex;
  flex-direction: column;
}
.k-tabstrip {
  border-width: 0;
  border-color: transparent;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4285714286;
  color: inherit;
  background-color: transparent;
  display: flex;
  flex-flow: column nowrap;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-tabstrip-wrapper > .k-tabstrip {
  flex: 1 1 auto;
}
.k-tabstrip-items-wrapper {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  position: relative;
}
.k-tabstrip-items {
  box-sizing: border-box;
  outline: 0;
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 auto;
  gap: 0px;
}
.k-tabstrip-items *,
.k-tabstrip-items *::before,
.k-tabstrip-items *::after {
  box-sizing: border-box;
}
.k-tabstrip-items .k-item {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-items: stretch;
  outline: 0;
}
.k-tabstrip-items .k-tab-on-top {
  z-index: 1;
}
.k-tabstrip-items .k-link {
  padding: 6px 12px;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  vertical-align: middle;
  flex: 1 1 auto;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.k-ie11 .k-tabstrip-items {
  white-space: nowrap;
}
.k-tabstrip-content,
.k-tabstrip > .k-content {
  margin: 0 !important;
  padding: 16px 16px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  display: none;
  overflow: auto;
  flex: 1 1 auto;
  position: relative;
}
.k-tabstrip-content.k-active,
.k-tabstrip > .k-content.k-active {
  display: block;
}
.k-tabstrip-content:focus, .k-tabstrip-content.k-focus,
.k-tabstrip > .k-content:focus,
.k-tabstrip > .k-content.k-focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-offset: -1px;
}
.k-tabstrip-items .k-loading {
  width: 20%;
  height: 0;
  border: 0;
  border-top: 1px solid transparent;
  border-color: inherit;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.2s linear;
  display: none;
}
.k-tabstrip-items .k-loading.k-complete {
  width: 100%;
  border-top-width: 0;
}
.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-tabstrip-items {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}
.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-button {
  width: auto;
  height: auto;
  flex: none;
  align-self: stretch;
  aspect-ratio: auto;
}
.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-button .k-button-icon {
  min-width: auto;
  min-height: auto;
}
.k-tabstrip-scrollable > .k-tabstrip-items-wrapper.k-hstack > .k-button {
  padding: 0 4px;
}
.k-tabstrip-scrollable > .k-tabstrip-items-wrapper.k-vstack > .k-button {
  padding: 4px 0;
}
.k-tabstrip-top > .k-tabstrip-items-wrapper {
  border-bottom-width: 1px;
}
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: -1px;
}
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
  border-bottom-color: transparent;
}
.k-tabstrip-top > .k-content,
.k-tabstrip-top > .k-tabstrip-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-width: 0 !important;
}
.k-tabstrip-bottom > .k-tabstrip-items-wrapper {
  border-top-width: 1px;
}
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: -1px;
}
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item.k-active {
  border-top-color: transparent;
}
.k-tabstrip-bottom > .k-content,
.k-tabstrip-bottom > .k-tabstrip-content {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-width: 0 !important;
}
.k-tabstrip-left {
  flex-direction: row;
}
.k-tabstrip-left > .k-tabstrip-items-wrapper {
  border-right-width: 1px;
}
.k-tabstrip-left > .k-tabstrip-items-wrapper > .k-tabstrip-items {
  flex-direction: column;
}
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-right: -1px;
}
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item.k-active {
  border-right-color: transparent;
}
.k-tabstrip-left > .k-content,
.k-tabstrip-left > .k-tabstrip-content {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left-width: 0 !important;
}
.k-tabstrip-right {
  flex-direction: row-reverse;
}
.k-tabstrip-right > .k-tabstrip-items-wrapper {
  border-left-width: 1px;
}
.k-tabstrip-right > .k-tabstrip-items-wrapper > .k-tabstrip-items {
  flex-direction: column;
}
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -1px;
}
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item.k-active {
  border-left-color: transparent;
}
.k-tabstrip-right > .k-content,
.k-tabstrip-right > .k-tabstrip-content {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right-width: 0;
}
.k-tabstrip-items-start {
  justify-content: flex-start;
}
.k-tabstrip-items-center {
  justify-content: center;
}
.k-tabstrip-items-end {
  justify-content: flex-end;
}
.k-tabstrip-items-justify {
  justify-content: space-between;
}
.k-tabstrip-items-stretched > * {
  flex: 1 0 0;
}
.k-rtl .k-tabstrip.k-tabstrip-left > .k-tabstrip-items-wrapper, .k-rtl .k-tabstrip.k-tabstrip-right > .k-tabstrip-items-wrapper,
.k-tabstrip[dir=rtl].k-tabstrip-left > .k-tabstrip-items-wrapper,
.k-tabstrip[dir=rtl].k-tabstrip-right > .k-tabstrip-items-wrapper {
  order: 1;
}
.k-rtl .k-tabstrip.k-tabstrip-left > .k-content, .k-rtl .k-tabstrip.k-tabstrip-right > .k-content,
.k-tabstrip[dir=rtl].k-tabstrip-left > .k-content,
.k-tabstrip[dir=rtl].k-tabstrip-right > .k-content {
  order: 0;
}
.k-rtl .k-tabstrip.k-tabstrip-left > .k-tabstrip-content, .k-rtl .k-tabstrip.k-tabstrip-right > .k-tabstrip-content,
.k-tabstrip[dir=rtl].k-tabstrip-left > .k-tabstrip-content,
.k-tabstrip[dir=rtl].k-tabstrip-right > .k-tabstrip-content {
  order: 0;
}
.k-rtl .k-tabstrip .k-tabstrip-prev,
.k-rtl .k-tabstrip .k-tabstrip-next,
.k-tabstrip[dir=rtl] .k-tabstrip-prev,
.k-tabstrip[dir=rtl] .k-tabstrip-next {
  transform: scaleX(-1);
}
.k-tabstrip-items-wrapper {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
}
.k-tabstrip-items-wrapper .k-item {
  color: #ff6358;
}
.k-tabstrip-items-wrapper .k-item:hover, .k-tabstrip-items-wrapper .k-item.k-hover {
  color: #d6534a;
}
.k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-items-wrapper .k-item.k-selected {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
}
.k-tabstrip-items-wrapper .k-item:focus, .k-tabstrip-items-wrapper .k-item.k-focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-tabstrip-items-wrapper .k-item.k-tabstrip-dragging {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
}
.k-tabstrip-content,
.k-tabstrip > .k-content {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ffffff;
}
.k-tabstrip-content:focus, .k-tabstrip-content.k-focus,
.k-tabstrip > .k-content:focus,
.k-tabstrip > .k-content.k-focus {
  outline-color: #424242;
}
.-sf-integrated-app .k-widget:not(.k-scheduler)::-moz-selection, .-sf-integrated-app .k-widget:not(.k-scheduler) ::-moz-selection, .-sf-integrated-app .k-datepicker::-moz-selection, .-sf-integrated-app .k-datepicker ::-moz-selection, .-sf-integrated-app .k-timepicker::-moz-selection, .-sf-integrated-app .k-timepicker ::-moz-selection {
  color: #333;
  background: #dcecf5;
}
.-sf-integrated-app .k-widget:not(.k-scheduler)::selection,
.-sf-integrated-app .k-widget:not(.k-scheduler) ::selection,
.-sf-integrated-app .k-datepicker::selection,
.-sf-integrated-app .k-datepicker ::selection,
.-sf-integrated-app .k-timepicker::selection,
.-sf-integrated-app .k-timepicker ::selection {
  color: #333;
  background: #dcecf5;
}
.-sf-integrated-app .k-widget:not(.k-scheduler) .k-input,
.-sf-integrated-app .k-widget:not(.k-scheduler) .k-editor-toolbar .k-dropdown,
.-sf-integrated-app .k-widget:not(.k-scheduler) .k-colorpicker .k-picker-wrap {
  font-size: var(--font-size-lg);
}
.-sf-integrated-app .k-widget:not(.k-scheduler) .k-input,
.-sf-integrated-app .k-widget:not(.k-scheduler) .k-textbox {
  height: 36px;
  text-indent: 0;
}
.-sf-integrated-app .k-widget:not(.k-scheduler) textarea.k-input,
.-sf-integrated-app .k-widget:not(.k-scheduler) textarea.k-textbox {
  min-height: 80px;
  padding: 8px 10px;
}
.-sf-integrated-app .k-widget:not(.k-scheduler) .k-button:active, .-sf-integrated-app .k-widget:not(.k-scheduler) .k-button.k-active, .-sf-integrated-app .k-widget:not(.k-scheduler) .k-button.k-selected, .-sf-integrated-app .k-widget:not(.k-scheduler) .k-button.k-state-active, .-sf-integrated-app .k-widget:not(.k-scheduler) .k-button.k-state-selected {
  box-shadow: none;
  background: none;
}
.-sf-integrated-app .k-widget:not(.k-scheduler) .k-button.k-primary, .-sf-integrated-app .k-widget:not(.k-scheduler) .k-button.k-primary:active {
  background-image: none;
}
.-sf-integrated-app .k-overlay {
  background-color: #fff;
  opacity: 1 !important;
}
.-sf-integrated-app .k-dropdown .k-state-focused {
  color: #333;
  background-color: transparent;
  box-shadow: none;
}
.-sf-integrated-app .k-popup {
  background-color: #fff;
}
.-sf-modal-window-open .k-widget, .-sf-modal-window-open .k-popup, .-sf-modal-window-open .k-animation-container {
  --font-size-h1: 42px;
  --font-size-h4-lg: 14px;
  --font-size-lg: 15px;
  --icon-size-xs: 14px;
  --icon-size-s: 16px;
  --icon-size-m: 18px;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app article, sf-app.sf-app aside, sf-app.sf-app details, sf-app.sf-app figcaption, sf-app.sf-app figure, sf-app.sf-app footer, sf-app.sf-app header, sf-app.sf-app hgroup, sf-app.sf-app main, sf-app.sf-app nav, sf-app.sf-app section, sf-app.sf-app summary,
sf-app.sf-app button, sf-app.sf-app input, sf-app.sf-app optgroup, sf-app.sf-app select, sf-app.sf-app textarea,
sf-app.sf-app h1, sf-app.sf-app h2, sf-app.sf-app h3, sf-app.sf-app h4, sf-app.sf-app h5, sf-app.sf-app h6,
sf-app.sf-app p, sf-app.sf-app blockquote, sf-app.sf-app pre,
sf-app.sf-app dl, sf-app.sf-app dd, sf-app.sf-app ol, sf-app.sf-app ul, sf-app.sf-app li,
sf-app.sf-app form, sf-app.sf-app fieldset, sf-app.sf-app legend, sf-app.sf-app label,
sf-app.sf-app table, sf-app.sf-app th, sf-app.sf-app td, sf-app.sf-app caption,
sf-app.sf-app hr {
  align-content: stretch;
  align-items: stretch;
  align-self: auto;
  animation: none;
  backface-visibility: visible;
  background: transparent none;
  border: 0;
  bottom: auto;
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
  box-shadow: none;
  box-sizing: border-box;
  -moz-column-break-after: auto;
       break-after: auto;
  -moz-column-break-before: auto;
       break-before: auto;
  -moz-column-break-inside: auto;
       break-inside: auto;
  caption-side: top;
  caret-color: auto;
  clear: none;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  color: inherit;
  -moz-columns: auto;
       columns: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  empty-cells: show;
  font-family: inherit;
  filter: none;
  flex-direction: row;
  flex: 0 1 auto;
  float: none;
  font-feature-settings: normal, auto;
  font-kerning: auto;
  font-language-override: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-synthesis: weight style;
  grid: none;
  height: auto;
  -webkit-hyphens: manual;
          hyphens: manual;
  image-orientation: 0deg;
  image-rendering: auto;
  image-resolution: 1dppx;
  ime-mode: auto;
  inline-size: auto;
  isolation: auto;
  justify-content: flex-start;
  left: auto;
  letter-spacing: normal;
  line-break: auto;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 1;
  order: 0;
  orphans: 2;
  outline: medium invert initial;
  outline-offset: 0;
  overflow: visible;
  overflow-wrap: normal;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  perspective: none;
  perspective-origin: 50% 50%;
  position: static;
  quotes: initial;
  resize: none;
  right: auto;
  ruby-align: space-around;
  ruby-merge: separate;
  ruby-position: over;
  scroll-behavior: auto;
  scroll-snap-coordinate: none;
  scroll-snap-destination: 0 0;
  scroll-snap-points-x: none;
  scroll-snap-points-y: none;
  scroll-snap-type: none;
  shape-image-threshold: 0%;
  shape-margin: 0;
  shape-outside: none;
  -moz-tab-size: 8;
    -o-tab-size: 8;
       tab-size: 8;
  table-layout: auto;
  text-align: inherit;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-combine-upright: none;
  text-decoration: none;
  -webkit-text-emphasis: none;
          text-emphasis: none;
  text-indent: 0;
  text-justify: auto;
  text-orientation: mixed;
  text-overflow: clip;
  text-rendering: auto;
  text-shadow: none;
  text-transform: inherit;
  text-underline-position: auto;
  top: auto;
  touch-action: auto;
  transform: none;
  transform-box: border-box;
  transform-origin: 50% 50% 0;
  transform-style: flat;
  transition: all 0s ease 0s;
  vertical-align: inherit;
  white-space: inherit;
  widows: 2;
  width: auto;
  will-change: auto;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  z-index: auto;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/adminapp/assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/adminapp/assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/adminapp/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/adminapp/assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/adminapp/assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/adminapp/assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.sf-fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.sf-fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.sf-fa-2x {
  font-size: 2em;
}
.sf-fa-3x {
  font-size: 3em;
}
.sf-fa-4x {
  font-size: 4em;
}
.sf-fa-5x {
  font-size: 5em;
}
.sf-fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.sf-fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.sf-fa-ul > li {
  position: relative;
}
.sf-fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.sf-fa-li.sf-fa-lg {
  left: -1.8571428571em;
}
.sf-fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.sf-fa-pull-left {
  float: left;
}
.sf-fa-pull-right {
  float: right;
}
.sf-fa.sf-fa-pull-left {
  margin-right: 0.3em;
}
.sf-fa.sf-fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.sf-fa.pull-left {
  margin-right: 0.3em;
}
.sf-fa.pull-right {
  margin-left: 0.3em;
}
.sf-fa-spin {
  animation: fa-spin 2s infinite linear;
}
.sf-fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.sf-fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.sf-fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.sf-fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.sf-fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.sf-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .sf-fa-rotate-90,
:root .sf-fa-rotate-180,
:root .sf-fa-rotate-270,
:root .sf-fa-flip-horizontal,
:root .sf-fa-flip-vertical {
  filter: none;
}
.sf-fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.sf-fa-stack-1x, .sf-fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.sf-fa-stack-1x {
  line-height: inherit;
}
.sf-fa-stack-2x {
  font-size: 2em;
}
.sf-fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.sf-fa-glass:before {
  content: "\f000";
}
.sf-fa-music:before {
  content: "\f001";
}
.sf-fa-search:before {
  content: "\f002";
}
.sf-fa-envelope-o:before {
  content: "\f003";
}
.sf-fa-heart:before {
  content: "\f004";
}
.sf-fa-star:before {
  content: "\f005";
}
.sf-fa-star-o:before {
  content: "\f006";
}
.sf-fa-user:before {
  content: "\f007";
}
.sf-fa-film:before {
  content: "\f008";
}
.sf-fa-th-large:before {
  content: "\f009";
}
.sf-fa-th:before {
  content: "\f00a";
}
.sf-fa-th-list:before {
  content: "\f00b";
}
.sf-fa-check:before {
  content: "\f00c";
}
.sf-fa-remove:before,
.sf-fa-close:before,
.sf-fa-times:before {
  content: "\f00d";
}
.sf-fa-search-plus:before {
  content: "\f00e";
}
.sf-fa-search-minus:before {
  content: "\f010";
}
.sf-fa-power-off:before {
  content: "\f011";
}
.sf-fa-signal:before {
  content: "\f012";
}
.sf-fa-gear:before,
.sf-fa-cog:before {
  content: "\f013";
}
.sf-fa-trash-o:before {
  content: "\f014";
}
.sf-fa-home:before {
  content: "\f015";
}
.sf-fa-file-o:before {
  content: "\f016";
}
.sf-fa-clock-o:before {
  content: "\f017";
}
.sf-fa-road:before {
  content: "\f018";
}
.sf-fa-download:before {
  content: "\f019";
}
.sf-fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.sf-fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.sf-fa-inbox:before {
  content: "\f01c";
}
.sf-fa-play-circle-o:before {
  content: "\f01d";
}
.sf-fa-rotate-right:before,
.sf-fa-repeat:before {
  content: "\f01e";
}
.sf-fa-refresh:before {
  content: "\f021";
}
.sf-fa-list-alt:before {
  content: "\f022";
}
.sf-fa-lock:before {
  content: "\f023";
}
.sf-fa-flag:before {
  content: "\f024";
}
.sf-fa-headphones:before {
  content: "\f025";
}
.sf-fa-volume-off:before {
  content: "\f026";
}
.sf-fa-volume-down:before {
  content: "\f027";
}
.sf-fa-volume-up:before {
  content: "\f028";
}
.sf-fa-qrcode:before {
  content: "\f029";
}
.sf-fa-barcode:before {
  content: "\f02a";
}
.sf-fa-tag:before {
  content: "\f02b";
}
.sf-fa-tags:before {
  content: "\f02c";
}
.sf-fa-book:before {
  content: "\f02d";
}
.sf-fa-bookmark:before {
  content: "\f02e";
}
.sf-fa-print:before {
  content: "\f02f";
}
.sf-fa-camera:before {
  content: "\f030";
}
.sf-fa-font:before {
  content: "\f031";
}
.sf-fa-bold:before {
  content: "\f032";
}
.sf-fa-italic:before {
  content: "\f033";
}
.sf-fa-text-height:before {
  content: "\f034";
}
.sf-fa-text-width:before {
  content: "\f035";
}
.sf-fa-align-left:before {
  content: "\f036";
}
.sf-fa-align-center:before {
  content: "\f037";
}
.sf-fa-align-right:before {
  content: "\f038";
}
.sf-fa-align-justify:before {
  content: "\f039";
}
.sf-fa-list:before {
  content: "\f03a";
}
.sf-fa-dedent:before,
.sf-fa-outdent:before {
  content: "\f03b";
}
.sf-fa-indent:before {
  content: "\f03c";
}
.sf-fa-video-camera:before {
  content: "\f03d";
}
.sf-fa-photo:before,
.sf-fa-image:before,
.sf-fa-picture-o:before {
  content: "\f03e";
}
.sf-fa-pencil:before {
  content: "\f040";
}
.sf-fa-map-marker:before {
  content: "\f041";
}
.sf-fa-adjust:before {
  content: "\f042";
}
.sf-fa-tint:before {
  content: "\f043";
}
.sf-fa-edit:before,
.sf-fa-pencil-square-o:before {
  content: "\f044";
}
.sf-fa-share-square-o:before {
  content: "\f045";
}
.sf-fa-check-square-o:before {
  content: "\f046";
}
.sf-fa-arrows:before {
  content: "\f047";
}
.sf-fa-step-backward:before {
  content: "\f048";
}
.sf-fa-fast-backward:before {
  content: "\f049";
}
.sf-fa-backward:before {
  content: "\f04a";
}
.sf-fa-play:before {
  content: "\f04b";
}
.sf-fa-pause:before {
  content: "\f04c";
}
.sf-fa-stop:before {
  content: "\f04d";
}
.sf-fa-forward:before {
  content: "\f04e";
}
.sf-fa-fast-forward:before {
  content: "\f050";
}
.sf-fa-step-forward:before {
  content: "\f051";
}
.sf-fa-eject:before {
  content: "\f052";
}
.sf-fa-chevron-left:before {
  content: "\f053";
}
.sf-fa-chevron-right:before {
  content: "\f054";
}
.sf-fa-plus-circle:before {
  content: "\f055";
}
.sf-fa-minus-circle:before {
  content: "\f056";
}
.sf-fa-times-circle:before {
  content: "\f057";
}
.sf-fa-check-circle:before {
  content: "\f058";
}
.sf-fa-question-circle:before {
  content: "\f059";
}
.sf-fa-info-circle:before {
  content: "\f05a";
}
.sf-fa-crosshairs:before {
  content: "\f05b";
}
.sf-fa-times-circle-o:before {
  content: "\f05c";
}
.sf-fa-check-circle-o:before {
  content: "\f05d";
}
.sf-fa-ban:before {
  content: "\f05e";
}
.sf-fa-arrow-left:before {
  content: "\f060";
}
.sf-fa-arrow-right:before {
  content: "\f061";
}
.sf-fa-arrow-up:before {
  content: "\f062";
}
.sf-fa-arrow-down:before {
  content: "\f063";
}
.sf-fa-mail-forward:before,
.sf-fa-share:before {
  content: "\f064";
}
.sf-fa-expand:before {
  content: "\f065";
}
.sf-fa-compress:before {
  content: "\f066";
}
.sf-fa-plus:before {
  content: "\f067";
}
.sf-fa-minus:before {
  content: "\f068";
}
.sf-fa-asterisk:before {
  content: "\f069";
}
.sf-fa-exclamation-circle:before {
  content: "\f06a";
}
.sf-fa-gift:before {
  content: "\f06b";
}
.sf-fa-leaf:before {
  content: "\f06c";
}
.sf-fa-fire:before {
  content: "\f06d";
}
.sf-fa-eye:before {
  content: "\f06e";
}
.sf-fa-eye-slash:before {
  content: "\f070";
}
.sf-fa-warning:before,
.sf-fa-exclamation-triangle:before {
  content: "\f071";
}
.sf-fa-plane:before {
  content: "\f072";
}
.sf-fa-calendar:before {
  content: "\f073";
}
.sf-fa-random:before {
  content: "\f074";
}
.sf-fa-comment:before {
  content: "\f075";
}
.sf-fa-magnet:before {
  content: "\f076";
}
.sf-fa-chevron-up:before {
  content: "\f077";
}
.sf-fa-chevron-down:before {
  content: "\f078";
}
.sf-fa-retweet:before {
  content: "\f079";
}
.sf-fa-shopping-cart:before {
  content: "\f07a";
}
.sf-fa-folder:before {
  content: "\f07b";
}
.sf-fa-folder-open:before {
  content: "\f07c";
}
.sf-fa-arrows-v:before {
  content: "\f07d";
}
.sf-fa-arrows-h:before {
  content: "\f07e";
}
.sf-fa-bar-chart-o:before,
.sf-fa-bar-chart:before {
  content: "\f080";
}
.sf-fa-twitter-square:before {
  content: "\f081";
}
.sf-fa-facebook-square:before {
  content: "\f082";
}
.sf-fa-camera-retro:before {
  content: "\f083";
}
.sf-fa-key:before {
  content: "\f084";
}
.sf-fa-gears:before,
.sf-fa-cogs:before {
  content: "\f085";
}
.sf-fa-comments:before {
  content: "\f086";
}
.sf-fa-thumbs-o-up:before {
  content: "\f087";
}
.sf-fa-thumbs-o-down:before {
  content: "\f088";
}
.sf-fa-star-half:before {
  content: "\f089";
}
.sf-fa-heart-o:before {
  content: "\f08a";
}
.sf-fa-sign-out:before {
  content: "\f08b";
}
.sf-fa-linkedin-square:before {
  content: "\f08c";
}
.sf-fa-thumb-tack:before {
  content: "\f08d";
}
.sf-fa-external-link:before {
  content: "\f08e";
}
.sf-fa-sign-in:before {
  content: "\f090";
}
.sf-fa-trophy:before {
  content: "\f091";
}
.sf-fa-github-square:before {
  content: "\f092";
}
.sf-fa-upload:before {
  content: "\f093";
}
.sf-fa-lemon-o:before {
  content: "\f094";
}
.sf-fa-phone:before {
  content: "\f095";
}
.sf-fa-square-o:before {
  content: "\f096";
}
.sf-fa-bookmark-o:before {
  content: "\f097";
}
.sf-fa-phone-square:before {
  content: "\f098";
}
.sf-fa-twitter:before {
  content: "\f099";
}
.sf-fa-facebook-f:before,
.sf-fa-facebook:before {
  content: "\f09a";
}
.sf-fa-github:before {
  content: "\f09b";
}
.sf-fa-unlock:before {
  content: "\f09c";
}
.sf-fa-credit-card:before {
  content: "\f09d";
}
.sf-fa-feed:before,
.sf-fa-rss:before {
  content: "\f09e";
}
.sf-fa-hdd-o:before {
  content: "\f0a0";
}
.sf-fa-bullhorn:before {
  content: "\f0a1";
}
.sf-fa-bell:before {
  content: "\f0f3";
}
.sf-fa-certificate:before {
  content: "\f0a3";
}
.sf-fa-hand-o-right:before {
  content: "\f0a4";
}
.sf-fa-hand-o-left:before {
  content: "\f0a5";
}
.sf-fa-hand-o-up:before {
  content: "\f0a6";
}
.sf-fa-hand-o-down:before {
  content: "\f0a7";
}
.sf-fa-arrow-circle-left:before {
  content: "\f0a8";
}
.sf-fa-arrow-circle-right:before {
  content: "\f0a9";
}
.sf-fa-arrow-circle-up:before {
  content: "\f0aa";
}
.sf-fa-arrow-circle-down:before {
  content: "\f0ab";
}
.sf-fa-globe:before {
  content: "\f0ac";
}
.sf-fa-wrench:before {
  content: "\f0ad";
}
.sf-fa-tasks:before {
  content: "\f0ae";
}
.sf-fa-filter:before {
  content: "\f0b0";
}
.sf-fa-briefcase:before {
  content: "\f0b1";
}
.sf-fa-arrows-alt:before {
  content: "\f0b2";
}
.sf-fa-group:before,
.sf-fa-users:before {
  content: "\f0c0";
}
.sf-fa-chain:before,
.sf-fa-link:before {
  content: "\f0c1";
}
.sf-fa-cloud:before {
  content: "\f0c2";
}
.sf-fa-flask:before {
  content: "\f0c3";
}
.sf-fa-cut:before,
.sf-fa-scissors:before {
  content: "\f0c4";
}
.sf-fa-copy:before,
.sf-fa-files-o:before {
  content: "\f0c5";
}
.sf-fa-paperclip:before {
  content: "\f0c6";
}
.sf-fa-save:before,
.sf-fa-floppy-o:before {
  content: "\f0c7";
}
.sf-fa-square:before {
  content: "\f0c8";
}
.sf-fa-navicon:before,
.sf-fa-reorder:before,
.sf-fa-bars:before {
  content: "\f0c9";
}
.sf-fa-list-ul:before {
  content: "\f0ca";
}
.sf-fa-list-ol:before {
  content: "\f0cb";
}
.sf-fa-strikethrough:before {
  content: "\f0cc";
}
.sf-fa-underline:before {
  content: "\f0cd";
}
.sf-fa-table:before {
  content: "\f0ce";
}
.sf-fa-magic:before {
  content: "\f0d0";
}
.sf-fa-truck:before {
  content: "\f0d1";
}
.sf-fa-pinterest:before {
  content: "\f0d2";
}
.sf-fa-pinterest-square:before {
  content: "\f0d3";
}
.sf-fa-google-plus-square:before {
  content: "\f0d4";
}
.sf-fa-google-plus:before {
  content: "\f0d5";
}
.sf-fa-money:before {
  content: "\f0d6";
}
.sf-fa-caret-down:before {
  content: "\f0d7";
}
.sf-fa-caret-up:before {
  content: "\f0d8";
}
.sf-fa-caret-left:before {
  content: "\f0d9";
}
.sf-fa-caret-right:before {
  content: "\f0da";
}
.sf-fa-columns:before {
  content: "\f0db";
}
.sf-fa-unsorted:before,
.sf-fa-sort:before {
  content: "\f0dc";
}
.sf-fa-sort-down:before,
.sf-fa-sort-desc:before {
  content: "\f0dd";
}
.sf-fa-sort-up:before,
.sf-fa-sort-asc:before {
  content: "\f0de";
}
.sf-fa-envelope:before {
  content: "\f0e0";
}
.sf-fa-linkedin:before {
  content: "\f0e1";
}
.sf-fa-rotate-left:before,
.sf-fa-undo:before {
  content: "\f0e2";
}
.sf-fa-legal:before,
.sf-fa-gavel:before {
  content: "\f0e3";
}
.sf-fa-dashboard:before,
.sf-fa-tachometer:before {
  content: "\f0e4";
}
.sf-fa-comment-o:before {
  content: "\f0e5";
}
.sf-fa-comments-o:before {
  content: "\f0e6";
}
.sf-fa-flash:before,
.sf-fa-bolt:before {
  content: "\f0e7";
}
.sf-fa-sitemap:before {
  content: "\f0e8";
}
.sf-fa-umbrella:before {
  content: "\f0e9";
}
.sf-fa-paste:before,
.sf-fa-clipboard:before {
  content: "\f0ea";
}
.sf-fa-lightbulb-o:before {
  content: "\f0eb";
}
.sf-fa-exchange:before {
  content: "\f0ec";
}
.sf-fa-cloud-download:before {
  content: "\f0ed";
}
.sf-fa-cloud-upload:before {
  content: "\f0ee";
}
.sf-fa-user-md:before {
  content: "\f0f0";
}
.sf-fa-stethoscope:before {
  content: "\f0f1";
}
.sf-fa-suitcase:before {
  content: "\f0f2";
}
.sf-fa-bell-o:before {
  content: "\f0a2";
}
.sf-fa-coffee:before {
  content: "\f0f4";
}
.sf-fa-cutlery:before {
  content: "\f0f5";
}
.sf-fa-file-text-o:before {
  content: "\f0f6";
}
.sf-fa-building-o:before {
  content: "\f0f7";
}
.sf-fa-hospital-o:before {
  content: "\f0f8";
}
.sf-fa-ambulance:before {
  content: "\f0f9";
}
.sf-fa-medkit:before {
  content: "\f0fa";
}
.sf-fa-fighter-jet:before {
  content: "\f0fb";
}
.sf-fa-beer:before {
  content: "\f0fc";
}
.sf-fa-h-square:before {
  content: "\f0fd";
}
.sf-fa-plus-square:before {
  content: "\f0fe";
}
.sf-fa-angle-double-left:before {
  content: "\f100";
}
.sf-fa-angle-double-right:before {
  content: "\f101";
}
.sf-fa-angle-double-up:before {
  content: "\f102";
}
.sf-fa-angle-double-down:before {
  content: "\f103";
}
.sf-fa-angle-left:before {
  content: "\f104";
}
.sf-fa-angle-right:before {
  content: "\f105";
}
.sf-fa-angle-up:before {
  content: "\f106";
}
.sf-fa-angle-down:before {
  content: "\f107";
}
.sf-fa-desktop:before {
  content: "\f108";
}
.sf-fa-laptop:before {
  content: "\f109";
}
.sf-fa-tablet:before {
  content: "\f10a";
}
.sf-fa-mobile-phone:before,
.sf-fa-mobile:before {
  content: "\f10b";
}
.sf-fa-circle-o:before {
  content: "\f10c";
}
.sf-fa-quote-left:before {
  content: "\f10d";
}
.sf-fa-quote-right:before {
  content: "\f10e";
}
.sf-fa-spinner:before {
  content: "\f110";
}
.sf-fa-circle:before {
  content: "\f111";
}
.sf-fa-mail-reply:before,
.sf-fa-reply:before {
  content: "\f112";
}
.sf-fa-github-alt:before {
  content: "\f113";
}
.sf-fa-folder-o:before {
  content: "\f114";
}
.sf-fa-folder-open-o:before {
  content: "\f115";
}
.sf-fa-smile-o:before {
  content: "\f118";
}
.sf-fa-frown-o:before {
  content: "\f119";
}
.sf-fa-meh-o:before {
  content: "\f11a";
}
.sf-fa-gamepad:before {
  content: "\f11b";
}
.sf-fa-keyboard-o:before {
  content: "\f11c";
}
.sf-fa-flag-o:before {
  content: "\f11d";
}
.sf-fa-flag-checkered:before {
  content: "\f11e";
}
.sf-fa-terminal:before {
  content: "\f120";
}
.sf-fa-code:before {
  content: "\f121";
}
.sf-fa-mail-reply-all:before,
.sf-fa-reply-all:before {
  content: "\f122";
}
.sf-fa-star-half-empty:before,
.sf-fa-star-half-full:before,
.sf-fa-star-half-o:before {
  content: "\f123";
}
.sf-fa-location-arrow:before {
  content: "\f124";
}
.sf-fa-crop:before {
  content: "\f125";
}
.sf-fa-code-fork:before {
  content: "\f126";
}
.sf-fa-unlink:before,
.sf-fa-chain-broken:before {
  content: "\f127";
}
.sf-fa-question:before {
  content: "\f128";
}
.sf-fa-info:before {
  content: "\f129";
}
.sf-fa-exclamation:before {
  content: "\f12a";
}
.sf-fa-superscript:before {
  content: "\f12b";
}
.sf-fa-subscript:before {
  content: "\f12c";
}
.sf-fa-eraser:before {
  content: "\f12d";
}
.sf-fa-puzzle-piece:before {
  content: "\f12e";
}
.sf-fa-microphone:before {
  content: "\f130";
}
.sf-fa-microphone-slash:before {
  content: "\f131";
}
.sf-fa-shield:before {
  content: "\f132";
}
.sf-fa-calendar-o:before {
  content: "\f133";
}
.sf-fa-fire-extinguisher:before {
  content: "\f134";
}
.sf-fa-rocket:before {
  content: "\f135";
}
.sf-fa-maxcdn:before {
  content: "\f136";
}
.sf-fa-chevron-circle-left:before {
  content: "\f137";
}
.sf-fa-chevron-circle-right:before {
  content: "\f138";
}
.sf-fa-chevron-circle-up:before {
  content: "\f139";
}
.sf-fa-chevron-circle-down:before {
  content: "\f13a";
}
.sf-fa-html5:before {
  content: "\f13b";
}
.sf-fa-css3:before {
  content: "\f13c";
}
.sf-fa-anchor:before {
  content: "\f13d";
}
.sf-fa-unlock-alt:before {
  content: "\f13e";
}
.sf-fa-bullseye:before {
  content: "\f140";
}
.sf-fa-ellipsis-h:before {
  content: "\f141";
}
.sf-fa-ellipsis-v:before {
  content: "\f142";
}
.sf-fa-rss-square:before {
  content: "\f143";
}
.sf-fa-play-circle:before {
  content: "\f144";
}
.sf-fa-ticket:before {
  content: "\f145";
}
.sf-fa-minus-square:before {
  content: "\f146";
}
.sf-fa-minus-square-o:before {
  content: "\f147";
}
.sf-fa-level-up:before {
  content: "\f148";
}
.sf-fa-level-down:before {
  content: "\f149";
}
.sf-fa-check-square:before {
  content: "\f14a";
}
.sf-fa-pencil-square:before {
  content: "\f14b";
}
.sf-fa-external-link-square:before {
  content: "\f14c";
}
.sf-fa-share-square:before {
  content: "\f14d";
}
.sf-fa-compass:before {
  content: "\f14e";
}
.sf-fa-toggle-down:before,
.sf-fa-caret-square-o-down:before {
  content: "\f150";
}
.sf-fa-toggle-up:before,
.sf-fa-caret-square-o-up:before {
  content: "\f151";
}
.sf-fa-toggle-right:before,
.sf-fa-caret-square-o-right:before {
  content: "\f152";
}
.sf-fa-euro:before,
.sf-fa-eur:before {
  content: "\f153";
}
.sf-fa-gbp:before {
  content: "\f154";
}
.sf-fa-dollar:before,
.sf-fa-usd:before {
  content: "\f155";
}
.sf-fa-rupee:before,
.sf-fa-inr:before {
  content: "\f156";
}
.sf-fa-cny:before,
.sf-fa-rmb:before,
.sf-fa-yen:before,
.sf-fa-jpy:before {
  content: "\f157";
}
.sf-fa-ruble:before,
.sf-fa-rouble:before,
.sf-fa-rub:before {
  content: "\f158";
}
.sf-fa-won:before,
.sf-fa-krw:before {
  content: "\f159";
}
.sf-fa-bitcoin:before,
.sf-fa-btc:before {
  content: "\f15a";
}
.sf-fa-file:before {
  content: "\f15b";
}
.sf-fa-file-text:before {
  content: "\f15c";
}
.sf-fa-sort-alpha-asc:before {
  content: "\f15d";
}
.sf-fa-sort-alpha-desc:before {
  content: "\f15e";
}
.sf-fa-sort-amount-asc:before {
  content: "\f160";
}
.sf-fa-sort-amount-desc:before {
  content: "\f161";
}
.sf-fa-sort-numeric-asc:before {
  content: "\f162";
}
.sf-fa-sort-numeric-desc:before {
  content: "\f163";
}
.sf-fa-thumbs-up:before {
  content: "\f164";
}
.sf-fa-thumbs-down:before {
  content: "\f165";
}
.sf-fa-youtube-square:before {
  content: "\f166";
}
.sf-fa-youtube:before {
  content: "\f167";
}
.sf-fa-xing:before {
  content: "\f168";
}
.sf-fa-xing-square:before {
  content: "\f169";
}
.sf-fa-youtube-play:before {
  content: "\f16a";
}
.sf-fa-dropbox:before {
  content: "\f16b";
}
.sf-fa-stack-overflow:before {
  content: "\f16c";
}
.sf-fa-instagram:before {
  content: "\f16d";
}
.sf-fa-flickr:before {
  content: "\f16e";
}
.sf-fa-adn:before {
  content: "\f170";
}
.sf-fa-bitbucket:before {
  content: "\f171";
}
.sf-fa-bitbucket-square:before {
  content: "\f172";
}
.sf-fa-tumblr:before {
  content: "\f173";
}
.sf-fa-tumblr-square:before {
  content: "\f174";
}
.sf-fa-long-arrow-down:before {
  content: "\f175";
}
.sf-fa-long-arrow-up:before {
  content: "\f176";
}
.sf-fa-long-arrow-left:before {
  content: "\f177";
}
.sf-fa-long-arrow-right:before {
  content: "\f178";
}
.sf-fa-apple:before {
  content: "\f179";
}
.sf-fa-windows:before {
  content: "\f17a";
}
.sf-fa-android:before {
  content: "\f17b";
}
.sf-fa-linux:before {
  content: "\f17c";
}
.sf-fa-dribbble:before {
  content: "\f17d";
}
.sf-fa-skype:before {
  content: "\f17e";
}
.sf-fa-foursquare:before {
  content: "\f180";
}
.sf-fa-trello:before {
  content: "\f181";
}
.sf-fa-female:before {
  content: "\f182";
}
.sf-fa-male:before {
  content: "\f183";
}
.sf-fa-gittip:before,
.sf-fa-gratipay:before {
  content: "\f184";
}
.sf-fa-sun-o:before {
  content: "\f185";
}
.sf-fa-moon-o:before {
  content: "\f186";
}
.sf-fa-archive:before {
  content: "\f187";
}
.sf-fa-bug:before {
  content: "\f188";
}
.sf-fa-vk:before {
  content: "\f189";
}
.sf-fa-weibo:before {
  content: "\f18a";
}
.sf-fa-renren:before {
  content: "\f18b";
}
.sf-fa-pagelines:before {
  content: "\f18c";
}
.sf-fa-stack-exchange:before {
  content: "\f18d";
}
.sf-fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.sf-fa-arrow-circle-o-left:before {
  content: "\f190";
}
.sf-fa-toggle-left:before,
.sf-fa-caret-square-o-left:before {
  content: "\f191";
}
.sf-fa-dot-circle-o:before {
  content: "\f192";
}
.sf-fa-wheelchair:before {
  content: "\f193";
}
.sf-fa-vimeo-square:before {
  content: "\f194";
}
.sf-fa-turkish-lira:before,
.sf-fa-try:before {
  content: "\f195";
}
.sf-fa-plus-square-o:before {
  content: "\f196";
}
.sf-fa-space-shuttle:before {
  content: "\f197";
}
.sf-fa-slack:before {
  content: "\f198";
}
.sf-fa-envelope-square:before {
  content: "\f199";
}
.sf-fa-wordpress:before {
  content: "\f19a";
}
.sf-fa-openid:before {
  content: "\f19b";
}
.sf-fa-institution:before,
.sf-fa-bank:before,
.sf-fa-university:before {
  content: "\f19c";
}
.sf-fa-mortar-board:before,
.sf-fa-graduation-cap:before {
  content: "\f19d";
}
.sf-fa-yahoo:before {
  content: "\f19e";
}
.sf-fa-google:before {
  content: "\f1a0";
}
.sf-fa-reddit:before {
  content: "\f1a1";
}
.sf-fa-reddit-square:before {
  content: "\f1a2";
}
.sf-fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.sf-fa-stumbleupon:before {
  content: "\f1a4";
}
.sf-fa-delicious:before {
  content: "\f1a5";
}
.sf-fa-digg:before {
  content: "\f1a6";
}
.sf-fa-pied-piper-pp:before {
  content: "\f1a7";
}
.sf-fa-pied-piper-alt:before {
  content: "\f1a8";
}
.sf-fa-drupal:before {
  content: "\f1a9";
}
.sf-fa-joomla:before {
  content: "\f1aa";
}
.sf-fa-language:before {
  content: "\f1ab";
}
.sf-fa-fax:before {
  content: "\f1ac";
}
.sf-fa-building:before {
  content: "\f1ad";
}
.sf-fa-child:before {
  content: "\f1ae";
}
.sf-fa-paw:before {
  content: "\f1b0";
}
.sf-fa-spoon:before {
  content: "\f1b1";
}
.sf-fa-cube:before {
  content: "\f1b2";
}
.sf-fa-cubes:before {
  content: "\f1b3";
}
.sf-fa-behance:before {
  content: "\f1b4";
}
.sf-fa-behance-square:before {
  content: "\f1b5";
}
.sf-fa-steam:before {
  content: "\f1b6";
}
.sf-fa-steam-square:before {
  content: "\f1b7";
}
.sf-fa-recycle:before {
  content: "\f1b8";
}
.sf-fa-automobile:before,
.sf-fa-car:before {
  content: "\f1b9";
}
.sf-fa-cab:before,
.sf-fa-taxi:before {
  content: "\f1ba";
}
.sf-fa-tree:before {
  content: "\f1bb";
}
.sf-fa-spotify:before {
  content: "\f1bc";
}
.sf-fa-deviantart:before {
  content: "\f1bd";
}
.sf-fa-soundcloud:before {
  content: "\f1be";
}
.sf-fa-database:before {
  content: "\f1c0";
}
.sf-fa-file-pdf-o:before {
  content: "\f1c1";
}
.sf-fa-file-word-o:before {
  content: "\f1c2";
}
.sf-fa-file-excel-o:before {
  content: "\f1c3";
}
.sf-fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.sf-fa-file-photo-o:before,
.sf-fa-file-picture-o:before,
.sf-fa-file-image-o:before {
  content: "\f1c5";
}
.sf-fa-file-zip-o:before,
.sf-fa-file-archive-o:before {
  content: "\f1c6";
}
.sf-fa-file-sound-o:before,
.sf-fa-file-audio-o:before {
  content: "\f1c7";
}
.sf-fa-file-movie-o:before,
.sf-fa-file-video-o:before {
  content: "\f1c8";
}
.sf-fa-file-code-o:before {
  content: "\f1c9";
}
.sf-fa-vine:before {
  content: "\f1ca";
}
.sf-fa-codepen:before {
  content: "\f1cb";
}
.sf-fa-jsfiddle:before {
  content: "\f1cc";
}
.sf-fa-life-bouy:before,
.sf-fa-life-buoy:before,
.sf-fa-life-saver:before,
.sf-fa-support:before,
.sf-fa-life-ring:before {
  content: "\f1cd";
}
.sf-fa-circle-o-notch:before {
  content: "\f1ce";
}
.sf-fa-ra:before,
.sf-fa-resistance:before,
.sf-fa-rebel:before {
  content: "\f1d0";
}
.sf-fa-ge:before,
.sf-fa-empire:before {
  content: "\f1d1";
}
.sf-fa-git-square:before {
  content: "\f1d2";
}
.sf-fa-git:before {
  content: "\f1d3";
}
.sf-fa-y-combinator-square:before,
.sf-fa-yc-square:before,
.sf-fa-hacker-news:before {
  content: "\f1d4";
}
.sf-fa-tencent-weibo:before {
  content: "\f1d5";
}
.sf-fa-qq:before {
  content: "\f1d6";
}
.sf-fa-wechat:before,
.sf-fa-weixin:before {
  content: "\f1d7";
}
.sf-fa-send:before,
.sf-fa-paper-plane:before {
  content: "\f1d8";
}
.sf-fa-send-o:before,
.sf-fa-paper-plane-o:before {
  content: "\f1d9";
}
.sf-fa-history:before {
  content: "\f1da";
}
.sf-fa-circle-thin:before {
  content: "\f1db";
}
.sf-fa-header:before {
  content: "\f1dc";
}
.sf-fa-paragraph:before {
  content: "\f1dd";
}
.sf-fa-sliders:before {
  content: "\f1de";
}
.sf-fa-share-alt:before {
  content: "\f1e0";
}
.sf-fa-share-alt-square:before {
  content: "\f1e1";
}
.sf-fa-bomb:before {
  content: "\f1e2";
}
.sf-fa-soccer-ball-o:before,
.sf-fa-futbol-o:before {
  content: "\f1e3";
}
.sf-fa-tty:before {
  content: "\f1e4";
}
.sf-fa-binoculars:before {
  content: "\f1e5";
}
.sf-fa-plug:before {
  content: "\f1e6";
}
.sf-fa-slideshare:before {
  content: "\f1e7";
}
.sf-fa-twitch:before {
  content: "\f1e8";
}
.sf-fa-yelp:before {
  content: "\f1e9";
}
.sf-fa-newspaper-o:before {
  content: "\f1ea";
}
.sf-fa-wifi:before {
  content: "\f1eb";
}
.sf-fa-calculator:before {
  content: "\f1ec";
}
.sf-fa-paypal:before {
  content: "\f1ed";
}
.sf-fa-google-wallet:before {
  content: "\f1ee";
}
.sf-fa-cc-visa:before {
  content: "\f1f0";
}
.sf-fa-cc-mastercard:before {
  content: "\f1f1";
}
.sf-fa-cc-discover:before {
  content: "\f1f2";
}
.sf-fa-cc-amex:before {
  content: "\f1f3";
}
.sf-fa-cc-paypal:before {
  content: "\f1f4";
}
.sf-fa-cc-stripe:before {
  content: "\f1f5";
}
.sf-fa-bell-slash:before {
  content: "\f1f6";
}
.sf-fa-bell-slash-o:before {
  content: "\f1f7";
}
.sf-fa-trash:before {
  content: "\f1f8";
}
.sf-fa-copyright:before {
  content: "\f1f9";
}
.sf-fa-at:before {
  content: "\f1fa";
}
.sf-fa-eyedropper:before {
  content: "\f1fb";
}
.sf-fa-paint-brush:before {
  content: "\f1fc";
}
.sf-fa-birthday-cake:before {
  content: "\f1fd";
}
.sf-fa-area-chart:before {
  content: "\f1fe";
}
.sf-fa-pie-chart:before {
  content: "\f200";
}
.sf-fa-line-chart:before {
  content: "\f201";
}
.sf-fa-lastfm:before {
  content: "\f202";
}
.sf-fa-lastfm-square:before {
  content: "\f203";
}
.sf-fa-toggle-off:before {
  content: "\f204";
}
.sf-fa-toggle-on:before {
  content: "\f205";
}
.sf-fa-bicycle:before {
  content: "\f206";
}
.sf-fa-bus:before {
  content: "\f207";
}
.sf-fa-ioxhost:before {
  content: "\f208";
}
.sf-fa-angellist:before {
  content: "\f209";
}
.sf-fa-cc:before {
  content: "\f20a";
}
.sf-fa-shekel:before,
.sf-fa-sheqel:before,
.sf-fa-ils:before {
  content: "\f20b";
}
.sf-fa-meanpath:before {
  content: "\f20c";
}
.sf-fa-buysellads:before {
  content: "\f20d";
}
.sf-fa-connectdevelop:before {
  content: "\f20e";
}
.sf-fa-dashcube:before {
  content: "\f210";
}
.sf-fa-forumbee:before {
  content: "\f211";
}
.sf-fa-leanpub:before {
  content: "\f212";
}
.sf-fa-sellsy:before {
  content: "\f213";
}
.sf-fa-shirtsinbulk:before {
  content: "\f214";
}
.sf-fa-simplybuilt:before {
  content: "\f215";
}
.sf-fa-skyatlas:before {
  content: "\f216";
}
.sf-fa-cart-plus:before {
  content: "\f217";
}
.sf-fa-cart-arrow-down:before {
  content: "\f218";
}
.sf-fa-diamond:before {
  content: "\f219";
}
.sf-fa-ship:before {
  content: "\f21a";
}
.sf-fa-user-secret:before {
  content: "\f21b";
}
.sf-fa-motorcycle:before {
  content: "\f21c";
}
.sf-fa-street-view:before {
  content: "\f21d";
}
.sf-fa-heartbeat:before {
  content: "\f21e";
}
.sf-fa-venus:before {
  content: "\f221";
}
.sf-fa-mars:before {
  content: "\f222";
}
.sf-fa-mercury:before {
  content: "\f223";
}
.sf-fa-intersex:before,
.sf-fa-transgender:before {
  content: "\f224";
}
.sf-fa-transgender-alt:before {
  content: "\f225";
}
.sf-fa-venus-double:before {
  content: "\f226";
}
.sf-fa-mars-double:before {
  content: "\f227";
}
.sf-fa-venus-mars:before {
  content: "\f228";
}
.sf-fa-mars-stroke:before {
  content: "\f229";
}
.sf-fa-mars-stroke-v:before {
  content: "\f22a";
}
.sf-fa-mars-stroke-h:before {
  content: "\f22b";
}
.sf-fa-neuter:before {
  content: "\f22c";
}
.sf-fa-genderless:before {
  content: "\f22d";
}
.sf-fa-facebook-official:before {
  content: "\f230";
}
.sf-fa-pinterest-p:before {
  content: "\f231";
}
.sf-fa-whatsapp:before {
  content: "\f232";
}
.sf-fa-server:before {
  content: "\f233";
}
.sf-fa-user-plus:before {
  content: "\f234";
}
.sf-fa-user-times:before {
  content: "\f235";
}
.sf-fa-hotel:before,
.sf-fa-bed:before {
  content: "\f236";
}
.sf-fa-viacoin:before {
  content: "\f237";
}
.sf-fa-train:before {
  content: "\f238";
}
.sf-fa-subway:before {
  content: "\f239";
}
.sf-fa-medium:before {
  content: "\f23a";
}
.sf-fa-yc:before,
.sf-fa-y-combinator:before {
  content: "\f23b";
}
.sf-fa-optin-monster:before {
  content: "\f23c";
}
.sf-fa-opencart:before {
  content: "\f23d";
}
.sf-fa-expeditedssl:before {
  content: "\f23e";
}
.sf-fa-battery-4:before,
.sf-fa-battery:before,
.sf-fa-battery-full:before {
  content: "\f240";
}
.sf-fa-battery-3:before,
.sf-fa-battery-three-quarters:before {
  content: "\f241";
}
.sf-fa-battery-2:before,
.sf-fa-battery-half:before {
  content: "\f242";
}
.sf-fa-battery-1:before,
.sf-fa-battery-quarter:before {
  content: "\f243";
}
.sf-fa-battery-0:before,
.sf-fa-battery-empty:before {
  content: "\f244";
}
.sf-fa-mouse-pointer:before {
  content: "\f245";
}
.sf-fa-i-cursor:before {
  content: "\f246";
}
.sf-fa-object-group:before {
  content: "\f247";
}
.sf-fa-object-ungroup:before {
  content: "\f248";
}
.sf-fa-sticky-note:before {
  content: "\f249";
}
.sf-fa-sticky-note-o:before {
  content: "\f24a";
}
.sf-fa-cc-jcb:before {
  content: "\f24b";
}
.sf-fa-cc-diners-club:before {
  content: "\f24c";
}
.sf-fa-clone:before {
  content: "\f24d";
}
.sf-fa-balance-scale:before {
  content: "\f24e";
}
.sf-fa-hourglass-o:before {
  content: "\f250";
}
.sf-fa-hourglass-1:before,
.sf-fa-hourglass-start:before {
  content: "\f251";
}
.sf-fa-hourglass-2:before,
.sf-fa-hourglass-half:before {
  content: "\f252";
}
.sf-fa-hourglass-3:before,
.sf-fa-hourglass-end:before {
  content: "\f253";
}
.sf-fa-hourglass:before {
  content: "\f254";
}
.sf-fa-hand-grab-o:before,
.sf-fa-hand-rock-o:before {
  content: "\f255";
}
.sf-fa-hand-stop-o:before,
.sf-fa-hand-paper-o:before {
  content: "\f256";
}
.sf-fa-hand-scissors-o:before {
  content: "\f257";
}
.sf-fa-hand-lizard-o:before {
  content: "\f258";
}
.sf-fa-hand-spock-o:before {
  content: "\f259";
}
.sf-fa-hand-pointer-o:before {
  content: "\f25a";
}
.sf-fa-hand-peace-o:before {
  content: "\f25b";
}
.sf-fa-trademark:before {
  content: "\f25c";
}
.sf-fa-registered:before {
  content: "\f25d";
}
.sf-fa-creative-commons:before {
  content: "\f25e";
}
.sf-fa-gg:before {
  content: "\f260";
}
.sf-fa-gg-circle:before {
  content: "\f261";
}
.sf-fa-tripadvisor:before {
  content: "\f262";
}
.sf-fa-odnoklassniki:before {
  content: "\f263";
}
.sf-fa-odnoklassniki-square:before {
  content: "\f264";
}
.sf-fa-get-pocket:before {
  content: "\f265";
}
.sf-fa-wikipedia-w:before {
  content: "\f266";
}
.sf-fa-safari:before {
  content: "\f267";
}
.sf-fa-chrome:before {
  content: "\f268";
}
.sf-fa-firefox:before {
  content: "\f269";
}
.sf-fa-opera:before {
  content: "\f26a";
}
.sf-fa-internet-explorer:before {
  content: "\f26b";
}
.sf-fa-tv:before,
.sf-fa-television:before {
  content: "\f26c";
}
.sf-fa-contao:before {
  content: "\f26d";
}
.sf-fa-500px:before {
  content: "\f26e";
}
.sf-fa-amazon:before {
  content: "\f270";
}
.sf-fa-calendar-plus-o:before {
  content: "\f271";
}
.sf-fa-calendar-minus-o:before {
  content: "\f272";
}
.sf-fa-calendar-times-o:before {
  content: "\f273";
}
.sf-fa-calendar-check-o:before {
  content: "\f274";
}
.sf-fa-industry:before {
  content: "\f275";
}
.sf-fa-map-pin:before {
  content: "\f276";
}
.sf-fa-map-signs:before {
  content: "\f277";
}
.sf-fa-map-o:before {
  content: "\f278";
}
.sf-fa-map:before {
  content: "\f279";
}
.sf-fa-commenting:before {
  content: "\f27a";
}
.sf-fa-commenting-o:before {
  content: "\f27b";
}
.sf-fa-houzz:before {
  content: "\f27c";
}
.sf-fa-vimeo:before {
  content: "\f27d";
}
.sf-fa-black-tie:before {
  content: "\f27e";
}
.sf-fa-fonticons:before {
  content: "\f280";
}
.sf-fa-reddit-alien:before {
  content: "\f281";
}
.sf-fa-edge:before {
  content: "\f282";
}
.sf-fa-credit-card-alt:before {
  content: "\f283";
}
.sf-fa-codiepie:before {
  content: "\f284";
}
.sf-fa-modx:before {
  content: "\f285";
}
.sf-fa-fort-awesome:before {
  content: "\f286";
}
.sf-fa-usb:before {
  content: "\f287";
}
.sf-fa-product-hunt:before {
  content: "\f288";
}
.sf-fa-mixcloud:before {
  content: "\f289";
}
.sf-fa-scribd:before {
  content: "\f28a";
}
.sf-fa-pause-circle:before {
  content: "\f28b";
}
.sf-fa-pause-circle-o:before {
  content: "\f28c";
}
.sf-fa-stop-circle:before {
  content: "\f28d";
}
.sf-fa-stop-circle-o:before {
  content: "\f28e";
}
.sf-fa-shopping-bag:before {
  content: "\f290";
}
.sf-fa-shopping-basket:before {
  content: "\f291";
}
.sf-fa-hashtag:before {
  content: "\f292";
}
.sf-fa-bluetooth:before {
  content: "\f293";
}
.sf-fa-bluetooth-b:before {
  content: "\f294";
}
.sf-fa-percent:before {
  content: "\f295";
}
.sf-fa-gitlab:before {
  content: "\f296";
}
.sf-fa-wpbeginner:before {
  content: "\f297";
}
.sf-fa-wpforms:before {
  content: "\f298";
}
.sf-fa-envira:before {
  content: "\f299";
}
.sf-fa-universal-access:before {
  content: "\f29a";
}
.sf-fa-wheelchair-alt:before {
  content: "\f29b";
}
.sf-fa-question-circle-o:before {
  content: "\f29c";
}
.sf-fa-blind:before {
  content: "\f29d";
}
.sf-fa-audio-description:before {
  content: "\f29e";
}
.sf-fa-volume-control-phone:before {
  content: "\f2a0";
}
.sf-fa-braille:before {
  content: "\f2a1";
}
.sf-fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.sf-fa-asl-interpreting:before,
.sf-fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.sf-fa-deafness:before,
.sf-fa-hard-of-hearing:before,
.sf-fa-deaf:before {
  content: "\f2a4";
}
.sf-fa-glide:before {
  content: "\f2a5";
}
.sf-fa-glide-g:before {
  content: "\f2a6";
}
.sf-fa-signing:before,
.sf-fa-sign-language:before {
  content: "\f2a7";
}
.sf-fa-low-vision:before {
  content: "\f2a8";
}
.sf-fa-viadeo:before {
  content: "\f2a9";
}
.sf-fa-viadeo-square:before {
  content: "\f2aa";
}
.sf-fa-snapchat:before {
  content: "\f2ab";
}
.sf-fa-snapchat-ghost:before {
  content: "\f2ac";
}
.sf-fa-snapchat-square:before {
  content: "\f2ad";
}
.sf-fa-pied-piper:before {
  content: "\f2ae";
}
.sf-fa-first-order:before {
  content: "\f2b0";
}
.sf-fa-yoast:before {
  content: "\f2b1";
}
.sf-fa-themeisle:before {
  content: "\f2b2";
}
.sf-fa-google-plus-circle:before,
.sf-fa-google-plus-official:before {
  content: "\f2b3";
}
.sf-fa-fa:before,
.sf-fa-font-awesome:before {
  content: "\f2b4";
}
.sf-fa-handshake-o:before {
  content: "\f2b5";
}
.sf-fa-envelope-open:before {
  content: "\f2b6";
}
.sf-fa-envelope-open-o:before {
  content: "\f2b7";
}
.sf-fa-linode:before {
  content: "\f2b8";
}
.sf-fa-address-book:before {
  content: "\f2b9";
}
.sf-fa-address-book-o:before {
  content: "\f2ba";
}
.sf-fa-vcard:before,
.sf-fa-address-card:before {
  content: "\f2bb";
}
.sf-fa-vcard-o:before,
.sf-fa-address-card-o:before {
  content: "\f2bc";
}
.sf-fa-user-circle:before {
  content: "\f2bd";
}
.sf-fa-user-circle-o:before {
  content: "\f2be";
}
.sf-fa-user-o:before {
  content: "\f2c0";
}
.sf-fa-id-badge:before {
  content: "\f2c1";
}
.sf-fa-drivers-license:before,
.sf-fa-id-card:before {
  content: "\f2c2";
}
.sf-fa-drivers-license-o:before,
.sf-fa-id-card-o:before {
  content: "\f2c3";
}
.sf-fa-quora:before {
  content: "\f2c4";
}
.sf-fa-free-code-camp:before {
  content: "\f2c5";
}
.sf-fa-telegram:before {
  content: "\f2c6";
}
.sf-fa-thermometer-4:before,
.sf-fa-thermometer:before,
.sf-fa-thermometer-full:before {
  content: "\f2c7";
}
.sf-fa-thermometer-3:before,
.sf-fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.sf-fa-thermometer-2:before,
.sf-fa-thermometer-half:before {
  content: "\f2c9";
}
.sf-fa-thermometer-1:before,
.sf-fa-thermometer-quarter:before {
  content: "\f2ca";
}
.sf-fa-thermometer-0:before,
.sf-fa-thermometer-empty:before {
  content: "\f2cb";
}
.sf-fa-shower:before {
  content: "\f2cc";
}
.sf-fa-bathtub:before,
.sf-fa-s15:before,
.sf-fa-bath:before {
  content: "\f2cd";
}
.sf-fa-podcast:before {
  content: "\f2ce";
}
.sf-fa-window-maximize:before {
  content: "\f2d0";
}
.sf-fa-window-minimize:before {
  content: "\f2d1";
}
.sf-fa-window-restore:before {
  content: "\f2d2";
}
.sf-fa-times-rectangle:before,
.sf-fa-window-close:before {
  content: "\f2d3";
}
.sf-fa-times-rectangle-o:before,
.sf-fa-window-close-o:before {
  content: "\f2d4";
}
.sf-fa-bandcamp:before {
  content: "\f2d5";
}
.sf-fa-grav:before {
  content: "\f2d6";
}
.sf-fa-etsy:before {
  content: "\f2d7";
}
.sf-fa-imdb:before {
  content: "\f2d8";
}
.sf-fa-ravelry:before {
  content: "\f2d9";
}
.sf-fa-eercast:before {
  content: "\f2da";
}
.sf-fa-microchip:before {
  content: "\f2db";
}
.sf-fa-snowflake-o:before {
  content: "\f2dc";
}
.sf-fa-superpowers:before {
  content: "\f2dd";
}
.sf-fa-wpexplorer:before {
  content: "\f2de";
}
.sf-fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
sf-app.sf-app {
  --badge-white-border-color: #e4e4e4;
  --badge-color-bg-positive: #38ab63;
  --badge-color-bg-negative: #ff4848;
  --badge-add-variation-bg-color: #b3d3f4;
  --badge-add-variation-border-color: #b3d3f4;
  --badge-add-variation-hover: #99c4f0;
  --badge-add-variation-border-hover: #99c4f0;
  --badge-add-variation-color: #fff;
  --badge-edit-variation-color: #fff;
  --badge-edit-variation-bg-color: #006cd9;
  --badge-edit-variation-hover: #005bb7;
  --badge-add-color: #333;
  --badge-icon-color: #333;
  --badge-white-color: #333;
  --badge-negative-color: #fff;
  --badge-positive-color: #fff;
  --badge-color: #fff;
}
sf-app.sf-app {
  --button-border-color: #e4e4e4;
  --button-background-color: #fff;
  --button-color: #333;
  --button-interaction-border-color: #e4e4e4;
  --button-interaction-background-color: #e4e4e4;
  --button-interaction-color: #333;
  --button-disabled-border-color: #eee;
  --button-disabled-background-color: #fff;
  --button-disabled-color: #e4e4e4;
  --button-disabled-darker-color: #999;
  --action-button-border-color: #38ab63;
  --action-button-background-color: #38ab63;
  --action-button-color: #fff;
  --action-button-interaction-border-color: #309255;
  --action-button-interaction-background-color: #309255;
  --action-button-interaction-color: #fff;
  --action-button-disabled-border-color: #c4e6d1;
  --action-button-disabled-background-color: #c4e6d1;
  --action-button-disabled-color: #fff;
  --delete-button-border-color: #ff4848;
  --delete-button-background-color: #ff4848;
  --delete-button-color: #fff;
  --delete-button-interaction-border-color: #e62f2f;
  --delete-button-interaction-background-color: #e62f2f;
  --delete-button-interaction-color: #fff;
  --delete-button-disabled-border-color: #ffc8c8;
  --delete-button-disabled-background-color: #ffc8c8;
  --delete-button-disabled-color: #fff;
}
sf-app.sf-app {
  --checkbox-border: #e4e4e4;
  --checkbox-checked-border: #e4e4e4;
  --checkbox-border-hover: #dcecf5;
  --checkbox-transtion: border-color 0.3s;
}
sf-app.sf-app {
  --radio-chip-border: #cbcbcb;
  --radio-chip-selected-bg-color: #dcecf5;
  --radio-chip-selected-color: inherit;
  --choice-group-radio-chip-hover-bg-color: var(--button-interaction-background-color);
  --choice-group-radio-chip-hover-color: inherit;
}
sf-app.sf-app {
  --color-success: #38ab63;
  --color-error: #ff4848;
}
sf-app.sf-app {
  --dropdown-border: #eee;
  --dropdown-item-counter-neutral: #ccc;
}
sf-app.sf-app {
  --editor-inline-min-height: 150px;
  --editor-inline-min-height-long: 300px;
  --editor-collapsed-height: 450px;
}
sf-app.sf-app {
  --default-icon-color: #777;
  --icon-lighter-color: #eee;
  --icon-light-color: #ccc;
  --icon-illustrative-font-color: #eee;
  --icon-positive-color: #38ab63;
  --icon-negative-color: #ff4848;
  --icon-badge-add-color: #fff;
  --icon-badge-add-bg-color: #b3d3f4;
  --icon-badge-add-border-color: #b3d3f4;
}
sf-app.sf-app {
  --default-icon-size: 1.8rem;
  --icon-size-7xs: 0.5rem;
  --icon-size-5xs: 1rem;
  --icon-size-4xs: 1.1rem;
  --icon-size-3xs: 1.2rem;
  --icon-size-2xs: 1.3rem;
  --icon-size-xs: 1.4rem;
  --icon-size-s: 1.6rem;
  --icon-size-m: 1.8rem;
  --icon-size-l: 2rem;
  --icon-size-xl: 2.2rem;
  --icon-size-2xl: 2.8rem;
  --icon-size-3xl: 3.6rem;
  --icon-size-4xl: 4.8rem;
  --icon-size-5xl: 6rem;
  --icon-illustrative-size: 10rem;
  --icon-illustrative-font-size: 4.8rem;
  --icon-illustrative-size-sm: 6rem;
  --icon-zone-editor-size: 1.6rem;
  --icon-faq-size: 2.4rem;
  --icon-menu-font-size: 4.2rem;
  --icon-size-badge: 2.6rem;
}
sf-app.sf-app {
  --input-border: #e4e4e4;
  --input-border-hover: #e4e4e4;
  --input-char-counter-success-color: #38ab63;
  --input-char-counter-error-color: #ff4848;
  --input-placeholder-color: #ccc;
  --input-title-placeholder-color: #ccc;
}
sf-app.sf-app {
  --link-secondary-color: #777;
  --link-side-secondary-color: #ccc;
  --link-side-secondary-color-active: #333;
  --link-side-secondary-color-hover: #999;
  --link-color: #006cd9;
}
sf-app.sf-app {
  --image-empty-border: #e4e4e4;
  --not-translated-image-label-bg: transparent;
}
sf-app.sf-app {
  --select-arrow-color: #777;
}
sf-app.sf-app {
  --input-box-shadow-hover: #e4e4e4;
}
sf-app.sf-app {
  --status-icon-color-system: #ccc;
  --status-icon-color-published: #38ab63;
  --status-icon-color-restricted: #ff4848;
  --status-icon-color-unpublished: #999;
  --status-icon-color-scheduled: #006cd9;
  --status-icon-color-draft: #333;
  --status-bg-color-default: #ed8527;
}
sf-app.sf-app {
  --secondary-text-color: #999;
  --secondary-text-base-inverted: #fff;
}
sf-app.sf-app {
  --font-size-h1-lg: 6.4rem;
  --font-size-h1: 4.2rem;
  --font-size-h2: 2rem;
  --font-size-h3: 2rem;
  --font-size-h4-lg: 1.4rem;
  --font-size-h4: 1.3rem;
  --font-size-h5: 1rem;
  --font-size-base: 1.3rem;
  --font-size-lg: 1.5rem;
  --color-h2: #777;
  --color-h5: #999;
}
sf-app.sf-app {
  --tree-list-expander-color: #777;
}
sf-app.sf-app {
  --form-width-medium: 630px;
}
sf-app.sf-app {
  --expander-icon-width-no-unit: 32;
  --expander-icon-width: 32px;
  --expander-icon-margin-right-no-unit: 28;
  --expander-icon-margin-right: calc(var(--expander-icon-margin-right-no-unit) * 1px);
  --expander-left-offset: calc((var(--expander-icon-width-no-unit) + var(--expander-icon-margin-right-no-unit)) * 1px);
  --expander-icon-margin-left: 0;
  --expander-section-margin-right: 0;
  --expander-section-padding: 0;
  --expander-section-background: transparent;
  --expander-header-padding-horizontal: 0;
  --expander-header-padding-vertical: 10px;
}
sf-app.sf-app {
  --field-label-font-size: var(--font-size-h4-lg);
  --field-table-header-vertical-padding: 5px;
  --field-table-header-padding-bottom: var(--field-table-header-vertical-padding);
  --field-table-width: 100%;
}
sf-app.sf-app {
  --tree-common-head-color: var(--secondary-text-color);
  --tree-common-border-color: #eee;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
html:not(.sfPageEditorWrp) {
  font-size: 62.5%;
  min-height: 100%;
}
.-sf-integrated-app body:not(.sfPageEditor) {
  font-size: var(--font-size-base);
  background-color: #fff;
  overflow-x: auto;
  overflow-y: scroll;
}
sf-app.sf-app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.4;
  color: #333;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #c2c2c2;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #b8b8b8;
}
::-webkit-scrollbar-thumb:active {
  background-color: #adadad;
}
.-scrollbar-small::-webkit-scrollbar {
  border-radius: 1px;
  width: 5px;
  height: 5px;
}
sf-app.sf-app {
  /*
   Default Link

   Default and secondary links

   Markup:
    <a href="#">Default link</a><br>
    <a class="-secondary">Secondary link</a>

   Styleguide: Link.default
  */
  /*
   Navigation links

   Markup:
      <a class="-side" href="#">Navigation link</a><br>
      <a class="-side -active">Settings link</a>

   Styleguide: Link.navigation
  */
  /*
   Section nav links

   Markup:
      <a class="-side-secondary" href="#">Categories and tags</a><br>
      <a class="-side-secondary -active">Search engine optimi...</a><br>
      <a class="-side-secondary" href="#">Social media</a><br>

   Styleguide: Link.section-nav-links
  */
  /*
   Basic links

      Markup:
      <span tabindex="0" class="sf-link -basic">Categories and tags</span><br>

   Styleguide: Link.basic-links
  */
  /*
   Toolbar links

      Markup:
      <div class="sf-top-toolbar" style="position: static;">
        <span tabindex="0" class="sf-link -top-toolbar">Categories and tags</span><br>
        <span tabindex="0" class="sf-link -top-toolbar -active">Categories and tags</span><br>
      </div>

   Styleguide: Link.toolbar-links
  */
  /*
   Default lists

   Markup:
    <ul>
      <li>Item 1</li>
      <li>Item 2</li>
    </ul>
    <br>
    <ol>
      <li>Item 1</li>
      <li>Item 2</li>
    </ol>

   Styleguide: List.default
  */
  /*
   List with list-style: none:

    Markup:
    <ul class="-list-style-none">
      <li>Item 1</li>
      <li>Item 2</li>
    </ul>
    <br>
    <ol class="-list-style-none">
      <li>Item 1</li>
      <li>Item 2</li>
    </ol>

   Styleguide: List.list-style-none
  */
  /*
    Spacing utility classes

    Margin left and right specials

    `-sf-ml-auto, -sf-mr-auto, -sf-ml-50, -sf-mr-50`

        @example
        <div class="-sf-ml-auto">.-sf-ml-auto - auto</div>
        <div class="-sf-mr-auto">.-sf-mr-auto - auto</div>
        <div class="-sf-ml-50">.-sf-ml-50 - 50%</div>
        <div class="-sf-mr-50">.-sf-mr-50 - 50%</div>

   Styleguide: Spacing.margin-left-right
   */
  /*
    Margin-top classes

    `-sf-mt-{zero,8xs,7xs,6xs,5xs,4xs,3xs,2xs,xs,s,m,l,xl,2xl,3xl,4xl,5xl,6xl,7xl,8xl, 9xl}`

        @example
        <div class="-sf-mt-zero">.-sf-mt-zero - 0</div>
        <div class="-sf-mt-8xs">.-sf-mt-8xs - 1px</div>
        <div class="-sf-mt-7xs">.-sf-mt-7xs - 2px</div>
        <div class="-sf-mt-6xs">.-sf-mt-6xs - 3px</div>
        <div class="-sf-mt-5xs">.-sf-mt-5xs - 4px</div>
        <div class="-sf-mt-4xs">.-sf-mt-4xs - 5px</div>
        <div class="-sf-mt-3xs">.-sf-mt-3xs - 10px</div>
        <div class="-sf-mt-2xs">.-sf-mt-2xs - 15px</div>
        <div class="-sf-mt-xs">.-sf-mt-xs - 20px</div>
        <div class="-sf-mt-s">.-sf-mt-s - 25px</div>
        <div class="-sf-mt-m">.-sf-mt-m - 30px</div>
        <div class="-sf-mt-l">.-sf-mt-l - 35px</div>
        <div class="-sf-mt-xl">.-sf-mt-xl - 40x</div>
        <div class="-sf-mt-2xl">.-sf-mt-2xl - 45px</div>
        <div class="-sf-mt-3xl">.-sf-mt-3xl  - 50px</div>
        <div class="-sf-mt-4xl">.-sf-mt-4xl - 55px</div>
        <div class="-sf-mt-5xl">.-sf-mt-5xl  - 60px</div>
        <div class="-sf-mt-6xl">.-sf-mt-6xl - 80px</div>
        <div class="-sf-mt-7xl">.-sf-mt-7xl  - 100px</div>
        <div class="-sf-mt-8xl">.-sf-mt-8xl  - 120px</div>
        <div class="-sf-mt-9xl">.-sf-mt-9xl  - 140px</div>
        <div class="-sf-mt-10xl">.-sf-mt-10xl  - 160px</div>
        <div class="-sf-mt-11xl">.-sf-mt-11xl  - 180px</div>
        <div class="-sf-mt-12xl">.-sf-mt-12xl  - 200px</div>

      Styleguide: Spacing.margin-top
   */
  /*
    Margin-top negative classes

    `-sf-mt--{6xl, 5xl, 4xl, 3xl, 2xl, xl, l, m, s, xs, 2xs, 3xs, 4xs}`

        Markup:
        <div class="--sf-mt--6xl">.-sf-mt--6xl - -80px</div>
        <div class="--sf-mt--5xl">.-sf-mt--5xl  - -60px</div>
        <div class="--sf-mt--4xl">.-sf-mt--4xl - -55px</div>
        <div class="--sf-mt--3xl">.-sf-mt--3xl  - -50px</div>
        <div class="--sf-mt--2xl">.-sf-mt--2xl - -45px</div>
        <div class="--sf-mt--xl">.-sf-mt--xl - -40x</div>
        <div class="--sf-mt--l">.-sf-mt--l - -35px</div>
        <div class="--sf-mt--m">.-sf-mt--m - -30px</div>
        <div class="--sf-mt--s">.-sf-mt--s - -25px</div>
        <div class="--sf-mt--xs">.-sf-mt--xs - -20px</div>
        <div class="--sf-mt--2xs">.-sf-mt--2xs - -15px</div>
        <div class="--sf-mt--3xs">.-sf-mt--3xs - -10px</div>
        <div class="--sf-mt--4xs">.-sf-mt--4xs - -5px</div>

   Styleguide: Spacing.margin-top-negative
   */
  /*
    Margin-bottom classes

    `-sf-mb-{zero,8xs,7xs,6xs,5xs,4xs,3xs,2xs,xs,s,m,l,xl,2xl,3xl,4xl,5xl,6xl,7xl,8xl, 9xl}`

        Markup:
        <div class="-sf-mb-zero">.-sf-mb-zero - 0</div>
        <div class="-sf-mb-8xs">.-sf-mb-8xs - 1px</div>
        <div class="-sf-mb-7xs">.-sf-mb-7xs - 2px</div>
        <div class="-sf-mb-6xs">.-sf-mb-6xs - 3px</div>
        <div class="-sf-mb-5xs">.-sf-mb-5xs - 4px</div>
        <div class="-sf-mb-4xs">.-sf-mb-4xs - 5px</div>
        <div class="-sf-mb-3xs">.-sf-mb-3xs - 10px</div>
        <div class="-sf-mb-2xs">.-sf-mb-2xs - 15px</div>
        <div class="-sf-mb-xs">.-sf-mb-xs - 20px</div>
        <div class="-sf-mb-s">.-sf-mb-s - 25px</div>
        <div class="-sf-mb-m">.-sf-mb-m - 30px</div>
        <div class="-sf-mb-l">.-sf-mb-l - 35px</div>
        <div class="-sf-mb-xl">.-sf-mb-xl - 40x</div>
        <div class="-sf-mb-2xl">.-sf-mb-2xl - 45px</div>
        <div class="-sf-mb-3xl">.-sf-mb-3xl  - 50px</div>
        <div class="-sf-mb-4xl">.-sf-mb-4xl - 55px</div>
        <div class="-sf-mb-5xl">.-sf-mb-5xl  - 60px</div>
        <div class="-sf-mb-6xl">.-sf-mb-6xl - 80px</div>
        <div class="-sf-mb-7xl">.-sf-mb-7xl  - 100px</div>
        <div class="-sf-mb-8xl">.-sf-mb-8xl  - 120px</div>

   Styleguide: Spacing.margin-bottom
   */
  /*
    Margin-bottom negative classes

    `-sf-mb--{6xl, 5xl, 4xl, 3xl, 2xl, xl, l, m, s, xs, 2xs, 3xs, 4xs}`

        Markup:
        <div class="--sf-mb--6xl">.-sf-mb--6xl - -80px</div>
        <div class="--sf-mb--5xl">.-sf-mb--5xl  - -60px</div>
        <div class="--sf-mb--4xl">.-sf-mb--4xl - -55px</div>
        <div class="--sf-mb--3xl">.-sf-mb--3xl  - -50px</div>
        <div class="--sf-mb--2xl">.-sf-mb--2xl - -45px</div>
        <div class="--sf-mb--xl">.-sf-mb--xl - -40x</div>
        <div class="--sf-mb--l">.-sf-mb--l - -35px</div>
        <div class="--sf-mb--m">.-sf-mb--m - -30px</div>
        <div class="--sf-mb--s">.-sf-mb--s - -25px</div>
        <div class="--sf-mb--xs">.-sf-mb--xs - -20px</div>
        <div class="--sf-mb--2xs">.-sf-mb--2xs - -15px</div>
        <div class="--sf-mb--3xs">.-sf-mb--3xs - -10px</div>
        <div class="--sf-mb--4xs">.-sf-mb--4xs - -5px</div>

   Styleguide: Spacing.margin-bottom-negative
   */
  /*
    Margin-left classes

    `-sf-ml-{auto,zero,8xs,7xs,6xs,5xs,4xs,3xs,2xs,xs,s,m,l,xl,2xl,3xl,4xl,5xl,6xl,7xl,8xl, 9xl}`

        Markup:
        <div class="-sf-ml-auto">.-sf-ml-auto - auto</div>
        <div class="-sf-ml-zero">.-sf-ml-zero - 0</div>
        <div class="-sf-ml-8xs">.-sf-ml-8xs - 1px</div>
        <div class="-sf-ml-7xs">.-sf-ml-7xs - 2px</div>
        <div class="-sf-ml-6xs">.-sf-ml-6xs - 3px</div>
        <div class="-sf-ml-5xs">.-sf-ml-5xs - 4px</div>
        <div class="-sf-ml-4xs">.-sf-ml-4xs - 5px</div>
        <div class="-sf-ml-3xs">.-sf-ml-3xs - 10px</div>
        <div class="-sf-ml-2xs">.-sf-ml-2xs - 15px</div>
        <div class="-sf-ml-xs">.-sf-ml-xs - 20px</div>
        <div class="-sf-ml-s">.-sf-ml-s - 25px</div>
        <div class="-sf-ml-m">.-sf-ml-m - 30px</div>
        <div class="-sf-ml-l">.-sf-ml-l - 35px</div>
        <div class="-sf-ml-xl">.-sf-ml-xl - 40x</div>
        <div class="-sf-ml-2xl">.-sf-ml-2xl - 45px</div>
        <div class="-sf-ml-3xl">.-sf-ml-3xl  - 50px</div>
        <div class="-sf-ml-4xl">.-sf-ml-4xl - 55px</div>
        <div class="-sf-ml-5xl">.-sf-ml-5xl  - 60px</div>
        <div class="-sf-ml-6xl">.-sf-ml-6xl - 80px</div>
        <div class="-sf-ml-7xl">.-sf-ml-7xl  - 100px</div>
        <div class="-sf-ml-8xl">.-sf-ml-8xl  - 120px</div>

   Styleguide: Spacing.margin-left
   */
  /*
    Margin-left negative classes

    `-sf-ml--{6xl, 5xl, 4xl, 3xl, 2xl, xl, l, m, s, xs, 2xs, 3xs, 4xs}`

        Markup:
        <div class="--sf-ml--6xl">.-sf-ml--6xl - -80px</div>
        <div class="--sf-ml--5xl">.-sf-ml--5xl  - -60px</div>
        <div class="--sf-ml--4xl">.-sf-ml--4xl - -55px</div>
        <div class="--sf-ml--3xl">.-sf-ml--3xl  - -50px</div>
        <div class="--sf-ml--2xl">.-sf-ml--2xl - -45px</div>
        <div class="--sf-ml--xl">.-sf-ml--xl - -40x</div>
        <div class="--sf-ml--l">.-sf-ml--l - -35px</div>
        <div class="--sf-ml--m">.-sf-ml--m - -30px</div>
        <div class="--sf-ml--s">.-sf-ml--s - -25px</div>
        <div class="--sf-ml--xs">.-sf-ml--xs - -20px</div>
        <div class="--sf-ml--2xs">.-sf-ml--2xs - -15px</div>
        <div class="--sf-ml--3xs">.-sf-ml--3xs - -10px</div>
        <div class="--sf-ml--4xs">.-sf-ml--4xs - -5px</div>

   Styleguide: Spacing.margin-left-negative
   */
  /*
    Margin-right classes

    `-sf-mr-{auto,zero,8xs,7xs,6xs,5xs,4xs,3xs,2xs,xs,s,m,l,xl,2xl,3xl,4xl,5xl,6xl,7xl,8xl, 9xl}`

        Markup:
        <div class="-sf-mr-auto">.-sf-mr-auto - auto</div>
        <div class="-sf-mr-zero">.-sf-mr-zero - 0</div>
        <div class="-sf-mr-8xs">.-sf-mr-8xs - 1px</div>
        <div class="-sf-mr-7xs">.-sf-mr-7xs - 2px</div>
        <div class="-sf-mr-6xs">.-sf-mr-6xs - 3px</div>
        <div class="-sf-mr-5xs">.-sf-mr-5xs - 4px</div>
        <div class="-sf-mr-4xs">.-sf-mr-4xs - 5px</div>
        <div class="-sf-mr-3xs">.-sf-mr-3xs - 10px</div>
        <div class="-sf-mr-2xs">.-sf-mr-2xs - 15px</div>
        <div class="-sf-mr-xs">.-sf-mr-xs - 20px</div>
        <div class="-sf-mr-s">.-sf-mr-s - 25px</div>
        <div class="-sf-mr-m">.-sf-mr-m - 30px</div>
        <div class="-sf-mr-l">.-sf-mr-l - 35px</div>
        <div class="-sf-mr-xl">.-sf-mr-xl - 40x</div>
        <div class="-sf-mr-2xl">.-sf-mr-2xl - 45px</div>
        <div class="-sf-mr-3xl">.-sf-mr-3xl  - 50px</div>
        <div class="-sf-mr-4xl">.-sf-mr-4xl - 55px</div>
        <div class="-sf-mr-5xl">.-sf-mr-5xl  - 60px</div>
        <div class="-sf-mr-6xl">.-sf-mr-6xl - 80px</div>
        <div class="-sf-mr-7xl">.-sf-mr-7xl  - 100px</div>
        <div class="-sf-mr-8xl">.-sf-mr-8xl  - 120px</div>

   Styleguide: Spacing.margin-right
   */
  /*
    Margin-right negative classes

    `-sf-mr--{6xl, 5xl, 4xl, 3xl, 2xl, xl, l, m, s, xs, 2xs, 3xs, 4xs}`

        Markup:
        <div class="--sf-mr--6xl">.-sf-mr--6xl - -80px</div>
        <div class="--sf-mr--5xl">.-sf-mr--5xl  - -60px</div>
        <div class="--sf-mr--4xl">.-sf-mr--4xl - -55px</div>
        <div class="--sf-mr--3xl">.-sf-mr--3xl  - -50px</div>
        <div class="--sf-mr--2xl">.-sf-mr--2xl - -45px</div>
        <div class="--sf-mr--xl">.-sf-mr--xl - -40x</div>
        <div class="--sf-mr--l">.-sf-mr--l - -35px</div>
        <div class="--sf-mr--m">.-sf-mr--m - -30px</div>
        <div class="--sf-mr--s">.-sf-mr--s - -25px</div>
        <div class="--sf-mr--xs">.-sf-mr--xs - -20px</div>
        <div class="--sf-mr--2xs">.-sf-mr--2xs - -15px</div>
        <div class="--sf-mr--3xs">.-sf-mr--3xs - -10px</div>
        <div class="--sf-mr--4xs">.-sf-mr--4xs - -5px</div>

   Styleguide: Spacing.margin-right-negative
   */
  /*
    Margin classes

    `-sf-m-{auto,zero,8xs,7xs,6xs,5xs,4xs,3xs,2xs,xs,s,m,l,xl,2xl,3xl,4xl,5xl,6xl,7xl,8xl, 9xl}`

        Markup:
        <div class="-sf-m-auto">.-sf-m-auto - auto</div>
        <div class="-sf-m-zero">.-sf-m-zero - 0</div>
        <div class="-sf-m-8xs">.-sf-m-8xs - 1px</div>
        <div class="-sf-m-7xs">.-sf-m-7xs - 2px</div>
        <div class="-sf-m-6xs">.-sf-m-6xs - 3px</div>
        <div class="-sf-m-5xs">.-sf-m-5xs - 4px</div>
        <div class="-sf-m-4xs">.-sf-m-4xs - 5px</div>
        <div class="-sf-m-3xs">.-sf-m-3xs - 10px</div>
        <div class="-sf-m-2xs">.-sf-m-2xs - 15px</div>
        <div class="-sf-m-xs">.-sf-m-xs - 20px</div>
        <div class="-sf-m-s">.-sf-m-s - 25px</div>
        <div class="-sf-m-m">.-sf-m-m - 30px</div>
        <div class="-sf-m-l">.-sf-m-l - 35px</div>
        <div class="-sf-m-xl">.-sf-m-xl - 40x</div>
        <div class="-sf-m-2xl">.-sf-m-2xl - 45px</div>
        <div class="-sf-m-3xl">.-sf-m-3xl  - 50px</div>
        <div class="-sf-m-4xl">.-sf-m-4xl - 55px</div>
        <div class="-sf-m-5xl">.-sf-m-5xl  - 60px</div>
        <div class="-sf-m-6xl">.-sf-m-6xl - 80px</div>
        <div class="-sf-m-7xl">.-sf-m-7xl  - 100px</div>
        <div class="-sf-m-8xl">.-sf-m-8xl  - 120px</div>

   Styleguide: Spacing.margin-classes
   */
  /*
    Padding-top classes

    `-sf-pt-{zero,8xs,7xs,6xs,5xs,4xs,3xs,2xs,xs,s,m,l,xl,2xl,3xl,4xl,5xl,6xl,7xl,8xl, 9xl}`

        Markup:
        <div class="-sf-pt-zero">.-sf-pt-zero - 0</div>
        <div class="-sf-m-8xs">.-sf-pt-8xs - 1px</div>
        <div class="-sf-m-7xs">.-sf-pt-7xs - 2px</div>
        <div class="-sf-m-6xs">.-sf-pt-6xs - 3px</div>
        <div class="-sf-m-5xs">.-sf-pt-5xs - 4px</div>
        <div class="-sf-pt-4xs">.-sf-pt-4xs - 5px</div>
        <div class="-sf-pt-3xs">.-sf-pt-3xs - 10px</div>
        <div class="-sf-pt-2xs">.-sf-pt-2xs - 15px</div>
        <div class="-sf-pt-xs">.-sf-pt-xs - 20px</div>
        <div class="-sf-pt-s">.-sf-pt-s - 25px</div>
        <div class="-sf-pt-m">.-sf-pt-m - 30px</div>
        <div class="-sf-pt-l">.-sf-pt-l - 35px</div>
        <div class="-sf-pt-xl">.-sf-pt-xl - 40x</div>
        <div class="-sf-pt-2xl">.-sf-pt-2xl - 45px</div>
        <div class="-sf-pt-3xl">.-sf-pt-3xl  - 50px</div>
        <div class="-sf-pt-4xl">.-sf-pt-4xl - 55px</div>
        <div class="-sf-pt-5xl">.-sf-pt-5xl  - 60px</div>
        <div class="-sf-pt-6xl">.-sf-pt-6xl - 80px</div>
        <div class="-sf-pt-7xl">.-sf-pt-7xl  - 100px</div>
        <div class="-sf-pt-8xl">.-sf-pt-8xl  - 120px</div>

   Styleguide: Spacing.padding-top
   */
  /*
    Padding-bottom classes

    `-sf-pb-{zero,8xs,7xs,6xs,5xs,4xs,3xs,2xs,xs,s,m,l,xl,2xl,3xl,4xl,5xl,6xl,7xl,8xl, 9xl}`

        Markup:
        <div class="-sf-pb-zero">.-sf-pb-zero - 0</div>
        <div class="-sf-m-8xs">.-sf-pb-8xs - 1px</div>
        <div class="-sf-m-7xs">.-sf-pb-7xs - 2px</div>
        <div class="-sf-m-6xs">.-sf-pb-6xs - 3px</div>
        <div class="-sf-m-5xs">.-sf-pb-5xs - 4px</div>
        <div class="-sf-pb-4xs">.-sf-pb-4xs - 5px</div>
        <div class="-sf-pb-3xs">.-sf-pb-3xs - 10px</div>
        <div class="-sf-pb-2xs">.-sf-pb-2xs - 15px</div>
        <div class="-sf-pb-xs">.-sf-pb-xs - 20px</div>
        <div class="-sf-pb-s">.-sf-pb-s - 25px</div>
        <div class="-sf-pb-m">.-sf-pb-m - 30px</div>
        <div class="-sf-pb-l">.-sf-pb-l - 35px</div>
        <div class="-sf-pb-xl">.-sf-pb-xl - 40x</div>
        <div class="-sf-pb-2xl">.-sf-pb-2xl - 45px</div>
        <div class="-sf-pb-3xl">.-sf-pb-3xl  - 50px</div>
        <div class="-sf-pb-4xl">.-sf-pb-4xl - 55px</div>
        <div class="-sf-pb-5xl">.-sf-pb-5xl  - 60px</div>
        <div class="-sf-pb-6xl">.-sf-pb-6xl - 80px</div>
        <div class="-sf-pb-7xl">.-sf-pb-7xl  - 100px</div>
        <div class="-sf-pb-8xl">.-sf-pb-8xl  - 120px</div>

   Styleguide: Spacing.padding-bottom
   */
  /*
    Padding-left classes

    `-sf-pl-{zero,8xs,7xs,6xs,5xs,4xs,3xs,2xs,xs,s,m,l,xl,2xl,3xl,4xl,5xl,6xl,7xl,8xl, 9xl}`

        Markup:
        <div class="-sf-pl-zero">.-sf-pl-zero - 0</div>
        <div class="-sf-m-8xs">.-sf-pl-8xs - 1px</div>
        <div class="-sf-m-7xs">.-sf-pl-7xs - 2px</div>
        <div class="-sf-m-6xs">.-sf-pl-6xs - 3px</div>
        <div class="-sf-m-5xs">.-sf-pl-5xs - 4px</div>
        <div class="-sf-pl-4xs">.-sf-pl-4xs - 5px</div>
        <div class="-sf-pl-3xs">.-sf-pl-3xs - 10px</div>
        <div class="-sf-pl-2xs">.-sf-pl-2xs - 15px</div>
        <div class="-sf-pl-xs">.-sf-pl-xs - 20px</div>
        <div class="-sf-pl-s">.-sf-pl-s - 25px</div>
        <div class="-sf-pl-m">.-sf-pl-m - 30px</div>
        <div class="-sf-pl-l">.-sf-pl-l - 35px</div>
        <div class="-sf-pl-xl">.-sf-pl-xl - 40x</div>
        <div class="-sf-pl-2xl">.-sf-pl-2xl - 45px</div>
        <div class="-sf-pl-3xl">.-sf-pl-3xl  - 50px</div>
        <div class="-sf-pl-4xl">.-sf-pl-4xl - 55px</div>
        <div class="-sf-pl-5xl">.-sf-pl-5xl  - 60px</div>
        <div class="-sf-pl-6xl">.-sf-pl-6xl - 80px</div>
        <div class="-sf-pl-7xl">.-sf-pl-7xl  - 100px</div>
        <div class="-sf-pl-8xl">.-sf-pl-8xl  - 120px</div>

   Styleguide: Spacing.padding-left
   */
  /*
    Padding-right classes

    `-sf-pr-{zero,8xs,7xs,6xs,5xs,4xs,3xs,2xs,xs,s,m,l,xl,2xl,3xl,4xl,5xl,6xl,7xl,8xl, 9xl}`

        Markup:
        <div class="-sf-pr-zero">.-sf-pr-zero - 0</div>
        <div class="-sf-m-8xs">.-sf-pr-8xs - 1px</div>
        <div class="-sf-m-7xs">.-sf-pr-7xs - 2px</div>
        <div class="-sf-m-6xs">.-sf-pr-6xs - 3px</div>
        <div class="-sf-m-5xs">.-sf-pr-5xs - 4px</div>
        <div class="-sf-pr-4xs">.-sf-pr-4xs - 5px</div>
        <div class="-sf-pr-3xs">.-sf-pr-3xs - 10px</div>
        <div class="-sf-pr-2xs">.-sf-pr-2xs - 15px</div>
        <div class="-sf-pr-xs">.-sf-pr-xs - 20px</div>
        <div class="-sf-pr-s">.-sf-pr-s - 25px</div>
        <div class="-sf-pr-m">.-sf-pr-m - 30px</div>
        <div class="-sf-pr-l">.-sf-pr-l - 35px</div>
        <div class="-sf-pr-xl">.-sf-pr-xl - 40x</div>
        <div class="-sf-pr-2xl">.-sf-pr-2xl - 45px</div>
        <div class="-sf-pr-3xl">.-sf-pr-3xl  - 50px</div>
        <div class="-sf-pr-4xl">.-sf-pr-4xl - 55px</div>
        <div class="-sf-pr-5xl">.-sf-pr-5xl  - 60px</div>
        <div class="-sf-pr-6xl">.-sf-pr-6xl - 80px</div>
        <div class="-sf-pr-7xl">.-sf-pr-7xl  - 100px</div>
        <div class="-sf-pr-8xl">.-sf-pr-8xl  - 120px</div>

   Styleguide: Spacing.padding-right
   */
  /* Padding classes

   `-sf-p-{4xs,3xs,2xs,xs,s,m,l,xl,2xl,3xl,4xl,5xl,6xl,7xl,8xl, 9xl}`

       Markup:
       <div class="-sf-p-4xs">.-sf-p-4xs - 5px</div>
       <div class="-sf-p-3xs">.-sf-p-3xs - 10px</div>
       <div class="-sf-p-2xs">.-sf-p-2xs - 15px</div>
       <div class="-sf-p-xs">.-sf-p-xs - 20px</div>
       <div class="-sf-p-s">.-sf-p-s - 25px</div>
       <div class="-sf-p-m">.-sf-p-m - 30px</div>
       <div class="-sf-p-l">.-sf-p-l - 35px</div>
       <div class="-sf-p-xl">.-sf-p-xl - 40x</div>
       <div class="-sf-p-2xl">.-sf-p-2xl - 45px</div>
       <div class="-sf-p-3xl">.-sf-p-3xl  - 50px</div>
       <div class="-sf-p-4xl">.-sf-p-4xl - 55px</div>
       <div class="-sf-p-5xl">.-sf-p-5xl  - 60px</div>
       <div class="-sf-p-6xl">.-sf-p-6xl - 80px</div>
       <div class="-sf-p-7xl">.-sf-p-7xl  - 100px</div>
       <div class="-sf-p-8xl">.-sf-p-8xl  - 120px</div>

      Styleguide: Spacing.padding-classes
  */
  /*
    Border utility classes

    Border

    `-sf-border-top, -sf-border-bottom, -sf-border-lighter, -sf-border-lightest`

        Markup:
        <div class="-sf-border-top" style="margin-bottom: 20px;">.-sf-border-top</div>
        <div class="-sf-border-bottom" style="margin-bottom: 20px;">.-sf-border-bottom</div>
        <div class="-sf-border-left" style="margin-bottom: 20px;">.-sf-border-left</div>
        <div class="-sf-border-right" style="margin-bottom: 20px;">.-sf-border-right</div>
        <div class="-sf-border-bottom -sf-border-lighter" style="margin-bottom: 20px;">.-sf-border-lighter</div>
        <div class="-sf-border-bottom -sf-border-lightest">.-sf-border-lightest</div>

        Styleguide: Border.classes
   */
  /*
    Centered box

    `-sf-centered-box`

    Sets box's right and left margins to auto to center the box horizontally if it has width.

        Markup:
        <div style="width: 200px" class="-sf-centered-box">Centered box with fixed width</div>

        Styleguide: Center utility classes.centered
   */
  /*
    Centered horizontally and vertically box

    `-sf-centered-vertical-box` Sets box's right and left margins to auto to center the box horizontally if it has width and set it's display to flex and min-height to 100% of the view height.

        Markup:
        <div class="-sf-centered-vertical-box">Centered box with fixed width</div>

        Styleguide: Center utility classes.horizontally-vertically-centered
   */
  /*
    Expands element to 100% height of parent

    `-sf-full-height`

        Markup:
        <div style="height: 300px; width: 300px; border:1px solid #eee">
         <div class="-sf-full-height" style="background-color: #fefefe;">Grey child is as tall as parent</div>
        </div>

        Styleguide: Center utility classes.full-height
   */
  /*
    Cursor/Disabled utility classes

    Disabled link

    `-sf-disabled`

        Markup:
        <a class="-sf-disabled" href="https://www.progress.com/">Disabled link</a>

        Styleguide: Disabled.disabled
   */
  /*
    Element which looks clickable

    `-sf-clickable`

        Markup:
        <span class="-sf-clickable">Clickable element</span>

        Styleguide: Disabled.clickable
   */
  /*
    Element with cursor text

    `-sf-cursor-text`

        Markup:
        <span class="-sf-cursor-text">Cursor text</span>

        Styleguide: Disabled.cursor-text
   */
  /*
    Element that cannot be selected

    `-sf-user-select-none`

        Markup:
        <span class="-sf-user-select-none">User selection none</span>

        Styleguide: Disabled.user-select-none
   */
  /*
    Text utility classes

    Hint, dimmed, success, failure

   `.-sf-txt-hint, .-sf-txt-dimmed, .-sf-txt-success, .-sf-txt-failure`

        Markup:
        <div class="-sf-txt-hint">Hint: Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi.</div>
        <div class="-sf-txt-dimmed">Dimmed: Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi.</div>
        <div class="-sf-txt-success">Success: Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi.</div>
        <div class="-sf-txt-failure">Failure: Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi.</div>

        Styleguide: Text.utility
   */
  /*
    Text align

   `.-sf-txt-align-left, -sf-txt-align-right, -sf-txt-align-center`

        Markup:
        <div class="-sf-txt-align-left">Pellentesque luctus, erat sed elementum aliquam.</div>
        <div class="-sf-txt-align-right">Pellentesque luctus, erat sed elementum aliquam.</div>
        <div class="-sf-txt-align-center">Pellentesque luctus, erat sed elementum aliquam.</div>

      Styleguide: Text.align
   */
  /*
    Vertical align middle

   `.-sf-txt-vertical-align-middle`

        Markup:
        <div class="-sf-txt-vertical-align-middle">Pellentesque luctus, erat sed elementum aliquam.</div>

        Styleguide: Text.txt-vertical-align-middle
   */
  /*
    Text transform

   `.-sf-txt-nowrap, -sf-txt-lower-case, -sf-txt-upper-case`

        Markup:
        <div class="-sf-txt-nowrap">Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi. Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi.</div>
        <div class="-sf-txt-lower-case">Pellentesque luctus, erat sed elementum aliquam.</div>
        <div class="-sf-txt-upper-case">Pellentesque luctus, erat sed elementum aliquam.</div>

        Styleguide: Text.transform
   */
  /*
    Overflow hidden

    `-sf-overflow-hidden`

        Markup:
        <p class="-sf-overflow-hidden" style="width: 500px; ">Loremipsumdolorsitamet,consecteturadipiscingelit.Seddapibustemporjustononullamcorper.Phasellusullamcorpernislorci,idfringillaexegestasin.Pellentesquetortorurna,feugiatutnunclaoreet,imperdietsollicitudinneque.Duisbibendumnonauguequisullamcorper.Quisqueeunibhegetestdignissimpharetra.Sedeupulvinarelit,quismalesuadaleo.Duisvitaevariusligula.Sedsitametpulvinardiam.VestibulumanteipsumprimisinfaucibusorciluctusetultricesposuerecubiliaCurae;Namutiaculisdui.Aeneanefficitur,tortorveldictumauctor,nibhtortorcondimentumnunc,noncursusnisinuncsedest.Utfringillamaurisacnislbibendum,velsagittisquamfacilisis.Vestibulumsagittisnonligulanonsollicitudin.</p>

        Styleguide: Text.overflow-hidden
   */
  /*
    Overflow auto

    `-sf-overflow-auto`

        Markup:
        <p class="-sf-overflow-auto" style="width: 500px; ">Loremipsumdolorsitamet,consecteturadipiscingelit.Seddapibustemporjustononullamcorper.Phasellusullamcorpernislorci,idfringillaexegestasin.Pellentesquetortorurna,feugiatutnunclaoreet,imperdietsollicitudinneque.Duisbibendumnonauguequisullamcorper.Quisqueeunibhegetestdignissimpharetra.Sedeupulvinarelit,quismalesuadaleo.Duisvitaevariusligula.Sedsitametpulvinardiam.VestibulumanteipsumprimisinfaucibusorciluctusetultricesposuerecubiliaCurae;Namutiaculisdui.Aeneanefficitur,tortorveldictumauctor,nibhtortorcondimentumnunc,noncursusnisinuncsedest.Utfringillamaurisacnislbibendum,velsagittisquamfacilisis.Vestibulumsagittisnonligulanonsollicitudin.</p>

        Styleguide: Text.overflow-auto
   */
  /*
    Overflow ellipsis

    `-sf-overflow-ellipsis`

        Markup:
        <p class="-sf-overflow-ellipsis" style="width: 500px; ">Loremipsumdolorsitamet,consecteturadipiscingelit.Seddapibustemporjustononullamcorper.Phasellusullamcorpernislorci,idfringillaexegestasin.Pellentesquetortorurna,feugiatutnunclaoreet,imperdietsollicitudinneque.Duisbibendumnonauguequisullamcorper.Quisqueeunibhegetestdignissimpharetra.Sedeupulvinarelit,quismalesuadaleo.Duisvitaevariusligula.Sedsitametpulvinardiam.VestibulumanteipsumprimisinfaucibusorciluctusetultricesposuerecubiliaCurae;Namutiaculisdui.Aeneanefficitur,tortorveldictumauctor,nibhtortorcondimentumnunc,noncursusnisinuncsedest.Utfringillamaurisacnislbibendum,velsagittisquamfacilisis.Vestibulumsagittisnonligulanonsollicitudin.</p>

        Styleguide: Text.overflow-ellipsis
   */
  /*
    Overflow ellipsis on the second line

    `-sf-overflow-multiline-ellipsis`

        Markup:
        <p class="-sf-overflow-multiline-ellipsis" style="width: 500px; ">Loremipsumdolorsitamet,consecteturadipiscingelit.Seddapibustemporjustononullamcorper.Phasellusullamcorpernislorci,idfringillaexegestasin.Pellentesquetortorurna,feugiatutnunclaoreet,imperdietsollicitudinneque.Duisbibendumnonauguequisullamcorper.Quisqueeunibhegetestdignissimpharetra.Sedeupulvinarelit,quismalesuadaleo.Duisvitaevariusligula.Sedsitametpulvinardiam.VestibulumanteipsumprimisinfaucibusorciluctusetultricesposuerecubiliaCurae;Namutiaculisdui.Aeneanefficitur,tortorveldictumauctor,nibhtortorcondimentumnunc,noncursusnisinuncsedest.Utfringillamaurisacnislbibendum,velsagittisquamfacilisis.Vestibulumsagittisnonligulanonsollicitudin.</p>

        Styleguide: Text.overflow-multiline-ellipsis
   */
  /*
    Word break

    `-sf-word-break-all`

        Markup:
        <p class="-sf-word-break-all" style="width: 500px; ">Loremipsumdolorsitamet,consecteturadipiscingelit.Seddapibustemporjustononullamcorper.Phasellusullamcorpernislorci,idfringillaexegestasin.Pellentesquetortorurna,feugiatutnunclaoreet,imperdietsollicitudinneque.Duisbibendumnonauguequisullamcorper.Quisqueeunibhegetestdignissimpharetra.Sedeupulvinarelit,quismalesuadaleo.Duisvitaevariusligula.Sedsitametpulvinardiam.VestibulumanteipsumprimisinfaucibusorciluctusetultricesposuerecubiliaCurae;Namutiaculisdui.Aeneanefficitur,tortorveldictumauctor,nibhtortorcondimentumnunc,noncursusnisinuncsedest.Utfringillamaurisacnislbibendum,velsagittisquamfacilisis.Vestibulumsagittisnonligulanonsollicitudin.</p>

     Styleguide: Text.word-break-all
   */
  /*
    Word break

    `-sf-word-break-word`

        Markup:
        <p class="-sf-word-break-word" style="width: 500px; ">Loremipsumdolorsitamet,consecteturadipiscingelit.Seddapibustemporjustononullamcorper.Phasellusullamcorpernislorci,idfringillaexegestasin.Pellentesquetortorurna,feugiatutnunclaoreet,imperdietsollicitudinneque.Duisbibendumnonauguequisullamcorper.Quisqueeunibhegetestdignissimpharetra.Sedeupulvinarelit,quismalesuadaleo.Duisvitaevariusligula.Sedsitametpulvinardiam.VestibulumanteipsumprimisinfaucibusorciluctusetultricesposuerecubiliaCurae;Namutiaculisdui.Aeneanefficitur,tortorveldictumauctor,nibhtortorcondimentumnunc,noncursusnisinuncsedest.Utfringillamaurisacnislbibendum,velsagittisquamfacilisis.Vestibulumsagittisnonligulanonsollicitudin.</p>

        Styleguide: Text.word-break-word
   */
  /*
    Text direction

    `-sf-direction-rtl, -sf-direction-ltr`

        Markup:
        <p class="-sf-direction-rtl">Loremipsumdolorsitamet, consecteturadipiscingelit. Seddapibustemporjustononullamcorper. Phasellusullamcorpernislorci, idfringillaexegestasin. Pellentesquetortorurna, feugiatutnunclaoreet, imperdietsollicitudinneque.</p>
        <p class="-sf-direction-ltr">Loremipsumdolorsitamet, consecteturadipiscingelit. Seddapibustemporjustononullamcorper. Phasellusullamcorpernislorci, idfringillaexegestasin. Pellentesquetortorurna, feugiatutnunclaoreet, imperdietsollicitudinneque.</p>

        Styleguide: Text.direction
   */
  /*
    Large text

   `.-sf-txt-large`

        Markup:
        <div class="-sf-txt-large">Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi.</div>

        Styleguide: Text.txt-large
   */
  /*
    Small text

   `.-sf-txt-small`

        Markup:
        <div class="-sf-txt-small">Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi.</div>

        Styleguide: Text.txt-small
   */
  /*
    Base text

   `.-sf-txt-base`

        Markup:
        <div class="-sf-txt-base">Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi.</div>

        Styleguide: Text.txt-base
   */
  /*
    Visibility utility classes

    Hide classes

    `-sf-hidden, -sf-invisible, -sf-transparent`

        Markup:
        <div class="-sf-hidden">.-sf-hidden</div>
        <div class="-sf-invisible">.-sf-invisible</div>
        <div class="-sf-transparent">.-sf-transparent</div>

        Styleguide: Visibility.hide
   */
  /*
    Visually hidden but accessible to screen readers

    `-sf-visually-hidden`

        Markup:
        <div class="-sf-visually-hidden">This text is visually hidden but accessible to screen readers</div>

        Styleguide: Visibility.visually-hidden
   */
  /*
   Image fit cover

   `-sf-img-fit-cover`

       Markup:
       <div style="width: 200px; height: 300px"><img src="/assets/svg_new_user_interface.svg"  alt="" class="-sf-img-fit-cover"></div>

        Styleguide: Visibility.img-fit-cover
   */
  /*
    Positions

    `-sf-absolute, -sf-relative`

        Markup:
        <div class="-sf-absolute">Absolute position</div>
        <div class="-sf-relative">Relative position</div>
        <div class="-sf-static">Static position</div>

        Styleguide: Visibility.positions
   */
  /*
    Rotate

    `-sf-rotate-90, sf-rotate--90, sf-rotate-180`

        Markup:
        <div class="-sf-rotate-90">Rotate 90deg</div>
        <div class="-sf-rotate--90">Rotate -90deg</div>
        <div class="-sf-rotate-180">Rotate 180deg</div>

        Styleguide: Visibility.rotate
   */
  /* Min width */
  /*
    Width utility classes

    Width classes

    `.-sf-width-{1,2,...,12}, .-sf-width-form-{small, medium, large}`

        Markup:
        <div class="-sf-width-1" style="background-color: #83e3ff;">.-sf-width-1 ~8%</div>
        <div class="-sf-width-2" style="background-color: #83e3ff;">.-sf-width-2 ~16%</div>
        <div class="-sf-width-3" style="background-color: #83e3ff;">.-sf-width-3 25%</div>
        <div class="-sf-width-4" style="background-color: #83e3ff;">.-sf-width-4 ~33%</div>
        <div class="-sf-width-5" style="background-color: #83e3ff;">.-sf-width-5 ~41%</div>
        <div class="-sf-width-6" style="background-color: #83e3ff;">.-sf-width-6 50%</div>
        <div class="-sf-width-7" style="background-color: #83e3ff;">.-sf-width-7 ~58%</div>
        <div class="-sf-width-8" style="background-color: #83e3ff;">.-sf-width-8 ~66%</div>
        <div class="-sf-width-9" style="background-color: #83e3ff;">.-sf-width-9 75%</div>
        <div class="-sf-width-10" style="background-color: #83e3ff;">.-sf-width-10 ~83%</div>
        <div class="-sf-width-11" style="background-color: #83e3ff;">.-sf-width-11 ~91%</div>
        <div class="-sf-width-12" style="background-color: #83e3ff;">.-sf-width-12 100%</div>
        <div class="-sf-width-12" style="background-color: #83e3ff;">.-sf-width-form-small 410px}</div>
        <div class="-sf-width-12" style="background-color: #83e3ff;">.-sf-width-form-medium var(--form-width-medium)}</div>
        <div class="-sf-width-12" style="background-color: #83e3ff;">.-sf-width-form-large 1000px}</div>

         Styleguide: Width.classes
   */
  /*
    Typography

    Headings

        Markup:
        <h1 class="-sf-h-large">H1 List Page Title</h1>
        <h1>H1 Detail Page Title</h1>
        <h2>H2 Group Title</h2>
        <h3>H3 Item Title</h3>
        <h4 class="-sf-h-large">H4 Form Label</h4>
        <h4>H4 Regular Label</h4>
        <h5>H5 Small Labels</h5>

        Styleguide: Typography.headings
   */
  /*
   Heading CSS Classes

       Markup:
       <div class="h1 -sf-h-large">H1 List Page Title</div>
       <div class="h1">H1 Detail Page Title</div>
       <div class="h2">H2 Group Title</div>
       <div class="h3">H3 Item Title</div>
       <div class="h4 -sf-h-large">H4 Form Label</div>
       <div class="h4">H4 Regular Label</div>
       <div class="h5">H5 Small Labels</div>

       Styleguide: Typography.headings-classes
   */
  /*
   Paragraph

       Markup:
       <p><a href="#">Lorem ipsum dolor sit amet</a>, consectetur adipiscing elit. <a class="-secondary">Pellentesque luctus</a>, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi. Donec faucibus commodo lacus, quis laoreet nulla. Ut et neque quis tortor dapibus consequat. Nulla iaculis id sem eget ullamcorper. In ac euismod nunc. Fusce at tortor viverra, maximus quam quis, interdum velit. Mauris varius risus ut ante porttitor tempor.</p>

       Styleguide: Typography.Paragraph
  */
  /*
    Default Breadcrumb

    .sf-breadcrumb

    Markup:
    <div class="sf-breadcrumb">Earth > Europe > Bulgaria > Sofia > Mladost</div>
    <div class="sf-breadcrumb -sf-overflow-ellipsis" style="width: 150px; ">Earth > Europe > Bulgaria > Sofia > Mladost</div>

    Styleguide: Breadcrumb.default
   */
  /*
    Default Tabstrip

    `.sf-tabs`

        Markup:
        <div class="sf-tabs">
             <a class="sf-tabs__item">Recent</a>
             <a class="sf-tabs__item -selected">Libraries</a>
             <a class="sf-tabs__item">Selected <span class="sf-tabs__badge sf-badge">0</span></a>
        </div>

        Styleguide: Tabstrip.default
   */
  /*
    Large

    `.sf-tabs.-large`

        Markup:
        <div class="sf-tabs -large">
             <a class="sf-tabs__item">Recent</a>
             <a class="sf-tabs__item -selected">Libraries</a>
             <a class="sf-tabs__item">Selected <span class="sf-tabs__badge sf-badge -positive">4</span></a>
        </div>

        Styleguide: Tabstrip.large
   */
  /*
    Icons with text

    `.sf-icon`

        Markup:
        <i class="sf-fa sf-fa-sliders sf-icon"></i><span>Settings</span><br />
        <i class="sf-fa sf-fa-question-circle sf-icon"></i><span>Help</span><br />
        <i class="sf-fa sf-fa-folder-o sf-icon"></i><span>Folder</span><br />
        <i class="sf-fa sf-fa-exclamation-circle sf-icon -exclamation"></i><br />

       Styleguide: Icon.text
   */
  /*
    Close icon

    `.sf-icon.-close`

        Markup:
        <i class="sf-icon -close"></i>

        Styleguide: Icon.close
   */
  /*
   Illustrative icons

   `.sf-icon.-illustrative`

       Markup:
       <i class="sf-fa sf-fa-check-square-o sf-icon -illustrative"></i>
       <i class="sf-fa sf-fa-user sf-icon -illustrative -size-3xl"></i>

       Styleguide: Icon.illustrative
  */
  /*
   Colors

   `.sf-icon.-{light, lighter, black, white, color-inherit}`

       Markup:
       <i class="sf-fa sf-fa-folder-o sf-icon -light -size-xl"></i>
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -light"></i>
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -light -size-xs"></i>
       <br />
       <i class="sf-fa sf-fa-folder-o sf-icon -lighter -size-xl"></i>
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -lighter"></i>
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -lighter -size-xs"></i>
       <br />
       <i class="sf-fa sf-fa-folder-o sf-icon -black -size-xl"></i>
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -black"></i>
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -black -size-xs"></i>
       <div style="background-color: grey; color: pink; padding: 5px; max-width: 150px;">
       <i class="sf-fa sf-fa-folder-o sf-icon -white -size-xl"></i>
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -white"></i>
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -white -size-xs"></i>
       <br />
       <i class="sf-fa sf-fa-folder-o sf-icon -color-inherit -size-xl"></i>
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -color-inherit"></i>
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -color-inherit -size-xs"></i>
       </div>

       Styleguide: Icon.colors
  */
  /*
   Icon sizes

   `.sf-icon.-size-{7xs, 4xs, 3xs, 2xs, xs, s, m, l, xl, 2xl, 3xl, 4xl, 5xl}`

       Markup:
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -size-7xs"></i>-size-7xs — 5px<br />
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -size-4xs"></i>-size-4xs — 11px<br />
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -size-3xs"></i>-size-3xs — 12px<br />
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -size-2xs"></i>-size-2xs — 13px<br />
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -size-xs"></i>-size-xs — 14px<br />
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -size-s"></i>-size-s — 16px<br />
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -size-m"></i>-size-m — 18px<br />
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -size-l"></i>-size-l — 20px<br />
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -size-xl"></i>-size-xl — 22px<br />
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -size-2xl"></i>-size-2xl — 28px<br />
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -size-3xl"></i>-size-3xl — 36px<br />
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -size-4xl"></i>-size-4xl — 48px<br />
       <i class="sf-fa sf-fa-ellipsis-v sf-icon -size-5xl"></i>-size-5xl — 60px<br />

       Styleguide: Icon.sizes
   */
  /*
   Stacked icons

   `.sf-stack {.sf-stack__in,.sf-stack__out}`

       Markup:
       <div class="sf-icon-stack">
         <i class="sf-icon-stack__in sf-fa sf-fa-info sf-icon -size-3xs -white"></i>
         <i class="sf-icon-stack__out sf-fa sf-fa-circle sf-icon -size-l -black"></i>
       </div>
       <div class="sf-icon-stack">
         <i class="sf-icon-stack__in sf-fa sf-fa-check sf-icon -size-2xs -light"></i>
         <i class="sf-icon-stack__in sf-fa sf-fa-circle sf-icon -size-xl -black"></i>
         <i class="sf-icon-stack__out sf-fa sf-fa-circle sf-icon -size-2xl -light"></i>
       </div>

        Styleguide: Icon.stacked
  */
  /*
    Text

    `.sf-status__text`

        Markup:
        <p class="sf-status__text">Published</p>

        Styleguide: Status.text
   */
  /*
    Icon

    `.status__icon.-{published, locked, unpublished, rejectedforpublishing, rejected, scheduled, draft, draftnewer, dimmed, for-translation, for-published, for-restricted, for-scheduled, for-draft}`

        Markup:
        <i class="sf-status__icon"></i> Default<br /><br />
        <i class="sf-status__icon -published"></i> Published<br /><br />
        <i class="sf-status__icon -locked"></i> Locked<br /><br />
        <i class="sf-status__icon -unpublished"></i> Unpublished<br /><br />
        <i class="sf-status__icon -rejectedforpublishing"></i> Rejected for publishing<br /><br />
        <i class="sf-status__icon -rejected"></i> Rejected<br /><br />
        <i class="sf-status__icon -scheduled"></i> Scheduled<br /><br />
        <i class="sf-status__icon -draft"></i> Draft<br /><br />
        <i class="sf-status__icon -draftnewer"></i> Draft newer than published<br /><br />
        <i class="sf-status__icon -published -dimmed"></i> Published Dimmed — used to dim the status of not translated items<br /><br />
        <i class="sf-status__icon -for-translation"></i> For traslation<br /><br />
        <i class="sf-status__icon -for-published sf-fa-bell-o"></i> Custom status icon with color of Published<br /><br />
        <i class="sf-status__icon -for-restricted sf-fa-bullhorn"></i> Custom status icon with color of Rejected<br /><br />
        <i class="sf-status__icon -for-unpublished sf-fa-envelope-o"></i> Custom status icon with color of Unpublished<br /><br />
        <i class="sf-status__icon -for-scheduled sf-fa-eye"></i> Custom status with color of Scheduled<br /><br />
        <i class="sf-status__icon -for-draft sf-fa-star-o"></i> Custom status with color of Draft<br />

   Styleguide: Status.Icon
   */
  /*
    Default Badge

    `.sf-badge`

    Markup:
    <i class="sf-badge">5</i> Default diameter size 22px and default color grey <br />
    <i class="sf-badge -hover">5</i> Default with hover <br />

    Styleguide: Badge.default
  */
  /* Badge Size

   `.sf-badge.-size-{s,m,l,xl}`

   Markup:
   <i class="sf-badge -size-s">5</i> Size s: 16px diameter <br />
   <i class="sf-badge -size-m">5</i> Size m: 22px diameter (Default) <br />
   <i class="sf-badge -size-l">5</i> Size l: 24px diameter <br />
   <i class="sf-badge -size-xl">5</i> Size xl: 26px diameter <br />

   Styleguide: Badge.size
  */
  /* Badge Color

   `.sf-badge.-{positive,negative,white}`

   Markup:
   <i class="sf-badge">0</i> Default background color <br /><br />
   <i class="sf-badge -positive">5</i> Positive background color <br /><br />
   <i class="sf-badge -negative">5</i> Negative background color <br /><br />
   <span style="padding: 5px; background-color: #000; color: #fff;"><i class="sf-badge -white -icon"><i class="sf-fa sf-fa-check-circle sf-icon -size-m"></i></i> White background color used for icons</span> <br />

   Styleguide: Badge.color
  */
  /*
   Badge for Languages

   `.sf-badge.-{add, -add-variation, -edit-variation}`

   Markup:
   <i class="sf-badge -add">5</i> White badge with border and hover <br />
   <i class="sf-badge -add -hover">5</i> White badge with border <br /><br />
   <i class="sf-badge -add-variation -sf-txt-small">EN</i> Light blue background background color <br />
   <i class="sf-badge -add-variation -hover -sf-txt-small">EN</i> Light blue background background color and hover <br /><br />
   <i class="sf-badge -edit-variation -sf-txt-small">BG</i> Dark blue background background color <br />
   <i class="sf-badge -edit-variation -hover -sf-txt-small">BG</i> Dark blue background background color and hover <br /><br />
   <i class="sf-badge -add-variation -floating-txt -sf-txt-small"><span class="sf-badge__animated-content">Bulgaria on three seas</span></i> Badge with floating text

   Styleguide: Badge.languages
  */
  /*
   Badge with Icon

   `.sf-badge.-icon`

   Markup:
   <i class="sf-badge -white -icon"><i class="sf-fa sf-fa-question-circle sf-icon"></i></i> Default badge size and default icon size <br />
   <i class="sf-badge -white -icon"><i class="sf-fa sf-fa-check-circle sf-icon -size-l"></i></i> Default badge size and L icon size <br />
   <i class="sf-badge -white -icon -size-s"><i class="sf-fa sf-fa-info-circle sf-icon -size-s"></i></i> Badge size S and icon size S <br />

   Styleguide: Badge.icon
  */
  /*
    Button
   */
  /*
   Default Button

   `.sf-button`

       Markup:
       <button class="sf-button">Default Button</button>
       <button class="sf-button" disabled>Disabled Default Button</button>
       <a class="sf-button">Default Button</a>
       <a class="sf-button -disabled">Disabled Default Button</a>

      Styleguide: Button.default
   */
  /*
   large Button

   `.sf-button.-large`

       Markup:
       <button class="sf-button -large">large Default Button</button>
       <button class="sf-button -large" disabled>Disabled large Default Button</button>

     Styleguide: Button.large
  */
  /*
   small Button

   `.sf-button.-small`

       Markup:
       <button class="sf-button -small">small Default Button</button>
       <button class="sf-button -small" disabled>Disabled small Default Button</button>

     Styleguide: Button.small
  */
  /*
   sidebar-tree Button

   `.sf-button.-sidebar-tree`

       Markup:
       <button class="sf-button -sidebar-tree">sidebar-tree Default Button</button>
       <button class="sf-button -sidebar-tree" disabled>Disabled sidebar-tree Default Button</button>

    Styleguide: Button.sidebar-tree
  */
  /*
   sidebar-tree large Button

   `.sf-button.-large.-sidebar-tree`

       Markup:
       <button class="sf-button -sidebar-tree -large">sidebar-tree large Default Button</button>
       <button class="sf-button -sidebar-tree -large" disabled>Disabled sidebar-tree large Default Button</button>

       Styleguide: Button.sidebar-tree-large
  */
  /*
   sidebar-tree small Button

   `.sf-button.-small.-sidebar-tree`

       Markup:
       <button class="sf-button -sidebar-tree -small">sidebar-tree small Default Button</button>
       <button class="sf-button -sidebar-tree -small" disabled>Disabled sidebar-tree small Default Button</button>

       Styleguide: Button.sidebar-tree-small
  */
  /*
   sidebar-tree-invert Button

   `.sf-button.-sidebar-tree-invert`

       Markup:
       <button class="sf-button -sidebar-tree-invert">sidebar-tree-invert Default Button</button>
       <button class="sf-button -sidebar-tree-invert" disabled>Disabled sidebar-tree-invert Default Button</button>

    Styleguide: Button.sidebar-tree-invert
  */
  /*
   sidebar-tree-invert large Button

   `.sf-button.-large.-sidebar-tree-invert`

       Markup:
       <button class="sf-button -sidebar-tree-invert -large">sidebar-tree-invert large Default Button</button>
       <button class="sf-button -sidebar-tree-invert -large" disabled>Disabled sidebar-tree-invert large Default Button</button>

       Styleguide: Button.sidebar-tree-invert-large
  */
  /*
   sidebar-tree-invert small Button

   `.sf-button.-small.-sidebar-tree-invert`

       Markup:
       <button class="sf-button -sidebar-tree-invert -small">sidebar-tree-invert small Default Button</button>
       <button class="sf-button -sidebar-tree-invert -small" disabled>Disabled sidebar-tree-invert small Default Button</button>

       Styleguide: Button.sidebar-tree-invert-small
  */
  /*
   action Button

   `.sf-button.-action`

       Markup:
       <button class="sf-button -action">action Default Button</button>
       <button class="sf-button -action" disabled>Disabled action Default Button</button>

    Styleguide: Button.action
  */
  /*
   action large Button

   `.sf-button.-large.-action`

       Markup:
       <button class="sf-button -action -large">action large Default Button</button>
       <button class="sf-button -action -large" disabled>Disabled action large Default Button</button>

       Styleguide: Button.action-large
  */
  /*
   action small Button

   `.sf-button.-small.-action`

       Markup:
       <button class="sf-button -action -small">action small Default Button</button>
       <button class="sf-button -action -small" disabled>Disabled action small Default Button</button>

       Styleguide: Button.action-small
  */
  /*
   delete Button

   `.sf-button.-delete`

       Markup:
       <button class="sf-button -delete">delete Default Button</button>
       <button class="sf-button -delete" disabled>Disabled delete Default Button</button>

    Styleguide: Button.delete
  */
  /*
   delete large Button

   `.sf-button.-large.-delete`

       Markup:
       <button class="sf-button -delete -large">delete large Default Button</button>
       <button class="sf-button -delete -large" disabled>Disabled delete large Default Button</button>

       Styleguide: Button.delete-large
  */
  /*
   delete small Button

   `.sf-button.-small.-delete`

       Markup:
       <button class="sf-button -delete -small">delete small Default Button</button>
       <button class="sf-button -delete -small" disabled>Disabled delete small Default Button</button>

       Styleguide: Button.delete-small
  */
  /*
   link Button

   `.sf-button.-link`

       Markup:
       <button class="sf-button -link">link Default Button</button>
       <button class="sf-button -link" disabled>Disabled link Default Button</button>

    Styleguide: Button.link
  */
  /*
   link large Button

   `.sf-button.-large.-link`

       Markup:
       <button class="sf-button -link -large">link large Default Button</button>
       <button class="sf-button -link -large" disabled>Disabled link large Default Button</button>

       Styleguide: Button.link-large
  */
  /*
   link small Button

   `.sf-button.-small.-link`

       Markup:
       <button class="sf-button -link -small">link small Default Button</button>
       <button class="sf-button -link -small" disabled>Disabled link small Default Button</button>

       Styleguide: Button.link-small
  */
  /*
   invert Button

   `.sf-button.-invert`

       Markup:
       <button class="sf-button -invert">invert Default Button</button>
       <button class="sf-button -invert" disabled>Disabled invert Default Button</button>

    Styleguide: Button.invert
  */
  /*
   invert large Button

   `.sf-button.-large.-invert`

       Markup:
       <button class="sf-button -invert -large">invert large Default Button</button>
       <button class="sf-button -invert -large" disabled>Disabled invert large Default Button</button>

       Styleguide: Button.invert-large
  */
  /*
   invert small Button

   `.sf-button.-small.-invert`

       Markup:
       <button class="sf-button -invert -small">invert small Default Button</button>
       <button class="sf-button -invert -small" disabled>Disabled invert small Default Button</button>

       Styleguide: Button.invert-small
  */
  /*
   Button with Feedback Icon

   `.sf-button.-feedback`

       Markup:
       <button class="sf-button -feedback"><div class="sf-button__content">Feedback Button</div><i class="sf-button__icon sf-fa sf-fa-check sf-icon"></i></button>
       <button class="sf-button -feedback -done"><div class="sf-button__content">Feedback Button</div><i class="sf-button__icon sf-fa sf-fa-check sf-icon"></i></button>

  Styleguide: Button.feedback-icon
  */
  /*
   Button with Loader

      Markup:
      <button class="sf-button -loader -inprogress">
          <div class="sf-loader -color">
              <div class="sf-loader__content">
                   <div class="sf-loader__rect -first"></div>
                   <div class="sf-loader__rect -second"></div>
                   <div class="sf-loader__rect -third"></div>
              </div>
          </div>
          <span class="sf-button__content">Button</span>
      </button>
      <button class="sf-button -loader -action -inprogress">
          <div class="sf-loader -transparent">
              <div class="sf-loader__content">
                   <div class="sf-loader__rect -first"></div>
                   <div class="sf-loader__rect -second"></div>
                   <div class="sf-loader__rect -third"></div>
              </div>
          </div>
          <span class="sf-button__content">Button</span>
      </button>

   */
  /*
   Dropdown button

   `.sf-button`

       Markup:
       <div style="height: 150px; padding-left: 160px;">
           <button type="button" class="sf-button -icon -dropdown -dropped">
               <i class="sf-button__icon sf-icon sf-fa sf-fa-ellipsis-h -size-m" title="Actions"></i>
               <div class="sf-button__dropdown">
                   <div class="sf-dropdown">
                        <div class="sf-dropdown__heading">
                           Edit
                        </div>
                        <div class="sf-dropdown__item -active">
                           Default News
                        </div>
                        <div class="sf-dropdown__item">
                            News items<span class="sf-dropdown__counter -positive">14</span>
                        </div>
                        <div class="sf-dropdown__separator">
                        </div>
                        <div class="sf-dropdown__item -sf-txt-failure">
                            Delete
                        </div>
                   </div>
              </div>
           </button>
       </div>

   Styleguide: Button.loader
   */
  /*
   Dropdown button without border

   `.sf-button.-no-border`

       Markup:
       <div style="height: 150px; padding-left: 160px;">
           <button type="button" class="sf-button -no-border -icon -dropdown -dropped">
               <i class="sf-button__icon sf-icon sf-fa sf-fa-ellipsis-h -size-m" title="Actions"></i>
               <div class="sf-button__dropdown">
                   <div class="sf-dropdown">
                        <div class="sf-dropdown__heading">
                           Edit
                        </div>
                        <div class="sf-dropdown__item -active">
                           Default News
                        </div>
                        <div class="sf-dropdown__item">
                           test News
                        </div>
                        <div class="sf-dropdown__separator">
                        </div>
                        <div class="sf-dropdown__item -sf-txt-failure">
                            Delete
                        </div>
                   </div>
              </div>
           </button>
       </div>

   Styleguide: Button.dropdown
   */
  /*
   Dropdown button with icon and text

       Markup:
       <div style="height: 120px;">
           <a class="sf-button -no-border -left -icon -dropdown -dropped">
               <span>Default News</span>
               <i class="sf-button__icon sf-icon sf-fa sf-fa-caret-down -size-xs"></i>
               <div class="sf-button__dropdown">
                   <div class="sf-dropdown">
                        <div class="sf-dropdown__item -active">
                           Default News
                        </div>
                        <div class="sf-dropdown__item">
                           test News
                        </div>
                   </div>
              </div>
           </a>
       </div>

   Styleguide: Button.dropdown-with-icon-text
   */
  /*
   Dropdown as color picker

   Markup:
   <a class="sf-button -large -left -angled -sf-pr-5xs -no-hover -icon -dropdown -dropped" aria-expanded="true" aria-haspopup="true" role="listbox" tabindex="0" >
      <span class="sf-button__content">
          <i class="sf-badge -sf-m-4xs -size-l -square" style="background-color: rgb(220, 236, 245);"></i>
      </span>
      <i class="sf-button__icon sf-icon sf-fa sf-fa-caret-down -size-m"></i>
      <div class="sf-button__dropdown">
          <div class="sf-dropdown -narrow" >
              <div class="sf-color-palette" style="grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;">
                  <div class="sf-color-palette__item" style="background-color: rgb(255, 173, 173);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(255, 164, 225);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(245, 154, 255);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(139, 244, 255);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(146, 255, 251);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(158, 255, 201);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(255, 255, 174);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(255, 235, 141);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(228, 207, 197);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(220, 236, 245);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(255, 122, 123);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(255, 113, 173);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(194, 103, 220);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(87, 193, 255);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(95, 208, 200);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(107, 222, 150);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(255, 255, 123);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(255, 184, 90);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(177, 157, 146);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(169, 185, 194);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(255, 72, 72);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(220, 62, 123);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(143, 52, 169);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(35, 142, 252);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(44, 157, 149);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(56, 171, 99);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(255, 224, 72);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(237, 133, 39);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(126, 106, 95);"></div>
                  <div class="sf-color-palette__item" style="background-color: rgb(118, 134, 143);"></div>
              </div>
          </div>
      </div>
   </a>

   Styleguide: Button.dropdown-color-picker
   */
  /*
   Icon Button

   `.sf-button.-icon`

       Markup:
       <button class="sf-button -icon"><i class="sf-icon -size-xs sf-fa sf-fa-sliders sf-button__icon"></i></button>
       <button class="sf-button -icon" disabled><i class="sf-icon -size-xs sf-fa sf-fa-sliders sf-button__icon"></i></button>
       <button class="sf-button -action -icon"><i class="sf-icon -size-xs sf-fa sf-fa-sliders sf-button__icon"></i></button>
       <button class="sf-button -action -icon" disabled><i class="sf-icon -size-xs sf-fa sf-fa-sliders sf-button__icon"></i></button>
       <br>
       <a class="sf-button -icon"><i class="sf-icon -size-xs sf-fa sf-fa-sliders sf-button__icon"></i></a>
       <a class="sf-button -icon -disabled"><i class="sf-icon -size-xs sf-fa sf-fa-sliders sf-button__icon"></i></a>

  Styleguide: Button.icon
  */
  /*
   Toggle buttons

   `.sf-button.-toggle`

       Markup:
       <button class="sf-button -icon -toggle"><i class="sf-icon sf-fa sf-fa-sitemap sf-button__icon"></i></button>
       <button class="sf-button -active -icon -toggle"><i class="sf-icon sf-fa sf-fa-filter sf-button__icon"></i></button>
       <button class="sf-button -icon -toggle"><i class="sf-icon sf-fa sf-fa-cog sf-button__icon"></i></button>
       <button class="sf-button -icon -toggle"><i class="sf-icon sf-fa sf-fa-lightbulb-o sf-button__icon"></i></button>
       <button class="sf-button -icon -toggle"><i class="sf-icon sf-fa sf-fa-th-list sf-button__icon"></i></button>
       <button class="sf-button -toggle"><span class="sf-button__content"><i class="sf-badge -size-xl-fixed -add-variation -sf-txt-small">EN</i></span></button>
       <br>
       <a class="sf-button -icon -toggle"><i class="sf-icon sf-fa sf-fa-sitemap sf-button__icon"></i></a>
       <a class="sf-button -active -icon -toggle"><i class="sf-icon sf-fa sf-fa-filter sf-button__icon"></i></a>
       <a class="sf-button -icon -toggle"><i class="sf-icon sf-fa sf-fa-cog sf-button__icon"></i></a>
       <a class="sf-button -icon -toggle"><i class="sf-icon sf-fa sf-fa-lightbulb-o sf-button__icon"></i></a>
       <a class="sf-button -icon -toggle"><i class="sf-icon sf-fa sf-fa-th-list sf-button__icon"></i></a>
       <a class="sf-button -icon -toggle"><i class="sf-icon sf-fa sf-fa-angle-left -size-2xl sf-button__icon"></i></a>
       <a class="sf-button -icon -toggle -disabled"><i class="sf-icon sf-fa sf-fa-angle-left -size-2xl sf-button__icon"></i></a>

  Styleguide: Button.toggle
  */
  /*
   Circled Icon Button

   `.sf-button.-icon.-circle`

       Markup:
       <button class="sf-button -icon -circle"><i class="sf-icon -size-xs sf-fa sf-fa-plus sf-button__icon"></i></button>
       <button class="sf-button -icon -circle" disabled><i class="sf-icon -size-xs sf-fa sf-fa-times sf-button__icon"></i></button>
       <button class="sf-button -icon -circle -small"><i class="sf-icon -size-xs sf-fa sf-fa-times sf-button__icon"></i></button>
       <br>
       <a class="sf-button -icon -circle"><i class="sf-icon -size-xs sf-fa sf-fa-plus sf-button__icon"></i></a>
       <a class="sf-button -icon -circle -disabled"><i class="sf-icon -size-xs sf-fa sf-fa-times sf-button__icon"></i></a>
       <a class="sf-button -icon -circle -small"><i class="sf-icon -size-xs sf-fa sf-fa-times sf-button__icon"></i></a>

       Styleguide: Button.icon-button
  */
  /*
   Circled Icon with small font size

   `.sf-button.-txt-small.-circle`

   Markup:
   <button class="sf-button -txt-small -small -circle">+4</button>
   <br>
   <a class="sf-button -txt-small -small -circle">+4</a>

    Styleguide: Button.circle-icon-small
  */
  /*
    Button group

    `.sf-button-group`

        Markup:
        <div class="sf-button-group">
        <button class="sf-button -icon -toggle"><i class="sf-icon sf-fa sf-fa-sitemap sf-button__icon"></i></button>
        <button class="sf-button -active -icon -toggle"><i class="sf-icon sf-fa sf-fa-filter sf-button__icon"></i></button>
        <button class="sf-button -icon -toggle"><i class="sf-icon sf-fa sf-fa-cog sf-button__icon"></i></button>
        <button class="sf-button -icon -toggle"><i class="sf-icon sf-fa sf-fa-lightbulb-o sf-button__icon"></i></button>
        <button class="sf-button -icon -toggle"><i class="sf-icon sf-fa sf-fa-th-list sf-button__icon"></i></button>
        </div>

     Styleguide: Button.button-group
   */
  /*
    Search Button Group
    `.sf-button-group`

        Markup:
        <div class="sf-button-group -search">
         <div class="sf-input">
              <input type="text" class="sf-input__field" placeholder="Search..." />
        </div>
         <button class="sf-button -icon">
             <i class="sf-fa sf-fa-search sf-icon -size-s sf-button__icon"></i>
         </button>
       </div>

       Styleguide: Button.search-button-group
   */
  /*
     Filter Button Group

    `.sf-button-group`

        Markup:
        <div class="sf-button-group -search">
         <i class="sf-fa sf-fa-search sf-icon -size-s -light"></i>
         <div class="sf-input -clearable">
            <input type="text" class="sf-input__field" placeholder="Narrow by typing..." />
             <span class="sf-input__clear-button">
                 <i class="sf-icon sf-fa sf-fa-times -size-3xs"></i>
             </span>
          </div>
       </div>
        <div class="sf-button-group -search">
         <i class="sf-fa sf-fa-search sf-icon -size-s -light"></i>
         <div class="sf-input -clearable">
            <input type="text" class="sf-input__field" placeholder="Narrow by typing..." />
             <span class="sf-input__clear-button -show">
                 <i class="sf-icon sf-fa sf-fa-times -size-3xs"></i>
             </span>
          </div>
       </div>

       Styleguide: Button.filter-button-group
   */
  /*
    Notification
   */
  /*
    info Notification

    `.sf-notification.-info`

        Markup:
        <div class="sf-notification -info">
            <div class="sf-notification__content">
                <h4>Curabitur sem nulla</h4>
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. In a tristique elit. Curabitur sem nulla, porttitor sit amet pretium luctus.
            </div>
        </div>

     Styleguide: Notification.default
   */
  /*
    success Notification

    `.sf-notification.-success`

        Markup:
        <div class="sf-notification -success">
            <div class="sf-notification__content">
                <h4>Curabitur sem nulla</h4>
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. In a tristique elit. Curabitur sem nulla, porttitor sit amet pretium luctus.
            </div>
        </div>

     Styleguide: Notification.default
   */
  /*
    error Notification

    `.sf-notification.-error`

        Markup:
        <div class="sf-notification -error">
            <div class="sf-notification__content">
                <h4>Curabitur sem nulla</h4>
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. In a tristique elit. Curabitur sem nulla, porttitor sit amet pretium luctus.
            </div>
        </div>

     Styleguide: Notification.default
   */
  /*
    warning Notification

    `.sf-notification.-warning`

        Markup:
        <div class="sf-notification -warning">
            <div class="sf-notification__content">
                <h4>Curabitur sem nulla</h4>
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. In a tristique elit. Curabitur sem nulla, porttitor sit amet pretium luctus.
            </div>
        </div>

     Styleguide: Notification.default
   */
  /*
    black Notification

    `.sf-notification.-black`

        Markup:
        <div class="sf-notification -black">
            <div class="sf-notification__content">
                <h4>Curabitur sem nulla</h4>
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. In a tristique elit. Curabitur sem nulla, porttitor sit amet pretium luctus.
            </div>
        </div>

     Styleguide: Notification.default
   */
  /*
    transparent Notification

    `.sf-notification.-transparent`

        Markup:
        <div class="sf-notification -transparent">
            <div class="sf-notification__content">
                <h4>Curabitur sem nulla</h4>
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. In a tristique elit. Curabitur sem nulla, porttitor sit amet pretium luctus.
            </div>
        </div>

     Styleguide: Notification.default
   */
  /*
   * info notification with close button

    `.sf-notification.-success`

        Markup:
        <div class="sf-notification -success">
            <span class="sf-notification__close-button"></span>
            <div class="sf-notification__content">
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. In a tristique elit. Curabitur sem nulla, porttitor sit amet pretium luctus.
            </div>
        </div>

        Styleguide: Notification.with-close
   */
  /*
    Inline notification (as wide as the content in it)

    `.sf-notification.-inline`

        Markup:
        <div class="sf-notification -info -inline">
            <span class="sf-notification__close-button"></span>
            <div class="sf-notification__content">
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. In a tristique elit. Curabitur sem nulla, porttitor sit amet pretium luctus.
            </div>
        </div>

        Styleguide: Notification.inline
   */
  /*
   Notification with bottom up

   `.sf-notification.-info.-up`

       Markup:
       <div class="sf-notification -info -up">
            <div class="sf-notification__content">
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi. Donec faucibus commodo lacus, quis laoreet nulla. Ut et neque quis tortor dapibus consequat.
            </div>
        </div>

        Styleguide: Notification.bottom-up
  */
  /*
           Notification with top arrow

           `.sf-notification.-info.-down`

               Markup:
               <div class="sf-notification -info -down">
                    <div class="sf-notification__content">
                        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi. Donec faucibus commodo lacus, quis laoreet nulla. Ut et neque quis tortor dapibus consequat.
                    </div>
                </div>

      Styleguide: Notification.loader-big
  */
  /*
     Notification with right arrow

     `.sf-notification.-info.-left`

         Markup:
         <div class="sf-notification -info -left">
              <div class="sf-notification__content">
                  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi. Donec faucibus commodo lacus, quis laoreet nulla. Ut et neque quis tortor dapibus consequat.
              </div>
          </div>

          Styleguide: Notification.right-arrow
  */
  /*
   Notification with left arrow

   `.sf-notification.-info.-right`

       Markup:
       <div class="sf-notification -info -right">
            <div class="sf-notification__content">
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi. Donec faucibus commodo lacus, quis laoreet nulla. Ut et neque quis tortor dapibus consequat.
            </div>
        </div>

        Styleguide: Notification.left-arrow
  */
  /*
     Notification as tooltip

     `.sf-notification.-tooltip`

         Markup:
         <div class="sf-notification -tooltip">
              <div class="sf-notification__content">
                  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi. Donec faucibus commodo lacus, quis laoreet nulla. Ut et neque quis tortor dapibus consequat.
              </div>
          </div>

          Styleguide: Notification.tooltip
   */
  /*
   Notification as tooltip with top left arrow

   `.sf-notification.-tooltip.-down-left`

       Markup:
       <div class="sf-notification -tooltip -down-left">
            <div class="sf-notification__content">
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi. Donec faucibus commodo lacus, quis laoreet nulla. Ut et neque quis tortor dapibus consequat.
            </div>
        </div>
        Styleguide: Notification.tooltip-with-top-left-arrow
  */
  /*
   Notification as tooltip with top right arrow and close button

   `.sf-notification.-tooltip.-down-right`

       Markup:
       <div class="sf-notification -tooltip -down-right">
            <i class="sf-notification__close-button sf-icon -close -black -size-2xs"></i>
            <div class="sf-notification__content">
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi. Donec faucibus commodo lacus, quis laoreet nulla. Ut et neque quis tortor dapibus consequat.
            </div>
        </div>

        Styleguide: Notification.tooltip-with-top-right-arrow
  */
  /*
   Notification as tooltip with left arrow

   `.sf-notification.-tooltip.-left`

       Markup:
       <div class="sf-notification -tooltip -left">
            <div class="sf-notification__content">
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi. Donec faucibus commodo lacus, quis laoreet nulla. Ut et neque quis tortor dapibus consequat.
            </div>
        </div>

        Styleguide: Notification.tooltip-with-left-arrow
  */
  /*
   Notification as tooltip with right arrow

   `.sf-notification.-tooltip.-right`

       Markup:
       <div class="sf-notification -tooltip -right">
            <i class="sf-notification__close-button sf-icon -close -black -size-2xs"></i>
            <div class="sf-notification__content">
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi. Donec faucibus commodo lacus, quis laoreet nulla. Ut et neque quis tortor dapibus consequat.
            </div>
        </div>

        Styleguide: Notification.tooltip-with-right-arrow
  */
  /*
   Notification as tooltip with down arrow

   `.sf-notification.-tooltip.-down`

       Markup:
       <div class="sf-notification -tooltip -down">
            <div class="sf-notification__content">
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi. Donec faucibus commodo lacus, quis laoreet nulla. Ut et neque quis tortor dapibus consequat.
            </div>
        </div>

        Styleguide: Notification.tooltip-with-down-arrow
  */
  /*
   Notification as tooltip with up arrow

   `.sf-notification.-tooltip.-up`

       Markup:
       <div class="sf-notification -tooltip -up">
            <i class="sf-notification__close-button sf-icon -close -black -size-2xs"></i>
            <div class="sf-notification__content">
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque luctus, erat sed elementum aliquam, libero nibh aliquam lacus, sollicitudin accumsan justo nibh eu nisi. Donec faucibus commodo lacus, quis laoreet nulla. Ut et neque quis tortor dapibus consequat.
            </div>
        </div>

        Styleguide: Notification.tooltip-with-up-arrow
  */
  /*
   Edit item notification

   `.sf-notification.-success.-fixed.-inline`

       Markup:
       <div class="sf-notification -success -fixed -inline">
     	<div class="sf-notification__close-button"><i class="sf-icon sf-fa sf-fa-times -size-3xs -darkest"></i></div>
     	<div class="sf-notification__content">
     		Content has been published successfully.
     	</div>
      </div>

      Styleguide: Notification.edit-item
  */
  /*
   Notification as toolset for link

   `.sf-notification.-toolset.-black.-down`

       Markup:
       <div class="sf-notification -black -toolset -down">
            <div class="sf-notification__content">
                <span class="sf-notification__tool-link" title="Open link: https://drive.google.com/drive/folders/">https://drive.google.com/drive/folders/</span>
                <span class="sf-notification__tool-button"><i class="sf-icon -color-inherit -size-xs sf-fa sf-fa-external-link"></i></span>
                <span class="sf-notification__tool-separator"></span>
                <span class="sf-notification__tool-button"><i class="-color-inherit -size-xs sf-icon sf-fa sf-fa-pencil"></i></span>
                <span class="sf-notification__tool-separator"></span>
                <span class="sf-notification__tool-button"><i class="-color-inherit -size-xs sf-icon sf-fa sf-fa-unlink"></i></span>
            </div>
        </div>

       Styleguide: Notification.toolset-for-link
  */
  /*
   Notification as toolset for other objects

   `.sf-notification.-toolset.-black.-up`

       Markup:
       <div class="sf-notification -black -toolset -up">
            <div class="sf-notification__content">
                <span class="sf-notification__tool-group">
                     <span class="sf-notification__tool-button">
                         <i class="-color-inherit -size-xs sf-icon sf-fa sf-fa-align-left"></i>
                     </span>
                     <span class="sf-notification__tool-button">
                         <i class="-color-inherit -size-xs sf-icon sf-fa sf-fa-align-center"></i>
                     </span>
                     <span class="sf-notification__tool-button -active">
                         <i class="-color-inherit -size-xs sf-icon sf-fa sf-fa-align-right"></i>
                     </span>
                </span>
                <span class="sf-notification__tool-separator"></span>
                <span class="sf-notification__tool-button"><i class="-color-inherit -size-xs sf-icon sf-fa sf-fa-link"></i></span>
                <span class="sf-notification__tool-separator"></span>
                <span class="sf-notification__tool-button"><i class="-color-inherit -size-xs sf-icon sf-fa sf-fa-paint-brush"></i></span>
                <span class="sf-notification__tool-separator"></span>
                <span class="sf-notification__tool-button"><i class="-color-inherit -size-xs sf-icon sf-fa sf-fa-pencil"></i></span>
            </div>
        </div>

        Styleguide: Notification.toolset-for-other-objects
  */
  /*
   Notification as toolset for styles menu

   `.sf-notification.-toolset.-black.-down`

       Markup:
       <div class="sf-notification -black -toolset -down">
            <div class="sf-notification__content">
                <label class="sf-notification__tool-link">Link Style</label>
                 <select class="sf-notification__tool-dropdown">
                     <option selected>No style</option>
                     <option value="sf-button -action -large">Big call action</option>
                     <option value="sf-button -small">Small button</option>
                 </select>
            </div>
        </div>

        Styleguide: Notification.toolset-for-styles-menu
  */
  /*
   Info icon and tooltip

   `.sf-tooltip`

       Markup:
       <div class="sf-tooltip">
            <i class="sf-icon sf-fa sf-fa-info-circle -black -size-m"></i>
            <div class="sf-tooltip__content sf-notification -tooltip">
                <div class="sf-notification__content">
                    1920 x 1200<br>
  			        <span class="-sf-txt-upper-case">jpeg</span><br>
  			        762.72 KB
                </div>
            </div>
       </div>

      Styleguide: Tooltip.tooltip
   */
  /*
    Info icon and tooltip opens on click

    `.sf-tooltip`

        Markup:
        <div class="sf-row -align-items-center">
        <div class="sf-tooltip -open-on-click">
             <i class="sf-icon -sf-clickable sf-fa sf-fa-info-circle -black -size-m"></i>
             <div class="sf-tooltip__content sf-notification -tooltip">
                 <div class="sf-notification__content">
                     1920 x 1200<br>
   			        <span class="-sf-txt-upper-case">jpeg</span><br>
   			        762.72 KB
                 </div>
             </div>
        </div>
        <div class="sf-tooltip -open-on-click -dropped">
             <i class="sf-icon -sf-clickable sf-fa sf-fa-info-circle -black -size-m"></i>
             <div class="sf-tooltip__content sf-notification -tooltip">
                 <div class="sf-notification__content">
                     1920 x 1200<br>
   			        <span class="-sf-txt-upper-case">jpeg</span><br>
   			        762.72 KB
                 </div>
             </div>
        </div>
        </div>

        Styleguide: Tooltip.on-click
   */
  /*
    Tooltip on the right

    `.sf-tooltip`

        Markup:
        <div class="sf-row -align-items-center">
         <div class="sf-tooltip -dropped">
               <button type="button" class="sf-button">Load 50 more News</button>
                <div class="sf-tooltip__content -right">
                 <div class="sf-notification -tooltip -right">
                   <span class="sf-notification__close-button"></span>
                   <div class="sf-notification__content">
                       <h4>Looking for specific items?</h4>
                       <a>Search </a>or<a> filtering</a> may be easier
                   </div>
                 </div>
             </div>
         </div>
        </div>

        Styleguide: Tooltip.on-the-right
   */
  /*
    Tooltip on the left

    `.sf-tooltip`

        Markup:
        <div class="sf-row -align-items-center" style="padding-left: 250px;">
        <div class="sf-tooltip -dropped">
             <button type="button" class="sf-button">Load 50 more News</button>
             <div class="sf-tooltip__content -left">
                 <div class="sf-notification -tooltip -left">
                     <span class="sf-notification__close-button"></span>
                     <div class="sf-notification__content">
                         <h4>Looking for specific items?</h4>
                         <a>Search </a>or<a> filtering</a> may be easier
                     </div>
                 </div>
             </div>
          </div>
          </div>

          Styleguide: Tooltip.on-the-left
   */
  /*
    Tooltip on top

    `.sf-tooltip`

        Markup:
        <div class="sf-row -align-items-center" style="padding-top: 100px;">
        <div class="sf-tooltip -dropped">
             <div class="sf-tooltip__content -up">
                 <div class="sf-notification -tooltip -up">
                     <span class="sf-notification__close-button"></span>
                     <div class="sf-notification__content">
                         <h4>Looking for specific items?</h4>
                         <a>Search </a>or<a> filtering</a> may be easier
                     </div>
                 </div>
             </div>
             <button type="button" class="sf-button">Load 50 more News</button>
          </div>
          </div>

          `Styleguide: Tooltip.on-top
   */
  /*
   Tooltip on bottom

   `.sf-tooltip`

       Markup:
       <div class="sf-row -align-items-center" style="padding-bottom: 100px;">
       <div class="sf-tooltip -dropped">
            <button type="button" class="sf-button">Load 50 more News</button>
            <div class="sf-tooltip__content -down">
                <div class="sf-notification -tooltip -down">
                    <span class="sf-notification__close-button"></span>
                    <div class="sf-notification__content">
                        <h4>Looking for specific items?</h4>
                        <a>Search</a> or <a>filtering</a> may be easier
                    </div>
                </div>
            </div>
         </div>
         </div>

         Styleguide: Tooltip.on-bottom
   */
  /*
    Input

       Default

       `.sf-input`

       Markup:
       <div class="sf-input">
           <label class="sf-input__label" for="input_1">
               <span>Input title</span>
           </label>
            <input type="text" class="sf-input__field" id="input_1" placeholder="Search the blog..." />
           <p class="hint sf-input__hint">Example:&nbsp;Input example text</p>
       </div>

        Styleguide: Input.default
  */
  /*
   Disabled:

   `.sf-input`

       Markup:
       <div class="sf-input">
           <label class="sf-input__label" for="input-6">
               <span>Input title</span>
           </label>
           <input type="text" class="sf-input__field" disabled value="User name" id="input-6" />
       </div>

       Styleguide: Input.disabled
  */
  /*
   Readonly

   `.sf-input`

       Markup:
       <div class="sf-input">
           <label class="sf-input__label" for="input-7" >
                <span>Input title</span>
           </label>
           <input type="text" class="sf-input__field" readonly value="User name" id="input-7" />
       </div>

       Styleguide: Input.readonly
  */
  /*
   Value not set:

   `.sf-input .sf-input__no-value`

       Markup:
       <div class="sf-input">
           <label class="sf-input__label" for="input-4">
               <span>Input title</span>
           </label>
           <div class="sf-input__no-value">Not set</div>
       </div>

       Styleguide: Input.not-set
  */
  /*
   Invalid field

   `.sf-input.ng-invalid`

       Markup:
       <div class="sf-input ng-invalid ng-dirty">
           <label class="sf-input__label" for="input-77" >
                <span>Required Input</span>
           </label>
           <input type="text" class="sf-input__field ng-invalid ng-dirty" required value="User name" id="input-77" />
           <p class="sf-input__required">Field is required</p>
           <p class="hint sf-input__hint">Example:&nbsp;Input example text</p>
       </div>
       <div class="sf-input -required">
           <label class="sf-input__label" for="input-8" >
                <span>Required Input</span>
           </label>
           <input type="text" class="sf-input__field -required ng-invalid ng-dirty" required value="User name" id="input-8" />
           <p class="sf-input__required">Field is required</p>
           <p class="hint sf-input__hint">Example:&nbsp;Input example text</p>
       </div>

       Styleguide: Input.invalid
  */
  /*
   Input with clear button

   `.sf-input.-clear`

       Markup:
       <div class="sf-input -clearable">
           <label class="sf-input__label" for="input-32">
               <span>Input title</span>
           </label>
           <input type="text" class="sf-input__field" id="input-32" />
           <span class="sf-input__clear-button -show"><i class="sf-icon -size-3xs sf-fa sf-fa-times"></i></span>
           <p class="hint sf-input__hint">Example:&nbsp;Input example text</p>
       </div>

       Styleguide: Input.input-clear-button
  */
  /*
   Input with units

   `.sf-input.-unit`

       Markup:
       <div class="sf-input -left -unit">
           <input type="search" class="sf-input__field" id="input-24" />
           <label for="input-24" class="sf-icon -light -size-s sf-input__unit"><i class="sf-fa sf-fa-eur"></i></label>
       </div>
       </br>
       </br>
       <div class="sf-input -unit">
           <input type="search" class="sf-input__field" id="input-4" />
           <label  class="sf-icon -light -size-s sf-input__unit" for="input-4">m<sup>2</sup></label>
       </div>

       Styleguide: Input.units
  */
  /*
   Input and textarea with character counter

   `.sf-input .-char-counter`

       Markup:
       <div class="sf-input -char-counter">
           <input type="text" class="sf-input__field" id="input-45" />
           <span class="sf-input__char-counter">352</span>
       </div>
       </br>
       </br>
       <div class="sf-input -textarea -char-counter">
           <textarea type="textarea" class="sf-input__textarea" id="textarea-4">Longer than 4</textarea>
           <span class="sf-input__char-counter -error">-9</span>
       </div>

       Styleguide: Input.char-counter
  */
  /*
   Side content with char counter

   `.sf-input.-char-counter .sf-input__char-counter`
   `.sf-input.-side-content .sf-input__char-counter`

       Markup:
       <div class="sf-input -textarea -char-counter -side-content" style="width:600px;">
           <textarea type="textarea" class="sf-input__textarea" id="textarea-49"></textarea>
           <span class="sf-input__char-counter -success">44</span>
           <span class="sf-input__side-content">Side content</span>
       </div>

       Styleguide: Input.side-content-char-counter
  */
  /*
   Textarea

   `.sf-input`

       Markup:
       <div class="sf-input -textarea">
           <label class="sf-input__label" for="textarea-1">
               <span>Textarea title</span>
           </label>
           <textarea type="textarea" class="sf-input__textarea" id="textarea-1"></textarea>
       </div>

       Styleguide: Input.textarea
  */
  /*
   Title

   `.sf-input.-title`

       Markup:
       <div class="sf-input -title">
           <h1 class="sf-input__title -title" contenteditable="true" data-placeholder="Title"></h1>
       </div>

      Styleguide: Input.title
  /*
   Title Large

   `.sf-input.-title.-large`

       Markup:
       <div class="sf-input -title -large">
           <h1 class="sf-input__title -title" contenteditable="true" data-placeholder="Title"></h1>
       </div>

       Styleguide: Input.large
  */
  /*
   Title with side-content

   `.sf-input.-title.-side-content`

       Markup:
       <div class="sf-input -title -side-content">
           <h1 class="sf-input__title -title" contenteditable="true" data-placeholder="Title"></h1>
           <span class="sf-input__side-content"><i class="sf-icon sf-fa sf-fa-question-circle -size-xs -black"></i></span>
       </div>

       Styleguide: Input.side-content-title
  */
  /*
   Title with side-content and validation

   `.sf-input.-title.-side-content.-required`

       Markup:
       <div class="sf-input -title -side-content -required">
           <h1 class="sf-input__title -title" contenteditable="true" data-placeholder="Title"></h1>
           <p class="sf-input__required">Enter Title<br /></p>
           <span class="sf-input__side-content"><i class="sf-icon sf-fa sf-fa-question-circle -size-xs -black"></i></span>
       </div>

       Styleguide: Input.side-content-validation
  */
  /*
    File input

   Upload icon

   `.sf-input-file`

       Markup:
       <div class="sf-input-file">
           <label class="sf-input-file__label" for="input-file_1">
               <a class="-secondary sf-icon sf-fa sf-fa-upload -size-xl" title="Upload"></a>
           </label>
            <input type="file" id="input-file_1" />
       </div>

       Styleguide: Input.file-input
  */
  /*
   Plus icon

   `.sf-input-file`

       Markup:
       <div class="sf-input-file">
           <label class="sf-input-file__label" for="input-file_2">
           <a class="sf-button -icon -circle">
                 <i class="sf-icon -size-xs sf-fa sf-fa-plus sf-button__icon"></i>
           </a>
           </label>
            <input type="file" id="input-file_2" />
       </div>

       Styleguide: Input.plus-icon
  */
  /*
   Upload button:

   `.sf-input-file`

       Markup:
       <div class="sf-input-file">
           <label class="sf-input-file__label sf-row -column -align-items-center -sf-mt-xl" for="input-file_3">
               <i class="sf-icon sf-fa sf-fa-upload -illustrative -sf-mb-xl -sf-mr-zero"></i>
               <span class="sf-button -action -large -sf-mb-m">Upload images from your computer</span>
           </label>
            <input type="file" id="input-file_3" />
       </div>

       Styleguide: Input.input-file
  */
  /*
   Default Dropdown

   `.sf-dropdown`

       Markup:
       <div class="sf-dropdown" style="vertical-align:top;">
           <div class="sf-dropdown__item -active">
               Pages
           </div>
           <div class="sf-dropdown__item -disabled">
                Blogs<span class="sf-dropdown__counter -positive">14</span>
           </div>
           <div class="sf-dropdown__item">
                News items<span class="sf-dropdown__counter -neutral">0</span>
           </div>
       </div>
       <div class="sf-dropdown" style="vertical-align:top;">
           <div class="sf-dropdown__heading">
                Pages
           </div>
           <div class="sf-dropdown__item">
                Blogs
           </div>
           <div class="sf-dropdown__separator">
           </div>
           <div class="sf-dropdown__item">
                News items
           </div>
           <div class="sf-dropdown__item ">
                Blog posts
           </div>
           <div class="sf-dropdown__separator">
           </div>
           <div class="sf-dropdown__heading">
                Pages
           </div>
           <div class="sf-dropdown__item">
                Lists
           </div>
           <div class="sf-dropdown__item">
               Restaurants
           </div>
       </div>

       Styleguide: Dropdown.default
  */
  /*
   Dropdown with no items

   `.sf-dropdown .sf-dropdown__no-items`

       Markup:
       <div class="sf-dropdown">
           <div class="sf-dropdown__no-items">
                No items
           </div>
       </div>

        Styleguide: Dropdown.no-items
  */
  /*
   Dropdown without top and bottom padding

   `.sf-dropdown.-condensed`

       Markup:
       <div class="sf-dropdown -condensed">
           <div class="sf-dropdown__item">
               Restaurants
           </div>
           <div class="sf-dropdown__item">
               Hotels
           </div>
           <div class="sf-dropdown__separator">
           </div>
           <div class="sf-dropdown__item">
               Clubs
           </div>
           <div class="sf-dropdown__item">
                Show all related items
           </div>
       </div>

        Styleguide: Dropdown.no-vertical-padding
  */
  /*
  Collapsed

   `.sf-expander`

   <span style="font-size:12px">&nbsp;Web Accessibility: If non-custom element is used, user must handle the change for aria-expanded="true/false" through javaScript.</span>

       Markup:
       <div class="sf-expander">
           <input class="sf-expander__checkbox" type="checkbox" id="some-id" aria-expanded="false">
           <label class="sf-expander__header" for="some-id"><span class="sf-expander__icon sf-button -circle -icon"><i class="sf-button__icon sf-icon -size-l sf-fa sf-fa-angle-down"></i></span>Exapnded</label>
           <label class="sf-expander__header" for="some-id"><span class="sf-expander__icon sf-button -circle -icon"><i class="sf-button__icon sf-icon -size-l sf-fa sf-fa-angle-right"></i></span>Collapsed</label>
           <div class="sf-expander__content">
               <h4>
                   Lorem ipsum dolor sit amet, consectetur adipiscing elit. In a tristique elit. Curabitur sem nulla, porttitor sit amet pretium luctus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. In a tristique elit.
               </h4>
           <div class="sf-input">
              <label class="sf-input__label" for="input_1">
                <span>Input title</span>
              </label>
              <input type="text" class="sf-input__field" id="input_1" />
              <p class="sf-input__required">Field is required</p>
              <p class="hint sf-input__hint">Example:&nbsp;Input example text</p>
            </div>
           </div>
       </div>

        Styleguide: Expander.default
   */
  /*
    Default Checkbox

   `.sf-checkbox`

       Markup:
  <div class="sf-checkbox">
      <input type="checkbox" class="sf-checkbox__input" id="id_1"/>
      <label class="sf-checkbox__label" for="id_1">
           <span class="sf-checkbox__icon"></span>
            <span class="sf-checkbox__text">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span>
        </label>
     </div>
  <div class="sf-checkbox">
      <input type="checkbox" class="sf-checkbox__input" id="id_3" checked/>
      <label class="sf-checkbox__label" for="id_3">
           <span class="sf-checkbox__icon"></span>
            <span class="sf-checkbox__text">CheckBox checked</span>
        </label>
  </div>
  <div class="sf-checkbox">
      <input type="checkbox" class="sf-checkbox__input" id="id_2" disabled/>
      <label class="sf-checkbox__label" for="id_2">
           <span class="sf-checkbox__icon"></span>
            <span class="sf-checkbox__text">Checkbox disabled</span>
        </label>
  </div>
  <div class="sf-checkbox">
      <input type="checkbox" class="sf-checkbox__input" id="id_4" checked disabled />
      <label class="sf-checkbox__label" for="id_4">
           <span class="sf-checkbox__icon"></span>
            <span class="sf-checkbox__text">Checkbox disabled checked</span>
        </label>
  </div>

   Styleguide: Checkbox.default
  */
  /*
   Checkbox Without a Label

   `.sf-checkbox`

   Markup:
  <div class="sf-checkbox">
      <input type="checkbox" class="sf-checkbox__input" id="id_5" checked />
      <label class="sf-checkbox__label" for="id_5">
           <span class="sf-checkbox__icon"></span>
        </label>
  </div>

   Styleguide: Checkbox.no-label
  */
  /*
    Checkbox Ellipsis

    `.sf-checkbox.-ellipsis`

    Markup:
   <div style="width: 100px">
       <div class="sf-checkbox -ellipsis">
           <input type="checkbox" class="sf-checkbox__input" id="id_6" checked />
           <label class="sf-checkbox__label" for="id_6">
                <span class="sf-checkbox__icon"></span>
                 <span class="sf-checkbox__text">Checkbox ellipsis</span>
             </label>
       </div>
   </div>

   Styleguide: Checkbox.ellipsis
   */
  /*
    Default Radio Button

    `.sf-radio`

        Markup:
   <div class="sf-radio">
        <input type="radio" class="sf-radio__input" name="navigation" id="radio_1"/>
        <label class="sf-radio__label" for="radio_1">
            <span class="sf-radio__icon"></span>
             <span class="sf-radio__text">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span>
        </label>
   </div>
   <div class="sf-radio">
        <input type="radio" class="sf-radio__input" name="navigation" id="radio_2" disabled />
        <label class="sf-radio__label" for="radio_2">
            <span class="sf-radio__icon"></span>
             <span class="sf-radio__text">Radio label</span>
        </label>
   </div>
   <div class="sf-radio">
        <input type="radio" class="sf-radio__input" name="navigation" id="radio_3" checked/>
        <label class="sf-radio__label" for="radio_3">
            <span class="sf-radio__icon"></span>
             <span class="sf-radio__text">Radio label</span>
        </label>
   </div>

   Styleguide: Radio.default
   */
  /*
    Radio Button Without a Label

    `.sf-radio`

        Markup:
   <div class="sf-radio">
        <input type="radio" class="sf-radio__input" name="navigation1" id="radio_5" checked />
        <label class="sf-radio__label" for="radio_5">
            <span class="sf-radio__icon"></span>
        </label>
   </div>

   Styleguide: Radio.without-label
   */
  /*
    Radio Button Ellipsis

    `.sf-radio.-ellipsis`

     Markup:
   <div style="width: 100px">
       <div class="sf-radio -ellipsis">
            <input type="radio" class="sf-radio__input" name="navigation2" id="radio_6" />
            <label class="sf-radio__label" for="radio_6">
                <span class="sf-radio__icon"></span>
                <span class="sf-radio__text">Radio label ellipsis</span>
            </label>
       </div>
   </div>

   Styleguide: Radio.Ellipsis
   */
  /*
    Default Loader

    `.sf-loader`

        Markup:
        <div class="sf-loader">
     	 <div class="sf-loader__content">
   		  <div class="sf-loader__rect -first"></div>
   		  <div class="sf-loader__rect -second"></div>
   	      <div class="sf-loader__rect -third"></div>
   	    </div>
       </div>

       Styleguide: Loader.default
   */
  /*
    Loader Big

    `.sf-loader.-big`

        Markup:
        <div class="sf-loader -big">
     	 <div class="sf-loader__content">
   		  <div class="sf-loader__rect -first"></div>
   		  <div class="sf-loader__rect -second"></div>
   	      <div class="sf-loader__rect -third"></div>
   	    </div>
       </div>

       Styleguide: Loader.loader-big
   */
  /*
    Loader Mini

    `.sf-loader.-mini`

        Markup:
        <div class="sf-loader -mini">
     	 <div class="sf-loader__content">
   		  <div class="sf-loader__rect -first"></div>
   		  <div class="sf-loader__rect -second"></div>
   	      <div class="sf-loader__rect -third"></div>
   	    </div>
       </div>

       Styleguide: Loader.mini
   */
  /*
    Loader Color

    `.sf-loader.-color`

       Markup:
       <div class="sf-loader -color">
     	 <div class="sf-loader__content">
   		  <div class="sf-loader__rect -first"></div>
   		  <div class="sf-loader__rect -second"></div>
   	      <div class="sf-loader__rect -third"></div>
   	    </div>
       </div>

       Styleguide: Loader.color
   */
  /*
   Loader Progressbar

   `.sf-loader.-progressbar`

       Markup:
       <div class="sf-loader -progressbar">
    	 <div class="sf-loader__content">
  	    </div>
      </div>

      Styleguide: Loader.Progressbar
  */
  /*
   Loader Skeleton Content:
   `.sf-loader.-skeleton.-content`

       Markup:
       <div class="sf-loader -skeleton -content">
    	 <div class="sf-loader__content">
  	    </div>
      </div>

      Styleguide: Loader.Skeleton-Content
  */
  /*
   Loader Skeleton Title

   `.sf-loader.-skeleton.-title`

       Markup:
       <div class="sf-loader -skeleton -title">
    	 <div class="sf-loader__content">
  	    </div>
      </div>

      Styleguide: Loader.Skeleton-Title
  */
  /*
   Loader Skeleton List

   `.sf-loader.-skeleton.-list`

       Markup:
       <div class="sf-loader -skeleton -list">
    	 <div class="sf-loader__content">
  	    </div>
      </div>

      Styleguide: Loader.Skeleton-List
  */
  /*
   Loader Skeleton Horizontal List

   `.sf-loader.-skeleton.-list-horizontal`

       Markup:
       <div class="sf-loader -skeleton -list-horizontal">
    	 <div class="sf-loader__content">
  	    </div>
      </div>

      Styleguide: Loader.Skeleton-Horizontal-List
  */
  /*
   Loader Skeleton Horizontal List With Thumbnail

   `.sf-loader.-skeleton.-list-with-thumb`

       Markup:
       <div class="sf-loader -skeleton -list-with-thumb">
    	 <div class="sf-loader__content">
  	    </div>
      </div>

      Styleguide: Loader.Horizontal-List-With-Thumbnail
  */
  /*
   Loader Skeleton side-content

   `.sf-loader.-skeleton.-side-content.-darker`

       Markup:
       <div class="sf-loader -skeleton -side-content -darker">
    	 <div class="sf-loader__content">
  	    </div>
      </div>

      Styleguide: Loader.side-content
  */
  /*
    Chip
   */
  /*
    Default chip

    `.sf-chip`

        Markup:
        <div class="sf-chip">
            <div class="sf-chip__content">
                Default chip
            </div>
        </div>
        <div class="sf-chip -removable">
            <div class="sf-chip__content">
                Default chip with remove
            </div>
            <i class="sf-icon -close -size-2xs -black sf-chip__remove-button"></i>
        </div>

      Styleguide: Chip.default
   */
  /*
    success Chip

    `.sf-chip.-success`

        Markup:
        <div class="sf-chip -success">
            <div class="sf-chip__content">
                success chip
            </div>
        </div>
        <div class="sf-chip -success -removable">
            <div class="sf-chip__content">
                success chip with remove
            </div>
            <i class="sf-icon -close -size-2xs -black sf-chip__remove-button"></i>
        </div>

        Styleguide: Chip.default-success
   */
  /*
    error Chip

    `.sf-chip.-error`

        Markup:
        <div class="sf-chip -error">
            <div class="sf-chip__content">
                error chip
            </div>
        </div>
        <div class="sf-chip -error -removable">
            <div class="sf-chip__content">
                error chip with remove
            </div>
            <i class="sf-icon -close -size-2xs -black sf-chip__remove-button"></i>
        </div>

        Styleguide: Chip.default-error
   */
  /*
    invert Chip

    `.sf-chip.-invert`

        Markup:
        <div class="sf-chip -invert">
            <div class="sf-chip__content">
                invert chip
            </div>
        </div>
        <div class="sf-chip -invert -removable">
            <div class="sf-chip__content">
                invert chip with remove
            </div>
            <i class="sf-icon -close -size-2xs -black sf-chip__remove-button"></i>
        </div>

        Styleguide: Chip.default-invert
   */
  /*
    info Chip

    `.sf-chip.-info`

        Markup:
        <div class="sf-chip -info">
            <div class="sf-chip__content">
                info chip
            </div>
        </div>
        <div class="sf-chip -info -removable">
            <div class="sf-chip__content">
                info chip with remove
            </div>
            <i class="sf-icon -close -size-2xs -black sf-chip__remove-button"></i>
        </div>

        Styleguide: Chip.default-info
   */
  /*
    Chip with avatar:

        Markup:
        <div class="sf-chip -avatar  -removable">
            <span class="sf-chip__avatar">
                 <img class="sf-chip__image" src="/assets/AnnaGreen.png" alt="Avatar Image" />
            </span>
            <span class="sf-chip__content">
                 John Smith
            </span>
            <i class="sf-icon -close -size-2xs -black sf-chip__remove-button"></i>
        </div>

        Styleguide: Chip.avatar
   */
  /*
    Chip with icon

        Markup:
        <div class="sf-chip -removable -icon">
            <span class="sf-chip__icon">
                 <span class="sf-fa sf-fa-users"></span>
            </span>
            <span class="sf-chip__content">
                 John Smith
            </span>
            <i class="sf-icon -close -size-2xs -black sf-chip__remove-button"></i>
        </div>

        Styleguide: Chip.with-icon
   */
  /*
    Chip with initials

        Markup:
        <div class="sf-chip -initials -removable">
            <span class="sf-chip__initials">
                 JS
            </span>
            <span class="sf-chip__content">
                 John Smith
            </span>
            <i class="sf-icon -close -size-2xs -black sf-chip__remove-button"></i>
        </div>

       Styleguide: Chip.initials
   */
  /*
    Editable chip

        Markup:
        <div class="sf-chip -editable">
            <span class="sf-chip__content" contenteditable="true"></span>
        </div>

        Styleguide: Chip.editable
   */
  /*
   Chip with popup with suggestions

       Markup:
       <div class="sf-chip -editable -dropped">
           <span class="sf-chip__content" contenteditable="true"></span>
          <div class="sf-dropdown sf-chip__dropdown">
             <div class="sf-dropdown__heading">
                 Recent
             </div>
             <div class="sf-dropdown__item">
               european
             </div>
             <div class="sf-dropdown__item">
               evacuation
             </div>
             <div class="sf-dropdown__item">
               event
             </div>
           </div>
       </div>

       Styleguide: Chip.popup-suggestions
  */
  /*
   Chip with popup with suggestions that looks like an input

       Markup:
       <div class="sf-chip -editable -dropped -input">
           <span class="sf-chip__content" contenteditable="true"></span>
          <div class="sf-dropdown sf-chip__dropdown">
             <div class="sf-dropdown__heading">
                 Recent
             </div>
             <div class="sf-dropdown__item">
               european
             </div>
             <div class="sf-dropdown__item">
               evacuation
             </div>
             <div class="sf-dropdown__item">
               event
             </div>
           </div>
       </div>

       Styleguide: Chip.popup-suggestions-input
  */
  /*
   Default Error

   `.sf-error`

       Markup:
       <div class="sf-error">This is an error!</div>
       <div class="sf-error-block">This is an error block!</div>

       Styleguide: Error.default
   */
  /*
  Large select

    `.sf-select`

        Markup:
   <div class="sf-select">
        <select class="sf-select__item">
            <option>Option 1</option>
            <option>Option 2</option>
            <option>Option 3</option>
        </select>
   </div>

   Styleguide: Select.large-text
   */
  /*
    Small select

    `.sf-select.-small`

        Markup:
   <div class="sf-select -small">
        <select class="sf-select__item">
            <option>Option 1</option>
            <option>Option 2</option>
            <option>Option 3</option>
        </select>
   </div>

    Styleguide: Select.small-select
   */
  /*
    Default, Small, Large

   `.sf-form, .sf-form.-small, .sf-form.-large`

       Markup:
       <div class="sf-form">
            <div class="sf-input">
                <label class="sf-input__label" for="form_input_1">
                    <span>Field 1</span>
                </label>
                <input type="text" class="sf-input__field" id="form_input_1" placeholder="Search the blog..." />
           <p class="sf-input__required" style="display: block">Field is required</p>
           <p class="hint sf-input__hint">Example:&nbsp;Input example text</p>
            </div>
            <div class="sf-input">
                <label class="sf-input__label" for="form_input_2">
                    <span>Field 2</span>
                </label>
                <input type="text" class="sf-input__field" id="form_input_2" placeholder="Search the blog..." />
            </div>
       </div>
       <div class="sf-form -small">
            <div class="sf-input">
                <label class="sf-input__label" for="form_input_3">
                    <span>Field 1</span>
                </label>
                <input type="text" class="sf-input__field" id="form_input_3" placeholder="Search the blog..." />
           <p class="sf-input__required" style="display: block">Field is required</p>
           <p class="hint sf-input__hint">Example:&nbsp;Input example text</p>
            </div>
            <div class="sf-input">
                <label class="sf-input__label" for="form_input_4">
                    <span>Field 2</span>
                </label>
                <input type="text" class="sf-input__field" id="form_input_4" placeholder="Search the blog..." />
            </div>
        </div>
       <div class="sf-form -large">
            <div class="sf-input">
                <label class="sf-input__label" for="form_input_5">
                    <span>Field 1</span>
                </label>
                <input type="text" class="sf-input__field" id="form_input_5" placeholder="Search the blog..." />
                <p class="sf-input__required" style="display: block">Field is required</p>
                <p class="hint sf-input__hint">Example:&nbsp;Input example text</p>
            </div>
            <div class="sf-input">
                <label class="sf-input__label" for="form_input_6">
                    <span>Field 2</span>
                </label>
                <input type="text" class="sf-input__field" id="form_input_6" placeholder="Search the blog..." />
            </div>
        </div>

      Styleguide: Form.default-small-large
   */
  /*
    Medium Form

    `.sf-form.-medium`

        Markup:
        <div class="sf-form -medium">
             <div class="sf-input">
                 <label class="sf-input__label" for="form_input_3">
                     <span>Field 1</span>
                 </label>
                 <input type="text" class="sf-input__field" id="form_input_3" placeholder="Search the blog ..." />
            <p class="sf-input__required" style="display: block">Field is required</p>
            <p class="hint sf-input__hint">Example:&nbsp;Input example text</p>
             </div>
             <div class="sf-input">
                 <label class="sf-input__label" for="form_input_4">
                     <span>Field 2</span>
                 </label>
                 <input type="text" class="sf-input__field" id="form_input_4" placeholder="Search the blog ..." />
             </div>
         </div>

          Styleguide: Form.medium
   */
  /*
    Framed

    `.sf-form.-framed`

        Markup:
        <div class="sf-form -framed">
             <div class="sf-input">
                 <label class="sf-input__label" for="form_input_7">
                     <span>Field 1</span>
                 </label>
                 <input type="text" class="sf-input__field" id="form_input_7" placeholder="Search the blog..." />
             </div>
             <div class="sf-input">
                 <label class="sf-input__label" for="form_input_8">
                     <span>Field 2</span>
                 </label>
                 <input type="text" class="sf-input__field" id="form_input_8" placeholder="Search the blog..." />
             </div>
        </div>

         Styleguide: Form.framed
   */
  /*
   Condensed

   `.sf-form.-condensed`

       Markup:
       <div class="sf-form -condensed">
            <div class="sf-input">
                <label class="sf-input__label" for="form_input_9">
                    <span>Field 1</span>
                </label>
                <input type="text" class="sf-input__field" id="form_input_9" placeholder="Search the blog..." />
           <p class="sf-input__required" style="display: block">Field is required</p>
           <p class="hint sf-input__hint">Example:&nbsp;Input example text</p>
            </div>
            <div class="sf-input">
                <label class="sf-input__label" for="form_input_10">
                    <span>Field 2</span>
                </label>
                <input type="text" class="sf-input__field" id="form_input_10" placeholder="Search the blog..." />
            </div>
       </div>

        Styleguide: Form.condensed
   */
  /*
    Shrinked row — no bottom margin

    `.sf-form > .sf-input.-shrinked`

        Markup:
        <div class="sf-form">
             <div class="sf-input -shrinked">
                 <label class="sf-input__label" for="form_input_11">
                     <span>Field 1</span>
                 </label>
                 <input type="text" class="sf-input__field" id="form_input_11" placeholder="Search the blog..." />
                 <p class="sf-input__required" style="display: block">Field is required</p>
                 <p class="hint sf-input__hint">Example:&nbsp;Input example text</p>
             </div>
             <div class="sf-input -shrinked">
                 <label class="sf-input__label" for="form_input_12">
                     <span>Field 2</span>
                 </label>
                 <input type="text" class="sf-input__field" id="form_input_12" placeholder="Search the blog..." />
             </div>
        </div>

         Styleguide: Form.shrinked-row
   */
  /*
   Default and secondary links:

       Markup:
       <span tabindex="0" class="sf-link">Default link</span><br>
       <span tabindex="0" class="sf-link -secondary">Secondary link</span>

       Styleguide: Link.default-secondary
  */
  /*
   Navigation links:

       Markup:
       <span tabindex="0" class="sf-link -side">Navigation link</span><br>
       <span tabindex="0" class="sf-link -side -active">Settings link</span>

      Styleguide: Link.navigation
  */
  /*
   Section nav links

       Markup:
       <span tabindex="0" class="sf-link -side-secondary">Categories and tags</span><br>
       <span tabindex="0" class="sf-link -side-secondary -active">Search engine optimi...</span><br>
       <span tabindex="0" class="sf-link -side-secondary">Social media</span><br>

       Styleguide: Link.nav-links
  */
  /*
   Basic links

       Markup:
       <span tabindex="0" class="sf-link -basic">Categories and tags</span><br>

      Styleguide: Link.basic
  */
  /*
   Toolbar links:

       Markup:
       <div class="sf-top-toolbar" style="position: static;">
         <span tabindex="0" class="sf-link -top-toolbar">Categories and tags</span><br>
         <span tabindex="0" class="sf-link -top-toolbar -active">Categories and tags</span><br>
       </div>

       Styleguide: Link.toolbar-links
  */
  /***
   * Image:
   */
  /**
   * Image placeholder:
   * `.sf-media.-empty`
   *
   *     @example
   *     <div class="sf-media -empty">
   *         <i class="sf-icon sf-fa sf-fa-picture-o -size-4xl -sf-mr-zero"></i>
   *     </div>
   *     <br>
   *     <div class="sf-media -empty -small">
   *         <i class="sf-icon sf-fa sf-fa-picture-o -size-4xl -sf-mr-zero"></i>
   *     </div>
   *
   */
  /**
   * Image with remove button and info:
   * `.sf-media`
   *
   *     @example
   *     <div class="sf-media">
   *         <img src="image.png">
   *         <button class="sf-media__remove sf-button -icon -circle -small sf-element"><i class="sf-icon sf-fa sf-fa-times -normal % sf-button__icon -left"></i><span class="sf-button__content"></span></button>
   *         <sf-button type="icon circle small" icon="times" class="sf-media__remove"></sf-button>
   *         <div class="sf-tooltip sf-media__details">
   *             <i class="sf-icon sf-fa sf-fa-info-circle -black -size-m"></i>
   *             <div class="sf-notification -tooltip sf-tooltip__content -condensed">
   *              <div class="sf-notification__content">
   *                  1920 x 1200<br>
   *			        <span class="-sf-txt-upper-case">jpeg</span><br>
   *			        762.72 KB
   *              </div>
   *             </div>
   *          </div>
   *     </div>
   *     <br>
   *     <div class="sf-media -small">
   *         <img src="image.png">
   *         <button class="sf-media__remove sf-button -icon -circle -small sf-element"><i class="sf-icon sf-fa sf-fa-times -normal % sf-button__icon -left"></i><span class="sf-button__content"></span></button>
   *         <div class="sf-tooltip sf-media__details">
   *             <i class="sf-icon sf-fa sf-fa-info-circle -black -size-m"></i>
   *             <div class="sf-notification -tooltip sf-tooltip__content -condensed">
   *              <div class="sf-notification__content">
   *                  1920 x 1200<br>
   *			        <span class="-sf-txt-upper-case">jpeg</span><br>
   *			        762.72 KB
   *              </div>
   *             </div>
   *          </div>
   *     </div>
   *
   */
  /**
   * Selectable image:
   * `.sf-media.-selectable` `.sf-media.-selectable.-selected`
   *
   *     @example
   *     <div class="sf-media -selectable">
   *         <div class="sf-badge -white -icon"><i class="sf-icon sf-fa sf-fa-check-circle sf-media__selected-indicator -size-xl"></i></div>
   *         <img src="image.png">
   *         <div class="sf-tooltip sf-media__details">
   *             <i class="sf-icon sf-fa sf-fa-info-circle -black -size-m"></i>
   *             <div class="sf-notification -tooltip sf-tooltip__content -condensed">
   *              <div class="sf-notification__content">
   *                  1920 x 1200<br>
   *			        <span class="-sf-txt-upper-case">jpeg</span><br>
   *			        762.72 KB
   *              </div>
   *             </div>
   *          </div>
   *     </div>
   *      <br>
   *     <div class="sf-media -selectable -selected">
   *         <div class="sf-badge -white -icon"><i class="sf-icon sf-fa sf-fa-check-circle sf-media__selected-indicator -size-xl"></i></div>
   *         <img src="image.png">
   *         <div class="sf-tooltip sf-media__details">
   *             <i class="sf-icon sf-fa sf-fa-info-circle -black -size-m"></i>
   *             <div class="sf-notification -tooltip sf-tooltip__content -condensed">
   *              <div class="sf-notification__content">
   *                  1920 x 1200<br>
   *			        <span class="-sf-txt-upper-case">jpeg</span><br>
   *			        762.72 KB
   *              </div>
   *             </div>
   *          </div>
   *     </div>
   *     <br>
   *     <div class="sf-media -selectable -small">
   *         <div class="sf-badge -white -icon"><i class="sf-icon sf-fa sf-fa-check-circle sf-media__selected-indicator -size-xl"></i></div>
   *         <img src="image.png">
   *         <div class="sf-tooltip sf-media__details">
   *             <i class="sf-icon sf-fa sf-fa-info-circle -black -size-m"></i>
   *             <div class="sf-notification -tooltip sf-tooltip__content -condensed">
   *              <div class="sf-notification__content">
   *                  1920 x 1200<br>
   *			        <span class="-sf-txt-upper-case">jpeg</span><br>
   *			        762.72 KB
   *              </div>
   *             </div>
   *          </div>
   *     </div>
   *      <br>
    *     <div class="sf-media -selectable -selected -small">
   *         <div class="sf-badge -white -icon"><i class="sf-icon sf-fa sf-fa-check-circle sf-media__selected-indicator -size-xl"></i></div>
   *         <img src="image.png">
   *         <div class="sf-tooltip sf-media__details">
   *             <i class="sf-icon sf-fa sf-fa-info-circle -black -size-m"></i>
   *             <div class="sf-notification -tooltip sf-tooltip__hint -condensed">
   *              <div class="sf-content">
   *                  1920 x 1200<br>
   *			        <span class="-sf-txt-upper-case">jpeg</span><br>
   *			        762.72 KB
   *              </div>
   *             </div>
   *          </div>
   *     </div>
   *
   */
}
sf-app.sf-app h1, sf-app.sf-app h2, sf-app.sf-app h3, sf-app.sf-app h4, sf-app.sf-app h5, sf-app.sf-app h6,
sf-app.sf-app p, sf-app.sf-app blockquote, sf-app.sf-app pre,
sf-app.sf-app dl, sf-app.sf-app dd, sf-app.sf-app ol, sf-app.sf-app ul,
sf-app.sf-app form, sf-app.sf-app fieldset, sf-app.sf-app legend,
sf-app.sf-app table, sf-app.sf-app th, sf-app.sf-app td, sf-app.sf-app caption,
sf-app.sf-app hr {
  margin: 0;
  padding: 0;
}
sf-app.sf-app abbr[title],
sf-app.sf-app dfn[title] {
  cursor: help;
}
sf-app.sf-app u,
sf-app.sf-app ins {
  text-decoration: none;
  border-bottom: 1px solid;
}
sf-app.sf-app article,
sf-app.sf-app aside,
sf-app.sf-app details,
sf-app.sf-app figcaption,
sf-app.sf-app figure,
sf-app.sf-app footer,
sf-app.sf-app header,
sf-app.sf-app hgroup,
sf-app.sf-app main,
sf-app.sf-app nav,
sf-app.sf-app section,
sf-app.sf-app summary {
  display: block;
}
sf-app.sf-app audio,
sf-app.sf-app canvas,
sf-app.sf-app progress,
sf-app.sf-app video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
sf-app.sf-app audio:not([controls]) {
  display: none;
  height: 0;
}
sf-app.sf-app [hidden],
sf-app.sf-app template {
  display: none;
}
sf-app.sf-app a {
  background: transparent;
}
sf-app.sf-app a:active,
sf-app.sf-app a:hover {
  outline: 0;
}
sf-app.sf-app abbr[title] {
  border-bottom: 1px dotted;
}
sf-app.sf-app b,
sf-app.sf-app strong {
  font-weight: bold;
}
sf-app.sf-app dfn {
  font-style: italic;
}
sf-app.sf-app h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
sf-app.sf-app mark {
  background: #ffc;
  color: #333;
}
sf-app.sf-app small {
  font-size: 80%;
}
sf-app.sf-app sub,
sf-app.sf-app sup {
  font-size: 75%;
  line-height: 0;
}
sf-app.sf-app img {
  border: 0;
}
sf-app.sf-app svg:not(:root) {
  overflow: hidden;
}
sf-app.sf-app figure {
  margin: 1em 40px;
}
sf-app.sf-app hr {
  box-sizing: content-box;
  height: 0;
}
sf-app.sf-app pre {
  overflow: auto;
}
sf-app.sf-app code,
sf-app.sf-app kbd,
sf-app.sf-app pre,
sf-app.sf-app samp {
  font-family: monospace;
  font-size: 1em;
}
sf-app.sf-app button,
sf-app.sf-app input,
sf-app.sf-app optgroup,
sf-app.sf-app select,
sf-app.sf-app textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
sf-app.sf-app button {
  overflow: visible;
}
sf-app.sf-app button,
sf-app.sf-app select {
  text-transform: none;
}
sf-app.sf-app button,
sf-app.sf-app sf-app.sf-app input[type=button],
sf-app.sf-app input[type=reset],
sf-app.sf-app input[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
}
sf-app.sf-app button[disabled],
sf-app.sf-app sf-app.sf-app input[disabled] {
  cursor: default;
}
sf-app.sf-app input {
  line-height: normal;
}
sf-app.sf-app input[type=checkbox],
sf-app.sf-app input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
sf-app.sf-app input[type=number]::-webkit-inner-spin-button,
sf-app.sf-app input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
sf-app.sf-app input[type=search]::-webkit-search-cancel-button,
sf-app.sf-app input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
sf-app.sf-app fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
sf-app.sf-app legend {
  border: 0;
  padding: 0;
}
sf-app.sf-app textarea {
  overflow: auto;
}
sf-app.sf-app optgroup {
  font-weight: bold;
}
sf-app.sf-app table {
  border-collapse: collapse;
  border-spacing: 0;
}
sf-app.sf-app td,
sf-app.sf-app th {
  padding: 0;
}
sf-app.sf-app ol {
  list-style-position: inside;
}
sf-app.sf-app *,
sf-app.sf-app *:before,
sf-app.sf-app *:after,
sf-app.sf-app sf-app.sf-app .k-editor *,
sf-app.sf-app sf-app.sf-app .k-editor *:before {
  box-sizing: border-box;
}
sf-app.sf-app a {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
}
sf-app.sf-app a.-secondary {
  color: var(--link-secondary-color);
}
sf-app.sf-app a:hover, sf-app.sf-app a:active, sf-app.sf-app a:focus {
  color: #333;
}
sf-app.sf-app a.-no-hover:hover, sf-app.sf-app a.-no-hover:active, sf-app.sf-app a.-no-hover:focus {
  color: var(--link-color);
}
sf-app.sf-app a.-side {
  display: inline-block;
  margin-bottom: 2px;
  padding: 3px 6px;
  color: #333;
}
sf-app.sf-app a.-side.-active, sf-app.sf-app a.-side:focus, sf-app.sf-app a.-side:hover {
  background-color: #e4e4e4;
  border-radius: 2px;
}
sf-app.sf-app a.-side-secondary {
  color: var(--link-side-secondary-color);
}
sf-app.sf-app a.-side-secondary:hover {
  color: var(--link-side-secondary-color-hover);
}
sf-app.sf-app a.-side-secondary.-active {
  color: var(--link-side-secondary-color-active);
}
sf-app.sf-app a.-basic {
  color: #333;
}
sf-app.sf-app a.-basic:hover, sf-app.sf-app a.-basic:active, sf-app.sf-app a.-basic:focus {
  color: #333;
}
sf-app.sf-app a.-top-toolbar {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  padding: 0 10px;
  color: #333;
  border: 0;
  background-color: #fff;
  border-radius: 0;
  height: 100%;
}
sf-app.sf-app a.-top-toolbar.-active, sf-app.sf-app a.-top-toolbar:focus, sf-app.sf-app a.-top-toolbar:hover {
  color: #333;
  background-color: #f5f5f5;
  border-color: #eee;
}
sf-app.sf-app ul.-list-style-none, sf-app.sf-app ol.-list-style-none {
  list-style: none;
}
sf-app.sf-app ul.-list-style-disc, sf-app.sf-app ol.-list-style-disc {
  list-style-type: disc;
}
sf-app.sf-app ul.-list-style-decimal, sf-app.sf-app ol.-list-style-decimal {
  list-style-type: decimal;
}
sf-app.sf-app ul.-list-inline li, sf-app.sf-app ol.-list-inline li {
  display: inline-block;
}
sf-app.sf-app ul.-full-height, sf-app.sf-app ol.-full-height {
  height: 100%;
}
sf-app.sf-app ul.-full-height li, sf-app.sf-app ol.-full-height li {
  height: 100%;
}
sf-app.sf-app .-sf-mt-zero {
  margin-top: 0 !important;
}
sf-app.sf-app .-sf-mt-4xs {
  margin-top: 5px !important;
}
sf-app.sf-app .-sf-mt-3xs {
  margin-top: 10px !important;
}
sf-app.sf-app .-sf-mt-2xs {
  margin-top: 15px !important;
}
sf-app.sf-app .-sf-mt-xs {
  margin-top: 20px !important;
}
sf-app.sf-app .-sf-mt-s {
  margin-top: 25px !important;
}
sf-app.sf-app .-sf-mt-m {
  margin-top: 30px !important;
}
sf-app.sf-app .-sf-mt-l {
  margin-top: 35px !important;
}
sf-app.sf-app .-sf-mt-xl {
  margin-top: 40px !important;
}
sf-app.sf-app .-sf-mt-2xl {
  margin-top: 45px !important;
}
sf-app.sf-app .-sf-mt-3xl {
  margin-top: 50px !important;
}
sf-app.sf-app .-sf-mt-4xl {
  margin-top: 55px !important;
}
sf-app.sf-app .-sf-mt-5xl {
  margin-top: 60px !important;
}
sf-app.sf-app .-sf-mt-6xl {
  margin-top: 80px !important;
}
sf-app.sf-app .-sf-mt-7xl {
  margin-top: 100px !important;
}
sf-app.sf-app .-sf-mt-8xl {
  margin-top: 120px !important;
}
sf-app.sf-app .-sf-mt-9xl {
  margin-top: 140px !important;
}
sf-app.sf-app .-sf-mt-10xl {
  margin-top: 160px !important;
}
sf-app.sf-app .-sf-mt-11xl {
  margin-top: 180px !important;
}
sf-app.sf-app .-sf-mt-12xl {
  margin-top: 200px !important;
}
sf-app.sf-app .-sf-mb-zero {
  margin-bottom: 0 !important;
}
sf-app.sf-app .-sf-mb-4xs {
  margin-bottom: 5px !important;
}
sf-app.sf-app .-sf-mb-3xs {
  margin-bottom: 10px !important;
}
sf-app.sf-app .-sf-mb-2xs {
  margin-bottom: 15px !important;
}
sf-app.sf-app .-sf-mb-xs {
  margin-bottom: 20px !important;
}
sf-app.sf-app .-sf-mb-s {
  margin-bottom: 25px !important;
}
sf-app.sf-app .-sf-mb-m {
  margin-bottom: 30px !important;
}
sf-app.sf-app .-sf-mb-l {
  margin-bottom: 35px !important;
}
sf-app.sf-app .-sf-mb-xl {
  margin-bottom: 40px !important;
}
sf-app.sf-app .-sf-mb-2xl {
  margin-bottom: 45px !important;
}
sf-app.sf-app .-sf-mb-3xl {
  margin-bottom: 50px !important;
}
sf-app.sf-app .-sf-mb-4xl {
  margin-bottom: 55px !important;
}
sf-app.sf-app .-sf-mb-5xl {
  margin-bottom: 60px !important;
}
sf-app.sf-app .-sf-mb-6xl {
  margin-bottom: 80px !important;
}
sf-app.sf-app .-sf-mb-7xl {
  margin-bottom: 100px !important;
}
sf-app.sf-app .-sf-mb-8xl {
  margin-bottom: 120px !important;
}
sf-app.sf-app .-sf-ml-zero {
  margin-left: 0 !important;
}
sf-app.sf-app .-sf-ml-4xs {
  margin-left: 5px !important;
}
sf-app.sf-app .-sf-ml-3xs {
  margin-left: 10px !important;
}
sf-app.sf-app .-sf-ml-2xs {
  margin-left: 15px !important;
}
sf-app.sf-app .-sf-ml-xs {
  margin-left: 20px !important;
}
sf-app.sf-app .-sf-ml-s {
  margin-left: 25px !important;
}
sf-app.sf-app .-sf-ml-m {
  margin-left: 30px !important;
}
sf-app.sf-app .-sf-ml-l {
  margin-left: 35px !important;
}
sf-app.sf-app .-sf-ml-xl {
  margin-left: 40px !important;
}
sf-app.sf-app .-sf-ml-2xl {
  margin-left: 45px !important;
}
sf-app.sf-app .-sf-ml-3xl {
  margin-left: 50px !important;
}
sf-app.sf-app .-sf-ml-4xl {
  margin-left: 55px !important;
}
sf-app.sf-app .-sf-ml-5xl {
  margin-left: 60px !important;
}
sf-app.sf-app .-sf-ml-6xl {
  margin-left: 80px !important;
}
sf-app.sf-app .-sf-ml-7xl {
  margin-left: 100px !important;
}
sf-app.sf-app .-sf-ml-8xl {
  margin-left: 120px !important;
}
sf-app.sf-app .-sf-mr-zero {
  margin-right: 0 !important;
}
sf-app.sf-app .-sf-mr-4xs {
  margin-right: 5px !important;
}
sf-app.sf-app .-sf-mr-3xs {
  margin-right: 10px !important;
}
sf-app.sf-app .-sf-mr-2xs {
  margin-right: 15px !important;
}
sf-app.sf-app .-sf-mr-xs {
  margin-right: 20px !important;
}
sf-app.sf-app .-sf-mr-s {
  margin-right: 25px !important;
}
sf-app.sf-app .-sf-mr-m {
  margin-right: 30px !important;
}
sf-app.sf-app .-sf-mr-l {
  margin-right: 35px !important;
}
sf-app.sf-app .-sf-mr-xl {
  margin-right: 40px !important;
}
sf-app.sf-app .-sf-mr-2xl {
  margin-right: 45px !important;
}
sf-app.sf-app .-sf-mr-3xl {
  margin-right: 50px !important;
}
sf-app.sf-app .-sf-mr-4xl {
  margin-right: 55px !important;
}
sf-app.sf-app .-sf-mr-5xl {
  margin-right: 60px !important;
}
sf-app.sf-app .-sf-mr-6xl {
  margin-right: 80px !important;
}
sf-app.sf-app .-sf-mr-7xl {
  margin-right: 100px !important;
}
sf-app.sf-app .-sf-mr-8xl {
  margin-right: 120px !important;
}
sf-app.sf-app .-sf-m-zero {
  margin: 0 !important;
}
sf-app.sf-app .-sf-m-4xs {
  margin: 5px !important;
}
sf-app.sf-app .-sf-m-3xs {
  margin: 10px !important;
}
sf-app.sf-app .-sf-m-2xs {
  margin: 15px !important;
}
sf-app.sf-app .-sf-m-xs {
  margin: 20px !important;
}
sf-app.sf-app .-sf-m-s {
  margin: 25px !important;
}
sf-app.sf-app .-sf-m-m {
  margin: 30px !important;
}
sf-app.sf-app .-sf-m-l {
  margin: 35px !important;
}
sf-app.sf-app .-sf-m-xl {
  margin: 40px !important;
}
sf-app.sf-app .-sf-m-2xl {
  margin: 45px !important;
}
sf-app.sf-app .-sf-m-3xl {
  margin: 50px !important;
}
sf-app.sf-app .-sf-m-4xl {
  margin: 55px !important;
}
sf-app.sf-app .-sf-m-5xl {
  margin: 60px !important;
}
sf-app.sf-app .-sf-m-6xl {
  margin: 80px !important;
}
sf-app.sf-app .-sf-m-7xl {
  margin: 100px !important;
}
sf-app.sf-app .-sf-m-8xl {
  margin: 120px !important;
}
sf-app.sf-app .-sf-mt-8xs {
  margin-top: 1px !important;
}
sf-app.sf-app .-sf-mt-7xs {
  margin-top: 2px !important;
}
sf-app.sf-app .-sf-mt-6xs {
  margin-top: 3px !important;
}
sf-app.sf-app .-sf-mt-5xs {
  margin-top: 4px !important;
}
sf-app.sf-app .-sf-mb-8xs {
  margin-bottom: 1px !important;
}
sf-app.sf-app .-sf-mb-7xs {
  margin-bottom: 2px !important;
}
sf-app.sf-app .-sf-mb-6xs {
  margin-bottom: 3px !important;
}
sf-app.sf-app .-sf-mb-5xs {
  margin-bottom: 4px !important;
}
sf-app.sf-app .-sf-ml-8xs {
  margin-left: 1px !important;
}
sf-app.sf-app .-sf-ml-7xs {
  margin-left: 2px !important;
}
sf-app.sf-app .-sf-ml-6xs {
  margin-left: 3px !important;
}
sf-app.sf-app .-sf-ml-5xs {
  margin-left: 4px !important;
}
sf-app.sf-app .-sf-mr-8xs {
  margin-right: 1px !important;
}
sf-app.sf-app .-sf-mr-7xs {
  margin-right: 2px !important;
}
sf-app.sf-app .-sf-mr-6xs {
  margin-right: 3px !important;
}
sf-app.sf-app .-sf-mr-5xs {
  margin-right: 4px !important;
}
sf-app.sf-app .-sf-mt--4xs {
  margin-top: -5px !important;
}
sf-app.sf-app .-sf-mt--3xs {
  margin-top: -10px !important;
}
sf-app.sf-app .-sf-mt--2xs {
  margin-top: -15px !important;
}
sf-app.sf-app .-sf-mt--xs {
  margin-top: -20px !important;
}
sf-app.sf-app .-sf-mt--s {
  margin-top: -25px !important;
}
sf-app.sf-app .-sf-mt--m {
  margin-top: -30px !important;
}
sf-app.sf-app .-sf-mt--l {
  margin-top: -35px !important;
}
sf-app.sf-app .-sf-mt--xl {
  margin-top: -40px !important;
}
sf-app.sf-app .-sf-mt--2xl {
  margin-top: -45px !important;
}
sf-app.sf-app .-sf-mt--3xl {
  margin-top: -50px !important;
}
sf-app.sf-app .-sf-mt--4xl {
  margin-top: -55px !important;
}
sf-app.sf-app .-sf-mt--5xl {
  margin-top: -60px !important;
}
sf-app.sf-app .-sf-mt--6xl {
  margin-top: -80px !important;
}
sf-app.sf-app .-sf-mb--4xs {
  margin-bottom: -5px !important;
}
sf-app.sf-app .-sf-mb--3xs {
  margin-bottom: -10px !important;
}
sf-app.sf-app .-sf-mb--2xs {
  margin-bottom: -15px !important;
}
sf-app.sf-app .-sf-mb--xs {
  margin-bottom: -20px !important;
}
sf-app.sf-app .-sf-mb--s {
  margin-bottom: -25px !important;
}
sf-app.sf-app .-sf-mb--m {
  margin-bottom: -30px !important;
}
sf-app.sf-app .-sf-mb--l {
  margin-bottom: -35px !important;
}
sf-app.sf-app .-sf-mb--xl {
  margin-bottom: -40px !important;
}
sf-app.sf-app .-sf-mb--2xl {
  margin-bottom: -45px !important;
}
sf-app.sf-app .-sf-mb--3xl {
  margin-bottom: -50px !important;
}
sf-app.sf-app .-sf-mb--4xl {
  margin-bottom: -55px !important;
}
sf-app.sf-app .-sf-mb--5xl {
  margin-bottom: -60px !important;
}
sf-app.sf-app .-sf-mb--6xl {
  margin-bottom: -80px !important;
}
sf-app.sf-app .-sf-ml--4xs {
  margin-left: -5px !important;
}
sf-app.sf-app .-sf-ml--3xs {
  margin-left: -10px !important;
}
sf-app.sf-app .-sf-ml--2xs {
  margin-left: -15px !important;
}
sf-app.sf-app .-sf-ml--xs {
  margin-left: -20px !important;
}
sf-app.sf-app .-sf-ml--s {
  margin-left: -25px !important;
}
sf-app.sf-app .-sf-ml--m {
  margin-left: -30px !important;
}
sf-app.sf-app .-sf-ml--l {
  margin-left: -35px !important;
}
sf-app.sf-app .-sf-ml--xl {
  margin-left: -40px !important;
}
sf-app.sf-app .-sf-ml--2xl {
  margin-left: -45px !important;
}
sf-app.sf-app .-sf-ml--3xl {
  margin-left: -50px !important;
}
sf-app.sf-app .-sf-ml--4xl {
  margin-left: -55px !important;
}
sf-app.sf-app .-sf-ml--5xl {
  margin-left: -60px !important;
}
sf-app.sf-app .-sf-ml--6xl {
  margin-left: -80px !important;
}
sf-app.sf-app .-sf-mr--4xs {
  margin-right: -5px !important;
}
sf-app.sf-app .-sf-mr--3xs {
  margin-right: -10px !important;
}
sf-app.sf-app .-sf-mr--2xs {
  margin-right: -15px !important;
}
sf-app.sf-app .-sf-mr--xs {
  margin-right: -20px !important;
}
sf-app.sf-app .-sf-mr--s {
  margin-right: -25px !important;
}
sf-app.sf-app .-sf-mr--m {
  margin-right: -30px !important;
}
sf-app.sf-app .-sf-mr--l {
  margin-right: -35px !important;
}
sf-app.sf-app .-sf-mr--xl {
  margin-right: -40px !important;
}
sf-app.sf-app .-sf-mr--2xl {
  margin-right: -45px !important;
}
sf-app.sf-app .-sf-mr--3xl {
  margin-right: -50px !important;
}
sf-app.sf-app .-sf-mr--4xl {
  margin-right: -55px !important;
}
sf-app.sf-app .-sf-mr--5xl {
  margin-right: -60px !important;
}
sf-app.sf-app .-sf-mr--6xl {
  margin-right: -80px !important;
}
sf-app.sf-app .-sf-pt-zero {
  padding-top: 0 !important;
}
sf-app.sf-app .-sf-pt-4xs {
  padding-top: 5px !important;
}
sf-app.sf-app .-sf-pt-3xs {
  padding-top: 10px !important;
}
sf-app.sf-app .-sf-pt-2xs {
  padding-top: 15px !important;
}
sf-app.sf-app .-sf-pt-xs {
  padding-top: 20px !important;
}
sf-app.sf-app .-sf-pt-s {
  padding-top: 25px !important;
}
sf-app.sf-app .-sf-pt-m {
  padding-top: 30px !important;
}
sf-app.sf-app .-sf-pt-l {
  padding-top: 35px !important;
}
sf-app.sf-app .-sf-pt-xl {
  padding-top: 40px !important;
}
sf-app.sf-app .-sf-pt-2xl {
  padding-top: 45px !important;
}
sf-app.sf-app .-sf-pt-3xl {
  padding-top: 50px !important;
}
sf-app.sf-app .-sf-pt-4xl {
  padding-top: 55px !important;
}
sf-app.sf-app .-sf-pt-5xl {
  padding-top: 60px !important;
}
sf-app.sf-app .-sf-pt-6xl {
  padding-top: 80px !important;
}
sf-app.sf-app .-sf-pt-7xl {
  padding-top: 100px !important;
}
sf-app.sf-app .-sf-pt-8xl {
  padding-top: 120px !important;
}
sf-app.sf-app .-sf-pb-zero {
  padding-bottom: 0 !important;
}
sf-app.sf-app .-sf-pb-4xs {
  padding-bottom: 5px !important;
}
sf-app.sf-app .-sf-pb-3xs {
  padding-bottom: 10px !important;
}
sf-app.sf-app .-sf-pb-2xs {
  padding-bottom: 15px !important;
}
sf-app.sf-app .-sf-pb-xs {
  padding-bottom: 20px !important;
}
sf-app.sf-app .-sf-pb-s {
  padding-bottom: 25px !important;
}
sf-app.sf-app .-sf-pb-m {
  padding-bottom: 30px !important;
}
sf-app.sf-app .-sf-pb-l {
  padding-bottom: 35px !important;
}
sf-app.sf-app .-sf-pb-xl {
  padding-bottom: 40px !important;
}
sf-app.sf-app .-sf-pb-2xl {
  padding-bottom: 45px !important;
}
sf-app.sf-app .-sf-pb-3xl {
  padding-bottom: 50px !important;
}
sf-app.sf-app .-sf-pb-4xl {
  padding-bottom: 55px !important;
}
sf-app.sf-app .-sf-pb-5xl {
  padding-bottom: 60px !important;
}
sf-app.sf-app .-sf-pb-6xl {
  padding-bottom: 80px !important;
}
sf-app.sf-app .-sf-pb-7xl {
  padding-bottom: 100px !important;
}
sf-app.sf-app .-sf-pb-8xl {
  padding-bottom: 120px !important;
}
sf-app.sf-app .-sf-pl-zero {
  padding-left: 0 !important;
}
sf-app.sf-app .-sf-pl-4xs {
  padding-left: 5px !important;
}
sf-app.sf-app .-sf-pl-3xs {
  padding-left: 10px !important;
}
sf-app.sf-app .-sf-pl-2xs {
  padding-left: 15px !important;
}
sf-app.sf-app .-sf-pl-xs {
  padding-left: 20px !important;
}
sf-app.sf-app .-sf-pl-s {
  padding-left: 25px !important;
}
sf-app.sf-app .-sf-pl-m {
  padding-left: 30px !important;
}
sf-app.sf-app .-sf-pl-l {
  padding-left: 35px !important;
}
sf-app.sf-app .-sf-pl-xl {
  padding-left: 40px !important;
}
sf-app.sf-app .-sf-pl-2xl {
  padding-left: 45px !important;
}
sf-app.sf-app .-sf-pl-3xl {
  padding-left: 50px !important;
}
sf-app.sf-app .-sf-pl-4xl {
  padding-left: 55px !important;
}
sf-app.sf-app .-sf-pl-5xl {
  padding-left: 60px !important;
}
sf-app.sf-app .-sf-pl-6xl {
  padding-left: 80px !important;
}
sf-app.sf-app .-sf-pl-7xl {
  padding-left: 100px !important;
}
sf-app.sf-app .-sf-pl-8xl {
  padding-left: 120px !important;
}
sf-app.sf-app .-sf-pr-zero {
  padding-right: 0 !important;
}
sf-app.sf-app .-sf-pr-4xs {
  padding-right: 5px !important;
}
sf-app.sf-app .-sf-pr-3xs {
  padding-right: 10px !important;
}
sf-app.sf-app .-sf-pr-2xs {
  padding-right: 15px !important;
}
sf-app.sf-app .-sf-pr-xs {
  padding-right: 20px !important;
}
sf-app.sf-app .-sf-pr-s {
  padding-right: 25px !important;
}
sf-app.sf-app .-sf-pr-m {
  padding-right: 30px !important;
}
sf-app.sf-app .-sf-pr-l {
  padding-right: 35px !important;
}
sf-app.sf-app .-sf-pr-xl {
  padding-right: 40px !important;
}
sf-app.sf-app .-sf-pr-2xl {
  padding-right: 45px !important;
}
sf-app.sf-app .-sf-pr-3xl {
  padding-right: 50px !important;
}
sf-app.sf-app .-sf-pr-4xl {
  padding-right: 55px !important;
}
sf-app.sf-app .-sf-pr-5xl {
  padding-right: 60px !important;
}
sf-app.sf-app .-sf-pr-6xl {
  padding-right: 80px !important;
}
sf-app.sf-app .-sf-pr-7xl {
  padding-right: 100px !important;
}
sf-app.sf-app .-sf-pr-8xl {
  padding-right: 120px !important;
}
sf-app.sf-app .-sf-p-zero {
  padding: 0 !important;
}
sf-app.sf-app .-sf-p-4xs {
  padding: 5px !important;
}
sf-app.sf-app .-sf-p-3xs {
  padding: 10px !important;
}
sf-app.sf-app .-sf-p-2xs {
  padding: 15px !important;
}
sf-app.sf-app .-sf-p-xs {
  padding: 20px !important;
}
sf-app.sf-app .-sf-p-s {
  padding: 25px !important;
}
sf-app.sf-app .-sf-p-m {
  padding: 30px !important;
}
sf-app.sf-app .-sf-p-l {
  padding: 35px !important;
}
sf-app.sf-app .-sf-p-xl {
  padding: 40px !important;
}
sf-app.sf-app .-sf-p-2xl {
  padding: 45px !important;
}
sf-app.sf-app .-sf-p-3xl {
  padding: 50px !important;
}
sf-app.sf-app .-sf-p-4xl {
  padding: 55px !important;
}
sf-app.sf-app .-sf-p-5xl {
  padding: 60px !important;
}
sf-app.sf-app .-sf-p-6xl {
  padding: 80px !important;
}
sf-app.sf-app .-sf-p-7xl {
  padding: 100px !important;
}
sf-app.sf-app .-sf-p-8xl {
  padding: 120px !important;
}
sf-app.sf-app .-sf-pt-8xs {
  padding-top: 1px !important;
}
sf-app.sf-app .-sf-pt-7xs {
  padding-top: 2px !important;
}
sf-app.sf-app .-sf-pt-6xs {
  padding-top: 3px !important;
}
sf-app.sf-app .-sf-pt-5xs {
  padding-top: 4px !important;
}
sf-app.sf-app .-sf-pb-8xs {
  padding-bottom: 1px !important;
}
sf-app.sf-app .-sf-pb-7xs {
  padding-bottom: 2px !important;
}
sf-app.sf-app .-sf-pb-6xs {
  padding-bottom: 3px !important;
}
sf-app.sf-app .-sf-pb-5xs {
  padding-bottom: 4px !important;
}
sf-app.sf-app .-sf-pl-8xs {
  padding-left: 1px !important;
}
sf-app.sf-app .-sf-pl-7xs {
  padding-left: 2px !important;
}
sf-app.sf-app .-sf-pl-6xs {
  padding-left: 3px !important;
}
sf-app.sf-app .-sf-pl-5xs {
  padding-left: 4px !important;
}
sf-app.sf-app .-sf-pr-8xs {
  padding-right: 1px !important;
}
sf-app.sf-app .-sf-pr-7xs {
  padding-right: 2px !important;
}
sf-app.sf-app .-sf-pr-6xs {
  padding-right: 3px !important;
}
sf-app.sf-app .-sf-pr-5xs {
  padding-right: 4px !important;
}
sf-app.sf-app .-sf-ml-auto {
  margin-left: auto !important;
}
sf-app.sf-app .-sf-mr-auto {
  margin-right: auto !important;
}
sf-app.sf-app .-sf-ml-50 {
  margin-left: 50% !important;
}
sf-app.sf-app .-sf-mr-50 {
  margin-right: 50% !important;
}
sf-app.sf-app .-sf-border-top {
  border-top: 1px solid #ccc;
}
sf-app.sf-app .-sf-border-bottom {
  border-bottom: 1px solid #ccc;
}
sf-app.sf-app .-sf-border-left {
  border-left: 1px solid #ccc;
}
sf-app.sf-app .-sf-border-right {
  border-right: 1px solid #ccc;
}
sf-app.sf-app .-sf-border {
  border: 1px solid #ccc;
}
sf-app.sf-app .-sf-border-lighter {
  border-color: #e4e4e4;
}
sf-app.sf-app .-sf-border-lightest {
  border-color: #eee;
}
sf-app.sf-app .-sf-border-radius-5 {
  border-radius: 5px;
}
sf-app.sf-app .-sf-centered-box {
  margin-left: auto;
  margin-right: auto;
}
sf-app.sf-app .-sf-centered-vertical-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
sf-app.sf-app .-sf-full-height {
  height: 100% !important;
}
sf-app.sf-app .-sf-auto-height {
  height: auto !important;
}
sf-app.sf-app .-sf-full-width {
  width: 100% !important;
}
sf-app.sf-app .-sf-disabled {
  pointer-events: none;
  cursor: default;
}
sf-app.sf-app .-sf-clickable {
  cursor: pointer;
}
sf-app.sf-app .-sf-cursor-text {
  cursor: text;
}
sf-app.sf-app .-sf-user-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
sf-app.sf-app .-sf-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000000;
}
sf-app.sf-app .-sf-txt-hint {
  color: var(--secondary-text-color);
}
sf-app.sf-app .-sf-txt-dimmed {
  color: var(--secondary-text-color);
}
sf-app.sf-app .-sf-txt-success {
  color: var(--color-success);
}
sf-app.sf-app .-sf-txt-failure {
  color: var(--color-error);
}
sf-app.sf-app .-sf-txt-align-left {
  text-align: left;
}
sf-app.sf-app .-sf-txt-align-right {
  text-align: right;
}
sf-app.sf-app .-sf-txt-align-center {
  text-align: center;
}
sf-app.sf-app .-sf-txt-vertical-align-middle {
  vertical-align: middle;
}
sf-app.sf-app .-sf-txt-vertical-align-top {
  vertical-align: top;
}
sf-app.sf-app .-sf-txt-nowrap {
  white-space: nowrap;
}
sf-app.sf-app .-sf-txt-pre-wrap {
  white-space: pre-wrap;
}
sf-app.sf-app .-sf-txt-lower-case {
  text-transform: lowercase;
}
sf-app.sf-app .-sf-txt-upper-case {
  text-transform: uppercase;
}
sf-app.sf-app .-sf-overflow-hidden {
  overflow: hidden;
}
sf-app.sf-app .-sf-overflow-auto {
  overflow: auto;
}
sf-app.sf-app .-sf-txt-code {
  font-family: "Courier New Regular", "Courier New", Courier, monospace;
}
sf-app.sf-app .-sf-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
sf-app.sf-app .-sf-wrap-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
sf-app.sf-app .-sf-overflow-multiline-ellipsis {
  display: block;
  display: box;
  word-break: break-all;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
sf-app.sf-app .-sf-word-break-all {
  word-break: break-all;
}
sf-app.sf-app .-sf-word-break-word {
  word-break: break-word;
}
sf-app.sf-app .-sf-direction-rtl {
  direction: rtl;
  text-align: right;
}
sf-app.sf-app .-sf-direction-ltr {
  direction: ltr;
  text-align: left;
}
sf-app.sf-app .-sf-txt-large {
  font-size: var(--font-size-lg);
}
sf-app.sf-app .-sf-txt-small {
  font-size: var(--font-size-h5);
}
sf-app.sf-app .-sf-txt-base {
  font-size: var(--font-size-base);
}
sf-app.sf-app .-sf-hidden {
  display: none !important;
}
sf-app.sf-app .-sf-invisible {
  visibility: hidden !important;
}
sf-app.sf-app .-sf-block {
  display: block !important;
}
sf-app.sf-app .-sf-inline-block {
  display: inline-block !important;
}
sf-app.sf-app .-sf-flex {
  display: flex !important;
}
sf-app.sf-app .-sf-flex-shrink-0 {
  flex-shrink: 0 !important;
}
sf-app.sf-app .-sf-inline-flex {
  display: inline-flex !important;
}
sf-app.sf-app .-sf-absolute {
  position: absolute !important;
}
sf-app.sf-app .-sf-relative {
  position: relative !important;
}
sf-app.sf-app .-sf-static {
  position: static !important;
}
sf-app.sf-app .-sf-transparent {
  opacity: 0;
}
sf-app.sf-app .-sf-align-self-center {
  align-self: center !important;
}
sf-app.sf-app .-sf-align-self-start {
  align-self: flex-start !important;
}
sf-app.sf-app .-sf-visually-hidden {
  padding: 0;
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}
sf-app.sf-app .-sf-img-fit-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
sf-app.sf-app .-sf-rotate-90 {
  transform: rotate(90deg);
}
sf-app.sf-app .-sf-rotate--90 {
  transform: rotate(-90deg);
}
sf-app.sf-app .-sf-rotate-180 {
  transform: rotate(180deg);
}
sf-app.sf-app .-sf-width-1 {
  width: 8.3333333333% !important;
}
sf-app.sf-app .-sf-width-2 {
  width: 16.6666666667% !important;
}
sf-app.sf-app .-sf-width-3 {
  width: 25% !important;
}
sf-app.sf-app .-sf-width-4 {
  width: 33.3333333333% !important;
}
sf-app.sf-app .-sf-width-5 {
  width: 41.6666666667% !important;
}
sf-app.sf-app .-sf-width-6 {
  width: 50% !important;
}
sf-app.sf-app .-sf-width-7 {
  width: 58.3333333333% !important;
}
sf-app.sf-app .-sf-width-8 {
  width: 66.6666666667% !important;
}
sf-app.sf-app .-sf-width-9 {
  width: 75% !important;
}
sf-app.sf-app .-sf-width-10 {
  width: 83.3333333333% !important;
}
sf-app.sf-app .-sf-width-11 {
  width: 91.6666666667% !important;
}
sf-app.sf-app .-sf-width-12 {
  width: 100% !important;
}
sf-app.sf-app .-sf-width-form-small {
  width: 410px !important;
}
sf-app.sf-app .-sf-width-form-medium {
  width: var(--form-width-medium) !important;
}
sf-app.sf-app .-sf-width-form-large {
  width: 1000px !important;
}
sf-app.sf-app .-sf-max-width-form-xsmall {
  max-width: 220px !important;
}
sf-app.sf-app .-sf-max-width-form-2xsmall {
  max-width: 157px !important;
}
sf-app.sf-app .-sf-max-width-form-large {
  max-width: 1000px !important;
}
sf-app.sf-app .-sf-width-100 {
  width: 100% !important;
}
sf-app.sf-app .-sf-max-width-100 {
  max-width: 100% !important;
}
sf-app.sf-app .-sf-min-width-form-3xsmall {
  min-width: 60px !important;
}
sf-app.sf-app .-sf-min-width-zero {
  min-width: 0 !important;
}
sf-app.sf-app .-sf-clearfix::after {
  display: table;
  content: "";
  clear: both;
}
sf-app.sf-app .-sf-pull-left {
  float: left;
}
sf-app.sf-app .-sf-hover-bg-light-grey:hover {
  background: #f5f5f5;
}
sf-app.sf-app .-sf-bg-primary {
  background: #fff;
}
sf-app.sf-app .-sf-bg-primary-variant {
  background-color: #f5f5f5;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .-sf-fade-in {
  animation: 0.4s ease-in fadeIn;
}
sf-app.sf-app h1,
sf-app.sf-app .h1 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: var(--font-size-h1);
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
sf-app.sf-app h2,
sf-app.sf-app .h2 {
  font-size: var(--font-size-h2);
  font-weight: 300;
  line-height: 1.3;
  color: var(--color-h2);
  margin-top: 0;
  margin-bottom: 0;
}
sf-app.sf-app h3,
sf-app.sf-app .h3 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: var(--font-size-h3);
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
sf-app.sf-app h4,
sf-app.sf-app .h4 {
  font-size: var(--font-size-h4);
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
sf-app.sf-app h5,
sf-app.sf-app .h5 {
  font-size: var(--font-size-h5);
  font-weight: normal;
  color: var(--color-h5);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
sf-app.sf-app h1.-sf-h-large {
  font-size: var(--font-size-h1-lg);
}
sf-app.sf-app .h1.-sf-h-large {
  font-size: var(--font-size-h1-lg);
}
sf-app.sf-app h4.-sf-h-large {
  font-size: var(--font-size-h4-lg);
}
sf-app.sf-app .h4.-sf-h-large {
  font-size: var(--font-size-h4-lg);
}
sf-app.sf-app p {
  margin-bottom: calc(var(--font-size-base) * 1.4);
}
sf-app.sf-app .sf-breadcrumb {
  color: var(--secondary-text-color);
}
sf-app.sf-app .sf-tabs {
  display: flex;
  justify-content: center;
}
sf-app.sf-app .sf-tabs.-large {
  font-size: var(--font-size-lg);
}
sf-app.sf-app .sf-tabs__item {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
sf-app.sf-app .sf-tabs__item.-selected {
  padding-bottom: 5px;
}
sf-app.sf-app .sf-tabs__item.-selected, sf-app.sf-app .sf-tabs__item.-selected:hover, sf-app.sf-app .sf-tabs__item.-selected:active, sf-app.sf-app .sf-tabs__item.-selected:focus {
  color: #333;
  border-bottom: 2px solid #777;
}
sf-app.sf-app .sf-tabs__item.-selected .sf-button.-link {
  color: #333;
}
sf-app.sf-app .sf-tabs__badge {
  position: absolute;
  top: 0;
  right: -27px;
  font-size: var(--font-size-base);
}
sf-app.sf-app .sf-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1em;
  width: 1em;
  font-size: var(--default-icon-size);
  font-style: normal;
  color: var(--default-icon-color);
}
sf-app.sf-app .sf-icon.-close::before {
  content: "\2716";
}
sf-app.sf-app .sf-icon.-illustrative {
  font-size: var(--icon-illustrative-font-size);
  color: var(--icon-illustrative-font-color);
  width: var(--icon-illustrative-size);
  height: var(--icon-illustrative-size);
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--icon-illustrative-font-color);
}
sf-app.sf-app .sf-icon.-illustrative.-size-3xl {
  width: var(--icon-illustrative-size-sm);
  height: var(--icon-illustrative-size-sm);
}
sf-app.sf-app .sf-icon.-light {
  color: var(--icon-light-color);
}
sf-app.sf-app .sf-icon.-faq {
  width: var(--icon-faq-size);
  height: var(--icon-faq-size);
  border-radius: 50%;
  background: #fff;
  line-height: var(--icon-faq-size);
  box-shadow: 0 3px 5px rgba(228, 228, 228, 0.5);
}
sf-app.sf-app .sf-icon.-zone-editor {
  font-size: var(--icon-zone-editor-size);
}
sf-app.sf-app .sf-icon.-lightest {
  color: #ccc;
}
sf-app.sf-app .sf-icon.-lighter {
  color: var(--icon-lighter-color);
}
sf-app.sf-app .sf-icon.-darker {
  color: #999;
}
sf-app.sf-app .sf-icon.-darkest {
  color: #777;
}
sf-app.sf-app .sf-icon.-black {
  color: #333;
}
sf-app.sf-app .sf-icon.-color-inherit {
  color: inherit;
}
sf-app.sf-app .sf-icon.-white {
  color: #fff;
}
sf-app.sf-app .sf-icon.-positive {
  color: var(--icon-positive-color);
}
sf-app.sf-app .sf-icon.-negative {
  color: var(--icon-negative-color);
}
sf-app.sf-app .sf-icon.-square {
  padding: 5px;
  border: 2px solid currentColor;
}
sf-app.sf-app .sf-icon.-square.-positive .sf-icon__svg {
  color: #fff;
  fill: var(--icon-positive-color);
}
sf-app.sf-app .sf-icon.-square.-positive .-no-background.sf-icon__svg {
  color: var(--icon-positive-color);
}
sf-app.sf-app .sf-icon.-badge {
  width: var(--icon-size-badge);
  height: var(--icon-size-badge);
  border-radius: 50%;
  background: var(--icon-badge-add-bg-color);
  border: 1px solid var(--icon-badge-add-border-color);
  color: var(--icon-badge-add-color);
}
sf-app.sf-app .sf-icon.-badge.-edit-variation {
  color: #fff;
  background-color: #006cd9;
  border-color: #006cd9;
}
sf-app.sf-app .sf-icon.-badge.-warning-bg {
  background-color: #ed8527;
  border-color: #ed8527;
}
sf-app.sf-app .sf-icon.-badge.-small {
  width: var(--icon-size-s);
  height: var(--icon-size-s);
}
sf-app.sf-app .sf-icon.-warning {
  color: #ed8527;
}
sf-app.sf-app .sf-icon.-svg {
  width: auto;
  height: auto;
}
sf-app.sf-app .sf-icon.-svg.-zone-editor .sf-icon__svg {
  fill: #333;
  color: #fff;
}
sf-app.sf-app .sf-icon.-svg.-zone-editor .sf-icon__svg.-no-background {
  color: #333;
}
sf-app.sf-app .sf-icon.-svg.-zone-editor.-inverted .sf-icon__svg {
  fill: #fff;
  color: #333;
}
sf-app.sf-app .sf-icon.-svg.-zone-editor.-inverted .sf-icon__svg.-no-background {
  color: #fff;
}
sf-app.sf-app .sf-icon.-size-7xs {
  font-size: var(--icon-size-7xs);
}
sf-app.sf-app .sf-icon.-size-5xs {
  font-size: var(--icon-size-5xs);
}
sf-app.sf-app .sf-icon.-size-4xs {
  font-size: var(--icon-size-4xs);
}
sf-app.sf-app .sf-icon.-size-3xs {
  font-size: var(--icon-size-3xs);
}
sf-app.sf-app .sf-icon.-size-2xs {
  font-size: var(--icon-size-2xs);
}
sf-app.sf-app .sf-icon.-size-xs {
  font-size: var(--icon-size-xs);
}
sf-app.sf-app .sf-icon.-size-s {
  font-size: var(--icon-size-s);
}
sf-app.sf-app .sf-icon.-size-m {
  font-size: var(--icon-size-m);
}
sf-app.sf-app .sf-icon.-size-l {
  font-size: var(--icon-size-l);
}
sf-app.sf-app .sf-icon.-size-xl {
  font-size: var(--icon-size-xl);
}
sf-app.sf-app .sf-icon.-size-2xl {
  font-size: var(--icon-size-2xl);
}
sf-app.sf-app .sf-icon.-size-3xl {
  font-size: var(--icon-size-3xl);
}
sf-app.sf-app .sf-icon.-size-4xl {
  font-size: var(--icon-size-4xl);
}
sf-app.sf-app .sf-icon.-size-5xl {
  font-size: var(--icon-size-5xl);
}
sf-app.sf-app .sf-icon__svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
sf-app.sf-app .sf-icon__svg.-color-current {
  background-color: currentColor;
}
sf-app.sf-app .sf-icon__svg-template {
  width: 100%;
  max-height: 77px;
  max-width: 300px;
}
sf-app.sf-app .sf-icon-stack {
  position: relative;
  display: inline-flex;
}
sf-app.sf-app .sf-icon-stack__in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
sf-app.sf-app .sf-icon-stack .sf-icon-stack__in + .sf-icon-stack__in {
  z-index: 5;
}
sf-app.sf-app .sf-icon-stack__out {
  position: relative;
}
sf-app.sf-app .sf-status__text {
  font-size: var(--font-size-base);
  margin-top: 0;
  margin-bottom: 0;
  color: var(--secondary-text-color);
}
sf-app.sf-app .sf-status__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--font-size-base);
  color: #fff;
  background-color: var(--status-bg-color-default);
}
sf-app.sf-app .sf-status__icon:not([class*=sf-fa-])::before {
  content: "\f064";
}
sf-app.sf-app .sf-status__icon.-for-published {
  background-color: var(--status-icon-color-published);
}
sf-app.sf-app .sf-status__icon.-for-restricted {
  background-color: var(--status-icon-color-restricted);
}
sf-app.sf-app .sf-status__icon.-for-unpublished {
  background-color: var(--status-icon-color-unpublished);
}
sf-app.sf-app .sf-status__icon.-for-scheduled {
  background-color: var(--status-icon-color-scheduled);
}
sf-app.sf-app .sf-status__icon.-for-draft {
  background-color: var(--status-icon-color-draft);
}
sf-app.sf-app .sf-status__icon.-system-icon {
  background-color: transparent;
  color: var(--status-icon-color-system);
  font-size: var(--icon-size-xl);
  overflow: visible;
}
sf-app.sf-app .sf-status__icon.-system-icon.-dimmed {
  background-color: transparent;
}
sf-app.sf-app .sf-status__icon.-published {
  background-color: var(--status-icon-color-published);
}
sf-app.sf-app .sf-status__icon.-published::before {
  content: "\f00c";
}
sf-app.sf-app .sf-status__icon.-locked {
  background-color: var(--status-icon-color-restricted);
}
sf-app.sf-app .sf-status__icon.-locked::before {
  content: "\f023";
}
sf-app.sf-app .sf-status__icon.-unpublished {
  background-color: var(--status-icon-color-unpublished);
}
sf-app.sf-app .sf-status__icon.-unpublished::before {
  content: "\f00d";
}
sf-app.sf-app .sf-status__icon.-deleted {
  font-size: var(--icon-size-xl);
  background-color: transparent;
  color: #ccc;
}
sf-app.sf-app .sf-status__icon.-deleted::before {
  content: "\f014";
}
sf-app.sf-app .sf-status__icon.-deleted.-dimmed {
  background-color: transparent;
}
sf-app.sf-app .sf-status__icon[class*=-rejected] {
  background-color: var(--status-icon-color-restricted);
}
sf-app.sf-app .sf-status__icon[class*=-rejected]::before {
  content: "\f00d";
}
sf-app.sf-app .sf-status__icon.-scheduled {
  background-color: var(--status-icon-color-scheduled);
}
sf-app.sf-app .sf-status__icon.-scheduled::before {
  content: "\f017";
}
sf-app.sf-app .sf-status__icon.-group-page {
  background-color: transparent;
  color: var(--status-icon-color-system);
  font-size: var(--icon-size-xl);
  overflow: visible;
}
sf-app.sf-app .sf-status__icon.-group-page.-dimmed {
  background-color: transparent;
}
sf-app.sf-app .sf-status__icon.-group-page::before {
  content: "\f114";
}
sf-app.sf-app .sf-status__icon.-hierarchical {
  background-color: transparent;
  color: var(--status-icon-color-system);
  font-size: var(--icon-size-xl);
  overflow: visible;
}
sf-app.sf-app .sf-status__icon.-hierarchical.-dimmed {
  background-color: transparent;
}
sf-app.sf-app .sf-status__icon.-hierarchical::before {
  content: "\f114";
}
sf-app.sf-app .sf-status__icon.-flat {
  background-color: transparent;
  color: var(--status-icon-color-system);
  font-size: var(--icon-size-xl);
  overflow: visible;
}
sf-app.sf-app .sf-status__icon.-flat.-dimmed {
  background-color: transparent;
}
sf-app.sf-app .sf-status__icon.-flat::before {
  content: "\f02c";
}
sf-app.sf-app .sf-status__icon.-redirecting-page {
  background-color: transparent;
  color: var(--status-icon-color-system);
  font-size: var(--icon-size-xl);
  overflow: visible;
}
sf-app.sf-app .sf-status__icon.-redirecting-page.-dimmed {
  background-color: transparent;
}
sf-app.sf-app .sf-status__icon.-redirecting-page::before {
  content: "\f08e";
}
sf-app.sf-app .sf-status__icon.-draft, sf-app.sf-app .sf-status__icon.-draftnewer, sf-app.sf-app .sf-status__icon.-publishedanddraft {
  background-color: var(--status-icon-color-draft);
}
sf-app.sf-app .sf-status__icon.-draft::before, sf-app.sf-app .sf-status__icon.-draftnewer::before, sf-app.sf-app .sf-status__icon.-publishedanddraft::before {
  content: "\f040";
}
sf-app.sf-app .sf-status__icon[class*=-awaiting]::before {
  content: "\f064";
}
sf-app.sf-app .sf-status__icon.-dimmed {
  background-color: #ccc;
}
sf-app.sf-app .sf-status__icon.-for-translation {
  font-size: var(--icon-size-3xs);
  background-color: #006cd9;
}
sf-app.sf-app .sf-status__icon.-for-translation::before {
  content: "\f031";
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
sf-app.sf-app .sf-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  overflow: hidden;
  white-space: nowrap;
  font-style: normal;
  background-color: #ccc;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: var(--badge-color);
}
sf-app.sf-app .sf-badge.-ellipse {
  width: auto;
  min-width: 22px;
}
sf-app.sf-app .sf-badge-group {
  position: relative;
}
sf-app.sf-app .sf-badge-group__icon {
  position: absolute;
  top: -5px;
  right: -8px;
}
sf-app.sf-app .sf-badge:not(sub, sup) {
  vertical-align: middle;
}
sf-app.sf-app .sf-badge:not(.-icon, .-add) {
  padding-left: 5px;
  padding-right: 5px;
}
sf-app.sf-app .sf-badge:not(.-icon, .-add).-floating-txt {
  padding-left: 3px;
}
sf-app.sf-app .sf-badge.-hover {
  cursor: pointer;
}
sf-app.sf-app .sf-badge.-size-s {
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
sf-app.sf-app .sf-badge.-size-s.-ellipse {
  width: auto;
  min-width: 16px;
}
sf-app.sf-app .sf-badge.-size-m {
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
sf-app.sf-app .sf-badge.-size-m.-ellipse {
  width: auto;
  min-width: 22px;
}
sf-app.sf-app .sf-badge.-size-l {
  width: 24px;
  height: 24px;
  border-radius: 24px;
}
sf-app.sf-app .sf-badge.-size-l.-ellipse {
  width: auto;
  min-width: 24px;
}
sf-app.sf-app .sf-badge.-size-xl {
  width: 26px;
  height: 26px;
  border-radius: 26px;
}
sf-app.sf-app .sf-badge.-size-xl.-ellipse {
  width: auto;
  min-width: 26px;
}
sf-app.sf-app .sf-badge.-positive {
  background-color: var(--badge-color-bg-positive);
  color: var(--badge-positive-color);
}
sf-app.sf-app .sf-badge.-negative {
  background-color: var(--badge-color-bg-negative);
  color: var(--badge-negative-color);
}
sf-app.sf-app .sf-badge.-white {
  background-color: #fff;
  color: var(--badge-white-color);
}
sf-app.sf-app .sf-badge.-icon {
  color: var(--badge-icon-color);
}
sf-app.sf-app .sf-badge.-icon .sf-icon {
  color: inherit;
  margin-right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
sf-app.sf-app .sf-badge.-add {
  background-color: #fff;
  border: 1px solid var(--badge-white-border-color);
  color: var(--badge-add-color);
}
sf-app.sf-app .sf-badge.-add.-hover:hover {
  background-color: #e4e4e4;
}
sf-app.sf-app .sf-badge.-add-variation {
  border: 1px solid var(--badge-add-variation-border-color);
  background-color: var(--badge-add-variation-bg-color);
  color: var(--badge-add-variation-color);
}
sf-app.sf-app .sf-badge.-add-variation.-hover:hover {
  border: 1px solid var(--badge-add-variation-border-hover);
  background-color: var(--badge-add-variation-hover);
}
sf-app.sf-app .sf-badge.-add-variation.-dimmed {
  border-color: #cae0f7;
  background-color: #cae0f7;
}
sf-app.sf-app .sf-badge.-edit-variation {
  border: 1px solid var(--badge-edit-variation-bg-color);
  background-color: var(--badge-edit-variation-bg-color);
  color: var(--badge-edit-variation-color);
}
sf-app.sf-app .sf-badge.-edit-variation.-hover:hover {
  border: 1px solid var(--badge-edit-variation-hover);
  background-color: var(--badge-edit-variation-hover);
}
sf-app.sf-app .sf-badge.-edit-variation.-dimmed {
  border-color: #80b6ec;
  background-color: #80b6ec;
}
sf-app.sf-app .sf-badge.-floating-txt {
  justify-content: left;
}
sf-app.sf-app .sf-badge.-floating-txt:hover .sf-badge__animated-content {
  display: inline-block;
  animation: 3s ease floatingText;
}
sf-app.sf-app .sf-badge.-square {
  border-radius: 0;
}
sf-app.sf-app .sf-badge.-bordered {
  border: 1px solid currentColor;
}
sf-app.sf-app .sf-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  margin: 0 5px 0 0;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  white-space: nowrap;
  height: 32px;
  min-width: 32px;
  padding: 0 16px;
  font-size: var(--font-size-base);
  border-radius: 3px;
  color: var(--button-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
}
sf-app.sf-app .sf-button:hover, sf-app.sf-app .sf-button:active, sf-app.sf-app .sf-button:focus {
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
sf-app.sf-app .sf-button[disabled] {
  pointer-events: none;
  cursor: default;
}
sf-app.sf-app .sf-button[disabled].-icon .sf-button__icon {
  color: inherit;
}
sf-app.sf-app .sf-button.-disabled {
  pointer-events: none;
  cursor: default;
}
sf-app.sf-app .sf-button.-disabled.-icon .sf-button__icon {
  color: inherit;
}
sf-app.sf-app .sf-button.-full-size-content .sf-button__content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
sf-app.sf-app .sf-button.-large {
  height: 36px;
  min-width: 36px;
  padding: 0 20px;
  font-size: var(--font-size-lg);
}
sf-app.sf-app .sf-button.-small {
  height: 26px;
  min-width: 26px;
  padding: 0 10px;
  border-radius: 2px;
}
sf-app.sf-app .sf-button:focus {
  color: var(--button-color);
}
sf-app.sf-app .sf-button:not(.-no-hover):hover {
  color: var(--button-interaction-color);
  background-color: var(--button-interaction-background-color);
  border-color: var(--button-interaction-border-color);
}
sf-app.sf-app .sf-button:not(.-no-focus-visible):focus-visible {
  color: var(--button-interaction-color);
  background-color: var(--button-interaction-background-color);
  border-color: var(--button-interaction-border-color);
}
sf-app.sf-app .sf-button:not(.-no-active):active {
  color: var(--button-interaction-color);
  background-color: var(--button-interaction-background-color);
  border-color: var(--button-interaction-border-color);
}
sf-app.sf-app .sf-button[disabled]:not(.-done, .-inprogress, .-no-border), sf-app.sf-app .sf-button.-disabled:not(.-done, .-inprogress, .-no-border) {
  color: var(--button-disabled-color);
  background-color: var(--button-disabled-background-color);
  border-color: var(--button-disabled-border-color);
}
sf-app.sf-app .sf-button.-sidebar-tree {
  color: #333;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
sf-app.sf-app .sf-button.-sidebar-tree:focus {
  color: #333;
}
sf-app.sf-app .sf-button.-sidebar-tree:not(.-no-hover):hover {
  color: #333;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
sf-app.sf-app .sf-button.-sidebar-tree-invert {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
sf-app.sf-app .sf-button.-sidebar-tree-invert:focus {
  color: #fff;
}
sf-app.sf-app .sf-button.-sidebar-tree-invert:not(.-no-hover):hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
sf-app.sf-app .sf-button.-action {
  color: var(--action-button-color);
  background-color: var(--action-button-background-color);
  border-color: var(--action-button-border-color);
}
sf-app.sf-app .sf-button.-action:focus {
  color: var(--action-button-color);
}
sf-app.sf-app .sf-button.-action:not(.-no-hover):hover {
  color: var(--action-button-interaction-color);
  background-color: var(--action-button-interaction-background-color);
  border-color: var(--action-button-interaction-border-color);
}
sf-app.sf-app .sf-button.-action:not(.-no-focus):focus {
  color: var(--action-button-interaction-color);
  background-color: var(--action-button-interaction-background-color);
  border-color: var(--action-button-interaction-border-color);
}
sf-app.sf-app .sf-button.-action:not(.-no-active):active {
  color: var(--action-button-interaction-color);
  background-color: var(--action-button-interaction-background-color);
  border-color: var(--action-button-interaction-border-color);
}
sf-app.sf-app .sf-button.-action[disabled]:not(.-done, .-inprogress, .-no-border), sf-app.sf-app .sf-button.-action.-disabled:not(.-done, .-inprogress, .-no-border) {
  color: var(--action-button-disabled-color);
  background-color: var(--action-button-disabled-background-color);
  border-color: var(--action-button-disabled-border-color);
}
sf-app.sf-app .sf-button.-delete {
  color: var(--delete-button-color);
  background-color: var(--delete-button-background-color);
  border-color: var(--delete-button-border-color);
}
sf-app.sf-app .sf-button.-delete:focus {
  color: var(--delete-button-color);
}
sf-app.sf-app .sf-button.-delete:not(.-no-hover):hover {
  color: var(--delete-button-interaction-color);
  background-color: var(--delete-button-interaction-background-color);
  border-color: var(--delete-button-interaction-border-color);
}
sf-app.sf-app .sf-button.-delete:not(.-no-focus-visible):focus-visible {
  color: var(--delete-button-interaction-color);
  background-color: var(--delete-button-interaction-background-color);
  border-color: var(--delete-button-interaction-border-color);
}
sf-app.sf-app .sf-button.-delete:not(.-no-active):active {
  color: var(--delete-button-interaction-color);
  background-color: var(--delete-button-interaction-background-color);
  border-color: var(--delete-button-interaction-border-color);
}
sf-app.sf-app .sf-button.-delete[disabled]:not(.-done, .-inprogress, .-no-border), sf-app.sf-app .sf-button.-delete.-disabled:not(.-done, .-inprogress, .-no-border) {
  color: var(--delete-button-disabled-color);
  background-color: var(--delete-button-disabled-background-color);
  border-color: var(--delete-button-disabled-border-color);
}
sf-app.sf-app .sf-button.-link {
  color: var(--link-color);
  background-color: transparent;
  border-color: transparent;
}
sf-app.sf-app .sf-button.-link:focus {
  color: var(--link-color);
}
sf-app.sf-app .sf-button.-link:not(.-no-hover):hover {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
sf-app.sf-app .sf-button.-link:not(.-no-focus-visible):focus-visible {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
sf-app.sf-app .sf-button.-link:not(.-no-active):active {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
sf-app.sf-app .sf-button.-link[disabled]:not(.-done, .-inprogress, .-no-border), sf-app.sf-app .sf-button.-link.-disabled:not(.-done, .-inprogress, .-no-border) {
  border-color: transparent;
}
sf-app.sf-app .sf-button.-invert {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
sf-app.sf-app .sf-button.-invert:focus {
  color: #fff;
}
sf-app.sf-app .sf-button.-feedback {
  position: relative;
}
sf-app.sf-app .sf-button.-feedback .sf-button__icon {
  display: none;
}
sf-app.sf-app .sf-button.-feedback.-done .sf-button__icon {
  display: flex;
  margin-right: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: inherit;
}
sf-app.sf-app .sf-button.-feedback.-done .sf-button__content {
  opacity: 0;
}
sf-app.sf-app .sf-button.-loader {
  position: relative;
}
sf-app.sf-app .sf-button.-loader .sf-loader {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: -1px;
  bottom: -1px;
}
sf-app.sf-app .sf-button.-inprogress .sf-button__content {
  opacity: 0;
}
sf-app.sf-app .sf-button.-inprogress .sf-loader {
  display: block;
  border-radius: 2px;
}
sf-app.sf-app .sf-button.-inprogress .sf-icon {
  opacity: 0;
}
sf-app.sf-app .sf-button.-white {
  color: #fff;
}
sf-app.sf-app .sf-button.-link {
  margin: 0;
  padding: 0;
  height: auto;
  font-size: inherit;
  vertical-align: baseline;
  border: 0;
  min-width: 0;
}
sf-app.sf-app .sf-button.-dropdown {
  position: relative;
}
sf-app.sf-app .sf-button.-dropped.-left .sf-button__dropdown {
  right: auto;
  left: -1px;
}
sf-app.sf-app .sf-button.-dropped .sf-button__dropdown {
  opacity: 1;
  z-index: 1000;
}
sf-app.sf-app .sf-button.-fixed-width .sf-button__dropdown {
  width: 260px;
}
sf-app.sf-app .sf-button.-fixed-width .sf-dropdown {
  white-space: normal;
  width: 100%;
}
sf-app.sf-app .sf-button.-txt-small {
  font-size: var(--font-size-h5);
}
sf-app.sf-app .sf-button.-no-border {
  background: transparent;
  border: 0;
}
sf-app.sf-app .sf-button.-no-border:hover {
  background-color: transparent;
}
sf-app.sf-app .sf-button.-no-border .sf-button__dropdown {
  top: 100%;
}
sf-app.sf-app .sf-button.-no-padding {
  padding: 0;
}
sf-app.sf-app .sf-button.-icon .sf-button__icon {
  margin: 0;
}
sf-app.sf-app .sf-button.-icon[disabled] .sf-button__icon:not(.-badge), sf-app.sf-app .sf-button.-icon.-disabled .sf-button__icon:not(.-badge), sf-app.sf-app .sf-button.-icon.-action .sf-button__icon:not(.-badge), sf-app.sf-app .sf-button.-icon.-delete .sf-button__icon:not(.-badge), sf-app.sf-app .sf-button.-icon:not(.-no-hover):hover .sf-button__icon:not(.-badge), sf-app.sf-app .sf-button.-icon:not(.-no-active):active .sf-button__icon:not(.-badge), sf-app.sf-app .sf-button.-icon:not(.-no-focus-visible):focus .sf-button__icon:not(.-badge) {
  color: inherit;
}
sf-app.sf-app .sf-button.-icon:not(.-icon-and-text, .-toolset) {
  padding: 0;
}
sf-app.sf-app .sf-button.-icon[disabled].-no-border, sf-app.sf-app .sf-button.-icon.-disabled.-no-border {
  background-color: transparent;
  color: var(--button-disabled-color);
}
sf-app.sf-app .sf-button.-icon[disabled].-no-border.-darker-disabled, sf-app.sf-app .sf-button.-icon.-disabled.-no-border.-darker-disabled {
  color: var(--button-disabled-darker-color);
}
sf-app.sf-app .sf-button.-toggle {
  padding: 0;
  margin-right: 0;
  width: 48px;
  height: 46px;
  color: #777;
  border: 0;
  background-color: #fff;
  border-radius: 0;
  /* Combine these two when we have a combining mixin for elements and modifiers */
}
sf-app.sf-app .sf-button.-toggle:hover .sf-button__icon:not(.-badge) {
  color: #333;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
sf-app.sf-app .sf-button.-toggle.-auto-width {
  width: auto;
}
sf-app.sf-app .sf-button.-toggle:focus {
  background-color: transparent;
}
sf-app.sf-app .sf-button.-toggle.-active {
  color: #333;
  background-color: #f5f5f5;
  border-color: #eee;
}
sf-app.sf-app .sf-button.-toggle.-active .sf-button__icon {
  color: #333;
}
sf-app.sf-app .sf-button.-toggle.-active:hover .sf-button__icon {
  background-color: transparent;
  border-color: #eee;
}
sf-app.sf-app .sf-button.-toggle.-dropped {
  color: #333;
  background-color: #f5f5f5;
  border-color: #eee;
}
sf-app.sf-app .sf-button.-toggle.-dropped .sf-button__icon:not(.-badge) {
  color: #333;
}
sf-app.sf-app .sf-button.-toggle.-dropped:hover .sf-button__icon:not(.-badge) {
  background-color: transparent;
  border-color: #eee;
}
sf-app.sf-app .sf-button.-toggle .sf-button__icon:not(.-badge) {
  width: 48px;
  height: 46px;
  line-height: 46px;
}
sf-app.sf-app .sf-button.-toggle .sf-button__dropdown {
  top: 100%;
}
sf-app.sf-app .sf-button.-circle {
  border-radius: 50%;
}
sf-app.sf-app .sf-button.-circle.-small {
  padding: 0;
  height: 26px;
  width: 26px;
  min-width: 26px;
}
sf-app.sf-app .sf-button.-icon-left .sf-button__icon {
  order: 1;
}
sf-app.sf-app .sf-button.-icon-left .sf-button__content {
  order: 2;
  margin-left: 5px;
}
sf-app.sf-app .sf-button.-angled {
  border-radius: 0;
}
sf-app.sf-app .sf-button.-angled .sf-button__dropdown {
  top: 100%;
}
sf-app.sf-app .sf-button.-toolset {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  margin-right: 0;
  min-width: 0;
}
sf-app.sf-app .sf-button.-toolset:hover {
  cursor: pointer;
  color: #ccc;
}
sf-app.sf-app .sf-button.-color-inherit, sf-app.sf-app .sf-button.-toolset:not(.-white) {
  color: inherit;
}
sf-app.sf-app .sf-button.-color-inherit:hover, sf-app.sf-app .sf-button.-color-inherit:focus {
  color: inherit;
}
sf-app.sf-app .sf-button__icon {
  margin: 0 5px 0 0;
}
sf-app.sf-app .sf-button__icon.-right {
  margin: 0 0 0 5px;
}
sf-app.sf-app .sf-button__content {
  vertical-align: baseline;
}
sf-app.sf-app .sf-button__dropdown {
  position: absolute;
  text-align: left;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease-out;
  transition-property: opacity;
  top: calc(100% + 8px);
  right: -1px;
  min-width: calc(100% + 2px);
  width: auto;
}
sf-app.sf-app .sf-button__dropdown .sf-dropdown__item {
  font-size: inherit;
  line-height: normal;
  word-break: normal;
}
sf-app.sf-app .sf-button__arrow {
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: var(--icon-size-xs);
}
sf-app.sf-app .sf-button-group {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
sf-app.sf-app .sf-button-group .sf-input .sf-input__field,
sf-app.sf-app .sf-button-group .sf-button {
  margin: 0;
  border-right-width: 0;
  border-radius: 0;
}
sf-app.sf-app .sf-button-group__input {
  width: 100%;
}
sf-app.sf-app .sf-button-group.-search {
  padding: 0 14px;
  height: 32px;
  width: 460px;
  border-radius: 16px;
  background-color: #f5f5f5;
}
sf-app.sf-app .sf-button-group.-search:focus-within {
  box-shadow: 0 0 2px rgba(0, 108, 217, 0.8);
}
sf-app.sf-app .sf-button-group.-search .sf-input__field {
  margin-left: 5px;
  padding-left: 0;
  height: 30px;
  font-size: var(--font-size-base);
}
sf-app.sf-app .sf-button-group.-search .sf-input__field:focus {
  box-shadow: none;
}
sf-app.sf-app .sf-button-group.-search .sf-input__field,
sf-app.sf-app .sf-button-group.-search .sf-button {
  border: 0;
  background-color: transparent;
}
sf-app.sf-app .sf-button-group.-search .sf-button.-icon,
sf-app.sf-app .sf-button-group.-search .sf-input__clear-button {
  margin-right: -10px;
}
sf-app.sf-app .sf-button-group.-search.-secondary {
  padding: 0;
  border-radius: 0;
  background-color: #fff;
  height: auto;
}
sf-app.sf-app .sf-button-group.-search.-secondary .sf-input__field {
  padding-left: 8px;
}
sf-app.sf-app .sf-button-group.-fluid {
  width: 100%;
}
sf-app.sf-app .sf-button-group.-no-focus-visible:focus-within {
  box-shadow: none;
}
sf-app.sf-app .sf-button-group__icon {
  position: absolute;
  right: 5px;
  top: 5px;
}
sf-app.sf-app .sf-notification {
  position: relative;
  display: flex;
  text-align: left;
  vertical-align: middle;
  padding: 10px 9px;
  border-radius: 3px;
  background-color: currentcolor;
  border-color: currentcolor;
  color: #dcecf5;
}
sf-app.sf-app .sf-notification > * {
  color: #333;
}
sf-app.sf-app .sf-notification.-info {
  color: #dcecf5;
}
sf-app.sf-app .sf-notification.-info > *:not(.sf-notification__close-button) {
  color: #333;
}
sf-app.sf-app .sf-notification.-success {
  color: #caeed8;
}
sf-app.sf-app .sf-notification.-success > *:not(.sf-notification__close-button) {
  color: #333;
}
sf-app.sf-app .sf-notification.-error {
  color: #fcc;
}
sf-app.sf-app .sf-notification.-error > *:not(.sf-notification__close-button) {
  color: #333;
}
sf-app.sf-app .sf-notification.-warning {
  color: #ffc;
}
sf-app.sf-app .sf-notification.-warning > *:not(.sf-notification__close-button) {
  color: #333;
}
sf-app.sf-app .sf-notification.-black {
  color: #333;
}
sf-app.sf-app .sf-notification.-black > *:not(.sf-notification__close-button) {
  color: #fff;
}
sf-app.sf-app .sf-notification.-transparent {
  color: transparent;
}
sf-app.sf-app .sf-notification.-transparent > *:not(.sf-notification__close-button) {
  color: #333;
}
sf-app.sf-app .sf-notification.-small {
  padding: 0 20px;
  height: 32px;
  align-items: center;
}
sf-app.sf-app .sf-notification.-inline {
  display: inline-flex;
}
sf-app.sf-app .sf-notification.-preline .sf-notification__content {
  white-space: pre-line;
}
sf-app.sf-app .sf-notification.-up, sf-app.sf-app .sf-notification.-up-right, sf-app.sf-app .sf-notification.-up-left {
  margin-bottom: 10px;
}
sf-app.sf-app .sf-notification.-up:after, sf-app.sf-app .sf-notification.-up:before, sf-app.sf-app .sf-notification.-up-right:after, sf-app.sf-app .sf-notification.-up-right:before, sf-app.sf-app .sf-notification.-up-left:after, sf-app.sf-app .sf-notification.-up-left:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
sf-app.sf-app .sf-notification.-up::after, sf-app.sf-app .sf-notification.-up-right::after, sf-app.sf-app .sf-notification.-up-left::after {
  border-width: 10px;
  border-top-color: inherit;
  bottom: -20px;
  right: 50%;
  margin-right: -10px;
}
sf-app.sf-app .sf-notification.-up::before, sf-app.sf-app .sf-notification.-up-right::before, sf-app.sf-app .sf-notification.-up-left::before {
  border-width: 11px;
  border-top-color: #e4e4e4;
  bottom: -22px;
  right: 50%;
  margin-right: -11px;
}
sf-app.sf-app .sf-notification.-down, sf-app.sf-app .sf-notification.-down-right, sf-app.sf-app .sf-notification.-down-left {
  margin-top: 10px;
}
sf-app.sf-app .sf-notification.-down:after, sf-app.sf-app .sf-notification.-down:before, sf-app.sf-app .sf-notification.-down-right:after, sf-app.sf-app .sf-notification.-down-right:before, sf-app.sf-app .sf-notification.-down-left:after, sf-app.sf-app .sf-notification.-down-left:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
sf-app.sf-app .sf-notification.-down::after, sf-app.sf-app .sf-notification.-down-right::after, sf-app.sf-app .sf-notification.-down-left::after {
  border-width: 10px;
  border-bottom-color: inherit;
  top: -20px;
  right: 50%;
  margin-right: -10px;
}
sf-app.sf-app .sf-notification.-down::before, sf-app.sf-app .sf-notification.-down-right::before, sf-app.sf-app .sf-notification.-down-left::before {
  border-width: 11px;
  border-bottom-color: #e4e4e4;
  top: -22px;
  right: 50%;
  margin-right: -11px;
}
sf-app.sf-app .sf-notification.-left, sf-app.sf-app .sf-notification.-left-up, sf-app.sf-app .sf-notification.-left-down {
  margin-right: 20px;
}
sf-app.sf-app .sf-notification.-left:after, sf-app.sf-app .sf-notification.-left:before, sf-app.sf-app .sf-notification.-left-up:after, sf-app.sf-app .sf-notification.-left-up:before, sf-app.sf-app .sf-notification.-left-down:after, sf-app.sf-app .sf-notification.-left-down:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
sf-app.sf-app .sf-notification.-left::after, sf-app.sf-app .sf-notification.-left-up::after, sf-app.sf-app .sf-notification.-left-down::after {
  border-width: 10px;
  border-left-color: inherit;
  right: -20px;
  top: 50%;
  margin-top: -10px;
}
sf-app.sf-app .sf-notification.-left::before, sf-app.sf-app .sf-notification.-left-up::before, sf-app.sf-app .sf-notification.-left-down::before {
  border-width: 11px;
  border-left-color: #e4e4e4;
  right: -22px;
  top: 50%;
  margin-top: -11px;
}
sf-app.sf-app .sf-notification.-right, sf-app.sf-app .sf-notification.-right-up, sf-app.sf-app .sf-notification.-right-down {
  margin-left: 20px;
}
sf-app.sf-app .sf-notification.-right:after, sf-app.sf-app .sf-notification.-right:before, sf-app.sf-app .sf-notification.-right-up:after, sf-app.sf-app .sf-notification.-right-up:before, sf-app.sf-app .sf-notification.-right-down:after, sf-app.sf-app .sf-notification.-right-down:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
sf-app.sf-app .sf-notification.-right::after, sf-app.sf-app .sf-notification.-right-up::after, sf-app.sf-app .sf-notification.-right-down::after {
  border-width: 10px;
  border-right-color: inherit;
  left: -20px;
  top: 50%;
  margin-top: -10px;
}
sf-app.sf-app .sf-notification.-right::before, sf-app.sf-app .sf-notification.-right-up::before, sf-app.sf-app .sf-notification.-right-down::before {
  border-width: 11px;
  border-right-color: #e4e4e4;
  left: -22px;
  top: 50%;
  margin-top: -11px;
}
sf-app.sf-app .sf-notification.-down-left::before, sf-app.sf-app .sf-notification.-down-left::after, sf-app.sf-app .sf-notification.-up-left::before, sf-app.sf-app .sf-notification.-up-left::after {
  right: auto;
  left: 20px;
}
sf-app.sf-app .sf-notification.-down-right::before, sf-app.sf-app .sf-notification.-down-right::after, sf-app.sf-app .sf-notification.-up-right::before, sf-app.sf-app .sf-notification.-up-right::after {
  right: 20px;
}
sf-app.sf-app .sf-notification.-left-down::before, sf-app.sf-app .sf-notification.-left-down::after, sf-app.sf-app .sf-notification.-right-down::before, sf-app.sf-app .sf-notification.-right-down::after {
  bottom: 10px;
  top: auto;
}
sf-app.sf-app .sf-notification.-left-up::before, sf-app.sf-app .sf-notification.-left-up::after, sf-app.sf-app .sf-notification.-right-up::before, sf-app.sf-app .sf-notification.-right-up::after {
  top: 20px;
}
sf-app.sf-app .sf-notification.-tooltip {
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  box-shadow: 0 0 8px rgba(228, 228, 228, 0.6);
  text-transform: none;
}
sf-app.sf-app .sf-notification.-tooltip .sf-notification__close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
sf-app.sf-app .sf-notification.-tooltip.-up:after {
  border-top-color: #dcecf5;
}
sf-app.sf-app .sf-notification.-tooltip.-down:after {
  border-bottom-color: #dcecf5;
}
sf-app.sf-app .sf-notification.-tooltip.-left:after {
  border-left-color: #dcecf5;
}
sf-app.sf-app .sf-notification.-tooltip.-right:after {
  border-right-color: #dcecf5;
}
sf-app.sf-app .sf-notification.-tooltip.-down-left:after {
  border-bottom-color: #dcecf5;
}
sf-app.sf-app .sf-notification.-tooltip.-down-right:after {
  border-bottom-color: #dcecf5;
}
sf-app.sf-app .sf-notification.-tooltip.-up-left:after {
  border-top-color: #dcecf5;
}
sf-app.sf-app .sf-notification.-tooltip.-up-right:after {
  border-top-color: #dcecf5;
}
sf-app.sf-app .sf-notification.-tooltip.-left-down:after {
  border-left-color: #dcecf5;
}
sf-app.sf-app .sf-notification.-tooltip.-left-up:after {
  border-left-color: #dcecf5;
}
sf-app.sf-app .sf-notification.-tooltip.-right-down:after {
  border-right-color: #dcecf5;
}
sf-app.sf-app .sf-notification.-tooltip.-right-up:after {
  border-right-color: #dcecf5;
}
sf-app.sf-app .sf-notification.-help {
  display: block;
  padding: 30px;
}
sf-app.sf-app .sf-notification.-faq {
  position: absolute;
  margin-bottom: 5px;
  bottom: 100%;
  right: 0;
  width: 290px;
}
sf-app.sf-app .sf-notification.-fixed {
  max-width: 850px;
}
sf-app.sf-app .sf-notification.-toolset {
  display: inline-block;
  padding: 0;
  height: 55px;
  line-height: 55px;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__content {
  display: flex;
  height: 100%;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool {
  padding-left: 20px;
  padding-right: 20px;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool-group {
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool-group .sf-notification__tool-button {
  padding: 5px;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool-group .sf-notification__tool-button:not(:first-of-type) {
  margin-left: 10px;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool-button:hover {
  cursor: pointer;
  color: #ccc;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool-button:hover {
  cursor: pointer;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool-button:hover.-active {
  color: #fff;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool-button.-active {
  background-color: #999;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool-dropdown {
  display: inline-flex;
  align-items: center;
  align-self: center;
  min-width: 200px;
  margin-left: 20px;
  margin-right: 10px;
  color: inherit;
  background-color: inherit;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool-dropdown sf-select {
  flex-grow: 1;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool-dropdown .sf-select {
  display: flex;
  align-items: center;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool-dropdown .sf-select::after {
  display: none;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool-dropdown .sf-select select {
  display: flex;
  align-items: center;
  background: #333;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  display: inline-block;
  max-width: 200px;
  vertical-align: middle;
  padding-left: 20px;
}
sf-app.sf-app .sf-notification.-toolset .sf-notification__tool-separator {
  display: inline-block;
  width: 1px;
  background-color: #777;
}
sf-app.sf-app .sf-notification.-narrow {
  width: 250px;
}
sf-app.sf-app .sf-notification.-medium {
  width: 350px;
}
sf-app.sf-app .sf-notification__close-button {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: block;
  margin-left: 10px;
  order: 4;
  line-height: inherit;
  cursor: pointer;
}
sf-app.sf-app .sf-notification__close-button .sf-icon:hover {
  color: #333;
}
sf-app.sf-app .sf-notification__content {
  flex: 1;
  order: 2;
  max-width: 100%;
  word-break: normal;
}
sf-app.sf-app .sf-notification__separator {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
sf-app.sf-app .sf-notification-wrapper {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10000;
  height: 0;
}
sf-app.sf-app .sf-tooltip {
  position: relative;
}
sf-app.sf-app .sf-tooltip:not(:hover, :focus, :active, .-dropped) .sf-tooltip__content, sf-app.sf-app .sf-tooltip.-open-on-click:not(.-dropped) .sf-tooltip__content {
  padding: 0;
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  left: -1000px;
}
sf-app.sf-app .sf-tooltip__content {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: var(--font-size-base);
  font-weight: normal;
}
sf-app.sf-app .sf-tooltip__content.-down, sf-app.sf-app .sf-tooltip__content.-up {
  left: 50%;
}
sf-app.sf-app .sf-tooltip__content.-down {
  transform: translateX(-50%);
}
sf-app.sf-app .sf-tooltip__content.-up {
  top: auto;
  transform: translate(-50%, -100%);
}
sf-app.sf-app .sf-tooltip__content.-right, sf-app.sf-app .sf-tooltip__content.-left {
  top: 50%;
  transform: translateY(-50%);
}
sf-app.sf-app .sf-tooltip__content.-right {
  left: 100%;
}
sf-app.sf-app .sf-tooltip__content.-left {
  left: auto;
  right: 100%;
}
sf-app.sf-app .sf-tooltip__content.-down-right, sf-app.sf-app .sf-tooltip__content.-down-left {
  transform: translateY(5px);
}
sf-app.sf-app .sf-tooltip__content.-down-right {
  left: auto;
  right: -10px;
}
sf-app.sf-app .sf-tooltip__content.-down-left {
  left: -20px;
}
sf-app.sf-app .sf-tooltip__content:not(.-toolset) {
  min-width: 250px;
  z-index: 1000000;
}
sf-app.sf-app .sf-tooltip__content.-toolset {
  z-index: 1000;
}
sf-app.sf-app .-side-content .sf-tooltip__content {
  left: auto;
  right: 0;
}
sf-app.sf-app ::-ms-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--input-placeholder-color);
  font-weight: normal;
}
sf-app.sf-app :placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--input-placeholder-color);
  font-weight: normal;
  opacity: 1;
}
sf-app.sf-app ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--input-placeholder-color);
  font-weight: normal;
  opacity: 1;
}
sf-app.sf-app ::placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--input-placeholder-color);
  font-weight: normal;
  opacity: 1;
}
sf-app.sf-app :-moz-ui-invalid:not(output) {
  box-shadow: none;
}
sf-app.sf-app ::-ms-clear {
  display: none;
}
sf-app.sf-app :-webkit-autofill {
  box-shadow: inset 0 0 0 25px #fff;
}
sf-app.sf-app input[type=search]::-webkit-search-decoration,
sf-app.sf-app input[type=search]::-webkit-search-cancel-button,
sf-app.sf-app input[type=search]::-webkit-search-results-button,
sf-app.sf-app input[type=search]::-webkit-search-results-decoration {
  display: none;
}
sf-app.sf-app input[type=week] {
  display: flex;
  align-items: center;
}
sf-app.sf-app .sf-input {
  position: relative;
  display: inline-block;
  line-height: 18px;
  vertical-align: top;
  width: 100%;
}
sf-app.sf-app .sf-input input:not([readonly]),
sf-app.sf-app .sf-input textarea:not([readonly]) {
  display: block;
  font-family: "Open Sans", sans-serif;
  transition: border-color 0.3s;
  width: 100%;
  border: 1px solid var(--input-border);
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #333;
}
sf-app.sf-app .sf-input input:not([readonly]):focus,
sf-app.sf-app .sf-input textarea:not([readonly]):focus {
  box-shadow: 0 0 2px rgba(0, 108, 217, 0.8);
}
sf-app.sf-app .sf-input input:not([readonly]):hover,
sf-app.sf-app .sf-input textarea:not([readonly]):hover {
  border-color: var(--input-border-hover);
}
sf-app.sf-app .sf-input input:not([readonly]):disabled,
sf-app.sf-app .sf-input textarea:not([readonly]):disabled {
  background-color: #f5f5f5;
  color: #ccc;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
sf-app.sf-app .sf-input input:not([readonly]):disabled:focus, sf-app.sf-app .sf-input input:not([readonly]):disabled:hover,
sf-app.sf-app .sf-input textarea:not([readonly]):disabled:focus,
sf-app.sf-app .sf-input textarea:not([readonly]):disabled:hover {
  border-color: var(--input-border);
}
sf-app.sf-app .sf-input input {
  padding: 0 10px;
}
sf-app.sf-app .sf-input textarea {
  min-height: 80px;
  padding: 8px 10px;
  white-space: pre-wrap;
}
sf-app.sf-app .sf-input:not(.-bordered) input[readonly],
sf-app.sf-app .sf-input:not(.-bordered) textarea[readonly] {
  padding: 0;
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
sf-app.sf-app .sf-input:not(.-bordered) input[readonly]:focus, sf-app.sf-app .sf-input:not(.-bordered) input[readonly]:hover,
sf-app.sf-app .sf-input:not(.-bordered) textarea[readonly]:focus,
sf-app.sf-app .sf-input:not(.-bordered) textarea[readonly]:hover {
  border-color: transparent;
}
sf-app.sf-app .sf-input.-clearable .sf-input__field {
  padding-right: 20px;
}
sf-app.sf-app .sf-input.-side-content .sf-input__title {
  border-right: 1px solid var(--input-border);
}
sf-app.sf-app .sf-input.-side-content .sf-input__field {
  padding-right: 46px;
}
sf-app.sf-app .sf-input.-bold .sf-input__field {
  font-weight: bold;
}
sf-app.sf-app .sf-input.-unit {
  display: flex;
  flex-wrap: nowrap;
}
sf-app.sf-app .sf-input.-unit .sf-input__label {
  width: 100%;
}
sf-app.sf-app .sf-input.-unit .sf-input__field {
  flex: 1;
  width: auto;
  min-width: 40px;
}
sf-app.sf-app .sf-input.-unit.-left .sf-input__field {
  order: 2;
}
sf-app.sf-app .sf-input.-unit.-left .sf-input__unit {
  order: 1;
  border-right: 0;
  border-left: 1px solid var(--input-border);
}
sf-app.sf-app .sf-input.-unit.-left .sf-input__unit::before {
  right: auto;
  left: calc(100% + 8px);
  border-left: 0;
}
sf-app.sf-app .sf-input.-textarea.-resizable textarea {
  resize: both;
  overflow: auto;
}
sf-app.sf-app .sf-input.-textarea .sf-input__side-content {
  margin-left: 10px;
  top: 1.8em;
  left: 100%;
  right: auto;
  background: transparent;
  border: transparent;
  font-size: var(--font-size-base);
  line-height: 1.4;
  color: #333;
  height: auto;
  width: auto;
  text-align: left;
}
sf-app.sf-app .sf-input.-char-counter .sf-input__side-content {
  top: 4.3em;
}
sf-app.sf-app .sf-input.-title .sf-input__title[contenteditable=true] {
  padding-bottom: 10px;
}
sf-app.sf-app .sf-input.-title .sf-input__title[contenteditable=true]:hover {
  box-shadow: 0 3px 0 -2px var(--input-box-shadow-hover);
}
sf-app.sf-app .sf-input.-title .sf-input__title[contenteditable=true]:focus {
  box-shadow: 0 3px 2px -3px rgba(0, 108, 217, 0.8);
}
sf-app.sf-app .sf-input.-title.-large .sf-input__title {
  font-size: var(--font-size-h1-lg);
}
sf-app.sf-app .sf-input.-title.-small .sf-input__title {
  font-size: var(--font-size-h3);
  min-height: 0;
}
sf-app.sf-app .sf-input.-title .sf-input__side-content {
  margin-left: 10px;
  top: 0;
  left: 100%;
  right: auto;
  font-size: var(--font-size-base);
  line-height: 1.55;
  text-align: left;
}
sf-app.sf-app .sf-input.-short.-textarea textarea {
  min-height: 60px;
}
sf-app.sf-app .sf-input.-short .sf-input__field {
  height: 28px;
}
sf-app.sf-app .sf-input.-large.-textarea textarea {
  min-height: 145px;
}
sf-app.sf-app .sf-input.-large .sf-input__field,
sf-app.sf-app .sf-input.-large .sf-input__textarea {
  font-size: var(--font-size-lg);
}
sf-app.sf-app .sf-input.-centered .sf-input__field {
  text-align: center;
}
sf-app.sf-app .sf-input.-no-border {
  border: 0;
  padding: 0;
}
sf-app.sf-app .sf-input.-no-border .sf-input__textarea {
  border: 0;
  padding: 0;
}
sf-app.sf-app .sf-input.-no-resize .sf-input__textarea {
  resize: none;
}
sf-app.sf-app .sf-input.-inline .sf-input__field,
sf-app.sf-app .sf-input.-inline .sf-input__textarea {
  font-size: var(--font-size-base);
  border: 0;
}
sf-app.sf-app .sf-input.-inline .sf-input__field:not([disabled]):hover,
sf-app.sf-app .sf-input.-inline .sf-input__textarea:not([disabled]):hover {
  background-color: #ffc;
}
sf-app.sf-app .sf-input.-inline .sf-input__field:focus,
sf-app.sf-app .sf-input.-inline .sf-input__textarea:focus {
  box-shadow: none;
}
sf-app.sf-app .sf-input.-inline .sf-input__field {
  padding-left: 0;
  padding-right: 0;
  height: 22px;
}
sf-app.sf-app .sf-input.-inline .sf-input__textarea {
  padding: 0;
}
sf-app.sf-app .sf-input.-small-label .sf-input__label {
  font-size: var(--font-size-h5);
  font-weight: normal;
  color: var(--color-h5);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 0 5px;
}
sf-app.sf-app .sf-input__label:not(.-small-label) {
  display: block;
  margin: 0 0 5px;
  font-weight: 700;
  font-size: var(--font-size-h4-lg);
}
sf-app.sf-app .sf-input__field {
  color: inherit;
  height: 36px;
}
sf-app.sf-app .sf-input__field:focus + .sf-input__unit {
  box-shadow: 0 0 2px rgba(0, 108, 217, 0.8);
}
sf-app.sf-app .sf-input__no-value {
  font-size: var(--font-size-lg);
  color: #ccc;
}
sf-app.sf-app .sf-input__hint {
  margin: 5px 0 0;
  color: var(--secondary-text-color);
  width: 100%;
}
sf-app.sf-app .sf-input__required {
  display: block;
  margin: 5px 0 0;
  color: var(--color-error);
}
sf-app.sf-app .sf-input__clear-button {
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s ease-out;
  transition-property: opacity, transform;
  transition-delay: 100ms;
  outline: none;
  z-index: 1;
  z-index: 5;
}
sf-app.sf-app .sf-input__clear-button:hover .sf-icon, sf-app.sf-app .sf-input__clear-button:focus .sf-icon, sf-app.sf-app .sf-input__clear-button:active .sf-icon {
  color: #333;
}
sf-app.sf-app .sf-input__clear-button.-show {
  opacity: 1;
  transform: scale(1);
}
sf-app.sf-app .sf-input__side-content {
  position: absolute;
  opacity: 1;
  top: 1.3em;
  color: #ccc;
}
sf-app.sf-app .sf-input__unit {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  height: 36px;
  line-height: 36px;
  background-color: #f5f5f5;
  border-top: 1px solid var(--input-border);
  border-right: 1px solid var(--input-border);
  border-bottom: 1px solid var(--input-border);
  outline: none;
  white-space: nowrap;
}
sf-app.sf-app .sf-input__unit::before {
  display: block;
  content: "";
  position: relative;
  left: -11px;
  width: 3px;
  height: calc(100% + 2px);
  border-top: 1px solid var(--input-border);
  border-bottom: 1px solid var(--input-border);
  background-color: #f5f5f5;
}
sf-app.sf-app .sf-input__char-counter {
  position: absolute;
  margin-left: 10px;
  font-size: var(--font-size-base);
  top: 0.7em;
  left: 100%;
  color: var(--input-char-counter-success-color);
}
sf-app.sf-app .sf-input__char-counter.-error {
  color: var(--input-char-counter-error-color);
}
sf-app.sf-app .sf-input__title {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: var(--font-size-h1);
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  outline: none;
  cursor: text;
  min-height: 58px;
}
sf-app.sf-app .sf-input__title::-webkit-input-placeholder {
  font-family: Open Sans Condensed, sans-serif;
  font-size: var(--font-size-h1);
  line-height: 1.3;
  font-weight: bold;
}
sf-app.sf-app .sf-input__title::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Open Sans Condensed, sans-serif;
  font-size: var(--font-size-h1);
  line-height: 1.3;
  font-weight: bold;
}
sf-app.sf-app .sf-input__title:-ms-input-placeholder {
  font-family: Open Sans Condensed, sans-serif;
  font-size: var(--font-size-h1);
  line-height: 1.3;
  font-weight: bold;
}
sf-app.sf-app .sf-input__title.-placeholder::before {
  display: block;
  content: attr(data-placeholder);
  color: var(--input-title-placeholder-color);
}
sf-app.sf-app .sf-input__title.-placeholder br:only-child {
  position: absolute;
  top: 0;
}
sf-app.sf-app .sf-input__title .sf-input__required {
  margin-top: -20px;
  padding-top: 3px;
  border-top: 1px solid #ff4848;
}
sf-app.sf-app .sf-input.ng-dirty.ng-invalid .sf-input__field.ng-dirty.ng-invalid, sf-app.sf-app .sf-input.ng-dirty.ng-invalid .sf-input__field.ng-dirty.ng-invalid:focus, sf-app.sf-app .sf-input.ng-dirty.ng-invalid .sf-input__field.ng-dirty.ng-invalid:hover,
sf-app.sf-app .sf-input.ng-dirty.ng-invalid .sf-input__textarea.ng-dirty.ng-invalid,
sf-app.sf-app .sf-input.ng-dirty.ng-invalid .sf-input__textarea.ng-dirty.ng-invalid:focus,
sf-app.sf-app .sf-input.ng-dirty.ng-invalid .sf-input__textarea.ng-dirty.ng-invalid:hover, sf-app.sf-app .sf-input.-required .sf-input__field.ng-dirty.ng-invalid, sf-app.sf-app .sf-input.-required .sf-input__field.ng-dirty.ng-invalid:focus, sf-app.sf-app .sf-input.-required .sf-input__field.ng-dirty.ng-invalid:hover,
sf-app.sf-app .sf-input.-required .sf-input__textarea.ng-dirty.ng-invalid,
sf-app.sf-app .sf-input.-required .sf-input__textarea.ng-dirty.ng-invalid:focus,
sf-app.sf-app .sf-input.-required .sf-input__textarea.ng-dirty.ng-invalid:hover {
  border-color: var(--color-error);
}
sf-app.sf-app .sf-input.ng-dirty.ng-invalid.-title .sf-input__required, sf-app.sf-app .sf-input.-required.-title .sf-input__required {
  margin-top: 0;
  padding-top: 3px;
  border-top: 1px solid var(--color-error);
}
sf-app.sf-app .sf-input-file {
  display: flex;
}
sf-app.sf-app .sf-input-file__label {
  position: relative;
  cursor: pointer;
  z-index: 10;
}
sf-app.sf-app .sf-input-file input[type=file] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  z-index: auto;
}
sf-app.sf-app .sf-input-file input[type=file]:focus + .sf-input-file__label .sf-button {
  background-color: #e4e4e4;
}
sf-app.sf-app .sf-input-file input[type=file]:focus + .sf-input-file__label .sf-button.-action {
  background-color: #309255;
}
sf-app.sf-app .sf-dropdown {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  display: inline-block;
}
sf-app.sf-app .sf-dropdown:not(.-empty) {
  padding: 10px 0;
  min-width: 200px;
  white-space: nowrap;
  border: 1px solid var(--dropdown-border);
  box-shadow: 0 3px 5px rgba(228, 228, 228, 0.5);
  background-color: #fff;
  color: #333;
  max-height: calc(100vh - 46px);
}
sf-app.sf-app .sf-dropdown.-condensed {
  padding-top: 0;
  padding-bottom: 0;
}
sf-app.sf-app .sf-dropdown.-color-picker {
  width: 231px;
  padding: 4px;
}
sf-app.sf-app .sf-dropdown__item {
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  position: relative;
  margin-bottom: 1px;
  padding: 3px 20px;
  word-break: break-all;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}
sf-app.sf-app .sf-dropdown__item:hover, sf-app.sf-app .sf-dropdown__item:focus {
  background-color: #f5f5f5;
}
sf-app.sf-app .sf-dropdown__item:hover .sf-dropdown__delete, sf-app.sf-app .sf-dropdown__item:focus .sf-dropdown__delete {
  display: block;
}
sf-app.sf-app .sf-dropdown__item.-active {
  background-color: #eee;
}
sf-app.sf-app .sf-dropdown__item.-not-clickable {
  cursor: default;
}
sf-app.sf-app .sf-dropdown__item.-not-clickable:hover, sf-app.sf-app .sf-dropdown__item.-not-clickable:focus {
  background-color: transparent;
  outline: 0;
}
sf-app.sf-app .sf-dropdown__item[disabled], sf-app.sf-app .sf-dropdown__item.-disabled {
  color: #adadad;
  cursor: default;
  pointer-events: none;
}
sf-app.sf-app .sf-dropdown__delete {
  display: none;
  margin-left: auto;
}
sf-app.sf-app .sf-dropdown__no-items {
  padding: 5px 10px 30px;
  color: #999;
  cursor: default;
}
sf-app.sf-app .sf-dropdown__heading {
  font-size: var(--font-size-h5);
  font-weight: normal;
  color: var(--color-h5);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 8px;
  line-height: 1;
  cursor: default;
}
sf-app.sf-app .sf-dropdown__heading.-condensed {
  padding-left: 10px;
  padding-right: 10px;
}
sf-app.sf-app .sf-dropdown__heading:hover {
  background: transparent;
}
sf-app.sf-app .sf-dropdown__notification {
  margin: 5px 20px 15px;
  white-space: normal;
  cursor: default;
}
sf-app.sf-app .sf-dropdown__content {
  cursor: default;
}
sf-app.sf-app .sf-dropdown__separator {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  cursor: default;
}
sf-app.sf-app .sf-dropdown__description {
  font-size: var(--font-size-h5);
  font-weight: normal;
  color: var(--color-h5);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  text-transform: uppercase;
  line-height: 1;
}
sf-app.sf-app .sf-dropdown__counter {
  margin-left: auto;
  min-width: 50px;
  text-align: right;
}
sf-app.sf-app .sf-dropdown__counter.-positive {
  color: var(--color-success);
}
sf-app.sf-app .sf-dropdown__counter.-neutral {
  color: var(--dropdown-item-counter-neutral);
}
sf-app.sf-app .sf-dropdown__icon {
  font-size: inherit;
  margin-top: -5px;
}
sf-app.sf-app .sf-expander {
  display: block;
  margin-bottom: 10px;
  margin-left: calc(var(--expander-left-offset) * -1);
}
sf-app.sf-app .sf-expander > hr {
  margin-left: var(--expander-left-offset);
}
sf-app.sf-app .sf-expander__header {
  font-size: var(--font-size-h2);
  font-weight: 300;
  line-height: 1.3;
  color: var(--color-h2);
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0;
  padding-left: var(--expander-header-padding-horizontal, 0);
  padding-top: 10px;
  padding-top: var(--expander-header-padding-vertical, 10px);
  padding-bottom: 10px;
  padding-bottom: var(--expander-header-padding-vertical, 10px);
  width: 100%;
  position: relative;
  cursor: pointer;
}
sf-app.sf-app .sf-expander__header:focus .sf-expander__icon {
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
sf-app.sf-app .sf-expander__icon {
  margin-right: 28px !important;
  margin-right: var(--expander-icon-margin-right, 28px) !important;
  margin-left: 0 !important;
  margin-left: var(--expander-icon-margin-left, 0) !important;
}
sf-app.sf-app .sf-expander__content {
  margin-left: var(--expander-left-offset);
}
sf-app.sf-app .sf-expander__checkbox {
  position: absolute;
  left: -9999px;
}
sf-app.sf-app .sf-expander__checkbox ~ .sf-expander__content {
  visibility: hidden;
}
sf-app.sf-app .sf-expander__checkbox:checked ~ .sf-expander__content {
  visibility: visible;
}
sf-app.sf-app .sf-expander__checkbox:checked ~ .sf-expander__section {
  padding: 0;
  padding: var(--expander-section-padding, 0);
  background: transparent;
  background: var(--expander-section-background, transparent);
  margin-right: 0;
  margin-right: var(--expander-section-margin-right, 0);
}
sf-app.sf-app .sf-checkbox {
  position: relative;
  display: block;
}
sf-app.sf-app .sf-checkbox.-inline {
  display: inline-block;
}
sf-app.sf-app .sf-checkbox__label {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  font-weight: normal;
  cursor: pointer;
  transition: var(--checkbox-transtion);
}
sf-app.sf-app .sf-checkbox__label .sf-radio__icon,
sf-app.sf-app .sf-checkbox__label .sf-checkbox__icon {
  transition: var(--checkbox-transtion);
}
sf-app.sf-app .sf-checkbox__label .sf-radio__text,
sf-app.sf-app .sf-checkbox__label .sf-checkbox__text {
  margin-left: 5px;
  width: 100%;
}
sf-app.sf-app .sf-checkbox__label .sf-radio__description {
  margin-left: 5px;
  width: 100%;
}
sf-app.sf-app .sf-checkbox__label.-inline {
  display: inline-flex;
  width: auto;
}
sf-app.sf-app .sf-checkbox__label.-width-auto {
  width: auto;
}
sf-app.sf-app .sf-checkbox__input {
  position: absolute;
  margin: 0;
  width: 15px;
  height: 15px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
sf-app.sf-app .sf-checkbox__input:checked + label .sf-radio__icon,
sf-app.sf-app .sf-checkbox__input:checked + label .sf-checkbox__icon {
  border-radius: 1px;
  border-color: var(--checkbox-checked-border);
  background-color: #fff;
  color: #777;
}
sf-app.sf-app .sf-checkbox__input:checked + label .sf-radio__icon::before,
sf-app.sf-app .sf-checkbox__input:checked + label .sf-checkbox__icon::before {
  opacity: 1;
}
sf-app.sf-app .sf-checkbox__input:checked:hover + label .sf-radio__icon,
sf-app.sf-app .sf-checkbox__input:checked:hover + label .sf-checkbox__icon {
  border-color: var(--checkbox-border-hover);
}
sf-app.sf-app .sf-checkbox__input:active + label .sf-radio__icon,
sf-app.sf-app .sf-checkbox__input:active + label .sf-checkbox__icon {
  background-color: #fff;
}
sf-app.sf-app .sf-checkbox__input:hover + label .sf-radio__icon,
sf-app.sf-app .sf-checkbox__input:hover + label .sf-checkbox__icon, sf-app.sf-app .sf-checkbox__input:focus + label .sf-radio__icon,
sf-app.sf-app .sf-checkbox__input:focus + label .sf-checkbox__icon {
  border-color: var(--checkbox-border-hover);
}
sf-app.sf-app .sf-checkbox__input:disabled {
  cursor: default;
}
sf-app.sf-app .sf-checkbox__input:disabled + label {
  cursor: default;
}
sf-app.sf-app .sf-checkbox__input:disabled + label .sf-radio__icon,
sf-app.sf-app .sf-checkbox__input:disabled + label .sf-checkbox__icon {
  border-color: var(--checkbox-border);
  background: #f5f5f5;
  color: #ccc;
}
sf-app.sf-app .sf-checkbox__input:disabled + label .sf-radio__icon::before {
  background-color: var(--checkbox-border);
}
sf-app.sf-app .sf-checkbox__icon {
  display: block;
  position: relative;
  flex: none;
  border: 1px solid var(--checkbox-border);
  transition: var(--checkbox-transtion);
  border-radius: 1px;
  width: 15px;
  height: 15px;
}
sf-app.sf-app .sf-checkbox__icon::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  transition: opacity 0.3s;
  opacity: 0;
}
sf-app.sf-app .sf-checkbox__icon::before {
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  font-size: var(--icon-size-2xs);
  content: "\f00c";
}
sf-app.sf-app .sf-checkbox.-ellipsis {
  width: 100%;
}
sf-app.sf-app .sf-checkbox.-ellipsis label .sf-checkbox__text,
sf-app.sf-app .sf-checkbox.-ellipsis label .sf-radio__text {
  padding-left: 21px;
  margin-left: -16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
sf-app.sf-app .sf-radio {
  position: relative;
  display: block;
}
sf-app.sf-app .sf-radio.-inline {
  display: inline-block;
}
sf-app.sf-app .sf-radio__label {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  font-weight: normal;
  cursor: pointer;
  transition: var(--checkbox-transtion);
}
sf-app.sf-app .sf-radio__label .sf-radio__icon,
sf-app.sf-app .sf-radio__label .sf-checkbox__icon {
  transition: var(--checkbox-transtion);
}
sf-app.sf-app .sf-radio__label .sf-radio__text,
sf-app.sf-app .sf-radio__label .sf-checkbox__text {
  margin-left: 5px;
  width: 100%;
}
sf-app.sf-app .sf-radio__label .sf-radio__description {
  margin-left: 5px;
  width: 100%;
}
sf-app.sf-app .sf-radio__label.-inline {
  display: inline-flex;
  width: auto;
}
sf-app.sf-app .sf-radio__label.-width-auto {
  width: auto;
}
sf-app.sf-app .sf-radio__description {
  font-size: var(--font-size-base);
  margin-left: 21px;
  margin-bottom: 0;
  color: var(--secondary-text-color);
}
sf-app.sf-app .sf-radio__input {
  position: absolute;
  margin: 0;
  width: 16px;
  height: 16px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
sf-app.sf-app .sf-radio__input:checked + label .sf-radio__icon,
sf-app.sf-app .sf-radio__input:checked + label .sf-checkbox__icon {
  border-radius: 50%;
  border-color: var(--checkbox-checked-border);
  background-color: #fff;
  color: #777;
}
sf-app.sf-app .sf-radio__input:checked + label .sf-radio__icon::before,
sf-app.sf-app .sf-radio__input:checked + label .sf-checkbox__icon::before {
  opacity: 1;
}
sf-app.sf-app .sf-radio__input:checked:hover + label .sf-radio__icon,
sf-app.sf-app .sf-radio__input:checked:hover + label .sf-checkbox__icon {
  border-color: var(--checkbox-border-hover);
}
sf-app.sf-app .sf-radio__input:active + label .sf-radio__icon,
sf-app.sf-app .sf-radio__input:active + label .sf-checkbox__icon {
  background-color: #fff;
}
sf-app.sf-app .sf-radio__input:hover + label .sf-radio__icon,
sf-app.sf-app .sf-radio__input:hover + label .sf-checkbox__icon, sf-app.sf-app .sf-radio__input:focus + label .sf-radio__icon,
sf-app.sf-app .sf-radio__input:focus + label .sf-checkbox__icon {
  border-color: var(--checkbox-border-hover);
}
sf-app.sf-app .sf-radio__input:disabled {
  cursor: default;
}
sf-app.sf-app .sf-radio__input:disabled + label {
  cursor: default;
}
sf-app.sf-app .sf-radio__input:disabled + label .sf-radio__icon,
sf-app.sf-app .sf-radio__input:disabled + label .sf-checkbox__icon {
  border-color: var(--checkbox-border);
  background: #f5f5f5;
  color: #ccc;
}
sf-app.sf-app .sf-radio__input:disabled + label .sf-radio__icon::before {
  background-color: var(--checkbox-border);
}
sf-app.sf-app .sf-radio__icon {
  display: block;
  position: relative;
  flex: none;
  border: 1px solid var(--checkbox-border);
  transition: var(--checkbox-transtion);
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
sf-app.sf-app .sf-radio__icon::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  transition: opacity 0.3s;
  opacity: 0;
}
sf-app.sf-app .sf-radio__icon::before {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background-color: #777;
}
sf-app.sf-app .sf-radio.-ellipsis {
  width: 100%;
}
sf-app.sf-app .sf-radio.-ellipsis label .sf-checkbox__text,
sf-app.sf-app .sf-radio.-ellipsis label .sf-radio__text {
  padding-left: 21px;
  margin-left: -16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
sf-app.sf-app .sf-choice-group.-chip {
  display: inline-flex;
  font-size: var(--font-size-base);
}
sf-app.sf-app .sf-choice-group.-chip .sf-radio {
  margin-right: 0;
}
sf-app.sf-app .sf-choice-group.-chip .sf-radio:first-child .sf-radio__label {
  border-left: 1px solid var(--button-border-color);
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
sf-app.sf-app .sf-choice-group.-chip .sf-radio:last-child .sf-radio__label {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}
sf-app.sf-app .sf-choice-group.-chip .sf-radio.-size-m .sf-radio__label {
  width: 63px;
}
sf-app.sf-app .sf-choice-group.-chip .sf-radio.-size-l .sf-radio__label {
  width: auto;
}
sf-app.sf-app .sf-choice-group.-chip .sf-radio.-size-l .sf-radio__text {
  margin: 0 15px;
}
sf-app.sf-app .sf-choice-group.-chip .sf-radio__label {
  display: inline-flex;
  justify-content: center;
  height: 28px;
  line-height: 28px;
  min-width: 30px;
  text-align: center;
  border-top: 1px solid var(--button-border-color);
  border-bottom: 1px solid var(--button-border-color);
  border-right: 1px solid var(--button-border-color);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
sf-app.sf-app .sf-choice-group.-chip .sf-radio__label:hover {
  background-color: var(--choice-group-radio-chip-hover-bg-color);
  color: var(--choice-group-radio-chip-hover-color);
}
sf-app.sf-app .sf-choice-group.-chip .sf-radio__icon {
  display: none;
}
sf-app.sf-app .sf-choice-group.-chip .sf-radio__text {
  margin: 0 10px;
}
sf-app.sf-app .sf-choice-group.-chip .sf-radio__input:checked + .sf-radio__label {
  background-color: var(--radio-chip-selected-bg-color);
  color: var(--radio-chip-selected-color);
}
sf-app.sf-app .sf-choice-group.-list .sf-radio,
sf-app.sf-app .sf-choice-group.-list .sf-checkbox {
  margin-bottom: 0;
  margin-right: 0;
}
sf-app.sf-app .sf-choice-group.-list .sf-radio:first-child .sf-radio__label,
sf-app.sf-app .sf-choice-group.-list .sf-radio:first-child .sf-checkbox__label,
sf-app.sf-app .sf-choice-group.-list .sf-checkbox:first-child .sf-radio__label,
sf-app.sf-app .sf-choice-group.-list .sf-checkbox:first-child .sf-checkbox__label {
  border-top: 1px solid var(--button-border-color);
}
sf-app.sf-app .sf-choice-group.-list .sf-radio__label,
sf-app.sf-app .sf-choice-group.-list .sf-checkbox__label {
  padding: 10px 9px;
  font-size: 13px;
  border-bottom: 1px solid var(--button-border-color);
}
sf-app.sf-app .sf-choice-group.-list .sf-radio__icon {
  display: none;
}
sf-app.sf-app .sf-choice-group.-list .sf-radio__text {
  margin-left: 0;
}
sf-app.sf-app .sf-choice-group.-list .sf-radio__input:checked + .sf-radio__label,
sf-app.sf-app .sf-choice-group.-list .sf-checkbox__input:checked + .sf-checkbox__label {
  background-color: var(--radio-chip-selected-bg-color);
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
sf-app.sf-app .sf-loader {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
sf-app.sf-app .sf-loader__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0;
}
sf-app.sf-app .sf-loader__rect {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin: 0 1px 0 0;
  background-color: #38ab63;
  animation: loader 1s infinite ease-in-out;
  opacity: 0.3;
  border-radius: 2px;
}
sf-app.sf-app .sf-loader__rect.-second {
  animation-delay: -0.9s;
}
sf-app.sf-app .sf-loader__rect.-third {
  animation-delay: -0.8s;
}
sf-app.sf-app .sf-loader.-home {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 100000;
}
sf-app.sf-app .sf-loader.-big .sf-loader__rect, sf-app.sf-app .sf-loader.-home .sf-loader__rect {
  width: 10px;
  height: 10px;
}
sf-app.sf-app .sf-loader.-mini {
  margin-top: -4px;
}
sf-app.sf-app .sf-loader.-mini .sf-loader__rect {
  width: 4px;
  height: 4px;
  border-radius: 1px;
}
sf-app.sf-app .sf-loader.-inline {
  position: relative;
  display: inline-block;
}
sf-app.sf-app .sf-loader.-color .sf-loader__rect {
  background-color: #333;
}
sf-app.sf-app .sf-loader.-transparent .sf-loader__rect {
  background-color: #fff;
}
sf-app.sf-app .sf-loader.-progressbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  overflow: hidden;
  z-index: 10000;
}
sf-app.sf-app .sf-loader.-progressbar .sf-loader__content {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #38ab63;
  animation: loadingProgressbar 1s linear infinite;
  transform-origin: 0 0;
}
sf-app.sf-app .sf-loader.-progressbar .sf-loader__rect {
  display: none;
}
sf-app.sf-app .sf-loader.-progressbar.-overlay {
  bottom: 0;
  height: 100%;
  z-index: 1000000;
}
sf-app.sf-app .sf-loader.-progressbar.-overlay .sf-loader__content {
  top: 0;
  left: 0;
}
sf-app.sf-app .sf-loader.-skeleton {
  position: static;
}
sf-app.sf-app .sf-loader.-skeleton.-fluid-content .sf-loader__content {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
sf-app.sf-app .sf-loader.-skeleton.-fluid-content .sf-loader__rect {
  width: 100%;
  height: 10px;
  margin-bottom: 6px;
  background-color: #f5f5f5;
  animation: loadingSkeleton 1s linear infinite;
}
sf-app.sf-app .sf-loader.-skeleton.-fluid-content .sf-loader__rect:last-of-type {
  width: 75%;
  margin-bottom: 0;
}
sf-app.sf-app .sf-loader.-skeleton:not(.-fluid-content) .sf-loader__content {
  position: relative;
  height: 100%;
  color: #f5f5f5;
  background-repeat: no-repeat;
  animation: loadingSkeleton 1s linear infinite;
}
sf-app.sf-app .sf-loader.-skeleton:not(.-fluid-content) .sf-loader__rect {
  display: none;
}
sf-app.sf-app .sf-loader.-skeleton.-content .sf-loader__content {
  height: 126px;
  background-image: linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%);
  background-size: 100% 10px, 100% 10px, 100% 10px, 100% 10px, 100% 10px, 100% 10px, 75% 10px;
  background-position: 0 0, 0 16px, 0 32px, 0 48px, 0 64px, 0 80px, 0 96px;
}
sf-app.sf-app .sf-loader.-skeleton.-title .sf-loader__content {
  height: 94px;
  background-image: linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%);
  background-size: 100% 42px, 75% 42px;
  background-position: 0 0, 0 52px;
}
sf-app.sf-app .sf-loader.-skeleton.-single-title .sf-loader__content {
  height: 88px;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 42px;
  background-position: 0 16px;
}
sf-app.sf-app .sf-loader.-skeleton.-single-list {
  padding: 13px 8px;
}
sf-app.sf-app .sf-loader.-skeleton.-single-list .sf-loader__content {
  height: 10px;
  background-color: currentColor;
}
sf-app.sf-app .sf-loader.-skeleton.-list {
  height: 53px;
  padding: 13px 8px;
}
sf-app.sf-app .sf-loader.-skeleton.-list .sf-loader__content {
  height: 26px;
  background-image: linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%);
  background-size: 100% 10px, 75% 10px;
  background-position: 0 0, 0 16px;
}
sf-app.sf-app .sf-loader.-skeleton.-list-horizontal {
  padding: 39px 18px;
  width: 190px;
  height: 230px;
  border: 1px solid #eee;
}
sf-app.sf-app .sf-loader.-skeleton.-list-horizontal .sf-loader__content {
  height: 58px;
  background-image: linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%);
  background-size: 100% 10px, 100% 10px, 100% 10px, 75% 10px;
  background-position: 0 0, 0 16px, 0 32px, 0 48px;
}
sf-app.sf-app .sf-loader.-skeleton.-list-with-thumb {
  width: 190px;
  height: 230px;
  border: 1px solid #eee;
}
sf-app.sf-app .sf-loader.-skeleton.-list-with-thumb .sf-loader__content {
  height: 100%;
  background-image: linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%);
  background-size: 100% 138px, 80% 10px, 80% 10px, 50% 10px;
  background-position: 0 0, 50% 164px, 50% 180px, 20% 196px;
}
sf-app.sf-app .sf-loader.-skeleton.-side-content .sf-loader__content {
  height: 100px;
  background-image: linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%), linear-gradient(currentColor 0, currentColor 100%);
  background-size: 90% 10px, 50% 10px, 75% 10px;
  background-position: 0 15px, 0 45px, 0 75px;
}
sf-app.sf-app .sf-loader.-skeleton.-darker .sf-loader__content {
  color: #e4e4e4;
}
sf-app.sf-app .sf-loader.-skeleton.-sequence {
  border-bottom: 1px solid #eee;
}
sf-app.sf-app .sf-loader.-skeleton.-sequence:first-child {
  border-top: 1px solid #eee;
}
sf-app.sf-app .sf-loader.-skeleton.-media .sf-loader__content {
  flex-direction: row;
}
sf-app.sf-app .sf-loader.-skeleton.-media .sf-loader__rect {
  height: 150px;
  background-color: #f5f5f5;
  margin-bottom: 0;
}
sf-app.sf-app .sf-loader.-skeleton.-media .sf-loader__rect:not(:first-child) {
  margin-left: 10px;
}
sf-app.sf-app .sf-loader.-skeleton.-media .-first {
  flex-basis: 15%;
}
sf-app.sf-app .sf-loader.-skeleton.-media .-second {
  flex-basis: 22%;
}
sf-app.sf-app .sf-loader.-skeleton.-media .-third {
  flex-basis: 11%;
}
sf-app.sf-app .sf-loader.-skeleton.-media .-fourth {
  flex-basis: 22%;
}
sf-app.sf-app .sf-loader.-skeleton.-media .-fifth {
  flex-basis: 15%;
}
sf-app.sf-app .sf-loader.-skeleton.-media .-sixth {
  flex-basis: 15%;
}
sf-app.sf-app .sf-loader.-skeleton.-media + .-media .-first {
  flex-basis: 11%;
}
sf-app.sf-app .sf-loader.-skeleton.-media + .-media .-second {
  flex-basis: 15%;
}
sf-app.sf-app .sf-loader.-skeleton.-media + .-media .-third {
  flex-basis: 15%;
}
sf-app.sf-app .sf-loader.-skeleton.-media + .-media .-fourth {
  flex-basis: 22%;
}
sf-app.sf-app .sf-loader.-skeleton.-media + .-media .-fifth {
  flex-basis: 15%;
}
sf-app.sf-app .sf-loader.-skeleton.-media + .-media .-sixth {
  flex-basis: 22%;
}
sf-app.sf-app .sf-loader.-skeleton.-media + .-media + .-media .-first {
  flex-basis: 22%;
}
sf-app.sf-app .sf-loader.-skeleton.-media + .-media + .-media .-second {
  flex-basis: 15%;
}
sf-app.sf-app .sf-loader.-skeleton.-media + .-media + .-media .-third {
  flex-basis: 22%;
}
sf-app.sf-app .sf-loader.-skeleton.-media + .-media + .-media .-fourth {
  flex-basis: 15%;
}
sf-app.sf-app .sf-loader.-skeleton.-media + .-media + .-media .-fifth {
  flex-basis: 15%;
}
sf-app.sf-app .sf-loader.-skeleton.-media + .-media + .-media .-sixth {
  flex-basis: 11%;
}
sf-app.sf-app .sf-loader.-negative-zindex {
  z-index: -1;
}
sf-app.sf-app .sf-loader.-solid-block {
  background-color: #f5f5f5;
  animation: pulsingColorLoading 1.2s linear infinite;
}
sf-app.sf-app .sf-chip {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  min-height: 28px;
  max-width: 100%;
  vertical-align: top;
  font-size: var(--font-size-h4);
}
sf-app.sf-app .sf-chip__content {
  background-color: #dcecf5;
}
sf-app.sf-app .sf-chip.-success .sf-chip__content {
  background-color: #caeed8;
}
sf-app.sf-app .sf-chip.-error .sf-chip__content {
  background-color: #fcc;
}
sf-app.sf-app .sf-chip.-invert .sf-chip__content {
  background-color: #333;
}
sf-app.sf-app .sf-chip.-info .sf-chip__content {
  background-color: #006cd9;
}
sf-app.sf-app .sf-chip__inner-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
sf-app.sf-app .sf-chip.-white {
  color: #fff;
}
sf-app.sf-app .sf-chip.-removable .sf-chip__content {
  transition: padding 0.2s;
  overflow: hidden;
}
sf-app.sf-app .sf-chip.-removable .sf-chip__inner-content {
  transition: text-indent 0.2s;
}
sf-app.sf-app .sf-chip.-removable:hover .sf-chip__remove-button {
  display: inline-flex;
  align-items: center;
}
sf-app.sf-app .sf-chip.-removable:hover .sf-chip__content {
  padding-right: 21px;
}
sf-app.sf-app .sf-chip.-removable:hover .sf-chip__inner-content {
  text-indent: -3px;
}
sf-app.sf-app .sf-chip.-avatar .sf-chip__content {
  padding-left: 33.5px;
}
sf-app.sf-app .sf-chip.-icon .sf-chip__content {
  padding-left: 33.5px;
}
sf-app.sf-app .sf-chip.-initials .sf-chip__content {
  padding-left: 33.5px;
}
sf-app.sf-app .sf-chip.-editable .sf-chip__content {
  display: inline-block;
  min-width: 65px;
}
sf-app.sf-app .sf-chip.-dropped .sf-chip__dropdown {
  display: block;
  position: absolute;
  top: 33px;
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
  max-width: 800px;
  z-index: 10000;
}
sf-app.sf-app .sf-chip.-input {
  display: block;
  margin-right: 0;
  margin-bottom: 0;
}
sf-app.sf-app .sf-chip.-input .sf-chip__input {
  padding-left: 5px;
  padding-right: 5px;
  height: 36px;
  width: 100%;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  border-radius: 0;
}
sf-app.sf-app .sf-chip.-input .sf-chip__dropdown {
  width: 100%;
}
sf-app.sf-app .sf-chip.-stripped {
  font-size: inherit;
}
sf-app.sf-app .sf-chip.-stripped .sf-chip__content {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
sf-app.sf-app .sf-chip__content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  display: inline-flex;
  padding-left: 15px;
  padding-right: 15px;
  height: 28px;
  line-height: 28px;
  text-align: left;
  vertical-align: top;
  border-radius: 28px;
  background-color: #dcecf5;
  overflow: hidden;
  max-width: 100%;
}
sf-app.sf-app .sf-chip__content:focus {
  outline-color: transparent;
}
sf-app.sf-app .-size-m .sf-chip__content {
  display: inline-block;
  max-width: 130px;
}
sf-app.sf-app .-size-l .sf-chip__content {
  max-width: 180px;
}
sf-app.sf-app .sf-chip__hint {
  flex-shrink: 0;
}
sf-app.sf-app .sf-chip__avatar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 7.5px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #777;
  z-index: 10;
  max-width: 100%;
}
sf-app.sf-app .sf-chip__avatar.-transparent {
  background-color: transparent;
}
sf-app.sf-app .sf-chip__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 7.5px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #777;
  z-index: 10;
  max-width: 100%;
}
sf-app.sf-app .sf-chip__icon.-transparent {
  background-color: transparent;
}
sf-app.sf-app .sf-chip__initials {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 7.5px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #777;
  z-index: 10;
  max-width: 100%;
  font-size: var(--font-size-h5);
  text-transform: uppercase;
}
sf-app.sf-app .sf-chip__initials.-transparent {
  background-color: transparent;
}
sf-app.sf-app .sf-chip__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}
sf-app.sf-app .sf-chip__remove-button {
  display: none;
  position: absolute;
  top: 0;
  right: 7.5px;
  height: 28px;
  line-height: 28px;
  text-align: right;
  cursor: pointer;
}
sf-app.sf-app .sf-chip__dropdown {
  display: none;
}
sf-app.sf-app .sf-error {
  display: block;
  color: var(--color-error);
  font-size: var(--font-size-base);
}
sf-app.sf-app .sf-error-block {
  border-color: var(--color-error) !important;
}
sf-app.sf-app .sf-select {
  position: relative;
  height: 36px;
}
sf-app.sf-app .sf-select::after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 36px;
  line-height: 36px;
  content: "\f0d7";
  font-size: var(--icon-size-m);
  color: var(--select-arrow-color);
  pointer-events: none;
}
sf-app.sf-app .sf-select__item {
  height: 100%;
  width: 100%;
  padding-left: 10px;
  padding-right: calc(10px + var(--icon-size-m));
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
sf-app.sf-app .sf-select__item::-ms-expand {
  display: none;
}
sf-app.sf-app .sf-select.-inline {
  display: inline-block;
}
sf-app.sf-app .sf-select.-small {
  height: 26px;
  font-size: var(--font-size-base);
}
sf-app.sf-app .sf-select.-small .sf-select__item {
  line-height: 1.8;
  padding-left: 6px;
  padding-right: calc(6px + var(--icon-size-xs));
}
sf-app.sf-app .sf-select.-small::after {
  height: 26px;
  line-height: 26px;
  font-size: var(--icon-size-xs);
  right: 6px;
}
sf-app.sf-app .sf-form {
  max-width: 850px;
  padding: 30px 0;
}
sf-app.sf-app .sf-form .sf-input {
  margin-bottom: 20px;
}
sf-app.sf-app .sf-form .sf-input.-shrinked,
sf-app.sf-app .sf-form .sf-input .sf-input {
  margin-bottom: 0;
}
sf-app.sf-app .sf-form .sf-checkbox:not(.-inline):not(.-in-group),
sf-app.sf-app .sf-form .sf-radio:not(.-inline):not(.-in-group) {
  margin-bottom: 10px;
}
sf-app.sf-app .sf-form .sf-checkbox:not(.-inline):not(.-in-group):last-child,
sf-app.sf-app .sf-form .sf-radio:not(.-inline):not(.-in-group):last-child {
  margin-bottom: 0;
}
sf-app.sf-app .sf-form .sf-checkbox,
sf-app.sf-app .sf-form .sf-radio {
  margin-right: 10px;
}
sf-app.sf-app .sf-form .sf-checkbox:last-child,
sf-app.sf-app .sf-form .sf-radio:last-child {
  margin-right: 0;
}
sf-app.sf-app .sf-form.-auto {
  width: auto;
}
sf-app.sf-app .sf-form.-small {
  width: 410px;
}
sf-app.sf-app .sf-form.-medium {
  width: var(--form-width-medium);
}
sf-app.sf-app .sf-form.-large {
  width: 1000px;
  max-width: 1000px;
}
sf-app.sf-app .sf-form.-short {
  padding-top: 0;
  padding-bottom: 0;
}
sf-app.sf-app .sf-form.-framed {
  border: 1px solid #eee;
  border-radius: 5px;
}
sf-app.sf-app .sf-form.-condensed .sf-input {
  margin-bottom: 15px;
}
sf-app.sf-app .sf-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  max-width: 100%;
  list-style-type: none;
  /*
    Row with auto sized columns (default)

    `.sf-row .sf-row__col`

        Markup:
        <div class="sf-row">
           <div class="sf-row__col">
               .sf-row__col
           </div>
           <div class="sf-row__col">
               .sf-row__col
           </div>
        </div>
        <div class="sf-row">
           <div class="sf-row__col">
               .sf-row__col
           </div>
           <div class="sf-row__col">
               .sf-row__col
           </div>
           <div class="sf-row__col">
               .sf-row__col
           </div>
        </div>

        Styleguide: Row.auto-sized
   */
  /*
    Nested rows

    `.sf-row .sf-row`

        Markup:
        <div class="sf-row">
           <div class="sf-row__col -col-6">
             .sf-row__col.-col-6
             <div class="sf-row">
                <div class="sf-row__col -col-4">
                    .sf-row__col.-col-4
                </div>
                <div class="sf-row__col -col-8">
                    .sf-row__col.-col-8
                </div>
             </div>
           </div>
           <div class="sf-row__col -col-6">
               .sf-row__col.-col-6
           </div>
        </div>

      Styleguide: Row.nested-rows
   */
  /*
    Row with no gutter

    `.sf-row.-no-gutter`

        Markup:
        <div class="sf-row -no-gutter">
           <div class="sf-row__col -col-6">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-6">
               I am <strong>second</strong> in the markup
           </div>
        </div>

   Styleguide: Row.no-gutter
   */
  /*
    Row inline

    `.sf-row.-inline`

        Markup:
        <div class="sf-row -inline">
           <div class="sf-row__col -col-6">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-6">
               I am <strong>second</strong> in the markup
           </div>
        </div>

      Styleguide: Row.inline
   */
  /*
    Row full height

    `.sf-row.-full-height`

        Markup:
        <div class="sf-row -full-height">
           <div class="sf-row__col -col-6">
               I am tall
           </div>
           <div class="sf-row__col -col-6">
               I am tall
           </div>
        </div>

   Styleguide: Row.full-height
   */
  /*
    Width auto

    `.sf-row.-auto-width`

        Markup:
        <div class="sf-row -auto-width">
        </div>

      Styleguide: Row.width-auto
   */
  /*
    flex-wrap: wrap (Default)

    `.sf-row.-wrap`

    If emitted flex-wrap: wrap

        Markup:
        <div class="sf-row -wrap">
           <div class="sf-row__col -col-6">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-6">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-10">
               I am <strong>third</strong> in the markup
           </div>
        </div>

        Styleguide: Row.flex-wrap-wrap
  */
  /*
    flex-wrap: no-wrap

    `.sf-row.-no-wrap`

        Markup:
        <div class="sf-row -no-wrap">
           <div class="sf-row__col -col-6">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-6">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-10">
               I am <strong>third</strong> in the markup
           </div>
        </div>

        Styleguide: Row.no-wrap
  */
  /*
    flex-wrap: wrap-reverse

    `.sf-row.-wrap-reverse`

        Markup:
        <div class="sf-row -wrap-reverse">
           <div class="sf-row__col -col-6">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-6">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-10">
               I am <strong>third</strong> in the markup
           </div>
        </div>

        Styleguide: Row.wrap-reverse
   */
  /*
    flex-direction: row (default)

    `.sf-row.-row`

    If emitted flex-direction: row

        Markup:
        <div class="sf-row -row">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fourth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fifth</strong> in the markup
           </div>
        </div>

        Styleguide: Row.flex-direction-row
   */
  /*
    flex-direction: row-reverse

    `.sf-row.-row-reverse `

        Markup:
        <div class="sf-row -row-reverse">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fourth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fifth</strong> in the markup
           </div>
        </div>

        Styleguide: Row.row-reverse
   */
  /*
    flex-direction: column

    `.sf-row.-column`

        Markup:
        <div class="sf-row -column">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
        </div>

        Styleguide: Row.column
   */
  /*
    flex-direction: column-reverse

    `.sf-row.-column-reverse`

        Markup:
        <div class="sf-row -column-reverse">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
        </div>

        Styleguide: Row.column-reverse
   */
  /*
    align-items: stretch (default)

    `.sf-row.-align-items-stretch`

    If emitted align-items: stretch

        Markup:
        <div class="sf-row -align-items-stretch">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
        </div>

        Styleguide: Row.align-items-stretch

   */
  /*
    align-items: flex-start

    `.sf-row.-align-items-start`

        Markup:
        <div class="sf-row -align-items-start">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
        </div>

        Styleguide: Row.align-items-start
   */
  /*
    align-items: flex-end

    `.sf-row.-align-items-end`

        Markup:
        <div class="sf-row -align-items-end">
           <div class="sf-row__col -flex-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -flex-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -flex-4">
               I am <strong>third</strong> in the markup
           </div>
        </div>

        Styleguide: Row.align-items-end
   */
  /*
    align-items: center

    `.sf-row.-align-items-center`

        Markup:
        <div class="sf-row -align-items-center">
           <div class="sf-row__col -flex-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -flex-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -flex-4">
               I am <strong>third</strong> in the markup
           </div>
        </div>

        Styleguide: Row.align-items-center
   */
  /*
    align-items: baseline

    `.sf-row.-align-items-baseline`

        Markup:
        <div class="sf-row -align-items-baseline">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
        </div>

        Styleguide: Row.align-items-baseline
   */
  /*
    align-content: stretch (default)

    `.sf-row.-align-content-stretch`

    If emitted align-content: stretch

        Markup:
        <div class="sf-row -align-content-stretch">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
          <div class="sf-row__col -col-4">
               I am <strong>fourth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fifth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>sixth</strong> in the markup
           </div>
        </div>

        Styleguide: Row.align-content-stretch
   */
  /*
    align-content: flex-start

    `.sf-row.-align-content-start`

        Markup:
        <div class="sf-row -align-content-start">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
          <div class="sf-row__col -col-4">
               I am <strong>fourth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fifth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>sixth</strong> in the markup
           </div>
        </div>

        Styleguide: Row.align-content-start
   */
  /*
    align-content: flex-end

    `.sf-row.-align-content-end`

        Markup:
        <div class="sf-row -align-content-end">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
          <div class="sf-row__col -col-4">
               I am <strong>fourth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fifth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>sixth</strong> in the markup
           </div>
        </div>

        Styleguide: Row.align-content-end
   */
  /*
    align-content: center

    `.sf-row.-align-content-center`

        Markup:
        <div class="sf-row -align-content-center">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
          <div class="sf-row__col -col-4">
               I am <strong>fourth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fifth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>sixth</strong> in the markup
           </div>
        </div>

        Styleguide: Row.align-content-center
   */
  /*
    align-content: space-between

    `.sf-row.-align-content-between`

        Markup:
        <div class="sf-row -align-content-between">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fourth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fifth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>sixth</strong> in the markup
           </div>
        </div>

        Styleguide: Row.align-content-between
   */
  /*
    align-content: space-around

    `.sf-row.-align-content-around`

        Markup:
        <div class="sf-row -align-content-around">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fourth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fifth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>sixth</strong> in the markup
           </div>
        </div>

        Styleguide: Row.align-content-around
   */
  /*
    justify-content: flex-start (default)

    `.sf-row.-justify-content-start`

    If emitted justify-content: flex-start

        Markup:
        <div class="sf-row -justify-content-start">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
        </div>

   Styleguide: Row.justify-content-start
   */
  /*
    justify-content: flex-end

    `.sf-row.-justify-content-end`

        Markup:
        <div class="sf-row -justify-content-end">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
        </div>

   Styleguide: Row.justify-content-end
   */
  /*
    justify-content: center

    `.theme.-row.-justify-content-center`

        Markup:
        <div class="sf-row -justify-content-center">
           <div class="sf-row__col -flex-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -flex-4">
               I am <strong>second</strong> in the markup
           </div>
        </div>

   Styleguide: Row.justify-content-center
   */
  /*
    justify-content: space-between

    `.sf-row.-justify-content-between`

        Markup:
        <div class="sf-row -justify-content-between">
           <div class="sf-row__col -col-3">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-3">
               I am <strong>third</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fourth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fifth</strong> in the markup
           </div>
        </div>

   Styleguide: Row.justify-content-between
   */
  /*
    justify-content: space-around

    `.sf-row.-justify-content-around`

        Markup:
        <div class="sf-row -justify-content-around">
           <div class="sf-row__col -col-3">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-3">
               I am <strong>third</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fourth</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>fifth</strong> in the markup
           </div>
        </div>

   Styleguide: Row.justify-content-around
   */
  /*
    Columns with flexible width

    `sf-row.-adjustable-ellipsis`

        Markup:
        <div class="sf-row -adjustable-ellipsis">
           <div class="sf-row__col -truncatable">
               <div style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">I am <strong>First</strong>. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passa</div>
           </div>
           <div class="sf-row__col -full-width">
               <div>The width of <strong>First</strong> adjusts to my width</div>
           </div>
        </div>

        <div class="sf-row -adjustable-ellipsis">
           <div class="sf-row__col -full-width">
               <div>The width of <strong>First</strong> adjusts to my width</div>
           </div>
           <div class="sf-row__col -truncatable">
               <div style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">I am <strong>First</strong>. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passa</div>
           </div>
        </div>

        Styleguide: Row.adjustable-ellipsis
   */
  /*
   Row — Single Column
  */
  /*
    Columns with no gutter

    `.sf-row__col.-no-gutter`

        Markup:
        <div class="sf-row">
           <div class="sf-row__col -col-6 -no-gutter">
               .sf-row__col.-col-6.-no-gutter
           </div>
           <div class="sf-row__col -col-6">
               .sf-row__col.-col-6
           </div>
        </div>

      Styleguide: Row-single.no-gutter
   */
  /*
    Columns which are not flexible ('flex: none')

    `.sf-row__col.-no-flex`

        Markup:
        <div class="sf-row">
           <div class="sf-row__col -col-6 -no-flex">
               .sf-row__col.-col-6.-no-flex
           </div>
           <div class="sf-row__col -col-6">
               .sf-row__col.-col-6
           </div>
        </div>

    Styleguide: Row-single.no-flex
   */
  /*
    Columns which are auto flexible ('flex: auto')

    `.sf-row__col.-auto-flex`

        Markup:
        <div class="sf-row">
           <div class="sf-row__col -col-6 -auto-flex">
               .sf-row__col.-col-6.-auto-flex
           </div>
           <div class="sf-row__col -col-6">
               .sf-row__col.-col-6
           </div>
        </div>

    Styleguide: Row-single.flex-auto
   */
  /*
    Columns hide

    `.sf-row__col.-hidden`

        Markup:
        <div class="sf-row">
           <div class="sf-row__col -hidden">
               .sf-row__col.-hidden: I am hidden for all resolutions
           </div>
           <div class="sf-row__col">
               .sf-row__col
           </div>
           <div class="sf-row__col">
               .sf-row__col
           </div>
        </div>

    Styleguide: Row-single.hidden
   */
  /*
    Columns align-self: stretch (default)

    `.sf-row__col.-align-self-stretch`

    If emitted align-self: stretch

        Markup:
        <div class="sf-row">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4 -align-self-stretch">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
        </div>

         Styleguide: Row-single.align-self-stretch
   */
  /*
    Columns align-self: flex-start

    `.sf-row__col.-align-self-start`

        Markup:
        <div class="sf-row">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4 -align-self-start">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
        </div>

         Styleguide: Row-single.flex-start
   */
  /*
    Columns align-self: flex-end

    `.sf-row__col.-align-self-end`

        Markup:
        <div class="sf-row">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4 -align-self-end">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
        </div>

         Styleguide: Row-single.align-self-end
   */
  /*
    Columns align-self: center

    `.sf-row__col.-align-self-center`

        Markup:
        <div class="sf-row">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4 -align-self-center">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
        </div>

         Styleguide: Row-single.align-self-center
   */
  /*
    Columns align-self: baseline

    `.sf-row__col.-align-self-baseline`

        Markup:
        <div class="sf-row">
           <div class="sf-row__col -col-4">
               I am <strong>first</strong> in the markup
           </div>
           <div class="sf-row__col -col-4 -align-self-baseline">
               I am <strong>second</strong> in the markup
           </div>
           <div class="sf-row__col -col-4">
               I am <strong>third</strong> in the markup
           </div>
        </div>

         Styleguide: Row-single.align-self-baseline
   */
}
sf-app.sf-app .sf-row.-no-gutter .sf-row__col {
  padding: 0;
}
sf-app.sf-app .sf-row.-inline {
  display: inline-flex;
  width: auto;
}
sf-app.sf-app .sf-row.-full-height {
  height: 100%;
}
sf-app.sf-app .sf-row.-auto-width {
  width: auto;
}
sf-app.sf-app .sf-row.-wrap {
  flex-wrap: wrap;
}
sf-app.sf-app .sf-row.-no-wrap {
  flex-wrap: nowrap;
}
sf-app.sf-app .sf-row.-wrap-reverse {
  flex-wrap: wrap-reverse;
}
sf-app.sf-app .sf-row.-row {
  flex-direction: row;
}
sf-app.sf-app .sf-row.-row-reverse {
  flex-direction: row-reverse;
}
sf-app.sf-app .sf-row.-column {
  flex-direction: column;
}
sf-app.sf-app .sf-row.-column-reverse {
  flex-direction: column-reverse;
}
sf-app.sf-app .sf-row.-align-items-stretch {
  align-items: stretch;
}
sf-app.sf-app .sf-row.-align-items-start {
  align-items: flex-start;
}
sf-app.sf-app .sf-row.-align-items-end {
  align-items: flex-end;
}
sf-app.sf-app .sf-row.-align-items-center {
  align-items: center;
}
sf-app.sf-app .sf-row.-align-items-baseline {
  align-items: baseline;
}
sf-app.sf-app .sf-row.-align-content-stretch {
  align-content: stretch;
}
sf-app.sf-app .sf-row.-align-content-start {
  align-content: flex-start;
}
sf-app.sf-app .sf-row.-align-content-end {
  align-content: flex-end;
}
sf-app.sf-app .sf-row.-align-content-center {
  align-content: center;
}
sf-app.sf-app .sf-row.-align-content-between {
  align-content: space-between;
}
sf-app.sf-app .sf-row.-align-content-around {
  align-content: space-around;
}
sf-app.sf-app .sf-row.-justify-content-start {
  justify-content: flex-start;
}
sf-app.sf-app .sf-row.-justify-content-end {
  justify-content: flex-end;
}
sf-app.sf-app .sf-row.-justify-content-center {
  justify-content: center;
}
sf-app.sf-app .sf-row.-justify-content-between {
  justify-content: space-between;
}
sf-app.sf-app .sf-row.-justify-content-around {
  justify-content: space-around;
}
sf-app.sf-app .sf-row.-adjustable-ellipsis {
  display: inline-flex;
  width: auto;
}
sf-app.sf-app .sf-row.-adjustable-ellipsis .sf-row__col.-truncatable {
  min-width: 0;
}
sf-app.sf-app .sf-row.-adjustable-ellipsis .sf-row__col.-full-width {
  flex: none;
  white-space: nowrap;
}
sf-app.sf-app .sf-row__col {
  padding: 0;
  flex: 1;
  max-width: 100%;
  /*
    Row — Grid System

    Columns sizes

    `.sf-row__col.-col-{1, 2, 3,..., 12}`

    Column sizes applies for all devices unless overridden

        Markup:
        <div class="sf-row">
           <div class="sf-row__col -col-12">
               .sf-row__col.-col-12
           </div>
        </div>
        <div class="sf-row">
           <div class="sf-row__col -col-1">
               .sf-row__col.-col-1
           </div>
           <div class="sf-row__col -col-11">
               .sf-row__col.-col-11
           </div>
        </div>
        <div class="sf-row">
           <div class="sf-row__col -col-2">
               .sf-row__col.-col-2
           </div>
           <div class="sf-row__col -col-10">
               .sf-row__col.-col-10
           </div>
        </div>
        <div class="sf-row">
           <div class="sf-row__col -col-3">
               .sf-row__col.-col-3
           </div>
           <div class="sf-row__col -col-9">
               .sf-row__col.-col-9
           </div>
        </div>
        <div class="sf-row">
           <div class="sf-row__col -col-4">
               .sf-row__col.-col-4
           </div>
           <div class="sf-row__col -col-8">
               .sf-row__col.-col-8
           </div>
        </div>
        <div class="sf-row">
           <div class="sf-row__col -col-5">
               .sf-row__col.-col-5
           </div>
           <div class="sf-row__col -col-7">
               .sf-row__col.-col-7
           </div>
        </div>
        <div class="sf-row">
           <div class="sf-row__col -col-6">
               .sf-row__col.-col-6
           </div>
           <div class="sf-row__col -col-6">
               .sf-row__col.-col-6
           </div>
        </div>
        <div class="sf-row">
           <div class="sf-row__col -col-7">
               .sf-row__col.-col-7
           </div>
           <div class="sf-row__col -col-5">
               .sf-row__col.-col-5
           </div>
        </div>
        <div class="sf-row">
           <div class="sf-row__col -col-8">
               .sf-row__col.-col-8
           </div>
           <div class="sf-row__col -col-4">
               .sf-row__col.-col-4
           </div>
        </div>
        <div class="sf-row">
           <div class="sf-row__col -col-9">
               .sf-row__col.-col-9
           </div>
           <div class="sf-row__col -col-3">
               .sf-row__col.-col-3
           </div>
        </div>
        <div class="sf-row">
           <div class="sf-row__col -col-10">
               .sf-row__col.-col-10
           </div>
           <div class="sf-row__col -col-2">
               .sf-row__col.-col-2
           </div>
        </div>
        <div class="sf-row">
           <div class="sf-row__col -col-11">
               .sf-row__col.-col-11
           </div>
           <div class="sf-row__col -col-1">
               .sf-row__col.-col-1
           </div>
        </div>

        Styleguide: Row-grid.Columns-sizes
   */
  /*
    Columns order

    `.sf-row__col.-order-{1, 2, 3,..., 12}`

        Markup:
        <div class="sf-row">
           <div class="sf-row__col -order-2">
               .sf-row__col.-order-2
               <p>I am <strong>first</strong>&nbsp;in the markup but ordered second on the screen</p>
           </div>
           <div class="sf-row__col -order-3">
               .sf-row__col.-order-3
               <p>I am <strong>second</strong>&nbsp;in the markup but ordered third on the screen</p>
           </div>
           <div class="sf-row__col -order-1">
               .sf-row__col.-order-1
               <p>I am <strong>third</strong>&nbsp;in the markup but ordered first on the screen</p>
           </div>
        </div>

   Styleguide: Row-grid.Columns-order
   */
}
sf-app.sf-app .sf-row__col.-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
sf-app.sf-app .sf-row__col.-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
sf-app.sf-app .sf-row__col.-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
sf-app.sf-app .sf-row__col.-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
sf-app.sf-app .sf-row__col.-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
sf-app.sf-app .sf-row__col.-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
sf-app.sf-app .sf-row__col.-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
sf-app.sf-app .sf-row__col.-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
sf-app.sf-app .sf-row__col.-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
sf-app.sf-app .sf-row__col.-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
sf-app.sf-app .sf-row__col.-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
sf-app.sf-app .sf-row__col.-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
sf-app.sf-app .sf-row__col.-order-1 {
  order: 1;
}
sf-app.sf-app .sf-row__col.-order-2 {
  order: 2;
}
sf-app.sf-app .sf-row__col.-order-3 {
  order: 3;
}
sf-app.sf-app .sf-row__col.-order-4 {
  order: 4;
}
sf-app.sf-app .sf-row__col.-order-5 {
  order: 5;
}
sf-app.sf-app .sf-row__col.-order-6 {
  order: 6;
}
sf-app.sf-app .sf-row__col.-order-7 {
  order: 7;
}
sf-app.sf-app .sf-row__col.-order-8 {
  order: 8;
}
sf-app.sf-app .sf-row__col.-order-9 {
  order: 9;
}
sf-app.sf-app .sf-row__col.-order-10 {
  order: 10;
}
sf-app.sf-app .sf-row__col.-order-11 {
  order: 11;
}
sf-app.sf-app .sf-row__col.-order-12 {
  order: 12;
}
sf-app.sf-app .sf-row .-no-gutter {
  padding: 0;
}
sf-app.sf-app .sf-row .-no-flex {
  flex: none;
}
sf-app.sf-app .sf-row .-auto-flex {
  flex: auto;
}
sf-app.sf-app .sf-row .-hidden {
  display: none;
}
sf-app.sf-app .sf-row .-align-self-stretch {
  align-self: stretch;
}
sf-app.sf-app .sf-row .-align-self-start {
  align-self: flex-start;
}
sf-app.sf-app .sf-row .-align-self-end {
  align-self: flex-end;
}
sf-app.sf-app .sf-row .-align-self-center {
  align-self: center;
}
sf-app.sf-app .sf-row .-align-self-baseline {
  align-self: baseline;
}
sf-app.sf-app .sf-grid {
  display: grid;
}
sf-app.sf-app .sf-grid.-gap-zero {
  grid-gap: 0 !important;
}
sf-app.sf-app .sf-grid.-gap-4xs {
  grid-gap: 5px !important;
}
sf-app.sf-app .sf-grid.-gap-3xs {
  grid-gap: 10px !important;
}
sf-app.sf-app .sf-grid.-gap-2xs {
  grid-gap: 15px !important;
}
sf-app.sf-app .sf-grid.-gap-xs {
  grid-gap: 20px !important;
}
sf-app.sf-app .sf-grid.-gap-s {
  grid-gap: 25px !important;
}
sf-app.sf-app .sf-grid.-gap-m {
  grid-gap: 30px !important;
}
sf-app.sf-app .sf-grid.-gap-l {
  grid-gap: 35px !important;
}
sf-app.sf-app .sf-grid.-gap-xl {
  grid-gap: 40px !important;
}
sf-app.sf-app .sf-grid.-gap-2xl {
  grid-gap: 45px !important;
}
sf-app.sf-app .sf-grid.-gap-3xl {
  grid-gap: 50px !important;
}
sf-app.sf-app .sf-grid.-gap-4xl {
  grid-gap: 55px !important;
}
sf-app.sf-app .sf-grid.-gap-5xl {
  grid-gap: 60px !important;
}
sf-app.sf-app .sf-grid.-gap-6xl {
  grid-gap: 80px !important;
}
sf-app.sf-app .sf-grid.-gap-7xl {
  grid-gap: 100px !important;
}
sf-app.sf-app .sf-grid.-gap-8xl {
  grid-gap: 120px !important;
}
sf-app.sf-app .sf-grid.-gap-col-zero {
  grid-column-gap: 0 !important;
}
sf-app.sf-app .sf-grid.-gap-col-4xs {
  grid-column-gap: 5px !important;
}
sf-app.sf-app .sf-grid.-gap-col-3xs {
  grid-column-gap: 10px !important;
}
sf-app.sf-app .sf-grid.-gap-col-2xs {
  grid-column-gap: 15px !important;
}
sf-app.sf-app .sf-grid.-gap-col-xs {
  grid-column-gap: 20px !important;
}
sf-app.sf-app .sf-grid.-gap-col-s {
  grid-column-gap: 25px !important;
}
sf-app.sf-app .sf-grid.-gap-col-m {
  grid-column-gap: 30px !important;
}
sf-app.sf-app .sf-grid.-gap-col-l {
  grid-column-gap: 35px !important;
}
sf-app.sf-app .sf-grid.-gap-col-xl {
  grid-column-gap: 40px !important;
}
sf-app.sf-app .sf-grid.-gap-col-2xl {
  grid-column-gap: 45px !important;
}
sf-app.sf-app .sf-grid.-gap-col-3xl {
  grid-column-gap: 50px !important;
}
sf-app.sf-app .sf-grid.-gap-col-4xl {
  grid-column-gap: 55px !important;
}
sf-app.sf-app .sf-grid.-gap-col-5xl {
  grid-column-gap: 60px !important;
}
sf-app.sf-app .sf-grid.-gap-col-6xl {
  grid-column-gap: 80px !important;
}
sf-app.sf-app .sf-grid.-gap-col-7xl {
  grid-column-gap: 100px !important;
}
sf-app.sf-app .sf-grid.-gap-col-8xl {
  grid-column-gap: 120px !important;
}
sf-app.sf-app .sf-grid.-gap-row-zero {
  grid-row-gap: 0 !important;
}
sf-app.sf-app .sf-grid.-gap-row-4xs {
  grid-row-gap: 5px !important;
}
sf-app.sf-app .sf-grid.-gap-row-3xs {
  grid-row-gap: 10px !important;
}
sf-app.sf-app .sf-grid.-gap-row-2xs {
  grid-row-gap: 15px !important;
}
sf-app.sf-app .sf-grid.-gap-row-xs {
  grid-row-gap: 20px !important;
}
sf-app.sf-app .sf-grid.-gap-row-s {
  grid-row-gap: 25px !important;
}
sf-app.sf-app .sf-grid.-gap-row-m {
  grid-row-gap: 30px !important;
}
sf-app.sf-app .sf-grid.-gap-row-l {
  grid-row-gap: 35px !important;
}
sf-app.sf-app .sf-grid.-gap-row-xl {
  grid-row-gap: 40px !important;
}
sf-app.sf-app .sf-grid.-gap-row-2xl {
  grid-row-gap: 45px !important;
}
sf-app.sf-app .sf-grid.-gap-row-3xl {
  grid-row-gap: 50px !important;
}
sf-app.sf-app .sf-grid.-gap-row-4xl {
  grid-row-gap: 55px !important;
}
sf-app.sf-app .sf-grid.-gap-row-5xl {
  grid-row-gap: 60px !important;
}
sf-app.sf-app .sf-grid.-gap-row-6xl {
  grid-row-gap: 80px !important;
}
sf-app.sf-app .sf-grid.-gap-row-7xl {
  grid-row-gap: 100px !important;
}
sf-app.sf-app .sf-grid.-gap-row-8xl {
  grid-row-gap: 120px !important;
}
sf-app.sf-app .sf-grid.-albums {
  grid-template-columns: repeat(auto-fill, 188px);
}
sf-app.sf-app .sf-grid.-col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
sf-app.sf-app .sf-grid.-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
sf-app.sf-app .sf-grid.-col-equal-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
sf-app.sf-app .sf-link {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
}
sf-app.sf-app .sf-link.-secondary {
  color: var(--link-secondary-color);
}
sf-app.sf-app .sf-link:hover, sf-app.sf-app .sf-link:active, sf-app.sf-app .sf-link:focus {
  color: #333;
}
sf-app.sf-app .sf-link.-no-hover:hover, sf-app.sf-app .sf-link.-no-hover:active, sf-app.sf-app .sf-link.-no-hover:focus {
  color: var(--link-color);
}
sf-app.sf-app .sf-link.-side {
  display: inline-block;
  margin-bottom: 2px;
  padding: 3px 6px;
  color: #333;
}
sf-app.sf-app .sf-link.-side.-active, sf-app.sf-app .sf-link.-side:focus, sf-app.sf-app .sf-link.-side:hover {
  background-color: #e4e4e4;
  border-radius: 2px;
}
sf-app.sf-app .sf-link.-side-secondary {
  color: var(--link-side-secondary-color);
}
sf-app.sf-app .sf-link.-side-secondary:hover {
  color: var(--link-side-secondary-color-hover);
}
sf-app.sf-app .sf-link.-side-secondary.-active {
  color: var(--link-side-secondary-color-active);
}
sf-app.sf-app .sf-link.-basic {
  color: #333;
}
sf-app.sf-app .sf-link.-basic:hover, sf-app.sf-app .sf-link.-basic:active, sf-app.sf-app .sf-link.-basic:focus {
  color: #333;
}
sf-app.sf-app .sf-link.-top-toolbar {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  padding: 0 10px;
  color: #333;
  border: 0;
  background-color: #fff;
  border-radius: 0;
  height: 100%;
}
sf-app.sf-app .sf-link.-top-toolbar.-active, sf-app.sf-app .sf-link.-top-toolbar:focus, sf-app.sf-app .sf-link.-top-toolbar:hover {
  color: #333;
  background-color: #f5f5f5;
  border-color: #eee;
}
sf-app.sf-app .sf-top-toolbar {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 46px;
  box-shadow: 0 3px 5px rgb(237, 237, 238);
  background-color: #fff;
  z-index: 10000;
}
sf-app.sf-app .sf-top-toolbar.-zindex-sm {
  z-index: 10;
}
sf-app.sf-app .sf-top-toolbar.-in-menu {
  box-shadow: none;
}
sf-app.sf-app .sf-top-toolbar.-in-menu .sf-top-toolbar__nav-button {
  border-right: 0;
}
sf-app.sf-app .sf-top-toolbar__nav-button {
  width: 49px;
  height: 46px;
  border-right: 1px solid #eee;
}
sf-app.sf-app .sf-top-toolbar.-no-border {
  box-shadow: none;
}
sf-app.sf-app .sf-toggle-menu {
  width: 49px;
  height: 46px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
sf-app.sf-app .sf-toggle-menu:hover, sf-app.sf-app .sf-toggle-menu:focus {
  background: #e4e4e4;
}
sf-app.sf-app .sf-toggle-menu:hover span, sf-app.sf-app .sf-toggle-menu:focus span {
  background: #333;
}
sf-app.sf-app .sf-toggle-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 17px;
  background: #777;
  border-radius: 3px;
  opacity: 1;
  left: 16px;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
}
sf-app.sf-app .sf-toggle-menu span:nth-child(1) {
  top: 15px;
  transform-origin: center center;
}
sf-app.sf-app .sf-toggle-menu span:nth-child(2) {
  top: 20px;
  transform-origin: center center;
}
sf-app.sf-app .sf-toggle-menu span:nth-child(3) {
  top: 25px;
  transform-origin: center center;
}
sf-app.sf-app .sf-toggle-menu span:nth-child(4) {
  top: 20px;
  transform-origin: center center;
}
sf-app.sf-app .sf-toggle-menu.-open span:nth-child(1) {
  opacity: 0;
}
sf-app.sf-app .sf-toggle-menu.-open span:nth-child(2) {
  /* width: 0%; */
  transform: rotate(-45deg);
}
sf-app.sf-app .sf-toggle-menu.-open span:nth-child(3) {
  opacity: 0;
}
sf-app.sf-app .sf-toggle-menu.-open span:nth-child(4) {
  transform: rotate(45deg);
}
sf-app.sf-app .sf-split-button {
  display: flex;
  align-items: center;
}
sf-app.sf-app .sf-split-button.-align-top {
  align-items: flex-start;
}
sf-app.sf-app .sf-split-button .sf-button.-dropdown {
  z-index: 100;
}
sf-app.sf-app .sf-sidebar {
  position: fixed;
  top: 46px;
  bottom: 0;
  right: 0;
  width: 350px;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  z-index: 100;
}
sf-app.sf-app .sf-sidebar.-animate {
  animation: sidebar 0.4s 1 ease-out;
}
sf-app.sf-app .sf-sidebar.-animate.-hidden {
  animation: hideSidebar 0.4s 1 ease-out;
}
sf-app.sf-app .sf-sidebar.-hidden {
  right: -350px;
}
sf-app.sf-app .sf-sidebar.-hidden.-toggle {
  display: block;
  right: -335px;
}
sf-app.sf-app .sf-sidebar.-hidden.-wide {
  right: -400px;
}
sf-app.sf-app .sf-sidebar.-hidden.-wide.-toggle {
  display: block;
  right: -385px;
}
sf-app.sf-app .sf-sidebar.-toggle .sf-sidebar__title,
sf-app.sf-app .sf-sidebar.-toggle .sf-sidebar__section {
  padding-left: 30px;
  padding-right: 30px;
}
sf-app.sf-app .sf-sidebar.-left {
  left: 0;
  right: auto;
}
sf-app.sf-app .sf-sidebar.-wide {
  width: 400px;
}
sf-app.sf-app .sf-sidebar__close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: 10px;
  padding: 10px;
  z-index: 5;
  cursor: pointer;
}
sf-app.sf-app .sf-sidebar__toggle {
  align-items: center;
  justify-content: center;
  position: absolute;
  display: flex;
  top: 50%;
  width: 7px;
  height: 55px;
  background-color: #e4e4e4;
  cursor: pointer;
  z-index: 1000;
}
sf-app.sf-app .sf-sidebar__toggle-icon {
  width: 7px;
}
sf-app.sf-app .sf-sidebar.-left-aligned {
  left: 0;
  right: auto;
  border-left: 0;
  border-right: 1px solid #eee;
}
sf-app.sf-app .sf-sidebar.-static {
  position: static;
  height: 100%;
}
sf-app.sf-app .sf-sidebar.-width-auto {
  width: auto;
}
sf-app.sf-app .sf-sidebar.-no-animation {
  animation: none;
}
sf-app.sf-app .sf-sidebar__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 55px 35px 20px;
  border-bottom: 1px solid #eee;
}
sf-app.sf-app .sf-sidebar__title.-no-border {
  border-bottom: 0;
}
sf-app.sf-app .sf-sidebar__items-list {
  display: block;
  background-color: #fff;
}
sf-app.sf-app .sf-sidebar__header {
  padding: 10px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
sf-app.sf-app .sf-sidebar__scroll {
  display: block;
  position: absolute;
  bottom: 0;
  top: 102px;
  overflow: auto;
  width: 100%;
}
sf-app.sf-app .sf-sidebar__inner-scroll {
  height: 100%;
}
sf-app.sf-app .sf-sidebar__section {
  padding: 45px 35px;
}
sf-app.sf-app .sf-sidebar__section .sf-field {
  margin-bottom: 0;
}
sf-app.sf-app .sf-sidebar__section .sf-field__label,
sf-app.sf-app .sf-sidebar__section .sf-field__content,
sf-app.sf-app .sf-sidebar__section .sf-field__no-value {
  font-size: inherit;
}
sf-app.sf-app .sf-sidebar__section .-sf-short-text-default .sf-field {
  padding-bottom: 0;
}
sf-app.sf-app .sf-sidebar__section .sf-input .sf-input__title {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: var(--font-size-h3);
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 0;
}
sf-app.sf-app .sf-sidebar__section hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
sf-app.sf-app .sf-sidebar__slider-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
sf-app.sf-app .sf-sidebar__slider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
sf-app.sf-app .sf-sidebar__no-items {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@keyframes sidebar {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes hideSidebar {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
sf-app.sf-app .sf-switch {
  border: 0;
  background: 0;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: #777;
  padding: 0;
}
sf-app.sf-app .sf-switch button {
  padding: 0;
  border: 0;
  background: 0;
}
sf-app.sf-app .sf-switch.-disabled {
  color: #ccc;
}
sf-app.sf-app .sf-switch.-right button {
  margin-right: 10px;
  order: -1;
}
sf-app.sf-app .sf-insert-body {
  position: absolute;
  z-index: 1000000;
  top: 0;
  left: 0;
  visibility: hidden;
}
sf-app.sf-app .sf-list__item {
  display: flex;
  align-items: center;
  margin-bottom: -1px;
  padding-left: 10px;
  padding-right: 10px;
  height: 36px;
  border: 1px solid var(--input-border);
  background-color: #fff;
}
sf-app.sf-app .sf-list__item:hover .sf-list__remove, sf-app.sf-app .sf-list__item:focus .sf-list__remove, sf-app.sf-app .sf-list__item:focus-within .sf-list__remove {
  visibility: visible;
}
sf-app.sf-app .sf-list__item.-error {
  position: relative;
}
sf-app.sf-app .sf-list__item.-error:last-child {
  z-index: 5;
}
sf-app.sf-app .sf-list__item.-edit {
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}
sf-app.sf-app .sf-list__item.-error + .-edit {
  position: relative;
}
sf-app.sf-app .sf-list__item.-error + .-edit::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ff4848;
  top: -1px;
  left: 0;
  z-index: 5;
}
sf-app.sf-app .sf-list__content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
sf-app.sf-app .sf-list__content.-editable {
  cursor: text;
}
sf-app.sf-app .sf-list__remove {
  visibility: hidden;
  margin-left: auto;
  margin-top: -5px;
  padding: 5px;
  cursor: pointer;
}
sf-app.sf-app .sf-tree-list.-medium {
  min-width: var(--form-width-medium);
}
sf-app.sf-app .sf-tree-list.-normal {
  min-width: 850px;
}
sf-app.sf-app .sf-tree-list.-center-vertical .sf-tree-list__cell:not(.-head, .-group, .-action, .-media, .-translation, .-top-align) {
  padding-top: 16px;
  padding-bottom: 4px;
}
sf-app.sf-app .sf-tree-list.-center-vertical .sf-tree-list__cell.-translation:not(.-head) {
  padding-top: 15px;
  padding-bottom: 5px;
}
sf-app.sf-app .sf-tree-list.-center-vertical tree-node-checkbox {
  margin-top: 6px;
}
sf-app.sf-app .sf-tree-list.-center-vertical tree-node-expander {
  margin-top: 6px;
}
sf-app.sf-app .sf-tree-list.-bulk .sf-tree-list__row {
  padding-left: 0;
}
sf-app.sf-app .sf-tree-list.-bulk .sf-tree-list__cell {
  padding-left: 20px;
  padding-right: 20px;
}
sf-app.sf-app .sf-tree-list.-form-responses {
  width: calc(100vw - 120px);
  overflow-x: auto;
  overflow-y: visible;
  position: static;
  min-height: 99px;
}
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree {
  position: static;
}
sf-app.sf-app .sf-tree-list.-form-responses:not(.-no-hover) .node-wrapper {
  position: static;
}
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree-list__row.-head > .sf-tree-list__cell:first-child,
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree-list__row > .sf-tree-list__cell:first-child,
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree.-checkbox tree-node-checkbox,
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree-list__cell.-action {
  position: absolute;
  background-color: #fff;
}
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree-list__row > .sf-tree-list__cell:first-child,
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree-list__cell.-action {
  height: calc(var(--row-height) * 1px);
}
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree.-checkbox tree-node-checkbox {
  z-index: 20;
}
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree-list__row:not(.-head) {
  cursor: pointer;
}
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree-list__row.-head::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -33px;
  height: 24px;
  width: 70px;
}
sf-app.sf-app .sf-tree-list.-form-responses .node-wrapper::before {
  content: "";
  display: block;
  background-color: #eee;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  margin-top: -1px;
}
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree-list__cell.-action {
  right: 0;
  width: 60px;
}
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree-list__cell:first-child.-head {
  width: 80px;
}
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree-list__cell:first-child:not(.-head) {
  padding-left: 43px;
  width: 113px;
}
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree-list__cell:nth-child(2).-head {
  margin-left: 81px;
}
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree-list__cell:nth-child(2):not(.-head) {
  margin-left: 115px;
}
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree-list__cell:nth-last-child(2):not(.-head) {
  padding-right: 60px;
}
sf-app.sf-app .sf-tree-list.-form-responses .node-wrapper tree-node-checkbox {
  padding-top: 6px;
}
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree:not(.-no-hover) .node-wrapper:hover .sf-tree-list__cell,
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree:not(.-no-hover) .node-wrapper:focus .sf-tree-list__cell,
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree:not(.-no-hover) .node-wrapper:hover tree-node-checkbox,
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree:not(.-no-hover) .node-wrapper:focus tree-node-checkbox {
  background-color: #f5f5f5;
}
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree:not(.-no-hover) .tree-node-active > tree-node-wrapper > .node-wrapper .sf-tree-list__cell,
sf-app.sf-app .sf-tree-list.-form-responses .sf-tree:not(.-no-hover) .tree-node-active > tree-node-wrapper > .node-wrapper tree-node-checkbox {
  background-color: #dcecf5;
}
sf-app.sf-app .sf-tree-list__row {
  display: flex;
  width: 100%;
}
sf-app.sf-app .sf-tree-list__row.-border {
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid var(--tree-common-border-color, #eee);
}
sf-app.sf-app .sf-tree-list__row.-head {
  font-size: var(--font-size-h5);
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  color: #ccc;
  color: var(--tree-common-head-color, #ccc);
  padding-left: 33px;
}
sf-app.sf-app .sf-tree-list__row.-head + .sf-tree-list__row.-loading {
  border-top: 1px solid #eee;
  border-top: 1px solid var(--tree-common-border-color, #eee);
}
sf-app.sf-app .sf-tree-list__row.-head .-title {
  min-width: 200px;
}
sf-app.sf-app .sf-tree-list__row.-head .-two-lines {
  display: flex;
  align-items: flex-end;
  white-space: normal;
}
sf-app.sf-app .sf-tree-list__row.-active {
  background-color: #dcecf5;
}
sf-app.sf-app .sf-tree-list__row.-loading {
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid var(--tree-common-border-color, #eee);
}
sf-app.sf-app .sf-tree-list__row.-loading .sf-tree-list__cell {
  padding: 0;
  width: 100%;
}
sf-app.sf-app .sf-tree-list__row.-loading .sf-tree-list__cell:hover {
  cursor: default;
  background-color: transparent;
}
sf-app.sf-app .sf-tree-list__row.-no-pointer .sf-tree-list__cell {
  cursor: inherit;
}
sf-app.sf-app .sf-tree-list__row.-no-pointer .sf-tree-list__cell.-title {
  cursor: inherit;
}
sf-app.sf-app .sf-tree-list__row.-disabled::before {
  display: block;
  content: "";
  height: 100%;
  position: absolute;
  z-index: 300;
  left: 0;
  right: 0;
}
sf-app.sf-app .sf-tree-list__row.-disable-checkbox::before {
  display: block;
  content: "";
  height: 100%;
  width: 33px;
  position: absolute;
  z-index: 300;
  left: 0;
  right: 0;
}
sf-app.sf-app .sf-tree-list__cell {
  padding: 10px 10px;
  word-break: break-all;
}
sf-app.sf-app .sf-tree-list__cell:not(.-title) {
  flex: none;
  width: 150px;
}
sf-app.sf-app .sf-tree-list__cell.-head {
  vertical-align: top;
  padding: 5px 10px;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
}
sf-app.sf-app .sf-tree-list__cell.-head.-status {
  padding-left: 52px;
}
sf-app.sf-app .sf-tree-list__cell.-head.-status.-toggle {
  padding-left: 78px;
}
sf-app.sf-app .sf-tree-list__cell.-head.-status.-thumbnail {
  padding-left: 106px;
}
sf-app.sf-app .sf-tree-list__cell.-head.-toggle {
  padding-left: 36px;
}
sf-app.sf-app .sf-tree-list__cell.-head:not(.-action, .-with-tooltip, .-two-lines) {
  overflow: hidden;
  text-overflow: ellipsis;
}
sf-app.sf-app .sf-tree-list__cell.-title:not(.-head) {
  width: 100%;
}
sf-app.sf-app .sf-tree-list__cell.-title:not(.-head):not(.-no-pointer) {
  cursor: pointer;
}
sf-app.sf-app .sf-tree-list__cell.-title {
  margin-right: auto;
  min-width: 200px;
}
sf-app.sf-app .sf-tree-list__cell.-action {
  padding-right: 5px;
  text-align: right;
}
sf-app.sf-app .sf-tree-list__cell.-group {
  position: absolute;
  top: 15px;
  left: -30px;
  display: flex;
  padding: 0;
  width: auto;
}
sf-app.sf-app .sf-tree-list__cell.-fluid {
  width: auto;
}
sf-app.sf-app .sf-tree-list__cell.-fill {
  flex: 1;
}
sf-app.sf-app .sf-tree-list__cell.-sf-simple-media:not(.-document, .-video) {
  padding-right: 10px;
  width: 90px;
}
sf-app.sf-app .sf-tree-list__cell.-sf-simple-media:not(.-document, .-video) sf-image {
  display: block;
  width: 60px;
  height: 60px;
}
sf-app.sf-app .sf-tree-list__cell.-sf-simple-media:not(.-document, .-video) sf-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
sf-app.sf-app .sf-tree-list__cell.-sf-simple-media.-document sf-document {
  display: flex;
}
sf-app.sf-app .sf-tree-list__cell.-sf-simple-media.-document sf-document .sf-media__title {
  margin-left: 10px;
  font-size: var(--font-size-base);
}
sf-app.sf-app .sf-tree-list__cell.-sf-simple-media.-video sf-image {
  display: block;
}
sf-app.sf-app .sf-tree-list__cell.-sf-simple-media.-video sf-image img {
  width: 100%;
}
sf-app.sf-app .sf-tree-list__cell.-sf-short-text, sf-app.sf-app .sf-tree-list__cell.-sf-number, sf-app.sf-app .sf-tree-list__cell.-sf-yes-no-choice, sf-app.sf-app .sf-tree-list__cell.-sf-simple-media.-document {
  width: 200px;
}
sf-app.sf-app .sf-tree-list__cell.-sf-text-area, sf-app.sf-app .sf-tree-list__cell.-sf-related-data, sf-app.sf-app .sf-tree-list__cell.-sf-taxa {
  width: 300px;
}
sf-app.sf-app .sf-tree-list__cell.-sf-date-time {
  width: 420px;
}
sf-app.sf-app .sf-tree-list__cell.-sf-media {
  width: 190px;
}
sf-app.sf-app .sf-tree-list__cell.-sf-media.-wide {
  width: 280px;
}
sf-app.sf-app .sf-tree-list__cell.-col-size-4xs {
  width: 30px;
}
sf-app.sf-app .sf-tree-list__cell.-col-size-3xs {
  width: 50px;
}
sf-app.sf-app .sf-tree-list__cell.-col-size-2xs {
  width: 100px;
}
sf-app.sf-app .sf-tree-list__cell.-col-size-xs, sf-app.sf-app .sf-tree-list__cell.-sf-simple-media.-video {
  width: 120px;
}
sf-app.sf-app .sf-tree-list__cell.-col-size-s {
  width: 150px;
}
sf-app.sf-app .sf-tree-list__cell.-col-size-sm {
  width: 180px;
}
sf-app.sf-app .sf-tree-list__cell.-col-size-m {
  width: 200px;
}
sf-app.sf-app .sf-tree-list__cell.-col-size-l {
  width: 250px;
}
sf-app.sf-app .sf-tree-list__cell.-col-size-xl {
  width: 300px;
}
sf-app.sf-app .sf-tree-list__cell.-col-size-2xl {
  width: 350px;
}
sf-app.sf-app .sf-tree-list__cell.-col-size-3xl {
  width: 400px;
}
sf-app.sf-app .sf-tree-list__cell.-col-stretched {
  flex-grow: 1;
}
sf-app.sf-app .sf-tree-list__controlls:not(:empty) {
  min-height: 45px;
}
sf-app.sf-app .sf-tree-list__controlls:not(:empty) + .sf-tree-list__controlls:not(.-out-of-view) {
  min-height: auto;
}
sf-app.sf-app .sf-tree-list__back {
  margin-top: -19px;
  position: relative;
}
sf-app.sf-app .sf-tree-list__status {
  min-width: 42px;
}
sf-app.sf-app .sf-tree-list .tree-children .sf-tree-list__cell.-title {
  min-width: 182px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: 164px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: 146px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: 128px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: 110px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: 92px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: 74px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: 56px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: 38px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: 20px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: 2px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -16px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -34px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -52px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -70px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -88px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -106px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -124px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -142px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -160px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -178px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -196px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -214px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -232px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -250px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -268px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -286px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -304px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -322px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -340px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -358px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -376px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -394px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -412px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -430px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -448px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -466px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -484px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -502px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -520px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -538px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -556px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -574px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -592px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -610px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -628px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -646px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -664px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -682px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -700px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -718px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -736px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -754px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -772px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -790px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -808px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -826px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -844px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -862px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -880px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -898px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -916px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -934px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -952px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -970px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -988px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1006px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1024px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1042px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1060px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1078px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1096px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1114px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1132px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1150px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1168px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1186px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1204px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1222px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1240px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1258px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1276px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1294px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1312px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1330px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1348px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1366px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1384px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1402px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1420px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1438px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1456px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1474px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1492px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1510px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1528px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1546px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1564px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1582px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1600px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1618px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1636px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1654px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1672px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1690px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1708px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1726px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1744px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1762px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1780px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1798px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1816px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1834px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1852px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1870px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1888px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1906px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1924px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1942px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1960px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1978px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -1996px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2014px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2032px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2050px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2068px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2086px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2104px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2122px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2140px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2158px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2176px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2194px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2212px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2230px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2248px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2266px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2284px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2302px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2320px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2338px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2356px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2374px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2392px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2410px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2428px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2446px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2464px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2482px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2500px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2518px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2536px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2554px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2572px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2590px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2608px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2626px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2644px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2662px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2680px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2698px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2716px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2734px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2752px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2770px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2788px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2806px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2824px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2842px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2860px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2878px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2896px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2914px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2932px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2950px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2968px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -2986px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3004px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3022px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3040px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3058px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3076px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3094px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3112px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3130px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3148px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3166px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3184px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3202px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3220px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3238px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3256px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3274px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3292px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3310px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3328px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3346px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3364px;
}
sf-app.sf-app .sf-tree-list .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .sf-tree-list__cell.-title {
  min-width: -3382px;
}
sf-app.sf-app .sf-form-responses-wrapper {
  position: relative;
  width: 100%;
  width: calc(100vw - 120px);
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 120px;
  margin-bottom: -120px;
}
sf-app.sf-app .sf-form-responses-wrapper + .sf-main__paging {
  position: relative;
  z-index: 1;
}
sf-app.sf-app .-sf-virtualized__tree {
  transition: width 0.4s ease-out;
  width: max(1010px, calc(100vw - 2*50px - 10px));
  border-top: 1px solid #eee;
  border-top: 1px solid var(--tree-common-border-color, #eee);
}
sf-app.sf-app .-shrink .-sf-virtualized__tree {
  width: max(1010px, calc(100vw - 2*50px - 350px - 10px));
}
sf-app.sf-app .-sf-virtualized__tree tree-viewport {
  height: 100%;
  display: block;
}
sf-app.sf-app .-sf-virtualized__tree .angular-tree-component {
  width: 100%;
  position: relative;
  display: inline-block;
}
sf-app.sf-app .-sf-virtualized__tree tree {
  display: inline;
}
sf-app.sf-app .-sf-virtualized__tree .sf-status__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
sf-app.sf-app .-sf-virtualized__tree .tree-children:not(:focus-within) {
  overflow: hidden;
}
sf-app.sf-app tree {
  display: block;
}
sf-app.sf-app .sf-tree {
  position: relative;
  width: 100%;
  text-align: left;
}
sf-app.sf-app .sf-tree .tree-node-active > tree-node-wrapper > .node-wrapper, sf-app.sf-app .sf-tree .tree-node-active > tree-node-wrapper > .node-wrapper:hover, sf-app.sf-app .sf-tree .tree-node-active > tree-node-wrapper > .node-wrapper:focus {
  background-color: #dcecf5;
}
sf-app.sf-app .sf-tree:not(.-no-hover) .node-wrapper {
  position: relative;
  display: flex;
}
sf-app.sf-app .sf-tree:not(.-no-hover) .node-wrapper:hover, sf-app.sf-app .sf-tree:not(.-no-hover) .node-wrapper:focus {
  background-color: #f5f5f5;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children tree-node-expander {
  margin-left: 18px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children tree-node-expander {
  margin-left: 36px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 54px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 72px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 90px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 108px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 126px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 144px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 162px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 180px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 198px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 216px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 234px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 252px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 270px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 288px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 306px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 324px !important;
}
sf-app.sf-app .sf-tree:not(.-sidebar) .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children tree-node-expander {
  margin-left: 342px !important;
}
sf-app.sf-app .sf-tree .node-content-wrapper {
  flex: 1 1 0;
  display: block;
  min-width: 0;
}
sf-app.sf-app .sf-tree .toggle-children-wrapper,
sf-app.sf-app .sf-tree .toggle-children-placeholder {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  padding: 7px 10px;
  position: relative;
  min-width: 32px;
  z-index: 1;
}
sf-app.sf-app .sf-tree .toggle-children-wrapper {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--icon-size-s);
  line-height: inherit;
  vertical-align: top;
  text-align: right;
  color: var(--tree-list-expander-color);
  cursor: pointer;
}
sf-app.sf-app .sf-tree .toggle-children-wrapper-collapsed > .toggle-children::before {
  content: "\f0da";
}
sf-app.sf-app .sf-tree .toggle-children-wrapper-expanded > .toggle-children::before {
  content: "\f0d7";
}
sf-app.sf-app .sf-tree__row {
  display: flex;
  width: 100%;
}
sf-app.sf-app .sf-tree__row.-no-row-hover:hover {
  background-color: #fff;
}
sf-app.sf-app .sf-tree__row.-inverted {
  color: #fff;
}
sf-app.sf-app .sf-tree__outer {
  position: absolute;
  left: 0;
  padding-top: 15px;
  text-align: center;
  z-index: 10;
}
sf-app.sf-app .sf-tree:not(.-flat) .sf-drag-handle {
  display: block;
  margin-top: -2px;
}
sf-app.sf-app .sf-tree__drop-not-allowed {
  display: none;
}
sf-app.sf-app .sf-tree__inner {
  display: flex;
  align-items: center;
  flex: auto;
  position: relative;
  padding: 10px;
  max-width: 100%;
  min-width: 0;
  cursor: pointer;
}
sf-app.sf-app .sf-tree__inner.-large {
  padding: 15px 15px 13px 15px;
}
sf-app.sf-app .sf-tree__inner.-inverted {
  color: #fff;
}
sf-app.sf-app .sf-tree__inner.-loading {
  padding: 0;
}
sf-app.sf-app .sf-tree__inner.-loading:hover::after {
  content: none;
}
sf-app.sf-app .sf-tree__inner.-no-pointer {
  cursor: default;
}
sf-app.sf-app .sf-tree__inner.-active {
  background-color: #dcecf5;
}
sf-app.sf-app .sf-tree__inner.-active-light {
  background-color: #eef6fa;
}
sf-app.sf-app .sf-tree__inner.-active-light:hover {
  background-color: #e3f0f7;
}
sf-app.sf-app .sf-tree__inner.-link {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #006cd9;
}
sf-app.sf-app .sf-tree__inner.-link:hover {
  color: #333;
}
sf-app.sf-app .sf-tree__inner.-with-check:hover .sf-tree__check {
  visibility: visible;
  color: #ccc;
}
sf-app.sf-app .sf-tree__inner.-with-check:hover .sf-tree__check:hover {
  color: #777;
}
sf-app.sf-app .sf-tree__content, sf-app.sf-app .sf-tree__description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
sf-app.sf-app .sf-tree__content.-no-ellipsis, sf-app.sf-app .sf-tree__description.-no-ellipsis {
  white-space: normal;
  overflow: auto;
}
sf-app.sf-app .sf-tree__description {
  font-size: var(--font-size-base);
}
sf-app.sf-app .sf-tree__content, sf-app.sf-app .sf-tree__status, sf-app.sf-app .sf-tree__icon, sf-app.sf-app .sf-tree__avatar, sf-app.sf-app .sf-tree__right-align {
  position: relative;
  z-index: 10;
}
sf-app.sf-app .sf-tree__status {
  margin-right: 10px;
  align-self: flex-start;
}
sf-app.sf-app .sf-tree__content.-no-status {
  margin-left: 32px;
}
sf-app.sf-app .sf-tree__right-align, sf-app.sf-app .sf-tree__right-status {
  margin-left: auto;
  flex-shrink: 0;
}
sf-app.sf-app .sf-tree__right-align {
  margin-right: 5px;
  align-self: center;
}
sf-app.sf-app .sf-tree__right-status {
  padding: 10px;
}
sf-app.sf-app .sf-tree__check {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  width: 30px;
  height: 30px;
  text-align: right;
  cursor: pointer;
}
sf-app.sf-app .sf-tree__action {
  font-size: var(--font-size-base);
}
sf-app.sf-app .sf-tree__action:hover {
  cursor: pointer;
}
sf-app.sf-app .sf-tree__avatar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  width: 36px;
  margin-right: 10px;
  background-color: #eee;
  color: #999;
}
sf-app.sf-app .sf-tree__icon {
  margin-right: 10px;
}
sf-app.sf-app .sf-tree__icon + .sf-tree__content.-no-status {
  margin-left: 0;
}
sf-app.sf-app .sf-tree__separator {
  border-top: 1px solid #e4e4e4;
  position: relative;
  width: 200%;
  left: -100%;
  z-index: 10;
}
sf-app.sf-app .sf-tree__item-title.-heading {
  font-size: var(--font-size-h5);
  color: #999;
  text-transform: uppercase;
}
sf-app.sf-app .sf-tree__item-btn {
  margin-left: 5px;
  display: flex;
  align-items: center;
  position: relative;
}
sf-app.sf-app .sf-tree__item-btn::before {
  content: "";
  position: absolute;
  width: 5px;
  height: calc(100% + 2px);
  left: -5px;
  background: #f5f5f5;
}
sf-app.sf-app .sf-tree.-checkbox tree-node-checkbox {
  padding-top: 15px;
  width: 33px;
  text-align: center;
}
sf-app.sf-app .sf-tree.-checkbox:not(.-main-list-view) tree-node-checkbox {
  padding-top: 12px;
}
sf-app.sf-app .sf-tree.-checkbox .-inactive {
  position: relative;
}
sf-app.sf-app .sf-tree.-checkbox .-inactive::before {
  content: "";
  position: absolute;
  top: 0;
  left: -33px;
  right: 0;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
sf-app.sf-app .sf-tree.-checkbox:not(.-flat) .-inactive::before {
  left: -45px;
}
sf-app.sf-app .sf-tree.-drag .node-wrapper {
  padding-left: 21px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .node-wrapper {
  margin-left: 25px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .node-wrapper {
  margin-left: 50px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 75px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 100px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 125px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 150px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 175px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 200px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 225px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 250px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 275px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 300px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 325px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 350px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 375px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 400px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 425px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 450px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .tree-children .node-wrapper {
  margin-left: 475px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .-not-draggable {
  margin-left: 21px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .-not-draggable.-expandable {
  margin-left: 2px !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .-not-draggable .node-wrapper {
  padding-left: 0 !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .node-wrapper {
  display: inline-flex;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .node-wrapper .node-content-wrapper {
  border: 1px solid transparent;
  border-radius: 3px;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .node-wrapper .node-content-wrapper.is-dragging-over {
  border-color: #000;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .node-wrapper .toggle-children-wrapper {
  width: 19px;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .sf-tree__outer {
  padding: 5px 4px 0;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .node-drop-slot {
  margin-top: -5px;
  height: 5px;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .node-drop-slot.is-dragging-over {
  visibility: visible;
  height: 22px;
  border: 1px solid #000;
  border-radius: 3px;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .node-drop-slot.is-dragging-over::before {
  height: 22px;
  background: transparent;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .is-dragging-over-disabled [hidden] {
  display: block !important;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .is-dragging-over-disabled .sf-tree__drop-not-allowed {
  display: block;
}
sf-app.sf-app .sf-tree.-drag.-sidebar .is-dragging-over-disabled .sf-tree_drag-handle {
  display: none;
}
sf-app.sf-app .sf-tree.-drag .tree {
  padding-top: 2px;
}
sf-app.sf-app .sf-tree.-drag .tree > treenode:last-child > .tree-node-collapsed > treenodedropslot .node-drop-slot,
sf-app.sf-app .sf-tree.-drag .tree > treenode:last-child > .tree-node-expanded > treenodedropslot .node-drop-slot {
  bottom: -2px;
}
sf-app.sf-app .sf-tree.-drag .node-drop-slot {
  display: block;
  position: relative;
  margin-top: -10px;
  height: 10px;
  z-index: 1000;
  border: 0;
}
sf-app.sf-app .sf-tree.-drag .node-drop-slot::before {
  position: absolute;
  display: block;
  content: "";
  top: calc(10px / 2);
  width: 100%;
  height: calc(10px / 2);
}
sf-app.sf-app .sf-tree.-drag .node-drop-slot.is-dragging-over::before {
  background-color: #333;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children .node-drop-slot {
  margin-left: 43px !important;
  z-index: 1043;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children .node-drop-slot {
  margin-left: 61px !important;
  z-index: 1061;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 79px !important;
  z-index: 1079;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 97px !important;
  z-index: 1097;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 115px !important;
  z-index: 1115;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 133px !important;
  z-index: 1133;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 151px !important;
  z-index: 1151;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 169px !important;
  z-index: 1169;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 187px !important;
  z-index: 1187;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 205px !important;
  z-index: 1205;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 223px !important;
  z-index: 1223;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 241px !important;
  z-index: 1241;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 259px !important;
  z-index: 1259;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 277px !important;
  z-index: 1277;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 295px !important;
  z-index: 1295;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 313px !important;
  z-index: 1313;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 331px !important;
  z-index: 1331;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 349px !important;
  z-index: 1349;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 367px !important;
  z-index: 1367;
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) .sf-tree__outer.-sf-just-added {
  height: 100%;
  padding-right: calc(100% - 21px);
}
sf-app.sf-app .sf-tree.-drag:not(.-flat) .is-dragging-over .sf-tree__item-title {
  background-color: #000;
  color: #fff;
}
sf-app.sf-app .sf-tree.-flat tree-node-expander {
  display: none;
}
sf-app.sf-app .sf-tree.-flat .sf-tree__outer + .sf-tree__inner {
  margin-left: -10px;
}
sf-app.sf-app .sf-tree.-flat.-sidebar .sf-tree__outer + .sf-tree__inner {
  margin-left: 0;
}
sf-app.sf-app .sf-tree.-flat .node-wrapper .toggle-children-wrapper {
  padding: 3px 7px 0 5px;
  margin: 0;
  color: #333;
  min-width: 0;
}
sf-app.sf-app .sf-tree.-actions-on-hover .sf-tree__action {
  visibility: hidden;
}
sf-app.sf-app .sf-tree.-actions-on-hover .sf-tree__inner:hover .sf-tree__action {
  visibility: visible;
}
sf-app.sf-app .sf-tree.-condensed .sf-tree__inner:not(.-link) {
  padding-top: 8px;
  padding-bottom: 8px;
}
sf-app.sf-app .sf-tree.-condensed .sf-tree__outer {
  padding-top: 8px;
  height: calc(100% - 1px);
}
sf-app.sf-app .sf-tree.-condensed .sf-tree__outer.-tree-item {
  height: 36px;
}
sf-app.sf-app .sf-tree:not(.-no-separators) {
  border-top: 1px solid #eee;
  border-top: 1px solid var(--tree-common-border-color, #eee);
}
sf-app.sf-app .sf-tree:not(.-no-separators) .node-wrapper {
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid var(--tree-common-border-color, #eee);
}
sf-app.sf-app .sf-tree.-status .toggle-children-wrapper,
sf-app.sf-app .sf-tree.-status .toggle-children-placeholder {
  padding-top: 9px;
}
sf-app.sf-app .sf-tree.-text-status .sf-tree__status {
  margin-top: 4px;
}
sf-app.sf-app .sf-tree.-list {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
sf-app.sf-app .sf-tree.-list .sf-tree__file-extension {
  display: none;
}
sf-app.sf-app .sf-tree.-read-only .node-wrapper:hover, sf-app.sf-app .sf-tree.-read-only .node-wrapper:focus, sf-app.sf-app .-read-only .sf-tree .node-wrapper:hover, sf-app.sf-app .-read-only .sf-tree .node-wrapper:focus {
  background-color: transparent;
}
sf-app.sf-app .sf-tree.-read-only .tree-node-active > tree-node-wrapper > .node-wrapper,
sf-app.sf-app .sf-tree.-read-only .tree-node-focused > tree-node-wrapper > .node-wrapper, sf-app.sf-app .-read-only .sf-tree .tree-node-active > tree-node-wrapper > .node-wrapper,
sf-app.sf-app .-read-only .sf-tree .tree-node-focused > tree-node-wrapper > .node-wrapper {
  background-color: transparent;
}
sf-app.sf-app .sf-tree.-read-only .sf-tree__inner, sf-app.sf-app .-read-only .sf-tree .sf-tree__inner {
  cursor: default;
}
sf-app.sf-app .sf-tree.-drag .node-wrapper:hover .sf-tree__row.-system-link::before, sf-app.sf-app .sf-tree.-drag .node-wrapper:focus .sf-tree__row.-system-link::before, sf-app.sf-app .sf-tree.-status .node-wrapper:hover .sf-tree__row.-system-link::before, sf-app.sf-app .sf-tree.-status .node-wrapper:focus .sf-tree__row.-system-link::before, sf-app.sf-app .sf-tree.-checkbox .node-wrapper:hover .sf-tree__row.-system-link::before, sf-app.sf-app .sf-tree.-checkbox .node-wrapper:focus .sf-tree__row.-system-link::before {
  background-color: #f5f5f5;
}
sf-app.sf-app .sf-tree.-drag .sf-tree__row.-system-link::before, sf-app.sf-app .sf-tree.-status .sf-tree__row.-system-link::before, sf-app.sf-app .sf-tree.-checkbox .sf-tree__row.-system-link::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 33px;
  height: 100%;
  background-color: #fff;
  z-index: 100;
}
sf-app.sf-app .sf-tree.-drag .sf-tree__row.-system-link .sf-tree__icon, sf-app.sf-app .sf-tree.-status .sf-tree__row.-system-link .sf-tree__icon, sf-app.sf-app .sf-tree.-checkbox .sf-tree__row.-system-link .sf-tree__icon {
  margin-left: auto;
  margin-right: 0;
  padding-right: 5px;
}
sf-app.sf-app .sf-tree.-drag .sf-tree__row.-system-link .sf-tree__icon,
sf-app.sf-app .sf-tree.-drag .sf-tree__row.-system-link .sf-tree__content, sf-app.sf-app .sf-tree.-status .sf-tree__row.-system-link .sf-tree__icon,
sf-app.sf-app .sf-tree.-status .sf-tree__row.-system-link .sf-tree__content, sf-app.sf-app .sf-tree.-checkbox .sf-tree__row.-system-link .sf-tree__icon,
sf-app.sf-app .sf-tree.-checkbox .sf-tree__row.-system-link .sf-tree__content {
  cursor: pointer;
}
sf-app.sf-app .sf-tree.-main-list-view:not(.-flat) tree-node-checkbox {
  padding-left: 10px;
  width: 43px;
}
sf-app.sf-app .sf-tree.-main-list-view:not(.-flat) .toggle-children-placeholder,
sf-app.sf-app .sf-tree.-main-list-view:not(.-flat) .toggle-children-wrapper {
  margin-top: 4px;
  min-width: 36px;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children .node-drop-slot {
  margin-left: 58px !important;
  z-index: 1058;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children .node-drop-slot {
  margin-left: 76px !important;
  z-index: 1076;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 94px !important;
  z-index: 1094;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 112px !important;
  z-index: 1112;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 130px !important;
  z-index: 1130;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 148px !important;
  z-index: 1148;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 166px !important;
  z-index: 1166;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 184px !important;
  z-index: 1184;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 202px !important;
  z-index: 1202;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 220px !important;
  z-index: 1220;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 238px !important;
  z-index: 1238;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 256px !important;
  z-index: 1256;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 274px !important;
  z-index: 1274;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 292px !important;
  z-index: 1292;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 310px !important;
  z-index: 1310;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 328px !important;
  z-index: 1328;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 346px !important;
  z-index: 1346;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 364px !important;
  z-index: 1364;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children tree-node-children .node-drop-slot {
  margin-left: 382px !important;
  z-index: 1382;
}
sf-app.sf-app .sf-tree.-sidebar .sf-tree__inner {
  padding: 4px 7px;
  border-radius: 3px;
}
sf-app.sf-app .sf-tree.-sidebar .tree-children tree-node-expander {
  margin-left: 0 !important;
}
sf-app.sf-app .sf-tree.-sidebar tree-node-wrapper.-expandable {
  margin-left: -19px;
}
sf-app.sf-app .sf-tree.-sidebar .node-wrapper {
  border-radius: 3px;
  margin-bottom: 2px;
}
sf-app.sf-app .sf-tree.-sidebar .tree-node-focused > tree-node-wrapper > .node-wrapper,
sf-app.sf-app .sf-tree.-sidebar .node-wrapper:hover {
  display: inline-flex;
  background-color: #e4e4e4;
}
sf-app.sf-app .sf-tree.-sidebar .tree-node-focused > tree-node-wrapper > .node-wrapper.-editable {
  display: inline-flex;
  background-color: #333;
}
sf-app.sf-app .sf-tree.-sidebar .tree-node-focused > tree-node-wrapper > .node-wrapper.-editable:hover {
  background-color: #333;
}
sf-app.sf-app .sf-tree.-sidebar .tree-node-focused > tree-node-wrapper > .node-wrapper.-editable .toggle-children-wrapper {
  color: #fff;
}
sf-app.sf-app .sf-tree.-sidebar-hiarachical-nav .sf-tree__inner {
  padding: 0;
}
sf-app.sf-app .sf-tree.-sidebar-hiarachical-nav .sf-tree__content:hover, sf-app.sf-app .sf-tree.-sidebar-hiarachical-nav .sf-tree__content:focus,
sf-app.sf-app .sf-tree.-sidebar-hiarachical-nav .sf-tree__right-align:not(:empty):hover,
sf-app.sf-app .sf-tree.-sidebar-hiarachical-nav .sf-tree__right-align:not(:empty):focus {
  background-color: #e4e4e4;
}
sf-app.sf-app .sf-tree.-sidebar-hiarachical-nav .sf-tree__content {
  flex: auto;
  padding: 10px;
}
sf-app.sf-app .sf-tree.-sidebar-hiarachical-nav .sf-tree__right-align {
  margin-right: 0;
  padding: 6px;
  min-width: 38px;
  height: 100%;
}
sf-app.sf-app .sf-drag-handle,
sf-app.sf-app .-sf-drag-handle {
  width: 21px;
  font-size: var(--icon-size-m);
  color: #ccc;
  cursor: move;
}
sf-app.sf-app .sf-drag-handle:hover, sf-app.sf-app .sf-drag-handle:focus,
sf-app.sf-app .-sf-drag-handle:hover,
sf-app.sf-app .-sf-drag-handle:focus {
  color: #333;
}
sf-app.sf-app .-sf-tree-dragging .sf-sticky,
sf-app.sf-app .-sf-tree-dragging .sf-modal-window__buttons {
  display: none !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-media {
  position: relative;
  z-index: 5;
}
sf-app.sf-app .sf-media:not(.-document), sf-app.sf-app .sf-media:not(.-album) {
  height: 100%;
}
sf-app.sf-app .sf-media:hover, sf-app.sf-app .sf-media:focus, sf-app.sf-app .sf-media:active {
  z-index: 100;
}
sf-app.sf-app .sf-media:hover .sf-media__details,
sf-app.sf-app .sf-media:hover .sf-media__selected-indicator, sf-app.sf-app .sf-media:focus .sf-media__details,
sf-app.sf-app .sf-media:focus .sf-media__selected-indicator, sf-app.sf-app .sf-media:active .sf-media__details,
sf-app.sf-app .sf-media:active .sf-media__selected-indicator {
  visibility: visible;
}
sf-app.sf-app .sf-media:not(:focus-within, :hover, .-remove-button-visible) .sf-media__remove .sf-button {
  padding: 0;
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}
sf-app.sf-app .sf-media:not(.-selected) .sf-media__selected-indicator {
  opacity: 0.5;
}
sf-app.sf-app .sf-media .sf-media__svg-wrapper {
  flex: 1;
}
sf-app.sf-app .sf-media:not(.sf-placeholder.-svg) .sf-media__svg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}
sf-app.sf-app .sf-media.-mvc::after {
  content: "mvc";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 4px;
  font-size: 8px;
  color: #fff;
  background-color: #006cd9;
  text-transform: uppercase;
}
sf-app.sf-app .sf-media .-auto-height .sf-placeholder {
  height: auto;
}
sf-app.sf-app .sf-media img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: top;
}
sf-app.sf-app .sf-media__chip {
  max-width: calc(100% - 31px);
}
sf-app.sf-app .sf-media__chip .sf-chip {
  margin-bottom: 0;
}
sf-app.sf-app .sf-media.-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 160px;
  color: #eee;
  border: 1px dashed var(--image-empty-border);
}
sf-app.sf-app .sf-media.-empty.-small {
  width: 150px;
  height: 100px;
}
sf-app.sf-app .sf-media.-no-zindex {
  z-index: auto;
}
sf-app.sf-app .sf-media.-no-zindex.-dimmed::after {
  z-index: auto;
}
sf-app.sf-app .sf-media.-smaller {
  width: 60px;
  height: 60px;
}
sf-app.sf-app .sf-media.-landscape {
  width: 82px;
  height: 58px;
  border: 1px solid #f5f5f5;
}
sf-app.sf-app .sf-media.-landscape-smaller {
  width: 42px;
  height: 39px;
}
sf-app.sf-app .sf-media.-cropped {
  overflow: hidden;
}
sf-app.sf-app .sf-media.-cropped img {
  max-height: none;
}
sf-app.sf-app .sf-media.-wide img {
  max-width: none;
  height: 100%;
  width: auto;
}
sf-app.sf-app .sf-media.-preview {
  height: auto;
  max-width: 100%;
}
sf-app.sf-app .sf-media.-preview video {
  min-height: min(354px, 100%);
}
sf-app.sf-app .sf-media.-preview.-document .sf-input-file {
  position: absolute;
  right: -6px;
  bottom: -37px;
}
sf-app.sf-app .sf-media.-no-placeholder video,
sf-app.sf-app .sf-media.-no-placeholder img {
  max-height: 150px;
  width: auto;
}
sf-app.sf-app .sf-media.-prepreview {
  height: 300px;
}
sf-app.sf-app .sf-media.-prepreview.-small {
  height: 150px;
}
sf-app.sf-app .sf-media.-selectable {
  cursor: pointer;
}
sf-app.sf-app .sf-media.-selectable:not(.-dimmed, .-selected):hover::after, sf-app.sf-app .sf-media.-selectable:not(.-dimmed, .-selected):focus::after, sf-app.sf-app .sf-media.-selectable:not(.-dimmed, .-selected):active::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(rgba(245, 245, 245, 0), rgba(245, 245, 245, 0.25));
  z-index: 1;
  pointer-events: none;
}
sf-app.sf-app .sf-media.-selected .sf-media__selected-indicator,
sf-app.sf-app .sf-media.-selected .sf-media__remove {
  visibility: visible;
}
sf-app.sf-app .sf-media.-selected::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #dcecf5;
  z-index: 10;
}
sf-app.sf-app .sf-media.-dimmed .sf-media__no-selectable {
  visibility: visible;
}
sf-app.sf-app .sf-media.-dimmed::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #ccc;
  z-index: 10;
}
sf-app.sf-app .sf-media.-dimmed-hover:hover .sf-media__properties-label {
  visibility: visible;
}
sf-app.sf-app .sf-media.-dimmed-hover:hover::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #ccc;
  z-index: 10;
}
sf-app.sf-app .sf-media.-upload-progress {
  height: 100%;
}
sf-app.sf-app .sf-media.-upload-progress::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #dcecf5;
  z-index: 10;
  font-size: 0;
}
sf-app.sf-app .sf-media.-upload-progress:not(.-upload-image-preview)::after {
  background-color: transparent;
}
sf-app.sf-app .sf-media.-edit-meta .sf-media__details:not(.-video) {
  bottom: 60px;
}
sf-app.sf-app .sf-media.-edit-meta .sf-input {
  z-index: 1000;
}
sf-app.sf-app .sf-media.-edit-meta img {
  max-height: calc(100% - 55px);
}
sf-app.sf-app .sf-media.-stretched img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: top;
  width: 100%;
}
sf-app.sf-app .sf-media.-stretched.-centered img {
  position: relative;
}
sf-app.sf-app .sf-media.-document {
  width: 200px;
  height: 260px;
  padding: 45px 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #eee;
}
sf-app.sf-app .sf-media.-document > sf-component-loader {
  flex: 1;
}
sf-app.sf-app .sf-media.-document .sf-media__thumbnail {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 45px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
sf-app.sf-app .sf-media.-document .sf-media__title {
  min-height: 42px;
}
sf-app.sf-app .sf-media.-document .sf-media__title,
sf-app.sf-app .sf-media.-document .sf-media__progress-status {
  position: relative;
}
sf-app.sf-app .sf-media.-document .sf-media__status {
  position: absolute;
  bottom: 20px;
}
sf-app.sf-app .sf-media.-document .sf-media__file-info.-right-align {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
sf-app.sf-app .sf-media.-document .sf-media__file-info.-badge {
  bottom: calc(260px / 2);
}
sf-app.sf-app .sf-media.-document .sf-media__progress-status {
  z-index: 100;
}
sf-app.sf-app .sf-media.-document .sf-media__error-message {
  position: absolute;
  bottom: -37px;
  left: -20px;
  white-space: nowrap;
}
sf-app.sf-app .sf-media.-fade-in-effect img, sf-app.sf-app .sf-media.-fade-in-effect video {
  animation: 0.6s ease-in fadeIn;
}
sf-app.sf-app .sf-media__progress.-absolute {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
sf-app.sf-app .sf-media__progress[value].-vertical.-document {
  height: 200px;
  width: 260px;
  transform: rotate(-90deg) translate(-246px, -21px);
  transform-origin: top left;
  background-color: transparent;
  opacity: 0.5;
}
sf-app.sf-app .sf-media__progress[value].-vertical.-document::after {
  display: none;
}
sf-app.sf-app .sf-media__progress[value].-vertical.-document::-webkit-progress-bar {
  background-color: transparent;
}
sf-app.sf-app .sf-media__progress[value].-vertical.-document::-webkit-progress-value {
  -webkit-transition: width 1s linear;
  transition: width 1s linear;
  background-color: #caeed8;
  color: #fff;
}
sf-app.sf-app .sf-media__progress[value].-vertical.-document::-moz-progress-bar {
  background-color: #caeed8;
}
sf-app.sf-app .sf-media__progress[value].-vertical.-document.-failure::-webkit-progress-value {
  background-color: #fcc;
}
sf-app.sf-app .sf-media__progress[value].-vertical.-document.-failure::-moz-progress-bar {
  background-color: #fcc;
}
sf-app.sf-app .sf-media__details {
  position: absolute;
  visibility: hidden;
  bottom: 5px;
  left: 5px;
  z-index: 10000;
}
sf-app.sf-app .sf-media__remove {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10000;
}
sf-app.sf-app .sf-media__labeled {
  padding-left: 2px;
  padding-right: 2px;
  font-size: var(--font-size-base);
  text-align: center;
  z-index: 10000;
  color: #fff;
  background-color: var(--not-translated-image-label-bg);
}
sf-app.sf-app .sf-media__labeled.-down {
  align-self: flex-end;
  margin-bottom: 15px;
}
sf-app.sf-app .sf-media__stretched {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
sf-app.sf-app .sf-media__properties-label {
  visibility: hidden;
  z-index: 10000;
}
sf-app.sf-app .sf-media__selected-indicator, sf-app.sf-app .sf-media__no-selectable {
  margin-right: 0;
  position: absolute;
  visibility: hidden;
  top: 5px;
  right: 5px;
  z-index: 10000;
  color: #333;
}
sf-app.sf-app .sf-media__file-info.-right-align {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
sf-app.sf-app .sf-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}
sf-app.sf-app .sf-image__empty.-view-in-edit {
  min-height: 150px;
}
sf-app.sf-app .sf-image__empty.-video {
  width: 82px;
  height: 58px;
  border: 1px solid #f5f5f5;
}
sf-app.sf-app .sf-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  height: 100%;
}
sf-app.sf-app .sf-placeholder.-upload-image-preview {
  height: calc(100% - 55px);
}
sf-app.sf-app .sf-placeholder.-video {
  background-color: #000;
}
sf-app.sf-app .sf-placeholder.-error {
  position: relative;
  z-index: 20;
}
sf-app.sf-app .sf-placeholder.-svg {
  flex: 1;
}
sf-app.sf-app .sf-placeholder.-svg sf-component-loader {
  flex: 1;
  width: 100%;
  text-align: center;
}
sf-app.sf-app .sf-placeholder.-no-background {
  background-color: transparent;
}
sf-app.sf-app .sf-flickr-gallery {
  position: relative;
  width: 100%;
}
sf-app.sf-app .sf-flickr-gallery__item {
  position: absolute;
  list-style-type: none;
}
sf-app.sf-app .sf-flickr-gallery__item.-static {
  position: static;
}
sf-app.sf-app .sf-flickr-gallery__item.-video sf-component-loader,
sf-app.sf-app .sf-flickr-gallery__item.-video sf-video-player,
sf-app.sf-app .sf-flickr-gallery__item.-video .sf-video {
  display: block;
  width: 100%;
  height: 100%;
}
sf-app.sf-app .sf-flickr-gallery__drop-wrapper {
  position: absolute;
  display: flex;
  top: 0;
  width: 2px;
  background-color: #333;
  z-index: 1000;
  pointer-events: none;
  align-items: center;
}
sf-app.sf-app .sf-flickr-gallery__drop-image {
  position: absolute;
  left: -30px;
  width: 60px;
  height: auto;
  outline: 4px solid #ffc;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #f5f5f5;
}
sf-app.sf-app .sf-flickr-gallery__drop-image.-wide {
  width: 90px;
  left: -45px;
}
sf-app.sf-app .sf-flickr-gallery__drop-image.-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #fff;
  border: 1px solid #eee;
}
sf-app.sf-app .sf-flickr-gallery__drag-zone {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  z-index: 100000;
}
sf-app.sf-app .sf-flickr-gallery__drag-zone.-bottom {
  top: auto;
  bottom: 0;
}
sf-app.sf-app .sf-flickr-gallery__drag-zone.-visible {
  display: block;
}
sf-app.sf-app .sf-field {
  position: relative;
}
sf-app.sf-app .sf-field.-has-errors .sf-field__input,
sf-app.sf-app .sf-field.-has-errors .sf-field__input + .sf-input__unit,
sf-app.sf-app .sf-field.-has-errors .sf-field__input + .sf-input__unit::before,
sf-app.sf-app .sf-field.-has-errors .k-datepicker .k-picker-wrap,
sf-app.sf-app .sf-field.-has-errors .k-timepicker .k-picker-wrap {
  border-color: var(--color-error);
}
sf-app.sf-app .sf-field.-filter {
  margin-top: 3px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  border-top: 1px solid #e4e4e4;
}
sf-app.sf-app .sf-field.-filter .sf-field__label {
  display: inline-block;
  font-weight: normal;
}
sf-app.sf-app .sf-field.-boolean-tooltip {
  display: flex;
}
sf-app.sf-app .sf-field.-boolean-tooltip .sf-field__tooltip {
  margin-top: 5px;
  order: 2;
}
sf-app.sf-app .sf-field.-sequence {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
sf-app.sf-app .sf-field.-group:not(.-first) {
  padding-top: 0;
}
sf-app.sf-app .sf-field.-group:not(.-last) {
  padding-bottom: 5px;
}
sf-app.sf-app .sf-field__label {
  display: inline-block;
  font-size: var(--field-label-font-size);
  font-weight: bold;
}
sf-app.sf-app .sf-field__label.-legend {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
sf-app.sf-app .sf-field__content {
  display: block;
  clear: both;
  margin-top: 5px;
}
sf-app.sf-app .sf-field__error {
  font-size: var(--font-size-base);
  margin-top: 5px;
  color: var(--color-error);
}
sf-app.sf-app .sf-field__error.-underline {
  padding-top: 5px;
  border-top: 1px solid var(--color-error);
}
sf-app.sf-app .sf-field__hint {
  color: var(--secondary-text-color);
}
sf-app.sf-app .sf-field__no-value {
  color: var(--secondary-text-color);
}
sf-app.sf-app .sf-field__content, sf-app.sf-app .sf-field__no-value {
  font-size: var(--font-size-lg);
}
sf-app.sf-app .sf-field__table {
  width: 100%;
  width: var(--field-table-width, 100%);
  table-layout: fixed;
}
sf-app.sf-app .sf-field__table.-middle td {
  vertical-align: middle;
}
sf-app.sf-app .sf-field__table .sf-field {
  padding-top: 10px;
  padding-bottom: 10px;
}
sf-app.sf-app .sf-field__table.-has-hover tbody tr:hover {
  background-color: #f5f5f5;
}
sf-app.sf-app .sf-field__table.-top-align td {
  vertical-align: top;
}
sf-app.sf-app .sf-field__table.-top-align td:not(.-form-control) {
  padding-top: 15px;
}
sf-app.sf-app .sf-field__table.-top-align td.-form-control sf-choice {
  display: block;
  padding-top: 8px;
}
sf-app.sf-app .sf-field__table.-top-align td.-input-check {
  padding-top: 20px;
}
sf-app.sf-app .sf-field__table td {
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: top;
}
sf-app.sf-app .sf-field__table td .sf-field {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
sf-app.sf-app .sf-field__table td.-dragged {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #f5f5f5;
}
sf-app.sf-app .sf-field__table .-col-size-4xs {
  width: 30px;
}
sf-app.sf-app .sf-field__table .-col-size-3xs {
  width: 50px;
}
sf-app.sf-app .sf-field__table .-col-size-2xs {
  width: 100px;
}
sf-app.sf-app .sf-field__table .-col-size-s {
  width: 150px;
}
sf-app.sf-app .sf-field__table .-col-size-sm {
  width: 180px;
}
sf-app.sf-app .sf-field__table .-col-size-m {
  width: 200px;
}
sf-app.sf-app .sf-field__table .-col-size-l {
  width: 250px;
}
sf-app.sf-app .sf-field__table .-col-size-lxl {
  width: 270px;
}
sf-app.sf-app .sf-field__table.-col-size-3xl {
  width: 400px;
}
sf-app.sf-app .sf-field td {
  vertical-align: top;
}
sf-app.sf-app .sf-field__table-header {
  font-size: var(--font-size-h5);
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  color: #ccc;
  color: var(--tree-common-head-color, #ccc);
  padding-top: var(--field-table-header-vertical-padding);
  padding-bottom: var(--field-table-header-padding-bottom);
}
sf-app.sf-app .sf-field__table-header.-first {
  width: 80px;
}
sf-app.sf-app .sf-field__table-header.-col-size-xs {
  width: 120px;
}
sf-app.sf-app .sf-field__table-header.-col-size-4xl {
  width: 450px;
}
sf-app.sf-app .sf-field__table-header.-col-size-xl {
  width: 300px;
}
sf-app.sf-app .sf-field__table-row {
  position: relative;
  height: 55px;
}
sf-app.sf-app .sf-field__table-row.-middle td {
  vertical-align: middle;
}
sf-app.sf-app .sf-field__table-row:not(.-additional) {
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid var(--tree-common-border-color, #eee);
}
sf-app.sf-app .sf-field__table-row.-additional {
  height: 47px;
}
sf-app.sf-app .sf-field__table-row.-additional td {
  padding-bottom: 0;
}
sf-app.sf-app .sf-field__table-row.-head {
  height: auto;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/adminapp/assets/fonts/open-sans/OpenSans-Light.ttf") format("truetype");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/adminapp/assets/fonts/open-sans/OpenSans-Light.ttf") format("truetype");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/adminapp/assets/fonts/open-sans/OpenSans-Light.ttf") format("truetype");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/adminapp/assets/fonts/open-sans/OpenSans-Light.ttf") format("truetype");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/adminapp/assets/fonts/open-sans/OpenSans-Light.ttf") format("truetype");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/adminapp/assets/fonts/open-sans/OpenSans-Light.ttf") format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/adminapp/assets/fonts/open-sans/OpenSans-Light.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/adminapp/assets/fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/adminapp/assets/fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/adminapp/assets/fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/adminapp/assets/fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/adminapp/assets/fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/adminapp/assets/fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/adminapp/assets/fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/adminapp/assets/fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/adminapp/assets/fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/adminapp/assets/fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/adminapp/assets/fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/adminapp/assets/fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/adminapp/assets/fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/adminapp/assets/fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url("/adminapp/assets/fonts/open-sans/OpenSansCondensed-Bold.ttf") format("truetype");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url("/adminapp/assets/fonts/open-sans/OpenSansCondensed-Bold.ttf") format("truetype");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url("/adminapp/assets/fonts/open-sans/OpenSansCondensed-Bold.ttf") format("truetype");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url("/adminapp/assets/fonts/open-sans/OpenSansCondensed-Bold.ttf") format("truetype");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url("/adminapp/assets/fonts/open-sans/OpenSansCondensed-Bold.ttf") format("truetype");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url("/adminapp/assets/fonts/open-sans/OpenSansCondensed-Bold.ttf") format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url("/adminapp/assets/fonts/open-sans/OpenSansCondensed-Bold.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app {
  --date-time-icon-border-color: #e4e4e4;
  --date-time-icon-color: #777;
  --date-time-content-color: #656565;
}
sf-app.sf-app {
  --select-border-color: #e4e4e4;
}
body {
  --sf-footer-color: #ccc;
  --sf-topbar-color: #999;
  --sf-h5-color: #999;
  --sf-navigation-border-color: #e5e5e5;
  --sf-navigation-caret: #ccc;
  --sf-user-info-border-color: #e4e4e4;
  --sf-live-link: #4cb861;
  --sf-green-main: #38ab63;
}
sf-app.sf-app {
  /* hides input type="number" spinbox */
  /***
   * Album:
   */
  /**
   * Empty Album:
   * `.sf-album`
   *
   *     @example
   *	    <div class="sf-album">
   *		    <span class="sf-album__holder -empty"></span>
   *		    <span class="sf-album__holder -empty"></span>
   *		    <span class="sf-album__holder -empty"></span>
   *		    <span class="sf-album__holder -empty"></span>
   *	    </div>
   *
   */
  /**
   * Album with 3 images and no sub albums:
   * `.sf-album`
   *
   *     @example
   *	    <div class="sf-album">
   *	        <span class="sf-album__holder">
   *	            <img src="image.png" class="-landscape">
   *	        </span>
   *		    <span class="sf-album__holder">
   *	            <img src="image.png" class="-landscape">
   *	        </span>
   *		    <span class="sf-album__holder">
   *	            <img src="image.png" class="-landscape">
   *	        </span>
   *		    <span class="sf-album__holder -empty"></span>
   *	    </div>
   *
   */
  /**
   * Album width sub albums:
   * `.sf-album`
   *
   *     @example
   *	    <div class="sf-album">
   *	        <span class="sf-album__holder">
   *	            <span class="sf-album__folder"></span>
   *	        </span>
   *		    <span class="sf-album__holder">
   *	            <span class="sf-album__folder"></span>
   *	        </span>
   *		    <span class="sf-album__holder">
   *	            <span class="sf-album__folder"></span>
   *	        </span>
   *		    <span class="sf-album__holder -empty"></span>
   *	    </div>
   *
   */
}
sf-app.sf-app sf-home {
  display: block;
}
sf-app.sf-app sf-input {
  width: 100%;
}
sf-app.sf-app sf-input.-auto-width {
  width: auto;
}
sf-app.sf-app sf-icon {
  display: inline-flex;
}
sf-app.sf-app sf-video-player {
  display: flex;
}
sf-app.sf-app table {
  font-size: inherit;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app progress[value] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 7px;
  border: 0;
  background-color: #e4e4e4;
  color: #38ab63;
}
sf-app.sf-app progress[value]::-webkit-progress-bar {
  background-color: #e4e4e4;
}
sf-app.sf-app progress[value]::-webkit-progress-value {
  background-color: #38ab63;
}
sf-app.sf-app progress[value]::-moz-progress-bar {
  background-color: #38ab63;
}
sf-app.sf-app progress.-failure[value] {
  color: #ff4848;
}
sf-app.sf-app progress.-failure[value]::-webkit-progress-value {
  background-color: #ff4848;
}
sf-app.sf-app progress.-failure[value]::-moz-progress-bar {
  background-color: #ff4848;
}
sf-app.sf-app progress.-small {
  width: 80px;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  height: 1px;
  background-color: #e4e4e4;
}
sf-app.sf-app input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
sf-app.sf-app input::-webkit-outer-spin-button,
sf-app.sf-app input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
sf-app.sf-app video {
  max-width: 100%;
  height: auto;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app select {
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid var(--select-border-color);
  background-color: #fff;
  line-height: 2;
}
sf-app.sf-app select:focus:focus, sf-app.sf-app select:active:focus {
  box-shadow: 0 0 2px rgba(0, 108, 217, 0.8);
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-flex-sub {
  position: relative;
  vertical-align: baseline;
  bottom: -0.5rem;
}
sf-app.sf-app .sf-flex-sup {
  position: relative;
  vertical-align: baseline;
  top: -0.5rem;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-router-wrapper.-menu {
  position: absolute;
  z-index: 10000000;
  display: flex;
  width: calc(100vw - 20px);
  overflow-x: hidden;
}
sf-app.sf-app .sf-router-wrapper.-menu sf-home {
  order: 1;
  z-index: 10000;
}
sf-app.sf-app .sf-router-wrapper.-menu sf-content {
  order: 2;
  z-index: 10000;
}
sf-app.sf-app .sf-router-wrapper.-is-animating > ng-component {
  position: absolute;
  width: 100%;
}
sf-app.sf-app .sf-router-wrapper.-active:not(.-is-animating) ~ .sf-router-wrapper,
sf-app.sf-app sf-modal-window ~ .sf-router-wrapper,
sf-app.sf-app .sf-insight-window ~ .sf-router-wrapper {
  display: none !important;
}
sf-app.sf-app .sf-router-wrapper.-active.-is-animating ~ .sf-router-wrapper {
  width: calc(100vw - 20px);
  overflow-x: hidden;
}
sf-app.sf-app .ng-animating .sf-top-toolbar__nav-button {
  display: none;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-wrapper {
  display: flex;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-host {
  display: block;
  background-color: #fff;
}
sf-app.sf-app .sf-host.-animated {
  flex: none;
  width: calc(100vw - 20px);
  min-height: 100vh;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-main {
  padding-bottom: 50px;
  transition: width 0.4s ease-out, padding-right 0.4s ease-out;
}
sf-app.sf-app .sf-main.-list {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  padding-top: 122px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
sf-app.sf-app .sf-main.-list.-shrink {
  padding-right: 400px;
}
sf-app.sf-app .sf-main.-list.-shrink.-skip-animation {
  transition: none;
}
sf-app.sf-app .sf-main.-list.-shrink.-no-width-constraint .sf-main__header,
sf-app.sf-app .sf-main.-list.-shrink.-no-width-constraint .sf-main__paging {
  width: calc(100vw - 120px - 350px);
}
sf-app.sf-app .sf-main.-list.-no-width-constraint {
  width: auto;
}
sf-app.sf-app .sf-main.-list.-no-width-constraint .sf-main__header,
sf-app.sf-app .sf-main.-list.-no-width-constraint .sf-main__paging {
  transition: width 0.4s ease-out;
  max-width: none;
  width: calc(100vw - 120px);
}
sf-app.sf-app .sf-main.-details {
  padding-top: 117px;
  width: calc(100vw - 20px);
  min-height: 100vh;
}
sf-app.sf-app .sf-main.-details.-shrink, sf-app.sf-app .sf-main.-details.-shrink-reversed {
  width: calc(100vw - 350px);
}
sf-app.sf-app .sf-main.-details.-shrink.-narrow {
  width: calc(100vw - 400px);
}
sf-app.sf-app .sf-main.-details.-shrink-reversed {
  margin-left: 350px;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-section-nav {
  position: fixed;
  top: 170px;
  bottom: 0;
  left: 20px;
  max-width: 140px;
  overflow: auto;
  animation: sectionNav 0.4s 1 ease-out;
  z-index: 10;
}
sf-app.sf-app .sf-section-nav.-in-form {
  position: absolute;
  top: 160px;
  left: calc(100% + 100px);
}
@media only screen and (max-width: 1365px) {
  sf-app.sf-app .sf-section-nav {
    display: none;
  }
}
@media only screen and (max-width: 1715px) {
  sf-app.sf-app .sf-main.-shrink + sf-content-section-menu .sf-section-nav {
    display: none;
  }
}
@media only screen and (max-width: 1765px) {
  sf-app.sf-app .sf-main.-narrow + sf-content-section-menu .sf-section-nav {
    display: none;
  }
}
@keyframes sectionNav {
  from {
    transform: translateX(calc(-100% - 20px));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-main-list-header {
  display: grid;
  grid-template-areas: "nav nav" "title buttons" "progress progress" "bulk bulk" "notification notification" "empty-message empty-message";
  grid-template-columns: minmax(100%, max-content) minmax(0, max-content);
  width: 100%;
}
sf-app.sf-app .sf-main-list-header.-media {
  grid-template-areas: "title buttons" "progress progress" "bulk bulk" "notification notification" "nav nav" "empty-message empty-message";
}
sf-app.sf-app .sf-main-list-header.-empty {
  grid-template-areas: "nav" "title" "notification" "progress" "empty-message" "buttons" "bulk";
  justify-items: center;
}
sf-app.sf-app .sf-main-list-header.-empty.-media {
  grid-template-areas: "title" "notification" "nav" "progress" "empty-message" "buttons" "bulk";
}
sf-app.sf-app .sf-main-list-header:not(.-empty) .sf-main-list-header__buttons {
  justify-self: end;
  align-self: end;
  white-space: nowrap;
}
sf-app.sf-app .sf-main-list-header__nav {
  grid-area: nav;
}
sf-app.sf-app .sf-main-list-header__title {
  grid-area: title;
  max-width: 70%;
}
sf-app.sf-app .sf-main-list-header__buttons {
  grid-area: buttons;
}
sf-app.sf-app .sf-main-list-header__bulk {
  grid-area: bulk;
}
sf-app.sf-app .sf-main-list-header__notification {
  grid-area: notification;
}
sf-app.sf-app .sf-main-list-header__empty-message {
  grid-area: empty-message;
}
sf-app.sf-app .sf-main-list-header__progress {
  grid-area: progress;
  width: 350px;
}
@media (min-height: 540px) {
  sf-app.sf-app .sf-main-list-header__empty-message {
    margin-bottom: 60px;
    margin-top: 25px;
  }
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
sf-app.sf-app .sf-menu__sub-wrapper {
  padding-top: 315px;
  width: 1020px;
}
sf-app.sf-app .sf-menu__sub {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 60px;
  width: 300px;
}
sf-app.sf-app .sf-menu__sub.-two-columns {
  width: 640px;
}
sf-app.sf-app .sf-menu__sub.-two-columns .sf-menu {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
sf-app.sf-app .sf-menu__sub.-three-columns {
  width: 980px;
}
sf-app.sf-app .sf-menu__sub.-three-columns .sf-menu {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
sf-app.sf-app .sf-menu__sticky-title {
  width: 100%;
  position: fixed;
  top: 0;
}
sf-app.sf-app .sf-menu__sticky-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 80%, rgba(255, 255, 255, 0.2) 100%);
  z-index: auto;
}
sf-app.sf-app .sf-menu__sticky-title .sf-menu__back,
sf-app.sf-app .sf-menu__sticky-title .sf-menu__title {
  position: relative;
  z-index: 5;
}
sf-app.sf-app .sf-menu__back {
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 10px;
}
sf-app.sf-app .sf-menu__title {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: var(--font-size-h1-lg);
  line-height: 1.4;
  color: #333;
}
sf-app.sf-app .sf-menu__title.-sub {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: var(--font-size-h2);
  color: #999;
  border-bottom: 1px solid #e4e4e4;
}
sf-app.sf-app .sf-menu__item:not(.-vertical) {
  margin-left: 10px;
  margin-right: 10px;
}
sf-app.sf-app .sf-menu__link {
  display: block;
  cursor: pointer;
  font-size: var(--font-size-lg);
  color: #333;
}
sf-app.sf-app .sf-menu__link:hover, sf-app.sf-app .sf-menu__link:focus {
  color: #333;
}
sf-app.sf-app .sf-menu__link:hover .sf-menu__icon-box, sf-app.sf-app .sf-menu__link:focus .sf-menu__icon-box {
  background-color: #f5f5f5;
  box-shadow: 2px 2px 1px #f5f5f5;
}
sf-app.sf-app .sf-menu__link.-leaf {
  display: inline-block;
  padding: 3px 5px 2px;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
}
sf-app.sf-app .sf-menu__link.-leaf:hover, sf-app.sf-app .sf-menu__link.-leaf:focus, sf-app.sf-app .sf-menu__link.-leaf:active {
  background-color: #e4e4e4;
}
sf-app.sf-app .sf-menu__link.-disabled {
  pointer-events: none;
  cursor: default;
  color: #e4e4e4;
}
sf-app.sf-app .sf-menu__link.-disabled .sf-menu__icon-box {
  color: #e4e4e4;
}
sf-app.sf-app .sf-menu__icon-box {
  display: block;
  margin-bottom: 15px;
  width: 130px;
  height: 130px;
  line-height: 130px;
  font-size: var(--icon-menu-font-size);
  color: #38ab63;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}
sf-app.sf-app .sf-menu__logout {
  margin-top: 100px;
}
sf-app.sf-app .sf-menu__logout .sf-button {
  margin-right: 0;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  width: 180px;
  height: 106px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2OTQuMjQgOTQuOTgiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiM1Y2U1MDA7fS5ie2ZpbGw6IzRiNGU1Mjt9LmN7ZmlsbDojN2M4NzhlO308L3N0eWxlPjwvZGVmcz48dGl0bGU+U2l0ZWZpbml0eUNNUzwvdGl0bGU+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xMTQuNTQsNjQuMjdoMHY0MC42MWEzLjEzLDMuMTMsMCwwLDEtMS40MSwyLjQ1bC0xLjMzLjc3LTEwLjEyLDUuODQtNi44NCwzLjk1LTEuNDEuODJWNzQuODNsLTM4LTIxLjk0LDE4LTEwLjQyLDEuNjUtMWEzLjE0LDMuMTQsMCwwLDEsMi44MywwTDEwMyw1NmwxMS41NCw2LjY3djEuNjNaTTg1LDc5LjdsLTcuNzktNC41TDU4Ljk1LDY0LjY3YTMuMTUsMy4xNSwwLDAsMC0yLjgzLDBMMzkuOTUsNzRsLTEuNDEuODJMNjYsOTAuNjd2MzEuNjlMODIuMTQsMTEzbDEuNDItLjgyQTMuMTQsMy4xNCwwLDAsMCw4NSwxMDkuNzZWNzkuN1pNMzguNTQsMTA2LjUybDE5LDExVjk1LjU1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM4LjU0IC00MS4xOCkiLz48cGF0aCBjbGFzcz0iYiIgZD0iTTE1Ni4zNyw2Mi42NEgxMzUuNjZ2NTYuMDhoOS4xOXYtMjJoMTEuNTljMTIuNTUsMCwxOS40Ni02LjEzLDE5LjQ2LTE3LjI2LDAtNS4wNS0xLjkxLTE2LjgxLTE5LjUzLTE2LjgxbTEwLjE5LDE3YzAsNi4zMi0zLjI4LDguOS0xMS4zMyw4LjlIMTQ0Ljg1VjcwLjkyaDExLjU5YzYuODEsMCwxMC4xMSwyLjg0LDEwLjExLDguNjhtMzYuNjktMS43NCwwLjY5LDAuMzQtMS41Niw4LjI5LTEuMDctLjMzYTksOSwwLDAsMC0yLjY1LS40MWMtOC41OCwwLTkuMjgsNi44NC05LjI4LDE1LjF2MTcuODdoLTguNTFWNzcuNTRoOHY1YzIuMTctMy4zNCw0LjgtNS4wNyw4LjI1LTUuNDlhMTEuNTgsMTEuNTgsMCwwLDEsNi4xNS44NG0yMC45MS0xLjE1Yy02LjcsMC0xMi4wNiwyLjU1LTE1LjUxLDcuMzctMy42Myw1LjA3LTQuMTYsMTEtNC4xNiwxNC4xMiwwLDEzLDcuNzIsMjEuNDIsMTkuNjgsMjEuNDIsMTQuNTMsMCwxOS42OC0xMS43LDE5LjY4LTIxLjcyQTIzLDIzLDAsMCwwLDIzOSw4My4xN2MtMy41MS00LjIyLTguNjUtNi40Ni0xNC44OC02LjQ2bTAsMzUuMzFjLTYuNjYsMC0xMC43OS01LjMtMTAuNzktMTMuODJzNC4xNC0xNCwxMC43OS0xNFMyMzUsODkuNjUsMjM1LDk4LjA1YzAsOC42MS00LjE3LDE0LTEwLjg3LDE0bTkxLjE4LTM0LjE2TDMxNiw3OC4ybC0xLjU2LDguMjktMS4wNy0uMzNhOSw5LDAsMCwwLTIuNjUtLjQxYy04LjU4LDAtOS4yOCw2Ljg0LTkuMjgsMTUuMXYxNy44N0gyOTNWNzcuNTRoOHY1YzIuMTctMy4zNCw0LjgtNS4wNyw4LjI1LTUuNDlhMTEuNTcsMTEuNTcsMCwwLDEsNi4xNS44NG0zMC41NiwyNy42NS0wLjE2LjQ1Yy0xLjc4LDUuMDYtNiw2LjEyLTkuMjcsNi4xMi02LjQ0LDAtMTAuNTgtNC4yNy0xMS0xMS4yMUgzNTQuNmwwLjExLS44MWEyNC44OCwyNC44OCwwLDAsMCwuMDktMy4yOGMwLS4yNywwLTAuNTEsMC0wLjc0LTAuNDMtMTEuNTMtNy45NC0xOS4yNy0xOC43LTE5LjI3LTYuMjgsMC0xMS40NCwyLjQ3LTE0LjksNy4xNGEyNC41NSwyNC41NSwwLDAsMC00LjQxLDE0LjM1YzAsMTIuNzIsNy45MSwyMS4yOCwxOS42OSwyMS4yOCw5LjExLDAsMTUuMzgtNC42MywxNy42Ny0xM2wwLjI3LTFIMzQ1LjlabS0yMC4xMy0xMmMwLjcyLTUuNzEsNC42Mi05LjMzLDEwLjE3LTkuMzMsNC4yNCwwLDkuMjYsMi40NywxMCw5LjMzSDMyNS43N1pNMjc3LjQ3LDgxYTE0LjU1LDE0LjU1LDAsMCwwLTEwLjk1LTQuMjljLTEyLjQ4LDAtMTguMTcsMTEtMTguMTcsMjEuMTksMCwxMC40Nyw1LjYyLDIxLDE4LjE3LDIxYTE0LjU4LDE0LjU4LDAsMCwwLDEwLjYyLTQuMzFjMCwxLjgxLS4wOCwzLjU0LTAuMTMsNC4yOC0wLjQ2LDYuNzktMy43MywxMC0xMC4yNywxMC0zLjU2LDAtNy42NC0xLjI2LTguNDMtNC44MWwtMC4xNy0uNzhoLTguMzhsMC4xNCwxLjEyYzAuODgsNy4yNiw3LjI1LDExLjc3LDE2LjYzLDExLjc3LDguMjMsMCwxNC4wOS0zLjEsMTYuOTMtOSwxLjM3LTIuODIsMi4wNy02Ljk0LDIuMDctMTIuMjNWNzcuNTRoLTguMDVWODFabS0xMC40MSwzMC4zNWMtMywwLTkuODktMS4zNS05Ljg5LTEzLjgyLDAtOC4yLDMuODctMTMuMjksMTAuMTEtMTMuMjksNC44MiwwLDEwLDMuNDksMTAsMTMuMjksMCw4LjY1LTMuODEsMTMuODItMTAuMTksMTMuODJtMTI3LTVjMCw2LjU1LTUuNDQsMTMuMTYtMTcuNTgsMTMuMTYtMTAuNzQsMC0xNy4xMy00LjY1LTE4LTEzLjA5bC0wLjA5LS44N2g4LjM3bDAuMTMsMC42M2MxLDUuMDgsNS44Niw2LjE0LDkuNzQsNi4xNCw0LjI1LDAsOC43OC0xLjM3LDguNzgtNS4yMSwwLTEuOTUtMS4yNy0zLjMzLTMuNzYtNC4xLTEuNDgtLjQ0LTMuMy0xLTUuMjItMS40OS0zLjMxLS45My02Ljc0LTEuODktOC44NS0yLjYyLTUuMjItMS44Ny04LjIyLTUuNTEtOC4yMi0xMCwwLTguMyw4LjA4LTEyLDE2LjA5LTEyLDEwLjcxLDAsMTYuMjUsNCwxNi45NSwxMi4zM0wzOTIuNTIsOTBoLTguMjVsLTAuMTEtLjY1Yy0wLjgzLTQuNzgtNS41OC01LjQ5LTguMzQtNS40OS0yLjM4LDAtNy45Mi40My03LjkyLDQuMzcsMCwxLjc5LDEuNTMsMy4xMSw0LjY5LDQsMC45NCwwLjI2LDIuMzQuNjIsNCwxLDMuMzYsMC44Nyw3LjU0LDIsOS42NSwyLjY4LDUuMjUsMS44NCw3LjksNS4zMSw3LjksMTAuMzFtMzkuMywwYzAsNi41NS01LjQ0LDEzLjE2LTE3LjU4LDEzLjE2LTEwLjc0LDAtMTcuMTMtNC42NS0xOC0xMy4wOWwtMC4wOS0uODdoOC4zN2wwLjEyLDAuNjNjMSw1LjA4LDUuODYsNi4xNCw5Ljc0LDYuMTQsNC4yNSwwLDguNzgtMS4zNyw4Ljc4LTUuMjEsMC0xLjk1LTEuMjctMy4zMy0zLjc2LTQuMS0xLjQ4LS40NC0zLjMtMS01LjIzLTEuNDktMy4zMS0uOTMtNi43NC0xLjg5LTguODQtMi42Mi01LjIyLTEuODctOC4yMi01LjUxLTguMjItMTAsMC04LjMsOC4wOC0xMiwxNi4wOS0xMiwxMC43MSwwLDE2LjI1LDQsMTYuOTQsMTIuMzNMNDMxLjgyLDkwaC04LjI1bC0wLjExLS42NWMtMC44My00Ljc4LTUuNTgtNS40OS04LjM0LTUuNDktMi4zOCwwLTcuOTIuNDMtNy45Miw0LjM3LDAsMS43OSwxLjUzLDMuMTEsNC42OSw0LDAuOTQsMC4yNiwyLjM0LjYyLDQsMSwzLjM2LDAuODcsNy41NCwyLDkuNjUsMi42OCw1LjI0LDEuODQsNy45LDUuMzEsNy45LDEwLjMxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzguNTQgLTQxLjE4KSIvPjxwYXRoIGNsYXNzPSJjIiBkPSJNNDU2LjQyLDEwOC43YTIzLjk0LDIzLjk0LDAsMCwwLDE3LjA2LDYuNTVjNy45LDAsMTIuOTMtNCwxMi45My0xMC4zMiwwLTUuNTctMy4xNC03LjgxLTkuODgtMTAuNjhsLTguMDgtMy40MWMtNS43NS0yLjQyLTExLjk0LTUuNzUtMTEuOTQtMTQuMSwwLTkuMzQsNy44MS0xNCwxNi43LTE0YTI2LjY1LDI2LjY1LDAsMCwxLDE1LjQ0LDQuNjd2NS4xMkEyMi44NiwyMi44NiwwLDAsMCw0NzMuMjksNjdjLTYuODIsMC0xMi4zLDMuMjMtMTIuMyw5LjcsMCw1LjM5LDMuNzcsNy43Miw5LjYxLDEwLjA2bDguNTMsMy41OWM4LjA4LDMuNSwxMS43Niw3LjQ1LDExLjc2LDE0LjU0LDAsOC44LTcuMzYsMTQuNjMtMTcuNDIsMTQuNjMtNy4zNiwwLTEzLjQ3LTIuMzMtMTcuMDYtNS40OHYtNS4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM4LjU0IC00MS4xOCkiLz48cGF0aCBjbGFzcz0iYyIgZD0iTTQ5OSw2OS43NGEzLDMsMCwwLDEtMy4wNS0zLjA1LDMuMDUsMy4wNSwwLDAsMSw2LjExLDBBMywzLDAsMCwxLDQ5OSw2OS43NFptMi4yNCw0OC45M2gtNC40OVY3OC44MWg0LjQ5djM5Ljg2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM4LjU0IC00MS4xOCkiLz48cGF0aCBjbGFzcz0iYyIgZD0iTTUxOC42OCwxMTguNjdoLTQuNDl2LTM2aC04LjUzVjc4LjgxaDguNTNWNjguNTdoNC40OVY3OC44MWg5LjQzdjMuODZoLTkuNDN2MzZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzguNTQgLTQxLjE4KSIvPjxwYXRoIGNsYXNzPSJjIiBkPSJNNTQ3LjY3LDExNS41M2ExNiwxNiwwLDAsMCwxMS4yMi00VjExNmMtMywyLjQyLTYuOTEsMy41LTExLjU4LDMuNS0xMS4xMywwLTE4LjU4LTcuOS0xOC41OC0yMC4zOCwwLTEyLjMsNi42NC0yMS4xLDE3LjI0LTIxLjEsMTAuNDEsMCwxNS44LDcuOSwxNS44LDE5LjQ4Vjk5LjFINTMzLjEyQzUzMy4xMiwxMDkuODcsNTM5LjQxLDExNS41Myw1NDcuNjcsMTE1LjUzWk01MzMuMyw5NS40MmgyNC4xNWMtMC4yNy03LTMuNTktMTMuNDctMTEuNDktMTMuNDdDNTM5LjQxLDgxLjk1LDUzNC4zOCw4Ni44LDUzMy4zLDk1LjQyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM4LjU0IC00MS4xOCkiLz48cGF0aCBjbGFzcz0iYyIgZD0iTTU4NS4xNiw2NC40NGE4LjQsOC40LDAsMCwwLTQtMWMtNC4yMiwwLTcuMjcsMy4wNS03LjI3LDguNjJ2Ni43M2g5LjM0djMuODZoLTkuMzR2MzZoLTQuNHYtMzZINTYzVjc4LjgxaDYuNDZWNzEuNjJjMC03LjI3LDQuNzYtMTIuMTIsMTEuMjItMTIuMTJhMTEuNzYsMTEuNzYsMCwwLDEsNC40OS44MXY0LjEzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM4LjU0IC00MS4xOCkiLz48cGF0aCBjbGFzcz0iYyIgZD0iTTU5MSw2OS43NGEzLDMsMCwwLDEtMy4wNS0zLjA1LDMuMDUsMy4wNSwwLDEsMSw2LjExLDBBMywzLDAsMCwxLDU5MSw2OS43NFptMi4yNCw0OC45M2gtNC40OVY3OC44MWg0LjQ5djM5Ljg2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM4LjU0IC00MS4xOCkiLz48cGF0aCBjbGFzcz0iYyIgZD0iTTYwMS45MSw3OC44MWg0LjQ5djYuMzdBMTUuNTMsMTUuNTMsMCwwLDEsNjE5LjE1LDc4QzYyOC4yMiw3OCw2MzMsODMuODMsNjMzLDkyLjI3djI2LjRoLTQuNFY5Mi45YzAtNi4yLTMuMTQtMTAuNzctMTAuMjQtMTAuNzctNS40OCwwLTEwLDMuODYtMTEuOTQsOC42MnYyNy45MmgtNC40OVY3OC44MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOC41NCAtNDEuMTgpIi8+PHBhdGggY2xhc3M9ImMiIGQ9Ik02NDMuNTksNjkuNzRhMywzLDAsMCwxLTMuMDUtMy4wNSwzLjA1LDMuMDUsMCwxLDEsNi4xMSwwQTMsMywwLDAsMSw2NDMuNTksNjkuNzRabTIuMjQsNDguOTNoLTQuNDlWNzguODFoNC40OXYzOS44NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOC41NCAtNDEuMTgpIi8+PHBhdGggY2xhc3M9ImMiIGQ9Ik02NjMuMjksMTE4LjY3SDY1OC44di0zNmgtOC41M1Y3OC44MWg4LjUzVjY4LjU3aDQuNDlWNzguODFoOS40M3YzLjg2aC05LjQzdjM2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM4LjU0IC00MS4xOCkiLz48cGF0aCBjbGFzcz0iYyIgZD0iTTY4NC4yMiwxMzMuOTNsNi40Ni0xNS44TDY3NS4wNiw3OC44MWg0Ljc2bDEzLjExLDMzLjc2TDcwNiw3OC44MWg0LjU4bC0yMS45MSw1NS4xM2gtNC40OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOC41NCAtNDEuMTgpIi8+PHBhdGggY2xhc3M9ImMiIGQ9Ik03MTYuNDksNzJoN3YxLjQ3aC0yLjZ2Ni42N2gtMS43M1Y3My40NGgtMi42M1Y3MlptMTIuMTgsNi4zMi0yLjMxLTMuNDZ2NS4yOWgtMS42N1Y3MmgxLjU3bDIuNDcsMy44MSwyLjUtMy44MWgxLjU0djguMTRINzMxLjFWNzQuODJsLTIuMjgsMy40NmgtMC4xNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOC41NCAtNDEuMTgpIi8+PHBhdGggY2xhc3M9ImIiIGQ9Ik00NDAuMTMsODEuOTFhNS44Nyw1Ljg3LDAsMSwxLDUuOC01Ljg2LDUuNzUsNS43NSwwLDAsMS01LjgsNS44Nm0wLTEwLjc0QTQuODcsNC44NywwLDEsMCw0NDQuODcsNzZhNC43LDQuNywwLDAsMC00Ljc0LTQuODdtLTAuNjcsNnYyaC0xLjczVjcyLjkzaDIuODhhMi4wNiwyLjA2LDAsMCwxLDIuMjgsMi4xNSwxLjgsMS44LDAsMCwxLTEuMTksMS44NmwxLjQxLDIuMTVoLTEuOTJsLTEuMTktMmgtMC41NFptMS0yLjc2aC0xdjEuMzhoMWEwLjY4LDAuNjgsMCwwLDAsLjgtMC42NywwLjcsMC43LDAsMCwwLS44LTAuNzEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOC41NCAtNDEuMTgpIi8+PC9zdmc+) no-repeat 0 80px;
}
sf-app.sf-app .sf-logo.-fixed {
  position: fixed;
  top: 0;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-sticky {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100000;
  background-color: #fff;
}
sf-app.sf-app .sf-sticky.-top {
  top: 0;
  height: 46px;
}
sf-app.sf-app .sf-sticky.-bottom {
  bottom: 0;
}
sf-app.sf-app .sf-sticky.-left-indent {
  left: 50px;
  padding-right: 50px;
  padding-bottom: 0;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-thumbnail {
  display: flex;
  justify-content: center;
  max-height: 100%;
}
sf-app.sf-app .sf-media:not(.-left-aligned) .sf-thumbnail sf-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-album {
  display: flex;
  flex-wrap: wrap;
  height: 140px;
  overflow: hidden;
}
sf-app.sf-app .sf-album img {
  animation: 0.6s ease-in fadeIn;
}
sf-app.sf-app .sf-album:not(.-document) {
  padding: 7px;
  border: 1px solid #e4e4e4;
}
sf-app.sf-app .sf-album__holder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: auto;
  margin: 2px;
  width: 82px;
  height: 58px;
  overflow: hidden;
  background-color: #f5f5f5;
}
sf-app.sf-app .sf-album__holder.-transparent {
  background-color: transparent;
}
sf-app.sf-app .sf-album__folder {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #dcecf5;
  z-index: 5;
  animation: 0.6s ease-in fadeIn;
}
sf-app.sf-app .sf-album__folder::before, sf-app.sf-app .sf-album__folder::after {
  display: block;
  content: " ";
  position: absolute;
  background-color: #fff;
  z-index: 10;
}
sf-app.sf-app .sf-album__folder::before {
  top: -7px;
  right: 27px;
  width: 12px;
  height: 9px;
  transform-origin: top left;
  transform: rotate(45deg);
  z-index: 100;
}
sf-app.sf-app .sf-album__folder::after {
  top: 0;
  right: 0;
  width: 36px;
  height: 9px;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-form .sf-field:not(.-sequence):not(.-table):not(.-group) {
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 15px;
}
sf-app.sf-app .sf-form .sf-field:not(.-sequence):not(.-table):not(.-group) .sf-input {
  margin-bottom: 0;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-item {
  display: flex;
  align-items: center;
  height: 36px;
  font-size: var(--font-size-lg);
  border: 1px solid var(--input-border);
  border-radius: 0;
  background-color: #fff;
}
sf-app.sf-app .sf-item:hover .sf-item__right-align, sf-app.sf-app .sf-item:focus .sf-item__right-align, sf-app.sf-app .sf-item:focus-within .sf-item__right-align, sf-app.sf-app .sf-item.-loading .sf-item__right-align {
  visibility: visible;
}
sf-app.sf-app .sf-item.-error {
  border-color: var(--color-error);
}
sf-app.sf-app .sf-item.-error .sf-item__unit::before {
  color: var(--color-error);
}
sf-app.sf-app .sf-item.-loading .sf-item__right-align {
  min-width: 40px;
}
sf-app.sf-app .sf-item__content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  padding: 0 10px;
  width: 100%;
}
sf-app.sf-app .sf-item__right-align {
  position: relative;
  visibility: hidden;
  flex-shrink: 0;
  font-size: var(--font-size-base);
  margin-left: auto;
  margin-right: 10px;
}
sf-app.sf-app .sf-item__unit {
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  height: 34px;
  line-height: 34px;
  background-color: #f5f5f5;
  outline: none;
  white-space: nowrap;
}
sf-app.sf-app .sf-item__unit sup {
  position: relative;
  top: -0.4rem;
  vertical-align: baseline;
}
sf-app.sf-app .sf-item__unit.-in-tree {
  height: 36px;
  line-height: 36px;
}
sf-app.sf-app .sf-item__unit.-block {
  display: block;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-filters-list {
  --alphabet-filter-rows: 100;
}
sf-app.sf-app .sf-filters-list.-alphabet {
  display: grid;
  grid-gap: 0;
  grid-template-rows: repeat(var(--alphabet-filter-rows), 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
}
sf-app.sf-app .sf-filters-list .-secondary-group {
  margin-top: 20px;
}
sf-app.sf-app .sf-filters-list .-secondary-group + .-secondary-group {
  margin-top: 0;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-help {
  white-space: normal;
}
sf-app.sf-app .sf-help__col1 {
  width: 195px;
}
sf-app.sf-app .sf-help__col2 {
  width: 150px;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-card {
  position: relative;
  border: 1px solid #eee;
}
sf-app.sf-app .sf-card.-selected .sf-card__selected-indicator {
  visibility: visible;
}
sf-app.sf-app .sf-card.-selected::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #dcecf5;
  z-index: 10;
}
sf-app.sf-app .sf-card.-dashed {
  border-style: dashed;
}
sf-app.sf-app .sf-card.-darker {
  border-color: #ccc;
}
sf-app.sf-app .sf-card.-tooltip:hover {
  outline: 2px solid #caeed8;
  outline-offset: -2px;
}
sf-app.sf-app .sf-card.-tooltip:hover .sf-card__label {
  display: block;
}
sf-app.sf-app .sf-card.-full-width {
  width: 100%;
}
sf-app.sf-app .sf-card.-full-height {
  height: 100%;
}
sf-app.sf-app .sf-card:not(.-selected):hover::after, sf-app.sf-app .sf-card:not(.-selected):focus::after, sf-app.sf-app .sf-card:not(.-selected):active::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #f5f5f5;
  z-index: 1;
}
sf-app.sf-app .sf-card:not(:hover, :focus) .sf-card__overlay, sf-app.sf-app .sf-card.-selected .sf-card__overlay {
  display: none;
}
sf-app.sf-app .sf-card .sf-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
sf-app.sf-app .sf-card.-template {
  margin: 20px;
  padding: 20px;
  width: 260px;
  height: 320px;
}
sf-app.sf-app .sf-card.-template[data-framework=mvc]::before {
  position: absolute;
  top: 185px;
  right: 28px;
  padding: 6px 5px;
  font-size: 10px;
  text-transform: uppercase;
  content: attr(data-framework);
  color: #fff;
  background-color: #006cd9;
}
sf-app.sf-app .sf-card.-template[data-renderer=NetCore]::before {
  display: none;
}
sf-app.sf-app .sf-card.-template .sf-card__image {
  width: 220px;
  height: 200px;
}
sf-app.sf-app .sf-card__selected-indicator {
  margin-right: 0;
  position: absolute;
  visibility: hidden;
  top: 5px;
  right: 5px;
  z-index: 10000;
  color: #333;
}
sf-app.sf-app .sf-card__label {
  position: absolute;
  display: none;
  left: -1px;
  bottom: 100%;
  font-size: 10px;
  text-transform: uppercase;
  background-color: #caeed8;
  padding: 0 8px;
  height: 24px;
  vertical-align: middle;
  line-height: 24px;
  color: #999;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-datepicker.-two-lines .sf-datepicker__date {
  display: block;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-zone-toolset {
  display: inline-block;
  border-radius: 3px;
  background-color: #333;
  min-width: 320px;
  font-size: var(--font-size-base);
  color: #fff;
  overflow: hidden;
}
sf-app.sf-app .sf-zone-toolset__content {
  padding: 20px;
}
sf-app.sf-app .sf-zone-toolset__label {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
}
sf-app.sf-app .sf-zone-toolset__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  background: #4d4d4d;
}
sf-app.sf-app .sf-zone-toolset__tab.-selected {
  cursor: default;
  background: #333;
}
sf-app.sf-app .sf-zone-toolset input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
sf-app.sf-app .sf-zone-toolset .sf-expander {
  margin-bottom: 0;
}
sf-app.sf-app .sf-zone-toolset .sf-expander__header {
  display: inline-block !important;
}
sf-app.sf-app .sf-zone-toolset .sf-expander__icon {
  background: transparent;
  border: 0;
  margin-top: -5px;
}
sf-app.sf-app .sf-zone-toolset .sf-expander__icon .sf-button__icon {
  color: #fff;
}
sf-app.sf-app .sf-zone-toolset .sf-expander__icon:hover {
  background: transparent;
  border: 0;
  color: #fff;
  transition: none;
}
sf-app.sf-app .sf-zone-toolset .sf-expander__checkbox,
sf-app.sf-app .sf-zone-toolset .sf-checkbox__input,
sf-app.sf-app .sf-zone-toolset .sf-radio__input {
  display: inline-flex !important;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .sf-masonry__gutter {
  width: 20px;
}
sf-app.sf-app .sf-masonry__item {
  width: calc(25% - 15px);
}
sf-app.sf-app .sf-masonry__item img {
  margin-bottom: -4px;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
sf-app.sf-app .-sf-just-added {
  animation-name: justAdded;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
sf-app.sf-app .-sf-just-added-disabled {
  animation-name: justAddedDisabled;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
sf-app.sf-app .-sf-highlighted:not(.-on-hover) {
  background-color: #ffc;
}
sf-app.sf-app .-sf-highlighted.-on-hover:hover {
  background-color: #ffc;
}
@keyframes justAdded {
  from {
    background-color: #ffc;
  }
  to {
    background-color: #fff;
  }
}
@keyframes justAddedDisabled {
  from {
    background-color: #ffc;
  }
  to {
    background-color: #f5f5f5;
  }
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sf-zone__frame {
  position: fixed;
  left: 0;
  border: 0;
  width: calc(100% - 15px);
  height: calc(100vh - 46px);
  top: 46px;
  z-index: 5;
  transition: 0.4s ease-out, padding-right 0.4s ease-out;
}
.sf-zone__frame.-shrink {
  padding-right: 335px;
}
.sf-zone__frame.-wide-shrink {
  padding-right: 385px;
}
.-sf-integrated-app .-sf-new-zone-editor:not(.sfPageEditor) {
  overflow-y: auto;
  overflow-x: hidden;
}
.-sf-new-zone-editor .sfHeader {
  display: none;
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* --- PAGE EDITOR --- */
.sfPageContainer,
.ZoneEditorToolboxContainer {
  height: calc(100vh - 92px);
}
.sf-app {
  display: block;
}
:root.-sf-integrated-app {
  /* Page editor modal overlay */
}
:root.-sf-integrated-app .sfPageEditor:not(.sfTemplateEditor) .sfMessagePane {
  position: relative;
  display: flex;
  padding: 45px 0 0 48px;
  height: 45px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  box-shadow: none;
}
:root.-sf-integrated-app .sfPageEditor:not(.sfTemplateEditor) .sfMessagePane::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  width: 100%;
  background-color: #fff;
}
:root.-sf-integrated-app .sfPageEditor:not(.sfTemplateEditor) .sfMessagePane .sfPagePersomalizationDdlWrp {
  margin-top: 15px;
  margin-left: 0;
  float: none;
  z-index: 999;
}
:root.-sf-integrated-app .sfPageEditor:not(.sfTemplateEditor) .RadToolBar.sfLayoutToolbar {
  display: block;
  width: 279px;
  margin-left: auto;
  visibility: visible;
  border-left: 1px solid #eee;
  background-color: transparent;
  position: relative;
  z-index: 999 !important;
}
:root.-sf-integrated-app .sfPageEditor:not(.sfTemplateEditor) .RadToolBar.sfLayoutToolbar .rtbOuter {
  padding: 0;
  background-image: none;
  background-color: #f5f5f5;
}
:root.-sf-integrated-app .sfPageEditor:not(.sfTemplateEditor) .RadToolBar.sfLayoutToolbar .rtbUL {
  display: flex !important;
  position: relative !important;
}
:root.-sf-integrated-app .sfPageEditor:not(.sfTemplateEditor) .RadToolBar.sfLayoutToolbar .rtbItem:last-child::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 50%;
  height: 2px;
  background-color: #777;
  z-index: 1000 !important;
  transition: left 0.4s;
}
:root.-sf-integrated-app .sfPageEditor:not(.sfTemplateEditor) .RadToolBar.sfLayoutToolbar .rtbItem.rtbChecked + .rtbItem:last-child::after {
  left: 0;
}
:root.-sf-integrated-app .sfPageEditor:not(.sfTemplateEditor) .RadToolBar.sfLayoutToolbar .rtbItem {
  flex-basis: 50%;
}
:root.-sf-integrated-app .sfPageEditor:not(.sfTemplateEditor) .RadToolBar.sfLayoutToolbar .rtbItem .rtbWrap {
  width: 100% !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  vertical-align: bottom !important;
  line-height: 44px !important;
  border: 0 !important;
  border-bottom: 0 !important;
  color: #006cd9 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
:root.-sf-integrated-app .sfPageEditor:not(.sfTemplateEditor) .RadToolBar.sfLayoutToolbar .rtbItemHovered .rtbWrap,
:root.-sf-integrated-app .sfPageEditor:not(.sfTemplateEditor) .RadToolBar.sfLayoutToolbar .rtbItem.rtbChecked .rtbWrap {
  color: #333 !important;
}
:root.-sf-integrated-app .sfPageEditor:not(.sfTemplateEditor) .RadToolBar.sfLayoutToolbar .rtbItem .rtbWrap::before {
  display: none;
}
:root.-sf-integrated-app .sfPageEditor:not(.sfTemplateEditor) .ZoneEditorToolboxContainer {
  background-color: #f5f5f5;
}
:root.-sf-integrated-app .sfPageEditor .sf-loading-wrapper {
  z-index: 1010 !important;
}
:root.-sf-integrated-app .sfPageEditor sf-app .sf-top-toolbar.-page-editor, :root.-sf-integrated-app .sfPageEditor sf-app .sf-top-toolbar.-form-editor {
  z-index: 1000 !important;
}
/* end of Page editor modal overlay */
.-sf-integrated-app {
  --font-size-base: 1.3rem;
  /* Copied from Sitefintiy */
  /* Forms Rules - hide classic page editor when form rules is opened */
  /* stylelint-disable */
  /* Header */
  /* User Links (Top Right) */
  /* Footer */
  /* Site selector */
  /* Centered page  */
  /*Loading*/
  /* Common */
  /* Clear */
  /* Spacing */
  /* Integration Override */
  /* Selector */
  /* Grid Pager */
  /* Override Iris Css */
  /* toolbar */
  /* list and details wrappers */
  /* TODO: Check if sf-notification-wrapper is needed and can be replaced with -fixed modifier only */
  /* Sidebar in List */
  /* Modal Window */
  /* Because of the negative margin of .sf-modal - 26px + 46px */
  /* Icon */
  /* Button Switch */
  /* Stand alone navigation */
  /* Hide jquery validation messages in Iris */
  /* Send for tranlation pane*/
  /* Modal window styles*/
  /* end of Modal window styles*/
  /* Kendo overrides */
}
.-sf-integrated-app,
.-sf-integrated-app body,
.-sf-integrated-app body > form {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
}
.-sf-integrated-app body {
  float: left;
  clear: both;
  min-width: 100%;
  /* this is fix for body getting content width when there is horizontal scroll */
  font-family: "Open Sans", Arial, Verdana, sans-serif;
}
.-sf-integrated-app body.sfAdminAppControl {
  overflow-y: auto !important;
}
.-sf-integrated-app body.sfAdminAppControl .sfMessagePane,
.-sf-integrated-app body.sfAdminAppControl .sfPageEditorToolbarWrapper,
.-sf-integrated-app body.sfAdminAppControl .sfPageWrapper,
.-sf-integrated-app body.sfAdminAppControl .sfWarningLangWrapper {
  display: none !important;
}
.-sf-integrated-app string, .-sf-integrated-app b {
  font-family: inherit;
}
.-sf-integrated-app #sfSkip {
  /* stylelint-enable */
  position: absolute;
  left: -1000px;
  top: -1000px;
}
.-sf-integrated-app .sfWrapper {
  min-height: 100%;
  min-width: 1250px;
}
.-sf-integrated-app .sfTopBar a,
.-sf-integrated-app .sfFooter a {
  color: #333;
}
.-sf-integrated-app .sfTopBar a:hover,
.-sf-integrated-app .sfTopBar a:focus,
.-sf-integrated-app .sfFooter a:hover,
.-sf-integrated-app .sfFooter a:focus {
  color: #000;
}
.-sf-integrated-app .sfTopBar {
  display: flex;
  position: absolute;
  top: 0;
  right: calc(100% - 100vw + 20px);
  line-height: 1.2;
  color: var(--sf-topbar-color);
  z-index: 10000;
}
.-sf-integrated-app .sfLogo {
  margin: 0;
  padding: 0;
  width: 142px;
  height: 19px;
  border-bottom: 0;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url("/adminapp/assets/images/ProgressSitefinityCms.min.svg") no-repeat 50% 0;
}
.-sf-integrated-app .sfTopBar .sfLogo {
  margin-top: 12px;
  order: 3;
}
.-sf-integrated-app .sfTopBar .sfInlineBlock {
  vertical-align: top;
}
.-sf-integrated-app div.sfTopBar a.sfLiveSite {
  display: inline-block;
  margin-top: 16px;
  margin-left: 20px;
  color: var(--sf-live-link);
  text-decoration: underline;
  order: 1;
  font-size: 13px;
}
.-sf-integrated-app div.sfTopBar a.sfLiveSite:hover,
.-sf-integrated-app div.sfTopBar a.sfLiveSite:focus {
  color: var(--sf-live-link);
  text-decoration: none;
}
.-sf-integrated-app .sfTopBar .sfHelpLnk {
  display: none;
}
.-sf-integrated-app .sfTopBar .sfLoggedUser {
  position: relative;
  margin-right: 15px;
  order: 2;
  border-right: 1px solid #ddd;
}
.-sf-integrated-app .sfTopBar .sfUserHeader {
  margin: 4px 15px;
  overflow: hidden;
  color: #333;
  text-align: right;
  cursor: pointer;
}
.-sf-integrated-app .sfTopBar .sfUserInfo {
  display: none;
  position: absolute;
  right: 9px;
  margin-top: 0;
  margin-right: -10px;
  margin-bottom: 0;
  padding: 15px 0;
  width: 280px;
  background-color: #fff;
  border: 1px solid var(--sf-user-info-border-color);
  box-shadow: 0 0 3px #e5e5e5;
  font-size: 13px;
}
.-sf-integrated-app .sfTopBar .sfUserHeader img {
  width: 36px;
  height: 36px;
  display: block;
}
.-sf-integrated-app .sfTopBar .sfUserInfo .sfShortInfo {
  padding: 0 15px;
}
.-sf-integrated-app .sfTopBar .sfUserInfo .sfShortInfo .sfProfileName {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.-sf-integrated-app .sfTopBar .sfUserInfo .sfShortInfo img {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 15px;
}
.-sf-integrated-app .sfTopBar .sfOpened .sfUserInfo {
  display: block;
}
.-sf-integrated-app .sfTopBar .sfUserInfo li {
  margin-top: 2px;
  list-style-type: none;
}
.-sf-integrated-app .sfUserInfoSwitchWrp {
  display: flex;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 8px 15px;
  align-items: center;
  cursor: pointer;
  color: #333;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.-sf-integrated-app .sfTopBar .sfUserInfo .sfUserInfoSwitch {
  color: #666;
  margin-left: auto;
  text-transform: uppercase;
}
.-sf-integrated-app .sfTopBar .sfUserInfoSwitch .sfUserInfoSwitchBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.-sf-integrated-app .sfTopBar .sfUserInfoSwitch i {
  position: relative;
  top: -1px;
  font-size: 22px;
  margin-left: 3px;
}
.-sf-integrated-app .sfTopBar .sfUserInfo a {
  padding: 5px 15px;
  display: block;
  text-decoration: none;
}
.-sf-integrated-app .sfTopBar .sfUserInfo a:hover,
.-sf-integrated-app .sfTopBar .sfUserInfo a:focus {
  background-color: #f2f2f2;
}
.-sf-integrated-app .sfTopBar .sfUserHeader img,
.-sf-integrated-app .sfTopBar .sfUserInfo img {
  border-radius: 50%;
}
.-sf-integrated-app .sfFooter {
  display: flex;
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: -35px;
  height: 34px;
  font-size: 12px;
  color: var(--sf-h5-color);
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  clear: both;
}
.-sf-integrated-app .sfFooter .sfCopy {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.-sf-integrated-app .sfFooter .sfSupportLinks {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-flex;
  padding-right: 20px;
}
.-sf-integrated-app .sfFooter .sfSupportLinks li {
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
}
.-sf-integrated-app .sfFooter .sfSupportLinks a {
  text-decoration: underline;
}
.-sf-integrated-app .sfFooter .sfSupportLinks a:hover,
.-sf-integrated-app .sfFooter .sfSupportLinks a:focus {
  text-decoration: none;
}
.-sf-integrated-app .sfSiteSelectorMenuWrp {
  display: inline-block;
  margin-left: -10px;
  height: 40px;
  position: relative;
  top: -2px;
  background-color: #fff;
  z-index: 2951 !important;
}
.-sf-integrated-app .sfSiteSelectorMenuWrp > ul {
  display: none;
}
.-sf-integrated-app div.sfSiteSelectorMenuWrp .clickMenu li.main::after {
  color: var(--sf-navigation-caret);
}
.-sf-integrated-app .sfSiteSelectorMenuWrp .clickMenu div.outerbox {
  border-color: var(--sf-navigation-border-color);
}
.-sf-integrated-app .sfSiteSelectorMenuWrp .clickMenu {
  margin-top: 9px;
}
.-sf-integrated-app a.sfBack {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.-sf-integrated-app a.sfBack::before {
  display: inline-block;
  margin-right: 8px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: "\f0a8";
  font-size: 14px;
}
.-sf-integrated-app .sfHeader a.sfBack {
  margin-top: 14px;
  margin-left: 15px;
}
.-sf-integrated-app .sfContentCentered {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45px;
  width: 620px;
}
.-sf-integrated-app .sfContentCentered h1.sfBreadCrumb {
  padding: 40px 0 24px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: normal;
  white-space: normal;
}
.-sf-integrated-app h1.sfBreadCrumb .sfBeta {
  padding: 1px 5px;
  position: relative;
  background-color: #69f;
  color: #fff;
  top: -15px;
  font-size: 9px;
  font-family: "open_sanssemibold", Arial, Verdana, sans-serif;
}
.-sf-integrated-app div.RadAjax,
.-sf-integrated-app .k-loading-mask {
  position: fixed !important;
  width: 100% !important;
  height: 2px !important;
  left: 0 !important;
  top: 0 !important;
  text-align: left !important;
  z-index: 9006 !important;
  border-top: 0;
  border-bottom: 0;
  background-color: transparent !important;
  color: #cacfe6 !important;
  overflow: hidden;
}
.-sf-integrated-app .sfWhiteBgDiv {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9005 !important;
  background-color: #fff !important;
  opacity: 0.1 !important;
  filter: alpha(opacity=10) !important;
}
.-sf-integrated-app div.RadAjax div.raColor,
.-sf-integrated-app .k-loading-mask .k-loading-color {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #4cb861;
  background-color: #38ab63;
  animation: loadingAnimation 1s linear infinite;
  transform-origin: 0 0;
}
.-sf-integrated-app div.RadAjax div.raDiv,
.-sf-integrated-app .k-loading-mask .k-loading-text {
  display: none;
}
.-sf-integrated-app .sfGreenMain {
  color: var(--sf-green-main);
}
.-sf-integrated-app .sfMoreDetails {
  color: #666;
  text-decoration: underline;
}
.-sf-integrated-app .sfMoreDetails:hover,
.-sf-integrated-app .sfMoreDetails:focus {
  color: #666;
  text-decoration: none;
}
.-sf-integrated-app .sfOverflowHidden {
  overflow: hidden;
}
.-sf-integrated-app .sfTextEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.-sf-integrated-app .sfSuccessTxt {
  color: #4cb861;
}
.-sf-integrated-app .sfBiggerTxt {
  font-size: 15px;
}
.-sf-integrated-app .sfSecondaryTxt {
  color: #666;
}
.-sf-integrated-app .sfMBottom20 {
  margin-bottom: 20px;
}
.-sf-integrated-app .sfMTop35 {
  margin-top: 35px;
}
.-sf-integrated-app .sfBorderList li,
.-sf-integrated-app .sfIrisOnOff .sfBorderList li {
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e4e4e4;
}
.-sf-integrated-app .sfForm,
.-sf-integrated-app .sfIrisOnOff .sfForm {
  margin-top: 15px;
  padding: 20px 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #e4e4e4;
  background-color: #fff;
}
.-sf-integrated-app .sfSimpleLoadingWrp {
  color: #105ab5;
  padding-top: 3px;
  padding-left: 30px;
  background: transparent url("/adminapp/assets/images/sfLoadingData.gif") no-repeat 0 1px;
  font-family: "open_sanssemibold", Arial, Verdana, sans-serif;
}
.-sf-integrated-app .sfClearer {
  clear: both;
}
.-sf-integrated-app .sfClearfix::before,
.-sf-integrated-app .sfClearfix::after {
  content: "";
  display: table;
}
.-sf-integrated-app .sfClearfix::after {
  clear: both;
}
.-sf-integrated-app .sfMTop10 {
  margin-top: 10px;
}
.-sf-integrated-app .sfHeader {
  position: relative;
  margin-bottom: -46px;
  height: 46px !important;
  box-shadow: 0 3px 5px #f3f3f3;
  background-color: #fff;
  z-index: 1000;
}
.-sf-integrated-app .sfIrisOnOff {
  padding-top: 46px;
}
.-sf-integrated-app .sfIrisOnOff h1.sfBreadCrumb {
  font-family: "open_sansregular", Arial, Verdana, sans-serif;
}
.-sf-integrated-app .sfWrapper .sfIrisOnOff h2 {
  font-size: 18px;
  font-family: "open_sansregular", Arial, Verdana, sans-serif;
  color: #333;
}
.-sf-integrated-app .sfIrisOnOff .sfBorderList li {
  padding: 10px 4px;
  list-style-type: none;
}
.-sf-integrated-app .sfIrisOnOff .sfBorderList li:last-child {
  border-bottom: 0;
}
.-sf-integrated-app .sfIrisOnOff button.sf-button.-action {
  background-color: #4cb861;
  border: 0;
}
.-sf-integrated-app .sfIrisOnOff button.sf-button.-action:hover,
.-sf-integrated-app .sfIrisOnOff button.sf-button.-action:focus {
  background-color: #429f55;
}
.-sf-integrated-app .ui-dialog,
.-sf-integrated-app .ui-dialog * {
  box-sizing: content-box;
}
.-sf-integrated-app .sfSelectorDialog h1 {
  padding: 0 0 15px;
  font-size: 10px;
  font-family: "open_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #666;
}
.-sf-integrated-app .sfSelectorDialog .sfSelectorFilters {
  padding: 9px 0 4px;
}
.-sf-integrated-app .sfSelectorDialog .sfSearchBoxSet {
  float: right;
  padding-right: 5px;
  z-index: 700009;
  position: relative;
}
.-sf-integrated-app .sfSearchBoxSet .sfSearchLbl {
  left: 5px;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 6px;
  color: #999;
  font-style: italic;
  font-weight: normal;
}
.-sf-integrated-app .sfSelectorDialog .sfSelectorFilters .sfTxt {
  padding: 4px 5px;
  width: 190px;
  vertical-align: middle;
  font-family: "open_sansregular", Arial, Verdana, sans-serif;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 0;
}
.-sf-integrated-app .sfSelectorDialog .sfSelectorGridWrapper {
  margin-bottom: 10px;
  padding: 10px;
  height: 340px;
  overflow: auto;
  border-width: 1px;
  background-color: #fff;
  border-style: solid;
  border-color: #ccc;
}
.-sf-integrated-app div.RadGrid {
  background-color: transparent;
  font-family: "open_sansregular", Arial, Verdana, sans-serif;
  border: 0;
  color: #333;
  line-height: 16px;
}
.-sf-integrated-app .RadGrid tbody .rgRow,
.-sf-integrated-app .RadGrid tbody .rgAltRow {
  background-color: transparent;
}
.-sf-integrated-app .RadGrid tbody tr.rgHoveredRow:not(.rgSelectedRow),
.-sf-integrated-app .RadGrid tbody tr:hover:not(.rgSelectedRow) {
  background-color: #f9f9f9;
  background-image: none;
  color: #333;
}
.-sf-integrated-app .sfSelectorDialog .RadGrid tbody .rgRow td,
.-sf-integrated-app .sfSelectorDialog .RadGrid tbody .rgAltRow td {
  padding: 5px 7px 8px;
  border: 0;
}
.-sf-integrated-app .sfSelectorDialog .RadGrid .rgSelectedRow {
  background-image: none;
  background-color: #e6f2f8;
  color: #000;
}
.-sf-integrated-app .sfSelectorDialog .RadGrid .sfItemTitle {
  font-family: "open_sanssemibold", Arial, Verdana, sans-serif;
  font-weight: normal;
  display: block;
  margin-top: -3px;
  line-height: 1.2;
  font-size: 13px;
}
.-sf-integrated-app .sfSelectorDialog .sfSelectorBtns {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
  color: #666;
  min-height: 30px;
}
.-sf-integrated-app .sfButtonArea .sfLinkBtn {
  margin-right: 5px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  min-height: 28px;
  line-height: 27px;
  max-width: 470px;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  background-color: #fff;
  transition: background-color 0.2s;
  font-size: 13px;
}
.-sf-integrated-app .sfButtonArea .sfLinkBtnIn {
  font-weight: normal;
}
.-sf-integrated-app .sfSelectorDialog .sfSave {
  min-width: 50px;
  text-align: center;
  background-color: #4cb861;
  min-height: 30px;
  line-height: 29px;
  border: 0;
  color: #fff;
}
.-sf-integrated-app .sfSelectorDialog .sfCancel {
  padding-left: 3px;
  color: #f00;
}
.-sf-integrated-app div.RadGrid .rgMasterTable .rgPager,
.-sf-integrated-app div.RadGrid .rgMasterTable .rgPager tr:hover .rgPagerCell {
  background-color: #fff;
}
.-sf-integrated-app div.RadGrid .rgMasterTable .rgPager .rgPagerCell {
  border: 0;
}
.-sf-integrated-app div.RadGrid .NumericPages .rgNumPart {
  display: inline-block;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: "open_sansregular", Arial, Verdana, sans-serif;
}
.-sf-integrated-app div.RadGrid .rgNumPart a {
  margin-right: 5px;
  padding: 3px 2px;
  min-width: 25px;
  background-image: none;
  text-align: center;
  border-radius: 15px;
  color: #105cb6;
}
.-sf-integrated-app div.RadGrid .rgNumPart a:first-child {
  margin-left: 5px;
}
.-sf-integrated-app div.RadGrid .rgNumPart a:hover {
  background-color: #e6f2f8;
  background-image: none;
  color: #00f;
}
.-sf-integrated-app div.RadGrid .rgNumPart span {
  float: none;
  padding-left: 0;
}
.-sf-integrated-app div.RadGrid.RadGrid .rgNumPart a.rgCurrentPage span,
.-sf-integrated-app div.RadGrid.RadGrid .rgNumPart a.rgCurrentPage:hover span,
.-sf-integrated-app div.RadGrid.RadGrid .rgNumPart a span:hover,
.-sf-integrated-app div.RadGrid.RadGrid .rgNumPart a:hover span {
  background-image: none;
}
.-sf-integrated-app div.RadGrid .rgNumPart a.rgCurrentPage {
  background-image: none;
  color: #000;
  border: 1px solid #d2d2d2;
  padding: 2px;
  background-color: transparent;
}
.-sf-integrated-app div.RadGrid .rgNumPart a.rgCurrentPage:hover {
  background-color: transparent;
}
.-sf-integrated-app div.RadGrid .rgInfoPart {
  margin-top: 23px;
  font-size: 13px;
  color: #656565;
}
.-sf-integrated-app div.RadGrid .rgInfoPart strong {
  color: #4c4e54;
  font-weight: 600;
}
.-sf-integrated-app .sfWrapper .sf-top-toolbar.-integration-list:not(.sf-sticky),
.-sf-integrated-app .-sf-search-centered {
  position: absolute;
  justify-content: center;
  top: 63px;
  left: 50vw;
  margin-left: -260px;
  width: 480px;
  background-color: transparent;
  box-shadow: none;
  z-index: 0;
  z-index: 1;
}
.-sf-integrated-app .sfWrapper .sf-main.-list {
  padding-top: 120px;
  padding-bottom: 270px;
}
.-sf-integrated-app .sfWrapper .sf-main.-sf-virtualized {
  padding-bottom: 50px;
}
.-sf-integrated-app .sfWrapper .sf-main.-details {
  position: relative;
  padding-top: 72px;
  min-height: 100vh;
  background-color: #fff;
  z-index: 5;
}
.-sf-integrated-app .sfWrapper .sf-main.-details::after {
  display: block;
  content: "";
  height: 35px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.-sf-integrated-app .sfWrapper .sf-notification-wrapper,
.-sf-integrated-app .sfPageEditor .sf-notification-wrapper {
  top: 60px;
}
.-sf-integrated-app .sfPageEditor .sf-notification-wrapper {
  left: 50%;
  transform: translateX(-50%);
}
.-sf-integrated-app .sfWrapper .sf-wrapper.-list .sf-sidebar::before {
  display: block;
  content: "";
  position: absolute;
  top: -46px;
  right: 0;
  width: 350px;
  height: 46px;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  z-index: 100;
}
.-sf-integrated-app .sfWrapper .sf-modal {
  margin-top: -46px;
  width: 100%;
  min-height: 100vh;
}
.-sf-integrated-app .sfWrapper .-sf-centered-vertical-box {
  min-height: calc(100vh - 46px);
}
.-sf-integrated-app .sfWrapper .monaco-editor {
  margin-top: 72px;
}
.-sf-integrated-app .sf-icon.fa {
  display: inline-flex;
  /*font-size: 1.8rem;*/
}
.-sf-integrated-app .sf-menu__icon-box.fa {
  display: block;
  line-height: 130px;
  /*font-size: 4.2rem;*/
}
.-sf-integrated-app .sfWrapper .-list sf-button:not(.sf-top-toolbar__nav-button) .-icon.-toggle {
  margin-right: 4px;
  width: 36px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  border: 1px solid transparent;
}
.-sf-integrated-app .sfWrapper .-list sf-button:not(.sf-top-toolbar__nav-button) .-icon.-toggle .sf-button__icon {
  width: 34px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
}
.-sf-integrated-app .sfWrapper .-list .sf-button.-icon.-toggle.-active {
  border-color: #eee;
}
.-sf-integrated-app .sfWrapper .sf-host.-animated {
  position: relative;
  z-index: 1001;
}
.-sf-integrated-app sf-app .error[generated] {
  display: none !important;
}
.-sf-integrated-app .sfWarningLangWrapper .sfWarningField .sfWarningMsg {
  position: absolute;
  z-index: 100;
  top: 46px;
  margin-top: 11px;
  left: 190px;
  /* 48px + 50px + 85px */
  max-width: calc(100vw - 500px);
  /* 48px + 50px + 85px + 280px */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.-sf-integrated-app.-sf-modal-window-open .modal-open {
  overflow: auto !important;
}
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor {
  overflow: initial;
}
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor .k-calendar .k-calendar-monthview,
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor .k-calendar .k-calendar-view,
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor .k-calendar .k-content.k-scrollable {
  box-sizing: content-box !important;
}
.-sf-integrated-app.-sf-modal-window-open .sfPageWrapper,
.-sf-integrated-app.-sf-modal-window-open .sfMessagePane,
.-sf-integrated-app.-sf-modal-window-open .sfWarningLangWrapper {
  display: none !important;
}
.-sf-integrated-app.-sf-modal-window-open .k-editor-toolbar > li,
.-sf-integrated-app.-sf-modal-window-open .k-colorpicker .k-tool-icon {
  margin: 0;
}
.-sf-integrated-app.-sf-modal-window-open .k-editor-toolbar .k-editor-widget .k-input-button.k-button {
  background: transparent;
}
.-sf-integrated-app.-sf-modal-window-open .k-editor-toolbar .k-button {
  background-color: #f5f5f5;
  border-radius: 0;
}
.-sf-integrated-app.-sf-modal-window-open .k-editor-toolbar .k-button:hover {
  background-color: #ebebeb;
}
.-sf-integrated-app.-sf-modal-window-open .k-window-titlebar .k-spacer {
  display: none;
}
.-sf-integrated-app.-sf-modal-window-open .k-window-titlebar .k-window-actions {
  margin: 0;
}
.-sf-integrated-app.-sf-modal-window-open .k-picker-wrap .k-select {
  position: static;
}
.-sf-integrated-app.-sf-modal-window-open .sfFooter {
  visibility: hidden;
}
.-sf-integrated-app.-sf-modal-window-open .sf-upload a {
  font-weight: normal;
}
.-sf-integrated-app.-sf-modal-window-open .sf-expander__checkbox,
.-sf-integrated-app.-sf-modal-window-open .sf-checkbox__input,
.-sf-integrated-app.-sf-modal-window-open .sf-radio__input {
  display: inline-flex !important;
}
.-sf-integrated-app.-sf-modal-window-open .sf-expander__header {
  display: inline-block !important;
  padding: 10px 0 !important;
}
.-sf-integrated-app.-sf-modal-window-open .sf-checkbox__label {
  display: flex !important;
  padding: 0 !important;
}
.-sf-integrated-app.-sf-modal-window-open .sf-expander__header::after, .-sf-integrated-app.-sf-modal-window-open .sf-expander__header::before,
.-sf-integrated-app.-sf-modal-window-open .sf-checkbox__label::after,
.-sf-integrated-app.-sf-modal-window-open .sf-checkbox__label::before {
  display: none !important;
}
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) input[type=email]:hover, .-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) input[type=email]:focus, .-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) input[type=email]:active,
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) input[type=text]:hover,
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) input[type=text]:focus,
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) input[type=text]:active,
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) textarea:hover,
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) textarea:focus,
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) textarea:active,
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) input[type=tel]:hover,
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) input[type=tel]:focus,
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) input[type=tel]:active,
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) input[type=password]:hover,
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) input[type=password]:focus,
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) input[type=password]:active {
  border: 1px solid var(--input-border-hover) !important;
}
.-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) .k-editor-toolbar .k-combobox .k-input, .-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) .k-editor-toolbar .k-combobox .k-input:hover, .-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) .k-editor-toolbar .k-combobox .k-input:focus, .-sf-integrated-app.-sf-modal-window-open .sfPageEditor:not(.sfTemplateEditor):not(.-sf-content-block-open) .k-editor-toolbar .k-combobox .k-input:active {
  border: 0 !important;
}
.-sf-integrated-app footer.sf-modal-window__buttons.-bottom {
  z-index: 1000;
}
.-sf-integrated-app .k-widget.k-window.k-window-maximized {
  overflow: auto !important;
}
.-sf-integrated-app .k-widget.k-datepicker,
.-sf-integrated-app .k-widget .k-state-default > .k-select,
.-sf-integrated-app .k-widget .k-editor-dropdown .k-dropdown-wrap.k-state-default {
  background-color: transparent;
}
.-sf-integrated-app .k-widget.k-datepicker.-small, .-sf-integrated-app .k-widget.k-timepicker.-small {
  width: 105px !important;
}
.-sf-integrated-app .k-widget.k-datepicker.-medium, .-sf-integrated-app .k-widget.k-timepicker.-medium {
  width: 140px !important;
}
.-sf-integrated-app .k-widget .k-picker-wrap.k-state-default {
  background-color: transparent;
}
.-sf-integrated-app .k-widget .k-picker-wrap.k-state-focused, .-sf-integrated-app .k-widget .k-picker-wrap.k-state-active {
  border-radius: 0;
  box-shadow: none;
}
.-sf-integrated-app .k-widget .k-picker-wrap .k-input {
  padding: 0 10px;
}
.-sf-integrated-app .k-widget .k-colorpicker {
  display: inline-flex;
  align-items: center;
  box-shadow: none;
}
.-sf-integrated-app .k-widget .k-colorpicker .k-picker-wrap {
  padding: 0;
  height: 100%;
}
.-sf-integrated-app .k-widget .k-colorpicker .k-select {
  position: static;
}
.-sf-integrated-app .k-widget .k-colorpicker .k-icon {
  display: flex;
  align-items: center;
}
.-sf-integrated-app .k-widget .k-editor-dropdown .k-dropdown-wrap.k-state-default .k-input {
  color: inherit;
}
.-sf-integrated-app .k-widget .k-editor-dropdown .k-dropdown-wrap.k-state-active.k-state-border-down {
  box-shadow: none;
}
.-sf-integrated-app .k-widget .k-editor-dropdown .k-dropdown-wrap .k-input,
.-sf-integrated-app .k-widget .k-editor-dropdown .k-dropdown-wrap .k-select {
  display: flex;
}
.-sf-integrated-app .k-widget .k-editor-dropdown .k-dropdown-wrap .k-input,
.-sf-integrated-app .k-widget .k-editor-dropdown .k-numeric-wrap .k-input,
.-sf-integrated-app .k-widget .k-editor-dropdown .k-textbox,
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-dropdown-wrap .k-input,
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-numeric-wrap .k-input,
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-textbox {
  padding: 4px 0 4px 8px !important;
}
.-sf-integrated-app .k-widget .k-editor-dropdown .k-checkbox,
.-sf-integrated-app .k-widget .k-editor-dropdown .k-checkbox-label,
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-checkbox,
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-checkbox-label {
  display: inline-flex !important;
}
.-sf-integrated-app .k-widget .k-editor-dropdown .k-checkbox-label::after,
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-checkbox-label::after {
  display: none !important;
}
.-sf-integrated-app .k-widget .k-editor-toolbar > li {
  margin-right: 0;
}
.-sf-integrated-app .k-widget .k-editor-toolbar .k-state-selected {
  box-shadow: none;
  background-color: transparent !important;
}
.-sf-integrated-app .k-widget .k-editor-toolbar .k-tool:hover {
  cursor: pointer;
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-window-action .k-icon {
  width: 32px;
  height: 32px;
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-tabstrip-items-wrapper {
  justify-content: center;
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-tabstrip-items-wrapper,
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-tabstrip-items-wrapper .k-tabstrip-items {
  border: 0;
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-tabstrip-items-wrapper .k-tabstrip {
  font-size: 13px;
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-tabstrip-items-wrapper .k-item {
  background: none;
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-tabstrip-items-wrapper .k-link {
  color: #006cd9;
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-tabstrip-items .k-item.k-state-hover,
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-dropdown-wrap.k-state-hover {
  background-color: transparent;
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-edit-field .k-textbox,
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-edit-field .k-dropdown {
  width: 100%;
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-edit-field .k-textbox {
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-edit-field .k-numerictextbox + .k-dropdown {
  width: auto;
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-edit-field .k-numeric-wrap,
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-edit-field .k-dropdown-wrap,
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-edit-field .k-picker-wrap {
  border-radius: 0;
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-edit-field .k-dropdown-wrap {
  background-color: transparent;
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-edit-field .k-dropdown-wrap.k-state-focused {
  background-color: transparent;
  box-shadow: 0 0 2px rgba(0, 108, 217, 0.8);
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-edit-field .k-dropdown-wrap .k-select,
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-edit-field .k-numeric-wrap .k-select,
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-edit-field .k-picker-wrap .k-select {
  position: static;
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-edit-buttons {
  background: transparent;
  border-top-color: #e4e4e4;
}
.-sf-integrated-app .k-widget .k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-content {
  height: auto;
}
.-sf-integrated-app .k-animation-container .k-list-container.k-state-border-up .k-list .k-item {
  display: flex;
}
.-sf-integrated-app .k-animation-container .k-list-container.k-state-border-up .k-list .k-item:last-child {
  display: flex;
}
.-sf-integrated-app .k-animation-container .k-list-container.k-state-border-up .k-list .k-item.k-state-focused {
  background-color: transparent;
}
/* Outline styles */
body:not(.-sf-outline) :focus {
  outline: 0;
}
body:not(.-sf-outline) button::-moz-focus-inner,
body:not(.-sf-outline) input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.-sf-outline .sf-checkbox__input:focus + label .sf-radio__icon,
.-sf-outline .sf-checkbox__input:focus + label .sf-checkbox__icon,
.-sf-outline .sf-radio__input:focus + label .sf-radio__icon,
.-sf-outline .sf-radio__input:focus + label .sf-checkbox__icon {
  outline: 1px auto #4d90fe;
}
.-sf-outline .sf-input-file input:focus + label .sf-button {
  outline: 1px auto #4d90fe;
}
.-sf-outline a.k-tool:focus,
.-sf-outline .k-dropdown.k-widget:focus {
  outline: 1px auto #4d90fe;
}
.-sf-outline.sfPageEditor:not(.sfTemplateEditor) .sf-input input:focus,
.-sf-outline.sfPageEditor:not(.sfTemplateEditor) .sf-input textarea:focus {
  box-shadow: 0 0 2px rgba(0, 108, 217, 0.8) !important;
}
@keyframes loadingAnimation {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes floatingText {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(-100% + 26px/2));
  }
  100% {
    transform: translate(0);
  }
}
@keyframes loader {
  40% {
    opacity: 1;
  }
}
@keyframes loadingProgressbar {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loadingSkeleton {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes pulsingColorLoading {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fafafa;
  }
  100% {
    background-color: #f6f6f6;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.-sf-contrast sf-app.sf-app {
  --color-h2: #696969;
  --color-h5: #696969;
  --color-error: #d40808;
  --color-success: #0e874c;
  --link-secondary-color: #696969;
  --link-side-secondary-color-active: #000;
  --link-side-secondary-color-hover: #000;
  --link-side-secondary-color: #696969;
  --link-color: #005fcc;
  --button-border-color: #cbcbcb;
  --button-interaction-border-color: #cbcbcb;
  --button-disabled-border-color: #f0f0f0;
  --button-disabled-color: #e4e4e4;
  --action-button-border-color: #0e874c;
  --action-button-background-color: #0e874c;
  --action-button-interaction-border-color: #006e33;
  --action-button-interaction-background-color: #006e33;
  --action-button-disabled-border-color: #b7dbca;
  --action-button-disabled-background-color: #b7dbca;
  --delete-button-border-color: #d40808;
  --delete-button-background-color: #d40808;
  --delete-button-interaction-border-color: #bb0000;
  --delete-button-interaction-background-color: #bb0000;
  --delete-button-disabled-border-color: #f2b5b5;
  --delete-button-disabled-background-color: #f2b5b5;
  --date-time-icon-border-color: #cbcbcb;
  --date-time-icon-color: #696969;
  --date-time-content-color: #696969;
  --default-icon-color: #696969;
  --icon-lighter-color: #cbcbcb;
  --icon-light-color: #cbcbcb;
  --icon-illustrative-font-color: #cbcbcb;
  --icon-positive-color: #0e874c;
  --icon-badge-add-color: #333;
  --icon-badge-add-bg-color: #fff;
  --icon-badge-add-border-color: #cbcbcb;
  --status-icon-color-published: #0e874c;
  --status-icon-color-restricted: #d40808;
  --status-bg-color-default: #ff8151;
  --status-icon-color-system: #cbcbcb;
  --status-icon-color-scheduled: #005fcc;
  --badge-white-border-color: #cbcbcb;
  --badge-color-bg-positive: #0e874c;
  --badge-color-bg-negative: #d40808;
  --badge-add-variation-bg-color: #fff;
  --badge-add-variation-border-color: #cbcbcb;
  --badge-add-variation-hover: #e4e4e4;
  --badge-add-variation-border-hover: #cbcbcb;
  --badge-add-variation-color: #333;
  --badge-edit-variation-bg-color: #005fcc;
  --badge-edit-variation-hover: #004faa;
  --badge-color: #333;
  --secondary-text-color: #696969;
  --input-placeholder-color: #696969;
  --input-title-placeholder-color: #909090;
  --input-border: #696969;
  --input-border-hover: #696969;
  --input-char-counter-success-color: #0e874c;
  --input-char-counter-error-color: #d40808;
  --select-border-color: #696969;
  --select-arrow-color: #696969;
  --checkbox-checked-border: #696969;
  --checkbox-border: #696969;
  --checkbox-border-hover: #696969;
  --dropdown-border: #cbcbcb;
  --dropdown-item-counter-neutral: #696969;
  --image-empty-border: #696969;
  --not-translated-image-label-bg: #696969;
  --input-box-shadow-hover: #696969;
  --tree-list-expander-color: #696969;
}
body.-sf-contrast {
  --sf-footer-color: #696969;
  --sf-topbar-color: #696969;
  --sf-h5-color: #696969;
  --sf-navigation-border-color: #cbcbcb;
  --sf-user-info-border-color: #cbcbcb;
  --sf-navigation-caret: #666;
  --sf-live-link: #0e874c;
  --sf-green-main: #0e874c;
}
.sfInitialAdminAppLoading .sf-loader.-home.-initial,
sf-app:empty + .sf-loader.-home.-initial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 100000;
  opacity: 1;
}
.sf-loader.-home.-initial {
  display: none;
  opacity: 0;
}
.sf-loader.-home.-initial .sf-loader__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sf-loader.-home.-initial .sf-loader__rect {
  margin-right: 1px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #38ab63;
  opacity: 0;
  animation: indexLoader 1s infinite ease-in-out;
}
.sf-loader.-home.-initial .sf-loader__rect.-first {
  animation-delay: 2s;
}
.sf-loader.-home.-initial .sf-loader__rect.-second {
  animation-delay: 2.1s;
}
.sf-loader.-home.-initial .sf-loader__rect.-third {
  animation-delay: 2.1s;
}
@keyframes indexLoader {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
