@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://use.typekit.net/wpm8nhx.css);
/* You can add global styles to this file, and also import other style files */
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/* Setting font family */
/* Henderson Sans Bold from Adobe Typekit */
/*
font-family: henderson-sans-basic, sans-serif;
font-weight: 700;
font-style: normal;
*/
.mat-tooltip.custom-tooltip {
  position: relative;
  overflow: visible;
  padding: 13px 17px;
  margin-bottom: 15px;
  color: #474c55;
  font-size: 14px;
  font-weight: 900;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.mat-tooltip.custom-tooltip:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -6px;
  left: calc(50% - 8px);
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Quicksand, sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Quicksand, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Quicksand, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Quicksand, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Quicksand, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Quicksand, sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Quicksand, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Quicksand, sans-serif;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Quicksand, sans-serif;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Quicksand, sans-serif;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Quicksand, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Quicksand, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Quicksand, sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Quicksand, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Quicksand, sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Quicksand, sans-serif;
}
.mat-card {
  font-family: Quicksand, sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Quicksand, sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Quicksand, sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Quicksand, sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Quicksand, sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Quicksand, sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Quicksand, sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.34375em) scale(0.75);
          transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.34374em) scale(0.75);
          transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28122em) scale(0.75);
            transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28121em) scale(0.75);
            transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.2812em) scale(0.75);
            transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-0.59375em) scale(0.75);
          transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-0.59374em) scale(0.75);
          transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.59375em) scale(0.75);
          transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.59374em) scale(0.75);
          transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Quicksand, sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Quicksand, sans-serif;
}
.mat-select {
  font-family: Quicksand, sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Quicksand, sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Quicksand, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Quicksand, sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Quicksand, sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Quicksand, sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Quicksand, sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Quicksand, sans-serif;
}
.mat-list-option {
  font-family: Quicksand, sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Quicksand, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Quicksand, sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Quicksand, sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Quicksand, sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: opacity, -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity, -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: -webkit-box;
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@-webkit-keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@-webkit-keyframes cdk-text-field-autofill-end {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  -webkit-animation: cdk-text-field-autofill-start 0s 1ms;
          animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  -webkit-animation: cdk-text-field-autofill-end 0s 1ms;
          animation: cdk-text-field-autofill-end 0s 1ms;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
/* Custom palette to be used by gscn theme builder */
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #5d196a;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #4caf50;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #5d196a;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #4caf50;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge-content {
  color: white;
  background: #5d196a;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  -webkit-transition: none;
  transition: none;
}
.mat-badge-content.mat-badge-active {
  -webkit-transform: none;
          transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #5d196a;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #4caf50;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #5d196a;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #4caf50;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: black;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: rgba(0, 0, 0, 0.87);
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #5d196a;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #4caf50;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone,
.mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #5d196a;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #4caf50;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #5d196a;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #4caf50;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #5d196a;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-table {
  background: white;
}
.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-in-range::before {
  background: rgba(93, 25, 106, 0.2);
}
.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(93, 25, 106, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));
  background: linear-gradient(to right, rgba(93, 25, 106, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(93, 25, 106, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));
  background: linear-gradient(to left, rgba(93, 25, 106, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-calendar-body-selected {
  background-color: #5d196a;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(93, 25, 106, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(76, 175, 80, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(76, 175, 80, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));
  background: linear-gradient(to right, rgba(76, 175, 80, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(76, 175, 80, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));
  background: linear-gradient(to left, rgba(76, 175, 80, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(76, 175, 80, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(244, 67, 54, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(244, 67, 54, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-datepicker-toggle-active {
  color: #5d196a;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #4caf50;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #5d196a;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #4caf50;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
.mat-focused .mat-form-field-required-marker {
  color: #4caf50;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #5d196a;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #4caf50;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #5d196a;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #4caf50;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
.mat-error {
  color: #f44336;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.42)), color-stop(33%, rgba(0, 0, 0, 0.42)), color-stop(0%, transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.42)), color-stop(33%, rgba(0, 0, 0, 0.42)), color-stop(0%, transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #5d196a;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #4caf50;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: #5d196a;
}
.mat-icon.mat-accent {
  color: #4caf50;
}
.mat-icon.mat-warn {
  color: #f44336;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #5d196a;
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #4caf50;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}
.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-item-disabled {
  background-color: #eeeeee;
}
.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled], .mat-menu-item[disabled]::after,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #9e7fba;
}
.mat-progress-bar-buffer {
  background-color: #9e7fba;
}
.mat-progress-bar-fill::after {
  background-color: #5d196a;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #c8e6c9;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #c8e6c9;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #4caf50;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #5d196a;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #4caf50;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #5d196a;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #5d196a;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #4caf50;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #4caf50;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #5d196a;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #4caf50;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #4caf50;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(76, 175, 80, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #4caf50;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #5d196a;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(93, 25, 106, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #5d196a;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #5d196a;
}
.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-primary .mat-slider-focus-ring {
  background-color: rgba(93, 25, 106, 0.2);
}
.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #4caf50;
}
.mat-accent .mat-slider-thumb-label-text {
  color: rgba(0, 0, 0, 0.87);
}
.mat-accent .mat-slider-focus-ring {
  background-color: rgba(76, 175, 80, 0.2);
}
.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #5d196a;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}
.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(158, 127, 186, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #5d196a;
}
.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(200, 230, 201, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #4caf50;
}
.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(158, 127, 186, 0.3);
}
.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination {
  background-color: #5d196a;
}
.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(200, 230, 201, 0.3);
}
.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination {
  background-color: #4caf50;
}
.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.4);
}
.mat-tab-group.mat-background-accent .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination {
  background-color: #f44336;
}
.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white;
}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #5d196a;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-tree {
  background: white;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-simple-snackbar-action {
  color: #4caf50;
}
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
hr {
  margin: 20px 0;
  width: 100%;
  border: none;
  border-top: 1px solid #BABCBD;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.full-width-container {
  width: 100%;
}
.content-width-container {
  max-width: 1278px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .content-width-container {
    padding: 0 40px;
  }
}
.container-padding {
  padding-left: 16px;
  padding-right: 16px;
}
.hidden {
  display: none !important;
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('icomoon.d88cc459a03cbcf50054.eot?qj4yyi');
  src: url('icomoon.d88cc459a03cbcf50054.eot?qj4yyi#iefix') format('embedded-opentype'), url('icomoon.d43eba800a2fc9bf6ae0.ttf?qj4yyi') format('truetype'), url('icomoon.f20400697c1bb9b5699e.woff?qj4yyi') format('woff'), url('icomoon.9bf414272f27e34adc02.svg?qj4yyi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "\e945";
}
.icon-arrow-down:before {
  content: "\e901";
}
.icon-attachment:before {
  content: "\e903";
}
.icon-back-arrow:before {
  content: "\e904";
}
.icon-bell-icon:before {
  content: "\e905";
}
.icon-bulletin:before {
  content: "\e906";
}
.icon-burger-menu:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e908";
}
.icon-checkmark:before {
  content: "\e909";
}
.icon-checkmark-2:before {
  content: "\e90a";
}
.icon-checkmark-icon:before {
  content: "\e90b";
}
.icon-comment:before {
  content: "\e90d";
}
.icon-doc-doc:before {
  content: "\e90e";
  color: #555;
}
.icon-doc-icon .path1:before {
  content: "\e90f";
  color: #e2e5e7;
}
.icon-doc-icon .path2:before {
  content: "\e910";
  margin-left: -0.75em;
  color: #b0b7bd;
}
.icon-doc-icon .path3:before {
  content: "\e911";
  margin-left: -0.75em;
  color: #cad1d8;
}
.icon-doc-pdf:before {
  content: "\e912";
  color: #555;
}
.icon-doc-xsl:before {
  content: "\e913";
  color: #555;
}
.icon-dots:before {
  content: "\e914";
}
.icon-drag:before {
  content: "\e915";
}
.icon-group:before {
  content: "\e916";
}
.icon-groups:before {
  content: "\e917";
}
.icon-like:before {
  content: "\e918";
}
.icon-link:before {
  content: "\e919";
}
.icon-linkarrow:before {
  content: "\e91a";
}
.icon-logout:before {
  content: "\e91b";
}
.icon-news:before {
  content: "\e91d";
}
.icon-pin-icon:before {
  content: "\e91e";
}
.icon-printer:before {
  content: "\e91f";
}
.icon-search-icon:before {
  content: "\e920";
  color: #929292;
}
.icon-share-icon:before {
  content: "\e921";
}
.icon-smily:before {
  content: "\e922";
}
.icon-star:before {
  content: "\e923";
}
.icon-time:before {
  content: "\e924";
}
.icon-uintra:before {
  content: "\e925";
}
.icon-u-intra-logo:before {
  content: "\e926";
  color: #fff;
}
.icon-u-intra-text-logo:before {
  content: "\e927";
  color: #fff;
}
.icon-umbraco-logo:before {
  content: "\e928";
  color: #ec6e1c;
}
.icon-upload:before {
  content: "\e929";
}
.icon-user-profile:before {
  content: "\e92a";
}
.icon-video-play:before {
  content: "\e92b";
}
.icon-window:before {
  content: "\e92c";
  color: #4e4e50;
}
.icon-arrow-right:before {
  content: "\e900";
}
div .mat-raised-button {
  border-radius: 6px;
}
.form-toggle .mat-button-toggle-group {
  border: none;
}
.form-toggle .mat-button-toggle-button .mat-button-toggle-label-content,
.form-toggle .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 1.2em;
  padding: 10px 18px;
  font-weight: 600;
}
.form-toggle .mat-button-toggle:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.form-toggle .mat-button-toggle:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.form-toggle .mat-button-toggle {
  border: 2px solid #845da8;
}
.form-toggle .mat-button-toggle:not(.mat-button-toggle-checked) {
  color: #845da8;
}
.form-toggle .mat-button-toggle-disabled .mat-button-toggle-label-content {
  color: #000;
}
.form-toggle .mat-button-toggle-disabled.mat-button-toggle-checked {
  border-color: #c9c6d0;
  background-color: #c9c6d0;
}
.form-toggle .mat-button-toggle-disabled:not(.mat-button-toggle-checked) {
  border-color: #c9c6d0;
}
.mat-dialog-container .mat-modal-header {
  background-color: #5d196a;
  padding: 12px;
  padding-left: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: -24px -24px 0 -24px;
}
.mat-dialog-container .mat-modal-header.blank-modal-header {
  background-color: #fff;
  color: #474c55;
  font-size: 20px;
}
.mat-dialog-container .mat-modal-header .mat-dialog-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
.mat-dialog-container .mat-modal-header.blank-modal-header .mat-dialog-title {
  color: #474c55;
}
.mat-dialog-container .mat-modal-header .close-icon {
  color: #fff;
  min-width: 32px;
  padding: 0 8px;
}
.mat-dialog-container .mat-modal-header .close-icon.blank-modal-close {
  color: #666;
}
.mat-dialog-container .mat-dialog-content {
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #ccc;
}
.mat-dialog-container .mat-dialog-content.blank-modal-content {
  border: none;
  padding-top: 0;
}
.mat-dialog-container .mat-button.mat-primary {
  background-color: #845da8;
  color: #fff;
}
.mat-dialog-container .mat-button.mat-stroked-button {
  background-color: #fff;
  color: #5d196a;
}
.mat-dialog-container .mat-dialog-actions {
  margin: 0 -24px -24px -24px;
  padding: 12px 24px;
  background-color: #F2F2F2;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.mat-dialog-container .mat-dialog-actions.blank-modal-actions {
  background-color: #fff;
}
.mat-dialog-container .checkbox-row .mat-label {
  padding-top: 0;
  margin-bottom: 14px;
}
.mat-dialog-container .mat-hint {
  font-weight: 600;
}
.form-nav.sticky {
  position: fixed;
  z-index: 99;
  top: 6px;
  left: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .form-nav.sticky {
    left: 72.5%;
  }
}
@media (max-width: 768px) {
  .form-nav.sticky {
    position: inherit;
  }
}
.form-nav mat-label {
  padding-top: 0;
  margin-bottom: 15px;
}
.form-nav mat-label:last-of-type {
  margin-bottom: 0;
}
.form-nav mat-label a {
  font-size: 16px;
  font-weight: bold;
  padding: 2px 0;
  color: #5d196a;
  width: 100%;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}
.form-nav .active {
  border-left: 3px solid #5d196a;
  margin-left: -17px;
  padding-left: 14px !important;
}
.mat-card {
  border-radius: 0 !important;
  border: 1px solid #babcbd;
  box-shadow: none !important;
}
.mat-card-title,
.mat-card-title.mat-title-button > button {
  font-family: henderson-sans-basic, sans-serif;
  font-size: 18px;
  letter-spacing: -0.9px;
  font-weight: bold;
  color: #5d196a;
  margin-bottom: 20px;
}
.mat-card-title.mat-title-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.mat-card-title.mat-title-button button {
  padding: 0;
  margin: 0;
  cursor: default;
}
@media (max-width: 768px) {
  .mat-card-title.mat-title-button {
    margin-bottom: 0;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .mat-card-title.mat-title-button button {
    display: block;
    width: 100%;
    text-align: left;
    cursor: pointer;
    background-color: transparent;
  }
  .mat-card-title.mat-title-button.section-open {
    background-color: #5d196a;
    color: #fff;
    margin: -17px;
    padding: 17px;
  }
  .mat-card-title.mat-title-button.section-open button {
    color: #fff;
  }
}
.mat-card .mat-flat-button.mat-primary,
.mat-card .mat-raised-button.mat-primary,
.mat-card .mat-fab.mat-primary,
.mat-card .mat-mini-fab.mat-primary {
  background-color: #845da8;
}
.mat-card .mat-flat-button.mat-primary:hover,
.mat-card .mat-raised-button.mat-primary:hover,
.mat-card .mat-fab.mat-primary:hover,
.mat-card .mat-mini-fab.mat-primary:hover {
  background-color: #6a4989;
}
.mat-card .mat-button-toggle-checked {
  background-color: #845da8;
  color: #fff;
}
.success-snackbar {
  background-color: #419468;
}
.fail-snackbar {
  background-color: #C44081;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background: #845da8;
}
.mat-label {
  font-size: 14px;
  font-weight: bold;
  color: #474c55;
  padding-top: 23px;
}
@media (max-width: 768px) {
  .mat-label {
    padding-top: 8px;
  }
}
.mat-form-field[appearance='standard'] .mat-form-field-wrapper {
  padding-bottom: 0;
}
.mat-form-field[appearance='standard'] .mat-form-field-appearance-standard .mat-form-field-flex {
  padding: 0;
}
.mat-form-field[appearance='standard'] .mat-form-field-infix {
  padding: 0 !important;
  border: none !important;
}
.mat-form-field[appearance='standard'] .mat-input-element,
.mat-form-field[appearance='standard'] .mat-select {
  font-weight: 600;
  background-color: #fafafa;
  border: 1px solid #babcbd;
  border-radius: 2px;
  padding: 13px 13px 13px !important;
}
.mat-form-field[appearance='standard'] .mat-select .mat-select-arrow {
  color: #845da8;
  margin: 6px 3px 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.mat-form-field[appearance='standard'] .mat-select .mat-select-arrow:before,
.mat-form-field[appearance='standard'] .mat-select .mat-select-arrow:after {
  position: absolute;
  right: 1px;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.mat-form-field[appearance='standard'] .mat-select .mat-select-arrow:before {
  top: 10px;
  border-top: 7px solid;
}
.mat-form-field[appearance='standard'] .mat-select .mat-select-arrow:after {
  top: 0px;
  border-bottom: 7px solid;
}
.mat-form-field[appearance='standard'] .mat-select.mat-select-disabled .mat-select-arrow {
  color: #8f8f8f;
}
.mat-form-field[appearance='standard'] .mat-select-placeholder {
  color: #666 !important;
  font-weight: normal;
}
.mat-form-field[appearance='standard'].mat-form-field-datepicker .mat-form-field-suffix {
  display: -webkit-box;
  display: flex;
  top: -8px;
}
.mat-form-field[appearance='standard'].mat-form-field-datepicker .mat-form-field-suffix .pick-date {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #474c55;
  font-size: 14px;
  font-weight: 600;
}
.mat-form-field[appearance='standard'].mat-form-field-datepicker .mat-datepicker-toggle-default-icon {
  color: #845da8;
}
.mat-form-field[appearance='standard'] .mat-input-element:disabled,
.mat-form-field[appearance='standard'] .mat-select-disabled,
.mat-form-field[appearance='standard'] .mat-select-disabled .mat-select-value {
  cursor: not-allowed;
  opacity: 0.5;
}
.mat-form-field[appearance='standard'] .mat-input-element[readonly],
.mat-form-field[appearance='standard'] .mat-input-element[readonly='true'],
.mat-form-field[appearance='standard'] .mat-select-disabled.readonly {
  border-color: #fff;
  background-color: #fff;
  pointer-events: none;
}
.mat-form-field[appearance='standard'] .mat-select-disabled.readonly,
.mat-form-field[appearance='standard'] .mat-select-disabled .mat-select-value {
  cursor: pointer;
  opacity: 1;
}
.mat-form-field[appearance='standard'] .mat-select-disabled.readonly .mat-select-value-text {
  color: #474c55;
}
.mat-form-field[appearance='standard'] .mat-select-disabled.readonly .mat-select-arrow-wrapper {
  opacity: 0;
}
.mat-form-field[appearance='standard'].mat-form-field-invalid.mat-form-field-type-mat-input:not(.number-field) .mat-form-field-infix:after {
  font-family: 'Material Icons';
  content: 'error_outline';
  font-feature-settings: 'liga';
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 24px;
  color: #C44081;
}
.mat-form-field[appearance='standard'].mat-form-field-invalid .mat-input-element,
.mat-form-field[appearance='standard'].mat-form-field-invalid .mat-select {
  background-color: #f9ecf3;
  border-color: #C44081;
}
.mat-form-field[appearance='standard'].mat-form-field-invalid .mat-form-field-wrapper .mat-error {
  color: #C44081;
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
}
.mat-form-field[appearance='standard'] .mat-form-field-underline {
  display: none;
}
.mat-form-field[appearance='standard'] .mat-form-field-subscript-wrapper {
  position: relative;
}
.mat-error {
  color: #C44081;
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
}
button:disabled,
.mat-checkbox-disabled > .mat-checkbox-layout {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.cdk-global-scrollblock {
  position: static !important;
  width: initial !important;
  overflow-y: inherit !important;
}
.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: #845da8;
}
.table-search-filter .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.table-search-filter .mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  display: none !important;
}
.mat-autocomplete-panel .mat-option-text {
  font-size: 14px;
}
.mat-form-field .mat-placeholder-required {
  opacity: 0;
}
.mat-simple-snackbar span {
  overflow-wrap: break-word;
  width: 100%;
}
.input {
  border: solid 1px #babcbd;
  background-color: #fff;
  color: #474c55;
  display: block;
  padding: 11px 12px 13px;
  border-radius: 2px;
  background-color: #fafafa;
  font: 14px/1 "Quicksand", Arial, Helvetica, sans-serif;
  font-weight: 600;
  width: 100%;
  margin-bottom: 20px;
}
.input::-webkit-input-placeholder {
  color: #999999;
}
.input::-moz-placeholder {
  color: #999999;
}
.input::-ms-input-placeholder {
  color: #999999;
}
.input::placeholder {
  color: #999999;
}
.button {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 17px;
  min-height: 40px;
  line-height: 38px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  background: #261d43;
  color: #fff;
}
.button:hover {
  text-decoration: none;
  cursor: pointer;
}
.button:hover {
  opacity: 0.6;
}
.button[disabled] {
  cursor: not-allowed !important;
}
.button-default {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 17px;
  min-height: 40px;
  line-height: 38px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  color: #333;
  border: 1px solid #666;
}
.button-default:hover {
  text-decoration: none;
  cursor: pointer;
}
.button-default:hover {
  border-color: #261d43;
  color: #261d43;
}
.error-list {
  color: #e30000;
  padding: 0 0 0 21px;
  margin: 20px 0 0;
  text-align: left;
}
.login-error {
  margin-top: 20px;
  color: #C44081;
  font-weight: 700;
  text-align: left;
}
label {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.69;
  color: #333;
}
.form {
  display: -webkit-box;
  display: flex;
}
.form__col {
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.form__row {
  margin-bottom: 10px;
}
.tabs {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px !important;
  line-height: 1.1;
  font-weight: bold;
  margin: -2px 0 0 -10px;
}
.tabs.align-top {
  margin-top: -10px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .tabs.align-top {
    margin-top: -12px;
  }
}
.tabs.no-left-margin li:first-child a {
  margin-left: 0;
}
@media (max-width: 768px) {
  .tabs.no-left-margin li:first-child a {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .tabs {
    margin: 1px 0 0;
  }
}
@media (min-width: 1200px) {
  .tabs {
    margin: 7px 0 0;
  }
}
.tabs__item {
  margin: 2px 0 0px;
}
@media (min-width: 768px) {
  .tabs__item {
    margin: 0;
  }
}
.tabs__left-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .tabs__item--settings {
    margin: 0 0 0 auto;
  }
}
.tabs .tabs__item-link {
  text-decoration: none;
  color: #327a50;
  padding: 13px 6px 18px;
  position: relative;
  display: block;
  margin-left: 15px;
}
.tabs .tabs__item-link:before {
  content: '';
  position: absolute;
  top: 0 !important;
  left: 0;
  right: 0;
  height: 3px;
  background: #327a50;
  z-index: 2;
  display: none;
}
.tabs .tabs__item-link.active {
  cursor: default;
  color: #327a50;
}
.tabs .tabs__item-link.active:before {
  display: block;
}
.tabs-tight {
  margin-top: -10px !important;
}
.gscn-tabs {
  border-bottom: 1px solid #835fa6;
  flex-wrap: nowrap;
  -webkit-box-pack: stretch;
          justify-content: stretch;
}
.gscn-tabs .tabs__item {
  align-self: stretch;
}
.gscn-tabs .tabs__item .tabs__item-link {
  font-size: 16px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 6px;
  margin-left: 0;
  padding: 12px 8px;
  height: 100%;
}
.gscn-tabs .tabs__item .tabs__item-link.active {
  background-color: #5d196a;
  border: 1px solid #5d196a;
  border-bottom: none;
  color: #fff;
}
.gscn-tabs .tabs__item .tabs__item-link.active:before {
  display: none;
}
@media (min-width: 1200px) {
  .gscn-tabs .tabs__item .tabs__item-link {
    margin-right: 10px;
    padding: 18px;
  }
}
@media (min-width: 1600px) {
  .gscn-tabs .tabs__item .tabs__item-link {
    padding: 18px 30px;
  }
}
.gscn-select .mat-form-field-underline {
  display: none;
}
.gscn-select .mat-select {
  background-color: #fafafa;
  border: 1px solid #babcbd;
  padding: 9px 10px 10px 10px;
  border-radius: 2px;
}
.gscn-select .mat-select .mat-select-value-text {
  font-weight: 600;
}
.gscn-select .mat-select .mat-select-arrow {
  color: #845da8;
  margin: 6px 3px 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.gscn-select .mat-select .mat-select-arrow:before,
.gscn-select .mat-select .mat-select-arrow:after {
  position: absolute;
  right: 1px;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.gscn-select .mat-select .mat-select-arrow:before {
  top: 10px;
  border-top: 7px solid;
}
.gscn-select .mat-select .mat-select-arrow:after {
  top: 0px;
  border-bottom: 7px solid;
}
.mat-table {
  width: 100%;
}
.mat-table .material-icons {
  position: relative;
  top: 5px;
  font-size: 20px;
  line-height: 10px;
}
.mat-table .material-icons.check_circle {
  color: #327a50;
}
.mat-table .material-icons.cancel {
  color: #e30000;
}
.mat-table .gscn-icon {
  font-size: 20px;
}
.mat-table .gscn-icon.icons8-ok {
  color: #c7d673;
}
.mat-table .gscn-icon.icons8-error {
  font-size: 24px;
  color: #C63D81;
}
.mat-table .gscn-icon.icons8-process {
  color: #97C2D5;
  font-size: 24px;
}
.mat-table .gscn-icon.icons8-process.alert {
  color: #FDB813;
  position: relative;
}
.mat-table .gscn-icon.icons8-process.alert:after {
  content: "!";
  position: absolute;
  font-style: normal;
  font-size: 14px;
  left: 10px;
  top: 8px;
}
.mat-table .gscn-icon.icons8-minus {
  color: #babcbd;
}
.mat-table tbody .mat-row {
  height: auto !important;
}
.mat-table tbody .mat-row .mat-cell {
  vertical-align: middle;
  padding-top: 16px;
  padding-bottom: 16px;
}
th.mat-header-cell {
  padding-top: 18px;
  padding-bottom: 17px;
  font-weight: 900;
  font-size: 14px;
  color: #474c55;
  background-color: #c7d673;
  vertical-align: middle;
}
th.mat-header-cell .mat-sort-header-position-before {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
th.mat-header-cell .mat-sort-header-position-before .mat-sort-header-arrow {
  margin-right: 14px;
}
th.mat-header-cell.align-right {
  -webkit-box-pack: end;
          justify-content: flex-end;
  text-align: right;
}
th.mat-header-cell.align-right .mat-sort-header-button {
  text-align: right;
}
th.mat-header-cell .mat-sort-header-arrow {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  color: #474c55;
}
th.mat-header-cell .mat-sort-header-arrow .mat-sort-header-stem,
th.mat-header-cell .mat-sort-header-arrow .mat-sort-header-pointer-left,
th.mat-header-cell .mat-sort-header-arrow .mat-sort-header-pointer-right,
th.mat-header-cell .mat-sort-header-arrow .mat-sort-header-pointer-middle {
  display: none;
}
th.mat-header-cell .mat-sort-header-indicator:before {
  font-family: "Material Icons";
  font-feature-settings: "liga";
  content: "north";
  top: -7px;
  font-size: 21px;
  position: absolute;
}
th.mat-header-cell[aria-sort="ascending"] .mat-sort-header-indicator:before {
  content: "north";
  top: -7px;
}
th.mat-header-cell[aria-sort="descending"] .mat-sort-header-indicator:before {
  content: "south";
  top: -16px;
}
td.mat-cell {
  color: #474c55;
  font-size: 14px;
  font-weight: 900;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 27px;
  vertical-align: top;
}
td.mat-cell.align-right {
  text-align: right;
  padding-left: 0;
  padding-right: 19px;
}
@media (max-width: 768px) {
  td.mat-cell.align-right {
    text-align: left;
    padding: 3px 30px;
  }
}
td.mat-cell a {
  text-decoration: none;
  color: #327a50;
}
@media (max-width: 768px) {
  td.mat-cell a {
    display: -webkit-box;
    display: flex;
    width: 64%;
    -webkit-box-align: center;
            align-items: center;
  }
}
td.mat-cell a:hover,
td.mat-cell a:focus {
  text-decoration: underline;
}
.mat-table td.mat-cell:first-of-type {
  padding-left: 50px;
}
.mat-table td.mat-cell:last-of-type.align-right {
  padding-right: 42px;
}
/* responsive tables don't have the same layouts as desktop tables, instead they have mobile labels and no headers */
.responsive-table {
  padding: 0 15px;
}
.responsive-table.compressed {
  padding: 0;
}
.responsive-table .mobile-label {
  display: none;
}
.responsive-table .table-search-filter {
  margin: 15px 0;
}
.responsive-table .table-search-filter .mat-form-field.mat-focused .mat-form-field-label {
  display: none;
  -webkit-transform: none;
          transform: none;
}
.responsive-table .table-search-filter .mat-input-element {
  background-color: #fafafa;
  border: 1px solid #babcbd;
  padding: 13px 13px 17px;
  padding-right: 42px !important;
}
.responsive-table .table-search-filter .mat-input-element,
.responsive-table .table-search-filter .mat-form-field-label {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}
.responsive-table .table-search-filter .mat-form-field-label {
  padding: 3px 0px 0px 14px;
}
.responsive-table .table-search-filter .mat-form-field-label .mat-label {
  color: #666;
  font-weight: 600;
}
.responsive-table .table-search-filter .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  -webkit-transform: translateY(-1.75em) scale(0.75) perspective(100px) translateZ(0.001px);
          transform: translateY(-1.75em) scale(0.75) perspective(100px) translateZ(0.001px);
}
.responsive-table .table-search-filter .mat-form-field-label-wrapper:before {
  font-family: "Material Icons";
  content: "search";
  font-feature-settings: "liga";
  position: absolute;
  top: 23px;
  right: 13px;
  font-size: 26px;
  color: #5d196a;
}
.responsive-table .table-search-filter .mat-form-field-underline {
  display: none;
}
@media screen and (min-width: 768px) {
  .responsive-table .table-search-filter .mat-form-field-infix {
    width: 263px;
  }
}
.responsive-table td.mat-cell .mobile-label {
  font-weight: 600;
}
.mat-paginator {
  background-color: transparent;
}
.mat-paginator .mat-form-field-underline {
  display: none;
}
.mat-paginator .mat-paginator-page-size-label,
.mat-paginator .mat-paginator-range-label,
.mat-paginator .mat-select-value-text {
  font-size: 16px;
  font-weight: 600;
  color: #474c55;
}
.mat-paginator .mat-paginator-page-size-label {
  font-weight: 900;
  color: #5d196a;
}
.mat-paginator .mat-paginator-range-label {
  margin: 0 10px;
}
.mat-paginator .mat-paginator-page-size-select {
  width: 70px;
}
.mat-paginator .mat-paginator-icon {
  width: 30px;
  fill: #5d196a;
}
.mat-paginator .mat-icon-button:disabled .mat-paginator-icon {
  opacity: 0.4;
}
/* mobile styles */
@media (max-width: 768px) {
  .responsive-table {
    /* applies column display to responsive tables */
    /* when tables need mobile columns, use the mobile-with-column class */
  }
  .responsive-table .table-search-filter .mat-form-field {
    width: 100%;
  }
  .responsive-table .mobile-label {
    width: 36%;
    min-width: 36%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .responsive-table .mat-table {
    width: 100%;
  }
  .responsive-table .mat-header-row {
    display: none;
  }
  .responsive-table tr.mat-row {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: start;
    border: 1px solid #babcbd;
    border-bottom: 0;
  }
  .responsive-table tr.mat-row:last-child {
    border-bottom: 1px solid #babcbd;
  }
  .responsive-table td.mat-cell {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1;
    overflow: hidden;
    padding: 3px 30px;
    border-bottom: 0;
  }
  .responsive-table td.mat-cell:first-of-type {
    padding-left: 30px;
  }
  .responsive-table.mobile-with-columns .mat-row,
  .responsive-table.mobile-with-columns .mat-header-row {
    display: table-row;
  }
  .responsive-table.mobile-with-columns .mat-cell {
    display: table-cell;
  }
  .responsive-table.mobile-with-columns th.mat-header-cell:first-of-type {
    padding-left: 10px;
  }
  .responsive-table.mobile-with-columns td.mat-cell {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .responsive-table.mobile-with-columns td.mat-cell:first-of-type {
    padding-left: 15px;
  }
  .mobile-label {
    width: 80px;
    display: inline-block;
    font-weight: bold;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .responsive-table tr.mat-row {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.card-panel {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .card-panel__container,
  .card-panel__container-divider {
    width: 100%;
    margin: 0;
  }
}
.card-panel__container.mb-10,
.card-panel__container-divider.mb-10 {
  margin-bottom: 10px;
}
.card-panel__container-divider {
  height: 20px;
}
@media (max-width: 1200px) {
  .card-panel__title {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.card-panel__container .card-panel__actions-column {
  text-align: right;
}
.card-panel__container .card-panel__slide-num {
  position: relative;
  top: -5px;
  margin-right: 10px;
}
.card-panel__container .card-panel__action-prev,
.card-panel__container .card-panel__action-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #845da8 !important;
  border: #845da8;
  color: #845da8;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-panel__container .card-panel__action-prev:disabled,
.card-panel__container .card-panel__action-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.card-panel__container .card-panel__action-prev:hover:not([disabled]),
.card-panel__container .card-panel__action-next:hover:not([disabled]) {
  background-color: #845da8;
  color: #fff;
}
.card-panel__container .card-panel__action-prev {
  margin-right: 8px;
  margin-top: 1px;
}
.card-panel__container .card-panel__action-prev .mat-icon {
  margin-right: -7px;
}
.card-panel__container .card-panel__action-next .mat-icon {
  margin-right: -1px;
  margin-top: 1px;
}
.card-panel__container .owl-dots {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .card-panel__container .owl-dots {
    display: none !important;
  }
}
.card-panel__container .owl-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #DDD;
  border-radius: 50%;
  margin-right: 8px;
}
.card-panel__container .owl-dot.active {
  background-color: #5d196a;
}
.main-column.main-column--full-content {
  width: 100% !important;
}
#gscn-footer,
#gscn-footer-auth {
  position: static !important;
}
.file-icon {
  display: inline-block;
  height: 22px;
  width: 22px;
  min-width: 22px;
  margin-right: 8px;
  text-align: center;
  background-repeat: no-repeat;
}
.file-icon.type-csv {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M 6 2 C 4.895 2 4 2.895 4 4 L 4 9 L 3 9 C 1.895 9 1 9.895 1 11 L 1 16 C 1 17.105 1.895 18 3 18 L 4 18 L 4 20 C 4 21.105 4.895 22 6 22 L 18 22 C 19.105 22 20 21.105 20 20 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 5 11 C 6.105 11 7 11.895 7 13 L 6 13 C 6 12.449 5.551 12 5 12 C 4.449 12 4 12.449 4 13 L 4 14 C 4 14.551 4.449 15 5 15 C 5.551 15 6 14.551 6 14 L 7 14 C 7 15.105 6.105 16 5 16 C 3.895 16 3 15.105 3 14 L 3 13 C 3 11.895 3.895 11 5 11 z M 9.6445312 11 C 11.067531 11.041 11.154297 12.282906 11.154297 12.503906 L 10.1875 12.503906 C 10.1875 12.400906 10.204906 11.806641 9.6289062 11.806641 C 9.4539062 11.806641 9.0598438 11.884188 9.0898438 12.367188 C 9.1188437 12.810188 9.7035469 13.019406 9.8105469 13.066406 C 10.034547 13.148406 11.141391 13.642391 11.150391 14.650391 C 11.152391 14.864391 11.097062 15.985 9.6640625 16 C 8.1050625 16.017 8 14.675438 8 14.398438 L 8.9746094 14.398438 C 8.9746094 14.545438 8.9870625 15.256172 9.6640625 15.201172 C 10.071063 15.167172 10.159828 14.87425 10.173828 14.65625 C 10.196828 14.28925 9.8465625 14.068625 9.4765625 13.890625 C 8.9565625 13.640625 8.1341406 13.333375 8.1191406 12.359375 C 8.1061406 11.482375 8.7505312 10.975 9.6445312 11 z M 12 11 L 13.052734 11 L 13.992188 14.646484 L 14.9375 11 L 16 11 L 14.646484 16 L 13.345703 16 L 12 11 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-csv.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M 6 2 C 4.895 2 4 2.895 4 4 L 4 9 L 3 9 C 1.895 9 1 9.895 1 11 L 1 16 C 1 17.105 1.895 18 3 18 L 4 18 L 4 20 C 4 21.105 4.895 22 6 22 L 18 22 C 19.105 22 20 21.105 20 20 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 5 11 C 6.105 11 7 11.895 7 13 L 6 13 C 6 12.449 5.551 12 5 12 C 4.449 12 4 12.449 4 13 L 4 14 C 4 14.551 4.449 15 5 15 C 5.551 15 6 14.551 6 14 L 7 14 C 7 15.105 6.105 16 5 16 C 3.895 16 3 15.105 3 14 L 3 13 C 3 11.895 3.895 11 5 11 z M 9.6445312 11 C 11.067531 11.041 11.154297 12.282906 11.154297 12.503906 L 10.1875 12.503906 C 10.1875 12.400906 10.204906 11.806641 9.6289062 11.806641 C 9.4539062 11.806641 9.0598438 11.884188 9.0898438 12.367188 C 9.1188437 12.810188 9.7035469 13.019406 9.8105469 13.066406 C 10.034547 13.148406 11.141391 13.642391 11.150391 14.650391 C 11.152391 14.864391 11.097062 15.985 9.6640625 16 C 8.1050625 16.017 8 14.675438 8 14.398438 L 8.9746094 14.398438 C 8.9746094 14.545438 8.9870625 15.256172 9.6640625 15.201172 C 10.071063 15.167172 10.159828 14.87425 10.173828 14.65625 C 10.196828 14.28925 9.8465625 14.068625 9.4765625 13.890625 C 8.9565625 13.640625 8.1341406 13.333375 8.1191406 12.359375 C 8.1061406 11.482375 8.7505312 10.975 9.6445312 11 z M 12 11 L 13.052734 11 L 13.992188 14.646484 L 14.9375 11 L 16 11 L 14.646484 16 L 13.345703 16 L 12 11 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-doc {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M 6 2 C 4.9057453 2 4 2.9057453 4 4 L 4 9 C 2.895 9 2 9.895 2 11 L 2 16 C 2 17.105 2.895 18 4 18 L 4 20 C 4 21.094255 4.9057453 22 6 22 L 18 22 C 19.094255 22 20 21.094255 20 20 L 20 16 L 20 11 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 16 11 C 17.105 11 18 11.895 18 13 L 17 13 C 17 12.449 16.551 12 16 12 C 15.449 12 15 12.449 15 13 L 15 14 C 15 14.551 15.449 15 16 15 C 16.551 15 17 14.551 17 14 L 18 14 C 18 15.105 17.105 16 16 16 C 14.895 16 14 15.105 14 14 L 14 13 C 14 11.895 14.895 11 16 11 z M 4 11.023438 L 5.6289062 11.023438 C 7.2119063 11.023438 8 11.974906 8 13.128906 L 8 13.900391 C 8 15.068391 7.2092344 16 5.6152344 16 L 4 16 L 4 11.023438 z M 11 11.064453 C 12.864 11.034453 13 12.842406 13 13.191406 L 13 14 C 13 14.342 12.913812 16.101547 11.007812 16.060547 C 8.9668125 16.018547 9 14.342 9 14 L 9 13.191406 C 9 12.840406 9.167 11.093453 11 11.064453 z M 11.001953 11.886719 C 10.056953 11.905719 10 12.953547 10 13.185547 L 10 14 C 10 14.222 10.154719 15.259187 11.011719 15.242188 C 11.833719 15.227187 12 14.221 12 14 L 12 13.185547 C 12 12.953547 11.887953 11.868719 11.001953 11.886719 z M 5 12.023438 L 5 15 L 5.6152344 15 C 6.2472344 15 7 14.808391 7 13.900391 L 7 13.128906 C 7 12.214906 6.2549062 12.023438 5.6289062 12.023438 L 5 12.023438 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-doc.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M 6 2 C 4.9057453 2 4 2.9057453 4 4 L 4 9 C 2.895 9 2 9.895 2 11 L 2 16 C 2 17.105 2.895 18 4 18 L 4 20 C 4 21.094255 4.9057453 22 6 22 L 18 22 C 19.094255 22 20 21.094255 20 20 L 20 16 L 20 11 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 16 11 C 17.105 11 18 11.895 18 13 L 17 13 C 17 12.449 16.551 12 16 12 C 15.449 12 15 12.449 15 13 L 15 14 C 15 14.551 15.449 15 16 15 C 16.551 15 17 14.551 17 14 L 18 14 C 18 15.105 17.105 16 16 16 C 14.895 16 14 15.105 14 14 L 14 13 C 14 11.895 14.895 11 16 11 z M 4 11.023438 L 5.6289062 11.023438 C 7.2119063 11.023438 8 11.974906 8 13.128906 L 8 13.900391 C 8 15.068391 7.2092344 16 5.6152344 16 L 4 16 L 4 11.023438 z M 11 11.064453 C 12.864 11.034453 13 12.842406 13 13.191406 L 13 14 C 13 14.342 12.913812 16.101547 11.007812 16.060547 C 8.9668125 16.018547 9 14.342 9 14 L 9 13.191406 C 9 12.840406 9.167 11.093453 11 11.064453 z M 11.001953 11.886719 C 10.056953 11.905719 10 12.953547 10 13.185547 L 10 14 C 10 14.222 10.154719 15.259187 11.011719 15.242188 C 11.833719 15.227187 12 14.221 12 14 L 12 13.185547 C 12 12.953547 11.887953 11.868719 11.001953 11.886719 z M 5 12.023438 L 5 15 L 5.6152344 15 C 6.2472344 15 7 14.808391 7 13.900391 L 7 13.128906 C 7 12.214906 6.2549062 12.023438 5.6289062 12.023438 L 5 12.023438 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-jpg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M 6 2 C 4.9057453 2 4 2.9057453 4 4 L 4 9 C 2.895 9 2 9.895 2 11 L 2 16 C 2 17.105 2.895 18 4 18 L 4 20 C 4 21.094255 4.9057453 22 6 22 L 18 22 C 19.094255 22 20 21.094255 20 20 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 6 11 L 7 11 L 7 14.5 C 7 15.328 6.328 16 5.5 16 C 4.672 16 4 15.328 4 14.5 L 5 14.5 C 5 14.776 5.224 15 5.5 15 C 5.776 15 6 14.776 6 14.5 L 6 11 z M 8 11 L 9.5 11 C 10.328 11 11 11.672 11 12.5 C 11 13.328 10.328 14 9.5 14 L 9 14 L 9 16 L 8 16 L 8 11 z M 14.035156 11.001953 C 15.207156 11.002953 15.673281 11.538953 15.863281 12.001953 L 14.570312 12.001953 L 14 12.001953 C 13.118 11.988953 13 12.856937 13 13.085938 L 13 13.914062 C 13 14.146062 13.206781 15.011953 14.175781 15.001953 C 14.458781 14.998953 14.976 14.836266 15 14.822266 L 14.978516 14 L 14 14 L 14.021484 13 L 16 13 L 16 15.380859 C 15.94 15.436859 15.291422 15.961047 14.107422 15.998047 C 13.785422 16.008047 12.132 16.038062 12 13.914062 L 12 13.091797 C 12 12.736797 11.958156 10.999953 14.035156 11.001953 z M 9 12 L 9 13 L 9.5 13 C 9.776 13 10 12.776 10 12.5 C 10 12.224 9.776 12 9.5 12 L 9 12 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-jpg.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M 6 2 C 4.9057453 2 4 2.9057453 4 4 L 4 9 C 2.895 9 2 9.895 2 11 L 2 16 C 2 17.105 2.895 18 4 18 L 4 20 C 4 21.094255 4.9057453 22 6 22 L 18 22 C 19.094255 22 20 21.094255 20 20 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 6 11 L 7 11 L 7 14.5 C 7 15.328 6.328 16 5.5 16 C 4.672 16 4 15.328 4 14.5 L 5 14.5 C 5 14.776 5.224 15 5.5 15 C 5.776 15 6 14.776 6 14.5 L 6 11 z M 8 11 L 9.5 11 C 10.328 11 11 11.672 11 12.5 C 11 13.328 10.328 14 9.5 14 L 9 14 L 9 16 L 8 16 L 8 11 z M 14.035156 11.001953 C 15.207156 11.002953 15.673281 11.538953 15.863281 12.001953 L 14.570312 12.001953 L 14 12.001953 C 13.118 11.988953 13 12.856937 13 13.085938 L 13 13.914062 C 13 14.146062 13.206781 15.011953 14.175781 15.001953 C 14.458781 14.998953 14.976 14.836266 15 14.822266 L 14.978516 14 L 14 14 L 14.021484 13 L 16 13 L 16 15.380859 C 15.94 15.436859 15.291422 15.961047 14.107422 15.998047 C 13.785422 16.008047 12.132 16.038062 12 13.914062 L 12 13.091797 C 12 12.736797 11.958156 10.999953 14.035156 11.001953 z M 9 12 L 9 13 L 9.5 13 C 9.776 13 10 12.776 10 12.5 C 10 12.224 9.776 12 9.5 12 L 9 12 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-microphone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M 12 2 C 10.343 2 9 3.343 9 5 L 9 11 C 9 12.657 10.343 14 12 14 C 13.657 14 15 12.657 15 11 L 15 5 C 15 3.343 13.657 2 12 2 z M 5 11 C 5 14.525296 7.6093644 17.433226 11 17.919922 L 11 21 L 13 21 L 13 17.919922 C 16.390636 17.433226 19 14.525296 19 11 L 17 11 C 17 13.761 14.761 16 12 16 C 9.239 16 7 13.761 7 11 L 5 11 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-microphone.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M 12 2 C 10.343 2 9 3.343 9 5 L 9 11 C 9 12.657 10.343 14 12 14 C 13.657 14 15 12.657 15 11 L 15 5 C 15 3.343 13.657 2 12 2 z M 5 11 C 5 14.525296 7.6093644 17.433226 11 17.919922 L 11 21 L 13 21 L 13 17.919922 C 16.390636 17.433226 19 14.525296 19 11 L 17 11 C 17 13.761 14.761 16 12 16 C 9.239 16 7 13.761 7 11 L 5 11 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-pdf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M 6 2 C 4.9057453 2 4 2.9057453 4 4 L 4 9 C 2.895 9 2 9.895 2 11 L 2 16 C 2 17.105 2.895 18 4 18 L 4 20 C 4 21.094255 4.9057453 22 6 22 L 18 22 C 19.094255 22 20 21.094255 20 20 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 4 11 L 5.5 11 C 6.328 11 7 11.672 7 12.5 C 7 13.328 6.328 14 5.5 14 L 5 14 L 5 16 L 4 16 L 4 11 z M 13 11 L 16 11 L 16 12 L 14 12 L 14 13 L 15.599609 13 L 15.599609 14 L 14 14 L 14 16 L 13 16 L 13 11 z M 8 11.023438 L 9.6289062 11.023438 C 11.210906 11.023438 12 11.974906 12 13.128906 L 12 13.900391 C 12 15.068391 11.209234 16 9.6152344 16 L 8 16 L 8 11.023438 z M 5 12 L 5 13 L 5.5 13 C 5.776 13 6 12.776 6 12.5 C 6 12.224 5.776 12 5.5 12 L 5 12 z M 9 12.023438 L 9 15 L 9.6152344 15 C 10.247234 15 11 14.808391 11 13.900391 L 11 13.128906 C 11 12.214906 10.254906 12.023438 9.6289062 12.023438 L 9 12.023438 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%23419468'/%3E%3C/svg%3E%0A");
}
.file-icon.type-pdf.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M 6 2 C 4.9057453 2 4 2.9057453 4 4 L 4 9 C 2.895 9 2 9.895 2 11 L 2 16 C 2 17.105 2.895 18 4 18 L 4 20 C 4 21.094255 4.9057453 22 6 22 L 18 22 C 19.094255 22 20 21.094255 20 20 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 4 11 L 5.5 11 C 6.328 11 7 11.672 7 12.5 C 7 13.328 6.328 14 5.5 14 L 5 14 L 5 16 L 4 16 L 4 11 z M 13 11 L 16 11 L 16 12 L 14 12 L 14 13 L 15.599609 13 L 15.599609 14 L 14 14 L 14 16 L 13 16 L 13 11 z M 8 11.023438 L 9.6289062 11.023438 C 11.210906 11.023438 12 11.974906 12 13.128906 L 12 13.900391 C 12 15.068391 11.209234 16 9.6152344 16 L 8 16 L 8 11.023438 z M 5 12 L 5 13 L 5.5 13 C 5.776 13 6 12.776 6 12.5 C 6 12.224 5.776 12 5.5 12 L 5 12 z M 9 12.023438 L 9 15 L 9.6152344 15 C 10.247234 15 11 14.808391 11 13.900391 L 11 13.128906 C 11 12.214906 10.254906 12.023438 9.6289062 12.023438 L 9 12.023438 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.file-icon.type-png {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M 6 2 C 4.9057453 2 4 2.9057453 4 4 L 4 9 C 2.895 9 2 9.895 2 11 L 2 16 C 2 17.105 2.895 18 4 18 L 4 20 C 4 21.094255 4.9057453 22 6 22 L 18 22 C 19.094255 22 20 21.094255 20 20 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 4 11 L 5.5 11 C 6.328 11 7 11.672 7 12.5 C 7 13.328 6.328 14 5.5 14 L 5 14 L 5 16 L 4 16 L 4 11 z M 11 11 L 12 11 L 12 16 L 10.845703 16 L 9 12.736328 L 9 16 L 8 16 L 8 11.023438 L 9.1542969 11.023438 L 11 14.267578 L 11 11 z M 15.035156 11.001953 C 16.207156 11.002953 16.673281 11.538953 16.863281 12.001953 L 15 12.001953 C 14.118 11.988953 14 12.856937 14 13.085938 L 14 13.914062 C 14 14.146062 14.206781 15.011953 15.175781 15.001953 C 15.458781 14.998953 15.976 14.836266 16 14.822266 L 15.978516 14 L 15 14 L 15.021484 13 L 17 13 L 17 15.380859 C 16.94 15.436859 16.291422 15.961047 15.107422 15.998047 C 14.785422 16.008047 13.132 16.038062 13 13.914062 L 13 13.091797 C 13 12.736797 12.958156 10.999953 15.035156 11.001953 z M 5 12 L 5 13 L 5.5 13 C 5.776 13 6 12.776 6 12.5 C 6 12.224 5.776 12 5.5 12 L 5 12 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-png.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M 6 2 C 4.9057453 2 4 2.9057453 4 4 L 4 9 C 2.895 9 2 9.895 2 11 L 2 16 C 2 17.105 2.895 18 4 18 L 4 20 C 4 21.094255 4.9057453 22 6 22 L 18 22 C 19.094255 22 20 21.094255 20 20 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 4 11 L 5.5 11 C 6.328 11 7 11.672 7 12.5 C 7 13.328 6.328 14 5.5 14 L 5 14 L 5 16 L 4 16 L 4 11 z M 11 11 L 12 11 L 12 16 L 10.845703 16 L 9 12.736328 L 9 16 L 8 16 L 8 11.023438 L 9.1542969 11.023438 L 11 14.267578 L 11 11 z M 15.035156 11.001953 C 16.207156 11.002953 16.673281 11.538953 16.863281 12.001953 L 15 12.001953 C 14.118 11.988953 14 12.856937 14 13.085938 L 14 13.914062 C 14 14.146062 14.206781 15.011953 15.175781 15.001953 C 15.458781 14.998953 15.976 14.836266 16 14.822266 L 15.978516 14 L 15 14 L 15.021484 13 L 17 13 L 17 15.380859 C 16.94 15.436859 16.291422 15.961047 15.107422 15.998047 C 14.785422 16.008047 13.132 16.038062 13 13.914062 L 13 13.091797 C 13 12.736797 12.958156 10.999953 15.035156 11.001953 z M 5 12 L 5 13 L 5.5 13 C 5.776 13 6 12.776 6 12.5 C 6 12.224 5.776 12 5.5 12 L 5 12 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-ppt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M 7 2 C 6.476563 2 5.941406 2.183594 5.5625 2.5625 C 5.183594 2.941406 5 3.476563 5 4 L 5 8 C 3.898438 8 3 8.898438 3 10 L 3 15 C 3 16.101563 3.898438 17 5 17 L 5 20 C 5 20.523438 5.183594 21.058594 5.5625 21.4375 C 5.941406 21.816406 6.476563 22 7 22 L 19 22 C 19.523438 22 20.058594 21.816406 20.4375 21.4375 C 20.816406 21.058594 21 20.523438 21 20 L 21 4 C 21 3.476563 20.816406 2.941406 20.4375 2.5625 C 20.058594 2.183594 19.523438 2 19 2 Z M 7 4 L 19 4 L 19 10 C 19 8.898438 18.101563 8 17 8 L 7 8 Z M 5 10 L 6.90625 10 C 7.488281 10 7.898438 10.121094 8.15625 10.34375 C 8.414063 10.566406 8.5625 10.902344 8.5625 11.40625 C 8.5625 11.898438 8.425781 12.292969 8.15625 12.53125 C 7.882813 12.773438 7.464844 12.875 6.90625 12.875 L 6.09375 12.875 L 6.09375 15 L 5 15 Z M 9.90625 10 L 11.8125 10 C 12.394531 10 12.804688 10.121094 13.0625 10.34375 C 13.320313 10.566406 13.46875 10.902344 13.46875 11.40625 C 13.46875 11.898438 13.332031 12.292969 13.0625 12.53125 C 12.789063 12.773438 12.371094 12.875 11.8125 12.875 L 11 12.875 L 11 15 L 9.90625 15 Z M 14.625 10 L 18 10 L 18 10.8125 L 16.8125 10.8125 L 16.8125 14.96875 L 15.8125 14.96875 L 15.8125 10.8125 L 14.625 10.8125 Z M 6.0625 10.6875 L 6.0625 12.1875 L 6.53125 12.1875 C 6.875 12.1875 7.113281 12.144531 7.25 12.03125 C 7.386719 11.917969 7.4375 11.710938 7.4375 11.4375 C 7.4375 11.160156 7.375 10.980469 7.25 10.875 C 7.121094 10.765625 6.886719 10.6875 6.53125 10.6875 Z M 10.96875 10.6875 L 10.96875 12.1875 L 11.4375 12.1875 C 11.78125 12.1875 12.015625 12.144531 12.15625 12.03125 C 12.292969 11.917969 12.34375 11.710938 12.34375 11.4375 C 12.34375 11.160156 12.28125 10.980469 12.15625 10.875 C 12.027344 10.765625 11.792969 10.6875 11.4375 10.6875 Z M 19 15 L 19 20 L 7 20 L 7 17 L 17 17 C 18.101563 17 19 16.101563 19 15 Z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-ppt.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M 7 2 C 6.476563 2 5.941406 2.183594 5.5625 2.5625 C 5.183594 2.941406 5 3.476563 5 4 L 5 8 C 3.898438 8 3 8.898438 3 10 L 3 15 C 3 16.101563 3.898438 17 5 17 L 5 20 C 5 20.523438 5.183594 21.058594 5.5625 21.4375 C 5.941406 21.816406 6.476563 22 7 22 L 19 22 C 19.523438 22 20.058594 21.816406 20.4375 21.4375 C 20.816406 21.058594 21 20.523438 21 20 L 21 4 C 21 3.476563 20.816406 2.941406 20.4375 2.5625 C 20.058594 2.183594 19.523438 2 19 2 Z M 7 4 L 19 4 L 19 10 C 19 8.898438 18.101563 8 17 8 L 7 8 Z M 5 10 L 6.90625 10 C 7.488281 10 7.898438 10.121094 8.15625 10.34375 C 8.414063 10.566406 8.5625 10.902344 8.5625 11.40625 C 8.5625 11.898438 8.425781 12.292969 8.15625 12.53125 C 7.882813 12.773438 7.464844 12.875 6.90625 12.875 L 6.09375 12.875 L 6.09375 15 L 5 15 Z M 9.90625 10 L 11.8125 10 C 12.394531 10 12.804688 10.121094 13.0625 10.34375 C 13.320313 10.566406 13.46875 10.902344 13.46875 11.40625 C 13.46875 11.898438 13.332031 12.292969 13.0625 12.53125 C 12.789063 12.773438 12.371094 12.875 11.8125 12.875 L 11 12.875 L 11 15 L 9.90625 15 Z M 14.625 10 L 18 10 L 18 10.8125 L 16.8125 10.8125 L 16.8125 14.96875 L 15.8125 14.96875 L 15.8125 10.8125 L 14.625 10.8125 Z M 6.0625 10.6875 L 6.0625 12.1875 L 6.53125 12.1875 C 6.875 12.1875 7.113281 12.144531 7.25 12.03125 C 7.386719 11.917969 7.4375 11.710938 7.4375 11.4375 C 7.4375 11.160156 7.375 10.980469 7.25 10.875 C 7.121094 10.765625 6.886719 10.6875 6.53125 10.6875 Z M 10.96875 10.6875 L 10.96875 12.1875 L 11.4375 12.1875 C 11.78125 12.1875 12.015625 12.144531 12.15625 12.03125 C 12.292969 11.917969 12.34375 11.710938 12.34375 11.4375 C 12.34375 11.160156 12.28125 10.980469 12.15625 10.875 C 12.027344 10.765625 11.792969 10.6875 11.4375 10.6875 Z M 19 15 L 19 20 L 7 20 L 7 17 L 17 17 C 18.101563 17 19 16.101563 19 15 Z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-txt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M 6 2 C 4.9057453 2 4 2.9057453 4 4 L 4 9 C 2.895 9 2 9.895 2 11 L 2 16 C 2 17.105 2.895 18 4 18 L 4 20 C 4 21.094255 4.9057453 22 6 22 L 18 22 C 19.094255 22 20 21.094255 20 20 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 4 11 L 7 11 L 7 12 L 6 12 L 6 16 L 5 16 L 5 12 L 4 12 L 4 11 z M 8.0253906 11 L 9.2734375 11 L 9.9980469 12.716797 L 10.724609 11 L 11.970703 11 L 10.703125 13.478516 L 12 16 L 10.738281 16 L 9.9980469 14.251953 L 9.2617188 16 L 8 16 L 9.2949219 13.478516 L 8.0253906 11 z M 13 11 L 16 11 L 16 12 L 15 12 L 15 16 L 14 16 L 14 12 L 13 12 L 13 11 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-txt.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M 6 2 C 4.9057453 2 4 2.9057453 4 4 L 4 9 C 2.895 9 2 9.895 2 11 L 2 16 C 2 17.105 2.895 18 4 18 L 4 20 C 4 21.094255 4.9057453 22 6 22 L 18 22 C 19.094255 22 20 21.094255 20 20 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 4 11 L 7 11 L 7 12 L 6 12 L 6 16 L 5 16 L 5 12 L 4 12 L 4 11 z M 8.0253906 11 L 9.2734375 11 L 9.9980469 12.716797 L 10.724609 11 L 11.970703 11 L 10.703125 13.478516 L 12 16 L 10.738281 16 L 9.9980469 14.251953 L 9.2617188 16 L 8 16 L 9.2949219 13.478516 L 8.0253906 11 z M 13 11 L 16 11 L 16 12 L 15 12 L 15 16 L 14 16 L 14 12 L 13 12 L 13 11 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-video {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M20,3H4C2.897,3,2,3.897,2,5v14c0,1.103,0.897,2,2,2h16c1.103,0,2-0.897,2-2V5C22,3.897,21.103,3,20,3z M9,16V8l7,4L9,16z' fill='%23266a3d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-video.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M20,3H4C2.897,3,2,3.897,2,5v14c0,1.103,0.897,2,2,2h16c1.103,0,2-0.897,2-2V5C22,3.897,21.103,3,20,3z M9,16V8l7,4L9,16z' fill='%23266a3d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-avi {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M20,3H4C2.897,3,2,3.897,2,5v14c0,1.103,0.897,2,2,2h16c1.103,0,2-0.897,2-2V5C22,3.897,21.103,3,20,3z M9,16V8l7,4L9,16z' fill='%23266a3d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-avi.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M20,3H4C2.897,3,2,3.897,2,5v14c0,1.103,0.897,2,2,2h16c1.103,0,2-0.897,2-2V5C22,3.897,21.103,3,20,3z M9,16V8l7,4L9,16z' fill='%23266a3d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-mov {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M20,3H4C2.897,3,2,3.897,2,5v14c0,1.103,0.897,2,2,2h16c1.103,0,2-0.897,2-2V5C22,3.897,21.103,3,20,3z M9,16V8l7,4L9,16z' fill='%23266a3d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-mov.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M20,3H4C2.897,3,2,3.897,2,5v14c0,1.103,0.897,2,2,2h16c1.103,0,2-0.897,2-2V5C22,3.897,21.103,3,20,3z M9,16V8l7,4L9,16z' fill='%23266a3d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-mp4 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M20,3H4C2.897,3,2,3.897,2,5v14c0,1.103,0.897,2,2,2h16c1.103,0,2-0.897,2-2V5C22,3.897,21.103,3,20,3z M9,16V8l7,4L9,16z' fill='%23266a3d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-mp4.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M20,3H4C2.897,3,2,3.897,2,5v14c0,1.103,0.897,2,2,2h16c1.103,0,2-0.897,2-2V5C22,3.897,21.103,3,20,3z M9,16V8l7,4L9,16z' fill='%23266a3d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-video-call {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M 3 5 C 1.897 5 1 5.897 1 7 L 1 17 C 1 18.103 1.897 19 3 19 L 16 19 C 17.103 19 18 18.103 18 17 L 18 14.080078 L 23 18.080078 L 23 5.9199219 L 18 9.9199219 L 18 7 C 18 5.897 17.103 5 16 5 L 3 5 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-video-call.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M 3 5 C 1.897 5 1 5.897 1 7 L 1 17 C 1 18.103 1.897 19 3 19 L 16 19 C 17.103 19 18 18.103 18 17 L 18 14.080078 L 23 18.080078 L 23 5.9199219 L 18 9.9199219 L 18 7 C 18 5.897 17.103 5 16 5 L 3 5 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-video-conference {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M 3 3 C 1.895 3 1 3.895 1 5 L 1 17 C 1 18.105 1.895 19 3 19 L 8 19 L 8 21 L 16 21 L 16 19 L 21 19 C 22.105 19 23 18.105 23 17 L 23 5 C 23 3.895 22.105 3 21 3 L 3 3 z M 3 5 L 21 5 L 21 17 L 3 17 L 3 5 z M 5 7 L 5 10 L 9 10 L 9 7 L 5 7 z M 15 7 A 2 2 0 0 0 13 9 A 2 2 0 0 0 15 11 A 2 2 0 0 0 17 9 A 2 2 0 0 0 15 7 z M 5 12 L 5 15 L 9 15 L 9 12 L 5 12 z M 15 12 C 12.815 12 11 12.908797 11 14.216797 L 11 15 L 19 15 L 19 14.216797 C 19 12.908797 17.185 12 15 12 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-video-conference.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M 3 3 C 1.895 3 1 3.895 1 5 L 1 17 C 1 18.105 1.895 19 3 19 L 8 19 L 8 21 L 16 21 L 16 19 L 21 19 C 22.105 19 23 18.105 23 17 L 23 5 C 23 3.895 22.105 3 21 3 L 3 3 z M 3 5 L 21 5 L 21 17 L 3 17 L 3 5 z M 5 7 L 5 10 L 9 10 L 9 7 L 5 7 z M 15 7 A 2 2 0 0 0 13 9 A 2 2 0 0 0 15 11 A 2 2 0 0 0 17 9 A 2 2 0 0 0 15 7 z M 5 12 L 5 15 L 9 15 L 9 12 L 5 12 z M 15 12 C 12.815 12 11 12.908797 11 14.216797 L 11 15 L 19 15 L 19 14.216797 C 19 12.908797 17.185 12 15 12 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-xls {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M 6 2 C 4.9057453 2 4 2.9057453 4 4 L 4 9 C 2.895 9 2 9.895 2 11 L 2 16 C 2 17.105 2.895 18 4 18 L 4 20 C 4 21.094255 4.9057453 22 6 22 L 18 22 C 19.094255 22 20 21.094255 20 20 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 4.0253906 11 L 5.2734375 11 L 5.9980469 12.716797 L 6.7246094 11 L 7.9707031 11 L 6.703125 13.478516 L 8 16 L 6.7382812 16 L 5.9980469 14.251953 L 5.2617188 16 L 4 16 L 5.2949219 13.478516 L 4.0253906 11 z M 9 11 L 10 11 L 10 15 L 12 15 L 12 16 L 9 16 L 9 11 z M 14.490234 11 C 15.913234 11.041 16 12.282906 16 12.503906 L 15.03125 12.503906 C 15.03125 12.400906 15.048656 11.806641 14.472656 11.806641 C 14.297656 11.806641 13.905547 11.884187 13.935547 12.367188 C 13.964547 12.810188 14.547297 13.019406 14.654297 13.066406 C 14.878297 13.148406 15.987094 13.642391 15.996094 14.650391 C 15.998094 14.864391 15.942766 15.985 14.509766 16 C 12.950766 16.017 12.845703 14.675437 12.845703 14.398438 L 13.820312 14.398438 C 13.820312 14.545438 13.832766 15.256172 14.509766 15.201172 C 14.916766 15.167172 15.005531 14.87425 15.019531 14.65625 C 15.042531 14.28925 14.692266 14.068625 14.322266 13.890625 C 13.802266 13.640625 12.979844 13.333375 12.964844 12.359375 C 12.951844 11.482375 13.596234 10.975 14.490234 11 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-xls.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M 6 2 C 4.9057453 2 4 2.9057453 4 4 L 4 9 C 2.895 9 2 9.895 2 11 L 2 16 C 2 17.105 2.895 18 4 18 L 4 20 C 4 21.094255 4.9057453 22 6 22 L 18 22 C 19.094255 22 20 21.094255 20 20 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 4.0253906 11 L 5.2734375 11 L 5.9980469 12.716797 L 6.7246094 11 L 7.9707031 11 L 6.703125 13.478516 L 8 16 L 6.7382812 16 L 5.9980469 14.251953 L 5.2617188 16 L 4 16 L 5.2949219 13.478516 L 4.0253906 11 z M 9 11 L 10 11 L 10 15 L 12 15 L 12 16 L 9 16 L 9 11 z M 14.490234 11 C 15.913234 11.041 16 12.282906 16 12.503906 L 15.03125 12.503906 C 15.03125 12.400906 15.048656 11.806641 14.472656 11.806641 C 14.297656 11.806641 13.905547 11.884187 13.935547 12.367188 C 13.964547 12.810188 14.547297 13.019406 14.654297 13.066406 C 14.878297 13.148406 15.987094 13.642391 15.996094 14.650391 C 15.998094 14.864391 15.942766 15.985 14.509766 16 C 12.950766 16.017 12.845703 14.675437 12.845703 14.398438 L 13.820312 14.398438 C 13.820312 14.545438 13.832766 15.256172 14.509766 15.201172 C 14.916766 15.167172 15.005531 14.87425 15.019531 14.65625 C 15.042531 14.28925 14.692266 14.068625 14.322266 13.890625 C 13.802266 13.640625 12.979844 13.333375 12.964844 12.359375 C 12.951844 11.482375 13.596234 10.975 14.490234 11 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-external-link {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23419468'%3E%3Cpath d='M 6 2 C 4.9057453 2 4 2.9057453 4 4 L 4 9 C 2.895 9 2 9.895 2 11 L 2 16 C 2 17.105 2.895 18 4 18 L 4 20 C 4 21.094255 4.9057453 22 6 22 L 18 22 C 19.094255 22 20 21.094255 20 20 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 4.0253906 11 L 5.2734375 11 L 5.9980469 12.716797 L 6.7246094 11 L 7.9707031 11 L 6.703125 13.478516 L 8 16 L 6.7382812 16 L 5.9980469 14.251953 L 5.2617188 16 L 4 16 L 5.2949219 13.478516 L 4.0253906 11 z M 9 11 L 10 11 L 10 15 L 12 15 L 12 16 L 9 16 L 9 11 z M 14.490234 11 C 15.913234 11.041 16 12.282906 16 12.503906 L 15.03125 12.503906 C 15.03125 12.400906 15.048656 11.806641 14.472656 11.806641 C 14.297656 11.806641 13.905547 11.884187 13.935547 12.367188 C 13.964547 12.810188 14.547297 13.019406 14.654297 13.066406 C 14.878297 13.148406 15.987094 13.642391 15.996094 14.650391 C 15.998094 14.864391 15.942766 15.985 14.509766 16 C 12.950766 16.017 12.845703 14.675437 12.845703 14.398438 L 13.820312 14.398438 C 13.820312 14.545438 13.832766 15.256172 14.509766 15.201172 C 14.916766 15.167172 15.005531 14.87425 15.019531 14.65625 C 15.042531 14.28925 14.692266 14.068625 14.322266 13.890625 C 13.802266 13.640625 12.979844 13.333375 12.964844 12.359375 C 12.951844 11.482375 13.596234 10.975 14.490234 11 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
.file-icon.type-external-link.light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M 6 2 C 4.9057453 2 4 2.9057453 4 4 L 4 9 C 2.895 9 2 9.895 2 11 L 2 16 C 2 17.105 2.895 18 4 18 L 4 20 C 4 21.094255 4.9057453 22 6 22 L 18 22 C 19.094255 22 20 21.094255 20 20 L 20 7 L 15 2 L 6 2 z M 6 4 L 14 4 L 14 8 L 18 8 L 18 9 L 6 9 L 6 4 z M 4.0253906 11 L 5.2734375 11 L 5.9980469 12.716797 L 6.7246094 11 L 7.9707031 11 L 6.703125 13.478516 L 8 16 L 6.7382812 16 L 5.9980469 14.251953 L 5.2617188 16 L 4 16 L 5.2949219 13.478516 L 4.0253906 11 z M 9 11 L 10 11 L 10 15 L 12 15 L 12 16 L 9 16 L 9 11 z M 14.490234 11 C 15.913234 11.041 16 12.282906 16 12.503906 L 15.03125 12.503906 C 15.03125 12.400906 15.048656 11.806641 14.472656 11.806641 C 14.297656 11.806641 13.905547 11.884187 13.935547 12.367188 C 13.964547 12.810188 14.547297 13.019406 14.654297 13.066406 C 14.878297 13.148406 15.987094 13.642391 15.996094 14.650391 C 15.998094 14.864391 15.942766 15.985 14.509766 16 C 12.950766 16.017 12.845703 14.675437 12.845703 14.398438 L 13.820312 14.398438 C 13.820312 14.545438 13.832766 15.256172 14.509766 15.201172 C 14.916766 15.167172 15.005531 14.87425 15.019531 14.65625 C 15.042531 14.28925 14.692266 14.068625 14.322266 13.890625 C 13.802266 13.640625 12.979844 13.333375 12.964844 12.359375 C 12.951844 11.482375 13.596234 10.975 14.490234 11 z M 6 18 L 18 18 L 18 20 L 6 20 L 6 18 z' fill='%2328673d'/%3E%3C/svg%3E%0A");
}
app-root {
  display: block;
}
.row-flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.row-flex.align-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}
@media (min-width: 768px) {
  .row-flex {
    flex-wrap: nowrap;
  }
}
.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.row.align-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .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-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 600px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.nav {
  background: #e5e5e5;
  overflow: hidden;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .nav {
    width: 280px;
    flex-shrink: 0;
    min-height: calc(100vh - 70px);
    background: #fff;
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transition: -webkit-transform linear 250ms;
    transition: -webkit-transform linear 250ms;
    transition: transform linear 250ms;
    transition: transform linear 250ms, -webkit-transform linear 250ms;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    padding: 60px 60px 0 0;
  }
  .nav--open .nav {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.nav__header {
  background-color: #f8f7f0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .nav__header {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .nav__header {
    display: none;
  }
}
.nav__search {
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.nav .icon-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 1200px) {
  .nav-list {
    background: #fff;
    height: 100%;
  }
}
/*.aside {
  @media @md-down {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    z-index: 10;
    display: none;
  }
}*/
.aside-opener {
  height: 50px;
  width: 51px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #fff;
  cursor: pointer;
  border-left: 2px solid #e5e5e5;
}
@media (min-width: 768px) {
  .aside-opener {
    display: none;
  }
}
@media (max-width: 768px) {
  .aside-opener {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
  }
}
.actions-column .card-add-button {
  font-size: 16px;
  background-color: transparent;
  color: #327a50;
  font-weight: bold;
  min-height: 40px;
}
.actions-column .card-add-button .mat-icon,
.actions-column .card-add-button .gscn-icon {
  position: static;
  margin-right: 6px;
  font-size: 22px;
  line-height: initial;
  vertical-align: middle;
}
@media (max-width: 540px) {
  .actions-column .card-add-button {
    width: 100%;
    border: 1px solid #327a50;
    background-color: #fff;
  }
}
@media (max-width: 540px) {
  .actions-column .card-add-button + .card-add-button {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .upper-section {
    padding: 16px 10px;
  }
  .upper-section label {
    padding-top: 5px;
  }
  .upper-section sub-nav-dropdown,
  .upper-section .mat-form-field {
    width: 100%;
  }
  .upper-section .mat-form-field-infix {
    padding-top: 0;
  }
  .upper-section .mat-form-field-wrapper {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  #_hj_feedback_container {
    z-index: 4;
    top: 0;
    position: fixed;
    width: 100%;
  }
  #_hj_feedback_container div[class*="MinimizedWidgetMiddle__container"] {
    right: 50% !important;
    top: 18px !important;
    -webkit-animation: updown 2s ease;
            animation: updown 2s ease;
    -webkit-animation-iteration-count: 2;
            animation-iteration-count: 2;
  }
  #_hj_feedback_container div[class*="MinimizedWidgetMiddle__container"] button[class*="MinimizedWidgetMiddle__label"] {
    width: 108px !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
    border-radius: 6px !important;
  }
  #_hj_feedback_container div[class*="MinimizedWidgetMiddle__container"] div[class*="EmotionIconDefault__iconEmotionDefault"] {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  #_hj_feedback_container div[class*="MinimizedWidgetMiddle__container"] div[class*="MinimizedWidgetMiddle__text"] {
    margin-left: 8px !important;
    margin-top: 6px;
    -webkit-writing-mode: revert !important;
        -ms-writing-mode: revert !important;
            writing-mode: revert !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-box-ordinal-group: 6;
            order: 5;
    line-height: 1.8em;
  }
}
@media (min-width: 768px) and (max-width: 1200px) and (min-width: 768px) {
  #_hj_feedback_container div[class*="MinimizedWidgetMiddle__container"] {
    right: 48% !important;
  }
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@font-face {
  font-family: "muli";
  src: url('Muli-Regular.547e7d232cc7644ffbdb.woff') format("woff"), url('Muli-Regular.ef8c655e312a6c28e38c.woff2') format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "muli";
  src: url('Muli-Bold.e1313008f21886aa165d.woff') format("woff"), url('Muli-Bold.646140ddcb896e2f94bc.woff2') format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "muli";
  src: url('Muli-Italic.5e25dfa3ccf9d065cf7e.woff') format("woff"), url('Muli-Italic.42b07a4d432ba11a5ddf.woff2') format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "muli";
  src: url('Muli-BoldItalic.833b5b6b02e4982deb4e.woff') format("woff"), url('Muli-BoldItalic.d91323ceda101613c96c.woff2') format("woff2");
  font-weight: bold;
  font-style: italic;
}
/* GSCN icons */
@font-face {
  font-family: "gscn-icons";
  src: url('GSCN.72d78855491838143efe.eot');
  src: url('GSCN.72d78855491838143efe.eot?#iefix') format("embedded-opentype"), url('GSCN.550883ed08297b08be98.woff2') format("woff2"), url('GSCN.192e5c1d6be8b1021cab.woff') format("woff"), url('GSCN.82655d337efeb4867860.ttf') format("truetype"), url('GSCN.04774fde5ae732e11ad3.svg#font') format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "gscn-icons";
    src: url('GSCN.04774fde5ae732e11ad3.svg#GSCN') format("svg");
  }
}
[data-icons8]:before {
  content: attr(data-icons8);
}
.icons8-search:before,
.icons8-person:before,
.icons8-ok:before,
.icons8-error:before,
.icons8-process:before,
.icons8-minus:before,
.icons8-plus-math:before,
.icons8-facebook-like:before,
.icons8-topic:before,
.icons8-documents:before,
.icons8-mail:before,
.icons8-form:before,
.icons8-download:before,
.icons8-upload:before,
.icons8-edit:before,
.icons8-facebook:before,
.icons8-twitter-circled:before,
.icons8-linkedin:before,
.icons8-grid-view:before,
.icons8-list:before,
.icons8-print:before,
.icons8-external-link:before,
.icons8-money:before,
.icons8-pharmacy:before,
.icons8-hide:before,
.icons8-eye:before,
.icons8,
[data-icons8]:before {
  display: inline-block;
  font-family: "gscn-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.icons8-search:before {
  content: "\f100";
}
.icons8-person:before {
  content: "\f101";
}
.icons8-ok:before {
  content: "\f102";
}
.icons8-error:before {
  content: "\f103";
}
.icons8-process:before {
  content: "\f104";
}
.icons8-minus:before {
  content: "\f105";
}
.icons8-plus-math:before {
  content: "\f106";
}
.icons8-facebook-like:before {
  content: "\f107";
}
.icons8-topic:before {
  content: "\f108";
}
.icons8-documents:before {
  content: "\f109";
}
.icons8-mail:before {
  content: "\f10a";
}
.icons8-form:before {
  content: "\f10b";
}
.icons8-download:before {
  content: "\f10c";
}
.icons8-upload:before {
  content: "\f10d";
}
.icons8-edit:before {
  content: "\f10e";
}
.icons8-facebook:before {
  content: "\f10f";
}
.icons8-twitter-circled:before {
  content: "\f111";
}
.icons8-linkedin:before {
  content: "\f112";
}
.icons8-grid-view:before {
  content: "\f113";
}
.icons8-list:before {
  content: "\f114";
}
.icons8-print:before {
  content: "\f115";
}
.icons8-external-link:before {
  content: "\f116";
}
.icons8-money:before {
  content: "\f117";
}
.icons8-pharmacy:before {
  content: "\f118";
}
.icons8-hide:before {
  content: "\f119";
}
.icons8-eye:before {
  content: "\f11a";
}
h1 {
  font: 400 25px/22px "Quicksand", Arial, Helvetica, sans-serif;
  color: #333;
}
h2 {
  font: bold 20px/22px "Quicksand", Arial, Helvetica, sans-serif;
  color: #333;
}
h3 {
  font: bold 18px/22px "Quicksand", Arial, Helvetica, sans-serif;
  color: #333;
}
h4 {
  font: bold 13px/22px "Quicksand", Arial, Helvetica, sans-serif;
  color: #333;
}
h5 {
  font: 16px/22px "Quicksand", Arial, Helvetica, sans-serif;
  color: #333;
}
strong,
b {
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
em,
i {
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-style: italic;
}
a {
  color: #327a50;
}
.content-template {
  font-size: 16px;
}
.content-template ul,
.content-template ol {
  margin-left: 1.25em;
}
.content-template ul {
  list-style-type: disc;
}
.content-template ol {
  list-style-type: decimal;
}
.rte {
  font: 18px/1.5 "Quicksand", Arial, Helvetica, sans-serif;
}
@media (min-width: 768px) {
  .rte {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .rte {
    font-size: 22px;
  }
}
.aside .rte {
  font-size: 16px;
  line-height: 1.5;
}
.rte h2 {
  font-size: 34px;
  line-height: 1.29;
  margin-bottom: 20px;
}
@media (min-width: 540px) {
  .rte h2 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.aside .rte h2 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.rte h3 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .rte h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .rte h3 {
    font-size: 24px;
  }
}
.aside .rte h3 {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 540px) {
  .rte h3 + ul,
  .rte h3 + ol {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .rte h3 + ul,
  .rte h3 + ol {
    margin-top: 0;
  }
}
.rte strong,
.rte b {
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.rte em,
.rte i {
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-style: italic;
}
.rte ul,
.rte ol {
  margin-bottom: 30px;
}
.rte ul + ul,
.rte ol + ul,
.rte ul + ol,
.rte ol + ol {
  margin-top: -10px;
}
@media (min-width: 540px) {
  .rte ul + ul,
  .rte ol + ul,
  .rte ul + ol,
  .rte ol + ol {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .rte ul + ul,
  .rte ol + ul,
  .rte ul + ol,
  .rte ol + ol {
    margin-top: 40px;
  }
}
.rte ul {
  padding-left: 48px;
}
@media (min-width: 768px) {
  .rte ul {
    padding-left: 68px;
  }
}
.aside .rte ul {
  padding-left: 48px;
}
.rte ul li {
  margin-top: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .rte ul li {
    margin-top: 28px;
  }
}
@media (min-width: 1200px) {
  .rte ul li {
    margin-top: 37px;
  }
}
.aside .rte ul li {
  margin-top: 20px;
}
.rte ul li:first-child {
  margin-top: 0;
}
.aside .rte ul li:first-child {
  margin-top: 0;
}
.rte ul li:before {
  content: '';
  position: absolute;
  left: -28px;
  top: 12px;
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .rte ul li:before {
    left: -38px;
  }
}
.aside .rte ul li:before {
  left: -28px;
}
.rte ol {
  padding-left: 53px;
  counter-reset: newCounter;
}
@media (min-width: 768px) {
  .rte ol {
    padding-left: 73px;
  }
}
.aside .rte ol {
  padding-left: 53px;
}
.rte ol li {
  margin-top: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .rte ol li {
    margin-top: 28px;
  }
}
@media (min-width: 1200px) {
  .rte ol li {
    margin-top: 34px;
  }
}
.aside .rte ol li {
  margin-top: 20px;
}
.rte ol li:first-child {
  margin-top: 0;
}
.aside .rte ol li:first-child {
  margin-top: 0;
}
.rte ol li:before {
  counter-increment: newCounter;
  content: counters(newCounter, '.') '.';
  position: absolute;
  top: 0;
  left: -18px;
  font-weight: bold;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (min-width: 768px) {
  .rte ol li:before {
    left: -26px;
  }
}
@media (min-width: 1200px) {
  .rte ol li:before {
    left: -24px;
  }
}
.aside .rte ol li:before {
  left: -18px;
}
.rte img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.rte a {
  color: #327a50 !important;
  font-weight: bold;
  text-decoration: underline;
}
.rte a:hover {
  text-decoration: none;
}
.rte p {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .rte p {
    margin: 0 0 20px;
  }
}
.rte p + h3 {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .rte p + h3 {
    margin-top: -5px;
  }
}
.rte .text--small {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 540px) {
  .rte .text--small {
    font-size: 18px;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url('glyphicons-halflings-regular.f4769f9bdb7466be6508.eot');
  src: url('glyphicons-halflings-regular.f4769f9bdb7466be6508.eot#iefix') format("embedded-opentype"), url('glyphicons-halflings-regular.e18bbf611f2a2e43afc0.ttf') format("truetype"), url('glyphicons-halflings-regular.fa2772327f55d8198301.woff') format("woff"), url('glyphicons-halflings-regular.f721466883998665b879.svg#glyphicons-halflings-regular') format("svg");
}
.bootstrap-icons .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap-icons .glyphicon-asterisk:before {
  content: "\002a";
}
.bootstrap-icons .glyphicon-plus:before {
  content: "\002b";
}
.bootstrap-icons .glyphicon-euro:before,
.bootstrap-icons .glyphicon-eur:before {
  content: "\20ac";
}
.bootstrap-icons .glyphicon-minus:before {
  content: "\2212";
}
.bootstrap-icons .glyphicon-cloud:before {
  content: "\2601";
}
.bootstrap-icons .glyphicon-envelope:before {
  content: "\2709";
}
.bootstrap-icons .glyphicon-pencil:before {
  content: "\270f";
}
.bootstrap-icons .glyphicon-glass:before {
  content: "\e001";
}
.bootstrap-icons .glyphicon-music:before {
  content: "\e002";
}
.bootstrap-icons .glyphicon-search:before {
  content: "\e003";
}
.bootstrap-icons .glyphicon-heart:before {
  content: "\e005";
}
.bootstrap-icons .glyphicon-star:before {
  content: "\e006";
}
.bootstrap-icons .glyphicon-star-empty:before {
  content: "\e007";
}
.bootstrap-icons .glyphicon-user:before {
  content: "\e008";
}
.bootstrap-icons .glyphicon-film:before {
  content: "\e009";
}
.bootstrap-icons .glyphicon-th-large:before {
  content: "\e010";
}
.bootstrap-icons .glyphicon-th:before {
  content: "\e011";
}
.bootstrap-icons .glyphicon-th-list:before {
  content: "\e012";
}
.bootstrap-icons .glyphicon-ok:before {
  content: "\e013";
}
.bootstrap-icons .glyphicon-remove:before {
  content: "\e014";
}
.bootstrap-icons .glyphicon-zoom-in:before {
  content: "\e015";
}
.bootstrap-icons .glyphicon-zoom-out:before {
  content: "\e016";
}
.bootstrap-icons .glyphicon-off:before {
  content: "\e017";
}
.bootstrap-icons .glyphicon-signal:before {
  content: "\e018";
}
.bootstrap-icons .glyphicon-cog:before {
  content: "\e019";
}
.bootstrap-icons .glyphicon-trash:before {
  content: "\e020";
}
.bootstrap-icons .glyphicon-home:before {
  content: "\e021";
}
.bootstrap-icons .glyphicon-file:before {
  content: "\e022";
}
.bootstrap-icons .glyphicon-time:before {
  content: "\e023";
}
.bootstrap-icons .glyphicon-road:before {
  content: "\e024";
}
.bootstrap-icons .glyphicon-download-alt:before {
  content: "\e025";
}
.bootstrap-icons .glyphicon-download:before {
  content: "\e026";
}
.bootstrap-icons .glyphicon-upload:before {
  content: "\e027";
}
.bootstrap-icons .glyphicon-inbox:before {
  content: "\e028";
}
.bootstrap-icons .glyphicon-play-circle:before {
  content: "\e029";
}
.bootstrap-icons .glyphicon-repeat:before {
  content: "\e030";
}
.bootstrap-icons .glyphicon-refresh:before {
  content: "\e031";
}
.bootstrap-icons .glyphicon-list-alt:before {
  content: "\e032";
}
.bootstrap-icons .glyphicon-lock:before {
  content: "\e033";
}
.bootstrap-icons .glyphicon-flag:before {
  content: "\e034";
}
.bootstrap-icons .glyphicon-headphones:before {
  content: "\e035";
}
.bootstrap-icons .glyphicon-volume-off:before {
  content: "\e036";
}
.bootstrap-icons .glyphicon-volume-down:before {
  content: "\e037";
}
.bootstrap-icons .glyphicon-volume-up:before {
  content: "\e038";
}
.bootstrap-icons .glyphicon-qrcode:before {
  content: "\e039";
}
.bootstrap-icons .glyphicon-barcode:before {
  content: "\e040";
}
.bootstrap-icons .glyphicon-tag:before {
  content: "\e041";
}
.bootstrap-icons .glyphicon-tags:before {
  content: "\e042";
}
.bootstrap-icons .glyphicon-book:before {
  content: "\e043";
}
.bootstrap-icons .glyphicon-bookmark:before {
  content: "\e044";
}
.bootstrap-icons .glyphicon-print:before {
  content: "\e045";
}
.bootstrap-icons .glyphicon-camera:before {
  content: "\e046";
}
.bootstrap-icons .glyphicon-font:before {
  content: "\e047";
}
.bootstrap-icons .glyphicon-bold:before {
  content: "\e048";
}
.bootstrap-icons .glyphicon-italic:before {
  content: "\e049";
}
.bootstrap-icons .glyphicon-text-height:before {
  content: "\e050";
}
.bootstrap-icons .glyphicon-text-width:before {
  content: "\e051";
}
.bootstrap-icons .glyphicon-align-left:before {
  content: "\e052";
}
.bootstrap-icons .glyphicon-align-center:before {
  content: "\e053";
}
.bootstrap-icons .glyphicon-align-right:before {
  content: "\e054";
}
.bootstrap-icons .glyphicon-align-justify:before {
  content: "\e055";
}
.bootstrap-icons .glyphicon-list:before {
  content: "\e056";
}
.bootstrap-icons .glyphicon-indent-left:before {
  content: "\e057";
}
.bootstrap-icons .glyphicon-indent-right:before {
  content: "\e058";
}
.bootstrap-icons .glyphicon-facetime-video:before {
  content: "\e059";
}
.bootstrap-icons .glyphicon-picture:before {
  content: "\e060";
}
.bootstrap-icons .glyphicon-map-marker:before {
  content: "\e062";
}
.bootstrap-icons .glyphicon-adjust:before {
  content: "\e063";
}
.bootstrap-icons .glyphicon-tint:before {
  content: "\e064";
}
.bootstrap-icons .glyphicon-edit:before {
  content: "\e065";
}
.bootstrap-icons .glyphicon-share:before {
  content: "\e066";
}
.bootstrap-icons .glyphicon-check:before {
  content: "\e067";
}
.bootstrap-icons .glyphicon-move:before {
  content: "\e068";
}
.bootstrap-icons .glyphicon-step-backward:before {
  content: "\e069";
}
.bootstrap-icons .glyphicon-fast-backward:before {
  content: "\e070";
}
.bootstrap-icons .glyphicon-backward:before {
  content: "\e071";
}
.bootstrap-icons .glyphicon-play:before {
  content: "\e072";
}
.bootstrap-icons .glyphicon-pause:before {
  content: "\e073";
}
.bootstrap-icons .glyphicon-stop:before {
  content: "\e074";
}
.bootstrap-icons .glyphicon-forward:before {
  content: "\e075";
}
.bootstrap-icons .glyphicon-fast-forward:before {
  content: "\e076";
}
.bootstrap-icons .glyphicon-step-forward:before {
  content: "\e077";
}
.bootstrap-icons .glyphicon-eject:before {
  content: "\e078";
}
.bootstrap-icons .glyphicon-chevron-left:before {
  content: "\e079";
}
.bootstrap-icons .glyphicon-chevron-right:before {
  content: "\e080";
}
.bootstrap-icons .glyphicon-plus-sign:before {
  content: "\e081";
}
.bootstrap-icons .glyphicon-minus-sign:before {
  content: "\e082";
}
.bootstrap-icons .glyphicon-remove-sign:before {
  content: "\e083";
}
.bootstrap-icons .glyphicon-ok-sign:before {
  content: "\e084";
}
.bootstrap-icons .glyphicon-question-sign:before {
  content: "\e085";
}
.bootstrap-icons .glyphicon-info-sign:before {
  content: "\e086";
}
.bootstrap-icons .glyphicon-screenshot:before {
  content: "\e087";
}
.bootstrap-icons .glyphicon-remove-circle:before {
  content: "\e088";
}
.bootstrap-icons .glyphicon-ok-circle:before {
  content: "\e089";
}
.bootstrap-icons .glyphicon-ban-circle:before {
  content: "\e090";
}
.bootstrap-icons .glyphicon-arrow-left:before {
  content: "\e091";
}
.bootstrap-icons .glyphicon-arrow-right:before {
  content: "\e092";
}
.bootstrap-icons .glyphicon-arrow-up:before {
  content: "\e093";
}
.bootstrap-icons .glyphicon-arrow-down:before {
  content: "\e094";
}
.bootstrap-icons .glyphicon-share-alt:before {
  content: "\e095";
}
.bootstrap-icons .glyphicon-resize-full:before {
  content: "\e096";
}
.bootstrap-icons .glyphicon-resize-small:before {
  content: "\e097";
}
.bootstrap-icons .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.bootstrap-icons .glyphicon-gift:before {
  content: "\e102";
}
.bootstrap-icons .glyphicon-leaf:before {
  content: "\e103";
}
.bootstrap-icons .glyphicon-fire:before {
  content: "\e104";
}
.bootstrap-icons .glyphicon-eye-open:before {
  content: "\e105";
}
.bootstrap-icons .glyphicon-eye-close:before {
  content: "\e106";
}
.bootstrap-icons .glyphicon-warning-sign:before {
  content: "\e107";
}
.bootstrap-icons .glyphicon-plane:before {
  content: "\e108";
}
.bootstrap-icons .glyphicon-calendar:before {
  content: "\e109";
}
.bootstrap-icons .glyphicon-random:before {
  content: "\e110";
}
.bootstrap-icons .glyphicon-comment:before {
  content: "\e111";
}
.bootstrap-icons .glyphicon-magnet:before {
  content: "\e112";
}
.bootstrap-icons .glyphicon-chevron-up:before {
  content: "\e113";
}
.bootstrap-icons .glyphicon-chevron-down:before {
  content: "\e114";
}
.bootstrap-icons .glyphicon-retweet:before {
  content: "\e115";
}
.bootstrap-icons .glyphicon-shopping-cart:before {
  content: "\e116";
}
.bootstrap-icons .glyphicon-folder-close:before {
  content: "\e117";
}
.bootstrap-icons .glyphicon-folder-open:before {
  content: "\e118";
}
.bootstrap-icons .glyphicon-resize-vertical:before {
  content: "\e119";
}
.bootstrap-icons .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.bootstrap-icons .glyphicon-hdd:before {
  content: "\e121";
}
.bootstrap-icons .glyphicon-bullhorn:before {
  content: "\e122";
}
.bootstrap-icons .glyphicon-bell:before {
  content: "\e123";
}
.bootstrap-icons .glyphicon-certificate:before {
  content: "\e124";
}
.bootstrap-icons .glyphicon-thumbs-up:before {
  content: "\e125";
}
.bootstrap-icons .glyphicon-thumbs-down:before {
  content: "\e126";
}
.bootstrap-icons .glyphicon-hand-right:before {
  content: "\e127";
}
.bootstrap-icons .glyphicon-hand-left:before {
  content: "\e128";
}
.bootstrap-icons .glyphicon-hand-up:before {
  content: "\e129";
}
.bootstrap-icons .glyphicon-hand-down:before {
  content: "\e130";
}
.bootstrap-icons .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.bootstrap-icons .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.bootstrap-icons .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.bootstrap-icons .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.bootstrap-icons .glyphicon-globe:before {
  content: "\e135";
}
.bootstrap-icons .glyphicon-wrench:before {
  content: "\e136";
}
.bootstrap-icons .glyphicon-tasks:before {
  content: "\e137";
}
.bootstrap-icons .glyphicon-filter:before {
  content: "\e138";
}
.bootstrap-icons .glyphicon-briefcase:before {
  content: "\e139";
}
.bootstrap-icons .glyphicon-fullscreen:before {
  content: "\e140";
}
.bootstrap-icons .glyphicon-dashboard:before {
  content: "\e141";
}
.bootstrap-icons .glyphicon-paperclip:before {
  content: "\e142";
}
.bootstrap-icons .glyphicon-heart-empty:before {
  content: "\e143";
}
.bootstrap-icons .glyphicon-link:before {
  content: "\e144";
}
.bootstrap-icons .glyphicon-phone:before {
  content: "\e145";
}
.bootstrap-icons .glyphicon-pushpin:before {
  content: "\e146";
}
.bootstrap-icons .glyphicon-usd:before {
  content: "\e148";
}
.bootstrap-icons .glyphicon-gbp:before {
  content: "\e149";
}
.bootstrap-icons .glyphicon-sort:before {
  content: "\e150";
}
.bootstrap-icons .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.bootstrap-icons .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.bootstrap-icons .glyphicon-sort-by-order:before {
  content: "\e153";
}
.bootstrap-icons .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.bootstrap-icons .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.bootstrap-icons .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.bootstrap-icons .glyphicon-unchecked:before {
  content: "\e157";
}
.bootstrap-icons .glyphicon-expand:before {
  content: "\e158";
}
.bootstrap-icons .glyphicon-collapse-down:before {
  content: "\e159";
}
.bootstrap-icons .glyphicon-collapse-up:before {
  content: "\e160";
}
.bootstrap-icons .glyphicon-log-in:before {
  content: "\e161";
}
.bootstrap-icons .glyphicon-flash:before {
  content: "\e162";
}
.bootstrap-icons .glyphicon-log-out:before {
  content: "\e163";
}
.bootstrap-icons .glyphicon-new-window:before {
  content: "\e164";
}
.bootstrap-icons .glyphicon-record:before {
  content: "\e165";
}
.bootstrap-icons .glyphicon-save:before {
  content: "\e166";
}
.bootstrap-icons .glyphicon-open:before {
  content: "\e167";
}
.bootstrap-icons .glyphicon-saved:before {
  content: "\e168";
}
.bootstrap-icons .glyphicon-import:before {
  content: "\e169";
}
.bootstrap-icons .glyphicon-export:before {
  content: "\e170";
}
.bootstrap-icons .glyphicon-send:before {
  content: "\e171";
}
.bootstrap-icons .glyphicon-floppy-disk:before {
  content: "\e172";
}
.bootstrap-icons .glyphicon-floppy-saved:before {
  content: "\e173";
}
.bootstrap-icons .glyphicon-floppy-remove:before {
  content: "\e174";
}
.bootstrap-icons .glyphicon-floppy-save:before {
  content: "\e175";
}
.bootstrap-icons .glyphicon-floppy-open:before {
  content: "\e176";
}
.bootstrap-icons .glyphicon-credit-card:before {
  content: "\e177";
}
.bootstrap-icons .glyphicon-transfer:before {
  content: "\e178";
}
.bootstrap-icons .glyphicon-cutlery:before {
  content: "\e179";
}
.bootstrap-icons .glyphicon-header:before {
  content: "\e180";
}
.bootstrap-icons .glyphicon-compressed:before {
  content: "\e181";
}
.bootstrap-icons .glyphicon-earphone:before {
  content: "\e182";
}
.bootstrap-icons .glyphicon-phone-alt:before {
  content: "\e183";
}
.bootstrap-icons .glyphicon-tower:before {
  content: "\e184";
}
.bootstrap-icons .glyphicon-stats:before {
  content: "\e185";
}
.bootstrap-icons .glyphicon-sd-video:before {
  content: "\e186";
}
.bootstrap-icons .glyphicon-hd-video:before {
  content: "\e187";
}
.bootstrap-icons .glyphicon-subtitles:before {
  content: "\e188";
}
.bootstrap-icons .glyphicon-sound-stereo:before {
  content: "\e189";
}
.bootstrap-icons .glyphicon-sound-dolby:before {
  content: "\e190";
}
.bootstrap-icons .glyphicon-sound-5-1:before {
  content: "\e191";
}
.bootstrap-icons .glyphicon-sound-6-1:before {
  content: "\e192";
}
.bootstrap-icons .glyphicon-sound-7-1:before {
  content: "\e193";
}
.bootstrap-icons .glyphicon-copyright-mark:before {
  content: "\e194";
}
.bootstrap-icons .glyphicon-registration-mark:before {
  content: "\e195";
}
.bootstrap-icons .glyphicon-cloud-download:before {
  content: "\e197";
}
.bootstrap-icons .glyphicon-cloud-upload:before {
  content: "\e198";
}
.bootstrap-icons .glyphicon-tree-conifer:before {
  content: "\e199";
}
.bootstrap-icons .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.bootstrap-icons .glyphicon-cd:before {
  content: "\e201";
}
.bootstrap-icons .glyphicon-save-file:before {
  content: "\e202";
}
.bootstrap-icons .glyphicon-open-file:before {
  content: "\e203";
}
.bootstrap-icons .glyphicon-level-up:before {
  content: "\e204";
}
.bootstrap-icons .glyphicon-copy:before {
  content: "\e205";
}
.bootstrap-icons .glyphicon-paste:before {
  content: "\e206";
}
.bootstrap-icons .glyphicon-alert:before {
  content: "\e209";
}
.bootstrap-icons .glyphicon-equalizer:before {
  content: "\e210";
}
.bootstrap-icons .glyphicon-king:before {
  content: "\e211";
}
.bootstrap-icons .glyphicon-queen:before {
  content: "\e212";
}
.bootstrap-icons .glyphicon-pawn:before {
  content: "\e213";
}
.bootstrap-icons .glyphicon-bishop:before {
  content: "\e214";
}
.bootstrap-icons .glyphicon-knight:before {
  content: "\e215";
}
.bootstrap-icons .glyphicon-baby-formula:before {
  content: "\e216";
}
.bootstrap-icons .glyphicon-tent:before {
  content: "\26fa";
}
.bootstrap-icons .glyphicon-blackboard:before {
  content: "\e218";
}
.bootstrap-icons .glyphicon-bed:before {
  content: "\e219";
}
.bootstrap-icons .glyphicon-apple:before {
  content: "\f8ff";
}
.bootstrap-icons .glyphicon-erase:before {
  content: "\e221";
}
.bootstrap-icons .glyphicon-hourglass:before {
  content: "\231b";
}
.bootstrap-icons .glyphicon-lamp:before {
  content: "\e223";
}
.bootstrap-icons .glyphicon-duplicate:before {
  content: "\e224";
}
.bootstrap-icons .glyphicon-piggy-bank:before {
  content: "\e225";
}
.bootstrap-icons .glyphicon-scissors:before {
  content: "\e226";
}
.bootstrap-icons .glyphicon-bitcoin:before {
  content: "\e227";
}
.bootstrap-icons .glyphicon-btc:before {
  content: "\e227";
}
.bootstrap-icons .glyphicon-xbt:before {
  content: "\e227";
}
.bootstrap-icons .glyphicon-yen:before {
  content: "\00a5";
}
.bootstrap-icons .glyphicon-jpy:before {
  content: "\00a5";
}
.bootstrap-icons .glyphicon-ruble:before {
  content: "\20bd";
}
.bootstrap-icons .glyphicon-rub:before {
  content: "\20bd";
}
.bootstrap-icons .glyphicon-scale:before {
  content: "\e230";
}
.bootstrap-icons .glyphicon-ice-lolly:before {
  content: "\e231";
}
.bootstrap-icons .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.bootstrap-icons .glyphicon-education:before {
  content: "\e233";
}
.bootstrap-icons .glyphicon-option-horizontal:before {
  content: "\e234";
}
.bootstrap-icons .glyphicon-option-vertical:before {
  content: "\e235";
}
.bootstrap-icons .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.bootstrap-icons .glyphicon-modal-window:before {
  content: "\e237";
}
.bootstrap-icons .glyphicon-oil:before {
  content: "\e238";
}
.bootstrap-icons .glyphicon-grain:before {
  content: "\e239";
}
.bootstrap-icons .glyphicon-sunglasses:before {
  content: "\e240";
}
.bootstrap-icons .glyphicon-text-size:before {
  content: "\e241";
}
.bootstrap-icons .glyphicon-text-color:before {
  content: "\e242";
}
.bootstrap-icons .glyphicon-text-background:before {
  content: "\e243";
}
.bootstrap-icons .glyphicon-object-align-top:before {
  content: "\e244";
}
.bootstrap-icons .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.bootstrap-icons .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.bootstrap-icons .glyphicon-object-align-left:before {
  content: "\e247";
}
.bootstrap-icons .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.bootstrap-icons .glyphicon-object-align-right:before {
  content: "\e249";
}
.bootstrap-icons .glyphicon-triangle-right:before {
  content: "\e250";
}
.bootstrap-icons .glyphicon-triangle-left:before {
  content: "\e251";
}
.bootstrap-icons .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.bootstrap-icons .glyphicon-triangle-top:before {
  content: "\e253";
}
.bootstrap-icons .glyphicon-console:before {
  content: "\e254";
}
.bootstrap-icons .glyphicon-superscript:before {
  content: "\e255";
}
.bootstrap-icons .glyphicon-subscript:before {
  content: "\e256";
}
.bootstrap-icons .glyphicon-menu-left:before {
  content: "\e257";
}
.bootstrap-icons .glyphicon-menu-right:before {
  content: "\e258";
}
.bootstrap-icons .glyphicon-menu-down:before {
  content: "\e259";
}
.bootstrap-icons .glyphicon-menu-up:before {
  content: "\e260";
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url('glyphicons-halflings-regular.f4769f9bdb7466be6508.eot');
  src: url('glyphicons-halflings-regular.f4769f9bdb7466be6508.eot#iefix') format("embedded-opentype"), url('glyphicons-halflings-regular.e18bbf611f2a2e43afc0.ttf') format("truetype"), url('glyphicons-halflings-regular.fa2772327f55d8198301.woff') format("woff"), url('glyphicons-halflings-regular.f721466883998665b879.svg#glyphicons-halflings-regular') format("svg");
}
.datepicker .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datepicker .glyphicon-asterisk:before {
  content: "\002a";
}
.datepicker .glyphicon-plus:before {
  content: "\002b";
}
.datepicker .glyphicon-euro:before,
.datepicker .glyphicon-eur:before {
  content: "\20ac";
}
.datepicker .glyphicon-minus:before {
  content: "\2212";
}
.datepicker .glyphicon-cloud:before {
  content: "\2601";
}
.datepicker .glyphicon-envelope:before {
  content: "\2709";
}
.datepicker .glyphicon-pencil:before {
  content: "\270f";
}
.datepicker .glyphicon-glass:before {
  content: "\e001";
}
.datepicker .glyphicon-music:before {
  content: "\e002";
}
.datepicker .glyphicon-search:before {
  content: "\e003";
}
.datepicker .glyphicon-heart:before {
  content: "\e005";
}
.datepicker .glyphicon-star:before {
  content: "\e006";
}
.datepicker .glyphicon-star-empty:before {
  content: "\e007";
}
.datepicker .glyphicon-user:before {
  content: "\e008";
}
.datepicker .glyphicon-film:before {
  content: "\e009";
}
.datepicker .glyphicon-th-large:before {
  content: "\e010";
}
.datepicker .glyphicon-th:before {
  content: "\e011";
}
.datepicker .glyphicon-th-list:before {
  content: "\e012";
}
.datepicker .glyphicon-ok:before {
  content: "\e013";
}
.datepicker .glyphicon-remove:before {
  content: "\e014";
}
.datepicker .glyphicon-zoom-in:before {
  content: "\e015";
}
.datepicker .glyphicon-zoom-out:before {
  content: "\e016";
}
.datepicker .glyphicon-off:before {
  content: "\e017";
}
.datepicker .glyphicon-signal:before {
  content: "\e018";
}
.datepicker .glyphicon-cog:before {
  content: "\e019";
}
.datepicker .glyphicon-trash:before {
  content: "\e020";
}
.datepicker .glyphicon-home:before {
  content: "\e021";
}
.datepicker .glyphicon-file:before {
  content: "\e022";
}
.datepicker .glyphicon-time:before {
  content: "\e023";
}
.datepicker .glyphicon-road:before {
  content: "\e024";
}
.datepicker .glyphicon-download-alt:before {
  content: "\e025";
}
.datepicker .glyphicon-download:before {
  content: "\e026";
}
.datepicker .glyphicon-upload:before {
  content: "\e027";
}
.datepicker .glyphicon-inbox:before {
  content: "\e028";
}
.datepicker .glyphicon-play-circle:before {
  content: "\e029";
}
.datepicker .glyphicon-repeat:before {
  content: "\e030";
}
.datepicker .glyphicon-refresh:before {
  content: "\e031";
}
.datepicker .glyphicon-list-alt:before {
  content: "\e032";
}
.datepicker .glyphicon-lock:before {
  content: "\e033";
}
.datepicker .glyphicon-flag:before {
  content: "\e034";
}
.datepicker .glyphicon-headphones:before {
  content: "\e035";
}
.datepicker .glyphicon-volume-off:before {
  content: "\e036";
}
.datepicker .glyphicon-volume-down:before {
  content: "\e037";
}
.datepicker .glyphicon-volume-up:before {
  content: "\e038";
}
.datepicker .glyphicon-qrcode:before {
  content: "\e039";
}
.datepicker .glyphicon-barcode:before {
  content: "\e040";
}
.datepicker .glyphicon-tag:before {
  content: "\e041";
}
.datepicker .glyphicon-tags:before {
  content: "\e042";
}
.datepicker .glyphicon-book:before {
  content: "\e043";
}
.datepicker .glyphicon-bookmark:before {
  content: "\e044";
}
.datepicker .glyphicon-print:before {
  content: "\e045";
}
.datepicker .glyphicon-camera:before {
  content: "\e046";
}
.datepicker .glyphicon-font:before {
  content: "\e047";
}
.datepicker .glyphicon-bold:before {
  content: "\e048";
}
.datepicker .glyphicon-italic:before {
  content: "\e049";
}
.datepicker .glyphicon-text-height:before {
  content: "\e050";
}
.datepicker .glyphicon-text-width:before {
  content: "\e051";
}
.datepicker .glyphicon-align-left:before {
  content: "\e052";
}
.datepicker .glyphicon-align-center:before {
  content: "\e053";
}
.datepicker .glyphicon-align-right:before {
  content: "\e054";
}
.datepicker .glyphicon-align-justify:before {
  content: "\e055";
}
.datepicker .glyphicon-list:before {
  content: "\e056";
}
.datepicker .glyphicon-indent-left:before {
  content: "\e057";
}
.datepicker .glyphicon-indent-right:before {
  content: "\e058";
}
.datepicker .glyphicon-facetime-video:before {
  content: "\e059";
}
.datepicker .glyphicon-picture:before {
  content: "\e060";
}
.datepicker .glyphicon-map-marker:before {
  content: "\e062";
}
.datepicker .glyphicon-adjust:before {
  content: "\e063";
}
.datepicker .glyphicon-tint:before {
  content: "\e064";
}
.datepicker .glyphicon-edit:before {
  content: "\e065";
}
.datepicker .glyphicon-share:before {
  content: "\e066";
}
.datepicker .glyphicon-check:before {
  content: "\e067";
}
.datepicker .glyphicon-move:before {
  content: "\e068";
}
.datepicker .glyphicon-step-backward:before {
  content: "\e069";
}
.datepicker .glyphicon-fast-backward:before {
  content: "\e070";
}
.datepicker .glyphicon-backward:before {
  content: "\e071";
}
.datepicker .glyphicon-play:before {
  content: "\e072";
}
.datepicker .glyphicon-pause:before {
  content: "\e073";
}
.datepicker .glyphicon-stop:before {
  content: "\e074";
}
.datepicker .glyphicon-forward:before {
  content: "\e075";
}
.datepicker .glyphicon-fast-forward:before {
  content: "\e076";
}
.datepicker .glyphicon-step-forward:before {
  content: "\e077";
}
.datepicker .glyphicon-eject:before {
  content: "\e078";
}
.datepicker .glyphicon-chevron-left:before {
  content: "\e079";
}
.datepicker .glyphicon-chevron-right:before {
  content: "\e080";
}
.datepicker .glyphicon-plus-sign:before {
  content: "\e081";
}
.datepicker .glyphicon-minus-sign:before {
  content: "\e082";
}
.datepicker .glyphicon-remove-sign:before {
  content: "\e083";
}
.datepicker .glyphicon-ok-sign:before {
  content: "\e084";
}
.datepicker .glyphicon-question-sign:before {
  content: "\e085";
}
.datepicker .glyphicon-info-sign:before {
  content: "\e086";
}
.datepicker .glyphicon-screenshot:before {
  content: "\e087";
}
.datepicker .glyphicon-remove-circle:before {
  content: "\e088";
}
.datepicker .glyphicon-ok-circle:before {
  content: "\e089";
}
.datepicker .glyphicon-ban-circle:before {
  content: "\e090";
}
.datepicker .glyphicon-arrow-left:before {
  content: "\e091";
}
.datepicker .glyphicon-arrow-right:before {
  content: "\e092";
}
.datepicker .glyphicon-arrow-up:before {
  content: "\e093";
}
.datepicker .glyphicon-arrow-down:before {
  content: "\e094";
}
.datepicker .glyphicon-share-alt:before {
  content: "\e095";
}
.datepicker .glyphicon-resize-full:before {
  content: "\e096";
}
.datepicker .glyphicon-resize-small:before {
  content: "\e097";
}
.datepicker .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.datepicker .glyphicon-gift:before {
  content: "\e102";
}
.datepicker .glyphicon-leaf:before {
  content: "\e103";
}
.datepicker .glyphicon-fire:before {
  content: "\e104";
}
.datepicker .glyphicon-eye-open:before {
  content: "\e105";
}
.datepicker .glyphicon-eye-close:before {
  content: "\e106";
}
.datepicker .glyphicon-warning-sign:before {
  content: "\e107";
}
.datepicker .glyphicon-plane:before {
  content: "\e108";
}
.datepicker .glyphicon-calendar:before {
  content: "\e109";
}
.datepicker .glyphicon-random:before {
  content: "\e110";
}
.datepicker .glyphicon-comment:before {
  content: "\e111";
}
.datepicker .glyphicon-magnet:before {
  content: "\e112";
}
.datepicker .glyphicon-chevron-up:before {
  content: "\e113";
}
.datepicker .glyphicon-chevron-down:before {
  content: "\e114";
}
.datepicker .glyphicon-retweet:before {
  content: "\e115";
}
.datepicker .glyphicon-shopping-cart:before {
  content: "\e116";
}
.datepicker .glyphicon-folder-close:before {
  content: "\e117";
}
.datepicker .glyphicon-folder-open:before {
  content: "\e118";
}
.datepicker .glyphicon-resize-vertical:before {
  content: "\e119";
}
.datepicker .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.datepicker .glyphicon-hdd:before {
  content: "\e121";
}
.datepicker .glyphicon-bullhorn:before {
  content: "\e122";
}
.datepicker .glyphicon-bell:before {
  content: "\e123";
}
.datepicker .glyphicon-certificate:before {
  content: "\e124";
}
.datepicker .glyphicon-thumbs-up:before {
  content: "\e125";
}
.datepicker .glyphicon-thumbs-down:before {
  content: "\e126";
}
.datepicker .glyphicon-hand-right:before {
  content: "\e127";
}
.datepicker .glyphicon-hand-left:before {
  content: "\e128";
}
.datepicker .glyphicon-hand-up:before {
  content: "\e129";
}
.datepicker .glyphicon-hand-down:before {
  content: "\e130";
}
.datepicker .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.datepicker .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.datepicker .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.datepicker .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.datepicker .glyphicon-globe:before {
  content: "\e135";
}
.datepicker .glyphicon-wrench:before {
  content: "\e136";
}
.datepicker .glyphicon-tasks:before {
  content: "\e137";
}
.datepicker .glyphicon-filter:before {
  content: "\e138";
}
.datepicker .glyphicon-briefcase:before {
  content: "\e139";
}
.datepicker .glyphicon-fullscreen:before {
  content: "\e140";
}
.datepicker .glyphicon-dashboard:before {
  content: "\e141";
}
.datepicker .glyphicon-paperclip:before {
  content: "\e142";
}
.datepicker .glyphicon-heart-empty:before {
  content: "\e143";
}
.datepicker .glyphicon-link:before {
  content: "\e144";
}
.datepicker .glyphicon-phone:before {
  content: "\e145";
}
.datepicker .glyphicon-pushpin:before {
  content: "\e146";
}
.datepicker .glyphicon-usd:before {
  content: "\e148";
}
.datepicker .glyphicon-gbp:before {
  content: "\e149";
}
.datepicker .glyphicon-sort:before {
  content: "\e150";
}
.datepicker .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.datepicker .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.datepicker .glyphicon-sort-by-order:before {
  content: "\e153";
}
.datepicker .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.datepicker .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.datepicker .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.datepicker .glyphicon-unchecked:before {
  content: "\e157";
}
.datepicker .glyphicon-expand:before {
  content: "\e158";
}
.datepicker .glyphicon-collapse-down:before {
  content: "\e159";
}
.datepicker .glyphicon-collapse-up:before {
  content: "\e160";
}
.datepicker .glyphicon-log-in:before {
  content: "\e161";
}
.datepicker .glyphicon-flash:before {
  content: "\e162";
}
.datepicker .glyphicon-log-out:before {
  content: "\e163";
}
.datepicker .glyphicon-new-window:before {
  content: "\e164";
}
.datepicker .glyphicon-record:before {
  content: "\e165";
}
.datepicker .glyphicon-save:before {
  content: "\e166";
}
.datepicker .glyphicon-open:before {
  content: "\e167";
}
.datepicker .glyphicon-saved:before {
  content: "\e168";
}
.datepicker .glyphicon-import:before {
  content: "\e169";
}
.datepicker .glyphicon-export:before {
  content: "\e170";
}
.datepicker .glyphicon-send:before {
  content: "\e171";
}
.datepicker .glyphicon-floppy-disk:before {
  content: "\e172";
}
.datepicker .glyphicon-floppy-saved:before {
  content: "\e173";
}
.datepicker .glyphicon-floppy-remove:before {
  content: "\e174";
}
.datepicker .glyphicon-floppy-save:before {
  content: "\e175";
}
.datepicker .glyphicon-floppy-open:before {
  content: "\e176";
}
.datepicker .glyphicon-credit-card:before {
  content: "\e177";
}
.datepicker .glyphicon-transfer:before {
  content: "\e178";
}
.datepicker .glyphicon-cutlery:before {
  content: "\e179";
}
.datepicker .glyphicon-header:before {
  content: "\e180";
}
.datepicker .glyphicon-compressed:before {
  content: "\e181";
}
.datepicker .glyphicon-earphone:before {
  content: "\e182";
}
.datepicker .glyphicon-phone-alt:before {
  content: "\e183";
}
.datepicker .glyphicon-tower:before {
  content: "\e184";
}
.datepicker .glyphicon-stats:before {
  content: "\e185";
}
.datepicker .glyphicon-sd-video:before {
  content: "\e186";
}
.datepicker .glyphicon-hd-video:before {
  content: "\e187";
}
.datepicker .glyphicon-subtitles:before {
  content: "\e188";
}
.datepicker .glyphicon-sound-stereo:before {
  content: "\e189";
}
.datepicker .glyphicon-sound-dolby:before {
  content: "\e190";
}
.datepicker .glyphicon-sound-5-1:before {
  content: "\e191";
}
.datepicker .glyphicon-sound-6-1:before {
  content: "\e192";
}
.datepicker .glyphicon-sound-7-1:before {
  content: "\e193";
}
.datepicker .glyphicon-copyright-mark:before {
  content: "\e194";
}
.datepicker .glyphicon-registration-mark:before {
  content: "\e195";
}
.datepicker .glyphicon-cloud-download:before {
  content: "\e197";
}
.datepicker .glyphicon-cloud-upload:before {
  content: "\e198";
}
.datepicker .glyphicon-tree-conifer:before {
  content: "\e199";
}
.datepicker .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.datepicker .glyphicon-cd:before {
  content: "\e201";
}
.datepicker .glyphicon-save-file:before {
  content: "\e202";
}
.datepicker .glyphicon-open-file:before {
  content: "\e203";
}
.datepicker .glyphicon-level-up:before {
  content: "\e204";
}
.datepicker .glyphicon-copy:before {
  content: "\e205";
}
.datepicker .glyphicon-paste:before {
  content: "\e206";
}
.datepicker .glyphicon-alert:before {
  content: "\e209";
}
.datepicker .glyphicon-equalizer:before {
  content: "\e210";
}
.datepicker .glyphicon-king:before {
  content: "\e211";
}
.datepicker .glyphicon-queen:before {
  content: "\e212";
}
.datepicker .glyphicon-pawn:before {
  content: "\e213";
}
.datepicker .glyphicon-bishop:before {
  content: "\e214";
}
.datepicker .glyphicon-knight:before {
  content: "\e215";
}
.datepicker .glyphicon-baby-formula:before {
  content: "\e216";
}
.datepicker .glyphicon-tent:before {
  content: "\26fa";
}
.datepicker .glyphicon-blackboard:before {
  content: "\e218";
}
.datepicker .glyphicon-bed:before {
  content: "\e219";
}
.datepicker .glyphicon-apple:before {
  content: "\f8ff";
}
.datepicker .glyphicon-erase:before {
  content: "\e221";
}
.datepicker .glyphicon-hourglass:before {
  content: "\231b";
}
.datepicker .glyphicon-lamp:before {
  content: "\e223";
}
.datepicker .glyphicon-duplicate:before {
  content: "\e224";
}
.datepicker .glyphicon-piggy-bank:before {
  content: "\e225";
}
.datepicker .glyphicon-scissors:before {
  content: "\e226";
}
.datepicker .glyphicon-bitcoin:before {
  content: "\e227";
}
.datepicker .glyphicon-btc:before {
  content: "\e227";
}
.datepicker .glyphicon-xbt:before {
  content: "\e227";
}
.datepicker .glyphicon-yen:before {
  content: "\00a5";
}
.datepicker .glyphicon-jpy:before {
  content: "\00a5";
}
.datepicker .glyphicon-ruble:before {
  content: "\20bd";
}
.datepicker .glyphicon-rub:before {
  content: "\20bd";
}
.datepicker .glyphicon-scale:before {
  content: "\e230";
}
.datepicker .glyphicon-ice-lolly:before {
  content: "\e231";
}
.datepicker .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.datepicker .glyphicon-education:before {
  content: "\e233";
}
.datepicker .glyphicon-option-horizontal:before {
  content: "\e234";
}
.datepicker .glyphicon-option-vertical:before {
  content: "\e235";
}
.datepicker .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.datepicker .glyphicon-modal-window:before {
  content: "\e237";
}
.datepicker .glyphicon-oil:before {
  content: "\e238";
}
.datepicker .glyphicon-grain:before {
  content: "\e239";
}
.datepicker .glyphicon-sunglasses:before {
  content: "\e240";
}
.datepicker .glyphicon-text-size:before {
  content: "\e241";
}
.datepicker .glyphicon-text-color:before {
  content: "\e242";
}
.datepicker .glyphicon-text-background:before {
  content: "\e243";
}
.datepicker .glyphicon-object-align-top:before {
  content: "\e244";
}
.datepicker .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.datepicker .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.datepicker .glyphicon-object-align-left:before {
  content: "\e247";
}
.datepicker .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.datepicker .glyphicon-object-align-right:before {
  content: "\e249";
}
.datepicker .glyphicon-triangle-right:before {
  content: "\e250";
}
.datepicker .glyphicon-triangle-left:before {
  content: "\e251";
}
.datepicker .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.datepicker .glyphicon-triangle-top:before {
  content: "\e253";
}
.datepicker .glyphicon-console:before {
  content: "\e254";
}
.datepicker .glyphicon-superscript:before {
  content: "\e255";
}
.datepicker .glyphicon-subscript:before {
  content: "\e256";
}
.datepicker .glyphicon-menu-left:before {
  content: "\e257";
}
.datepicker .glyphicon-menu-right:before {
  content: "\e258";
}
.datepicker .glyphicon-menu-down:before {
  content: "\e259";
}
.datepicker .glyphicon-menu-up:before {
  content: "\e260";
}
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget .glyphicon {
  color: #274dee;
}
.bootstrap-datetimepicker-widget .timepicker-picker td span.glyphicon {
  line-height: 54px;
}
.bootstrap-datetimepicker-widget .btn-primary {
  background-color: #261d43;
  border: 0;
}
.bootstrap-datetimepicker-widget .btn-primary:hover {
  opacity: 0.6;
  background-color: #261d43;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  left: -10000px;
  top: auto;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  left: -10000px;
  top: auto;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  left: -10000px;
  top: auto;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  left: -10000px;
  top: auto;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  left: -10000px;
  top: auto;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  left: -10000px;
  top: auto;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  left: -10000px;
  top: auto;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  left: -10000px;
  top: auto;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  left: -10000px;
  top: auto;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  left: -10000px;
  top: auto;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #c5c5c5;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  left: -10000px;
  top: auto;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  left: -10000px;
  top: auto;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #274dee;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #274dee;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #c5c5c5;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #274dee;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #c5c5c5;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}
.ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 0 0 0;
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  box-sizing: border-box;
}
.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}
.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.ss-hidden {
  display: none;
}
.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}
.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
* {
  box-sizing: border-box;
}
head {
  display: none;
}
head::after {
  display: -webkit-box;
  display: flex;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 9999;
  background: repeating-linear-gradient(90deg, rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0.1) 4.10959%, transparent 4.10959%, transparent 6.84932%);
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1150px) {
  head::after {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1440px) {
  head::after {
    left: 10px;
    right: 10px;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: initial;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background-color: #f6f6f6;
  color: #333;
  font: 14px/1.3 "Quicksand", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
/* apply to correct element */
breadcrumb {
  font: bold 13px/22px "Quicksand", Arial, Helvetica, sans-serif;
  color: #261d43;
  margin: 0 0 20px;
}
.main {
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: block;
}
.content {
  overflow: hidden;
}
@media (min-width: 768px) {
  .content {
    display: -webkit-box;
    display: flex;
  }
}
.page-header {
  position: relative;
  width: 100%;
  padding: 28px 10px 0;
  margin: 0 0 3px;
}
@media (min-width: 768px) {
  .page-header {
    padding: 28px 20px 0;
  }
}
.page-wrapper {
  width: 100%;
}
@media (max-width: 768px) {
  comments-panel .comments-panel {
    padding: 0 15px;
  }
}
.disable-scroll,
.disable-scroll body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
img {
  vertical-align: top;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.accessibility-btn {
  position: absolute;
  z-index: 9999;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-align: center;
  padding: 1em;
  font-size: 1.25em;
  font-weight: 600;
  color: #5d196a;
}
.accessibility-btn:hover,
.accessibility-btn:focus {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  background-color: #fff;
  outline: 1px solid #ccc;
}
.accessibility-btn--bottom {
  top: auto;
  left: auto;
  bottom: 5px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url('owl.video.play.4a37f8008959c75f619b.png') no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease, -webkit-transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
