@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap);
/*!
 * FilePond 4.4.9
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--browser.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  opacity: 0;
  font-size: 0;
}
.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  pointer-events: none;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.01);
}
.filepond--drip-blob {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
}
.filepond--drip-blob,
.filepond--drop-label {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, opacity;
}
.filepond--drop-label {
  right: 0;
  margin: 0;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 0.5em;
}
.filepond--drop-label.filepond--drop-label strong:hover {
  cursor: pointer;
}
.filepond--drop-label label {
  cursor: default;
  font-size: 0.875em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #a7a4a4;
  text-decoration-color: #a7a4a4;
  cursor: pointer;
}
.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5;
}
.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
}
.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}
.filepond--file-action-button.filepond--file-action-button:after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: '';
}
.filepond--file-action-button {
  cursor: auto;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  -webkit-transition: box-shadow 0.25s ease-in;
  transition: box-shadow 0.25s ease-in;
}
.filepond--file-action-button:focus,
.filepond--file-action-button:hover {
  box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.9);
}
.filepond--file-action-button[disabled] {
  color: hsla(0, 0%, 100%, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
}
.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--file-info * {
  margin: 0;
}
.filepond--file-info .filepond--file-info-main {
  font-size: 0.75em;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.filepond--file-info .filepond--file-info-sub {
  font-size: 0.625em;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
}
.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}
.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}
.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2;
}
.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
}
.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: 0.5625em;
  color: #fff;
  border-radius: 0.5em;
}
.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}
.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}
.filepond--file .filepond--file-action-button,
.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator {
  position: absolute;
}
.filepond--file [data-align*='left'] {
  left: 0.5625em;
}
.filepond--file [data-align*='right'] {
  right: 0.5625em;
}
.filepond--file [data-align*='center'] {
  left: calc(50% - 0.8125em);
}
.filepond--file [data-align*='bottom'] {
  bottom: 1.125em;
}
.filepond--file [data-align='center'] {
  top: calc(50% - 0.8125em);
}
.filepond--file .filepond--progress-indicator {
  margin-top: 0.1875em;
}
.filepond--file .filepond--progress-indicator[data-align*='right'] {
  margin-right: 0.1875em;
}
.filepond--file .filepond--progress-indicator[data-align*='left'] {
  margin-left: 0.1875em;
}
[data-filepond-item-state*='error'] .filepond--file-info,
[data-filepond-item-state*='invalid'] .filepond--file-info,
[data-filepond-item-state='cancelled'] .filepond--file-info {
  margin-right: 2.25em;
}
[data-filepond-item-state='processing-complete'] .filepond--action-revert-item-processing svg {
  -webkit-animation: fall 0.5s linear 0.125s both;
  animation: fall 0.5s linear 0.125s both;
}
[data-filepond-item-state='processing-complete'] .filepond--file-info-sub,
[data-filepond-item-state='processing-complete'] .filepond--file-status-sub {
  opacity: 0;
}
[data-filepond-item-state='processing-complete'] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub,
[data-filepond-item-state='processing-complete'] .filepond--action-revert-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}
[data-filepond-item-state*='error'] .filepond--file-wrapper,
[data-filepond-item-state*='error'] .filepond--panel,
[data-filepond-item-state*='invalid'] .filepond--file-wrapper,
[data-filepond-item-state*='invalid'] .filepond--panel {
  -webkit-animation: shake 0.65s linear both;
  animation: shake 0.65s linear both;
}
[data-filepond-item-state*='busy'] .filepond--progress-indicator svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%,
  80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%,
  60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%,
  80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%,
  60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}
@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.filepond--hopper[data-hopper-state='drag-over'] > * {
  pointer-events: none;
}
.filepond--hopper[data-hopper-state='drag-over']:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.filepond--progress-indicator {
  z-index: 103;
}
.filepond--file-action-button {
  z-index: 102;
}
.filepond--file-status {
  z-index: 101;
}
.filepond--file-info {
  z-index: 100;
}
.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0.25em;
  will-change: transform, opacity;
}
.filepond--item > .filepond--panel {
  z-index: -1;
}
.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}
.filepond--item-panel {
  background-color: #64605e;
}
[data-filepond-item-state='processing-complete'] .filepond--item-panel {
  background-color: #369763;
}
[data-filepond-item-state*='error'] .filepond--item-panel,
[data-filepond-item-state*='invalid'] .filepond--item-panel {
  background-color: #c44e47;
}
.filepond--item-panel {
  border-radius: 0.5em;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}
.filepond--list-scroller[data-state='overflow'] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  -webkit-mask: linear-gradient(180deg, #000 calc(100% - 0.5em), transparent);
  mask: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  mask: linear-gradient(180deg, #000 calc(100% - 0.5em), transparent);
}
.filepond--list-scroller[data-state='overflow'] .filepond--list {
  bottom: 0;
  right: 0;
}
.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}
.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}
.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}
.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box;
}
.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform;
}
.filepond--list {
  left: 0.75em;
  right: 0.75em;
}
.filepond--root[data-style-panel-layout~='integrated'] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root {
  border-radius: 0;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root > *,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root > * {
  display: none;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--item-panel,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item-panel {
  display: none;
}
.filepond--root[data-style-panel-layout~='compact'] .filepond--list-scroller,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.filepond--root[data-style-panel-layout~='compact'] .filepond--list,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list {
  left: 0;
  right: 0;
  height: 100%;
}
.filepond--root[data-style-panel-layout~='compact'] .filepond--item,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item {
  margin: 0;
}
.filepond--root[data-style-panel-layout~='compact'] .filepond--file-wrapper,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--file-wrapper {
  height: 100%;
}
.filepond--root[data-style-panel-layout~='circle'] {
  border-radius: 99999rem;
  overflow: hidden;
}
.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel {
  border-radius: inherit;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--file-info,
.filepond--root[data-style-panel-layout~='circle'] .filepond--file-status,
.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel > * {
  display: none;
}
.filepond--panel-root {
  border-radius: 0.5em;
  background-color: #f1f0ef;
}
.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 100% !important;
  pointer-events: none;
}
.filepond-panel:not([data-scalable='false']) {
  height: auto !important;
}
.filepond--panel[data-scalable='false'] > div {
  display: none;
}
.filepond--panel[data-scalable='true'] {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important;
}
.filepond--panel-bottom,
.filepond--panel-center,
.filepond--panel-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.filepond--panel-bottom,
.filepond--panel-top {
  height: 0.5em;
}
.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}
.filepond--panel-top:after {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}
.filepond--panel-bottom,
.filepond--panel-center {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0);
}
.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}
.filepond--panel-bottom:before {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}
.filepond--panel-center {
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}
.filepond--panel-center:not([style]) {
  visibility: hidden;
}
.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity;
}
.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box;
}
.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}
.filepond--list-scroller {
  z-index: 6;
}
.filepond--drop-label {
  z-index: 5;
}
.filepond--drip {
  z-index: 3;
}
.filepond--root > .filepond--panel {
  z-index: 2;
}
.filepond--browser {
  z-index: 1;
}
.filepond--root {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: normal;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 450;
  text-align: left;
  text-rendering: optimizeLegibility;
  direction: ltr;
  contain: layout style size;
}
.filepond--root * {
  font-size: inherit;
  box-sizing: inherit;
  line-height: inherit;
}
.filepond--root[data-disabled] {
  pointer-events: none;
}
.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}
.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}

.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{flex-grow:1;flex-basis:0;max-width:100%}.col-xs-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{justify-content:flex-start;text-align:start}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end;text-align:end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{justify-content:flex-start;text-align:start}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end;text-align:end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{justify-content:flex-start;text-align:start}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end;text-align:end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{justify-content:flex-start;text-align:start}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end;text-align:end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}
/**
 *
 * Alltours CSS File
 * Copyright Marktplatz GmbH - Agentur für Web & App <info@marktplatz-agentur.de>
 *
 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-family: 'Roboto', sans-serif;
}

html,
body,
.LoggedInArea {
  height: 100%;
}

body.u-noScroll {
  overflow: hidden;
  max-height: 100vh;
}

body.u-noScroll::after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.app {
  background-color: #eaeef2;
  min-height: 100%;
}

button {
  cursor: pointer;
}

hr {
  margin: 20px 0;
  border: none;
  border-top: 2px solid #3263aa;
}

.ContentArea {
  height: 100%;
  margin-top: 150px;
  margin-left: 115px;
  padding: 50px;
  background: #eaeef2;
  position: relative;
}

.Loader-Wrapper {
  width: 100%;
  text-align: center;
}

.Loader-text {
  color: #3263aa;
  font-weight: 700;
}

.filepond--wrapper {
  width: 100%;
}

.filepond--panel-root {
  border-radius: 5px;
  background: rgb(243, 244, 245);
}

/* ==================== HEADINGS ==================== */
h2 {
  font-size: 21px;
  color: #506183;
  font-weight: 400;
  margin-bottom: 15px;
}

/* ==================== ERROR MODAL ==================== */

.Alert {
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 0;
  width: 300px;
  height: 400px;
  padding: 25px 40px 35px 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scale(0.00001);
          transform: scale(0.00001);
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.Alert-Top {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.Alert--is-Active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.Alert-Title {
  font-size: 25px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 40px;
}

.Alert-Title::after {
  content: '';
  width: 160px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.Alert-Text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

.Alert-Button {
  width: 100%;
  border: 2px solid;
  border-radius: 14px;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.Alert--warning {
  background-color: #ffee8e;
  color: #937700;
}

.Alert--warning .Alert-Title::after {
  background: rgba(191, 159, 23, 0.4);
}

.Alert--warning .Alert-Button {
  border-color: #937700;
  color: #937700;
}

.Alert--warning .Alert-Button:hover {
  background-color: #937700;
  color: #ffee8e;
}

.Alert--error {
  background-color: #e40521;
  color: #ffffff;
}

.Alert--error .Alert-Title::after {
  background: rgba(255, 255, 255, 0.6);
}

.Alert--error .Alert-Button {
  border-color: #ffffff;
  color: #ffffff;
}

.Alert--error .Alert-Button:hover {
  background-color: #ffffff;
  color: #e40521;
}

/* ==================== FIELDS ==================== */

.field {
  color: #506183;
  padding: 30px;
  font-size: 18px;
  border: 0;
  border-radius: 0;
}

.field::-webkit-input-placeholder {
  color: rgba(80, 97, 131, 0.8);
}

.field::-moz-placeholder {
  color: rgba(80, 97, 131, 0.8);
}

.field:-ms-input-placeholder {
  color: rgba(80, 97, 131, 0.8);
}

.field::-ms-input-placeholder {
  color: rgba(80, 97, 131, 0.8);
}

.field::placeholder {
  color: rgba(80, 97, 131, 0.8);
}

.fieldTextarea-Wrapper {
  width: 100%;
  position: relative;
}

.fieldTextarea {
  width: 100%;
  resize: vertical;
  max-height: 300px;
  height: 200px;
}

.fieldTextareaCounter {
  position: absolute;
  right: 20px;
  bottom: 10px;
  pointer-events: none;
  color: #164194;
  -webkit-transform: scale(0.000001);
          transform: scale(0.000001);
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.fieldTextareaCounter.is-Active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fieldTextareaCounter.is-Red {
  color: #e40521;
}

.field-border-bottom {
  border-bottom: 6px solid #eaeef2;
}

/* ================== INPUTS ================== */
.Input-wrapper {
  width: 100%;
}

.Input,
.Datepicker {
  position: relative;
  width: 100%;
  color: #506183;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.Input-field,
.DayPickerInput input {
  display: block;
  width: 100%;
  padding: 15px;
  font-weight: 400;
  font-size: 16px;
  background: rgb(243, 244, 245);
  border: none;
  border-radius: 5px;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 5px;
}

textarea.Input-field {
  min-height: 150px;
  resize: vertical;
}

.Input-error,
.Datepicker-error,
.Dropdown-error {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 10px;
  padding: 5px 15px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  background: #e40521;
  z-index: 3;
  color: #ffffff;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

.Input-passwordRules {
  font-size: 12px;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}

.Login-Form .Input-passwordRules {
  width: 100%;
  margin-left: 0;
  position: relative;
  display: flex;
  background: transparent;
  border-radius: 10px;
  padding: 10px 20px;
}

.Input-passwordRule {
  color: #506183;
  flex: 1 0 50%;
}

.Input-passwordRule-passed {
  color: #a6d35d;
}

.Input-passwordShowButton .Input-field {
  padding-left: 85px;
}

.Input-showPasswordButton {
  position: absolute;
  left: 0;
  top: 53px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 51px;
  margin-top: 2px;
  border: 0;
  background: transparent;
  padding: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid rgba(80, 97, 131, 0.55);
  max-width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Input-showPasswordButton-text {
  margin: auto;
}

.Switch,
.Input-wrapper:not(.Input--fullWidth),
.Dropdown:not(.Input--fullWidth),
.Datepicker:not(.Input--fullWidth) {
  max-width: calc(50% - 30px);
}

/* ================== DATE PICKER ================== */
.DayPickerInput {
  display: block;
  width: 100%;
}
.DayPickerInput-OverlayWrapper {
  z-index: 9999;
}
/* ================== SWITCH ================== */
.Rights-Wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Switch {
  margin: 0 0 15px 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.Switch--inline {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 15px 10px 15px;
}
.Switch--inline .Switch-title {
  margin-left: 15px;
}

.Switch-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.Switch-title {
  display: block;
  color: #506183;
  font-size: 18px;
  min-width: 250px;
  max-width: 100%;
}
.Switch-description {
  display: block;
  font-weight: 400;
  color: rgba(80, 97, 131, 0.6);
}
.Switch-label {
  display: block;
  padding: 15px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.Switch-switch {
  position: relative;
  display: block;
  z-index: -1;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  background-color: #ebeef2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.Switch-switch::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-5px, -50%);
          transform: translate(-5px, -50%);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.65, 0.38, 0.29, 1.19);
  transition: -webkit-transform 200ms cubic-bezier(0.65, 0.38, 0.29, 1.19);
  transition: transform 200ms cubic-bezier(0.65, 0.38, 0.29, 1.19);
  transition: transform 200ms cubic-bezier(0.65, 0.38, 0.29, 1.19), -webkit-transform 200ms cubic-bezier(0.65, 0.38, 0.29, 1.19);
}
.Switch-input:checked ~ .Switch-switch {
  background-color: #4e84bf;
}
.Switch-input:checked ~ .Switch-switch::after {
  -webkit-transform: translate(20px, -50%);
          transform: translate(20px, -50%);
}
.Switch--disabled > * {
  -webkit-filter: grayscale(75%);
          filter: grayscale(75%);
  cursor: not-allowed;
}

/* ==================== DROPDOWN ==================== */
.Dropdown {
  font-size: 16px;
  color: #506183;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 15px;
}

.Dropdown-label {
  color: #506183;
  font-size: 18px;
}

.Dropdown-input {
  width: 100%;
}

.Dropdown__control.Dropdown__control,
.Dropdown__control--is-focused {
  padding: 8px 5px;
  font-weight: 400;
  font-size: 16px;
  background: rgb(243, 244, 245);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 5px;
  border: none;
  outline: none;
  box-shadow: none;
}

.Dropdown__control:hover.Dropdown__control:hover {
  cursor: pointer;
}

.LoginDropdown__control.LoginDropdown__control {
  border: 1px solid #506183;
  box-shadow: 0;
  background: transparent;
  border-radius: 10px;
  padding: 15px 10px;
}

.LoginDropdown__control.LoginDropdown__control::after {
  content: '\f0d7';
  height: 20px;
  width: 20px;
  position: absolute;
  right: 15px;
  top: 49%;
  color: #169fdb;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 23px;
}

.LoginDropdown__single-value.LoginDropdown__single-value,
.LoginDropdown__placeholder.LoginDropdown__placeholder {
  font-size: 18px;
  color: #506183;
}

.LoginDropdown__indicator svg,
.LoginDropdown__indicator-separator  {
  display: none;
}

.Dropdown__indicator.Dropdown__clear-indicator svg,
.Dropdown__indicator.Dropdown__clear-indicator {
  display: block;
  color: #4e84bf;
}

.Dropdown:active,
.Dropdown:focus {
  border-color: #169fdb;
}

.Dropdown-Caret {
  position: absolute;
  top: 70%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #4e84bf;
  pointer-events: none;
}

.Toolbar .Dropdown-Caret {
  top: 55%;
}

.LoginDropdown__indicators.LoginDropdown__indicators,
.Dropdown__indicator svg,
.Dropdown__indicator-separator {
  display: none;
}

.Dropdown-w100p {
  width: 100%;
}

.Slash {
  display: inline-block;
  margin: 0 20px;
}

/* ==================== BUTTONS ==================== */

a.Button {
  text-align: center;
}

.Button {
  -webkit-appearance: none;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 20px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 90px;
  margin: 5px;
  border: 2px solid #ffffff;
}

.Button--big {
  width: 100%;
}

.Button--small {
  font-size: 14px;
  border-radius: 10px;
}

.Button--primary {
  background: #a6d35d;
  color: #ffffff;
}

.Button--default {
  background: #4e84bf;
  color: #ffffff;
}

.Button--danger {
  background: #e40521;
  color: #ffffff;
}

.Button--warning {
  background: #ffee8e;
  color: #937700;
}

.Button-icon {
  margin-right: 10px;
}

.Button--disabled {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: not-allowed;
}

/* ==================== TOOLBAR ==================== */
.Toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.Toolbar-buttons {
  margin-left: auto;
}

.Toolbar-Filter {
  display: block;
  width: 100%;
}

.Toolbar .Dropdown {
  min-width: 200px;
  margin-right: 10px;
}

/* ==================== SEARCHBAR ==================== */

.Searchbar {
  border-radius: 90px;
  border: 2px solid #ffffff;
  background: #efefef;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.Searchbar-icon {
  color: #506183;
}

.Searchbar-Field {
  border-radius: 90px;
  height: 100%;
  min-width: 390px;
  max-width: 390px;
  font-size: 18px;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  padding: 10px 20px;
  color: #506183;
  outline: 0;
}

.Searchbar-Field::-webkit-input-placeholder {
  font-size: 18px;
  color: #506183;
}

.Searchbar-Field::-moz-placeholder {
  font-size: 18px;
  color: #506183;
}

.Searchbar-Field:-ms-input-placeholder {
  font-size: 18px;
  color: #506183;
}

.Searchbar-Field::-ms-input-placeholder {
  font-size: 18px;
  color: #506183;
}

.Searchbar-Field::placeholder {
  font-size: 18px;
  color: #506183;
}

/* ==================== SELECT ==================== */

.select {
  -webkit-appearance: none;
  color: #506183;
  border: 1px solid #506183;
  padding: 20px;
  border-radius: 10px;
  font-size: 18px;
}

/* ==================== LINK ==================== */

.Link {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  color: #4e84bf;
  font-size: 18px;
}

.Link:hover {
  cursor: pointer;
}

.Link--underlined {
  text-decoration: underline;
}

/* ==================== RADIUS ==================== */

.radius {
  border-radius: 10px;
}

.radius-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.radius-under {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* ==================== LOGIN ==================== */

.Login {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.Login-Form-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.Login-Form {
  width: 625px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 36px rgba(22, 65, 148, 0.1);
}

.Login-Form-logo {
  position: absolute;
  margin-left: -50px;
  top: -200px;
}

.Login-Form-box-contact .Login-Form-logo {
  top: -150px;
}

.Login-Form-title {
  color: #164194;
  font-size: 34px;
  margin-left: 30px;
  margin-bottom: 25px;
}

.Login-Form-actions {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.Login-Form-actions > * + * {
  margin-left: 20px;
}

.Login-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
}

.Login-submit {
  color: #ffffff;
  background: #4e84bf;
  background: linear-gradient(135deg, #4e84bf 40%, #164194 100%);
  -webkit-appearance: none;
  font-size: 18px;
  font-weight: 700;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  padding: 30px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 15px 15px;
}

.Login-submit:disabled {
  -webkit-filter: grayscale(40%);
          filter: grayscale(40%);
  cursor: not-allowed;
}

.Logout-button {
  -webkit-appearance: none;
  font-size: 18px;
  font-weight: 700;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  padding: 30px;
  color: #ffffff;
}

.Footer-link {
  margin-right: 20px;
}

.Footer-version {
  -webkit-appearance: none;
  border: 0;
  background: 0;
  font-size: 18px;
  color: #506183;
}

/* ==================== LOGIN OFFICE ==================== */

.Login-Form--office {
  padding: 20px 30px 40px 30px;
  background: #ffffff;
}

.Login-Form--office .Login-Form-title {
  width: 100%;
  text-align: center;
  font-size: 25px;
  margin: 0;
  margin-bottom: 35px;
  position: relative;
}

.Login-Form--office .Login-Form-title::after {
  content: '';
  background: #eaeef2;
  width: 160px;
  height: 6px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
}

/* ==================== NAVIGATION ==================== */

.Navigation {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99999;
}

.Navigation-Left {
  position: fixed;
  left: 0;
  top: 0;
  width: 115px;
  height: 100%;
  z-index: 99999;
  -webkit-transition: width 500ms ease-in-out;
  transition: width 500ms ease-in-out;
}

.Navigation-Left.is-Active {
  width: 300px;
}

.Navigation-Left-Top {
  height: 150px;
  background: rgba(22, 65, 148, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.Navigation-Sidenav {
  height: 100%;
  background: #3263aa;
}

.Navigation-FirstLevelMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100px;
  background: transparent;
  border: 0;
  color: #ffffff;
  text-decoration: none;
}

.Navigation-FirstLevelMenu:hover {
  cursor: pointer;
}

.Navigation-FirstLevelMenu-Title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
}

.Navigation-FirstLevelMenu--Highlight {
  background: #169fdb;
}

.Navigation-FirstLevelMenu--Highlight .Navigation-FirstLevelMenu-Title {
  margin-top: 5px;
}

.Navigation-FirstLevelMenu-Icon.Navigation-FirstLevelMenu-Icon {
  height: 25px;
  width: auto;
  color: #ffffff;
}

.Navigation-FirstLevelMenu--Highlight .Navigation-FirstLevelMenu-Icon {
  height: 35px;
}

.Navigation-SecondLevelmenu {
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  overflow: hidden;
  max-height: calc(100vh - 350px);
  overflow-y: auto;
}

.Navigation-SecondLevelmenu::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.Navigation-SecondLevelmenu::-webkit-scrollbar-button {
  width: 2px;
  height: 2px;
}

.Navigation-SecondLevelmenu::-webkit-scrollbar-thumb {
  background: #169fdb;
  border: 0 none #ffffff;
  border-radius: 3px;
}

.Navigation-SecondLevelmenu::-webkit-scrollbar-thumb:hover {
  background: #169fdb;
}

.Navigation-SecondLevelmenu::-webkit-scrollbar-thumb:active {
  background: #169fdb;
}

.Navigation-SecondLevelmenu::-webkit-scrollbar-track {
  background: #eaeef2;
  border: 0 none #ffffff;
}

.Navigation-SecondLevelmenu::-webkit-scrollbar-track:hover {
  background: #eaeef2;
}

.Navigation-SecondLevelmenu::-webkit-scrollbar-track:active {
  background: #f8f9fa;
}

.Navigation-SecondLevelmenu::-webkit-scrollbar-corner {
  background: transparent;
}

.Navigation-SecondLevelmenu.is-Active {
  pointer-events: all;
  opacity: 1;
}

.Navigation-SecondLevelmenu-Group {
  display: block;
  border-top: 1px solid #ffffff;
  padding: 15px 20px;
  width: 300px;
  min-width: 300px;
}

.Navigation-SecondLevelmenu-Group:last-of-type {
  border-bottom: 1px solid #ffffff;
}

.Navigation-SecondLevelmenu-Group.lightblue {
  border-left: 11px solid #77bddb;
}

.Navigation-SecondLevelmenu-Group.white {
  border-left: 11px solid #eaeef2;
}

.Navigation-SecondLevelmenu-Group.darkblue {
  border-left: 11px solid #164194;
}

.Navigation-SecondLevelmenu-Group-Links {
  height: auto;
}

.Navigation-SecondLevelmenu-Group-Title {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.Navigation-SecondLevelmenu-Group-Link {
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
}

.Navigation-Top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #4e84bf;
  color: #ffffff;
  font-size: 18px;
  padding: 25px 0;
  width: calc(100% - 115px);
}

.Navigation-Search {
  margin-left: 50px;
  display: flex;
  align-items: center;
  width: 150px;
  padding-left: 15px;
  border-radius: 90px;
  height: 50px;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.21);
  background: rgba(239, 239, 239, 1);
  -webkit-transition: width 500ms ease-in-out;
  transition: width 500ms ease-in-out;
}

.Navigation-Search:focus-within {
  width: 450px;
}

.Navigation-Search-Icon {
  color: rgba(80, 97, 131, 1);
  height: 20px;
  width: auto;
}

.Navigation-Search-Field {
  color: rgba(80, 97, 131, 1);
  border: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  border-radius: 90px;
  padding-left: 10px;
  font-size: 18px;
  outline: 0;
}

.Navigation-Top-Right {
  display: flex;
  align-items: center;
}

.Navigation-Top-Right > * {
  margin-left: 50px;
}

.Navigation-User {
  display: flex;
  align-items: center;
}

.Navigation-User-Text {
  font-weight: 500;
}

.Navigation-User-Image-Box {
  height: 100px;
  width: 100px;
  margin-right: 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.Navigation-User-Image-Wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.Navigation-User-Image {
  height: 100%;
}

.Navigation-User-Menu-Button {
  color: #169fdb;
  background: #ffffff;
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  bottom: -5px;
  cursor: pointer;
}

.Navigation-User-Menu-Button-Icon.Navigation-User-Menu-Button-Icon {
  height: 20px;
  width: auto;
}

.Navigation-User-Menu {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  width: 180px;
  position: absolute;
  right: -5px;
  bottom: 25px;
  -webkit-transform: translateY(100%) scale(0.000000001);
          transform: translateY(100%) scale(0.000000001);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  border-radius: 15px;
  padding: 10px;
  text-align: right;
  align-items: flex-end;
  box-shadow: 0 8px 6px rgba(80, 97, 131, 0.36);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.Navigation-User-Menu.is-Active {
  -webkit-transform: translateY(100%) scale(1);
          transform: translateY(100%) scale(1);
}

.Navigation-User-Menu-Close {
  display: block;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  color: #169fdb;
  cursor: pointer;
  font-size: 19px;
}

.Navigation-User-Menu-Close-Icon {
  width: auto;
  height: 20px;
}

.Navigation-User-Menu-Link {
  color: #506183;
  text-decoration: none;
  padding: 5px 0;
}

.Navigation-Info {
  display: flex;
  align-items: center;
}

.Navigation-Info-Icon {
  margin-right: 15px;
}

/* ==================== SELECT ==================== */

.Selectbox-wrapper {
  position: relative;
  width: 200px;
}

.Selectbox {
  padding: 17px 20px;
  display: inline-block;
  width: 500px;
  -webkit-appearance: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: rgba(80, 97, 131, 0.75);
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  border: 0;
}

.Selectbox-wrapper--small {
  display: inline-block;
}

.Selectbox-wrapper--small .Selectbox {
  width: 200px;
  padding: 10px;
}

.Selectbox-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #4e85bf transparent transparent transparent;
  pointer-events: none;
}

/* ==================== FILE ==================== */

.File-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.File-image-picture {
  max-width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.File-preview {
  position: relative;
}

.File-preview::after {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  content: '\f019';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 15px);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  font-size: 200px;
  font-weight: 300;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.File-preview-noDownload::after {
  content: none;
}

.File-icon {
  font-size: 200px;
}

.File-preview:hover::after {
  opacity: 1;
  cursor: pointer;
}

/* ==================== WIDGET ==================== */

.Widgets {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 15px -10px;
}

.Widget {
  background: #ffffff;
  color: #164194;
  margin: 5px 10px;
  height: 360px;
  border-radius: 10px;
  box-shadow: 0 0 36px rgba(22, 65, 148, 0.1);
  width: 302.5px;
  min-width: 302.5px;
  max-width: 302.5px;
  padding: 20px 20px 30px 20px;
  display: inline-block;
  position: relative;
}

.Widget-Size-2x {
  width: 465px;
  min-width: 465px;
  max-width: 465px;
}

.Widget-Size-3x {
  width: 785px;
  min-width: 785px;
  max-width: 785px;
}

.Widget-Action-Button {
  position: absolute;
  top: 7px;
  right: 7px;
  color: #169fdb;
  z-index: 10;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.Widget.is-Favorite .Widget-Action-Button {
  color: #ffffff;
}

.Widget-Action-Button--Remove {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e40521;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  z-index: 1000;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.Widget-Fav-Button {
  position: absolute;
  bottom: 7px;
  right: 7px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  z-index: 10;
  background: #169fdb;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.Widget.is-Favorite .Widget-Fav-Button {
  background: #ffffff;
}

.Widget.is-Favorite {
  color: #ffffff;
  background: #169fdb;
  background: linear-gradient(135deg, #169fdb 0%, #164194 100%);
}

.Widget .Widget-Settings {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  padding: 20px;
  z-index: 10;
  background: rgba(22, 65, 148, 0.95);
  -webkit-transform: scale(0.0001);
          transform: scale(0.0001);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  translate: transform 250ms ease;
}

.Widget .Widget-Settings.is-Active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.Widget.is-Favorite .Widget-Settings {
  background: rgba(255, 255, 255, 0.95);
}

.Widget-Settings-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.Widget.is-Favorite .Widget-Settings-title {
  color: #164194;
}

.Widget-Title {
  position: relative;
  color: #164194;
  font-size: 25px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.Widget-Title::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 5px;
  border-radius: 15px;
  background: #eaeef2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -15px;
}

.Widget.is-Favorite .Widget-Title {
  color: #ffffff;
}

.Widget.is-Favorite .Widget-Title::after {
  background: rgba(234, 238, 242, 0.5);
}

/* ==================== DIENSTPLAN ==================== */
.Calendar {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  background: #fff;
  margin-right: 25px;
}

.Calendar th,
.Calendar td {
  text-align: center;
  border: 1px solid #ffffff;
  color: #000000;
}

.Calendar th {
  background: #ebebeb;
  height: 30px;
  line-height: 30px;
  width: 50px;
}

.Calendar .month-header th {
  background: #4e84bf;
  border: none;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}

.Calendar .nav .nav-inner {
  cursor: pointer;
  border: 0;
  background: none transparent;
}

.Calendar .Day {
  cursor: pointer;
}

.Calendar .Day .Day-inner {
  outline: none;
  background: #f2f2f2;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  width: 50px;
  border: none;
}

.Calendar .Day.today .Day-inner {
  background: #ffffff;
  box-shadow: inset 0 0 0 3px #e40521;
  color: #e40521 !important;
}

.Calendar .Day.green .Day-inner {
  background: #a6d35d;
  color: #ffffff;
}

.Calendar .Day.blue .Day-inner {
  background: #169fdb;
  color: #ffffff;
}

.Calendar .Day.selected .Day-inner {
  background: none;
}

.Calendar .Day.other-month .Day-inner {
  color: rgba(0, 0, 0, 0.2) !important;
}

.DutySchedule-content {
  display: flex;
  justify-content: center;
  padding: 25px 0;
}

.DutySchedule-nextDuty {
  margin-bottom: 25px;
  font-size: 20px;
}

.DutySchedule-nextHolidays {
  font-size: 20px;
}

.DutySchedule-nextHolidays b {
  color: #a6d35d;
}

/* ==================== WEATHER ==================== */

.Weather {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.Weather-Title {
  font-size: 24px;
  font-weight: 600;
}

.Weather-Bottom {
  text-align: center;
}

.Weather-Unit {
  margin: 7.5px 0;
}

.Weather-Unit:first-of-type {
  margin: 0 0 7.5px 0;
}

.Weather-Unit:last-of-type {
  margin: 7.5px 0 0 0;
}

.Weather-Unit-big {
  font-weight: 600;
}

/* ==================== QUOTE ==================== */

.Quote {
  position: relative;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.Quote-Icon {
  display: block;
  color: #d9dde2;
  margin: 15px 0;
}

.Quote-Icon--Top {
  width: 100%;
  text-align: right;
}

.Quote-Icon--Bottom {
  position: absolute;
  bottom: -15px;
  width: 100%;
  background: #ffffff;
}

.Quote-Text {
  font-size: 18px;
  line-height: 28px;
  max-width: 230px;
  margin: 0 auto;
}

/* ==================== TIME ==================== */

.Time-Body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}

.Time-Body-Time {
  font-weight: 700;
  margin-bottom: 10px;
}

.Time-Body-Date {
  font-size: 26px;
}

/* ==================== MAGAZINE ==================== */
.MagazineWidget {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: inherit;
  border-radius: inherit;
  overflow: hidden;
  z-index: 1;
}

.MagazineWidget-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

.MagazineWidget-itemDetails {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 25px;
  background: rgba(78, 133, 191, 0.87);
  color: #ffffff;
}

.MagazineWidget-itemDescription {
  min-height: 2.5em;
}

.MagazineWidget-itemPublisher {
  position: absolute;
  top: 0;
  right: 15px;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}

/* ==================== NEWS ==================== */
.NewsWidget-news {
  display: flex;
  align-items: center;
  min-height: 65px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(80, 97, 131, 0.3);
  text-decoration: none;
}

.NewsWidget-newsPublisher {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
  font-size: 12px;
  color: #506183;
  font-weight: 700;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid;
}

.NewsWidget-newsPublisher span {
  display: block;
}

.NewsWidget-newsDetails {
  flex: 1 1;
  width: calc(100% - 95px);
}

.NewsWidget-newsTitle {
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4e84bf;
}

.NewsWidget-newsPin {
  color: #e40521;
}

.NewsWidget-newsTitle span {
  white-space: nowrap;
}

.NewsWidget-newsDate {
  color: #4e84bf;
}
/* ==================== SANDCASTLE ==================== */

.Turnover {
  position: relative;
  height: 100%;
}

.Turnover .Widget-Title {
  text-align: right;
  padding-right: 100px;
}

.Turnover .Widget-Title::after {
  right: 0;
  left: 65%;
}

.Turnover-flex {
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Turnover-LeftSide {
  flex: 1 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.Turnover-RightSide {
  flex: 2 1;
  height: 100%;
}

.Sandcastle-Wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.Sandcastle--Overlay-Wrapper,
.Sandcastle--Background {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.Sandcastle--Overlay-Wrapper {
  overflow: hidden;
}

.colorIndicator {
  width: 11px;
  height: 11px;
  background: #3263aa;
  border-radius: 50%;
  display: inline-block;
}

.Turnover-Text {
  color: #506183;
  font-size: 18px;
  font-weight: 600;
}

.Circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 100%;
}

.Circle-inner {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 6px solid #3263aa;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}

.Circle-Amount {
  position: absolute;
  left: 50%;
}

/* ==================== ACCESS ==================== */

.Access .Widget-Title {
  margin-bottom: 35px;
}

.Access-Button {
  background: transparent;
  color: #ffffff;
  border: 0;
  font-weight: 600;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  width: 90%;
  display: flex;
  align-items: center;
}

.AccessButton-Text {
  margin-left: 10px;
  font-size: 20px;
}

.Access-Data p {
  display: block;
  width: 100%;
}

.Access-Label {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.Access-Data p:last-of-type {
  margin-bottom: 20px;
}

.Access-Field {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  max-width: 40%;
}

.Access-Back,
.Access-ShowAll {
  background: transparent;
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  text-decoration: none;
  border-radius: 14px;
  border: 2px solid #ffffff;
  font-size: 18px;
  font-weight: 600;
}

/* ==================== WHO ==================== */

.Who-Flex {
  display: flex;
  flex-direction: column;
}

.Who-Top {
  padding: 5px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.Who-Top-Data {
  margin-left: 20px;
  font-size: 18px;
}

.Who-title {
  width: 100%;
  color: #4e84bf;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}

.Who-Data-Link {
  width: 100%;
  color: #169fdb;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
}

.Who-Data-Link svg {
  margin-right: 10px;
}

.Who-Br {
  margin: 15px 0 10px 0;
  height: 1px;
  border: 1px solid rgba(80, 97, 131, 0.3);
  background: transparent;
  color: transparent;
}

.Who-Search {
  width: 100%;
  border: 2px solid #ffffff;
  background: #efefef;
  border-radius: 40px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.21);
  display: flex;
  align-items: center;
}

.Who-Search-Icon {
  margin: 10px 5px 10px 20px;
  font-size: 22px;
  color: #506183;
}

.Who-Search-Input {
  font-size: 18px;
  color: #506183;
  padding: 15px 10px;
  width: 100%;
  border: 0;
  background: transparent;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

/* ==================== DASHBOARD ==================== */

.Dashboard-Top {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}

.Dashboard-Title {
  font-weight: 600;
  font-size: 18px;
  color: #506183;
}

.Dashboard-Slider {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  margin: 15px 0;
}

.Dashboard-Slider:focus {
  outline: none;
}

.Dashboard-Slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: #506183;
  border-radius: 11px;
}

.Dashboard-Slider::-webkit-slider-thumb {
  height: 21px;
  width: 200px;
  border-radius: 110px;
  background: #169fdb;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

.Dashboard-Slider::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: #506183;
  border-radius: 11px;
}

.Dashboard-Slider::-moz-range-thumb {
  height: 21px;
  width: 200px;
  border-radius: 110px;
  background: #169fdb;
  cursor: pointer;
}

.Dashboard-Slider::-ms-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  border-radius: 11px;
}

.Dashboard-Slider::-ms-thumb {
  width: 200px;
  border-radius: 110px;
  background: #169fdb;
  cursor: pointer;
  height: 7px;
}

/* ==================== EDIT MODE ==================== */

.EditButtons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.EditButtons .EditMode-Button {
  margin-left: 10px;
}

.EditMode-Button {
  padding: 10px 45px;
  font-size: 13px;
  font-weight: 600;
  -webkit-appearance: none;
  border: 0;
  border-radius: 14px;
  background-color: #4e84bf;
  color: #ffffff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.EditMode-Button:hover,
.EditMode-Button:focus {
  cursor: pointer;
  background-color: #169fdb;
}

.EditMode-Button svg {
  margin-right: 8px;
}

.EditMode-Button.Button--save,
.EditMode-Button--Green {
  background-color: #a6d35d;
}

.EditMode-Button.Button--cancel,
.EditMode-Button--Red {
  background-color: #e40521;
}

.AddWidget-Button {
  margin-left: 20px;
  margin-right: 40px;
  padding: 10px 45px;
  font-size: 13px;
  font-weight: 600;
  -webkit-appearance: none;
  border: 0;
  border-radius: 14px;
  background-color: #4e84bf;
  color: #ffffff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.AddWidget-Button:hover,
.AddWidget-Button:focus {
  cursor: pointer;
  background-color: #169fdb;
}

.SupportMode {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 45px;
  font-size: 13px;
  font-weight: 600;
  -webkit-appearance: none;
  border: 0;
  border-radius: 14px;
  background-color: #4e84bf;
  color: #ffffff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}

.SupportMode.is-Active {
  background-color: #169fdb;
}

.SupportMode.is-Active .SupportMode-Icon {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ==================== CONTENT AREA BOX ==================== */

.ContentArea-Box {
  border-radius: 10px;
  background: #ffffff;
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  bottom: 50px;
  z-index: 999;
  min-height: calc(100vh - 150px - 100px);
  max-height: calc(100vh - 150px - 100px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.Box-Header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
}

.Box-Header::after {
  content: '';
  position: absolute;
  width: 100%;
  background: #eaeef2;
  height: 6px;
  left: 0;
  bottom: 0;
  border-radius: 20px;
}

.Box-Header-Title {
  color: #164194;
  font-size: 25px;
}

.Box-Header-Close {
  position: absolute;
  right: 13px;
  top: 13px;
  color: #4e84bf;
  background: transparent;
  border: 0;
}

.Box-Header-Back {
  position: absolute;
  left: 13px;
  top: 13px;
  color: #4e84bf;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.Box-Header-BackText {
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
}

.Box-Body {
  margin-top: 63px;
  height: calc(100% - 63px);
  overflow: auto;
  padding: 40px;
  -webkit-overflow-scrolling: touch;
}

/* ==================== TABLE ==================== */

.Table {
  width: 100%;
  max-width: 100%;
}

.Table-head,
.Table-body {
  max-width: 100%;
}

.Table-head,
.Table-body-row {
  display: flex;
  justify-content: space-between;
  -webkit-transition: background 250ms ease;
  transition: background 250ms ease;
  text-decoration: none;
}

.Table-head-field {
  background: #eaeef2;
  color: #4e84bf;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0 10px 30px;
  border-right: 1px solid rgba(80, 97, 131, 0.2);
}

.Table-head-field:last-of-type {
  border-right: 0;
}

.Table-head-field-orderable {
  padding: 10px 0 10px 8px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.Table-head-field-orderable.is-Ordered .Table-head-field-ordered {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.Table-body-row:nth-of-type(even) {
  background: rgb(244, 245, 247);
}

.Table-body-row:hover {
  background: #eaeef2;
  cursor: pointer;
}

.Table-body-row.in-Edit {
  background: #eaeef2;
}

.Table-body-data {
  position: relative;
  font-size: 18px;

  color: #506183;
  border-right: 1px solid rgba(80, 97, 131, 0.2);
  border-bottom: 1px solid rgba(80, 97, 131, 0.2);
}

.Usermanagement .Table-body-data:first-of-type {
  font-weight: 600;
  color: #4e84bf;
}

.Table-body-data:first-of-type,
.Table-body-data:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

.Table-body-data:last-of-type:hover {
  color: #e40521;
}

.Usermanagement-Error {
  text-align: center;
  font-size: 20px;
  color: #e40521;
}

.Usermanagement-Error-Icon {
  margin-right: 10px;
}

.Table-body-data:last-of-type {
  border-right: 0;
}

.Table-body-data:last-of-type a {
  color: #4e84bf;
  text-decoration: none;
}

.Table-body-row:last-of-type .Table-body-data {
  border-bottom: 0;
}

.Table-body-data-field:first-of-type {
  margin-bottom: 5px;
}

.Table-body-data-field-icon {
  margin-right: 10px;
}

.Table-body-data-image {
  max-height: 100%;
  max-width: 100%;
}

.Table-Button {
  border: 0;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Table-Button:hover {
  cursor: pointer;
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
}

.Table-Button--edit,
.Table-Button--save {
  color: #a6d35d;
}

.Table-Button--cancel,
.Table-Button--delete {
  color: #e40521;
}

.Table-data-editable {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  border: 0;
  font-size: 18px;
  color: #506183;
}

.Table-body-data-value {
  width: 100%;
  border: 0;
  background: transparent;
  height: 100%;
  font-size: 18px;
  color: #169fdb;
  padding: 12px 20px;
}

.Table-body-data-value:disabled {
  color: #506183;
}

.Table-body-row.in-Edit .Table-data-editable,
.Table-body-row.in-Edit .Table-Button--save,
.Table-body-row.in-Edit .Table-Button--cancel {
  display: inline-block;
}

.Table-data-editable,
.Table-Button--save,
.Table-Button--cancel,
.Table-body-row.in-Edit .Table-Button--edit,
.Table-body-row.in-Edit .Table-Button--delete {
  display: none;
}

.redPlaceholder::-webkit-input-placeholder {
  color: rgba(228, 5, 33, 0.7);
}

.redPlaceholder::-moz-placeholder {
  color: rgba(228, 5, 33, 0.7);
}

.redPlaceholder:-ms-input-placeholder {
  color: rgba(228, 5, 33, 0.7);
}

.redPlaceholder::-ms-input-placeholder {
  color: rgba(228, 5, 33, 0.7);
}

.redPlaceholder::placeholder {
  color: rgba(228, 5, 33, 0.7);
}

/* ==================== FORMAREA ==================== */

.FormArea {
  width: 100%;
  background: #eaeef2;
}

.FormArea-Top {
  width: 100%;
}

.FormArea-Title {
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
  color: #506183;
  font-weight: 600;
  text-align: center;
}

.FormArea-Body {
  display: flex;
  justify-content: space-between;
}

.FormArea-Body-Tabs {
  width: 300px;
  display: flex;
  padding: 55px 0 20px 0;
  flex-direction: column;
  height: calc(100vh - 500px);
  overflow-y: auto;
}

.FormArea-Body-Tabs::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.FormArea-Body-Tabs::-webkit-scrollbar-button {
  width: 2px;
  height: 2px;
}

.FormArea-Body-Tabs::-webkit-scrollbar-thumb {
  background: #169fdb;
  border: 0 none #ffffff;
  border-radius: 3px;
}

.FormArea-Body-Tabs::-webkit-scrollbar-thumb:hover {
  background: #169fdb;
}

.FormArea-Body-Tabs::-webkit-scrollbar-thumb:active {
  background: #169fdb;
}

.FormArea-Body-Tabs::-webkit-scrollbar-track {
  background: #eaeef2;
  border: 0 none #ffffff;
}

.FormArea-Body-Tabs::-webkit-scrollbar-track:hover {
  background: #eaeef2;
}

.FormArea-Body-Tabs::-webkit-scrollbar-track:active {
  background: #f8f9fa;
}

.FormArea-Body-Tabs::-webkit-scrollbar-corner {
  background: transparent;
}

.FormArea-Body-Tab {
  border: 0;
  width: 100%;
  font-size: 18px;
  color: #4e84bf;
  text-align: left;
  padding: 15px 25px;
  background: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
  text-decoration: none;
}

.FormArea-Body-Tab:hover,
.FormArea-Body-Tab:focus {
  color: #169fdb;
  background: rgba(248, 249, 250, 0.6);
  outline: 0;
}

.FormArea-Body-Tab.is-Active {
  color: #169fdb;
  font-weight: 600;
  background: #f8f9fa;
}

.FormArea-Body-Content {
  width: 100%;
  min-height: 100%;
  background: #f8f9fa;
}

.FormArea-Body-Content-Center {
  height: 100%;
  padding: 25px 0 25px 45px;
}

.FormArea-ContentBox {
  list-style-position: inside;
  padding-top: 30px;
  padding: 35px 40px 20px;
  background: #ffffff;
  position: relative;
  border: 1px solid rgba(80, 97, 131, 0.5);
  border-radius: 10px;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.FormArea-ContentBox > div {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(50% - 30px);
  margin: 15px;
}

.FormArea-ContentBox > .Input--fullWidth,
.FormArea-ContentBox > .Input--file,
.FormArea-ContentBox > .Editor {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(100% - 30px);
}

.FormArea-ContentBox-title {
  position: relative;
  font-size: 25px;
  color: #164194;
  text-align: center;
  margin-bottom: 30px;
  margin-top: -15px;
  width: 100%;
  display: block;
}

.FormArea-ContentBox-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  height: 6px;
  background: #eaeef2;
  border-radius: 10px;
}

.FormArea-Form {
  display: none;
}

.FormArea-Form {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.FormArea-Form-Left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 40px);
  overflow: auto;
  height: calc(100vh - 500px);
}

.FormArea-Form-Row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

.Input-File {
  align-items: flex-start;
}

.FormArea-Form-Label {
  min-width: 250px;
  max-width: 250px;
  color: #506183;
  font-size: 18px;
}

.FormArea-Form-Field {
  display: block;
  width: 100%;
  color: #506183;
}

.FormArea-Form-RightSide {
  min-height: 100%;
  min-width: 250px;
  margin-left: 50px;
  padding-top: 30px;
  padding-left: 20px;
  border-left: 1px solid rgba(80, 97, 131, 0.55);
  flex: 1 1;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}

.RightSide-Values {
  margin-bottom: 50px;
}

.RightSide-Value {
  margin-bottom: 30px;
}

.RightSide-Value:last-of-type {
  margin-bottom: 0;
}

.RightSide-Label {
  display: block;
  opacity: 0.65;
  color: #506183;
  font-size: 14px;
  text-transform: uppercase;
}

.RightSide-Value-text {
  color: #506183;
  font-size: 18px;
}

.RightSide-Buttons {
  width: 210px;
  margin-bottom: 15px;
}

.LabelInRightside {
  margin: 20px 0 10px 0;
  display: block;
  opacity: 0.65;
  color: #506183;
  font-size: 14px;
  text-transform: uppercase;
}

/* ==================== LOADER ==================== */

.Loader {
  width: 230px;
  height: 230px;
  -webkit-transform-origin: 115px 115px;
          transform-origin: 115px 115px;
  -webkit-animation: 1.4s linear infinite loader-spin;
          animation: 1.4s linear infinite loader-spin;
}

.Loader-Plane {
  fill: #164194;
}

.Loader-Path {
  stroke: #169fdb;
  -webkit-animation: 1.4s ease-in-out infinite loader-path;
          animation: 1.4s ease-in-out infinite loader-path;
}

@-webkit-keyframes loader-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }
  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}
@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }
  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}

.LoginLoader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 10px;
}

.LoginLoader div {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.LoginLoader div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.LoginLoader div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.LoginLoader div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.LoginLoader div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

/* ==================== CLICKINPUT ==================== */

.ClickInput-Wrapper {
  position: relative;
}

.ClickInput-Error {
  color: #e40521;
  background: #ffffff;
  border: 1px solid #e40521;
  padding: 3px 19px;
  border-radius: 5px;
  position: absolute;
  top: -10px;
  -webkit-transform: translate(-50%, -100%) scale(0.0000001);
          transform: translate(-50%, -100%) scale(0.0000001);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  left: -13px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.ClickInput-Error.is-Active {
  -webkit-transform: translate(-50%, -100%) scale(1);
          transform: translate(-50%, -100%) scale(1);
}

.ClickInput-Icon {
  position: absolute;
  left: 0;
  top: 50%;
  color: #a6d35d;
  -webkit-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);
}

.ClickInput-Icon--Error {
  color: #e40521;
  left: -9px;
}

.ClickInput.has-Error:active,
.ClickInput.has-Error:focus {
  border-color: #e40521;
}

.ClickInput.has-Error::-webkit-input-placeholder {
  color: rgba(228, 5, 33, 0.6);
}

.ClickInput.has-Error::-moz-placeholder {
  color: rgba(228, 5, 33, 0.6);
}

.ClickInput.has-Error:-ms-input-placeholder {
  color: rgba(228, 5, 33, 0.6);
}

.ClickInput.has-Error::-ms-input-placeholder {
  color: rgba(228, 5, 33, 0.6);
}

.ClickInput.has-Error::placeholder {
  color: rgba(228, 5, 33, 0.6);
}

.ClickInput-Wrapper.is-Edited .ClickInput--Bool-label,
.ClickInput-Wrapper.is-Edited .ClickInput {
  color: #a6d35d;
}

.ClickInput-Bool-Option {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

.ClickInput--Bool-label:hover,
.ClickInput--Bool:hover {
  cursor: pointer;
}

.ClickInput--Bool {
  width: auto;
  margin-right: 10px;
}

.Edited-Error-is-Active {
  left: -20px;
}

/* --------------------- Circular Progressbar --------------------- */

.circular-progressbar-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
}

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

.turnover-circle-svg {
  position: relative;
  top: -10%;
}

.circle-progress,
.circle-background {
  fill: none;
}

.circle-progress {
  stroke: #4e84bf;
}

.inner-circle-progress {
  stroke: #3263aa;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.outer-circle-progress {
  stroke: #77bddb;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.circle-progress-text {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  fill: #164194;
}

.circle-progress.Work {
  stroke: red;
}

.circle-progress.Pause {
  stroke: orange;
}

.circular-progressbar-button {
  background-color: #a6d35d;
  background-image: url(/static/media/Play.d29c08ec.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  outline: none;
  border: none;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 170px;
  height: 170px;
  cursor: pointer;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.circular-progressbar-button.isRunning {
  background-position: 18% center;
  background-image: url(/static/media/Pause.7bce6494.svg);
}

.circular-progressbar-text {
  position: relative;
  text-align: center;
  top: 105%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.circular-progressbar-pausebutton {
  background: none;
  border: none;
  outline: none;
  position: relative;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 170px;
  cursor: pointer;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top-right-radius: 170px;
  border-bottom-right-radius: 170px;
  color: white;
  background-color: #a6d35d;
}

.circular-progressbar-pausebutton.isPaused {
  width: 170px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 170px;
  background-color: #4e84bf;
}

.DevPatch {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 35px;
  margin-left: 25px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1000;
}

.DevPatch-Inner {
  padding: 2px;
  color: #ffffff;
  background: rgb(224, 5, 30);
  border: 2px solid #ffffff;
  border-radius: 5px;
  width: 40px;
  font-size: 14px;
  margin: 0 auto;
}

iframe[style*='z-index: 2147483647'] {
  display: none;
}

.swal-content pre {
  display: block;
  background: #f1f1f1;
  padding: 10px;
  font-size: 12px;
  text-align: left;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.Indented {
  display: inline-block;
  background: #f1f1f1;
  padding: 4px 5px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  font-weight: 700;
  color: #555;
}

.Changelog {
  position: fixed;
  z-index: 1000;
  background: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.00001);
          transform: translate(-50%, -50%) scale(0.00001);
  -webkit-transform-origin: 150% 150%;
          transform-origin: 150% 150%;
  height: 70%;
  width: 70%;
  border-radius: 15px;
  box-shadow: 0 0 36px rgba(22, 65, 148, 0.1);
  padding: 40px 60px;
  -webkit-transition: -webkit-transform ease 250ms;
  transition: -webkit-transform ease 250ms;
  transition: transform ease 250ms;
  transition: transform ease 250ms, -webkit-transform ease 250ms;
}

.Changelog-Close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: 0;
  color: #164194;
  cursor: pointer;
}

.Changelog--is-Open {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.Button-HttpTester {
  position: fixed;
  z-index: 99999;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 3px 15px;
  background: rgb(224, 5, 30);
  border: 2px solid #ffffff;
  border-bottom: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  top: 15px;
  left: -15px;
  border-radius: 10px 10px 0 0;
}

/* ==================== DUTY ROSTER ==================== */
.DutyRoster {
  display: flex;
  position: relative;
}
.DutyRoster-calendar {
  flex: 1 1;
  position: relative;
  max-width: 100%;
}
.DutyRoster-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: #4e84bf;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}
.DutyRoster-prevMonth,
.DutyRoster-nextMonth {
  background: none;
  border: none;
  color: #ffffff;
}

.DutyRoster-week {
  display: flex;
  position: relative;
}

.DutyRoster-editWeek {
  display: flex;
  align-items: center;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 5px;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#4e84bf), to(#316298));
  background: linear-gradient(90deg, #4e84bf 0%, #316298 100%);
  border-radius: 5px 0 0 5px;
  font-size: 18px;
  color: #ffffff;
}

.DutyRoster-day {
  flex: 1 1;
  padding: 25px;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  border: none;
  outline: none;
  max-width: calc(100% / 7);
}

.DutyRoster-week + .DutyRoster-week {
  border-top: 1px solid #d9dde2;
}

.DutyRoster-week--heading .DutyRoster-day {
  text-align: center;
  background: #ebebeb;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}

.DutyRoster-calendar--week .DutyRoster-week--heading .DutyRoster-day {
  color: rgba(0, 0, 0, 0.65);
}

.DutyRoster-calendar--week .DutyRoster-week--heading .DutyRoster-day--disabled {
  background-color: #e3e3e3;
}

.DutyRoster-calendar--week .DutyRoster-week--body {
  min-height: 500px;
}

.DutyRoster-week--body .DutyRoster-day {
  background: #f2f2f2;
  min-height: 105px;
}

.DutyRoster-calendar--week .DutyRoster-week--body .DutyRoster-day {
  padding: 0;
}

.DutyRoster-calendar--week .DutyRoster-week--body .DutyRoster-day--disabled {
  background-color: #e3e3e3;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-style: italic;
  padding: 15px;
}

.DutyRoster-day + .DutyRoster-day {
  border-left: 1px solid #d9dde2;
}

.DutyRoster-week--heading .DutyRoster-day--green,
.DutyRoster-week--body .DutyRoster-day--green {
  background: #e0efc6;
}

.DutyRoster-week--heading .DutyRoster-day--yellow,
.DutyRoster-week--body .DutyRoster-day--yellow {
  background: #fff6c3;
}

.DutyRoster-week--heading .DutyRoster-day--red,
.DutyRoster-week--body .DutyRoster-day--red {
  background: #fce2e5;
}

.DutyRoster-week--heading .DutyRoster-day--today,
.DutyRoster-week--body .DutyRoster-day--today {
  box-shadow: inset 0 0 0 3px #e0051e;
  color: #e0051e;
}

.DutyRoster-dayNumber {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 18px;
}

.DutyRoster-dayOverviewLink {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #4e84bf;
  background: none;
  border: none;
  font-size: 18px;
}

.DutyRoster-dayDetails {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background: #f2f2f2;
  box-shadow: 13px 13px 16px rgba(0, 0, 0, 0.16);
  border: 3px solid #4e84bf;
  border-radius: 10px;
  padding: 30px;
  min-width: 440px;
  text-align: center;
  min-height: 750px;
  max-height: 750px;
  overflow: auto;
}

.DutyRoster-dayDetailsHeading {
  font-size: 21px;
  color: #506183;
  margin-bottom: 30px;
}

.DutyRoster-dayDetailsEyployee {
  background: #ffffff;
  text-align: left;
  margin: 10px 0;
  border-radius: 9px;
  border: 1px solid #506183;
  color: #506183;
}

.DutyRoster-MonthView-employee {
  position: relative;
  background: #ffffff;
  text-align: left;
  margin: 5px;
  border-radius: 5px;
  padding: 5px;
  color: #506183;
  text-decoration: none !important;
}

.DutyRoster-MonthView-employee--isDisabled {
  opacity: 0.5;
}

.DutyRoster-MonthView-employeeNotice--red {
  color: #e0051e;
}

.DutyRoster-MonthView-employeeTime {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-right: 5px;
}

.DutyRoster-MonthView-employeeName {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -5px;
  white-space: nowrap;
}

.DutyRoster-employee {
  position: relative;
  background: #ffffff;
  text-align: left;
  margin: 10px;
  border-radius: 9px;
  border: 1px solid #506183;
  padding: 10px;
  padding-right: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.63);
  color: #506183;
}

.DutyRoster-employee--isDisabled {
  opacity: 0.5;
}

.DutyRoster-employeeNotice--red {
  color: #e0051e;
}

.DutyRoster-employeeTime {
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.DutyRoster-employeeName {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.DutyRoster-employeeRemove {
  position: absolute;
  top: 5px;
  right: 7px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #506183;
}

.DutyRoster-employeeMoveHandle {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 7px;
  border: none;
  background: none;
  padding: 0;
  margin: auto;
  font-size: 14px;
  height: 14px;
  width: 14px;
  color: #506183;
}

.DutyRoster-employeeList {
  width: 250px;
  border: 1px solid #4e84bf;
}

.DutyRoster-employeeListHeader {
  text-align: left;
  padding: 15px;
  font-size: 18px;
  color: #ffffff;
  background: #4e84bf;
  line-height: 23px;
}

/* ==================== VACATION TABLE ==================== */

.DutyRoster-vacation {
  width: 585px;
  margin-left: 25px;
}
.VacationTable {
  width: 100%;
  border-spacing: 0;
}

.VacationTable td,
.VacationTable th {
  padding: 15px;
}

.VacationTable-head {
  text-align: left;
  padding: 15px;
  font-size: 18px;
  color: #ffffff;
  background: #4e84bf;
  line-height: 22px;
}

.VacationTable-sectionHead td {
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.VacationTable-sectionHead--grey td {
  background: #e4e7ea;
  color: rgba(0, 0, 0, 0.7);
}

.VacationTable-sectionHead--green td {
  background: #a6d35d;
  color: #ffffff;
}

.VacationTable-sectionHead--red td {
  background: #e40521;
  color: #ffffff;
}

.VacationTable-editVacation {
  color: #506183;
}

/* ==================== REACT TABLE ==================== */
.ReactTable {
  border: none;
  width: 100%;
}

.ReactTable .rt-thead.-header {
  box-shadow: none;
}

.ReactTable .rt-thead .rt-th {
  position: relative;
  background: #eaeef2;
  color: #4e84bf;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding: 10px 15px;
  padding-left: 30px;
  border-right: 1px solid rgba(80, 97, 131, 0.2);
}

.ReactTable .rt-thead .rt-th.-sort-asc,
.ReactTable .rt-thead .rt-td.-sort-asc,
.ReactTable .rt-thead .rt-th.-sort-desc,
.ReactTable .rt-thead .rt-td.-sort-desc {
  box-shadow: none;
}

.ReactTable .rt-thead .rt-th.-sort-asc::after,
.ReactTable .rt-thead .rt-th.-sort-desc::after {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  height: 15px;
  width: 15px;
}

.ReactTable .rt-thead .rt-th.-sort-desc::after {
  content: '\f077';
}

.ReactTable .rt-thead .rt-th:focus {
  outline: none;
}

.ReactTable .rt-thead .rt-th:not(:last-child) {
  border-right: 1px solid rgba(80, 97, 131, 0.2);
}

.ReactTable .rt-tbody .rt-tr {
  cursor: pointer;
}

.ReactTable .rt-tbody .rt-tr.-even {
  background: rgba(234, 238, 242, 0.3);
  border-top: 1px solid rgba(80, 97, 131, 0.2);
}

.ReactTable .rt-tbody .rt-tr:hover {
  background: #eaeef2;
}

.ReactTable .rt-tbody .rt-td {
  position: relative;
  font-size: 18px;
  padding: 12px 30px;
  color: #506183;
  border-right: 1px solid rgba(80, 97, 131, 0.2);
}

.ReactTable .rt-noData {
  position: relative;
  top: auto;
  -webkit-transform: none;
          transform: none;
  left: auto;
  text-align: center;
  padding: 50px 20px;
}

/* ==================== NEWS ==================== */

.NewsContent {
  margin-top: -15px;
}

/* ==================== COMMENTS ==================== */

.CommentBox {
  width: 100%;
}

.Comment {
  padding-top: 30px;
  padding: 15px 40px;
  background: #ffffff;
  position: relative;
  border: 1px solid rgba(80, 97, 131, 0.5);
  border-radius: 10px;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}

.Comment-Head {
  display: flex;
  align-items: flex-end;
  color: #506183;
  font-size: 17px;
}

.Comment-Name {
  color: #4e84bf;
  margin-right: 10px;
  text-decoration: none;
}

.Comment-Date {
  font-size: 13px;
}

.Comment-Content {
  margin: 15px 0;
}

textarea.Comment-Content {
  resize: vertical;
  height: 150px;
  font-size: 17px;
  margin: 15px 0 0 0;
}

.Comment-Actions-Opener {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 25px;
  color: #4e84bf;
  background: transparent;
  border: 0;
  padding: 0 10px;
}

.Comment-Actions {
  position: absolute;
  right: 10px;
  top: 35px;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(80, 97, 131, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.Comment-Action {
  width: 100%;
  border: 0;
  font-size: 14px;
  padding: 0 10px;
  margin: 5px 0;
  color: #506183;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.Comment-Action:hover {
  color: #4e84bf;
}

.Comments-Pagination {
  list-style-type: none;
  display: inline-flex;
  margin: 10px 0;
  position: relative;
}

.Comments-Pagination li a {
  position: relative;
  margin: 0 2px;
  border-radius: 5px;
  color: #506183;
  background: #ffffff;
  padding: 5px 10px;
  border: 1px solid rgba(80, 97, 131, 0.5);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.Comments-Pagination li a:hover {
  cursor: pointer;
  background: #f8f9fa;
}

.Comments-Pagination li.selected a {
  background: #4e84bf;
  color: #ffffff;
}

/* ==================== COMMENTS COMPOSE ==================== */

.ComposeCommentBox {
  width: 100%;
}

.ComposeComment {
  padding: 15px 40px;
  background: #ffffff;
  position: relative;
  border: 1px solid rgba(80, 97, 131, 0.5);
  border-radius: 10px;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}

.ComposeComment-Text {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  white-space: pre-wrap;
  resize: vertical;
  font-size: 15px;
  padding: 15px;
  height: 100px;
}

/* ==================== ATTACHEMENTS ==================== */

.Attachements-Files {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.Attachements-Button {
  border: 0;
  background: transparent;
  color: #164194;
  text-align: left;
  margin-bottom: 10px;
}

.Attachements-Button:last-of-type {
  margin-bottom: 0;
}

.Attachements-Button-Icon {
  margin-right: 5px;
  font-size: 17px;
}

.Attachements-Button-Name {
  font-size: 17px;
}

/* ======================== FILE PREVIEW ======================= */
.FilePreview {
  display: flex;
  align-items: center;
  width: 100%;
  background: rgb(243, 244, 245);
  border-radius: 4px;
  padding: 5px 15px 5px 5px;
  margin: 10px 0;
}

.FilePreview-title {
  font-size: 16px;
  color: #111111;
  text-align: left;
  font-weight: normal;
  flex: 1 1;
  padding: 0 10px;
  text-overflow: ellipsis;
}

.FilePreview-suffix {
  color: #9c9c9c;
}

.FilePreview-size {
  display: block;
  color: #9c9c9c;
  font-size: 12px;
}

.FilePreview-created {
  display: block;
  color: #9c9c9c;
  font-size: 12px;
}

.FilePreview-download {
  margin-left: 30px;
}

.FilePreview--marked {
  background: rgba(243, 244, 245, 0.5);
}

.FilePreview--marked .FilePreview-title {
  opacity: 0.5;
}

/* ==================== File Download ==================== */

.File-Download-Files {
  display: flex;
  flex-wrap: wrap;
}

.File-Download-Button {
  -webkit-appearance: none;
  color: #164194;
  border: 0;
  margin-right: 20px;
  font-size: 17px;
  background: #eaeef2;
  border-radius: 5px;
  padding: 5px 10px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.File-Download-Button:hover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
}

.File-Download-Button:last-of-type {
  margin-right: 0;
}

.File-Download-Icon {
  margin-right: 5px;
}

/* ==================== Opening Hour Item ==================== */

.OpeningHourItem {
  margin-top: 10px;

  display: flex;
  flex-direction: row;
  align-items: center;
}

.OpeningHourItem-Label {
  min-width: 150px;
  max-width: 150px;
  color: #506183;
  font-size: 18px;
}

.OpeningHourItem .Input-wrapper + .Input-wrapper {
  margin-left: 30px;
}

.NoData-Error {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
}


/*# sourceMappingURL=main.89210460.chunk.css.map*/