@charset "UTF-8";
/*
 *
 *   EGRET - Angular Material Design Admin Template
 *
 *
*/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/*VARIABLES
====================================================*/
/*Range*/
/*Spacing*/
/*Colors*/
/*Sizes*/
/*Animation*/
/*Icons*/
/*Disabled*/
/*CSS Star Rating Elements
=================================================================*/
/*HELPER*/
/**
 * angular2-data-table v"11.1.7" (https://github.com/swimlane/angular2-data-table)
 * Copyright 2016
 * Licensed under MIT
 */
.ngx-datatable {
  display: block;
  overflow: hidden;
  justify-content: center;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  /**
   * Vertical Scrolling Adjustments
   */
  /**
   * Horizontal Scrolling Adjustments
   */
  /**
   * Fixed Header Height Adjustments
   */
  /**
   * Fixed row height adjustments
   */
  /**
   * Shared Styles
   */
  /**
   * Header Styles
   */
  /**
   * Body Styles
   */
  /**
   * Footer Styles
   */ }
.ngx-datatable [hidden] {
    display: none !important; }
.ngx-datatable *, .ngx-datatable *:before, .ngx-datatable *:after {
    box-sizing: border-box; }
.ngx-datatable.scroll-vertical .datatable-body {
    overflow-y: auto; }
.ngx-datatable.scroll-vertical .datatable-body .datatable-row-wrapper {
      position: absolute; }
.ngx-datatable.scroll-horz .datatable-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
    white-space: nowrap; }
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
.ngx-datatable.fixed-row .datatable-scroll {
    white-space: nowrap; }
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row {
      white-space: nowrap; }
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-group-cell {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
.ngx-datatable .datatable-body-row,
  .ngx-datatable .datatable-row-center,
  .ngx-datatable .datatable-header-inner {
    display: flex;
    flex-direction: row;
    -o-flex-flow: row;
    flex-flow: row; }
.ngx-datatable .datatable-body-cell,
  .ngx-datatable .datatable-header-cell {
    overflow-x: hidden;
    vertical-align: top;
    display: inline-block;
    line-height: 1.625; }
.ngx-datatable .datatable-body-cell:focus,
    .ngx-datatable .datatable-header-cell:focus {
      outline: none; }
.ngx-datatable .datatable-row-left,
  .ngx-datatable .datatable-row-right {
    z-index: 9; }
.ngx-datatable .datatable-row-left,
  .ngx-datatable .datatable-row-center,
  .ngx-datatable .datatable-row-group,
  .ngx-datatable .datatable-row-right {
    position: relative; }
.ngx-datatable .datatable-header {
    display: block;
    overflow: hidden; }
.ngx-datatable .datatable-header .datatable-header-inner {
      align-items: stretch;
      -webkit-align-items: stretch; }
.ngx-datatable .datatable-header .datatable-header-cell {
      position: relative;
      display: inline-block; }
.ngx-datatable .datatable-header .datatable-header-cell.sortable .datatable-header-cell-wrapper {
        cursor: pointer; }
.ngx-datatable .datatable-header .datatable-header-cell.longpress .datatable-header-cell-wrapper {
        cursor: move; }
.ngx-datatable .datatable-header .datatable-header-cell .sort-btn {
        line-height: 100%;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer; }
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        padding: 0 4px;
        visibility: hidden;
        cursor: ew-resize; }
.ngx-datatable .datatable-header .datatable-header-cell.resizeable:hover .resize-handle {
        visibility: visible; }
.ngx-datatable .datatable-body {
    position: relative;
    z-index: 10;
    display: block; }
.ngx-datatable .datatable-body .datatable-scroll {
      display: inline-block; }
.ngx-datatable .datatable-body .datatable-row-detail {
      overflow-y: hidden; }
.ngx-datatable .datatable-body .datatable-row-wrapper {
      display: flex;
      flex-direction: column; }
.ngx-datatable .datatable-body .datatable-body-row {
      outline: none; }
.ngx-datatable .datatable-body .datatable-body-row > div {
        display: flex; }
.ngx-datatable .datatable-footer {
    display: block;
    width: 100%; }
.ngx-datatable .datatable-footer .datatable-footer-inner {
      display: flex;
      align-items: center;
      width: 100%; }
.ngx-datatable .datatable-footer .selected-count .page-count {
      flex: 1 1 40%; }
.ngx-datatable .datatable-footer .selected-count .datatable-pager {
      flex: 1 1 60%; }
.ngx-datatable .datatable-footer .page-count {
      flex: 1 1 20%; }
.ngx-datatable .datatable-footer .datatable-pager {
      flex: 1 1 80%;
      text-align: right; }
.ngx-datatable .datatable-footer .datatable-pager .pager,
      .ngx-datatable .datatable-footer .datatable-pager .pager li {
        padding: 0;
        margin: 0;
        display: inline-block;
        list-style: none; }
.ngx-datatable .datatable-footer .datatable-pager .pager li, .ngx-datatable .datatable-footer .datatable-pager .pager li a {
        outline: none; }
.ngx-datatable .datatable-footer .datatable-pager .pager li a {
        cursor: pointer;
        display: inline-block; }
.ngx-datatable .datatable-footer .datatable-pager .pager li.disabled a {
        cursor: not-allowed; }
.ngx-datatable.material {
  background: #FFF;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  /**
	 * Shared Styles
	 */
  /**
	 * Global Row Styles
	 */
  /**
	 * Header Styles
	 */
  /**
	 * Body Styles
	 */
  /**
	 * Footer Styles
	 */ }
.ngx-datatable.material.striped .datatable-row-odd {
    background: #eee; }
.ngx-datatable.material.single-selection .datatable-body-row.active,
  .ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active,
  .ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active,
  .ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
    background-color: #304FFE;
    color: #FFF; }
.ngx-datatable.material.single-selection .datatable-body-row.active:hover,
  .ngx-datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active:hover,
  .ngx-datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover,
  .ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover .datatable-row-group {
    background-color: #193AE4;
    color: #FFF; }
.ngx-datatable.material.single-selection .datatable-body-row.active:focus,
  .ngx-datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active:focus,
  .ngx-datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus,
  .ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus .datatable-row-group {
    background-color: #2041EF;
    color: #FFF; }
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
  .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
    background-color: #eee;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: linear; }
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus,
  .ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
    background-color: #ddd; }
.ngx-datatable.material.cell-selection .datatable-body-cell:hover,
  .ngx-datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group {
    background-color: #eee;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: linear; }
.ngx-datatable.material.cell-selection .datatable-body-cell:focus,
  .ngx-datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group {
    background-color: #ddd; }
.ngx-datatable.material.cell-selection .datatable-body-cell.active,
  .ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group {
    background-color: #304FFE;
    color: #FFF; }
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover,
  .ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
    background-color: #193AE4;
    color: #FFF; }
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus,
  .ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
    background-color: #2041EF;
    color: #FFF; }
.ngx-datatable.material .empty-row {
    height: 50px;
    text-align: left;
    padding: .5rem 1.2rem;
    vertical-align: top;
    border-top: 0; }
.ngx-datatable.material .loading-row {
    text-align: left;
    padding: .5rem 1.2rem;
    vertical-align: top;
    border-top: 0; }
.ngx-datatable.material .datatable-header .datatable-row-left,
  .ngx-datatable.material .datatable-body .datatable-row-left {
    background-color: #FFF;
    background-position: 100% 0;
    background-repeat: repeat-y;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==); }
.ngx-datatable.material .datatable-header .datatable-row-right,
  .ngx-datatable.material .datatable-body .datatable-row-right {
    background-position: 0 0;
    background-color: #fff;
    background-repeat: repeat-y;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==); }
.ngx-datatable.material .datatable-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.ngx-datatable.material .datatable-header .datatable-header-cell {
      text-align: left;
      padding: .9rem 1.2rem;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.54);
      vertical-align: bottom;
      font-size: 12px;
      font-weight: 500; }
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
        position: relative; }
.ngx-datatable.material .datatable-header .datatable-header-cell.longpress .draggable::after {
        transition: transform 400ms ease, opacity 400ms ease;
        opacity: .5;
        transform: scale(1); }
.ngx-datatable.material .datatable-header .datatable-header-cell .draggable::after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -30px 0 0 -30px;
        height: 60px;
        width: 60px;
        background: #eee;
        border-radius: 100%;
        opacity: 1;
        filter: none;
        transform: scale(0);
        z-index: 9999;
        pointer-events: none; }
.ngx-datatable.material .datatable-header .datatable-header-cell.dragging .resize-handle {
        border-right: none; }
.ngx-datatable.material .datatable-header .resize-handle {
      border-right: solid 1px #eee; }
.ngx-datatable.material .datatable-body .datatable-row-detail {
    background: #f5f5f5;
    padding: 10px; }
.ngx-datatable.material .datatable-body .datatable-group-header {
    background: #f5f5f5;
    border-bottom: solid 1px #D9D8D9;
    border-top: solid 1px #D9D8D9; }
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
    text-align: left;
    padding: .9rem 1.2rem;
    vertical-align: top;
    border-top: 0;
    color: rgba(0, 0, 0, 0.87);
    transition: width 0.3s ease;
    font-size: 14px;
    font-weight: 400; }
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-group-cell {
    text-align: left;
    padding: .9rem 1.2rem;
    vertical-align: top;
    border-top: 0;
    color: rgba(0, 0, 0, 0.87);
    transition: width 0.3s ease;
    font-size: 14px;
    font-weight: 400; }
.ngx-datatable.material .datatable-body .progress-linear {
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    padding: 0;
    margin: 0;
    position: absolute; }
.ngx-datatable.material .datatable-body .progress-linear .container {
      display: block;
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 5px;
      transform: translate(0, 0) scale(1, 1);
      background-color: #aad1f9; }
.ngx-datatable.material .datatable-body .progress-linear .container .bar {
        transition: all .2s linear;
        animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform .2s linear;
        background-color: #106cc8;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 5px; }
.ngx-datatable.material .datatable-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54); }
.ngx-datatable.material .datatable-footer .page-count {
      line-height: 50px;
      height: 50px;
      padding: 0 1.2rem; }
.ngx-datatable.material .datatable-footer .datatable-pager {
      margin: 0 10px; }
.ngx-datatable.material .datatable-footer .datatable-pager li {
        vertical-align: middle; }
.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
          color: rgba(0, 0, 0, 0.26) !important;
          background-color: transparent !important; }
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
          background-color: rgba(158, 158, 158, 0.2);
          font-weight: bold; }
.ngx-datatable.material .datatable-footer .datatable-pager a {
        height: 22px;
        min-width: 24px;
        line-height: 22px;
        padding: 0 6px;
        border-radius: 3px;
        margin: 6px 3px;
        text-align: center;
        vertical-align: top;
        color: rgba(0, 0, 0, 0.54);
        text-decoration: none;
        vertical-align: bottom; }
.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
          color: rgba(0, 0, 0, 0.75);
          background-color: rgba(158, 158, 158, 0.2); }
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,
      .ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,
      .ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-right,
      .ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-prev {
        font-size: 20px;
        line-height: 20px;
        padding: 0 3px; }
/**
 * Checkboxes
**/
.datatable-checkbox {
  position: relative;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  padding: 0; }
.datatable-checkbox input[type='checkbox'] {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
    outline: none; }
.datatable-checkbox input[type='checkbox']:before {
      transition: all 0.3s ease-in-out;
      content: "";
      position: absolute;
      left: 0;
      z-index: 1;
      width: 1rem;
      height: 1rem;
      border: 2px solid #f2f2f2; }
.datatable-checkbox input[type='checkbox']:checked:before {
      transform: rotate(-45deg);
      height: .5rem;
      border-color: #009688;
      border-top-style: none;
      border-right-style: none; }
.datatable-checkbox input[type='checkbox']:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 1rem;
      height: 1rem;
      background: #fff;
      cursor: pointer; }
/**
 * Progress bar animations
 */
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1); }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1); } }
@charset "UTF-8";
@font-face {
  font-family: "data-table";
  src:url('data-table.bce071e976865da51100.eot');
  src:url('data-table.bce071e976865da51100.eot?#iefix') format("embedded-opentype"),
    url('data-table.246ea8fa6c452b0f3c4f.woff') format("woff"),
    url('data-table.c8c6d300cb7abb9f36e8.ttf') format("truetype"),
    url('data-table.b0aebd744ce7adb780a9.svg#data-table') format("svg");
  font-weight: normal;
  font-style: normal;

}
[data-icon]:before {
  font-family: "data-table" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="datatable-icon-"]:before,
[class*=" datatable-icon-"]:before {
  font-family: "data-table" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datatable-icon-filter:before {
  content: "\62";
}
.datatable-icon-collapse:before {
  content: "\61";
}
.datatable-icon-expand:before {
  content: "\63";
}
.datatable-icon-close:before {
  content: "\64";
}
.datatable-icon-up:before {
  content: "\65";
}
.datatable-icon-down:before {
  content: "\66";
}
.datatable-icon-sort:before {
  content: "\67";
}
.datatable-icon-done:before {
  content: "\68";
}
.datatable-icon-done-all:before {
  content: "\69";
}
.datatable-icon-search:before {
  content: "\6a";
}
.datatable-icon-pin:before {
  content: "\6b";
}
.datatable-icon-add:before {
  content: "\6d";
}
.datatable-icon-left:before {
  content: "\6f";
}
.datatable-icon-right:before {
  content: "\70";
}
.datatable-icon-skip:before {
  content: "\71";
}
.datatable-icon-prev:before {
  content: "\72";
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder; }
.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa; }
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }
.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed; }
.cal-month-view .cal-days {
  border: 1px solid #e1e1e1;
  border-bottom: 0; }
.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1; }
.cal-month-view .cal-cell-row {
  -js-display: flex;
  display: flex; }
.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: stretch; }
.cal-month-view .cal-day-cell {
  min-height: 100px; }
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid #e1e1e1; }
.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid #e1e1e1; }
.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  background-color: #b94a48;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px; }
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px; }
.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap; }
.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px; }
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer; }
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default; }
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: darkred; }
.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7; }
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em; }
.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: #e0e0e0 !important; }
.cal-month-view .cal-open-day-events {
  padding: 15px;
  color: white;
  background-color: #555;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); }
.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px; }
.cal-month-view .cal-event-title {
  color: white; }
.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3; }
.cal-week-view .cal-day-headers {
  -js-display: flex;
  display: flex;
  margin-bottom: 3px;
  border: 1px solid #e1e1e1;
  margin-left: 2px;
  margin-right: 2px; }
.cal-week-view .cal-day-headers .cal-header {
  flex: 1;
  text-align: center;
  padding: 5px; }
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid #e1e1e1; }
.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed; }
.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5; }
.cal-week-view .cal-events-row {
  position: relative;
  height: 33px; }
.cal-week-view .cal-event-container {
  display: inline-block;
  position: absolute; }
.cal-week-view .cal-event {
  padding: 0 10px;
  font-size: 12px;
  margin-left: 2px;
  margin-right: 2px;
  height: 30px;
  line-height: 30px; }
.cal-week-view .cal-draggable {
  cursor: move; }
.cal-week-view .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
.cal-week-view .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7; }
.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000; }
.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }
.cal-day-view .cal-hour-rows {
    width: 100%;
    border: solid 1px #e1e1e1;
    overflow-x: scroll;
    position: relative; }
.cal-day-view .cal-hour:nth-child(odd) {
    background-color: #fafafa; }
.cal-day-view mwl-calendar-day-view-hour-segment,
  .cal-day-view .cal-hour-segment {
    display: block; }
.cal-day-view .cal-hour-segment::after {
    content: '\00a0'; }
.cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed #e1e1e1; }
.cal-day-view .cal-time {
    font-weight: bold;
    padding-top: 5px;
    width: 70px;
    text-align: center; }
.cal-day-view .cal-hour-segment.cal-after-hour-start .cal-time {
    display: none; }
.cal-day-view .cal-hour-segment:hover,
  .cal-day-view .cal-drag-over .cal-hour-segment {
    background-color: #ededed; }
.cal-day-view .cal-event-container {
    position: absolute; }
.cal-day-view .cal-event {
    border: solid 1px;
    padding: 5px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    box-sizing: border-box; }
.cal-day-view .cal-draggable {
    cursor: move; }
.cal-day-view .cal-starts-within-day .cal-event {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
.cal-day-view .cal-ends-within-day .cal-event {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
.cal-day-view .cal-all-day-event {
    padding: 8px;
    border: solid 1px; }
.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9; }
.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px; }
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px; }
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px; }
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px; }
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }
.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }
/**! hopscotch - v0.3.1
*
* Copyright 2017 LinkedIn Corp. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.animated{animation-fill-mode:both;animation-duration:1s}
@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}
.fade-in-up{animation-name:fadeInUp}
@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}
.fade-in-down{animation-name:fadeInDown}
@keyframes fadeInRight{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}
.fade-in-right{animation-name:fadeInRight}
@keyframes fadeInLeft{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}
.fade-in-left{animation-name:fadeInLeft}
div.hopscotch-bubble .hopscotch-nav-button{font-weight:700;border-width:1px;border-style:solid;cursor:pointer;margin:0;overflow:visible;text-decoration:none!important;width:auto;padding:0 10px;height:26px;line-height:24px;font-size:12px;*zoom:1;white-space:nowrap;display:-moz-inline-stack;display:inline-block;*vertical-align:auto;zoom:1;*display:inline;vertical-align:middle;border-radius:3px;box-sizing:border-box}
div.hopscotch-bubble .hopscotch-nav-button:hover{*zoom:1;box-shadow:0 1px 3px rgba(0,0,0,.25)}
div.hopscotch-bubble .hopscotch-nav-button:active{box-shadow:0 1px 2px rgba(0,0,0,.25) inset}
div.hopscotch-bubble .hopscotch-nav-button.next{border-color:#1b5480;color:#fff;margin:0 0 0 10px;text-shadow:0 1px 1px rgba(0,0,0,.35);background-color:#287bbc;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#287bbc', endColorstr='#23639a');background-image:linear-gradient(to bottom,#287bbc 0,#23639a 100%)}
div.hopscotch-bubble .hopscotch-nav-button.next:hover{background-color:#2672ae;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#2672ae', endColorstr='#1e4f7e');background-image:linear-gradient(to bottom,#2672ae 0,#1e4f7e 100%)}
div.hopscotch-bubble .hopscotch-nav-button.prev{border-color:#a7a7a7;color:#444;text-shadow:0 1px 1px rgba(255,255,255,.75);background-color:#f2f2f2;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#e9e9e9');background-image:linear-gradient(to bottom,#f2f2f2 0,#e9e9e9 100%)}
div.hopscotch-bubble .hopscotch-nav-button.prev:hover{background-color:#e8e8e8;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE8E8E8', endColorstr='#FFA9A9A9');background-image:linear-gradient(to bottom,#e8e8e8 0,#e3e3e3 13%,#d7d7d7 32%,#b9b9b9 71%,#a9a9a9 100%)}
div.hopscotch-bubble{background-color:#fff;border:5px solid #000;border:5px solid rgba(0,0,0,.5);color:#333;font-family:Helvetica,Arial;font-size:13px;position:absolute;z-index:999999;box-sizing:content-box;-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box}
div.hopscotch-bubble *{box-sizing:content-box}
div.hopscotch-bubble.animate{-moz-transition-property:top,left;-moz-transition-duration:1s;-moz-transition-timing-function:ease-in-out;-ms-transition-property:top,left;-ms-transition-duration:1s;-ms-transition-timing-function:ease-in-out;-o-transition-property:top,left;-o-transition-duration:1s;-o-transition-timing-function:ease-in-out;-webkit-transition-property:top,left;-webkit-transition-duration:1s;-webkit-transition-timing-function:ease-in-out;transition-property:top,left;transition-duration:1s;transition-timing-function:ease-in-out}
div.hopscotch-bubble.invisible{opacity:0}
div.hopscotch-bubble.hide,div.hopscotch-bubble .hide,div.hopscotch-bubble .hide-all{display:none}
div.hopscotch-bubble h3{color:#000;font-family:Helvetica,Arial;font-size:16px;font-weight:700;line-height:19px;margin:-1px 15px 0 0;padding:0}
div.hopscotch-bubble .hopscotch-bubble-container{padding:15px;position:relative;text-align:left;-webkit-font-smoothing:antialiased}
div.hopscotch-bubble .hopscotch-content{font-family:Helvetica,Arial;font-weight:400;line-height:17px;margin:-5px 0 11px;padding-top:8px}
div.hopscotch-bubble .hopscotch-bubble-content{margin:0 0 0 40px}
div.hopscotch-bubble.no-number .hopscotch-bubble-content{margin:0}
div.hopscotch-bubble .hopscotch-bubble-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;color:#000;background:transparent url('sprite-green.f1717a5a8f1398f9238e.png') -192px -92px no-repeat;display:block;padding:8px;position:absolute;text-decoration:none;text-indent:-9999px;width:8px;height:8px;top:0;right:0}
div.hopscotch-bubble .hopscotch-bubble-close.hide,div.hopscotch-bubble .hopscotch-bubble-close.hide-all{display:none}
div.hopscotch-bubble .hopscotch-bubble-number{background:transparent url('sprite-green.f1717a5a8f1398f9238e.png') 0 0 no-repeat;color:#fff;display:block;float:left;font-size:17px;font-weight:700;line-height:31px;padding:0 10px 0 0;text-align:center;width:30px;height:30px}
div.hopscotch-bubble .hopscotch-bubble-arrow-container{position:absolute;width:34px;height:34px}
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border{width:0;height:0}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up{top:-22px;left:10px}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow{border-bottom:17px solid #fff;border-left:17px solid transparent;border-right:17px solid transparent;position:relative;top:-10px}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border{border-bottom:17px solid #000;border-bottom:17px solid rgba(0,0,0,.5);border-left:17px solid transparent;border-right:17px solid transparent}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down{bottom:-39px;left:10px}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow{border-top:17px solid #fff;border-left:17px solid transparent;border-right:17px solid transparent;position:relative;top:-24px}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border{border-top:17px solid #000;border-top:17px solid rgba(0,0,0,.5);border-left:17px solid transparent;border-right:17px solid transparent}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left{top:10px;left:-22px}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow{border-bottom:17px solid transparent;border-right:17px solid #fff;border-top:17px solid transparent;position:relative;left:7px;top:-34px}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border{border-right:17px solid #000;border-right:17px solid rgba(0,0,0,.5);border-bottom:17px solid transparent;border-top:17px solid transparent}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right{top:10px;right:-39px}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow{border-bottom:17px solid transparent;border-left:17px solid #fff;border-top:17px solid transparent;position:relative;left:-7px;top:-34px}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border{border-left:17px solid #000;border-left:17px solid rgba(0,0,0,.5);border-bottom:17px solid transparent;border-top:17px solid transparent}
div.hopscotch-bubble .hopscotch-actions{margin:10px 0 0;text-align:right}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #ffd97d;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .toast:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}
.toast-container.toast-top-center .toast,
.toast-container.toast-bottom-center .toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .toast,
.toast-container.toast-bottom-full-width .toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .toast.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/*
|--------------------------------------------------------------------------
| Modules
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Aliases
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Partials
|--------------------------------------------------------------------------
*/
.printModal {
  font-family: sans-serif;
  display: flex;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  left: 0;
  top: 0;
  position: absolute;
  color: #045fb4;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9); }
/*
|--------------------------------------------------------------------------
| Close Button
|--------------------------------------------------------------------------
*/
.printClose {
  position: absolute;
  right: 10px;
  top: 10px; }
.printClose:before {
  content: "\00D7";
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  line-height: 1px;
  padding-top: 0.5em;
  display: block;
  font-size: 2em;
  text-indent: 1px;
  overflow: hidden;
  height: 1.25em;
  width: 1.25em;
  text-align: center;
  cursor: pointer; }
.printSpinner {
  margin-top: 3px;
  margin-left: -40px;
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #045fb4;
  border-radius: 50%;
  animation: spin 0.75s infinite linear; }
.printSpinner::before, .printSpinner::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit; }
.printSpinner, .printSpinner::before, .printSpinner::after {
  display: inline-block;
  border-color: transparent;
  border-top-color: #045fb4;
  animation-duration: 1.2s; }
.printSpinner::before {
  transform: rotate(120deg); }
.printSpinner::after {
  transform: rotate(240deg); }
/* Keyframes for the animation */
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.w-full {
  width: 100%;
}
.grow {
  flex-grow: 1;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.border {
  border-width: 1px;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/* You can add global styles to this file, and also import other style files */
.mat-error {
  font-size: 14px;
}
.center-all {
  display: flex;
  align-items: center;
  justify-content: center; }
/*
Star element
==================================================================*/
.star {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*
  Fill states
  ==================================================================*/
  /*
  Colors
  ==================================================================*/
  /*
  Icon Types
  ==================================================================*/
  /*
  Star Size
  ===================================================================*/
  /*
Disabled
=================================================*/
  /*
  Direction
  =================================================*/ }
.star svg, .star i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-style: normal; }
.star svg.star-half, .star svg.star-filled, .star i.star-half, .star i.star-filled {
      opacity: 0; }
.star i {
    top: 1px;
    display: none; }
.star.icon i, .rating.star-icon i {
    font-size: 25px;
    line-height: 25px; }
.star.icon i.star-empty:before, .rating.star-icon i.star-empty:before {
      content: "☆"; }
.star.icon i.star-half:before, .rating.star-icon i.star-half:before {
      content: "★"; }
.star.icon i.star-filled:before, .rating.star-icon i.star-filled:before {
      content: "★"; }
.star.custom-icon i, .rating.star-custom-icon i, .rating.theme-kununu .star-container .star i {
    font-size: 18px;
    line-height: 18px; }
.star.empty svg.star-half, .rating.hover:hover.value-1.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-1 .star-container .star svg.star-half, .rating.hover:hover.value-2.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-2 .star-container .star svg.star-half, .rating.hover:hover.value-3.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-3 .star-container .star svg.star-half, .rating.hover:hover.value-4.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-4 .star-container .star svg.star-half, .rating.hover:hover.value-5.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-5 .star-container .star svg.star-half, .rating.hover:hover.value-6.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-6 .star-container .star svg.star-half, .star.empty svg.star-filled, .rating.hover:hover.value-1.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-1 .star-container .star svg.star-filled, .rating.hover:hover.value-2.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-2 .star-container .star svg.star-filled, .rating.hover:hover.value-3.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-3 .star-container .star svg.star-filled, .rating.hover:hover.value-4.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-4 .star-container .star svg.star-filled, .rating.hover:hover.value-5.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-5 .star-container .star svg.star-filled, .rating.hover:hover.value-6.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-6 .star-container .star svg.star-filled, .star.empty i.star-half, .rating.hover:hover.value-1.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-1 .star-container .star i.star-half, .rating.hover:hover.value-2.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-2 .star-container .star i.star-half, .rating.hover:hover.value-3.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-3 .star-container .star i.star-half, .rating.hover:hover.value-4.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-4 .star-container .star i.star-half, .rating.hover:hover.value-5.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-5 .star-container .star i.star-half, .rating.hover:hover.value-6.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-6 .star-container .star i.star-half, .star.empty i.star-filled, .rating.hover:hover.value-1.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-1 .star-container .star i.star-filled, .rating.hover:hover.value-2.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-2 .star-container .star i.star-filled, .rating.hover:hover.value-3.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-3 .star-container .star i.star-filled, .rating.hover:hover.value-4.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-4 .star-container .star i.star-filled, .rating.hover:hover.value-5.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-5 .star-container .star i.star-filled, .rating.hover:hover.value-6.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-6 .star-container .star i.star-filled {
    opacity: 0; }
.star.empty svg.star-empty, .rating.hover:hover.value-1.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-1 .star-container .star svg.star-empty, .rating.hover:hover.value-2.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-2 .star-container .star svg.star-empty, .rating.hover:hover.value-3.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-3 .star-container .star svg.star-empty, .rating.hover:hover.value-4.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-4 .star-container .star svg.star-empty, .rating.hover:hover.value-5.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-5 .star-container .star svg.star-empty, .rating.hover:hover.value-6.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-6 .star-container .star svg.star-empty, .star.empty i.star-empty, .rating.hover:hover.value-1.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-1 .star-container .star i.star-empty, .rating.hover:hover.value-2.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-2 .star-container .star i.star-empty, .rating.hover:hover.value-3.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-3 .star-container .star i.star-empty, .rating.hover:hover.value-4.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-4 .star-container .star i.star-empty, .rating.hover:hover.value-5.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-5 .star-container .star i.star-empty, .rating.hover:hover.value-6.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-6 .star-container .star i.star-empty {
    opacity: 1; }
.star.half svg.star-filled, .rating.value-0.half .star:nth-child(1) svg.star-filled, .rating.value-1.half .star-container .star:nth-child(2) svg.star-filled, .rating.value-2.half .star-container .star:nth-child(3) svg.star-filled, .rating.value-3.half .star-container .star:nth-child(4) svg.star-filled, .rating.value-4.half .star-container .star:nth-child(5) svg.star-filled, .rating.value-5.half .star-container .star:nth-child(6) svg.star-filled, .star.half svg.star-empty, .rating.value-0.half .star:nth-child(1) svg.star-empty, .rating.value-1.half .star-container .star:nth-child(2) svg.star-empty, .rating.value-2.half .star-container .star:nth-child(3) svg.star-empty, .rating.value-3.half .star-container .star:nth-child(4) svg.star-empty, .rating.value-4.half .star-container .star:nth-child(5) svg.star-empty, .rating.value-5.half .star-container .star:nth-child(6) svg.star-empty, .star.half i.star-filled, .rating.value-0.half .star:nth-child(1) i.star-filled, .rating.value-1.half .star-container .star:nth-child(2) i.star-filled, .rating.value-2.half .star-container .star:nth-child(3) i.star-filled, .rating.value-3.half .star-container .star:nth-child(4) i.star-filled, .rating.value-4.half .star-container .star:nth-child(5) i.star-filled, .rating.value-5.half .star-container .star:nth-child(6) i.star-filled, .star.half i.star-empty, .rating.value-0.half .star:nth-child(1) i.star-empty, .rating.value-1.half .star-container .star:nth-child(2) i.star-empty, .rating.value-2.half .star-container .star:nth-child(3) i.star-empty, .rating.value-3.half .star-container .star:nth-child(4) i.star-empty, .rating.value-4.half .star-container .star:nth-child(5) i.star-empty, .rating.value-5.half .star-container .star:nth-child(6) i.star-empty {
    opacity: 0; }
.star.half svg.star-half, .rating.value-0.half .star:nth-child(1) svg.star-half, .rating.value-1.half .star-container .star:nth-child(2) svg.star-half, .rating.value-2.half .star-container .star:nth-child(3) svg.star-half, .rating.value-3.half .star-container .star:nth-child(4) svg.star-half, .rating.value-4.half .star-container .star:nth-child(5) svg.star-half, .rating.value-5.half .star-container .star:nth-child(6) svg.star-half, .star.half i.star-half, .rating.value-0.half .star:nth-child(1) i.star-half, .rating.value-1.half .star-container .star:nth-child(2) i.star-half, .rating.value-2.half .star-container .star:nth-child(3) i.star-half, .rating.value-3.half .star-container .star:nth-child(4) i.star-half, .rating.value-4.half .star-container .star:nth-child(5) i.star-half, .rating.value-5.half .star-container .star:nth-child(6) i.star-half {
    opacity: 1; }
.star.filled svg.star-empty, .rating.value-1 .star-container .star:nth-child(-n+1) svg.star-empty, .rating.value-2 .star-container .star:nth-child(-n+2) svg.star-empty, .rating.value-3 .star-container .star:nth-child(-n+3) svg.star-empty, .rating.value-4 .star-container .star:nth-child(-n+4) svg.star-empty, .rating.value-5 .star-container .star:nth-child(-n+5) svg.star-empty, .rating.value-6 .star-container .star:nth-child(-n+6) svg.star-empty, .rating.value-7 .star-container .star:nth-child(-n+7) svg.star-empty, .rating.value-8 .star-container .star:nth-child(-n+8) svg.star-empty, .rating.value-9 .star-container .star:nth-child(-n+9) svg.star-empty, .rating.value-10 .star-container .star:nth-child(-n+10) svg.star-empty, .rating.value-11 .star-container .star:nth-child(-n+11) svg.star-empty, .rating.value-12 .star-container .star:nth-child(-n+12) svg.star-empty, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-empty, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-empty, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-empty, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-empty, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-empty, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-empty, .star.filled svg.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled, .star.filled i.star-empty, .rating.value-1 .star-container .star:nth-child(-n+1) i.star-empty, .rating.value-2 .star-container .star:nth-child(-n+2) i.star-empty, .rating.value-3 .star-container .star:nth-child(-n+3) i.star-empty, .rating.value-4 .star-container .star:nth-child(-n+4) i.star-empty, .rating.value-5 .star-container .star:nth-child(-n+5) i.star-empty, .rating.value-6 .star-container .star:nth-child(-n+6) i.star-empty, .rating.value-7 .star-container .star:nth-child(-n+7) i.star-empty, .rating.value-8 .star-container .star:nth-child(-n+8) i.star-empty, .rating.value-9 .star-container .star:nth-child(-n+9) i.star-empty, .rating.value-10 .star-container .star:nth-child(-n+10) i.star-empty, .rating.value-11 .star-container .star:nth-child(-n+11) i.star-empty, .rating.value-12 .star-container .star:nth-child(-n+12) i.star-empty, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-empty, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-empty, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-empty, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-empty, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-empty, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-empty, .star.filled i.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled {
    opacity: 0; }
.star.filled svg.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled, .star.filled i.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled {
    opacity: 1; }
.star.default svg, .star-container .star svg {
    fill: #999; }
.star.default i, .star-container .star i {
    color: #999; }
.star.negative svg, .rating.hover:hover.hover-1 .star-container .star svg, .rating.hover:hover.hover-2 .star-container .star svg, .rating.value-0.half .star svg, .rating.value-1.half .star-container .rating.value-0.star:nth-child(2) .star svg, .rating.value-2.half .star-container .rating.value-0.star:nth-child(3) .star svg, .rating.value-3.half .star-container .rating.value-0.star:nth-child(4) .star svg, .rating.value-4.half .star-container .rating.value-0.star:nth-child(5) .star svg, .rating.value-5.half .star-container .rating.value-0.star:nth-child(6) .star svg {
    fill: #f03c56; }
.star.negative i, .rating.hover:hover.hover-1 .star-container .star i, .rating.hover:hover.hover-2 .star-container .star i, .rating.value-0.half .star i, .rating.value-1.half .star-container .rating.value-0.star:nth-child(2) .star i, .rating.value-2.half .star-container .rating.value-0.star:nth-child(3) .star i, .rating.value-3.half .star-container .rating.value-0.star:nth-child(4) .star i, .rating.value-4.half .star-container .rating.value-0.star:nth-child(5) .star i, .rating.value-5.half .star-container .rating.value-0.star:nth-child(6) .star i {
    color: #f03c56; }
.star.ok svg, .rating.hover:hover.hover-3 .star-container .star svg {
    fill: #ffc058; }
.star.ok i, .rating.hover:hover.hover-3 .star-container .star i {
    color: #ffc058; }
.star.positive svg, .rating.value-6 .star-container .star svg, .rating.value-7 .star-container .star svg, .rating.value-8 .star-container .star svg, .rating.value-9 .star-container .star svg, .rating.value-10 .star-container .star svg, .rating.value-11 .star-container .star svg, .rating.value-12 .star-container .star svg, .rating.hover:hover.hover-4 .star-container .star svg, .rating.hover:hover.hover-5 .star-container .star svg, .rating.hover:hover.hover-6 .star-container .star svg {
    fill: #7ed321; }
.star.positive i, .rating.value-6 .star-container .star i, .rating.value-7 .star-container .star i, .rating.value-8 .star-container .star i, .rating.value-9 .star-container .star i, .rating.value-10 .star-container .star i, .rating.value-11 .star-container .star i, .rating.value-12 .star-container .star i, .rating.hover:hover.hover-4 .star-container .star i, .rating.hover:hover.hover-5 .star-container .star i, .rating.hover:hover.hover-6 .star-container .star i {
    color: #7ed321; }
.star.svg i, .rating.star-svg i {
    display: none; }
.star.svg svg, .rating.star-svg svg {
    display: flex; }
.star.custom-icon svg, .rating.star-custom-icon svg, .rating.theme-kununu .star-container .star svg, .star.icon svg, .rating.star-icon svg {
    display: none; }
.star.custom-icon i, .rating.star-custom-icon i, .rating.theme-kununu .star-container .star i, .star.icon i, .rating.star-icon i {
    display: flex; }
.star.small, .rating.small .star {
    width: 10px;
    height: 9, 5px; }
.star.small i, .rating.small .star i {
      font-size: 11px;
      line-height: 10px; }
.star.medium, .rating.medium .star {
    width: 20px;
    height: 20px; }
.star.medium i, .rating.medium .star i {
      font-size: 25px;
      line-height: 25px; }
.star.large, .rating.large .star {
    width: 35px;
    height: 33.3px; }
.star.large i, .rating.large .star i {
      font-size: 36px;
      line-height: 35px; }
.star.disabled, .rating.disabled .star-container .star {
    opacity: 0.5; }
.star.direction-rtl svg.star-half, .star-container.direction-rtl .star svg.star-half, .rating.direction-rtl .star-container .star svg.star-half, .star.direction-rtl i.star-half, .star-container.direction-rtl .star i.star-half, .rating.direction-rtl .star-container .star i.star-half {
    transform: scale(-1, 1); }
.star.direction-ltr svg.star-half, .star-container.direction-ltr .star svg.star-half, .star.direction-ltr i.star-half, .star-container.direction-ltr .star i.star-half {
    transform: scale(1, 1); }
/*
Label Element
===================================================================*/
.label-value {
  font-size: 18px;
  line-height: 18px;
  /*
  Sizes
  =================================================================*/
  /*
  Disabled
  =================================================*/ }
.label-value.small, .rating.small .label-value {
    font-size: 9.5px;
    line-height: 9.5px; }
.label-value.medium, .rating.medium .label-value {
    font-size: 18px;
    line-height: 25px; }
.label-value.large, .rating.large .label-value {
    font-size: 28px;
    line-height: 35px; }
.label-value.disabled, .rating.disabled .label-value {
    opacity: 0.5; }
/*
Star Container
==================================================================*/
.star-container {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.3s ease;
  /*
 Direction
 ===================================================*/
  /*
  Space
  ======================================================*/ }
.star-container + .star {
    margin-left: 5px; }
.star-container .star {
    transition: all 0.3s ease; }
.star-container .star svg, .star-container .star i {
      transition: all 0.3s ease; }
.star-container svg {
    z-index: 2; }
.star-container i {
    z-index: 1; }
.star-container.direction-rtl, .rating.direction-rtl .star-container {
    direction: rtl; }
.star-container.direction-ltr {
    direction: ltr; }
.star-container.space-no, .rating.space-no .star-container {
    flex: 1 1 auto;
    justify-content: center; }
.star-container.space-between, .rating.space-between .star-container {
    flex: 1 1 auto;
    justify-content: space-between; }
.star-container.space-around, .rating.space-around .star-container {
    flex: 1 1 auto;
    justify-content: space-around; }
/*
Rating Component
========================================================================= */
.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  /*Rating Value
  ====================================================*/
  /*Hover states
  ====================================================*/
  /*Half stars
  ====================================================*/
  /*Label Visible
  ====================================================*/
  /*Label Position
  ====================================================*/
  /*
  Direction
  ===================================================*/
  /* Star Type
  ====================================================*/
  /* Sizes
  ==========================================================*/
  /* Space
  ====================================================*/
  /* Static Color
    ====================================================*/
  /*Disabled
  ====================================================*/
  /*AnimationSpeed
 ====================================================*/ }
.rating.value-1 .star-container .star svg {
    fill: #f03c56; }
.rating.value-1 .star-container .star i {
    color: #f03c56; }
.rating.value-2 .star-container .star svg {
    fill: #f03c56; }
.rating.value-2 .star-container .star i {
    color: #f03c56; }
.rating.value-3 .star-container .star svg {
    fill: #ffc058; }
.rating.value-3 .star-container .star i {
    color: #ffc058; }
.rating.value-4 .star-container .star svg {
    fill: #7ed321; }
.rating.value-4 .star-container .star i {
    color: #7ed321; }
.rating.value-5 .star-container .star svg {
    fill: #7ed321; }
.rating.value-5 .star-container .star i {
    color: #7ed321; }
.rating.value-6 .star-container .star svg {
    fill: #7ed321; }
.rating.value-6 .star-container .star i {
    color: #7ed321; }
.rating.label-hidden .label-value {
    display: none; }
.rating.label-visible {
    display: flex; }
.rating.label-top {
    flex-direction: column; }
.rating.label-top .label-value + .star-container {
      margin-left: 0;
      margin-right: 0;
      margin-top: 5px; }
.rating.label-left .label-value {
    flex: 0 0 auto; }
.rating.label-left .label-value + .star-container {
      margin-left: 5px;
      margin-right: 0; }
.rating.label-right {
    flex-direction: row-reverse; }
.rating.label-right .label-value + .star-container {
      margin-left: 0;
      margin-right: 5px; }
.rating.label-bottom {
    flex-direction: column-reverse; }
.rating.label-bottom .label-value + .star-container {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 5px; }
.rating.direction-rtl {
    direction: rtl; }
.rating.direction-ltr {
    direction: ltr; }
.rating.color-default .star-container .star svg {
    fill: #999 !important; }
.rating.color-default .star-container .star i {
    color: #999 !important; }
.rating.color-ok .star-container .star svg {
    fill: #ffc058 !important; }
.rating.color-ok .star-container .star i {
    color: #ffc058 !important; }
.rating.color-positive .star-container .star svg {
    fill: #7ed321 !important; }
.rating.color-positive .star-container .star i {
    color: #7ed321 !important; }
.rating.color-negative .star-container .star svg {
    fill: #f03c56 !important; }
.rating.color-negative .star-container .star i {
    color: #f03c56 !important; }
.rating.immediately .star-container {
    transition: all none; }
.rating.immediately .star-container .star {
      transition: none; }
.rating.immediately .star-container .star svg, .rating.immediately .star-container .star i {
        transition: none; }
.rating.noticeable .star-container {
    transition: all 0.3s ease; }
.rating.noticeable .star-container .star {
      transition: all 0.3s ease; }
.rating.noticeable .star-container .star svg, .rating.noticeable .star-container .star i {
        transition: all 0.3s ease; }
.rating.slow .star-container {
    transition: all 0.8s ease; }
.rating.slow .star-container .star {
      transition: all 0.8s ease; }
.rating.slow .star-container .star svg, .rating.slow .star-container .star i {
        transition: all 0.8s ease; }
/*theme modifiers
====================================================*/
.rating.theme-kununu {
  flex-direction: column;
  width: 78px; }
.rating.theme-kununu .label-value,
  .rating.theme-kununu .star-container {
    width: 100%; }
.rating.theme-kununu .label-value {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 6px 0 0;
    height: 50px;
    border: 1px solid #e9ecec;
    border-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #2f3940;
    letter-spacing: -1px;
    background-color: #f8f8f8; }
.rating.theme-kununu .star-container {
    border-radius: 0 0 6px 6px;
    padding: 2px 0 4px 0;
    margin-left: 0px;
    margin-right: 0px;
    justify-content: center;
    background-color: #99c613;
    border: 1px solid #99c613;
    border-bottom: 0px; }
.rating.theme-kununu .star-container .star {
      height: 11px;
      width: 11px; }
.rating.theme-kununu .star-container .star i {
        font-size: 11px;
        color: #fff;
        text-align: center; }
.rating.theme-google-places .label-value {
  color: #e7711b;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 15px; }
.rating.theme-google-places .star-container {
  width: 65px;
  margin-left: 2px; }
.rating.theme-google-places .star-container .star i {
    font-size: 17px;
    color: #e7711b !important; }
.rating.theme-google-places .star-container .star i.star-empty {
      opacity: 1 !important;
      color: #e1e1e1 !important; }
.rating.theme-google-places .star-container .star i.star-empty:before {
        content: "★"; }
.rating.theme-google-places .star-container .star i.star-half {
      width: 7px;
      overflow: hidden; }
.rating.theme-google-places .star-container .star i.star-half:before {
        content: "★"; }
.rating.theme-google-places .star-container .star i.star-filled:before {
      content: "★"; }
.rating.theme-rolling-stars .star-container .star {
  transition: transform 1s;
  transform: rotate(0deg); }
.rating.theme-rolling-stars.value-1 .star-container .star:nth-child(-n+1) {
  transition: transform 1s;
  transform: rotate(360deg); }
.rating.theme-rolling-stars.value-2 .star-container .star:nth-child(-n+2) {
  transition: transform 1s;
  transform: rotate(360deg); }
.rating.theme-rolling-stars.value-3 .star-container .star:nth-child(-n+3) {
  transition: transform 1s;
  transform: rotate(360deg); }
.rating.theme-rolling-stars.value-4 .star-container .star:nth-child(-n+4) {
  transition: transform 1s;
  transform: rotate(360deg); }
.rating.theme-rolling-stars.value-5 .star-container .star:nth-child(-n+5) {
  transition: transform 1s;
  transform: rotate(360deg); }
.rating.theme-rolling-stars.value-6 .star-container .star:nth-child(-n+6) {
  transition: transform 1s;
  transform: rotate(360deg); }
.rating.theme-rolling-stars.value-0.half .star:nth-child(1), .rating.value-0.half .rating.theme-rolling-stars.value-0.star:nth-child(1) .star:nth-child(1), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(2) .star:nth-child(1), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(3) .star:nth-child(1), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(4) .star:nth-child(1), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(5) .star:nth-child(1), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(6) .star:nth-child(1) {
  transition: transform 1s;
  transform: rotate(360deg); }
.rating.theme-rolling-stars.value-1.half .star-container .star:nth-child(2), .rating.value-0.half .rating.theme-rolling-stars.value-1.star:nth-child(1) .star-container .star:nth-child(2), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(2) .star-container .star:nth-child(2), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(3) .star-container .star:nth-child(2), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(4) .star-container .star:nth-child(2), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(5) .star-container .star:nth-child(2), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(6) .star-container .star:nth-child(2) {
  transition: transform 1s;
  transform: rotate(360deg); }
.rating.theme-rolling-stars.value-2.half .star-container .star:nth-child(3), .rating.value-0.half .rating.theme-rolling-stars.value-2.star:nth-child(1) .star-container .star:nth-child(3), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(2) .star-container .star:nth-child(3), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(3) .star-container .star:nth-child(3), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(4) .star-container .star:nth-child(3), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(5) .star-container .star:nth-child(3), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(6) .star-container .star:nth-child(3) {
  transition: transform 1s;
  transform: rotate(360deg); }
.rating.theme-rolling-stars.value-3.half .star-container .star:nth-child(4), .rating.value-0.half .rating.theme-rolling-stars.value-3.star:nth-child(1) .star-container .star:nth-child(4), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(2) .star-container .star:nth-child(4), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(3) .star-container .star:nth-child(4), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(4) .star-container .star:nth-child(4), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(5) .star-container .star:nth-child(4), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(6) .star-container .star:nth-child(4) {
  transition: transform 1s;
  transform: rotate(360deg); }
.rating.theme-rolling-stars.value-4.half .star-container .star:nth-child(5), .rating.value-0.half .rating.theme-rolling-stars.value-4.star:nth-child(1) .star-container .star:nth-child(5), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(2) .star-container .star:nth-child(5), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(3) .star-container .star:nth-child(5), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(4) .star-container .star:nth-child(5), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(5) .star-container .star:nth-child(5), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(6) .star-container .star:nth-child(5) {
  transition: transform 1s;
  transform: rotate(360deg); }
.rating.theme-rolling-stars.value-5.half .star-container .star:nth-child(6), .rating.value-0.half .rating.theme-rolling-stars.value-5.star:nth-child(1) .star-container .star:nth-child(6), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(2) .star-container .star:nth-child(6), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(3) .star-container .star:nth-child(6), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(4) .star-container .star:nth-child(6), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(5) .star-container .star:nth-child(6), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(6) .star-container .star:nth-child(6) {
  transition: transform 1s;
  transform: rotate(360deg); }
/**
 * Applies styles for users in high contrast mode. Note that this only applies
 * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
 * attribute, however Chrome handles high contrast differently.
 * @param target Which kind of high contrast setting to target. Defaults to `active`, can be
 *    `white-on-black` or `black-on-white`.
 */
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.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-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-badge-small .mat-badge-content {
  font-size: 6px; }
.mat-badge-large .mat-badge-content {
  font-size: 24px; }
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }
.mat-h5, .mat-typography h5 {
  font: 400 11.62px/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px; }
.mat-h6, .mat-typography h6 {
  font: 400 9.38px/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px; }
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
.mat-body p, .mat-body-1 p, .mat-typography p {
    margin: 0 0 12px; }
.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif; }
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 56px;
  letter-spacing: -0.05em; }
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.02em; }
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.005em; }
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px; }
.mat-bottom-sheet-container {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400; }
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-card-title {
  font-size: 24px;
  font-weight: 400; }
.mat-card-subtitle,
.mat-card-content,
.mat-card-header .mat-card-title {
  font-size: 14px; }
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px; }
.mat-chip {
  font-size: 13px;
  line-height: 18px; }
.mat-chip .mat-chip-trailing-icon.mat-icon,
  .mat-chip .mat-chip-remove.mat-icon {
    font-size: 18px; }
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-header-cell {
  font-size: 12px;
  font-weight: 500; }
.mat-cell, .mat-footer-cell {
  font-size: 14px; }
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", 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 Roboto, "Helvetica Neue", sans-serif; }
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400; }
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif; }
.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 {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.33333333%; }
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.33334333%; }
.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.66666667em;
  top: calc(100% - 1.79166667em); }
.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 {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333333%; }
.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 {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.33334333%; }
.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 {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.33335333%; }
.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.54166667em;
  top: calc(100% - 1.66666667em); }
.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 {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.33333333%; }
.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 {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.33334333%; }
.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 {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.33333333%; }
.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 {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.33334333%; }
.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: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400; }
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px; }
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-select-trigger {
  height: 1.125em; }
.mat-slide-toggle-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500; }
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-step-label {
  font-size: 14px;
  font-weight: 400; }
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500; }
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", 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 Roboto, "Helvetica Neue", sans-serif;
  margin: 0; }
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px; }
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 9px; }
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
  font-size: 16px; }
.mat-list .mat-list-item .mat-line, .mat-nav-list .mat-list-item .mat-line, .mat-selection-list .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
.mat-list .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 14px; }
.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option {
  font-size: 16px; }
.mat-list .mat-list-option .mat-line, .mat-nav-list .mat-list-option .mat-line, .mat-selection-list .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
.mat-list .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 14px; }
.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }
.mat-list[dense] .mat-list-item, .mat-nav-list[dense] .mat-list-item, .mat-selection-list[dense] .mat-list-item {
  font-size: 12px; }
.mat-list[dense] .mat-list-item .mat-line, .mat-nav-list[dense] .mat-list-item .mat-line, .mat-selection-list[dense] .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
.mat-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 12px; }
.mat-list[dense] .mat-list-option, .mat-nav-list[dense] .mat-list-option, .mat-selection-list[dense] .mat-list-option {
  font-size: 12px; }
.mat-list[dense] .mat-list-option .mat-line, .mat-nav-list[dense] .mat-list-option .mat-line, .mat-selection-list[dense] .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
.mat-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 12px; }
.mat-list[dense] .mat-subheader, .mat-nav-list[dense] .mat-subheader, .mat-selection-list[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500; }
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px; }
.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", 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: Roboto, "Helvetica Neue", sans-serif; }
.mat-tree-node {
  font-weight: 400;
  font-size: 14px; }
.mat-ripple {
  overflow: hidden; }
.mat-ripple.mat-ripple-unbounded {
  overflow: visible; }
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0); }
@media screen and (-ms-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: flex;
  position: absolute;
  z-index: 1000; }
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  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;
  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.288); }
.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: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px; }
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }
@keyframes cdk-text-field-autofill-start {
  /*!*/ }
@keyframes cdk-text-field-autofill-end {
  /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation-name: cdk-text-field-autofill-start; }
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation-name: cdk-text-field-autofill-end; }
textarea.cdk-textarea-autosize {
  resize: none; }
textarea.cdk-textarea-autosize-measuring {
  height: auto !important;
  overflow: hidden !important;
  padding: 2px 0 !important;
  box-sizing: content-box !important; }
.devlanke {
  /* Hopscotch Tour */
  /* up arrow  */
  /* right arrow */
  /* bottom arrow */
  /* Left Arrow */ }
.devlanke .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }
.devlanke .mat-option {
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-option:hover:not(.mat-option-disabled), .devlanke .mat-option:focus:not(.mat-option-disabled) {
      background: rgba(0, 0, 0, 0.04); }
.devlanke .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
      background: rgba(0, 0, 0, 0.04); }
.devlanke .mat-option.mat-active {
      background: rgba(0, 0, 0, 0.04);
      color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-option.mat-option-disabled {
      color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #e92529; }
.devlanke .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #ffd97d; }
.devlanke .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #f44336; }
.devlanke .mat-optgroup-label {
    color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-optgroup-disabled .mat-optgroup-label {
    color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-pseudo-checkbox {
    color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-pseudo-checkbox::after {
      color: #fafafa; }
.devlanke .mat-pseudo-checkbox-checked,
  .devlanke .mat-pseudo-checkbox-indeterminate,
  .devlanke .mat-accent .mat-pseudo-checkbox-checked,
  .devlanke .mat-accent .mat-pseudo-checkbox-indeterminate {
    background: #ffd97d; }
.devlanke .mat-primary .mat-pseudo-checkbox-checked,
  .devlanke .mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #e92529; }
.devlanke .mat-warn .mat-pseudo-checkbox-checked,
  .devlanke .mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #f44336; }
.devlanke .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
  .devlanke .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
    background: #b0b0b0; }
.devlanke .mat-app-background, .devlanke.mat-app-background {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87); }
.mat-theme-loaded-marker {
    display: none; }
.devlanke .mat-autocomplete-panel {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
      background: white; }
.devlanke .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
        color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-badge-content {
    color: white;
    background: #e92529; }
.devlanke .mat-badge-accent .mat-badge-content {
    background: #ffd97d;
    color: black; }
.devlanke .mat-badge-warn .mat-badge-content {
    color: white;
    background: #f44336; }
.devlanke .mat-badge {
    position: relative; }
.devlanke .mat-badge-hidden .mat-badge-content {
    display: none; }
.devlanke .mat-badge-content {
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: transform 200ms ease-in-out;
    transform: scale(0.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none; }
.devlanke .mat-badge-content.mat-badge-active {
    transform: none; }
.devlanke .mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px; }
@media screen and (-ms-high-contrast: active) {
      .devlanke .mat-badge-small .mat-badge-content {
        outline: solid 1px;
        border-radius: 0; } }
.devlanke .mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px; }
.devlanke .mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px; }
.devlanke .mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px; }
[dir='rtl'] .devlanke .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px; }
.devlanke .mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px; }
[dir='rtl'] .devlanke .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px; }
.devlanke .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px; }
[dir='rtl'] .devlanke .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px; }
.devlanke .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px; }
[dir='rtl'] .devlanke .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px; }
.devlanke .mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px; }
@media screen and (-ms-high-contrast: active) {
      .devlanke .mat-badge-medium .mat-badge-content {
        outline: solid 1px;
        border-radius: 0; } }
.devlanke .mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px; }
.devlanke .mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px; }
.devlanke .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px; }
[dir='rtl'] .devlanke .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px; }
.devlanke .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px; }
[dir='rtl'] .devlanke .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px; }
.devlanke .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px; }
[dir='rtl'] .devlanke .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px; }
.devlanke .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px; }
[dir='rtl'] .devlanke .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px; }
.devlanke .mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px; }
@media screen and (-ms-high-contrast: active) {
      .devlanke .mat-badge-large .mat-badge-content {
        outline: solid 1px;
        border-radius: 0; } }
.devlanke .mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px; }
.devlanke .mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px; }
.devlanke .mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px; }
[dir='rtl'] .devlanke .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px; }
.devlanke .mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px; }
[dir='rtl'] .devlanke .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px; }
.devlanke .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px; }
[dir='rtl'] .devlanke .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px; }
.devlanke .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px; }
[dir='rtl'] .devlanke .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px; }
.devlanke .mat-bottom-sheet-container {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-button, .devlanke .mat-icon-button, .devlanke .mat-stroked-button {
    color: inherit;
    background: transparent; }
.devlanke .mat-button.mat-primary, .devlanke .mat-icon-button.mat-primary, .devlanke .mat-stroked-button.mat-primary {
      color: #e92529; }
.devlanke .mat-button.mat-accent, .devlanke .mat-icon-button.mat-accent, .devlanke .mat-stroked-button.mat-accent {
      color: #ffd97d; }
.devlanke .mat-button.mat-warn, .devlanke .mat-icon-button.mat-warn, .devlanke .mat-stroked-button.mat-warn {
      color: #f44336; }
.devlanke .mat-button.mat-primary[disabled], .devlanke .mat-button.mat-accent[disabled], .devlanke .mat-button.mat-warn[disabled], .devlanke .mat-button[disabled][disabled], .devlanke .mat-icon-button.mat-primary[disabled], .devlanke .mat-icon-button.mat-accent[disabled], .devlanke .mat-icon-button.mat-warn[disabled], .devlanke .mat-icon-button[disabled][disabled], .devlanke .mat-stroked-button.mat-primary[disabled], .devlanke .mat-stroked-button.mat-accent[disabled], .devlanke .mat-stroked-button.mat-warn[disabled], .devlanke .mat-stroked-button[disabled][disabled] {
      color: rgba(0, 0, 0, 0.26); }
.devlanke .mat-button.mat-primary .mat-button-focus-overlay, .devlanke .mat-icon-button.mat-primary .mat-button-focus-overlay, .devlanke .mat-stroked-button.mat-primary .mat-button-focus-overlay {
      background-color: rgba(233, 37, 41, 0.12); }
.devlanke .mat-button.mat-accent .mat-button-focus-overlay, .devlanke .mat-icon-button.mat-accent .mat-button-focus-overlay, .devlanke .mat-stroked-button.mat-accent .mat-button-focus-overlay {
      background-color: rgba(255, 217, 125, 0.12); }
.devlanke .mat-button.mat-warn .mat-button-focus-overlay, .devlanke .mat-icon-button.mat-warn .mat-button-focus-overlay, .devlanke .mat-stroked-button.mat-warn .mat-button-focus-overlay {
      background-color: rgba(244, 67, 54, 0.12); }
.devlanke .mat-button[disabled] .mat-button-focus-overlay, .devlanke .mat-icon-button[disabled] .mat-button-focus-overlay, .devlanke .mat-stroked-button[disabled] .mat-button-focus-overlay {
      background-color: transparent; }
.devlanke .mat-button.mat-primary .mat-ripple-element, .devlanke .mat-icon-button.mat-primary .mat-ripple-element, .devlanke .mat-stroked-button.mat-primary .mat-ripple-element {
      background-color: rgba(233, 37, 41, 0.1); }
.devlanke .mat-button.mat-accent .mat-ripple-element, .devlanke .mat-icon-button.mat-accent .mat-ripple-element, .devlanke .mat-stroked-button.mat-accent .mat-ripple-element {
      background-color: rgba(255, 217, 125, 0.1); }
.devlanke .mat-button.mat-warn .mat-ripple-element, .devlanke .mat-icon-button.mat-warn .mat-ripple-element, .devlanke .mat-stroked-button.mat-warn .mat-ripple-element {
      background-color: rgba(244, 67, 54, 0.1); }
.devlanke .mat-flat-button, .devlanke .mat-raised-button, .devlanke .mat-fab, .devlanke .mat-mini-fab {
    color: rgba(0, 0, 0, 0.87);
    background-color: white; }
.devlanke .mat-flat-button.mat-primary, .devlanke .mat-raised-button.mat-primary, .devlanke .mat-fab.mat-primary, .devlanke .mat-mini-fab.mat-primary {
      color: white; }
.devlanke .mat-flat-button.mat-accent, .devlanke .mat-raised-button.mat-accent, .devlanke .mat-fab.mat-accent, .devlanke .mat-mini-fab.mat-accent {
      color: black; }
.devlanke .mat-flat-button.mat-warn, .devlanke .mat-raised-button.mat-warn, .devlanke .mat-fab.mat-warn, .devlanke .mat-mini-fab.mat-warn {
      color: white; }
.devlanke .mat-flat-button.mat-primary[disabled], .devlanke .mat-flat-button.mat-accent[disabled], .devlanke .mat-flat-button.mat-warn[disabled], .devlanke .mat-flat-button[disabled][disabled], .devlanke .mat-raised-button.mat-primary[disabled], .devlanke .mat-raised-button.mat-accent[disabled], .devlanke .mat-raised-button.mat-warn[disabled], .devlanke .mat-raised-button[disabled][disabled], .devlanke .mat-fab.mat-primary[disabled], .devlanke .mat-fab.mat-accent[disabled], .devlanke .mat-fab.mat-warn[disabled], .devlanke .mat-fab[disabled][disabled], .devlanke .mat-mini-fab.mat-primary[disabled], .devlanke .mat-mini-fab.mat-accent[disabled], .devlanke .mat-mini-fab.mat-warn[disabled], .devlanke .mat-mini-fab[disabled][disabled] {
      color: rgba(0, 0, 0, 0.26); }
.devlanke .mat-flat-button.mat-primary, .devlanke .mat-raised-button.mat-primary, .devlanke .mat-fab.mat-primary, .devlanke .mat-mini-fab.mat-primary {
      background-color: #e92529; }
.devlanke .mat-flat-button.mat-accent, .devlanke .mat-raised-button.mat-accent, .devlanke .mat-fab.mat-accent, .devlanke .mat-mini-fab.mat-accent {
      background-color: #ffd97d; }
.devlanke .mat-flat-button.mat-warn, .devlanke .mat-raised-button.mat-warn, .devlanke .mat-fab.mat-warn, .devlanke .mat-mini-fab.mat-warn {
      background-color: #f44336; }
.devlanke .mat-flat-button.mat-primary[disabled], .devlanke .mat-flat-button.mat-accent[disabled], .devlanke .mat-flat-button.mat-warn[disabled], .devlanke .mat-flat-button[disabled][disabled], .devlanke .mat-raised-button.mat-primary[disabled], .devlanke .mat-raised-button.mat-accent[disabled], .devlanke .mat-raised-button.mat-warn[disabled], .devlanke .mat-raised-button[disabled][disabled], .devlanke .mat-fab.mat-primary[disabled], .devlanke .mat-fab.mat-accent[disabled], .devlanke .mat-fab.mat-warn[disabled], .devlanke .mat-fab[disabled][disabled], .devlanke .mat-mini-fab.mat-primary[disabled], .devlanke .mat-mini-fab.mat-accent[disabled], .devlanke .mat-mini-fab.mat-warn[disabled], .devlanke .mat-mini-fab[disabled][disabled] {
      background-color: rgba(0, 0, 0, 0.12); }
.devlanke .mat-flat-button.mat-primary .mat-ripple-element, .devlanke .mat-raised-button.mat-primary .mat-ripple-element, .devlanke .mat-fab.mat-primary .mat-ripple-element, .devlanke .mat-mini-fab.mat-primary .mat-ripple-element {
      background-color: rgba(255, 255, 255, 0.1); }
.devlanke .mat-flat-button.mat-accent .mat-ripple-element, .devlanke .mat-raised-button.mat-accent .mat-ripple-element, .devlanke .mat-fab.mat-accent .mat-ripple-element, .devlanke .mat-mini-fab.mat-accent .mat-ripple-element {
      background-color: rgba(0, 0, 0, 0.1); }
.devlanke .mat-flat-button.mat-warn .mat-ripple-element, .devlanke .mat-raised-button.mat-warn .mat-ripple-element, .devlanke .mat-fab.mat-warn .mat-ripple-element, .devlanke .mat-mini-fab.mat-warn .mat-ripple-element {
      background-color: rgba(255, 255, 255, 0.1); }
.devlanke .mat-icon-button.mat-primary .mat-ripple-element {
    background-color: rgba(233, 37, 41, 0.2); }
.devlanke .mat-icon-button.mat-accent .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.2); }
.devlanke .mat-icon-button.mat-warn .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.2); }
.devlanke .mat-button-toggle {
    color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-button-toggle .mat-button-toggle-focus-overlay {
      background-color: rgba(0, 0, 0, 0.12); }
.devlanke .mat-button-toggle-checked {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-button-toggle-disabled {
    background-color: #eeeeee;
    color: rgba(0, 0, 0, 0.26); }
.devlanke .mat-button-toggle-disabled.mat-button-toggle-checked {
      background-color: #bdbdbd; }
.devlanke .mat-card {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-card-subtitle {
    color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-checkbox-frame {
    border-color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-checkbox-checkmark {
    fill: #fafafa; }
.devlanke .mat-checkbox-checkmark-path {
    stroke: #fafafa !important; }
@media screen and (-ms-high-contrast: black-on-white) {
      .devlanke .mat-checkbox-checkmark-path {
        stroke: #000 !important; } }
.devlanke .mat-checkbox-mixedmark {
    background-color: #fafafa; }
.devlanke .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .devlanke .mat-checkbox-checked.mat-primary .mat-checkbox-background {
    background-color: #e92529; }
.devlanke .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .devlanke .mat-checkbox-checked.mat-accent .mat-checkbox-background {
    background-color: #ffd97d; }
.devlanke .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .devlanke .mat-checkbox-checked.mat-warn .mat-checkbox-background {
    background-color: #f44336; }
.devlanke .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .devlanke .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
    background-color: #b0b0b0; }
.devlanke .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0; }
.devlanke .mat-checkbox-disabled .mat-checkbox-label {
    color: #b0b0b0; }
@media screen and (-ms-high-contrast: active) {
    .devlanke .mat-checkbox-disabled {
      opacity: 0.5; } }
@media screen and (-ms-high-contrast: active) {
    .devlanke .mat-checkbox-background {
      background: none; } }
.devlanke .mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(233, 37, 41, 0.26); }
.devlanke .mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.26); }
.devlanke .mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.26); }
.devlanke .mat-chip.mat-standard-chip {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-chip.mat-standard-chip .mat-chip-remove {
      color: rgba(0, 0, 0, 0.87);
      opacity: 0.4; }
.devlanke .mat-chip.mat-standard-chip .mat-chip-remove:hover {
      opacity: 0.54; }
.devlanke .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
    background-color: #e92529;
    color: white; }
.devlanke .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
      color: white;
      opacity: 0.4; }
.devlanke .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover {
      opacity: 0.54; }
.devlanke .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
    background-color: #f44336;
    color: white; }
.devlanke .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
      color: white;
      opacity: 0.4; }
.devlanke .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover {
      opacity: 0.54; }
.devlanke .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
    background-color: #ffd97d;
    color: black; }
.devlanke .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
      color: black;
      opacity: 0.4; }
.devlanke .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover {
      opacity: 0.54; }
.devlanke .mat-table {
    background: white; }
.devlanke .mat-table thead, .devlanke .mat-table tbody, .devlanke .mat-table tfoot,
  .devlanke mat-header-row, .devlanke mat-row, .devlanke mat-footer-row,
  .devlanke [mat-header-row], .devlanke [mat-row], .devlanke [mat-footer-row],
  .devlanke .mat-table-sticky {
    background: inherit; }
.devlanke mat-row, .devlanke mat-header-row, .devlanke mat-footer-row,
  .devlanke th.mat-header-cell, .devlanke td.mat-cell, .devlanke td.mat-footer-cell {
    border-bottom-color: rgba(0, 0, 0, 0.12); }
.devlanke .mat-header-cell {
    color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-cell, .devlanke .mat-footer-cell {
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-calendar-arrow {
    border-top-color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-datepicker-toggle,
  .devlanke .mat-datepicker-content .mat-calendar-next-button,
  .devlanke .mat-datepicker-content .mat-calendar-previous-button {
    color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-calendar-table-header {
    color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-calendar-table-header-divider::after {
    background: rgba(0, 0, 0, 0.12); }
.devlanke .mat-calendar-body-label {
    color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-calendar-body-cell-content {
    color: rgba(0, 0, 0, 0.87);
    border-color: transparent; }
.devlanke .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
  .devlanke .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
  .devlanke .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    background-color: rgba(0, 0, 0, 0.04); }
.devlanke .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, 0.18); }
.devlanke .mat-calendar-body-selected {
    background-color: #e92529;
    color: white; }
.devlanke .mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(233, 37, 41, 0.4); }
.devlanke .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px white; }
.devlanke .mat-datepicker-content {
    background-color: white;
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
      background-color: #ffd97d;
      color: black; }
.devlanke .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
      background-color: rgba(255, 217, 125, 0.4); }
.devlanke .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
      box-shadow: inset 0 0 0 1px black; }
.devlanke .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
      background-color: #f44336;
      color: white; }
.devlanke .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
      background-color: rgba(244, 67, 54, 0.4); }
.devlanke .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
      box-shadow: inset 0 0 0 1px white; }
.devlanke .mat-datepicker-toggle-active {
    color: #e92529; }
.devlanke .mat-datepicker-toggle-active.mat-accent {
      color: #ffd97d; }
.devlanke .mat-datepicker-toggle-active.mat-warn {
      color: #f44336; }
.devlanke .mat-dialog-container {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-divider {
    border-top-color: rgba(0, 0, 0, 0.12); }
.devlanke .mat-divider-vertical {
    border-right-color: rgba(0, 0, 0, 0.12); }
.devlanke .mat-expansion-panel {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-action-row {
    border-top-color: rgba(0, 0, 0, 0.12); }
.devlanke .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-keyboard-focused, .devlanke .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-program-focused, .devlanke .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']):hover {
    background: rgba(0, 0, 0, 0.04); }
@media (hover: none) {
    .devlanke .mat-expansion-panel:not(.mat-expanded):not([aria-disabled='true']) .mat-expansion-panel-header:hover {
      background: white; } }
.devlanke .mat-expansion-panel-header-title {
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-expansion-panel-header-description,
  .devlanke .mat-expansion-indicator::after {
    color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-expansion-panel-header[aria-disabled='true'] {
    color: rgba(0, 0, 0, 0.26); }
.devlanke .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-title,
    .devlanke .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-description {
      color: inherit; }
.devlanke .mat-form-field-label {
    color: rgba(0, 0, 0, 0.6); }
.devlanke .mat-hint {
    color: rgba(0, 0, 0, 0.6); }
.devlanke .mat-form-field.mat-focused .mat-form-field-label {
    color: #e92529; }
.devlanke .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
      color: #ffd97d; }
.devlanke .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
      color: #f44336; }
.devlanke .mat-focused .mat-form-field-required-marker {
    color: #ffd97d; }
.devlanke .mat-form-field-ripple {
    background-color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #e92529; }
.devlanke .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
      background-color: #ffd97d; }
.devlanke .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
      background-color: #f44336; }
.devlanke .mat-form-field.mat-form-field-invalid .mat-form-field-label {
    color: #f44336; }
.devlanke .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
    .devlanke .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
      color: #f44336; }
.devlanke .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
  .devlanke .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #f44336; }
.devlanke .mat-error {
    color: #f44336; }
.devlanke .mat-form-field-appearance-legacy .mat-form-field-label {
    color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-form-field-appearance-legacy .mat-hint {
    color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-form-field-appearance-legacy .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42); }
.devlanke .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    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; }
.devlanke .mat-form-field-appearance-standard .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42); }
.devlanke .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
    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; }
.devlanke .mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.04); }
.devlanke .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.02); }
.devlanke .mat-form-field-appearance-fill .mat-form-field-underline::before {
    background-color: rgba(0, 0, 0, 0.42); }
.devlanke .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
    background-color: transparent; }
.devlanke .mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(0, 0, 0, 0.12); }
.devlanke .mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #e92529; }
.devlanke .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
    color: #ffd97d; }
.devlanke .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
    color: #f44336; }
.devlanke .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #f44336; }
.devlanke .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
    color: rgba(0, 0, 0, 0.06); }
.devlanke .mat-icon.mat-primary {
    color: #e92529; }
.devlanke .mat-icon.mat-accent {
    color: #ffd97d; }
.devlanke .mat-icon.mat-warn {
    color: #f44336; }
.devlanke .mat-input-element:disabled {
    color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-input-element {
    caret-color: #e92529; }
.devlanke .mat-input-element::-moz-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.devlanke .mat-input-element::placeholder {
      color: rgba(0, 0, 0, 0.42); }
.devlanke .mat-input-element::-moz-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.devlanke .mat-input-element::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.devlanke .mat-input-element:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.devlanke .mat-accent .mat-input-element {
    caret-color: #ffd97d; }
.devlanke .mat-warn .mat-input-element,
  .devlanke .mat-form-field-invalid .mat-input-element {
    caret-color: #f44336; }
.devlanke .mat-list .mat-list-item, .devlanke .mat-nav-list .mat-list-item, .devlanke .mat-selection-list .mat-list-item {
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-list .mat-list-option, .devlanke .mat-nav-list .mat-list-option, .devlanke .mat-selection-list .mat-list-option {
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-list .mat-subheader, .devlanke .mat-nav-list .mat-subheader, .devlanke .mat-selection-list .mat-subheader {
    color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-list-item-disabled {
    background-color: #eeeeee; }
.devlanke .mat-list-option:hover, .devlanke .mat-list-option.mat-list-item-focus,
  .devlanke .mat-nav-list .mat-list-item:hover,
  .devlanke .mat-nav-list .mat-list-item.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }
.devlanke .mat-menu-panel {
    background: white; }
.devlanke .mat-menu-item {
    background: transparent;
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-menu-item[disabled], .devlanke .mat-menu-item[disabled]::after {
      color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-menu-item .mat-icon:not([color]),
  .devlanke .mat-menu-item-submenu-trigger::after {
    color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-menu-item:hover:not([disabled]),
  .devlanke .mat-menu-item.cdk-program-focused:not([disabled]),
  .devlanke .mat-menu-item.cdk-keyboard-focused:not([disabled]),
  .devlanke .mat-menu-item-highlighted:not([disabled]) {
    background: rgba(0, 0, 0, 0.04); }
.devlanke .mat-paginator {
    background: white; }
.devlanke .mat-paginator,
  .devlanke .mat-paginator-page-size .mat-select-trigger {
    color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-paginator-decrement,
  .devlanke .mat-paginator-increment {
    border-top: 2px solid rgba(0, 0, 0, 0.54);
    border-right: 2px solid rgba(0, 0, 0, 0.54); }
.devlanke .mat-paginator-first,
  .devlanke .mat-paginator-last {
    border-top: 2px solid rgba(0, 0, 0, 0.54); }
.devlanke .mat-icon-button[disabled] .mat-paginator-decrement,
  .devlanke .mat-icon-button[disabled] .mat-paginator-increment,
  .devlanke .mat-icon-button[disabled] .mat-paginator-first,
  .devlanke .mat-icon-button[disabled] .mat-paginator-last {
    border-color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-progress-bar-background {
    fill: #f8bebf; }
.devlanke .mat-progress-bar-buffer {
    background-color: #f8bebf; }
.devlanke .mat-progress-bar-fill::after {
    background-color: #e92529; }
.devlanke .mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #fff4d8; }
.devlanke .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #fff4d8; }
.devlanke .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
    background-color: #ffd97d; }
.devlanke .mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #ffcdd2; }
.devlanke .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #ffcdd2; }
.devlanke .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
    background-color: #f44336; }
.devlanke .mat-progress-spinner circle, .devlanke .mat-spinner circle {
    stroke: #e92529; }
.devlanke .mat-progress-spinner.mat-accent circle, .devlanke .mat-spinner.mat-accent circle {
    stroke: #ffd97d; }
.devlanke .mat-progress-spinner.mat-warn circle, .devlanke .mat-spinner.mat-warn circle {
    stroke: #f44336; }
.devlanke .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #e92529; }
.devlanke .mat-radio-button.mat-primary .mat-radio-inner-circle {
    background-color: #e92529; }
.devlanke .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(233, 37, 41, 0.26); }
.devlanke .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #ffd97d; }
.devlanke .mat-radio-button.mat-accent .mat-radio-inner-circle {
    background-color: #ffd97d; }
.devlanke .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.26); }
.devlanke .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #f44336; }
.devlanke .mat-radio-button.mat-warn .mat-radio-inner-circle {
    background-color: #f44336; }
.devlanke .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.26); }
.devlanke .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
  .devlanke .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
  .devlanke .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
    background-color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
    color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-select-content, .devlanke .mat-select-panel-done-animating {
    background: white; }
.devlanke .mat-select-value {
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-select-placeholder {
    color: rgba(0, 0, 0, 0.42); }
.devlanke .mat-select-disabled .mat-select-value {
    color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-select-arrow {
    color: rgba(0, 0, 0, 0.54); }
.devlanke .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
    background: rgba(0, 0, 0, 0.12); }
.devlanke .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #e92529; }
.devlanke .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #ffd97d; }
.devlanke .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
    color: #f44336; }
.devlanke .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
    color: #f44336; }
.devlanke .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-drawer-container {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-drawer {
    background-color: white;
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-drawer.mat-drawer-push {
      background-color: white; }
.devlanke .mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0, 0, 0, 0.6); }
.devlanke .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #ffd97d; }
.devlanke .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(255, 217, 125, 0.5); }
.devlanke .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.06); }
.devlanke .mat-slide-toggle .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.12); }
.devlanke .mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #e92529; }
.devlanke .mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(233, 37, 41, 0.5); }
.devlanke .mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.06); }
.devlanke .mat-slide-toggle.mat-primary .mat-ripple-element {
    background-color: rgba(233, 37, 41, 0.12); }
.devlanke .mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #f44336; }
.devlanke .mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(244, 67, 54, 0.5); }
.devlanke .mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.06); }
.devlanke .mat-slide-toggle.mat-warn .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.12); }
.devlanke .mat-disabled .mat-slide-toggle-thumb {
    background-color: #bdbdbd; }
.devlanke .mat-disabled .mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, 0.1); }
.devlanke .mat-slide-toggle-thumb {
    background-color: #fafafa; }
.devlanke .mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26); }
.devlanke .mat-primary .mat-slider-track-fill,
  .devlanke .mat-primary .mat-slider-thumb,
  .devlanke .mat-primary .mat-slider-thumb-label {
    background-color: #e92529; }
.devlanke .mat-primary .mat-slider-thumb-label-text {
    color: white; }
.devlanke .mat-accent .mat-slider-track-fill,
  .devlanke .mat-accent .mat-slider-thumb,
  .devlanke .mat-accent .mat-slider-thumb-label {
    background-color: #ffd97d; }
.devlanke .mat-accent .mat-slider-thumb-label-text {
    color: black; }
.devlanke .mat-warn .mat-slider-track-fill,
  .devlanke .mat-warn .mat-slider-thumb,
  .devlanke .mat-warn .mat-slider-thumb-label {
    background-color: #f44336; }
.devlanke .mat-warn .mat-slider-thumb-label-text {
    color: white; }
.devlanke .mat-slider-focus-ring {
    background-color: rgba(255, 217, 125, 0.2); }
.devlanke .mat-slider:hover .mat-slider-track-background,
  .devlanke .cdk-focused .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-slider-disabled .mat-slider-track-background,
  .devlanke .mat-slider-disabled .mat-slider-track-fill,
  .devlanke .mat-slider-disabled .mat-slider-thumb {
    background-color: rgba(0, 0, 0, 0.26); }
.devlanke .mat-slider-disabled:hover .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26); }
.devlanke .mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0, 0, 0, 0.12); }
.devlanke .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
  .devlanke .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
  .devlanke .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.26); }
.devlanke .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.26);
    background-color: transparent; }
.devlanke .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .devlanke .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .devlanke .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); }
.devlanke .mat-slider-has-ticks .mat-slider-wrapper::after {
    border-color: rgba(0, 0, 0, 0.7); }
.devlanke .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); }
.devlanke .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); }
.devlanke .mat-step-header.cdk-keyboard-focused, .devlanke .mat-step-header.cdk-program-focused, .devlanke .mat-step-header:hover {
    background-color: rgba(0, 0, 0, 0.04); }
.devlanke .mat-step-header .mat-step-label,
  .devlanke .mat-step-header .mat-step-optional {
    color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-step-header .mat-step-icon {
    background-color: #e92529;
    color: white; }
.devlanke .mat-step-header .mat-step-icon-not-touched {
    background-color: rgba(0, 0, 0, 0.38);
    color: white; }
.devlanke .mat-step-header .mat-step-label.mat-step-label-active {
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-stepper-horizontal, .devlanke .mat-stepper-vertical {
    background-color: white; }
.devlanke .mat-stepper-vertical-line::before {
    border-left-color: rgba(0, 0, 0, 0.12); }
.devlanke .mat-stepper-horizontal-line {
    border-top-color: rgba(0, 0, 0, 0.12); }
.devlanke .mat-sort-header-arrow {
    color: #757575; }
.devlanke .mat-tab-nav-bar,
  .devlanke .mat-tab-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.devlanke .mat-tab-group-inverted-header .mat-tab-nav-bar,
  .devlanke .mat-tab-group-inverted-header .mat-tab-header {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: none; }
.devlanke .mat-tab-label, .devlanke .mat-tab-link {
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-tab-label.mat-tab-disabled, .devlanke .mat-tab-link.mat-tab-disabled {
      color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.38); }
.devlanke .mat-tab-group[class*='mat-background-'] .mat-tab-header,
  .devlanke .mat-tab-nav-bar[class*='mat-background-'] {
    border-bottom: none;
    border-top: none; }
.devlanke .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .devlanke .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .devlanke .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .devlanke .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(248, 190, 191, 0.3); }
.devlanke .mat-tab-group.mat-primary .mat-ink-bar, .devlanke .mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #e92529; }
.devlanke .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .devlanke .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: white; }
.devlanke .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .devlanke .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .devlanke .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .devlanke .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 244, 216, 0.3); }
.devlanke .mat-tab-group.mat-accent .mat-ink-bar, .devlanke .mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #ffd97d; }
.devlanke .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .devlanke .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: black; }
.devlanke .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .devlanke .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .devlanke .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .devlanke .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 205, 210, 0.3); }
.devlanke .mat-tab-group.mat-warn .mat-ink-bar, .devlanke .mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #f44336; }
.devlanke .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .devlanke .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: white; }
.devlanke .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .devlanke .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .devlanke .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .devlanke .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(248, 190, 191, 0.3); }
.devlanke .mat-tab-group.mat-background-primary .mat-tab-header, .devlanke .mat-tab-group.mat-background-primary .mat-tab-links, .devlanke .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .devlanke .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
    background-color: #e92529; }
.devlanke .mat-tab-group.mat-background-primary .mat-tab-label, .devlanke .mat-tab-group.mat-background-primary .mat-tab-link, .devlanke .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .devlanke .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: white; }
.devlanke .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .devlanke .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .devlanke .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .devlanke .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
      color: rgba(255, 255, 255, 0.4); }
.devlanke .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .devlanke .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: white; }
.devlanke .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .devlanke .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); }
.devlanke .mat-tab-group.mat-background-primary .mat-ripple-element, .devlanke .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.12); }
.devlanke .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .devlanke .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .devlanke .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .devlanke .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 244, 216, 0.3); }
.devlanke .mat-tab-group.mat-background-accent .mat-tab-header, .devlanke .mat-tab-group.mat-background-accent .mat-tab-links, .devlanke .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .devlanke .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
    background-color: #ffd97d; }
.devlanke .mat-tab-group.mat-background-accent .mat-tab-label, .devlanke .mat-tab-group.mat-background-accent .mat-tab-link, .devlanke .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .devlanke .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: black; }
.devlanke .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .devlanke .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .devlanke .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .devlanke .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
      color: rgba(0, 0, 0, 0.4); }
.devlanke .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .devlanke .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: black; }
.devlanke .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .devlanke .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); }
.devlanke .mat-tab-group.mat-background-accent .mat-ripple-element, .devlanke .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.12); }
.devlanke .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .devlanke .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .devlanke .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .devlanke .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .devlanke .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .devlanke .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); }
.devlanke .mat-tab-group.mat-background-warn .mat-tab-header, .devlanke .mat-tab-group.mat-background-warn .mat-tab-links, .devlanke .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .devlanke .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
    background-color: #f44336; }
.devlanke .mat-tab-group.mat-background-warn .mat-tab-label, .devlanke .mat-tab-group.mat-background-warn .mat-tab-link, .devlanke .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .devlanke .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: white; }
.devlanke .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .devlanke .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .devlanke .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .devlanke .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
      color: rgba(255, 255, 255, 0.4); }
.devlanke .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .devlanke .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: white; }
.devlanke .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .devlanke .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); }
.devlanke .mat-tab-group.mat-background-warn .mat-ripple-element, .devlanke .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.12); }
.devlanke .mat-toolbar {
    background: whitesmoke;
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-toolbar.mat-primary {
      background: #e92529;
      color: white; }
.devlanke .mat-toolbar.mat-accent {
      background: #ffd97d;
      color: black; }
.devlanke .mat-toolbar.mat-warn {
      background: #f44336;
      color: white; }
.devlanke .mat-toolbar .mat-form-field-underline,
    .devlanke .mat-toolbar .mat-form-field-ripple,
    .devlanke .mat-toolbar .mat-focused .mat-form-field-ripple {
      background-color: currentColor; }
.devlanke .mat-toolbar .mat-form-field-label,
    .devlanke .mat-toolbar .mat-focused .mat-form-field-label,
    .devlanke .mat-toolbar .mat-select-value,
    .devlanke .mat-toolbar .mat-select-arrow,
    .devlanke .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
      color: inherit; }
.devlanke .mat-toolbar .mat-input-element {
      caret-color: currentColor; }
.devlanke .mat-tooltip {
    background: rgba(97, 97, 97, 0.9); }
.devlanke .mat-tree {
    background: white; }
.devlanke .mat-tree-node {
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-snack-bar-container {
    background: #323232;
    color: white; }
.devlanke .mat-simple-snackbar-action {
    color: #ffd97d; }
.devlanke .header-topnav {
    background-color: #d01519;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); }
.devlanke .mat-bg-primary,
  .devlanke .topbar,
  .devlanke .chats-wrap .conversations-hold .single-conversation.me .conversation-msg,
  .devlanke .ngx-datatable .datatable-footer .datatable-pager .pager .pages.active a,
  .devlanke .fileupload-drop-zone.dz-file-over,
  .devlanke .toolbar-avatar.online > .status-dot,
  .devlanke .cal-open-day-events,
  .devlanke div.hopscotch-bubble {
    background: #e92529 !important;
    color: #ffffff !important; }
.devlanke .mat-color-primary,
  .devlanke .list-item-active,
  .devlanke .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
  .devlanke .sidenav-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
  .devlanke .sidenav-hold .sidenav li.open > a > span {
    color: #e92529 !important; }
.devlanke .topnav ul.menu > li > div.open > a,
  .devlanke .topnav ul.menu > li > div.open > div,
  .devlanke .sidebar-panel .sidebar-list-item.open > .mat-list-item-content > .sub-menu,
  .devlanke .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
  .devlanke .list-item-active {
    border-color: #e92529 !important; }
.devlanke .sidebar-compact ul.submenu,
  .devlanke .default-bg {
    background: #ffffff !important; }
.devlanke div.hopscotch-bubble {
    border-color: #d01519; }
.devlanke div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 17px solid #d01519; }
.devlanke div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-bottom: 17px solid #e92529;
    top: -16px; }
.devlanke div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 17px solid #d01519; }
.devlanke div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-left: 17px solid #e92529;
    left: -1px; }
.devlanke div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-top: 17px solid #d01519; }
.devlanke div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-top: 17px solid #e92529;
    top: -18px; }
.devlanke div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-right: 17px solid #d01519; }
.devlanke div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    left: 1px;
    border-right: 17px solid #e92529; }
.devlanke .mat-bg-accent,
  .devlanke div.hopscotch-bubble .hopscotch-bubble-number,
  .devlanke div.hopscotch-bubble .hopscotch-nav-button.next:hover,
  .devlanke div.hopscotch-bubble .hopscotch-nav-button.next {
    background-color: #ffd97d;
    color: black; }
.devlanke .mat-bg-warn {
    background-color: #f44336;
    color: white; }
.devlanke .mat-color-accent {
    color: #ffd97d; }
.devlanke .mat-color-warn {
    color: #f44336; }
.devlanke .mat-color-default {
    color: rgba(0, 0, 0, 0.87); }
.devlanke .mat-card {
    border-top: solid 5px #d01519; }
.devlanke .top-stats mat-card:hover {
    background: #f8bebf;
    cursor: pointer; }
.devlanke .ngx-datatable a, .devlanke .mat-table a {
    color: #d01519; }
.devlanke .drop-container {
    border: dashed 2px #e92529; }
.devlanke b.current-lease-terms {
    color: #e92529; }
.devlanke .mat-tooltip {
    background-color: #d01519; }
.devlanke .pay-bill__delete {
    color: #d01519; }
.devlanke .drop-container {
    border: dashed 2px #e92529; }
.devlanke .drop-container.is-drop-over {
    border-color: #d01519; }
.devlanke .uploaded-file {
    color: #d01519; }
.devlanke .unit-summary.mat-card {
    border: solid 1px #d01519;
    background: #f8bebf; }
.devlanke .item span.item-name.work-order-title {
    color: #d01519; }
.devlanke .item .form__label span.item-name {
    color: #d01519; }
.intercityke {
  /* Hopscotch Tour */
  /* up arrow  */
  /* right arrow */
  /* bottom arrow */
  /* Left Arrow */ }
.intercityke .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }
.intercityke .mat-option {
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-option:hover:not(.mat-option-disabled), .intercityke .mat-option:focus:not(.mat-option-disabled) {
      background: rgba(0, 0, 0, 0.04); }
.intercityke .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
      background: rgba(0, 0, 0, 0.04); }
.intercityke .mat-option.mat-active {
      background: rgba(0, 0, 0, 0.04);
      color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-option.mat-option-disabled {
      color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #96c228; }
.intercityke .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #ffd97d; }
.intercityke .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #f44336; }
.intercityke .mat-optgroup-label {
    color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-optgroup-disabled .mat-optgroup-label {
    color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-pseudo-checkbox {
    color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-pseudo-checkbox::after {
      color: #fafafa; }
.intercityke .mat-pseudo-checkbox-checked,
  .intercityke .mat-pseudo-checkbox-indeterminate,
  .intercityke .mat-accent .mat-pseudo-checkbox-checked,
  .intercityke .mat-accent .mat-pseudo-checkbox-indeterminate {
    background: #ffd97d; }
.intercityke .mat-primary .mat-pseudo-checkbox-checked,
  .intercityke .mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #96c228; }
.intercityke .mat-warn .mat-pseudo-checkbox-checked,
  .intercityke .mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #f44336; }
.intercityke .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
  .intercityke .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
    background: #b0b0b0; }
.intercityke .mat-app-background, .intercityke.mat-app-background {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87); }
.mat-theme-loaded-marker {
    display: none; }
.intercityke .mat-autocomplete-panel {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
      background: white; }
.intercityke .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
        color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-badge-content {
    color: black;
    background: #96c228; }
.intercityke .mat-badge-accent .mat-badge-content {
    background: #ffd97d;
    color: black; }
.intercityke .mat-badge-warn .mat-badge-content {
    color: white;
    background: #f44336; }
.intercityke .mat-badge {
    position: relative; }
.intercityke .mat-badge-hidden .mat-badge-content {
    display: none; }
.intercityke .mat-badge-content {
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: transform 200ms ease-in-out;
    transform: scale(0.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none; }
.intercityke .mat-badge-content.mat-badge-active {
    transform: none; }
.intercityke .mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px; }
@media screen and (-ms-high-contrast: active) {
      .intercityke .mat-badge-small .mat-badge-content {
        outline: solid 1px;
        border-radius: 0; } }
.intercityke .mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px; }
.intercityke .mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px; }
.intercityke .mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px; }
[dir='rtl'] .intercityke .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px; }
.intercityke .mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px; }
[dir='rtl'] .intercityke .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px; }
.intercityke .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px; }
[dir='rtl'] .intercityke .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px; }
.intercityke .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px; }
[dir='rtl'] .intercityke .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px; }
.intercityke .mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px; }
@media screen and (-ms-high-contrast: active) {
      .intercityke .mat-badge-medium .mat-badge-content {
        outline: solid 1px;
        border-radius: 0; } }
.intercityke .mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px; }
.intercityke .mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px; }
.intercityke .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px; }
[dir='rtl'] .intercityke .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px; }
.intercityke .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px; }
[dir='rtl'] .intercityke .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px; }
.intercityke .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px; }
[dir='rtl'] .intercityke .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px; }
.intercityke .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px; }
[dir='rtl'] .intercityke .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px; }
.intercityke .mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px; }
@media screen and (-ms-high-contrast: active) {
      .intercityke .mat-badge-large .mat-badge-content {
        outline: solid 1px;
        border-radius: 0; } }
.intercityke .mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px; }
.intercityke .mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px; }
.intercityke .mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px; }
[dir='rtl'] .intercityke .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px; }
.intercityke .mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px; }
[dir='rtl'] .intercityke .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px; }
.intercityke .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px; }
[dir='rtl'] .intercityke .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px; }
.intercityke .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px; }
[dir='rtl'] .intercityke .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px; }
.intercityke .mat-bottom-sheet-container {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-button, .intercityke .mat-icon-button, .intercityke .mat-stroked-button {
    color: inherit;
    background: transparent; }
.intercityke .mat-button.mat-primary, .intercityke .mat-icon-button.mat-primary, .intercityke .mat-stroked-button.mat-primary {
      color: #96c228; }
.intercityke .mat-button.mat-accent, .intercityke .mat-icon-button.mat-accent, .intercityke .mat-stroked-button.mat-accent {
      color: #ffd97d; }
.intercityke .mat-button.mat-warn, .intercityke .mat-icon-button.mat-warn, .intercityke .mat-stroked-button.mat-warn {
      color: #f44336; }
.intercityke .mat-button.mat-primary[disabled], .intercityke .mat-button.mat-accent[disabled], .intercityke .mat-button.mat-warn[disabled], .intercityke .mat-button[disabled][disabled], .intercityke .mat-icon-button.mat-primary[disabled], .intercityke .mat-icon-button.mat-accent[disabled], .intercityke .mat-icon-button.mat-warn[disabled], .intercityke .mat-icon-button[disabled][disabled], .intercityke .mat-stroked-button.mat-primary[disabled], .intercityke .mat-stroked-button.mat-accent[disabled], .intercityke .mat-stroked-button.mat-warn[disabled], .intercityke .mat-stroked-button[disabled][disabled] {
      color: rgba(0, 0, 0, 0.26); }
.intercityke .mat-button.mat-primary .mat-button-focus-overlay, .intercityke .mat-icon-button.mat-primary .mat-button-focus-overlay, .intercityke .mat-stroked-button.mat-primary .mat-button-focus-overlay {
      background-color: rgba(150, 194, 40, 0.12); }
.intercityke .mat-button.mat-accent .mat-button-focus-overlay, .intercityke .mat-icon-button.mat-accent .mat-button-focus-overlay, .intercityke .mat-stroked-button.mat-accent .mat-button-focus-overlay {
      background-color: rgba(255, 217, 125, 0.12); }
.intercityke .mat-button.mat-warn .mat-button-focus-overlay, .intercityke .mat-icon-button.mat-warn .mat-button-focus-overlay, .intercityke .mat-stroked-button.mat-warn .mat-button-focus-overlay {
      background-color: rgba(244, 67, 54, 0.12); }
.intercityke .mat-button[disabled] .mat-button-focus-overlay, .intercityke .mat-icon-button[disabled] .mat-button-focus-overlay, .intercityke .mat-stroked-button[disabled] .mat-button-focus-overlay {
      background-color: transparent; }
.intercityke .mat-button.mat-primary .mat-ripple-element, .intercityke .mat-icon-button.mat-primary .mat-ripple-element, .intercityke .mat-stroked-button.mat-primary .mat-ripple-element {
      background-color: rgba(150, 194, 40, 0.1); }
.intercityke .mat-button.mat-accent .mat-ripple-element, .intercityke .mat-icon-button.mat-accent .mat-ripple-element, .intercityke .mat-stroked-button.mat-accent .mat-ripple-element {
      background-color: rgba(255, 217, 125, 0.1); }
.intercityke .mat-button.mat-warn .mat-ripple-element, .intercityke .mat-icon-button.mat-warn .mat-ripple-element, .intercityke .mat-stroked-button.mat-warn .mat-ripple-element {
      background-color: rgba(244, 67, 54, 0.1); }
.intercityke .mat-flat-button, .intercityke .mat-raised-button, .intercityke .mat-fab, .intercityke .mat-mini-fab {
    color: rgba(0, 0, 0, 0.87);
    background-color: white; }
.intercityke .mat-flat-button.mat-primary, .intercityke .mat-raised-button.mat-primary, .intercityke .mat-fab.mat-primary, .intercityke .mat-mini-fab.mat-primary {
      color: black; }
.intercityke .mat-flat-button.mat-accent, .intercityke .mat-raised-button.mat-accent, .intercityke .mat-fab.mat-accent, .intercityke .mat-mini-fab.mat-accent {
      color: black; }
.intercityke .mat-flat-button.mat-warn, .intercityke .mat-raised-button.mat-warn, .intercityke .mat-fab.mat-warn, .intercityke .mat-mini-fab.mat-warn {
      color: white; }
.intercityke .mat-flat-button.mat-primary[disabled], .intercityke .mat-flat-button.mat-accent[disabled], .intercityke .mat-flat-button.mat-warn[disabled], .intercityke .mat-flat-button[disabled][disabled], .intercityke .mat-raised-button.mat-primary[disabled], .intercityke .mat-raised-button.mat-accent[disabled], .intercityke .mat-raised-button.mat-warn[disabled], .intercityke .mat-raised-button[disabled][disabled], .intercityke .mat-fab.mat-primary[disabled], .intercityke .mat-fab.mat-accent[disabled], .intercityke .mat-fab.mat-warn[disabled], .intercityke .mat-fab[disabled][disabled], .intercityke .mat-mini-fab.mat-primary[disabled], .intercityke .mat-mini-fab.mat-accent[disabled], .intercityke .mat-mini-fab.mat-warn[disabled], .intercityke .mat-mini-fab[disabled][disabled] {
      color: rgba(0, 0, 0, 0.26); }
.intercityke .mat-flat-button.mat-primary, .intercityke .mat-raised-button.mat-primary, .intercityke .mat-fab.mat-primary, .intercityke .mat-mini-fab.mat-primary {
      background-color: #96c228; }
.intercityke .mat-flat-button.mat-accent, .intercityke .mat-raised-button.mat-accent, .intercityke .mat-fab.mat-accent, .intercityke .mat-mini-fab.mat-accent {
      background-color: #ffd97d; }
.intercityke .mat-flat-button.mat-warn, .intercityke .mat-raised-button.mat-warn, .intercityke .mat-fab.mat-warn, .intercityke .mat-mini-fab.mat-warn {
      background-color: #f44336; }
.intercityke .mat-flat-button.mat-primary[disabled], .intercityke .mat-flat-button.mat-accent[disabled], .intercityke .mat-flat-button.mat-warn[disabled], .intercityke .mat-flat-button[disabled][disabled], .intercityke .mat-raised-button.mat-primary[disabled], .intercityke .mat-raised-button.mat-accent[disabled], .intercityke .mat-raised-button.mat-warn[disabled], .intercityke .mat-raised-button[disabled][disabled], .intercityke .mat-fab.mat-primary[disabled], .intercityke .mat-fab.mat-accent[disabled], .intercityke .mat-fab.mat-warn[disabled], .intercityke .mat-fab[disabled][disabled], .intercityke .mat-mini-fab.mat-primary[disabled], .intercityke .mat-mini-fab.mat-accent[disabled], .intercityke .mat-mini-fab.mat-warn[disabled], .intercityke .mat-mini-fab[disabled][disabled] {
      background-color: rgba(0, 0, 0, 0.12); }
.intercityke .mat-flat-button.mat-primary .mat-ripple-element, .intercityke .mat-raised-button.mat-primary .mat-ripple-element, .intercityke .mat-fab.mat-primary .mat-ripple-element, .intercityke .mat-mini-fab.mat-primary .mat-ripple-element {
      background-color: rgba(0, 0, 0, 0.1); }
.intercityke .mat-flat-button.mat-accent .mat-ripple-element, .intercityke .mat-raised-button.mat-accent .mat-ripple-element, .intercityke .mat-fab.mat-accent .mat-ripple-element, .intercityke .mat-mini-fab.mat-accent .mat-ripple-element {
      background-color: rgba(0, 0, 0, 0.1); }
.intercityke .mat-flat-button.mat-warn .mat-ripple-element, .intercityke .mat-raised-button.mat-warn .mat-ripple-element, .intercityke .mat-fab.mat-warn .mat-ripple-element, .intercityke .mat-mini-fab.mat-warn .mat-ripple-element {
      background-color: rgba(255, 255, 255, 0.1); }
.intercityke .mat-icon-button.mat-primary .mat-ripple-element {
    background-color: rgba(150, 194, 40, 0.2); }
.intercityke .mat-icon-button.mat-accent .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.2); }
.intercityke .mat-icon-button.mat-warn .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.2); }
.intercityke .mat-button-toggle {
    color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-button-toggle .mat-button-toggle-focus-overlay {
      background-color: rgba(0, 0, 0, 0.12); }
.intercityke .mat-button-toggle-checked {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-button-toggle-disabled {
    background-color: #eeeeee;
    color: rgba(0, 0, 0, 0.26); }
.intercityke .mat-button-toggle-disabled.mat-button-toggle-checked {
      background-color: #bdbdbd; }
.intercityke .mat-card {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-card-subtitle {
    color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-checkbox-frame {
    border-color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-checkbox-checkmark {
    fill: #fafafa; }
.intercityke .mat-checkbox-checkmark-path {
    stroke: #fafafa !important; }
@media screen and (-ms-high-contrast: black-on-white) {
      .intercityke .mat-checkbox-checkmark-path {
        stroke: #000 !important; } }
.intercityke .mat-checkbox-mixedmark {
    background-color: #fafafa; }
.intercityke .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .intercityke .mat-checkbox-checked.mat-primary .mat-checkbox-background {
    background-color: #96c228; }
.intercityke .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .intercityke .mat-checkbox-checked.mat-accent .mat-checkbox-background {
    background-color: #ffd97d; }
.intercityke .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .intercityke .mat-checkbox-checked.mat-warn .mat-checkbox-background {
    background-color: #f44336; }
.intercityke .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .intercityke .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
    background-color: #b0b0b0; }
.intercityke .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0; }
.intercityke .mat-checkbox-disabled .mat-checkbox-label {
    color: #b0b0b0; }
@media screen and (-ms-high-contrast: active) {
    .intercityke .mat-checkbox-disabled {
      opacity: 0.5; } }
@media screen and (-ms-high-contrast: active) {
    .intercityke .mat-checkbox-background {
      background: none; } }
.intercityke .mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(150, 194, 40, 0.26); }
.intercityke .mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.26); }
.intercityke .mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.26); }
.intercityke .mat-chip.mat-standard-chip {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-chip.mat-standard-chip .mat-chip-remove {
      color: rgba(0, 0, 0, 0.87);
      opacity: 0.4; }
.intercityke .mat-chip.mat-standard-chip .mat-chip-remove:hover {
      opacity: 0.54; }
.intercityke .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
    background-color: #96c228;
    color: black; }
.intercityke .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
      color: black;
      opacity: 0.4; }
.intercityke .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover {
      opacity: 0.54; }
.intercityke .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
    background-color: #f44336;
    color: white; }
.intercityke .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
      color: white;
      opacity: 0.4; }
.intercityke .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover {
      opacity: 0.54; }
.intercityke .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
    background-color: #ffd97d;
    color: black; }
.intercityke .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
      color: black;
      opacity: 0.4; }
.intercityke .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover {
      opacity: 0.54; }
.intercityke .mat-table {
    background: white; }
.intercityke .mat-table thead, .intercityke .mat-table tbody, .intercityke .mat-table tfoot,
  .intercityke mat-header-row, .intercityke mat-row, .intercityke mat-footer-row,
  .intercityke [mat-header-row], .intercityke [mat-row], .intercityke [mat-footer-row],
  .intercityke .mat-table-sticky {
    background: inherit; }
.intercityke mat-row, .intercityke mat-header-row, .intercityke mat-footer-row,
  .intercityke th.mat-header-cell, .intercityke td.mat-cell, .intercityke td.mat-footer-cell {
    border-bottom-color: rgba(0, 0, 0, 0.12); }
.intercityke .mat-header-cell {
    color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-cell, .intercityke .mat-footer-cell {
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-calendar-arrow {
    border-top-color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-datepicker-toggle,
  .intercityke .mat-datepicker-content .mat-calendar-next-button,
  .intercityke .mat-datepicker-content .mat-calendar-previous-button {
    color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-calendar-table-header {
    color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-calendar-table-header-divider::after {
    background: rgba(0, 0, 0, 0.12); }
.intercityke .mat-calendar-body-label {
    color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-calendar-body-cell-content {
    color: rgba(0, 0, 0, 0.87);
    border-color: transparent; }
.intercityke .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
  .intercityke .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
  .intercityke .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    background-color: rgba(0, 0, 0, 0.04); }
.intercityke .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, 0.18); }
.intercityke .mat-calendar-body-selected {
    background-color: #96c228;
    color: black; }
.intercityke .mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(150, 194, 40, 0.4); }
.intercityke .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px black; }
.intercityke .mat-datepicker-content {
    background-color: white;
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
      background-color: #ffd97d;
      color: black; }
.intercityke .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
      background-color: rgba(255, 217, 125, 0.4); }
.intercityke .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
      box-shadow: inset 0 0 0 1px black; }
.intercityke .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
      background-color: #f44336;
      color: white; }
.intercityke .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
      background-color: rgba(244, 67, 54, 0.4); }
.intercityke .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
      box-shadow: inset 0 0 0 1px white; }
.intercityke .mat-datepicker-toggle-active {
    color: #96c228; }
.intercityke .mat-datepicker-toggle-active.mat-accent {
      color: #ffd97d; }
.intercityke .mat-datepicker-toggle-active.mat-warn {
      color: #f44336; }
.intercityke .mat-dialog-container {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-divider {
    border-top-color: rgba(0, 0, 0, 0.12); }
.intercityke .mat-divider-vertical {
    border-right-color: rgba(0, 0, 0, 0.12); }
.intercityke .mat-expansion-panel {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-action-row {
    border-top-color: rgba(0, 0, 0, 0.12); }
.intercityke .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-keyboard-focused, .intercityke .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-program-focused, .intercityke .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']):hover {
    background: rgba(0, 0, 0, 0.04); }
@media (hover: none) {
    .intercityke .mat-expansion-panel:not(.mat-expanded):not([aria-disabled='true']) .mat-expansion-panel-header:hover {
      background: white; } }
.intercityke .mat-expansion-panel-header-title {
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-expansion-panel-header-description,
  .intercityke .mat-expansion-indicator::after {
    color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-expansion-panel-header[aria-disabled='true'] {
    color: rgba(0, 0, 0, 0.26); }
.intercityke .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-title,
    .intercityke .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-description {
      color: inherit; }
.intercityke .mat-form-field-label {
    color: rgba(0, 0, 0, 0.6); }
.intercityke .mat-hint {
    color: rgba(0, 0, 0, 0.6); }
.intercityke .mat-form-field.mat-focused .mat-form-field-label {
    color: #96c228; }
.intercityke .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
      color: #ffd97d; }
.intercityke .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
      color: #f44336; }
.intercityke .mat-focused .mat-form-field-required-marker {
    color: #ffd97d; }
.intercityke .mat-form-field-ripple {
    background-color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #96c228; }
.intercityke .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
      background-color: #ffd97d; }
.intercityke .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
      background-color: #f44336; }
.intercityke .mat-form-field.mat-form-field-invalid .mat-form-field-label {
    color: #f44336; }
.intercityke .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
    .intercityke .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
      color: #f44336; }
.intercityke .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
  .intercityke .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #f44336; }
.intercityke .mat-error {
    color: #f44336; }
.intercityke .mat-form-field-appearance-legacy .mat-form-field-label {
    color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-form-field-appearance-legacy .mat-hint {
    color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-form-field-appearance-legacy .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42); }
.intercityke .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    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; }
.intercityke .mat-form-field-appearance-standard .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42); }
.intercityke .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
    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; }
.intercityke .mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.04); }
.intercityke .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.02); }
.intercityke .mat-form-field-appearance-fill .mat-form-field-underline::before {
    background-color: rgba(0, 0, 0, 0.42); }
.intercityke .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
    background-color: transparent; }
.intercityke .mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(0, 0, 0, 0.12); }
.intercityke .mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #96c228; }
.intercityke .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
    color: #ffd97d; }
.intercityke .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
    color: #f44336; }
.intercityke .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #f44336; }
.intercityke .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
    color: rgba(0, 0, 0, 0.06); }
.intercityke .mat-icon.mat-primary {
    color: #96c228; }
.intercityke .mat-icon.mat-accent {
    color: #ffd97d; }
.intercityke .mat-icon.mat-warn {
    color: #f44336; }
.intercityke .mat-input-element:disabled {
    color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-input-element {
    caret-color: #96c228; }
.intercityke .mat-input-element::-moz-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.intercityke .mat-input-element::placeholder {
      color: rgba(0, 0, 0, 0.42); }
.intercityke .mat-input-element::-moz-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.intercityke .mat-input-element::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.intercityke .mat-input-element:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.intercityke .mat-accent .mat-input-element {
    caret-color: #ffd97d; }
.intercityke .mat-warn .mat-input-element,
  .intercityke .mat-form-field-invalid .mat-input-element {
    caret-color: #f44336; }
.intercityke .mat-list .mat-list-item, .intercityke .mat-nav-list .mat-list-item, .intercityke .mat-selection-list .mat-list-item {
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-list .mat-list-option, .intercityke .mat-nav-list .mat-list-option, .intercityke .mat-selection-list .mat-list-option {
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-list .mat-subheader, .intercityke .mat-nav-list .mat-subheader, .intercityke .mat-selection-list .mat-subheader {
    color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-list-item-disabled {
    background-color: #eeeeee; }
.intercityke .mat-list-option:hover, .intercityke .mat-list-option.mat-list-item-focus,
  .intercityke .mat-nav-list .mat-list-item:hover,
  .intercityke .mat-nav-list .mat-list-item.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }
.intercityke .mat-menu-panel {
    background: white; }
.intercityke .mat-menu-item {
    background: transparent;
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-menu-item[disabled], .intercityke .mat-menu-item[disabled]::after {
      color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-menu-item .mat-icon:not([color]),
  .intercityke .mat-menu-item-submenu-trigger::after {
    color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-menu-item:hover:not([disabled]),
  .intercityke .mat-menu-item.cdk-program-focused:not([disabled]),
  .intercityke .mat-menu-item.cdk-keyboard-focused:not([disabled]),
  .intercityke .mat-menu-item-highlighted:not([disabled]) {
    background: rgba(0, 0, 0, 0.04); }
.intercityke .mat-paginator {
    background: white; }
.intercityke .mat-paginator,
  .intercityke .mat-paginator-page-size .mat-select-trigger {
    color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-paginator-decrement,
  .intercityke .mat-paginator-increment {
    border-top: 2px solid rgba(0, 0, 0, 0.54);
    border-right: 2px solid rgba(0, 0, 0, 0.54); }
.intercityke .mat-paginator-first,
  .intercityke .mat-paginator-last {
    border-top: 2px solid rgba(0, 0, 0, 0.54); }
.intercityke .mat-icon-button[disabled] .mat-paginator-decrement,
  .intercityke .mat-icon-button[disabled] .mat-paginator-increment,
  .intercityke .mat-icon-button[disabled] .mat-paginator-first,
  .intercityke .mat-icon-button[disabled] .mat-paginator-last {
    border-color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-progress-bar-background {
    fill: #e0edbf; }
.intercityke .mat-progress-bar-buffer {
    background-color: #e0edbf; }
.intercityke .mat-progress-bar-fill::after {
    background-color: #96c228; }
.intercityke .mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #fff4d8; }
.intercityke .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #fff4d8; }
.intercityke .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
    background-color: #ffd97d; }
.intercityke .mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #ffcdd2; }
.intercityke .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #ffcdd2; }
.intercityke .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
    background-color: #f44336; }
.intercityke .mat-progress-spinner circle, .intercityke .mat-spinner circle {
    stroke: #96c228; }
.intercityke .mat-progress-spinner.mat-accent circle, .intercityke .mat-spinner.mat-accent circle {
    stroke: #ffd97d; }
.intercityke .mat-progress-spinner.mat-warn circle, .intercityke .mat-spinner.mat-warn circle {
    stroke: #f44336; }
.intercityke .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #96c228; }
.intercityke .mat-radio-button.mat-primary .mat-radio-inner-circle {
    background-color: #96c228; }
.intercityke .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(150, 194, 40, 0.26); }
.intercityke .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #ffd97d; }
.intercityke .mat-radio-button.mat-accent .mat-radio-inner-circle {
    background-color: #ffd97d; }
.intercityke .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.26); }
.intercityke .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #f44336; }
.intercityke .mat-radio-button.mat-warn .mat-radio-inner-circle {
    background-color: #f44336; }
.intercityke .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.26); }
.intercityke .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
  .intercityke .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
  .intercityke .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
    background-color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
    color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-select-content, .intercityke .mat-select-panel-done-animating {
    background: white; }
.intercityke .mat-select-value {
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-select-placeholder {
    color: rgba(0, 0, 0, 0.42); }
.intercityke .mat-select-disabled .mat-select-value {
    color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-select-arrow {
    color: rgba(0, 0, 0, 0.54); }
.intercityke .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
    background: rgba(0, 0, 0, 0.12); }
.intercityke .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #96c228; }
.intercityke .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #ffd97d; }
.intercityke .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
    color: #f44336; }
.intercityke .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
    color: #f44336; }
.intercityke .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-drawer-container {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-drawer {
    background-color: white;
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-drawer.mat-drawer-push {
      background-color: white; }
.intercityke .mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0, 0, 0, 0.6); }
.intercityke .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #ffd97d; }
.intercityke .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(255, 217, 125, 0.5); }
.intercityke .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.06); }
.intercityke .mat-slide-toggle .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.12); }
.intercityke .mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #96c228; }
.intercityke .mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(150, 194, 40, 0.5); }
.intercityke .mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.06); }
.intercityke .mat-slide-toggle.mat-primary .mat-ripple-element {
    background-color: rgba(150, 194, 40, 0.12); }
.intercityke .mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #f44336; }
.intercityke .mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(244, 67, 54, 0.5); }
.intercityke .mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.06); }
.intercityke .mat-slide-toggle.mat-warn .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.12); }
.intercityke .mat-disabled .mat-slide-toggle-thumb {
    background-color: #bdbdbd; }
.intercityke .mat-disabled .mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, 0.1); }
.intercityke .mat-slide-toggle-thumb {
    background-color: #fafafa; }
.intercityke .mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26); }
.intercityke .mat-primary .mat-slider-track-fill,
  .intercityke .mat-primary .mat-slider-thumb,
  .intercityke .mat-primary .mat-slider-thumb-label {
    background-color: #96c228; }
.intercityke .mat-primary .mat-slider-thumb-label-text {
    color: black; }
.intercityke .mat-accent .mat-slider-track-fill,
  .intercityke .mat-accent .mat-slider-thumb,
  .intercityke .mat-accent .mat-slider-thumb-label {
    background-color: #ffd97d; }
.intercityke .mat-accent .mat-slider-thumb-label-text {
    color: black; }
.intercityke .mat-warn .mat-slider-track-fill,
  .intercityke .mat-warn .mat-slider-thumb,
  .intercityke .mat-warn .mat-slider-thumb-label {
    background-color: #f44336; }
.intercityke .mat-warn .mat-slider-thumb-label-text {
    color: white; }
.intercityke .mat-slider-focus-ring {
    background-color: rgba(255, 217, 125, 0.2); }
.intercityke .mat-slider:hover .mat-slider-track-background,
  .intercityke .cdk-focused .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-slider-disabled .mat-slider-track-background,
  .intercityke .mat-slider-disabled .mat-slider-track-fill,
  .intercityke .mat-slider-disabled .mat-slider-thumb {
    background-color: rgba(0, 0, 0, 0.26); }
.intercityke .mat-slider-disabled:hover .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26); }
.intercityke .mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0, 0, 0, 0.12); }
.intercityke .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
  .intercityke .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
  .intercityke .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.26); }
.intercityke .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.26);
    background-color: transparent; }
.intercityke .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .intercityke .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .intercityke .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); }
.intercityke .mat-slider-has-ticks .mat-slider-wrapper::after {
    border-color: rgba(0, 0, 0, 0.7); }
.intercityke .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); }
.intercityke .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); }
.intercityke .mat-step-header.cdk-keyboard-focused, .intercityke .mat-step-header.cdk-program-focused, .intercityke .mat-step-header:hover {
    background-color: rgba(0, 0, 0, 0.04); }
.intercityke .mat-step-header .mat-step-label,
  .intercityke .mat-step-header .mat-step-optional {
    color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-step-header .mat-step-icon {
    background-color: #96c228;
    color: black; }
.intercityke .mat-step-header .mat-step-icon-not-touched {
    background-color: rgba(0, 0, 0, 0.38);
    color: black; }
.intercityke .mat-step-header .mat-step-label.mat-step-label-active {
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-stepper-horizontal, .intercityke .mat-stepper-vertical {
    background-color: white; }
.intercityke .mat-stepper-vertical-line::before {
    border-left-color: rgba(0, 0, 0, 0.12); }
.intercityke .mat-stepper-horizontal-line {
    border-top-color: rgba(0, 0, 0, 0.12); }
.intercityke .mat-sort-header-arrow {
    color: #757575; }
.intercityke .mat-tab-nav-bar,
  .intercityke .mat-tab-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.intercityke .mat-tab-group-inverted-header .mat-tab-nav-bar,
  .intercityke .mat-tab-group-inverted-header .mat-tab-header {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: none; }
.intercityke .mat-tab-label, .intercityke .mat-tab-link {
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-tab-label.mat-tab-disabled, .intercityke .mat-tab-link.mat-tab-disabled {
      color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.38); }
.intercityke .mat-tab-group[class*='mat-background-'] .mat-tab-header,
  .intercityke .mat-tab-nav-bar[class*='mat-background-'] {
    border-bottom: none;
    border-top: none; }
.intercityke .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .intercityke .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .intercityke .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .intercityke .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(224, 237, 191, 0.3); }
.intercityke .mat-tab-group.mat-primary .mat-ink-bar, .intercityke .mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #96c228; }
.intercityke .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .intercityke .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: black; }
.intercityke .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .intercityke .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .intercityke .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .intercityke .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 244, 216, 0.3); }
.intercityke .mat-tab-group.mat-accent .mat-ink-bar, .intercityke .mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #ffd97d; }
.intercityke .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .intercityke .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: black; }
.intercityke .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .intercityke .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .intercityke .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .intercityke .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 205, 210, 0.3); }
.intercityke .mat-tab-group.mat-warn .mat-ink-bar, .intercityke .mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #f44336; }
.intercityke .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .intercityke .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: white; }
.intercityke .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .intercityke .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .intercityke .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .intercityke .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(224, 237, 191, 0.3); }
.intercityke .mat-tab-group.mat-background-primary .mat-tab-header, .intercityke .mat-tab-group.mat-background-primary .mat-tab-links, .intercityke .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .intercityke .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
    background-color: #96c228; }
.intercityke .mat-tab-group.mat-background-primary .mat-tab-label, .intercityke .mat-tab-group.mat-background-primary .mat-tab-link, .intercityke .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .intercityke .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: black; }
.intercityke .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .intercityke .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .intercityke .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .intercityke .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
      color: rgba(0, 0, 0, 0.4); }
.intercityke .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .intercityke .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: black; }
.intercityke .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .intercityke .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.4); }
.intercityke .mat-tab-group.mat-background-primary .mat-ripple-element, .intercityke .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.12); }
.intercityke .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .intercityke .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .intercityke .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .intercityke .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 244, 216, 0.3); }
.intercityke .mat-tab-group.mat-background-accent .mat-tab-header, .intercityke .mat-tab-group.mat-background-accent .mat-tab-links, .intercityke .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .intercityke .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
    background-color: #ffd97d; }
.intercityke .mat-tab-group.mat-background-accent .mat-tab-label, .intercityke .mat-tab-group.mat-background-accent .mat-tab-link, .intercityke .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .intercityke .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: black; }
.intercityke .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .intercityke .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .intercityke .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .intercityke .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
      color: rgba(0, 0, 0, 0.4); }
.intercityke .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .intercityke .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: black; }
.intercityke .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .intercityke .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); }
.intercityke .mat-tab-group.mat-background-accent .mat-ripple-element, .intercityke .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.12); }
.intercityke .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .intercityke .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .intercityke .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .intercityke .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .intercityke .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .intercityke .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); }
.intercityke .mat-tab-group.mat-background-warn .mat-tab-header, .intercityke .mat-tab-group.mat-background-warn .mat-tab-links, .intercityke .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .intercityke .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
    background-color: #f44336; }
.intercityke .mat-tab-group.mat-background-warn .mat-tab-label, .intercityke .mat-tab-group.mat-background-warn .mat-tab-link, .intercityke .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .intercityke .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: white; }
.intercityke .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .intercityke .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .intercityke .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .intercityke .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
      color: rgba(255, 255, 255, 0.4); }
.intercityke .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .intercityke .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: white; }
.intercityke .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .intercityke .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); }
.intercityke .mat-tab-group.mat-background-warn .mat-ripple-element, .intercityke .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.12); }
.intercityke .mat-toolbar {
    background: whitesmoke;
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-toolbar.mat-primary {
      background: #96c228;
      color: black; }
.intercityke .mat-toolbar.mat-accent {
      background: #ffd97d;
      color: black; }
.intercityke .mat-toolbar.mat-warn {
      background: #f44336;
      color: white; }
.intercityke .mat-toolbar .mat-form-field-underline,
    .intercityke .mat-toolbar .mat-form-field-ripple,
    .intercityke .mat-toolbar .mat-focused .mat-form-field-ripple {
      background-color: currentColor; }
.intercityke .mat-toolbar .mat-form-field-label,
    .intercityke .mat-toolbar .mat-focused .mat-form-field-label,
    .intercityke .mat-toolbar .mat-select-value,
    .intercityke .mat-toolbar .mat-select-arrow,
    .intercityke .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
      color: inherit; }
.intercityke .mat-toolbar .mat-input-element {
      caret-color: currentColor; }
.intercityke .mat-tooltip {
    background: rgba(97, 97, 97, 0.9); }
.intercityke .mat-tree {
    background: white; }
.intercityke .mat-tree-node {
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-snack-bar-container {
    background: #323232;
    color: white; }
.intercityke .mat-simple-snackbar-action {
    color: #ffd97d; }
.intercityke .header-topnav {
    background-color: #7ca021;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); }
.intercityke .mat-bg-primary,
  .intercityke .topbar,
  .intercityke .chats-wrap .conversations-hold .single-conversation.me .conversation-msg,
  .intercityke .ngx-datatable .datatable-footer .datatable-pager .pager .pages.active a,
  .intercityke .fileupload-drop-zone.dz-file-over,
  .intercityke .toolbar-avatar.online > .status-dot,
  .intercityke .cal-open-day-events,
  .intercityke div.hopscotch-bubble {
    background: #96c228 !important;
    color: #ffffff !important; }
.intercityke .mat-color-primary,
  .intercityke .list-item-active,
  .intercityke .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
  .intercityke .sidenav-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
  .intercityke .sidenav-hold .sidenav li.open > a > span {
    color: #96c228 !important; }
.intercityke .topnav ul.menu > li > div.open > a,
  .intercityke .topnav ul.menu > li > div.open > div,
  .intercityke .sidebar-panel .sidebar-list-item.open > .mat-list-item-content > .sub-menu,
  .intercityke .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
  .intercityke .list-item-active {
    border-color: #96c228 !important; }
.intercityke .sidebar-compact ul.submenu,
  .intercityke .default-bg {
    background: #ffffff !important; }
.intercityke div.hopscotch-bubble {
    border-color: #7ca021; }
.intercityke div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 17px solid #7ca021; }
.intercityke div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-bottom: 17px solid #96c228;
    top: -16px; }
.intercityke div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 17px solid #7ca021; }
.intercityke div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-left: 17px solid #96c228;
    left: -1px; }
.intercityke div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-top: 17px solid #7ca021; }
.intercityke div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-top: 17px solid #96c228;
    top: -18px; }
.intercityke div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-right: 17px solid #7ca021; }
.intercityke div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    left: 1px;
    border-right: 17px solid #96c228; }
.intercityke .mat-bg-accent,
  .intercityke div.hopscotch-bubble .hopscotch-bubble-number,
  .intercityke div.hopscotch-bubble .hopscotch-nav-button.next:hover,
  .intercityke div.hopscotch-bubble .hopscotch-nav-button.next {
    background-color: #ffd97d;
    color: black; }
.intercityke .mat-bg-warn {
    background-color: #f44336;
    color: white; }
.intercityke .mat-color-accent {
    color: #ffd97d; }
.intercityke .mat-color-warn {
    color: #f44336; }
.intercityke .mat-color-default {
    color: rgba(0, 0, 0, 0.87); }
.intercityke .mat-card {
    border-top: solid 5px #7ca021; }
.intercityke .top-stats mat-card:hover {
    background: #e0edbf;
    cursor: pointer; }
.intercityke .ngx-datatable a, .intercityke .mat-table a {
    color: #7ca021; }
.intercityke .drop-container {
    border: dashed 2px #96c228; }
.intercityke b.current-lease-terms {
    color: #96c228; }
.intercityke .mat-tooltip {
    background-color: #7ca021; }
.intercityke .pay-bill__delete {
    color: #7ca021; }
.intercityke .drop-container {
    border: dashed 2px #96c228; }
.intercityke .drop-container.is-drop-over {
    border-color: #7ca021; }
.intercityke .uploaded-file {
    color: #7ca021; }
.intercityke .unit-summary.mat-card {
    border: solid 1px #7ca021;
    background: #e0edbf; }
.intercityke .item span.item-name.work-order-title {
    color: #7ca021; }
.intercityke .item .form__label span.item-name {
    color: #7ca021; }
.newvalleyke {
  /* Hopscotch Tour */
  /* up arrow  */
  /* right arrow */
  /* bottom arrow */
  /* Left Arrow */ }
.newvalleyke .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }
.newvalleyke .mat-option {
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-option:hover:not(.mat-option-disabled), .newvalleyke .mat-option:focus:not(.mat-option-disabled) {
      background: rgba(0, 0, 0, 0.04); }
.newvalleyke .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
      background: rgba(0, 0, 0, 0.04); }
.newvalleyke .mat-option.mat-active {
      background: rgba(0, 0, 0, 0.04);
      color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-option.mat-option-disabled {
      color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #2face0; }
.newvalleyke .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #ffd97d; }
.newvalleyke .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #f44336; }
.newvalleyke .mat-optgroup-label {
    color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-optgroup-disabled .mat-optgroup-label {
    color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-pseudo-checkbox {
    color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-pseudo-checkbox::after {
      color: #fafafa; }
.newvalleyke .mat-pseudo-checkbox-checked,
  .newvalleyke .mat-pseudo-checkbox-indeterminate,
  .newvalleyke .mat-accent .mat-pseudo-checkbox-checked,
  .newvalleyke .mat-accent .mat-pseudo-checkbox-indeterminate {
    background: #ffd97d; }
.newvalleyke .mat-primary .mat-pseudo-checkbox-checked,
  .newvalleyke .mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #2face0; }
.newvalleyke .mat-warn .mat-pseudo-checkbox-checked,
  .newvalleyke .mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #f44336; }
.newvalleyke .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
  .newvalleyke .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
    background: #b0b0b0; }
.newvalleyke .mat-app-background, .newvalleyke.mat-app-background {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87); }
.mat-theme-loaded-marker {
    display: none; }
.newvalleyke .mat-autocomplete-panel {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
      background: white; }
.newvalleyke .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
        color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-badge-content {
    color: black;
    background: #2face0; }
.newvalleyke .mat-badge-accent .mat-badge-content {
    background: #ffd97d;
    color: black; }
.newvalleyke .mat-badge-warn .mat-badge-content {
    color: white;
    background: #f44336; }
.newvalleyke .mat-badge {
    position: relative; }
.newvalleyke .mat-badge-hidden .mat-badge-content {
    display: none; }
.newvalleyke .mat-badge-content {
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: transform 200ms ease-in-out;
    transform: scale(0.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none; }
.newvalleyke .mat-badge-content.mat-badge-active {
    transform: none; }
.newvalleyke .mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px; }
@media screen and (-ms-high-contrast: active) {
      .newvalleyke .mat-badge-small .mat-badge-content {
        outline: solid 1px;
        border-radius: 0; } }
.newvalleyke .mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px; }
.newvalleyke .mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px; }
.newvalleyke .mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px; }
[dir='rtl'] .newvalleyke .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px; }
.newvalleyke .mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px; }
[dir='rtl'] .newvalleyke .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px; }
.newvalleyke .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px; }
[dir='rtl'] .newvalleyke .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px; }
.newvalleyke .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px; }
[dir='rtl'] .newvalleyke .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px; }
.newvalleyke .mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px; }
@media screen and (-ms-high-contrast: active) {
      .newvalleyke .mat-badge-medium .mat-badge-content {
        outline: solid 1px;
        border-radius: 0; } }
.newvalleyke .mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px; }
.newvalleyke .mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px; }
.newvalleyke .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px; }
[dir='rtl'] .newvalleyke .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px; }
.newvalleyke .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px; }
[dir='rtl'] .newvalleyke .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px; }
.newvalleyke .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px; }
[dir='rtl'] .newvalleyke .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px; }
.newvalleyke .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px; }
[dir='rtl'] .newvalleyke .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px; }
.newvalleyke .mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px; }
@media screen and (-ms-high-contrast: active) {
      .newvalleyke .mat-badge-large .mat-badge-content {
        outline: solid 1px;
        border-radius: 0; } }
.newvalleyke .mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px; }
.newvalleyke .mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px; }
.newvalleyke .mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px; }
[dir='rtl'] .newvalleyke .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px; }
.newvalleyke .mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px; }
[dir='rtl'] .newvalleyke .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px; }
.newvalleyke .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px; }
[dir='rtl'] .newvalleyke .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px; }
.newvalleyke .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px; }
[dir='rtl'] .newvalleyke .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px; }
.newvalleyke .mat-bottom-sheet-container {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-button, .newvalleyke .mat-icon-button, .newvalleyke .mat-stroked-button {
    color: inherit;
    background: transparent; }
.newvalleyke .mat-button.mat-primary, .newvalleyke .mat-icon-button.mat-primary, .newvalleyke .mat-stroked-button.mat-primary {
      color: #2face0; }
.newvalleyke .mat-button.mat-accent, .newvalleyke .mat-icon-button.mat-accent, .newvalleyke .mat-stroked-button.mat-accent {
      color: #ffd97d; }
.newvalleyke .mat-button.mat-warn, .newvalleyke .mat-icon-button.mat-warn, .newvalleyke .mat-stroked-button.mat-warn {
      color: #f44336; }
.newvalleyke .mat-button.mat-primary[disabled], .newvalleyke .mat-button.mat-accent[disabled], .newvalleyke .mat-button.mat-warn[disabled], .newvalleyke .mat-button[disabled][disabled], .newvalleyke .mat-icon-button.mat-primary[disabled], .newvalleyke .mat-icon-button.mat-accent[disabled], .newvalleyke .mat-icon-button.mat-warn[disabled], .newvalleyke .mat-icon-button[disabled][disabled], .newvalleyke .mat-stroked-button.mat-primary[disabled], .newvalleyke .mat-stroked-button.mat-accent[disabled], .newvalleyke .mat-stroked-button.mat-warn[disabled], .newvalleyke .mat-stroked-button[disabled][disabled] {
      color: rgba(0, 0, 0, 0.26); }
.newvalleyke .mat-button.mat-primary .mat-button-focus-overlay, .newvalleyke .mat-icon-button.mat-primary .mat-button-focus-overlay, .newvalleyke .mat-stroked-button.mat-primary .mat-button-focus-overlay {
      background-color: rgba(47, 172, 224, 0.12); }
.newvalleyke .mat-button.mat-accent .mat-button-focus-overlay, .newvalleyke .mat-icon-button.mat-accent .mat-button-focus-overlay, .newvalleyke .mat-stroked-button.mat-accent .mat-button-focus-overlay {
      background-color: rgba(255, 217, 125, 0.12); }
.newvalleyke .mat-button.mat-warn .mat-button-focus-overlay, .newvalleyke .mat-icon-button.mat-warn .mat-button-focus-overlay, .newvalleyke .mat-stroked-button.mat-warn .mat-button-focus-overlay {
      background-color: rgba(244, 67, 54, 0.12); }
.newvalleyke .mat-button[disabled] .mat-button-focus-overlay, .newvalleyke .mat-icon-button[disabled] .mat-button-focus-overlay, .newvalleyke .mat-stroked-button[disabled] .mat-button-focus-overlay {
      background-color: transparent; }
.newvalleyke .mat-button.mat-primary .mat-ripple-element, .newvalleyke .mat-icon-button.mat-primary .mat-ripple-element, .newvalleyke .mat-stroked-button.mat-primary .mat-ripple-element {
      background-color: rgba(47, 172, 224, 0.1); }
.newvalleyke .mat-button.mat-accent .mat-ripple-element, .newvalleyke .mat-icon-button.mat-accent .mat-ripple-element, .newvalleyke .mat-stroked-button.mat-accent .mat-ripple-element {
      background-color: rgba(255, 217, 125, 0.1); }
.newvalleyke .mat-button.mat-warn .mat-ripple-element, .newvalleyke .mat-icon-button.mat-warn .mat-ripple-element, .newvalleyke .mat-stroked-button.mat-warn .mat-ripple-element {
      background-color: rgba(244, 67, 54, 0.1); }
.newvalleyke .mat-flat-button, .newvalleyke .mat-raised-button, .newvalleyke .mat-fab, .newvalleyke .mat-mini-fab {
    color: rgba(0, 0, 0, 0.87);
    background-color: white; }
.newvalleyke .mat-flat-button.mat-primary, .newvalleyke .mat-raised-button.mat-primary, .newvalleyke .mat-fab.mat-primary, .newvalleyke .mat-mini-fab.mat-primary {
      color: black; }
.newvalleyke .mat-flat-button.mat-accent, .newvalleyke .mat-raised-button.mat-accent, .newvalleyke .mat-fab.mat-accent, .newvalleyke .mat-mini-fab.mat-accent {
      color: black; }
.newvalleyke .mat-flat-button.mat-warn, .newvalleyke .mat-raised-button.mat-warn, .newvalleyke .mat-fab.mat-warn, .newvalleyke .mat-mini-fab.mat-warn {
      color: white; }
.newvalleyke .mat-flat-button.mat-primary[disabled], .newvalleyke .mat-flat-button.mat-accent[disabled], .newvalleyke .mat-flat-button.mat-warn[disabled], .newvalleyke .mat-flat-button[disabled][disabled], .newvalleyke .mat-raised-button.mat-primary[disabled], .newvalleyke .mat-raised-button.mat-accent[disabled], .newvalleyke .mat-raised-button.mat-warn[disabled], .newvalleyke .mat-raised-button[disabled][disabled], .newvalleyke .mat-fab.mat-primary[disabled], .newvalleyke .mat-fab.mat-accent[disabled], .newvalleyke .mat-fab.mat-warn[disabled], .newvalleyke .mat-fab[disabled][disabled], .newvalleyke .mat-mini-fab.mat-primary[disabled], .newvalleyke .mat-mini-fab.mat-accent[disabled], .newvalleyke .mat-mini-fab.mat-warn[disabled], .newvalleyke .mat-mini-fab[disabled][disabled] {
      color: rgba(0, 0, 0, 0.26); }
.newvalleyke .mat-flat-button.mat-primary, .newvalleyke .mat-raised-button.mat-primary, .newvalleyke .mat-fab.mat-primary, .newvalleyke .mat-mini-fab.mat-primary {
      background-color: #2face0; }
.newvalleyke .mat-flat-button.mat-accent, .newvalleyke .mat-raised-button.mat-accent, .newvalleyke .mat-fab.mat-accent, .newvalleyke .mat-mini-fab.mat-accent {
      background-color: #ffd97d; }
.newvalleyke .mat-flat-button.mat-warn, .newvalleyke .mat-raised-button.mat-warn, .newvalleyke .mat-fab.mat-warn, .newvalleyke .mat-mini-fab.mat-warn {
      background-color: #f44336; }
.newvalleyke .mat-flat-button.mat-primary[disabled], .newvalleyke .mat-flat-button.mat-accent[disabled], .newvalleyke .mat-flat-button.mat-warn[disabled], .newvalleyke .mat-flat-button[disabled][disabled], .newvalleyke .mat-raised-button.mat-primary[disabled], .newvalleyke .mat-raised-button.mat-accent[disabled], .newvalleyke .mat-raised-button.mat-warn[disabled], .newvalleyke .mat-raised-button[disabled][disabled], .newvalleyke .mat-fab.mat-primary[disabled], .newvalleyke .mat-fab.mat-accent[disabled], .newvalleyke .mat-fab.mat-warn[disabled], .newvalleyke .mat-fab[disabled][disabled], .newvalleyke .mat-mini-fab.mat-primary[disabled], .newvalleyke .mat-mini-fab.mat-accent[disabled], .newvalleyke .mat-mini-fab.mat-warn[disabled], .newvalleyke .mat-mini-fab[disabled][disabled] {
      background-color: rgba(0, 0, 0, 0.12); }
.newvalleyke .mat-flat-button.mat-primary .mat-ripple-element, .newvalleyke .mat-raised-button.mat-primary .mat-ripple-element, .newvalleyke .mat-fab.mat-primary .mat-ripple-element, .newvalleyke .mat-mini-fab.mat-primary .mat-ripple-element {
      background-color: rgba(0, 0, 0, 0.1); }
.newvalleyke .mat-flat-button.mat-accent .mat-ripple-element, .newvalleyke .mat-raised-button.mat-accent .mat-ripple-element, .newvalleyke .mat-fab.mat-accent .mat-ripple-element, .newvalleyke .mat-mini-fab.mat-accent .mat-ripple-element {
      background-color: rgba(0, 0, 0, 0.1); }
.newvalleyke .mat-flat-button.mat-warn .mat-ripple-element, .newvalleyke .mat-raised-button.mat-warn .mat-ripple-element, .newvalleyke .mat-fab.mat-warn .mat-ripple-element, .newvalleyke .mat-mini-fab.mat-warn .mat-ripple-element {
      background-color: rgba(255, 255, 255, 0.1); }
.newvalleyke .mat-icon-button.mat-primary .mat-ripple-element {
    background-color: rgba(47, 172, 224, 0.2); }
.newvalleyke .mat-icon-button.mat-accent .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.2); }
.newvalleyke .mat-icon-button.mat-warn .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.2); }
.newvalleyke .mat-button-toggle {
    color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-button-toggle .mat-button-toggle-focus-overlay {
      background-color: rgba(0, 0, 0, 0.12); }
.newvalleyke .mat-button-toggle-checked {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-button-toggle-disabled {
    background-color: #eeeeee;
    color: rgba(0, 0, 0, 0.26); }
.newvalleyke .mat-button-toggle-disabled.mat-button-toggle-checked {
      background-color: #bdbdbd; }
.newvalleyke .mat-card {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-card-subtitle {
    color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-checkbox-frame {
    border-color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-checkbox-checkmark {
    fill: #fafafa; }
.newvalleyke .mat-checkbox-checkmark-path {
    stroke: #fafafa !important; }
@media screen and (-ms-high-contrast: black-on-white) {
      .newvalleyke .mat-checkbox-checkmark-path {
        stroke: #000 !important; } }
.newvalleyke .mat-checkbox-mixedmark {
    background-color: #fafafa; }
.newvalleyke .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .newvalleyke .mat-checkbox-checked.mat-primary .mat-checkbox-background {
    background-color: #2face0; }
.newvalleyke .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .newvalleyke .mat-checkbox-checked.mat-accent .mat-checkbox-background {
    background-color: #ffd97d; }
.newvalleyke .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .newvalleyke .mat-checkbox-checked.mat-warn .mat-checkbox-background {
    background-color: #f44336; }
.newvalleyke .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .newvalleyke .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
    background-color: #b0b0b0; }
.newvalleyke .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0; }
.newvalleyke .mat-checkbox-disabled .mat-checkbox-label {
    color: #b0b0b0; }
@media screen and (-ms-high-contrast: active) {
    .newvalleyke .mat-checkbox-disabled {
      opacity: 0.5; } }
@media screen and (-ms-high-contrast: active) {
    .newvalleyke .mat-checkbox-background {
      background: none; } }
.newvalleyke .mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(47, 172, 224, 0.26); }
.newvalleyke .mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.26); }
.newvalleyke .mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.26); }
.newvalleyke .mat-chip.mat-standard-chip {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-chip.mat-standard-chip .mat-chip-remove {
      color: rgba(0, 0, 0, 0.87);
      opacity: 0.4; }
.newvalleyke .mat-chip.mat-standard-chip .mat-chip-remove:hover {
      opacity: 0.54; }
.newvalleyke .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
    background-color: #2face0;
    color: black; }
.newvalleyke .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
      color: black;
      opacity: 0.4; }
.newvalleyke .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover {
      opacity: 0.54; }
.newvalleyke .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
    background-color: #f44336;
    color: white; }
.newvalleyke .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
      color: white;
      opacity: 0.4; }
.newvalleyke .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover {
      opacity: 0.54; }
.newvalleyke .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
    background-color: #ffd97d;
    color: black; }
.newvalleyke .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
      color: black;
      opacity: 0.4; }
.newvalleyke .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover {
      opacity: 0.54; }
.newvalleyke .mat-table {
    background: white; }
.newvalleyke .mat-table thead, .newvalleyke .mat-table tbody, .newvalleyke .mat-table tfoot,
  .newvalleyke mat-header-row, .newvalleyke mat-row, .newvalleyke mat-footer-row,
  .newvalleyke [mat-header-row], .newvalleyke [mat-row], .newvalleyke [mat-footer-row],
  .newvalleyke .mat-table-sticky {
    background: inherit; }
.newvalleyke mat-row, .newvalleyke mat-header-row, .newvalleyke mat-footer-row,
  .newvalleyke th.mat-header-cell, .newvalleyke td.mat-cell, .newvalleyke td.mat-footer-cell {
    border-bottom-color: rgba(0, 0, 0, 0.12); }
.newvalleyke .mat-header-cell {
    color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-cell, .newvalleyke .mat-footer-cell {
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-calendar-arrow {
    border-top-color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-datepicker-toggle,
  .newvalleyke .mat-datepicker-content .mat-calendar-next-button,
  .newvalleyke .mat-datepicker-content .mat-calendar-previous-button {
    color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-calendar-table-header {
    color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-calendar-table-header-divider::after {
    background: rgba(0, 0, 0, 0.12); }
.newvalleyke .mat-calendar-body-label {
    color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-calendar-body-cell-content {
    color: rgba(0, 0, 0, 0.87);
    border-color: transparent; }
.newvalleyke .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
  .newvalleyke .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
  .newvalleyke .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    background-color: rgba(0, 0, 0, 0.04); }
.newvalleyke .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, 0.18); }
.newvalleyke .mat-calendar-body-selected {
    background-color: #2face0;
    color: black; }
.newvalleyke .mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(47, 172, 224, 0.4); }
.newvalleyke .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px black; }
.newvalleyke .mat-datepicker-content {
    background-color: white;
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
      background-color: #ffd97d;
      color: black; }
.newvalleyke .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
      background-color: rgba(255, 217, 125, 0.4); }
.newvalleyke .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
      box-shadow: inset 0 0 0 1px black; }
.newvalleyke .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
      background-color: #f44336;
      color: white; }
.newvalleyke .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
      background-color: rgba(244, 67, 54, 0.4); }
.newvalleyke .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
      box-shadow: inset 0 0 0 1px white; }
.newvalleyke .mat-datepicker-toggle-active {
    color: #2face0; }
.newvalleyke .mat-datepicker-toggle-active.mat-accent {
      color: #ffd97d; }
.newvalleyke .mat-datepicker-toggle-active.mat-warn {
      color: #f44336; }
.newvalleyke .mat-dialog-container {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-divider {
    border-top-color: rgba(0, 0, 0, 0.12); }
.newvalleyke .mat-divider-vertical {
    border-right-color: rgba(0, 0, 0, 0.12); }
.newvalleyke .mat-expansion-panel {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-action-row {
    border-top-color: rgba(0, 0, 0, 0.12); }
.newvalleyke .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-keyboard-focused, .newvalleyke .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-program-focused, .newvalleyke .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']):hover {
    background: rgba(0, 0, 0, 0.04); }
@media (hover: none) {
    .newvalleyke .mat-expansion-panel:not(.mat-expanded):not([aria-disabled='true']) .mat-expansion-panel-header:hover {
      background: white; } }
.newvalleyke .mat-expansion-panel-header-title {
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-expansion-panel-header-description,
  .newvalleyke .mat-expansion-indicator::after {
    color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-expansion-panel-header[aria-disabled='true'] {
    color: rgba(0, 0, 0, 0.26); }
.newvalleyke .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-title,
    .newvalleyke .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-description {
      color: inherit; }
.newvalleyke .mat-form-field-label {
    color: rgba(0, 0, 0, 0.6); }
.newvalleyke .mat-hint {
    color: rgba(0, 0, 0, 0.6); }
.newvalleyke .mat-form-field.mat-focused .mat-form-field-label {
    color: #2face0; }
.newvalleyke .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
      color: #ffd97d; }
.newvalleyke .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
      color: #f44336; }
.newvalleyke .mat-focused .mat-form-field-required-marker {
    color: #ffd97d; }
.newvalleyke .mat-form-field-ripple {
    background-color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #2face0; }
.newvalleyke .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
      background-color: #ffd97d; }
.newvalleyke .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
      background-color: #f44336; }
.newvalleyke .mat-form-field.mat-form-field-invalid .mat-form-field-label {
    color: #f44336; }
.newvalleyke .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
    .newvalleyke .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
      color: #f44336; }
.newvalleyke .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
  .newvalleyke .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #f44336; }
.newvalleyke .mat-error {
    color: #f44336; }
.newvalleyke .mat-form-field-appearance-legacy .mat-form-field-label {
    color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-form-field-appearance-legacy .mat-hint {
    color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-form-field-appearance-legacy .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42); }
.newvalleyke .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    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; }
.newvalleyke .mat-form-field-appearance-standard .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42); }
.newvalleyke .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
    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; }
.newvalleyke .mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.04); }
.newvalleyke .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.02); }
.newvalleyke .mat-form-field-appearance-fill .mat-form-field-underline::before {
    background-color: rgba(0, 0, 0, 0.42); }
.newvalleyke .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
    background-color: transparent; }
.newvalleyke .mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(0, 0, 0, 0.12); }
.newvalleyke .mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #2face0; }
.newvalleyke .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
    color: #ffd97d; }
.newvalleyke .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
    color: #f44336; }
.newvalleyke .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #f44336; }
.newvalleyke .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
    color: rgba(0, 0, 0, 0.06); }
.newvalleyke .mat-icon.mat-primary {
    color: #2face0; }
.newvalleyke .mat-icon.mat-accent {
    color: #ffd97d; }
.newvalleyke .mat-icon.mat-warn {
    color: #f44336; }
.newvalleyke .mat-input-element:disabled {
    color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-input-element {
    caret-color: #2face0; }
.newvalleyke .mat-input-element::-moz-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.newvalleyke .mat-input-element::placeholder {
      color: rgba(0, 0, 0, 0.42); }
.newvalleyke .mat-input-element::-moz-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.newvalleyke .mat-input-element::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.newvalleyke .mat-input-element:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.newvalleyke .mat-accent .mat-input-element {
    caret-color: #ffd97d; }
.newvalleyke .mat-warn .mat-input-element,
  .newvalleyke .mat-form-field-invalid .mat-input-element {
    caret-color: #f44336; }
.newvalleyke .mat-list .mat-list-item, .newvalleyke .mat-nav-list .mat-list-item, .newvalleyke .mat-selection-list .mat-list-item {
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-list .mat-list-option, .newvalleyke .mat-nav-list .mat-list-option, .newvalleyke .mat-selection-list .mat-list-option {
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-list .mat-subheader, .newvalleyke .mat-nav-list .mat-subheader, .newvalleyke .mat-selection-list .mat-subheader {
    color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-list-item-disabled {
    background-color: #eeeeee; }
.newvalleyke .mat-list-option:hover, .newvalleyke .mat-list-option.mat-list-item-focus,
  .newvalleyke .mat-nav-list .mat-list-item:hover,
  .newvalleyke .mat-nav-list .mat-list-item.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }
.newvalleyke .mat-menu-panel {
    background: white; }
.newvalleyke .mat-menu-item {
    background: transparent;
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-menu-item[disabled], .newvalleyke .mat-menu-item[disabled]::after {
      color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-menu-item .mat-icon:not([color]),
  .newvalleyke .mat-menu-item-submenu-trigger::after {
    color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-menu-item:hover:not([disabled]),
  .newvalleyke .mat-menu-item.cdk-program-focused:not([disabled]),
  .newvalleyke .mat-menu-item.cdk-keyboard-focused:not([disabled]),
  .newvalleyke .mat-menu-item-highlighted:not([disabled]) {
    background: rgba(0, 0, 0, 0.04); }
.newvalleyke .mat-paginator {
    background: white; }
.newvalleyke .mat-paginator,
  .newvalleyke .mat-paginator-page-size .mat-select-trigger {
    color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-paginator-decrement,
  .newvalleyke .mat-paginator-increment {
    border-top: 2px solid rgba(0, 0, 0, 0.54);
    border-right: 2px solid rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-paginator-first,
  .newvalleyke .mat-paginator-last {
    border-top: 2px solid rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-icon-button[disabled] .mat-paginator-decrement,
  .newvalleyke .mat-icon-button[disabled] .mat-paginator-increment,
  .newvalleyke .mat-icon-button[disabled] .mat-paginator-first,
  .newvalleyke .mat-icon-button[disabled] .mat-paginator-last {
    border-color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-progress-bar-background {
    fill: #c1e6f6; }
.newvalleyke .mat-progress-bar-buffer {
    background-color: #c1e6f6; }
.newvalleyke .mat-progress-bar-fill::after {
    background-color: #2face0; }
.newvalleyke .mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #fff4d8; }
.newvalleyke .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #fff4d8; }
.newvalleyke .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
    background-color: #ffd97d; }
.newvalleyke .mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #ffcdd2; }
.newvalleyke .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #ffcdd2; }
.newvalleyke .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
    background-color: #f44336; }
.newvalleyke .mat-progress-spinner circle, .newvalleyke .mat-spinner circle {
    stroke: #2face0; }
.newvalleyke .mat-progress-spinner.mat-accent circle, .newvalleyke .mat-spinner.mat-accent circle {
    stroke: #ffd97d; }
.newvalleyke .mat-progress-spinner.mat-warn circle, .newvalleyke .mat-spinner.mat-warn circle {
    stroke: #f44336; }
.newvalleyke .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #2face0; }
.newvalleyke .mat-radio-button.mat-primary .mat-radio-inner-circle {
    background-color: #2face0; }
.newvalleyke .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(47, 172, 224, 0.26); }
.newvalleyke .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #ffd97d; }
.newvalleyke .mat-radio-button.mat-accent .mat-radio-inner-circle {
    background-color: #ffd97d; }
.newvalleyke .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.26); }
.newvalleyke .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #f44336; }
.newvalleyke .mat-radio-button.mat-warn .mat-radio-inner-circle {
    background-color: #f44336; }
.newvalleyke .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.26); }
.newvalleyke .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
  .newvalleyke .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
  .newvalleyke .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
    background-color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
    color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-select-content, .newvalleyke .mat-select-panel-done-animating {
    background: white; }
.newvalleyke .mat-select-value {
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-select-placeholder {
    color: rgba(0, 0, 0, 0.42); }
.newvalleyke .mat-select-disabled .mat-select-value {
    color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-select-arrow {
    color: rgba(0, 0, 0, 0.54); }
.newvalleyke .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
    background: rgba(0, 0, 0, 0.12); }
.newvalleyke .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #2face0; }
.newvalleyke .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #ffd97d; }
.newvalleyke .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
    color: #f44336; }
.newvalleyke .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
    color: #f44336; }
.newvalleyke .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-drawer-container {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-drawer {
    background-color: white;
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-drawer.mat-drawer-push {
      background-color: white; }
.newvalleyke .mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0, 0, 0, 0.6); }
.newvalleyke .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #ffd97d; }
.newvalleyke .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(255, 217, 125, 0.5); }
.newvalleyke .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.06); }
.newvalleyke .mat-slide-toggle .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.12); }
.newvalleyke .mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #2face0; }
.newvalleyke .mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(47, 172, 224, 0.5); }
.newvalleyke .mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.06); }
.newvalleyke .mat-slide-toggle.mat-primary .mat-ripple-element {
    background-color: rgba(47, 172, 224, 0.12); }
.newvalleyke .mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #f44336; }
.newvalleyke .mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(244, 67, 54, 0.5); }
.newvalleyke .mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.06); }
.newvalleyke .mat-slide-toggle.mat-warn .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.12); }
.newvalleyke .mat-disabled .mat-slide-toggle-thumb {
    background-color: #bdbdbd; }
.newvalleyke .mat-disabled .mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, 0.1); }
.newvalleyke .mat-slide-toggle-thumb {
    background-color: #fafafa; }
.newvalleyke .mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26); }
.newvalleyke .mat-primary .mat-slider-track-fill,
  .newvalleyke .mat-primary .mat-slider-thumb,
  .newvalleyke .mat-primary .mat-slider-thumb-label {
    background-color: #2face0; }
.newvalleyke .mat-primary .mat-slider-thumb-label-text {
    color: black; }
.newvalleyke .mat-accent .mat-slider-track-fill,
  .newvalleyke .mat-accent .mat-slider-thumb,
  .newvalleyke .mat-accent .mat-slider-thumb-label {
    background-color: #ffd97d; }
.newvalleyke .mat-accent .mat-slider-thumb-label-text {
    color: black; }
.newvalleyke .mat-warn .mat-slider-track-fill,
  .newvalleyke .mat-warn .mat-slider-thumb,
  .newvalleyke .mat-warn .mat-slider-thumb-label {
    background-color: #f44336; }
.newvalleyke .mat-warn .mat-slider-thumb-label-text {
    color: white; }
.newvalleyke .mat-slider-focus-ring {
    background-color: rgba(255, 217, 125, 0.2); }
.newvalleyke .mat-slider:hover .mat-slider-track-background,
  .newvalleyke .cdk-focused .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-slider-disabled .mat-slider-track-background,
  .newvalleyke .mat-slider-disabled .mat-slider-track-fill,
  .newvalleyke .mat-slider-disabled .mat-slider-thumb {
    background-color: rgba(0, 0, 0, 0.26); }
.newvalleyke .mat-slider-disabled:hover .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26); }
.newvalleyke .mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0, 0, 0, 0.12); }
.newvalleyke .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
  .newvalleyke .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
  .newvalleyke .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.26); }
.newvalleyke .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.26);
    background-color: transparent; }
.newvalleyke .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .newvalleyke .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .newvalleyke .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); }
.newvalleyke .mat-slider-has-ticks .mat-slider-wrapper::after {
    border-color: rgba(0, 0, 0, 0.7); }
.newvalleyke .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); }
.newvalleyke .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); }
.newvalleyke .mat-step-header.cdk-keyboard-focused, .newvalleyke .mat-step-header.cdk-program-focused, .newvalleyke .mat-step-header:hover {
    background-color: rgba(0, 0, 0, 0.04); }
.newvalleyke .mat-step-header .mat-step-label,
  .newvalleyke .mat-step-header .mat-step-optional {
    color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-step-header .mat-step-icon {
    background-color: #2face0;
    color: black; }
.newvalleyke .mat-step-header .mat-step-icon-not-touched {
    background-color: rgba(0, 0, 0, 0.38);
    color: black; }
.newvalleyke .mat-step-header .mat-step-label.mat-step-label-active {
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-stepper-horizontal, .newvalleyke .mat-stepper-vertical {
    background-color: white; }
.newvalleyke .mat-stepper-vertical-line::before {
    border-left-color: rgba(0, 0, 0, 0.12); }
.newvalleyke .mat-stepper-horizontal-line {
    border-top-color: rgba(0, 0, 0, 0.12); }
.newvalleyke .mat-sort-header-arrow {
    color: #757575; }
.newvalleyke .mat-tab-nav-bar,
  .newvalleyke .mat-tab-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.newvalleyke .mat-tab-group-inverted-header .mat-tab-nav-bar,
  .newvalleyke .mat-tab-group-inverted-header .mat-tab-header {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: none; }
.newvalleyke .mat-tab-label, .newvalleyke .mat-tab-link {
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-tab-label.mat-tab-disabled, .newvalleyke .mat-tab-link.mat-tab-disabled {
      color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.38); }
.newvalleyke .mat-tab-group[class*='mat-background-'] .mat-tab-header,
  .newvalleyke .mat-tab-nav-bar[class*='mat-background-'] {
    border-bottom: none;
    border-top: none; }
.newvalleyke .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(193, 230, 246, 0.3); }
.newvalleyke .mat-tab-group.mat-primary .mat-ink-bar, .newvalleyke .mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #2face0; }
.newvalleyke .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .newvalleyke .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: black; }
.newvalleyke .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 244, 216, 0.3); }
.newvalleyke .mat-tab-group.mat-accent .mat-ink-bar, .newvalleyke .mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #ffd97d; }
.newvalleyke .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .newvalleyke .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: black; }
.newvalleyke .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 205, 210, 0.3); }
.newvalleyke .mat-tab-group.mat-warn .mat-ink-bar, .newvalleyke .mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #f44336; }
.newvalleyke .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .newvalleyke .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: white; }
.newvalleyke .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(193, 230, 246, 0.3); }
.newvalleyke .mat-tab-group.mat-background-primary .mat-tab-header, .newvalleyke .mat-tab-group.mat-background-primary .mat-tab-links, .newvalleyke .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .newvalleyke .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
    background-color: #2face0; }
.newvalleyke .mat-tab-group.mat-background-primary .mat-tab-label, .newvalleyke .mat-tab-group.mat-background-primary .mat-tab-link, .newvalleyke .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .newvalleyke .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: black; }
.newvalleyke .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .newvalleyke .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .newvalleyke .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .newvalleyke .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
      color: rgba(0, 0, 0, 0.4); }
.newvalleyke .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .newvalleyke .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: black; }
.newvalleyke .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .newvalleyke .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.4); }
.newvalleyke .mat-tab-group.mat-background-primary .mat-ripple-element, .newvalleyke .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.12); }
.newvalleyke .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 244, 216, 0.3); }
.newvalleyke .mat-tab-group.mat-background-accent .mat-tab-header, .newvalleyke .mat-tab-group.mat-background-accent .mat-tab-links, .newvalleyke .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .newvalleyke .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
    background-color: #ffd97d; }
.newvalleyke .mat-tab-group.mat-background-accent .mat-tab-label, .newvalleyke .mat-tab-group.mat-background-accent .mat-tab-link, .newvalleyke .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .newvalleyke .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: black; }
.newvalleyke .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .newvalleyke .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .newvalleyke .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .newvalleyke .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
      color: rgba(0, 0, 0, 0.4); }
.newvalleyke .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .newvalleyke .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: black; }
.newvalleyke .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .newvalleyke .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); }
.newvalleyke .mat-tab-group.mat-background-accent .mat-ripple-element, .newvalleyke .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.12); }
.newvalleyke .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .newvalleyke .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .newvalleyke .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .newvalleyke .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); }
.newvalleyke .mat-tab-group.mat-background-warn .mat-tab-header, .newvalleyke .mat-tab-group.mat-background-warn .mat-tab-links, .newvalleyke .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .newvalleyke .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
    background-color: #f44336; }
.newvalleyke .mat-tab-group.mat-background-warn .mat-tab-label, .newvalleyke .mat-tab-group.mat-background-warn .mat-tab-link, .newvalleyke .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .newvalleyke .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: white; }
.newvalleyke .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .newvalleyke .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .newvalleyke .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .newvalleyke .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
      color: rgba(255, 255, 255, 0.4); }
.newvalleyke .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .newvalleyke .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: white; }
.newvalleyke .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .newvalleyke .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); }
.newvalleyke .mat-tab-group.mat-background-warn .mat-ripple-element, .newvalleyke .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.12); }
.newvalleyke .mat-toolbar {
    background: whitesmoke;
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-toolbar.mat-primary {
      background: #2face0;
      color: black; }
.newvalleyke .mat-toolbar.mat-accent {
      background: #ffd97d;
      color: black; }
.newvalleyke .mat-toolbar.mat-warn {
      background: #f44336;
      color: white; }
.newvalleyke .mat-toolbar .mat-form-field-underline,
    .newvalleyke .mat-toolbar .mat-form-field-ripple,
    .newvalleyke .mat-toolbar .mat-focused .mat-form-field-ripple {
      background-color: currentColor; }
.newvalleyke .mat-toolbar .mat-form-field-label,
    .newvalleyke .mat-toolbar .mat-focused .mat-form-field-label,
    .newvalleyke .mat-toolbar .mat-select-value,
    .newvalleyke .mat-toolbar .mat-select-arrow,
    .newvalleyke .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
      color: inherit; }
.newvalleyke .mat-toolbar .mat-input-element {
      caret-color: currentColor; }
.newvalleyke .mat-tooltip {
    background: rgba(97, 97, 97, 0.9); }
.newvalleyke .mat-tree {
    background: white; }
.newvalleyke .mat-tree-node {
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-snack-bar-container {
    background: #323232;
    color: white; }
.newvalleyke .mat-simple-snackbar-action {
    color: #ffd97d; }
.newvalleyke .header-topnav {
    background-color: #1e96c8;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); }
.newvalleyke .mat-bg-primary,
  .newvalleyke .topbar,
  .newvalleyke .chats-wrap .conversations-hold .single-conversation.me .conversation-msg,
  .newvalleyke .ngx-datatable .datatable-footer .datatable-pager .pager .pages.active a,
  .newvalleyke .fileupload-drop-zone.dz-file-over,
  .newvalleyke .toolbar-avatar.online > .status-dot,
  .newvalleyke .cal-open-day-events,
  .newvalleyke div.hopscotch-bubble {
    background: #2face0 !important;
    color: #ffffff !important; }
.newvalleyke .mat-color-primary,
  .newvalleyke .list-item-active,
  .newvalleyke .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
  .newvalleyke .sidenav-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
  .newvalleyke .sidenav-hold .sidenav li.open > a > span {
    color: #2face0 !important; }
.newvalleyke .topnav ul.menu > li > div.open > a,
  .newvalleyke .topnav ul.menu > li > div.open > div,
  .newvalleyke .sidebar-panel .sidebar-list-item.open > .mat-list-item-content > .sub-menu,
  .newvalleyke .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
  .newvalleyke .list-item-active {
    border-color: #2face0 !important; }
.newvalleyke .sidebar-compact ul.submenu,
  .newvalleyke .default-bg {
    background: #ffffff !important; }
.newvalleyke div.hopscotch-bubble {
    border-color: #1e96c8; }
.newvalleyke div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 17px solid #1e96c8; }
.newvalleyke div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-bottom: 17px solid #2face0;
    top: -16px; }
.newvalleyke div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 17px solid #1e96c8; }
.newvalleyke div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-left: 17px solid #2face0;
    left: -1px; }
.newvalleyke div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-top: 17px solid #1e96c8; }
.newvalleyke div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-top: 17px solid #2face0;
    top: -18px; }
.newvalleyke div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-right: 17px solid #1e96c8; }
.newvalleyke div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    left: 1px;
    border-right: 17px solid #2face0; }
.newvalleyke .mat-bg-accent,
  .newvalleyke div.hopscotch-bubble .hopscotch-bubble-number,
  .newvalleyke div.hopscotch-bubble .hopscotch-nav-button.next:hover,
  .newvalleyke div.hopscotch-bubble .hopscotch-nav-button.next {
    background-color: #ffd97d;
    color: black; }
.newvalleyke .mat-bg-warn {
    background-color: #f44336;
    color: white; }
.newvalleyke .mat-color-accent {
    color: #ffd97d; }
.newvalleyke .mat-color-warn {
    color: #f44336; }
.newvalleyke .mat-color-default {
    color: rgba(0, 0, 0, 0.87); }
.newvalleyke .mat-card {
    border-top: solid 5px #1e96c8; }
.newvalleyke .top-stats mat-card:hover {
    background: #c1e6f6;
    cursor: pointer; }
.newvalleyke .ngx-datatable a, .newvalleyke .mat-table a {
    color: #1e96c8; }
.newvalleyke .drop-container {
    border: dashed 2px #2face0; }
.newvalleyke b.current-lease-terms {
    color: #2face0; }
.newvalleyke .mat-tooltip {
    background-color: #1e96c8; }
.newvalleyke .pay-bill__delete {
    color: #1e96c8; }
.newvalleyke .drop-container {
    border: dashed 2px #2face0; }
.newvalleyke .drop-container.is-drop-over {
    border-color: #1e96c8; }
.newvalleyke .uploaded-file {
    color: #1e96c8; }
.newvalleyke .unit-summary.mat-card {
    border: solid 1px #1e96c8;
    background: #c1e6f6; }
.newvalleyke .item span.item-name.work-order-title {
    color: #1e96c8; }
.newvalleyke .item .form__label span.item-name {
    color: #1e96c8; }
.realkenltd {
  /* Hopscotch Tour */
  /* up arrow  */
  /* right arrow */
  /* bottom arrow */
  /* Left Arrow */ }
.realkenltd .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }
.realkenltd .mat-option {
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-option:hover:not(.mat-option-disabled), .realkenltd .mat-option:focus:not(.mat-option-disabled) {
      background: rgba(0, 0, 0, 0.04); }
.realkenltd .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
      background: rgba(0, 0, 0, 0.04); }
.realkenltd .mat-option.mat-active {
      background: rgba(0, 0, 0, 0.04);
      color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-option.mat-option-disabled {
      color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #47803c; }
.realkenltd .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #ffd97d; }
.realkenltd .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #f44336; }
.realkenltd .mat-optgroup-label {
    color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-optgroup-disabled .mat-optgroup-label {
    color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-pseudo-checkbox {
    color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-pseudo-checkbox::after {
      color: #fafafa; }
.realkenltd .mat-pseudo-checkbox-checked,
  .realkenltd .mat-pseudo-checkbox-indeterminate,
  .realkenltd .mat-accent .mat-pseudo-checkbox-checked,
  .realkenltd .mat-accent .mat-pseudo-checkbox-indeterminate {
    background: #ffd97d; }
.realkenltd .mat-primary .mat-pseudo-checkbox-checked,
  .realkenltd .mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #47803c; }
.realkenltd .mat-warn .mat-pseudo-checkbox-checked,
  .realkenltd .mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #f44336; }
.realkenltd .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
  .realkenltd .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
    background: #b0b0b0; }
.realkenltd .mat-app-background, .realkenltd.mat-app-background {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87); }
.mat-theme-loaded-marker {
    display: none; }
.realkenltd .mat-autocomplete-panel {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
      background: white; }
.realkenltd .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
        color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-badge-content {
    color: white;
    background: #47803c; }
.realkenltd .mat-badge-accent .mat-badge-content {
    background: #ffd97d;
    color: black; }
.realkenltd .mat-badge-warn .mat-badge-content {
    color: white;
    background: #f44336; }
.realkenltd .mat-badge {
    position: relative; }
.realkenltd .mat-badge-hidden .mat-badge-content {
    display: none; }
.realkenltd .mat-badge-content {
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: transform 200ms ease-in-out;
    transform: scale(0.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none; }
.realkenltd .mat-badge-content.mat-badge-active {
    transform: none; }
.realkenltd .mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px; }
@media screen and (-ms-high-contrast: active) {
      .realkenltd .mat-badge-small .mat-badge-content {
        outline: solid 1px;
        border-radius: 0; } }
.realkenltd .mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px; }
.realkenltd .mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px; }
.realkenltd .mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px; }
[dir='rtl'] .realkenltd .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px; }
.realkenltd .mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px; }
[dir='rtl'] .realkenltd .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px; }
.realkenltd .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px; }
[dir='rtl'] .realkenltd .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px; }
.realkenltd .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px; }
[dir='rtl'] .realkenltd .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px; }
.realkenltd .mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px; }
@media screen and (-ms-high-contrast: active) {
      .realkenltd .mat-badge-medium .mat-badge-content {
        outline: solid 1px;
        border-radius: 0; } }
.realkenltd .mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px; }
.realkenltd .mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px; }
.realkenltd .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px; }
[dir='rtl'] .realkenltd .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px; }
.realkenltd .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px; }
[dir='rtl'] .realkenltd .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px; }
.realkenltd .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px; }
[dir='rtl'] .realkenltd .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px; }
.realkenltd .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px; }
[dir='rtl'] .realkenltd .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px; }
.realkenltd .mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px; }
@media screen and (-ms-high-contrast: active) {
      .realkenltd .mat-badge-large .mat-badge-content {
        outline: solid 1px;
        border-radius: 0; } }
.realkenltd .mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px; }
.realkenltd .mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px; }
.realkenltd .mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px; }
[dir='rtl'] .realkenltd .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px; }
.realkenltd .mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px; }
[dir='rtl'] .realkenltd .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px; }
.realkenltd .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px; }
[dir='rtl'] .realkenltd .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px; }
.realkenltd .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px; }
[dir='rtl'] .realkenltd .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px; }
.realkenltd .mat-bottom-sheet-container {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-button, .realkenltd .mat-icon-button, .realkenltd .mat-stroked-button {
    color: inherit;
    background: transparent; }
.realkenltd .mat-button.mat-primary, .realkenltd .mat-icon-button.mat-primary, .realkenltd .mat-stroked-button.mat-primary {
      color: #47803c; }
.realkenltd .mat-button.mat-accent, .realkenltd .mat-icon-button.mat-accent, .realkenltd .mat-stroked-button.mat-accent {
      color: #ffd97d; }
.realkenltd .mat-button.mat-warn, .realkenltd .mat-icon-button.mat-warn, .realkenltd .mat-stroked-button.mat-warn {
      color: #f44336; }
.realkenltd .mat-button.mat-primary[disabled], .realkenltd .mat-button.mat-accent[disabled], .realkenltd .mat-button.mat-warn[disabled], .realkenltd .mat-button[disabled][disabled], .realkenltd .mat-icon-button.mat-primary[disabled], .realkenltd .mat-icon-button.mat-accent[disabled], .realkenltd .mat-icon-button.mat-warn[disabled], .realkenltd .mat-icon-button[disabled][disabled], .realkenltd .mat-stroked-button.mat-primary[disabled], .realkenltd .mat-stroked-button.mat-accent[disabled], .realkenltd .mat-stroked-button.mat-warn[disabled], .realkenltd .mat-stroked-button[disabled][disabled] {
      color: rgba(0, 0, 0, 0.26); }
.realkenltd .mat-button.mat-primary .mat-button-focus-overlay, .realkenltd .mat-icon-button.mat-primary .mat-button-focus-overlay, .realkenltd .mat-stroked-button.mat-primary .mat-button-focus-overlay {
      background-color: rgba(71, 128, 60, 0.12); }
.realkenltd .mat-button.mat-accent .mat-button-focus-overlay, .realkenltd .mat-icon-button.mat-accent .mat-button-focus-overlay, .realkenltd .mat-stroked-button.mat-accent .mat-button-focus-overlay {
      background-color: rgba(255, 217, 125, 0.12); }
.realkenltd .mat-button.mat-warn .mat-button-focus-overlay, .realkenltd .mat-icon-button.mat-warn .mat-button-focus-overlay, .realkenltd .mat-stroked-button.mat-warn .mat-button-focus-overlay {
      background-color: rgba(244, 67, 54, 0.12); }
.realkenltd .mat-button[disabled] .mat-button-focus-overlay, .realkenltd .mat-icon-button[disabled] .mat-button-focus-overlay, .realkenltd .mat-stroked-button[disabled] .mat-button-focus-overlay {
      background-color: transparent; }
.realkenltd .mat-button.mat-primary .mat-ripple-element, .realkenltd .mat-icon-button.mat-primary .mat-ripple-element, .realkenltd .mat-stroked-button.mat-primary .mat-ripple-element {
      background-color: rgba(71, 128, 60, 0.1); }
.realkenltd .mat-button.mat-accent .mat-ripple-element, .realkenltd .mat-icon-button.mat-accent .mat-ripple-element, .realkenltd .mat-stroked-button.mat-accent .mat-ripple-element {
      background-color: rgba(255, 217, 125, 0.1); }
.realkenltd .mat-button.mat-warn .mat-ripple-element, .realkenltd .mat-icon-button.mat-warn .mat-ripple-element, .realkenltd .mat-stroked-button.mat-warn .mat-ripple-element {
      background-color: rgba(244, 67, 54, 0.1); }
.realkenltd .mat-flat-button, .realkenltd .mat-raised-button, .realkenltd .mat-fab, .realkenltd .mat-mini-fab {
    color: rgba(0, 0, 0, 0.87);
    background-color: white; }
.realkenltd .mat-flat-button.mat-primary, .realkenltd .mat-raised-button.mat-primary, .realkenltd .mat-fab.mat-primary, .realkenltd .mat-mini-fab.mat-primary {
      color: white; }
.realkenltd .mat-flat-button.mat-accent, .realkenltd .mat-raised-button.mat-accent, .realkenltd .mat-fab.mat-accent, .realkenltd .mat-mini-fab.mat-accent {
      color: black; }
.realkenltd .mat-flat-button.mat-warn, .realkenltd .mat-raised-button.mat-warn, .realkenltd .mat-fab.mat-warn, .realkenltd .mat-mini-fab.mat-warn {
      color: white; }
.realkenltd .mat-flat-button.mat-primary[disabled], .realkenltd .mat-flat-button.mat-accent[disabled], .realkenltd .mat-flat-button.mat-warn[disabled], .realkenltd .mat-flat-button[disabled][disabled], .realkenltd .mat-raised-button.mat-primary[disabled], .realkenltd .mat-raised-button.mat-accent[disabled], .realkenltd .mat-raised-button.mat-warn[disabled], .realkenltd .mat-raised-button[disabled][disabled], .realkenltd .mat-fab.mat-primary[disabled], .realkenltd .mat-fab.mat-accent[disabled], .realkenltd .mat-fab.mat-warn[disabled], .realkenltd .mat-fab[disabled][disabled], .realkenltd .mat-mini-fab.mat-primary[disabled], .realkenltd .mat-mini-fab.mat-accent[disabled], .realkenltd .mat-mini-fab.mat-warn[disabled], .realkenltd .mat-mini-fab[disabled][disabled] {
      color: rgba(0, 0, 0, 0.26); }
.realkenltd .mat-flat-button.mat-primary, .realkenltd .mat-raised-button.mat-primary, .realkenltd .mat-fab.mat-primary, .realkenltd .mat-mini-fab.mat-primary {
      background-color: #47803c; }
.realkenltd .mat-flat-button.mat-accent, .realkenltd .mat-raised-button.mat-accent, .realkenltd .mat-fab.mat-accent, .realkenltd .mat-mini-fab.mat-accent {
      background-color: #ffd97d; }
.realkenltd .mat-flat-button.mat-warn, .realkenltd .mat-raised-button.mat-warn, .realkenltd .mat-fab.mat-warn, .realkenltd .mat-mini-fab.mat-warn {
      background-color: #f44336; }
.realkenltd .mat-flat-button.mat-primary[disabled], .realkenltd .mat-flat-button.mat-accent[disabled], .realkenltd .mat-flat-button.mat-warn[disabled], .realkenltd .mat-flat-button[disabled][disabled], .realkenltd .mat-raised-button.mat-primary[disabled], .realkenltd .mat-raised-button.mat-accent[disabled], .realkenltd .mat-raised-button.mat-warn[disabled], .realkenltd .mat-raised-button[disabled][disabled], .realkenltd .mat-fab.mat-primary[disabled], .realkenltd .mat-fab.mat-accent[disabled], .realkenltd .mat-fab.mat-warn[disabled], .realkenltd .mat-fab[disabled][disabled], .realkenltd .mat-mini-fab.mat-primary[disabled], .realkenltd .mat-mini-fab.mat-accent[disabled], .realkenltd .mat-mini-fab.mat-warn[disabled], .realkenltd .mat-mini-fab[disabled][disabled] {
      background-color: rgba(0, 0, 0, 0.12); }
.realkenltd .mat-flat-button.mat-primary .mat-ripple-element, .realkenltd .mat-raised-button.mat-primary .mat-ripple-element, .realkenltd .mat-fab.mat-primary .mat-ripple-element, .realkenltd .mat-mini-fab.mat-primary .mat-ripple-element {
      background-color: rgba(255, 255, 255, 0.1); }
.realkenltd .mat-flat-button.mat-accent .mat-ripple-element, .realkenltd .mat-raised-button.mat-accent .mat-ripple-element, .realkenltd .mat-fab.mat-accent .mat-ripple-element, .realkenltd .mat-mini-fab.mat-accent .mat-ripple-element {
      background-color: rgba(0, 0, 0, 0.1); }
.realkenltd .mat-flat-button.mat-warn .mat-ripple-element, .realkenltd .mat-raised-button.mat-warn .mat-ripple-element, .realkenltd .mat-fab.mat-warn .mat-ripple-element, .realkenltd .mat-mini-fab.mat-warn .mat-ripple-element {
      background-color: rgba(255, 255, 255, 0.1); }
.realkenltd .mat-icon-button.mat-primary .mat-ripple-element {
    background-color: rgba(71, 128, 60, 0.2); }
.realkenltd .mat-icon-button.mat-accent .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.2); }
.realkenltd .mat-icon-button.mat-warn .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.2); }
.realkenltd .mat-button-toggle {
    color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-button-toggle .mat-button-toggle-focus-overlay {
      background-color: rgba(0, 0, 0, 0.12); }
.realkenltd .mat-button-toggle-checked {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-button-toggle-disabled {
    background-color: #eeeeee;
    color: rgba(0, 0, 0, 0.26); }
.realkenltd .mat-button-toggle-disabled.mat-button-toggle-checked {
      background-color: #bdbdbd; }
.realkenltd .mat-card {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-card-subtitle {
    color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-checkbox-frame {
    border-color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-checkbox-checkmark {
    fill: #fafafa; }
.realkenltd .mat-checkbox-checkmark-path {
    stroke: #fafafa !important; }
@media screen and (-ms-high-contrast: black-on-white) {
      .realkenltd .mat-checkbox-checkmark-path {
        stroke: #000 !important; } }
.realkenltd .mat-checkbox-mixedmark {
    background-color: #fafafa; }
.realkenltd .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .realkenltd .mat-checkbox-checked.mat-primary .mat-checkbox-background {
    background-color: #47803c; }
.realkenltd .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .realkenltd .mat-checkbox-checked.mat-accent .mat-checkbox-background {
    background-color: #ffd97d; }
.realkenltd .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .realkenltd .mat-checkbox-checked.mat-warn .mat-checkbox-background {
    background-color: #f44336; }
.realkenltd .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .realkenltd .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
    background-color: #b0b0b0; }
.realkenltd .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0; }
.realkenltd .mat-checkbox-disabled .mat-checkbox-label {
    color: #b0b0b0; }
@media screen and (-ms-high-contrast: active) {
    .realkenltd .mat-checkbox-disabled {
      opacity: 0.5; } }
@media screen and (-ms-high-contrast: active) {
    .realkenltd .mat-checkbox-background {
      background: none; } }
.realkenltd .mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(71, 128, 60, 0.26); }
.realkenltd .mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.26); }
.realkenltd .mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.26); }
.realkenltd .mat-chip.mat-standard-chip {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-chip.mat-standard-chip .mat-chip-remove {
      color: rgba(0, 0, 0, 0.87);
      opacity: 0.4; }
.realkenltd .mat-chip.mat-standard-chip .mat-chip-remove:hover {
      opacity: 0.54; }
.realkenltd .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
    background-color: #47803c;
    color: white; }
.realkenltd .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
      color: white;
      opacity: 0.4; }
.realkenltd .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover {
      opacity: 0.54; }
.realkenltd .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
    background-color: #f44336;
    color: white; }
.realkenltd .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
      color: white;
      opacity: 0.4; }
.realkenltd .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover {
      opacity: 0.54; }
.realkenltd .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
    background-color: #ffd97d;
    color: black; }
.realkenltd .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
      color: black;
      opacity: 0.4; }
.realkenltd .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover {
      opacity: 0.54; }
.realkenltd .mat-table {
    background: white; }
.realkenltd .mat-table thead, .realkenltd .mat-table tbody, .realkenltd .mat-table tfoot,
  .realkenltd mat-header-row, .realkenltd mat-row, .realkenltd mat-footer-row,
  .realkenltd [mat-header-row], .realkenltd [mat-row], .realkenltd [mat-footer-row],
  .realkenltd .mat-table-sticky {
    background: inherit; }
.realkenltd mat-row, .realkenltd mat-header-row, .realkenltd mat-footer-row,
  .realkenltd th.mat-header-cell, .realkenltd td.mat-cell, .realkenltd td.mat-footer-cell {
    border-bottom-color: rgba(0, 0, 0, 0.12); }
.realkenltd .mat-header-cell {
    color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-cell, .realkenltd .mat-footer-cell {
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-calendar-arrow {
    border-top-color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-datepicker-toggle,
  .realkenltd .mat-datepicker-content .mat-calendar-next-button,
  .realkenltd .mat-datepicker-content .mat-calendar-previous-button {
    color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-calendar-table-header {
    color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-calendar-table-header-divider::after {
    background: rgba(0, 0, 0, 0.12); }
.realkenltd .mat-calendar-body-label {
    color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-calendar-body-cell-content {
    color: rgba(0, 0, 0, 0.87);
    border-color: transparent; }
.realkenltd .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
  .realkenltd .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
  .realkenltd .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    background-color: rgba(0, 0, 0, 0.04); }
.realkenltd .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, 0.18); }
.realkenltd .mat-calendar-body-selected {
    background-color: #47803c;
    color: white; }
.realkenltd .mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(71, 128, 60, 0.4); }
.realkenltd .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px white; }
.realkenltd .mat-datepicker-content {
    background-color: white;
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
      background-color: #ffd97d;
      color: black; }
.realkenltd .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
      background-color: rgba(255, 217, 125, 0.4); }
.realkenltd .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
      box-shadow: inset 0 0 0 1px black; }
.realkenltd .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
      background-color: #f44336;
      color: white; }
.realkenltd .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
      background-color: rgba(244, 67, 54, 0.4); }
.realkenltd .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
      box-shadow: inset 0 0 0 1px white; }
.realkenltd .mat-datepicker-toggle-active {
    color: #47803c; }
.realkenltd .mat-datepicker-toggle-active.mat-accent {
      color: #ffd97d; }
.realkenltd .mat-datepicker-toggle-active.mat-warn {
      color: #f44336; }
.realkenltd .mat-dialog-container {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-divider {
    border-top-color: rgba(0, 0, 0, 0.12); }
.realkenltd .mat-divider-vertical {
    border-right-color: rgba(0, 0, 0, 0.12); }
.realkenltd .mat-expansion-panel {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-action-row {
    border-top-color: rgba(0, 0, 0, 0.12); }
.realkenltd .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-keyboard-focused, .realkenltd .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-program-focused, .realkenltd .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']):hover {
    background: rgba(0, 0, 0, 0.04); }
@media (hover: none) {
    .realkenltd .mat-expansion-panel:not(.mat-expanded):not([aria-disabled='true']) .mat-expansion-panel-header:hover {
      background: white; } }
.realkenltd .mat-expansion-panel-header-title {
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-expansion-panel-header-description,
  .realkenltd .mat-expansion-indicator::after {
    color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-expansion-panel-header[aria-disabled='true'] {
    color: rgba(0, 0, 0, 0.26); }
.realkenltd .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-title,
    .realkenltd .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-description {
      color: inherit; }
.realkenltd .mat-form-field-label {
    color: rgba(0, 0, 0, 0.6); }
.realkenltd .mat-hint {
    color: rgba(0, 0, 0, 0.6); }
.realkenltd .mat-form-field.mat-focused .mat-form-field-label {
    color: #47803c; }
.realkenltd .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
      color: #ffd97d; }
.realkenltd .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
      color: #f44336; }
.realkenltd .mat-focused .mat-form-field-required-marker {
    color: #ffd97d; }
.realkenltd .mat-form-field-ripple {
    background-color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #47803c; }
.realkenltd .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
      background-color: #ffd97d; }
.realkenltd .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
      background-color: #f44336; }
.realkenltd .mat-form-field.mat-form-field-invalid .mat-form-field-label {
    color: #f44336; }
.realkenltd .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
    .realkenltd .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
      color: #f44336; }
.realkenltd .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
  .realkenltd .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #f44336; }
.realkenltd .mat-error {
    color: #f44336; }
.realkenltd .mat-form-field-appearance-legacy .mat-form-field-label {
    color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-form-field-appearance-legacy .mat-hint {
    color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-form-field-appearance-legacy .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42); }
.realkenltd .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    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; }
.realkenltd .mat-form-field-appearance-standard .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42); }
.realkenltd .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
    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; }
.realkenltd .mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.04); }
.realkenltd .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.02); }
.realkenltd .mat-form-field-appearance-fill .mat-form-field-underline::before {
    background-color: rgba(0, 0, 0, 0.42); }
.realkenltd .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
    background-color: transparent; }
.realkenltd .mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(0, 0, 0, 0.12); }
.realkenltd .mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #47803c; }
.realkenltd .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
    color: #ffd97d; }
.realkenltd .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
    color: #f44336; }
.realkenltd .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #f44336; }
.realkenltd .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
    color: rgba(0, 0, 0, 0.06); }
.realkenltd .mat-icon.mat-primary {
    color: #47803c; }
.realkenltd .mat-icon.mat-accent {
    color: #ffd97d; }
.realkenltd .mat-icon.mat-warn {
    color: #f44336; }
.realkenltd .mat-input-element:disabled {
    color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-input-element {
    caret-color: #47803c; }
.realkenltd .mat-input-element::-moz-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.realkenltd .mat-input-element::placeholder {
      color: rgba(0, 0, 0, 0.42); }
.realkenltd .mat-input-element::-moz-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.realkenltd .mat-input-element::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.realkenltd .mat-input-element:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.realkenltd .mat-accent .mat-input-element {
    caret-color: #ffd97d; }
.realkenltd .mat-warn .mat-input-element,
  .realkenltd .mat-form-field-invalid .mat-input-element {
    caret-color: #f44336; }
.realkenltd .mat-list .mat-list-item, .realkenltd .mat-nav-list .mat-list-item, .realkenltd .mat-selection-list .mat-list-item {
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-list .mat-list-option, .realkenltd .mat-nav-list .mat-list-option, .realkenltd .mat-selection-list .mat-list-option {
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-list .mat-subheader, .realkenltd .mat-nav-list .mat-subheader, .realkenltd .mat-selection-list .mat-subheader {
    color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-list-item-disabled {
    background-color: #eeeeee; }
.realkenltd .mat-list-option:hover, .realkenltd .mat-list-option.mat-list-item-focus,
  .realkenltd .mat-nav-list .mat-list-item:hover,
  .realkenltd .mat-nav-list .mat-list-item.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }
.realkenltd .mat-menu-panel {
    background: white; }
.realkenltd .mat-menu-item {
    background: transparent;
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-menu-item[disabled], .realkenltd .mat-menu-item[disabled]::after {
      color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-menu-item .mat-icon:not([color]),
  .realkenltd .mat-menu-item-submenu-trigger::after {
    color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-menu-item:hover:not([disabled]),
  .realkenltd .mat-menu-item.cdk-program-focused:not([disabled]),
  .realkenltd .mat-menu-item.cdk-keyboard-focused:not([disabled]),
  .realkenltd .mat-menu-item-highlighted:not([disabled]) {
    background: rgba(0, 0, 0, 0.04); }
.realkenltd .mat-paginator {
    background: white; }
.realkenltd .mat-paginator,
  .realkenltd .mat-paginator-page-size .mat-select-trigger {
    color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-paginator-decrement,
  .realkenltd .mat-paginator-increment {
    border-top: 2px solid rgba(0, 0, 0, 0.54);
    border-right: 2px solid rgba(0, 0, 0, 0.54); }
.realkenltd .mat-paginator-first,
  .realkenltd .mat-paginator-last {
    border-top: 2px solid rgba(0, 0, 0, 0.54); }
.realkenltd .mat-icon-button[disabled] .mat-paginator-decrement,
  .realkenltd .mat-icon-button[disabled] .mat-paginator-increment,
  .realkenltd .mat-icon-button[disabled] .mat-paginator-first,
  .realkenltd .mat-icon-button[disabled] .mat-paginator-last {
    border-color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-progress-bar-background {
    fill: #c8d9c5; }
.realkenltd .mat-progress-bar-buffer {
    background-color: #c8d9c5; }
.realkenltd .mat-progress-bar-fill::after {
    background-color: #47803c; }
.realkenltd .mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #fff4d8; }
.realkenltd .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #fff4d8; }
.realkenltd .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
    background-color: #ffd97d; }
.realkenltd .mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #ffcdd2; }
.realkenltd .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #ffcdd2; }
.realkenltd .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
    background-color: #f44336; }
.realkenltd .mat-progress-spinner circle, .realkenltd .mat-spinner circle {
    stroke: #47803c; }
.realkenltd .mat-progress-spinner.mat-accent circle, .realkenltd .mat-spinner.mat-accent circle {
    stroke: #ffd97d; }
.realkenltd .mat-progress-spinner.mat-warn circle, .realkenltd .mat-spinner.mat-warn circle {
    stroke: #f44336; }
.realkenltd .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #47803c; }
.realkenltd .mat-radio-button.mat-primary .mat-radio-inner-circle {
    background-color: #47803c; }
.realkenltd .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(71, 128, 60, 0.26); }
.realkenltd .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #ffd97d; }
.realkenltd .mat-radio-button.mat-accent .mat-radio-inner-circle {
    background-color: #ffd97d; }
.realkenltd .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.26); }
.realkenltd .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #f44336; }
.realkenltd .mat-radio-button.mat-warn .mat-radio-inner-circle {
    background-color: #f44336; }
.realkenltd .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.26); }
.realkenltd .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
  .realkenltd .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
  .realkenltd .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
    background-color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
    color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-select-content, .realkenltd .mat-select-panel-done-animating {
    background: white; }
.realkenltd .mat-select-value {
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-select-placeholder {
    color: rgba(0, 0, 0, 0.42); }
.realkenltd .mat-select-disabled .mat-select-value {
    color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-select-arrow {
    color: rgba(0, 0, 0, 0.54); }
.realkenltd .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
    background: rgba(0, 0, 0, 0.12); }
.realkenltd .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #47803c; }
.realkenltd .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #ffd97d; }
.realkenltd .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
    color: #f44336; }
.realkenltd .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
    color: #f44336; }
.realkenltd .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-drawer-container {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-drawer {
    background-color: white;
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-drawer.mat-drawer-push {
      background-color: white; }
.realkenltd .mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0, 0, 0, 0.6); }
.realkenltd .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #ffd97d; }
.realkenltd .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(255, 217, 125, 0.5); }
.realkenltd .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.06); }
.realkenltd .mat-slide-toggle .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.12); }
.realkenltd .mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #47803c; }
.realkenltd .mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(71, 128, 60, 0.5); }
.realkenltd .mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.06); }
.realkenltd .mat-slide-toggle.mat-primary .mat-ripple-element {
    background-color: rgba(71, 128, 60, 0.12); }
.realkenltd .mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #f44336; }
.realkenltd .mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(244, 67, 54, 0.5); }
.realkenltd .mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.06); }
.realkenltd .mat-slide-toggle.mat-warn .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.12); }
.realkenltd .mat-disabled .mat-slide-toggle-thumb {
    background-color: #bdbdbd; }
.realkenltd .mat-disabled .mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, 0.1); }
.realkenltd .mat-slide-toggle-thumb {
    background-color: #fafafa; }
.realkenltd .mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26); }
.realkenltd .mat-primary .mat-slider-track-fill,
  .realkenltd .mat-primary .mat-slider-thumb,
  .realkenltd .mat-primary .mat-slider-thumb-label {
    background-color: #47803c; }
.realkenltd .mat-primary .mat-slider-thumb-label-text {
    color: white; }
.realkenltd .mat-accent .mat-slider-track-fill,
  .realkenltd .mat-accent .mat-slider-thumb,
  .realkenltd .mat-accent .mat-slider-thumb-label {
    background-color: #ffd97d; }
.realkenltd .mat-accent .mat-slider-thumb-label-text {
    color: black; }
.realkenltd .mat-warn .mat-slider-track-fill,
  .realkenltd .mat-warn .mat-slider-thumb,
  .realkenltd .mat-warn .mat-slider-thumb-label {
    background-color: #f44336; }
.realkenltd .mat-warn .mat-slider-thumb-label-text {
    color: white; }
.realkenltd .mat-slider-focus-ring {
    background-color: rgba(255, 217, 125, 0.2); }
.realkenltd .mat-slider:hover .mat-slider-track-background,
  .realkenltd .cdk-focused .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-slider-disabled .mat-slider-track-background,
  .realkenltd .mat-slider-disabled .mat-slider-track-fill,
  .realkenltd .mat-slider-disabled .mat-slider-thumb {
    background-color: rgba(0, 0, 0, 0.26); }
.realkenltd .mat-slider-disabled:hover .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26); }
.realkenltd .mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0, 0, 0, 0.12); }
.realkenltd .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
  .realkenltd .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
  .realkenltd .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.26); }
.realkenltd .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.26);
    background-color: transparent; }
.realkenltd .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .realkenltd .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .realkenltd .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); }
.realkenltd .mat-slider-has-ticks .mat-slider-wrapper::after {
    border-color: rgba(0, 0, 0, 0.7); }
.realkenltd .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); }
.realkenltd .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); }
.realkenltd .mat-step-header.cdk-keyboard-focused, .realkenltd .mat-step-header.cdk-program-focused, .realkenltd .mat-step-header:hover {
    background-color: rgba(0, 0, 0, 0.04); }
.realkenltd .mat-step-header .mat-step-label,
  .realkenltd .mat-step-header .mat-step-optional {
    color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-step-header .mat-step-icon {
    background-color: #47803c;
    color: white; }
.realkenltd .mat-step-header .mat-step-icon-not-touched {
    background-color: rgba(0, 0, 0, 0.38);
    color: white; }
.realkenltd .mat-step-header .mat-step-label.mat-step-label-active {
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-stepper-horizontal, .realkenltd .mat-stepper-vertical {
    background-color: white; }
.realkenltd .mat-stepper-vertical-line::before {
    border-left-color: rgba(0, 0, 0, 0.12); }
.realkenltd .mat-stepper-horizontal-line {
    border-top-color: rgba(0, 0, 0, 0.12); }
.realkenltd .mat-sort-header-arrow {
    color: #757575; }
.realkenltd .mat-tab-nav-bar,
  .realkenltd .mat-tab-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.realkenltd .mat-tab-group-inverted-header .mat-tab-nav-bar,
  .realkenltd .mat-tab-group-inverted-header .mat-tab-header {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: none; }
.realkenltd .mat-tab-label, .realkenltd .mat-tab-link {
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-tab-label.mat-tab-disabled, .realkenltd .mat-tab-link.mat-tab-disabled {
      color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.38); }
.realkenltd .mat-tab-group[class*='mat-background-'] .mat-tab-header,
  .realkenltd .mat-tab-nav-bar[class*='mat-background-'] {
    border-bottom: none;
    border-top: none; }
.realkenltd .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(200, 217, 197, 0.3); }
.realkenltd .mat-tab-group.mat-primary .mat-ink-bar, .realkenltd .mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #47803c; }
.realkenltd .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .realkenltd .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: white; }
.realkenltd .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 244, 216, 0.3); }
.realkenltd .mat-tab-group.mat-accent .mat-ink-bar, .realkenltd .mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #ffd97d; }
.realkenltd .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .realkenltd .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: black; }
.realkenltd .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 205, 210, 0.3); }
.realkenltd .mat-tab-group.mat-warn .mat-ink-bar, .realkenltd .mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #f44336; }
.realkenltd .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .realkenltd .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: white; }
.realkenltd .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(200, 217, 197, 0.3); }
.realkenltd .mat-tab-group.mat-background-primary .mat-tab-header, .realkenltd .mat-tab-group.mat-background-primary .mat-tab-links, .realkenltd .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .realkenltd .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
    background-color: #47803c; }
.realkenltd .mat-tab-group.mat-background-primary .mat-tab-label, .realkenltd .mat-tab-group.mat-background-primary .mat-tab-link, .realkenltd .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .realkenltd .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: white; }
.realkenltd .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .realkenltd .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .realkenltd .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .realkenltd .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
      color: rgba(255, 255, 255, 0.4); }
.realkenltd .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .realkenltd .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: white; }
.realkenltd .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .realkenltd .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); }
.realkenltd .mat-tab-group.mat-background-primary .mat-ripple-element, .realkenltd .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.12); }
.realkenltd .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 244, 216, 0.3); }
.realkenltd .mat-tab-group.mat-background-accent .mat-tab-header, .realkenltd .mat-tab-group.mat-background-accent .mat-tab-links, .realkenltd .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .realkenltd .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
    background-color: #ffd97d; }
.realkenltd .mat-tab-group.mat-background-accent .mat-tab-label, .realkenltd .mat-tab-group.mat-background-accent .mat-tab-link, .realkenltd .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .realkenltd .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: black; }
.realkenltd .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .realkenltd .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .realkenltd .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .realkenltd .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
      color: rgba(0, 0, 0, 0.4); }
.realkenltd .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .realkenltd .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: black; }
.realkenltd .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .realkenltd .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); }
.realkenltd .mat-tab-group.mat-background-accent .mat-ripple-element, .realkenltd .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.12); }
.realkenltd .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .realkenltd .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .realkenltd .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .realkenltd .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); }
.realkenltd .mat-tab-group.mat-background-warn .mat-tab-header, .realkenltd .mat-tab-group.mat-background-warn .mat-tab-links, .realkenltd .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .realkenltd .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
    background-color: #f44336; }
.realkenltd .mat-tab-group.mat-background-warn .mat-tab-label, .realkenltd .mat-tab-group.mat-background-warn .mat-tab-link, .realkenltd .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .realkenltd .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: white; }
.realkenltd .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .realkenltd .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .realkenltd .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .realkenltd .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
      color: rgba(255, 255, 255, 0.4); }
.realkenltd .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .realkenltd .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: white; }
.realkenltd .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .realkenltd .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); }
.realkenltd .mat-tab-group.mat-background-warn .mat-ripple-element, .realkenltd .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.12); }
.realkenltd .mat-toolbar {
    background: whitesmoke;
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-toolbar.mat-primary {
      background: #47803c;
      color: white; }
.realkenltd .mat-toolbar.mat-accent {
      background: #ffd97d;
      color: black; }
.realkenltd .mat-toolbar.mat-warn {
      background: #f44336;
      color: white; }
.realkenltd .mat-toolbar .mat-form-field-underline,
    .realkenltd .mat-toolbar .mat-form-field-ripple,
    .realkenltd .mat-toolbar .mat-focused .mat-form-field-ripple {
      background-color: currentColor; }
.realkenltd .mat-toolbar .mat-form-field-label,
    .realkenltd .mat-toolbar .mat-focused .mat-form-field-label,
    .realkenltd .mat-toolbar .mat-select-value,
    .realkenltd .mat-toolbar .mat-select-arrow,
    .realkenltd .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
      color: inherit; }
.realkenltd .mat-toolbar .mat-input-element {
      caret-color: currentColor; }
.realkenltd .mat-tooltip {
    background: rgba(97, 97, 97, 0.9); }
.realkenltd .mat-tree {
    background: white; }
.realkenltd .mat-tree-node {
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-snack-bar-container {
    background: #323232;
    color: white; }
.realkenltd .mat-simple-snackbar-action {
    color: #ffd97d; }
.realkenltd .header-topnav {
    background-color: #38642f;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); }
.realkenltd .mat-bg-primary,
  .realkenltd .topbar,
  .realkenltd .chats-wrap .conversations-hold .single-conversation.me .conversation-msg,
  .realkenltd .ngx-datatable .datatable-footer .datatable-pager .pager .pages.active a,
  .realkenltd .fileupload-drop-zone.dz-file-over,
  .realkenltd .toolbar-avatar.online > .status-dot,
  .realkenltd .cal-open-day-events,
  .realkenltd div.hopscotch-bubble {
    background: #47803c !important;
    color: #ffffff !important; }
.realkenltd .mat-color-primary,
  .realkenltd .list-item-active,
  .realkenltd .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
  .realkenltd .sidenav-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
  .realkenltd .sidenav-hold .sidenav li.open > a > span {
    color: #47803c !important; }
.realkenltd .topnav ul.menu > li > div.open > a,
  .realkenltd .topnav ul.menu > li > div.open > div,
  .realkenltd .sidebar-panel .sidebar-list-item.open > .mat-list-item-content > .sub-menu,
  .realkenltd .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
  .realkenltd .list-item-active {
    border-color: #47803c !important; }
.realkenltd .sidebar-compact ul.submenu,
  .realkenltd .default-bg {
    background: #ffffff !important; }
.realkenltd div.hopscotch-bubble {
    border-color: #38642f; }
.realkenltd div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 17px solid #38642f; }
.realkenltd div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-bottom: 17px solid #47803c;
    top: -16px; }
.realkenltd div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 17px solid #38642f; }
.realkenltd div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-left: 17px solid #47803c;
    left: -1px; }
.realkenltd div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-top: 17px solid #38642f; }
.realkenltd div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-top: 17px solid #47803c;
    top: -18px; }
.realkenltd div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-right: 17px solid #38642f; }
.realkenltd div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    left: 1px;
    border-right: 17px solid #47803c; }
.realkenltd .mat-bg-accent,
  .realkenltd div.hopscotch-bubble .hopscotch-bubble-number,
  .realkenltd div.hopscotch-bubble .hopscotch-nav-button.next:hover,
  .realkenltd div.hopscotch-bubble .hopscotch-nav-button.next {
    background-color: #ffd97d;
    color: black; }
.realkenltd .mat-bg-warn {
    background-color: #f44336;
    color: white; }
.realkenltd .mat-color-accent {
    color: #ffd97d; }
.realkenltd .mat-color-warn {
    color: #f44336; }
.realkenltd .mat-color-default {
    color: rgba(0, 0, 0, 0.87); }
.realkenltd .mat-card {
    border-top: solid 5px #38642f; }
.realkenltd .top-stats mat-card:hover {
    background: #c8d9c5;
    cursor: pointer; }
.realkenltd .ngx-datatable a, .realkenltd .mat-table a {
    color: #38642f; }
.realkenltd .drop-container {
    border: dashed 2px #47803c; }
.realkenltd b.current-lease-terms {
    color: #47803c; }
.realkenltd .mat-tooltip {
    background-color: #38642f; }
.realkenltd .pay-bill__delete {
    color: #38642f; }
.realkenltd .drop-container {
    border: dashed 2px #47803c; }
.realkenltd .drop-container.is-drop-over {
    border-color: #38642f; }
.realkenltd .uploaded-file {
    color: #38642f; }
.realkenltd .unit-summary.mat-card {
    border: solid 1px #38642f;
    background: #c8d9c5; }
.realkenltd .item span.item-name.work-order-title {
    color: #38642f; }
.realkenltd .item .form__label span.item-name {
    color: #38642f; }
.soithouse {
  /* Hopscotch Tour */
  /* up arrow  */
  /* right arrow */
  /* bottom arrow */
  /* Left Arrow */ }
.soithouse .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }
.soithouse .mat-option {
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-option:hover:not(.mat-option-disabled), .soithouse .mat-option:focus:not(.mat-option-disabled) {
      background: rgba(0, 0, 0, 0.04); }
.soithouse .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
      background: rgba(0, 0, 0, 0.04); }
.soithouse .mat-option.mat-active {
      background: rgba(0, 0, 0, 0.04);
      color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-option.mat-option-disabled {
      color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #18203a; }
.soithouse .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #ffd97d; }
.soithouse .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #f44336; }
.soithouse .mat-optgroup-label {
    color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-optgroup-disabled .mat-optgroup-label {
    color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-pseudo-checkbox {
    color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-pseudo-checkbox::after {
      color: #fafafa; }
.soithouse .mat-pseudo-checkbox-checked,
  .soithouse .mat-pseudo-checkbox-indeterminate,
  .soithouse .mat-accent .mat-pseudo-checkbox-checked,
  .soithouse .mat-accent .mat-pseudo-checkbox-indeterminate {
    background: #ffd97d; }
.soithouse .mat-primary .mat-pseudo-checkbox-checked,
  .soithouse .mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #18203a; }
.soithouse .mat-warn .mat-pseudo-checkbox-checked,
  .soithouse .mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #f44336; }
.soithouse .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
  .soithouse .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
    background: #b0b0b0; }
.soithouse .mat-app-background, .soithouse.mat-app-background {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87); }
.mat-theme-loaded-marker {
    display: none; }
.soithouse .mat-autocomplete-panel {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
      background: white; }
.soithouse .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
        color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-badge-content {
    color: white;
    background: #18203a; }
.soithouse .mat-badge-accent .mat-badge-content {
    background: #ffd97d;
    color: black; }
.soithouse .mat-badge-warn .mat-badge-content {
    color: white;
    background: #f44336; }
.soithouse .mat-badge {
    position: relative; }
.soithouse .mat-badge-hidden .mat-badge-content {
    display: none; }
.soithouse .mat-badge-content {
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: transform 200ms ease-in-out;
    transform: scale(0.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none; }
.soithouse .mat-badge-content.mat-badge-active {
    transform: none; }
.soithouse .mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px; }
@media screen and (-ms-high-contrast: active) {
      .soithouse .mat-badge-small .mat-badge-content {
        outline: solid 1px;
        border-radius: 0; } }
.soithouse .mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px; }
.soithouse .mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px; }
.soithouse .mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px; }
[dir='rtl'] .soithouse .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px; }
.soithouse .mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px; }
[dir='rtl'] .soithouse .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px; }
.soithouse .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px; }
[dir='rtl'] .soithouse .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px; }
.soithouse .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px; }
[dir='rtl'] .soithouse .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px; }
.soithouse .mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px; }
@media screen and (-ms-high-contrast: active) {
      .soithouse .mat-badge-medium .mat-badge-content {
        outline: solid 1px;
        border-radius: 0; } }
.soithouse .mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px; }
.soithouse .mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px; }
.soithouse .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px; }
[dir='rtl'] .soithouse .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px; }
.soithouse .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px; }
[dir='rtl'] .soithouse .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px; }
.soithouse .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px; }
[dir='rtl'] .soithouse .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px; }
.soithouse .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px; }
[dir='rtl'] .soithouse .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px; }
.soithouse .mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px; }
@media screen and (-ms-high-contrast: active) {
      .soithouse .mat-badge-large .mat-badge-content {
        outline: solid 1px;
        border-radius: 0; } }
.soithouse .mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px; }
.soithouse .mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px; }
.soithouse .mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px; }
[dir='rtl'] .soithouse .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px; }
.soithouse .mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px; }
[dir='rtl'] .soithouse .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px; }
.soithouse .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px; }
[dir='rtl'] .soithouse .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px; }
.soithouse .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px; }
[dir='rtl'] .soithouse .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px; }
.soithouse .mat-bottom-sheet-container {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-button, .soithouse .mat-icon-button, .soithouse .mat-stroked-button {
    color: inherit;
    background: transparent; }
.soithouse .mat-button.mat-primary, .soithouse .mat-icon-button.mat-primary, .soithouse .mat-stroked-button.mat-primary {
      color: #18203a; }
.soithouse .mat-button.mat-accent, .soithouse .mat-icon-button.mat-accent, .soithouse .mat-stroked-button.mat-accent {
      color: #ffd97d; }
.soithouse .mat-button.mat-warn, .soithouse .mat-icon-button.mat-warn, .soithouse .mat-stroked-button.mat-warn {
      color: #f44336; }
.soithouse .mat-button.mat-primary[disabled], .soithouse .mat-button.mat-accent[disabled], .soithouse .mat-button.mat-warn[disabled], .soithouse .mat-button[disabled][disabled], .soithouse .mat-icon-button.mat-primary[disabled], .soithouse .mat-icon-button.mat-accent[disabled], .soithouse .mat-icon-button.mat-warn[disabled], .soithouse .mat-icon-button[disabled][disabled], .soithouse .mat-stroked-button.mat-primary[disabled], .soithouse .mat-stroked-button.mat-accent[disabled], .soithouse .mat-stroked-button.mat-warn[disabled], .soithouse .mat-stroked-button[disabled][disabled] {
      color: rgba(0, 0, 0, 0.26); }
.soithouse .mat-button.mat-primary .mat-button-focus-overlay, .soithouse .mat-icon-button.mat-primary .mat-button-focus-overlay, .soithouse .mat-stroked-button.mat-primary .mat-button-focus-overlay {
      background-color: rgba(24, 32, 58, 0.12); }
.soithouse .mat-button.mat-accent .mat-button-focus-overlay, .soithouse .mat-icon-button.mat-accent .mat-button-focus-overlay, .soithouse .mat-stroked-button.mat-accent .mat-button-focus-overlay {
      background-color: rgba(255, 217, 125, 0.12); }
.soithouse .mat-button.mat-warn .mat-button-focus-overlay, .soithouse .mat-icon-button.mat-warn .mat-button-focus-overlay, .soithouse .mat-stroked-button.mat-warn .mat-button-focus-overlay {
      background-color: rgba(244, 67, 54, 0.12); }
.soithouse .mat-button[disabled] .mat-button-focus-overlay, .soithouse .mat-icon-button[disabled] .mat-button-focus-overlay, .soithouse .mat-stroked-button[disabled] .mat-button-focus-overlay {
      background-color: transparent; }
.soithouse .mat-button.mat-primary .mat-ripple-element, .soithouse .mat-icon-button.mat-primary .mat-ripple-element, .soithouse .mat-stroked-button.mat-primary .mat-ripple-element {
      background-color: rgba(24, 32, 58, 0.1); }
.soithouse .mat-button.mat-accent .mat-ripple-element, .soithouse .mat-icon-button.mat-accent .mat-ripple-element, .soithouse .mat-stroked-button.mat-accent .mat-ripple-element {
      background-color: rgba(255, 217, 125, 0.1); }
.soithouse .mat-button.mat-warn .mat-ripple-element, .soithouse .mat-icon-button.mat-warn .mat-ripple-element, .soithouse .mat-stroked-button.mat-warn .mat-ripple-element {
      background-color: rgba(244, 67, 54, 0.1); }
.soithouse .mat-flat-button, .soithouse .mat-raised-button, .soithouse .mat-fab, .soithouse .mat-mini-fab {
    color: rgba(0, 0, 0, 0.87);
    background-color: white; }
.soithouse .mat-flat-button.mat-primary, .soithouse .mat-raised-button.mat-primary, .soithouse .mat-fab.mat-primary, .soithouse .mat-mini-fab.mat-primary {
      color: white; }
.soithouse .mat-flat-button.mat-accent, .soithouse .mat-raised-button.mat-accent, .soithouse .mat-fab.mat-accent, .soithouse .mat-mini-fab.mat-accent {
      color: black; }
.soithouse .mat-flat-button.mat-warn, .soithouse .mat-raised-button.mat-warn, .soithouse .mat-fab.mat-warn, .soithouse .mat-mini-fab.mat-warn {
      color: white; }
.soithouse .mat-flat-button.mat-primary[disabled], .soithouse .mat-flat-button.mat-accent[disabled], .soithouse .mat-flat-button.mat-warn[disabled], .soithouse .mat-flat-button[disabled][disabled], .soithouse .mat-raised-button.mat-primary[disabled], .soithouse .mat-raised-button.mat-accent[disabled], .soithouse .mat-raised-button.mat-warn[disabled], .soithouse .mat-raised-button[disabled][disabled], .soithouse .mat-fab.mat-primary[disabled], .soithouse .mat-fab.mat-accent[disabled], .soithouse .mat-fab.mat-warn[disabled], .soithouse .mat-fab[disabled][disabled], .soithouse .mat-mini-fab.mat-primary[disabled], .soithouse .mat-mini-fab.mat-accent[disabled], .soithouse .mat-mini-fab.mat-warn[disabled], .soithouse .mat-mini-fab[disabled][disabled] {
      color: rgba(0, 0, 0, 0.26); }
.soithouse .mat-flat-button.mat-primary, .soithouse .mat-raised-button.mat-primary, .soithouse .mat-fab.mat-primary, .soithouse .mat-mini-fab.mat-primary {
      background-color: #18203a; }
.soithouse .mat-flat-button.mat-accent, .soithouse .mat-raised-button.mat-accent, .soithouse .mat-fab.mat-accent, .soithouse .mat-mini-fab.mat-accent {
      background-color: #ffd97d; }
.soithouse .mat-flat-button.mat-warn, .soithouse .mat-raised-button.mat-warn, .soithouse .mat-fab.mat-warn, .soithouse .mat-mini-fab.mat-warn {
      background-color: #f44336; }
.soithouse .mat-flat-button.mat-primary[disabled], .soithouse .mat-flat-button.mat-accent[disabled], .soithouse .mat-flat-button.mat-warn[disabled], .soithouse .mat-flat-button[disabled][disabled], .soithouse .mat-raised-button.mat-primary[disabled], .soithouse .mat-raised-button.mat-accent[disabled], .soithouse .mat-raised-button.mat-warn[disabled], .soithouse .mat-raised-button[disabled][disabled], .soithouse .mat-fab.mat-primary[disabled], .soithouse .mat-fab.mat-accent[disabled], .soithouse .mat-fab.mat-warn[disabled], .soithouse .mat-fab[disabled][disabled], .soithouse .mat-mini-fab.mat-primary[disabled], .soithouse .mat-mini-fab.mat-accent[disabled], .soithouse .mat-mini-fab.mat-warn[disabled], .soithouse .mat-mini-fab[disabled][disabled] {
      background-color: rgba(0, 0, 0, 0.12); }
.soithouse .mat-flat-button.mat-primary .mat-ripple-element, .soithouse .mat-raised-button.mat-primary .mat-ripple-element, .soithouse .mat-fab.mat-primary .mat-ripple-element, .soithouse .mat-mini-fab.mat-primary .mat-ripple-element {
      background-color: rgba(255, 255, 255, 0.1); }
.soithouse .mat-flat-button.mat-accent .mat-ripple-element, .soithouse .mat-raised-button.mat-accent .mat-ripple-element, .soithouse .mat-fab.mat-accent .mat-ripple-element, .soithouse .mat-mini-fab.mat-accent .mat-ripple-element {
      background-color: rgba(0, 0, 0, 0.1); }
.soithouse .mat-flat-button.mat-warn .mat-ripple-element, .soithouse .mat-raised-button.mat-warn .mat-ripple-element, .soithouse .mat-fab.mat-warn .mat-ripple-element, .soithouse .mat-mini-fab.mat-warn .mat-ripple-element {
      background-color: rgba(255, 255, 255, 0.1); }
.soithouse .mat-icon-button.mat-primary .mat-ripple-element {
    background-color: rgba(24, 32, 58, 0.2); }
.soithouse .mat-icon-button.mat-accent .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.2); }
.soithouse .mat-icon-button.mat-warn .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.2); }
.soithouse .mat-button-toggle {
    color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-button-toggle .mat-button-toggle-focus-overlay {
      background-color: rgba(0, 0, 0, 0.12); }
.soithouse .mat-button-toggle-checked {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-button-toggle-disabled {
    background-color: #eeeeee;
    color: rgba(0, 0, 0, 0.26); }
.soithouse .mat-button-toggle-disabled.mat-button-toggle-checked {
      background-color: #bdbdbd; }
.soithouse .mat-card {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-card-subtitle {
    color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-checkbox-frame {
    border-color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-checkbox-checkmark {
    fill: #fafafa; }
.soithouse .mat-checkbox-checkmark-path {
    stroke: #fafafa !important; }
@media screen and (-ms-high-contrast: black-on-white) {
      .soithouse .mat-checkbox-checkmark-path {
        stroke: #000 !important; } }
.soithouse .mat-checkbox-mixedmark {
    background-color: #fafafa; }
.soithouse .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .soithouse .mat-checkbox-checked.mat-primary .mat-checkbox-background {
    background-color: #18203a; }
.soithouse .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .soithouse .mat-checkbox-checked.mat-accent .mat-checkbox-background {
    background-color: #ffd97d; }
.soithouse .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .soithouse .mat-checkbox-checked.mat-warn .mat-checkbox-background {
    background-color: #f44336; }
.soithouse .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .soithouse .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
    background-color: #b0b0b0; }
.soithouse .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0; }
.soithouse .mat-checkbox-disabled .mat-checkbox-label {
    color: #b0b0b0; }
@media screen and (-ms-high-contrast: active) {
    .soithouse .mat-checkbox-disabled {
      opacity: 0.5; } }
@media screen and (-ms-high-contrast: active) {
    .soithouse .mat-checkbox-background {
      background: none; } }
.soithouse .mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(24, 32, 58, 0.26); }
.soithouse .mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.26); }
.soithouse .mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.26); }
.soithouse .mat-chip.mat-standard-chip {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-chip.mat-standard-chip .mat-chip-remove {
      color: rgba(0, 0, 0, 0.87);
      opacity: 0.4; }
.soithouse .mat-chip.mat-standard-chip .mat-chip-remove:hover {
      opacity: 0.54; }
.soithouse .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
    background-color: #18203a;
    color: white; }
.soithouse .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
      color: white;
      opacity: 0.4; }
.soithouse .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover {
      opacity: 0.54; }
.soithouse .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
    background-color: #f44336;
    color: white; }
.soithouse .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
      color: white;
      opacity: 0.4; }
.soithouse .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover {
      opacity: 0.54; }
.soithouse .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
    background-color: #ffd97d;
    color: black; }
.soithouse .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
      color: black;
      opacity: 0.4; }
.soithouse .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover {
      opacity: 0.54; }
.soithouse .mat-table {
    background: white; }
.soithouse .mat-table thead, .soithouse .mat-table tbody, .soithouse .mat-table tfoot,
  .soithouse mat-header-row, .soithouse mat-row, .soithouse mat-footer-row,
  .soithouse [mat-header-row], .soithouse [mat-row], .soithouse [mat-footer-row],
  .soithouse .mat-table-sticky {
    background: inherit; }
.soithouse mat-row, .soithouse mat-header-row, .soithouse mat-footer-row,
  .soithouse th.mat-header-cell, .soithouse td.mat-cell, .soithouse td.mat-footer-cell {
    border-bottom-color: rgba(0, 0, 0, 0.12); }
.soithouse .mat-header-cell {
    color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-cell, .soithouse .mat-footer-cell {
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-calendar-arrow {
    border-top-color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-datepicker-toggle,
  .soithouse .mat-datepicker-content .mat-calendar-next-button,
  .soithouse .mat-datepicker-content .mat-calendar-previous-button {
    color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-calendar-table-header {
    color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-calendar-table-header-divider::after {
    background: rgba(0, 0, 0, 0.12); }
.soithouse .mat-calendar-body-label {
    color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-calendar-body-cell-content {
    color: rgba(0, 0, 0, 0.87);
    border-color: transparent; }
.soithouse .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
  .soithouse .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
  .soithouse .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    background-color: rgba(0, 0, 0, 0.04); }
.soithouse .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, 0.18); }
.soithouse .mat-calendar-body-selected {
    background-color: #18203a;
    color: white; }
.soithouse .mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(24, 32, 58, 0.4); }
.soithouse .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px white; }
.soithouse .mat-datepicker-content {
    background-color: white;
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
      background-color: #ffd97d;
      color: black; }
.soithouse .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
      background-color: rgba(255, 217, 125, 0.4); }
.soithouse .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
      box-shadow: inset 0 0 0 1px black; }
.soithouse .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
      background-color: #f44336;
      color: white; }
.soithouse .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
      background-color: rgba(244, 67, 54, 0.4); }
.soithouse .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
      box-shadow: inset 0 0 0 1px white; }
.soithouse .mat-datepicker-toggle-active {
    color: #18203a; }
.soithouse .mat-datepicker-toggle-active.mat-accent {
      color: #ffd97d; }
.soithouse .mat-datepicker-toggle-active.mat-warn {
      color: #f44336; }
.soithouse .mat-dialog-container {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-divider {
    border-top-color: rgba(0, 0, 0, 0.12); }
.soithouse .mat-divider-vertical {
    border-right-color: rgba(0, 0, 0, 0.12); }
.soithouse .mat-expansion-panel {
    background: white;
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-action-row {
    border-top-color: rgba(0, 0, 0, 0.12); }
.soithouse .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-keyboard-focused, .soithouse .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-program-focused, .soithouse .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']):hover {
    background: rgba(0, 0, 0, 0.04); }
@media (hover: none) {
    .soithouse .mat-expansion-panel:not(.mat-expanded):not([aria-disabled='true']) .mat-expansion-panel-header:hover {
      background: white; } }
.soithouse .mat-expansion-panel-header-title {
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-expansion-panel-header-description,
  .soithouse .mat-expansion-indicator::after {
    color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-expansion-panel-header[aria-disabled='true'] {
    color: rgba(0, 0, 0, 0.26); }
.soithouse .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-title,
    .soithouse .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-description {
      color: inherit; }
.soithouse .mat-form-field-label {
    color: rgba(0, 0, 0, 0.6); }
.soithouse .mat-hint {
    color: rgba(0, 0, 0, 0.6); }
.soithouse .mat-form-field.mat-focused .mat-form-field-label {
    color: #18203a; }
.soithouse .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
      color: #ffd97d; }
.soithouse .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
      color: #f44336; }
.soithouse .mat-focused .mat-form-field-required-marker {
    color: #ffd97d; }
.soithouse .mat-form-field-ripple {
    background-color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #18203a; }
.soithouse .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
      background-color: #ffd97d; }
.soithouse .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
      background-color: #f44336; }
.soithouse .mat-form-field.mat-form-field-invalid .mat-form-field-label {
    color: #f44336; }
.soithouse .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
    .soithouse .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
      color: #f44336; }
.soithouse .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
  .soithouse .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #f44336; }
.soithouse .mat-error {
    color: #f44336; }
.soithouse .mat-form-field-appearance-legacy .mat-form-field-label {
    color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-form-field-appearance-legacy .mat-hint {
    color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-form-field-appearance-legacy .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42); }
.soithouse .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    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; }
.soithouse .mat-form-field-appearance-standard .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42); }
.soithouse .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
    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; }
.soithouse .mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.04); }
.soithouse .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.02); }
.soithouse .mat-form-field-appearance-fill .mat-form-field-underline::before {
    background-color: rgba(0, 0, 0, 0.42); }
.soithouse .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
    background-color: transparent; }
.soithouse .mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(0, 0, 0, 0.12); }
.soithouse .mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #18203a; }
.soithouse .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
    color: #ffd97d; }
.soithouse .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
    color: #f44336; }
.soithouse .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #f44336; }
.soithouse .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
    color: rgba(0, 0, 0, 0.06); }
.soithouse .mat-icon.mat-primary {
    color: #18203a; }
.soithouse .mat-icon.mat-accent {
    color: #ffd97d; }
.soithouse .mat-icon.mat-warn {
    color: #f44336; }
.soithouse .mat-input-element:disabled {
    color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-input-element {
    caret-color: #18203a; }
.soithouse .mat-input-element::-moz-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.soithouse .mat-input-element::placeholder {
      color: rgba(0, 0, 0, 0.42); }
.soithouse .mat-input-element::-moz-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.soithouse .mat-input-element::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.soithouse .mat-input-element:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.42); }
.soithouse .mat-accent .mat-input-element {
    caret-color: #ffd97d; }
.soithouse .mat-warn .mat-input-element,
  .soithouse .mat-form-field-invalid .mat-input-element {
    caret-color: #f44336; }
.soithouse .mat-list .mat-list-item, .soithouse .mat-nav-list .mat-list-item, .soithouse .mat-selection-list .mat-list-item {
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-list .mat-list-option, .soithouse .mat-nav-list .mat-list-option, .soithouse .mat-selection-list .mat-list-option {
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-list .mat-subheader, .soithouse .mat-nav-list .mat-subheader, .soithouse .mat-selection-list .mat-subheader {
    color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-list-item-disabled {
    background-color: #eeeeee; }
.soithouse .mat-list-option:hover, .soithouse .mat-list-option.mat-list-item-focus,
  .soithouse .mat-nav-list .mat-list-item:hover,
  .soithouse .mat-nav-list .mat-list-item.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }
.soithouse .mat-menu-panel {
    background: white; }
.soithouse .mat-menu-item {
    background: transparent;
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-menu-item[disabled], .soithouse .mat-menu-item[disabled]::after {
      color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-menu-item .mat-icon:not([color]),
  .soithouse .mat-menu-item-submenu-trigger::after {
    color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-menu-item:hover:not([disabled]),
  .soithouse .mat-menu-item.cdk-program-focused:not([disabled]),
  .soithouse .mat-menu-item.cdk-keyboard-focused:not([disabled]),
  .soithouse .mat-menu-item-highlighted:not([disabled]) {
    background: rgba(0, 0, 0, 0.04); }
.soithouse .mat-paginator {
    background: white; }
.soithouse .mat-paginator,
  .soithouse .mat-paginator-page-size .mat-select-trigger {
    color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-paginator-decrement,
  .soithouse .mat-paginator-increment {
    border-top: 2px solid rgba(0, 0, 0, 0.54);
    border-right: 2px solid rgba(0, 0, 0, 0.54); }
.soithouse .mat-paginator-first,
  .soithouse .mat-paginator-last {
    border-top: 2px solid rgba(0, 0, 0, 0.54); }
.soithouse .mat-icon-button[disabled] .mat-paginator-decrement,
  .soithouse .mat-icon-button[disabled] .mat-paginator-increment,
  .soithouse .mat-icon-button[disabled] .mat-paginator-first,
  .soithouse .mat-icon-button[disabled] .mat-paginator-last {
    border-color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-progress-bar-background {
    fill: #babcc4; }
.soithouse .mat-progress-bar-buffer {
    background-color: #babcc4; }
.soithouse .mat-progress-bar-fill::after {
    background-color: #18203a; }
.soithouse .mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #fff4d8; }
.soithouse .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #fff4d8; }
.soithouse .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
    background-color: #ffd97d; }
.soithouse .mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #ffcdd2; }
.soithouse .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #ffcdd2; }
.soithouse .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
    background-color: #f44336; }
.soithouse .mat-progress-spinner circle, .soithouse .mat-spinner circle {
    stroke: #18203a; }
.soithouse .mat-progress-spinner.mat-accent circle, .soithouse .mat-spinner.mat-accent circle {
    stroke: #ffd97d; }
.soithouse .mat-progress-spinner.mat-warn circle, .soithouse .mat-spinner.mat-warn circle {
    stroke: #f44336; }
.soithouse .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #18203a; }
.soithouse .mat-radio-button.mat-primary .mat-radio-inner-circle {
    background-color: #18203a; }
.soithouse .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(24, 32, 58, 0.26); }
.soithouse .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #ffd97d; }
.soithouse .mat-radio-button.mat-accent .mat-radio-inner-circle {
    background-color: #ffd97d; }
.soithouse .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.26); }
.soithouse .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #f44336; }
.soithouse .mat-radio-button.mat-warn .mat-radio-inner-circle {
    background-color: #f44336; }
.soithouse .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.26); }
.soithouse .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
  .soithouse .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
  .soithouse .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
    background-color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
    color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-select-content, .soithouse .mat-select-panel-done-animating {
    background: white; }
.soithouse .mat-select-value {
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-select-placeholder {
    color: rgba(0, 0, 0, 0.42); }
.soithouse .mat-select-disabled .mat-select-value {
    color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-select-arrow {
    color: rgba(0, 0, 0, 0.54); }
.soithouse .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
    background: rgba(0, 0, 0, 0.12); }
.soithouse .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #18203a; }
.soithouse .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #ffd97d; }
.soithouse .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
    color: #f44336; }
.soithouse .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
    color: #f44336; }
.soithouse .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-drawer-container {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-drawer {
    background-color: white;
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-drawer.mat-drawer-push {
      background-color: white; }
.soithouse .mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0, 0, 0, 0.6); }
.soithouse .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #ffd97d; }
.soithouse .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(255, 217, 125, 0.5); }
.soithouse .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.06); }
.soithouse .mat-slide-toggle .mat-ripple-element {
    background-color: rgba(255, 217, 125, 0.12); }
.soithouse .mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #18203a; }
.soithouse .mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(24, 32, 58, 0.5); }
.soithouse .mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.06); }
.soithouse .mat-slide-toggle.mat-primary .mat-ripple-element {
    background-color: rgba(24, 32, 58, 0.12); }
.soithouse .mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #f44336; }
.soithouse .mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(244, 67, 54, 0.5); }
.soithouse .mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.06); }
.soithouse .mat-slide-toggle.mat-warn .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.12); }
.soithouse .mat-disabled .mat-slide-toggle-thumb {
    background-color: #bdbdbd; }
.soithouse .mat-disabled .mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, 0.1); }
.soithouse .mat-slide-toggle-thumb {
    background-color: #fafafa; }
.soithouse .mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26); }
.soithouse .mat-primary .mat-slider-track-fill,
  .soithouse .mat-primary .mat-slider-thumb,
  .soithouse .mat-primary .mat-slider-thumb-label {
    background-color: #18203a; }
.soithouse .mat-primary .mat-slider-thumb-label-text {
    color: white; }
.soithouse .mat-accent .mat-slider-track-fill,
  .soithouse .mat-accent .mat-slider-thumb,
  .soithouse .mat-accent .mat-slider-thumb-label {
    background-color: #ffd97d; }
.soithouse .mat-accent .mat-slider-thumb-label-text {
    color: black; }
.soithouse .mat-warn .mat-slider-track-fill,
  .soithouse .mat-warn .mat-slider-thumb,
  .soithouse .mat-warn .mat-slider-thumb-label {
    background-color: #f44336; }
.soithouse .mat-warn .mat-slider-thumb-label-text {
    color: white; }
.soithouse .mat-slider-focus-ring {
    background-color: rgba(255, 217, 125, 0.2); }
.soithouse .mat-slider:hover .mat-slider-track-background,
  .soithouse .cdk-focused .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-slider-disabled .mat-slider-track-background,
  .soithouse .mat-slider-disabled .mat-slider-track-fill,
  .soithouse .mat-slider-disabled .mat-slider-thumb {
    background-color: rgba(0, 0, 0, 0.26); }
.soithouse .mat-slider-disabled:hover .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26); }
.soithouse .mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0, 0, 0, 0.12); }
.soithouse .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
  .soithouse .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
  .soithouse .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.26); }
.soithouse .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.26);
    background-color: transparent; }
.soithouse .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .soithouse .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .soithouse .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); }
.soithouse .mat-slider-has-ticks .mat-slider-wrapper::after {
    border-color: rgba(0, 0, 0, 0.7); }
.soithouse .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); }
.soithouse .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); }
.soithouse .mat-step-header.cdk-keyboard-focused, .soithouse .mat-step-header.cdk-program-focused, .soithouse .mat-step-header:hover {
    background-color: rgba(0, 0, 0, 0.04); }
.soithouse .mat-step-header .mat-step-label,
  .soithouse .mat-step-header .mat-step-optional {
    color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-step-header .mat-step-icon {
    background-color: #18203a;
    color: white; }
.soithouse .mat-step-header .mat-step-icon-not-touched {
    background-color: rgba(0, 0, 0, 0.38);
    color: white; }
.soithouse .mat-step-header .mat-step-label.mat-step-label-active {
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-stepper-horizontal, .soithouse .mat-stepper-vertical {
    background-color: white; }
.soithouse .mat-stepper-vertical-line::before {
    border-left-color: rgba(0, 0, 0, 0.12); }
.soithouse .mat-stepper-horizontal-line {
    border-top-color: rgba(0, 0, 0, 0.12); }
.soithouse .mat-sort-header-arrow {
    color: #757575; }
.soithouse .mat-tab-nav-bar,
  .soithouse .mat-tab-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.soithouse .mat-tab-group-inverted-header .mat-tab-nav-bar,
  .soithouse .mat-tab-group-inverted-header .mat-tab-header {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: none; }
.soithouse .mat-tab-label, .soithouse .mat-tab-link {
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-tab-label.mat-tab-disabled, .soithouse .mat-tab-link.mat-tab-disabled {
      color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.38); }
.soithouse .mat-tab-group[class*='mat-background-'] .mat-tab-header,
  .soithouse .mat-tab-nav-bar[class*='mat-background-'] {
    border-bottom: none;
    border-top: none; }
.soithouse .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .soithouse .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .soithouse .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .soithouse .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(186, 188, 196, 0.3); }
.soithouse .mat-tab-group.mat-primary .mat-ink-bar, .soithouse .mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #18203a; }
.soithouse .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .soithouse .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: white; }
.soithouse .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .soithouse .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .soithouse .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .soithouse .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 244, 216, 0.3); }
.soithouse .mat-tab-group.mat-accent .mat-ink-bar, .soithouse .mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #ffd97d; }
.soithouse .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .soithouse .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: black; }
.soithouse .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .soithouse .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .soithouse .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .soithouse .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 205, 210, 0.3); }
.soithouse .mat-tab-group.mat-warn .mat-ink-bar, .soithouse .mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #f44336; }
.soithouse .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .soithouse .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: white; }
.soithouse .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .soithouse .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .soithouse .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .soithouse .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(186, 188, 196, 0.3); }
.soithouse .mat-tab-group.mat-background-primary .mat-tab-header, .soithouse .mat-tab-group.mat-background-primary .mat-tab-links, .soithouse .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .soithouse .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
    background-color: #18203a; }
.soithouse .mat-tab-group.mat-background-primary .mat-tab-label, .soithouse .mat-tab-group.mat-background-primary .mat-tab-link, .soithouse .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .soithouse .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: white; }
.soithouse .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .soithouse .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .soithouse .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .soithouse .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
      color: rgba(255, 255, 255, 0.4); }
.soithouse .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .soithouse .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: white; }
.soithouse .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .soithouse .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); }
.soithouse .mat-tab-group.mat-background-primary .mat-ripple-element, .soithouse .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.12); }
.soithouse .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .soithouse .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .soithouse .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .soithouse .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 244, 216, 0.3); }
.soithouse .mat-tab-group.mat-background-accent .mat-tab-header, .soithouse .mat-tab-group.mat-background-accent .mat-tab-links, .soithouse .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .soithouse .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
    background-color: #ffd97d; }
.soithouse .mat-tab-group.mat-background-accent .mat-tab-label, .soithouse .mat-tab-group.mat-background-accent .mat-tab-link, .soithouse .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .soithouse .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: black; }
.soithouse .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .soithouse .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .soithouse .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .soithouse .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
      color: rgba(0, 0, 0, 0.4); }
.soithouse .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .soithouse .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: black; }
.soithouse .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .soithouse .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); }
.soithouse .mat-tab-group.mat-background-accent .mat-ripple-element, .soithouse .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.12); }
.soithouse .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .soithouse .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .soithouse .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .soithouse .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
  .soithouse .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
  .soithouse .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); }
.soithouse .mat-tab-group.mat-background-warn .mat-tab-header, .soithouse .mat-tab-group.mat-background-warn .mat-tab-links, .soithouse .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .soithouse .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
    background-color: #f44336; }
.soithouse .mat-tab-group.mat-background-warn .mat-tab-label, .soithouse .mat-tab-group.mat-background-warn .mat-tab-link, .soithouse .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .soithouse .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: white; }
.soithouse .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .soithouse .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .soithouse .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .soithouse .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
      color: rgba(255, 255, 255, 0.4); }
.soithouse .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .soithouse .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: white; }
.soithouse .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .soithouse .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); }
.soithouse .mat-tab-group.mat-background-warn .mat-ripple-element, .soithouse .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.12); }
.soithouse .mat-toolbar {
    background: whitesmoke;
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-toolbar.mat-primary {
      background: #18203a;
      color: white; }
.soithouse .mat-toolbar.mat-accent {
      background: #ffd97d;
      color: black; }
.soithouse .mat-toolbar.mat-warn {
      background: #f44336;
      color: white; }
.soithouse .mat-toolbar .mat-form-field-underline,
    .soithouse .mat-toolbar .mat-form-field-ripple,
    .soithouse .mat-toolbar .mat-focused .mat-form-field-ripple {
      background-color: currentColor; }
.soithouse .mat-toolbar .mat-form-field-label,
    .soithouse .mat-toolbar .mat-focused .mat-form-field-label,
    .soithouse .mat-toolbar .mat-select-value,
    .soithouse .mat-toolbar .mat-select-arrow,
    .soithouse .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
      color: inherit; }
.soithouse .mat-toolbar .mat-input-element {
      caret-color: currentColor; }
.soithouse .mat-tooltip {
    background: rgba(97, 97, 97, 0.9); }
.soithouse .mat-tree {
    background: white; }
.soithouse .mat-tree-node {
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-snack-bar-container {
    background: #323232;
    color: white; }
.soithouse .mat-simple-snackbar-action {
    color: #ffd97d; }
.soithouse .header-topnav {
    background-color: #0c101d;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); }
.soithouse .mat-icon-button {
    color: #fff;
    background: #18203a; }
.soithouse .mat-paginator-container button {
    background: transparent; }
.soithouse button.pay {
    color: #18203a; }
.soithouse .mat-datepicker-content .mat-calendar-next-button, .soithouse .mat-datepicker-content .mat-calendar-previous-button {
    background: transparent; }
.soithouse .mat-icon-button {
    background: transparent;
    color: #18203a; }
.soithouse .mat-bg-primary,
  .soithouse .topbar,
  .soithouse .chats-wrap .conversations-hold .single-conversation.me .conversation-msg,
  .soithouse .ngx-datatable .datatable-footer .datatable-pager .pager .pages.active a,
  .soithouse .fileupload-drop-zone.dz-file-over,
  .soithouse .toolbar-avatar.online > .status-dot,
  .soithouse .cal-open-day-events,
  .soithouse div.hopscotch-bubble {
    background: #18203a !important;
    color: #ffffff !important; }
.soithouse .mat-color-primary,
  .soithouse .list-item-active,
  .soithouse .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
  .soithouse .sidenav-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
  .soithouse .sidenav-hold .sidenav li.open > a > span {
    color: #18203a !important; }
.soithouse .topnav ul.menu > li > div.open > a,
  .soithouse .topnav ul.menu > li > div.open > div,
  .soithouse .sidebar-panel .sidebar-list-item.open > .mat-list-item-content > .sub-menu,
  .soithouse .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
  .soithouse .list-item-active {
    border-color: #18203a !important; }
.soithouse .sidebar-compact ul.submenu,
  .soithouse .default-bg {
    background: #ffffff !important; }
.soithouse div.hopscotch-bubble {
    border-color: #0c101d; }
.soithouse div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 17px solid #0c101d; }
.soithouse div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-bottom: 17px solid #18203a;
    top: -16px; }
.soithouse div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 17px solid #0c101d; }
.soithouse div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-left: 17px solid #18203a;
    left: -1px; }
.soithouse div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-top: 17px solid #0c101d; }
.soithouse div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-top: 17px solid #18203a;
    top: -18px; }
.soithouse div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-right: 17px solid #0c101d; }
.soithouse div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    left: 1px;
    border-right: 17px solid #18203a; }
.soithouse .mat-bg-accent,
  .soithouse div.hopscotch-bubble .hopscotch-bubble-number,
  .soithouse div.hopscotch-bubble .hopscotch-nav-button.next:hover,
  .soithouse div.hopscotch-bubble .hopscotch-nav-button.next {
    background-color: #ffd97d;
    color: black; }
.soithouse .mat-bg-warn {
    background-color: #f44336;
    color: white; }
.soithouse .mat-color-accent {
    color: #ffd97d; }
.soithouse .mat-color-warn {
    color: #f44336; }
.soithouse .mat-color-default {
    color: rgba(0, 0, 0, 0.87); }
.soithouse .mat-card {
    border-top: solid 5px #0c101d; }
.soithouse .top-stats mat-card:hover {
    background: #babcc4;
    cursor: pointer; }
.soithouse .ngx-datatable a, .soithouse .mat-table a {
    color: #0c101d; }
.soithouse .drop-container {
    border: dashed 2px #18203a; }
.soithouse b.current-lease-terms {
    color: #18203a; }
.soithouse .mat-tooltip {
    background-color: #0c101d; }
.soithouse .pay-bill__delete {
    color: #0c101d; }
.soithouse .drop-container {
    border: dashed 2px #18203a; }
.soithouse .drop-container.is-drop-over {
    border-color: #0c101d; }
.soithouse .uploaded-file {
    color: #0c101d; }
.soithouse .unit-summary.mat-card {
    border: solid 1px #0c101d;
    background: #babcc4; }
.soithouse .item span.item-name.work-order-title {
    color: #0c101d; }
.soithouse .item .form__label span.item-name {
    color: #0c101d; }
/* 
* REQUIRED STYLES 
*/
html {
  font-size: 16px; }
html:not(.landing),
body:not(.landing) {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5;
  font-family: Roboto, "Helvetica Neue", sans-serif; }
[tabindex='-1']:focus {
  outline: none; }
select,
button,
textarea,
input {
  vertical-align: baseline; }
div {
  box-sizing: border-box; }
html[dir='rtl'], html[dir='ltr'],
body[dir='rtl'],
body[dir='ltr'] {
  unicode-bidi: embed; }
bdo[dir='rtl'] {
  direction: rtl;
  unicode-bidi: bidi-override; }
bdo[dir='ltr'] {
  direction: ltr;
  unicode-bidi: bidi-override; }
.mat-card {
  font-size: 0.875rem;
  border-top: solid 5px #47803c; }
img {
  max-width: 100%; }
a,
a:focus,
a:hover {
  text-decoration: none; }
a {
  color: inherit; }
p {
  margin: 0 0 16px; }
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.1;
  color: inherit; }
.h1,
h1 {
  font-size: 2rem; }
.h2,
h2 {
  font-size: 1.75rem; }
.h3,
h3 {
  font-size: 1.5rem; }
.h4,
h4 {
  font-size: 1.25rem; }
.h5,
h5 {
  font-size: 1rem; }
.h6,
h6 {
  font-size: 0.875rem; }
code {
  padding: 8px;
  background: rgba(0, 0, 0, 0.08); }
/*---- Common -----*/
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px; }
.bg-none {
  background: transparent !important; }
.bg-white {
  background: #ffffff !important; }
.m-0 {
  margin: 0 !important; }
.m-1 {
  margin: 1rem !important; }
.mt-1 {
  margin-top: 1rem !important; }
.mt-05 {
  margin-top: 0.5rem !important; }
.mt-0 {
  margin-top: 0 !important; }
.mr-1 {
  margin-right: 1rem !important; }
.mr-05 {
  margin-right: 0.5rem !important; }
.mr-0 {
  margin-right: 0 !important; }
.mb-1 {
  margin-bottom: 1rem !important; }
.mb-0 {
  margin-bottom: 0 !important; }
.ml-1 {
  margin-left: 1rem !important; }
.ml-05 {
  margin-left: 0.5rem !important; }
.ml-0 {
  margin-left: 0 !important; }
.mb-05 {
  margin-bottom: 0.5rem !important; }
.m-333 {
  margin: 0.333333rem !important; }
.margin-333 {
  margin: 0.333333rem !important; }
.pt-1 {
  padding-top: 1rem !important; }
.pt-0 {
  padding-top: 0 !important; }
.pr-1 {
  padding-right: 1rem !important; }
.pr-0 {
  padding-right: 0 !important; }
.pb-1 {
  padding-bottom: 1rem !important; }
.pb-0 {
  padding-bottom: 0 !important; }
.pl-1 {
  padding-left: 1rem !important; }
.pl-0 {
  padding-left: 0 !important; }
.p-0 {
  padding: 0 !important; }
.p-1 {
  padding: 1rem !important; }
.p-05 {
  padding: 0.5rem !important; }
.height-100 {
  min-height: 100vh; }
.fix {
  position: relative;
  overflow: hidden; }
.fix-elm::after {
  display: table;
  width: 100%;
  content: ''; }
.mat-box-shadow {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
.light-gray {
  background: rgba(0, 0, 0, 0.024); }
.light-mat-gray {
  background: rgba(0, 0, 0, 0.08); }
.mat-blue {
  background: #247ba0;
  color: #fefefe; }
.mat-red {
  background-color: #f44336 !important;
  color: #fff !important; }
.mat-indigo {
  background-color: #3f51b5 !important;
  color: #fff !important; }
.mat-brown {
  background-color: #785548 !important;
  color: #fefefe; }
.mat-teal {
  background-color: #009688 !important;
  color: #fff !important; }
.mat-purple {
  background-color: #9c27b0 !important;
  color: rgba(255, 255, 255, 0.87) !important; }
.fz-1 {
  font-size: 1rem !important; }
.fz-2 {
  font-size: 2rem !important; }
.text-center {
  text-align: center; }
.text-right {
  text-align: right; }
.font-light {
  font-weight: 300 !important; }
.font-normal {
  font-weight: normal !important; }
.fw-300 {
  font-weight: 300 !important; }
.fw-400 {
  font-weight: 400 !important; }
.fw-500 {
  font-weight: 500 !important; }
.fw-600 {
  font-weight: 600 !important; }
.fw-700 {
  font-weight: 700 !important; }
.fw-800 {
  font-weight: 800 !important; }
.fw-900 {
  font-weight: 900 !important; }
.text-muted {
  color: rgba(0, 0, 0, 0.54) !important; }
.text-muted-white {
  color: rgba(255, 255, 255, 0.54) !important; }
.text-gray {
  color: rgba(0, 0, 0, 0.7) !important; }
.text-sm {
  font-size: 0.813rem; }
.list-item-active {
  border-left: 3px solid; }
.material-icons.icon-sm {
  font-size: 18px !important;
  line-height: 18px !important;
  height: 18px;
  width: 18px; }
.material-icons.icon-xs {
  font-size: 13px !important;
  line-height: 13px;
  height: 13px;
  width: 13px; }
.mat-card.default, .star-container .mat-card.star {
  padding: 0; }
.mat-card.default .mat-card-title, .star-container .mat-card.star .mat-card-title {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
  font-weight: 400; }
.mat-card.default > :first-child, .star-container .mat-card.star > :first-child {
  border-radius: 2px 2px 0 0; }
.mat-card.default .mat-card-subtitle:first-child, .star-container .mat-card.star .mat-card-subtitle:first-child {
  padding-top: 1rem; }
.mat-card.default .mat-card-subtitle, .star-container .mat-card.star .mat-card-subtitle {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1; }
.mat-card.default .mat-card-content, .star-container .mat-card.star .mat-card-content {
  padding: 1rem;
  margin-bottom: 0;
  position: relative; }
.mat-card.default .mat-card-actions, .star-container .mat-card.star .mat-card-actions,
.mat-card.default .mat-card-actions:last-child,
.star-container .mat-card.star .mat-card-actions:last-child {
  padding: 0.5rem;
  margin: 0; }
.mat-card.default > :last-child, .star-container .mat-card.star > :last-child {
  border-radius: 0 0 2px 2px; }
.mat-card {
  margin: 0.333333rem;
  overflow: hidden; }
.mat-card .mat-card-title .mat-divider,
.mat-divider.full-width {
  margin-left: -24px;
  margin-right: -24px; }
.mat-card.p-0 .mat-card-title .card-title-text {
  padding: 1rem 1.5rem; }
.mat-card.p-0 .mat-card-title .card-title-text .card-control {
  height: 24px;
  width: 24px;
  line-height: 24px; }
.mat-card.p-0 .mat-card-title .card-title-text .mat-card-subtitle {
  margin: 0; }
.mat-card.p-0 .mat-card-title .mat-divider {
  margin-left: 0;
  margin-right: 0;
  border-top-color: rgba(0, 0, 0, 0.04); }
.mat-card.p-0 .mat-card-image {
  margin: 0 0 1rem !important; }
.mat-card.p-0 .mat-card-content {
  padding: 0 1.5rem 1.5rem; }
.mat-button,
.mat-raised-button {
  font-weight: 400 !important; }
[mat-lg-button] {
  padding: 0 32px !important;
  font-size: 18px;
  line-height: 56px !important; }
.mat-icon-button[mat-sm-button] {
  height: 24px;
  width: 24px;
  line-height: 24px; }
.mat-icon-button[mat-xs-button] {
  height: 20px;
  width: 20px;
  line-height: 20px; }
.mat-icon-button[mat-xs-button] .mat-icon {
  font-size: 16px;
  line-height: 20px !important;
  height: 20px;
  width: 20px; }
.mat-chip[mat-sm-chip] {
  padding: 4px 6px 4px 6px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  line-height: 12px !important;
  max-height: 20px;
  box-sizing: border-box; }
.mat-icon-button.img-button img {
  width: 32px;
  height: 32px;
  border-radius: 50%; }
.compact-list .mat-list-item {
  line-height: 1.1;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); }
.compact-list .mat-list-item:hover {
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer; }
.list-tasktype .tasktype-item {
  padding: 12px; }
.list-tasktype .tasktype-item:hover {
  background: rgba(0, 0, 0, 0.08); }
.list-tasktype .tasktype-item .tasktype-action {
  visibility: hidden; }
.list-tasktype .tasktype-item:hover .tasktype-action {
  visibility: visible; }
.doughnut-grid {
  border-radius: 2px;
  overflow: hidden; }
.doughnut-grid .doughnut-grid-item {
  padding: 1rem; }
.doughnut-grid .doughnut-grid-item p {
  margin: 0; }
.doughnut-grid .doughnut-grid-item .chart {
  margin: 0 0 8px; }
.logo-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
.toolbar-avatar {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 24px; }
.toolbar-avatar > img {
  width: 40px !important;
  border-radius: 50%; }
.toolbar-avatar.md,
.toolbar-avatar.md > img {
  width: 48px !important;
  height: 48px; }
.toolbar-avatar > .status-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 25px;
  right: -2px;
  border: 2px solid #ffffff;
  background: #ccc; }
.full-width {
  width: 100% !important; }
.dnd-item {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab; }
.icon-circle {
  color: white;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6rem;
  border-radius: 50%; }
.mat-sidenav .mat-list-item:hover {
  background: rgba(0, 0, 0, 0.035) !important; }
.text-small {
  font-size: 0.813rem; }
.text-small .mat-icon {
  font-size: 1rem;
  vertical-align: sub;
  margin: 0 2px; }
.mat-card-title {
  font-size: 1rem !important; }
.icon-chip {
  font-size: 11px !important;
  padding: 4px 8px !important;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
.icon-chip .mat-icon {
  font-size: 16px;
  height: 16px;
  width: 16px;
  margin-right: 4px; }
.mat-chip:not(.mat-basic-chip) {
  display: inline-block;
  padding: 8px 12px 8px 12px;
  border-radius: 24px;
  font-size: 13px;
  line-height: 16px; }
.ql-container .ql-editor {
  min-height: 200px; }
.chart {
  display: block;
  width: 100%; }
.form-error-msg {
  color: #f44336;
  display: block;
  padding: 5px 0; }
.accordion-handle {
  cursor: pointer; }
.app-accordion {
  max-height: 200px;
  transition: max-height 0.3s ease; }
.app-accordion.open {
  max-height: 1000px; }
.app-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease; }
.app-accordion.open .accordion-content {
  max-height: 800px; }
.app-accordion.open .hidden-on-open {
  display: none !important; }
.app-accordion:not(.open) .show-on-open {
  display: none !important; }
mat-list a[mat-list-item] .mat-list-item-content,
mat-list mat-list-item .mat-list-item-content,
mat-nav-list a[mat-list-item] .mat-list-item-content,
mat-nav-list mat-list-item .mat-list-item-content,
[mat-menu-item],
.mat-option,
body .mat-select-trigger {
  font-size: 0.875rem !important; }
.mat-ripple {
  position: relative; }
.fileupload-drop-zone {
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  padding: 48px;
  height: 120px; }
.default-table {
  text-align: left; }
.default-table > thead tr th {
  font-weight: 400;
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.default-table tbody tr td {
  padding: 0.9rem 1.2rem; }
.app-error {
  text-align: center;
  width: 320px;
  max-width: 320px;
  margin: 0 auto; }
.app-error .error-icon {
  height: 120px;
  width: 120px;
  font-size: 120px;
  float: left; }
.app-error .error-text {
  float: right;
  width: 200px;
  max-width: 200px; }
.app-error .error-title {
  font-size: 5rem;
  font-weight: 900;
  margin: 0; }
.app-error .error-subtitle {
  font-size: 1.5rem;
  font-weight: 300; }
.app-error .error-actions {
  width: 100%;
  overflow: hidden;
  min-height: 54px;
  margin-top: 100px; }
/*---- Loader ----*/
.app-loader,
.view-loader {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center; }
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: auto; }
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out; }
.double-bounce2 {
  animation-delay: -1s; }
.view-loader {
  display: block;
  padding-top: 160px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 9999; }
.view-loader * {
  margin: auto; }
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/*---- Third pirty adjust -----*/
/*------- quill rich text editor ----------*/
.p-0.mat-card-content .ql-container {
  border: 0 !important; }
.p-0.mat-card-content .ql-toolbar.ql-snow {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
/*--- Scroll Bar ---*/
.ps__scrollbar-y-rail {
  z-index: 999; }
.collapsed-menu .ps__scrollbar-y-rail {
  z-index: auto; }
/*--- Data table ---*/
.ngx-datatable.material {
  box-shadow: none !important; }
/*------ Map ------*/
.agm-info-window-content {
  color: rgba(0, 0, 0, 0.87); }
/*-------- Chart js ---------*/
.chart {
  margin-left: -10px; }
/*-------- Hopscotch Tour ---------*/
div.hopscotch-bubble,
div.hopscotch-bubble .hopscotch-title,
div.hopscotch-bubble .hopscotch-content,
div.hopscotch-bubble .hopscotch-nav-button {
  font-family: 'Roboto', Helvetica Neue, sans-serif !important; }
div.hopscotch-bubble {
  border: 1px solid;
  border-radius: 2px; }
div.hopscotch-bubble .hopscotch-bubble-number {
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0;
  font-weight: 500;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: transparent;
  color: rgba(0, 0, 0, 0.87); }
div.hopscotch-bubble .hopscotch-title {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.1px; }
div.hopscotch-bubble .hopscotch-content {
  margin: -5px 0 16px; }
div.hopscotch-bubble .hopscotch-bubble-close {
  background-size: 8px;
  background-position: 8px 8px;
  background-repeat: no-repeat;
  cursor: pointer; }
div.hopscotch-bubble .hopscotch-bubble-close:active {
  outline: 0; }
/* up arrow  */
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -17px; }
/* right arrow */
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
  right: -34px; }
/* bottom arrow */
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -34px; }
/* Left Arrow */
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  left: -17px; }
div.hopscotch-bubble .hopscotch-nav-button {
  border: 0;
  border-radius: 2px;
  font-weight: normal;
  text-shadow: none !important;
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  background-image: none !important;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transform: translate3d(0, 0, 0);
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); }
div.hopscotch-bubble .hopscotch-nav-button:hover,
div.hopscotch-bubble .hopscotch-nav-button:active,
div.hopscotch-bubble .hopscotch-nav-button:focus {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  outline: none; }
div.hopscotch-bubble .hopscotch-nav-button.prev,
div.hopscotch-bubble .hopscotch-nav-button.prev:hover {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87); }
[dir='rtl'] .pr-1 {
  padding-left: 1rem;
  padding-right: 0 !important; }
[dir='rtl'] .mr-1 {
  margin-right: 0 !important;
  margin-left: 1rem; }
[dir='rtl'] .ps__rail-y {
  right: auto !important;
  left: 0 !important; }
[dir='rtl'] .ps__thumb-y {
  right: auto !important;
  left: 1px !important; }
[dir='rtl'] .ngx-datatable .datatable-footer .datatable-pager .pager {
  float: left; }
[dir='rtl'] .user-card .user-details .mat-icon {
  margin-right: 0;
  margin-left: 0.5rem; }
@media (max-width: 767px) {
  .mat-card-title .mat-divider {
    margin-left: 0;
    margin-right: 0; }
  .accordion-handle {
    flex-direction: column !important; }
  .app-error .error-icon {
    height: 100px;
    width: 100px;
    font-size: 100px; } }
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.1;
  color: inherit; }
h1,
.h1 {
  font-size: 2.5rem; }
h2,
.h2 {
  font-size: 2rem; }
h3,
.h3 {
  font-size: 1.75rem; }
h4,
.h4 {
  font-size: 1.5rem; }
h5,
.h5 {
  font-size: 1.25rem; }
h6,
.h6 {
  font-size: 1rem; }
a,
a:focus,
a:hover {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  outline: 0; }
button {
  outline: 0; }
figure {
  margin: 0; }
strong,
b {
  font-weight: 700; }
.strikethrough {
  text-decoration: line-through; }
.app-admin-container {
  max-width: 100%;
  height: 100vh; }
.app-admin-container .rightside-content-hold {
    padding: 0.333333rem;
    overflow-x: hidden;
    position: relative;
    min-height: 450px; }
.sidebar-panel {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  z-index: 10001;
  width: 15rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1); }
.sidebar-panel .navigation-hold {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 64px;
    background: rgba(255, 255, 255, 0.95);
    left: 0;
    transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1); }
.sidebar-panel ul {
    margin: 0;
    padding: 0;
    list-style: none; }
.main-content-wrap {
  position: relative;
  float: right;
  height: 100vh;
  transition: width 0.3s cubic-bezier(0.35, 0, 0.25, 1); }
.main-content-wrap.ps > .ps__rail-y {
    z-index: 9999; }
.sidebar-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  display: block;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1); }
.sidebar-backdrop.visible {
    visibility: visible;
    opacity: 1; }
.app-admin-container.sidebar-full:not(.navigation-top) .main-content-wrap {
  width: calc(100% - 15rem); }
.app-admin-container.sidebar-full:not(.navigation-top) .sidebar-panel {
  width: 15rem;
  overflow: hidden; }
.app-admin-container.sidebar-compact .main-content-wrap {
  width: calc(100% - 48px); }
.app-admin-container.sidebar-compact .sidebar-panel {
  width: 48px; }
.app-admin-container.sidebar-compact .sidebar-panel .branding {
    width: 48px; }
.app-admin-container.sidebar-compact .sidebar-panel .branding .app-logo {
      margin: auto; }
.app-admin-container.sidebar-compact .sidebar-panel .navigation-hold {
    overflow: visible !important; }
.app-admin-container.sidebar-compact-big .main-content-wrap {
  width: calc(100% - 150px); }
.app-admin-container.sidebar-compact-big .sidebar-panel {
  width: 150px; }
.app-admin-container.sidebar-compact-big .sidebar-panel .branding {
    width: 150px; }
.app-admin-container.sidebar-compact-big .sidebar-panel .branding .app-logo {
      margin: auto; }
.app-admin-container.sidebar-compact-big .sidebar-panel .navigation-hold {
    overflow: visible !important; }
.app-admin-container.sidebar-closed .sidebar-panel {
  overflow: hidden;
  left: -15rem; }
.app-admin-container.sidebar-closed .sidebar-panel .branding {
    left: -15rem;
    width: 48px; }
.app-admin-container.sidebar-closed .main-content-wrap {
  width: 100%; }
.fixed-topbar .rightside-content-hold {
  overflow: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 64px; }
.layout-intransition .branding {
  display: none !important; }
.layout-intransition .app-user-controls,
.layout-intransition .app-user-name {
  opacity: 0 !important; }
.sidebar-compact .app-user,
.sidebar-compact .app-logo-text,
.sidebar-compact-big .app-user,
.sidebar-compact-big .app-logo-text {
  display: none; }
[dir='rtl'].app-admin-container.sidebar-closed .sidebar-panel {
  right: -15rem; }
[dir='rtl'].app-admin-container.sidebar-closed .branding {
  left: auto !important;
  right: -15rem; }
[dir='rtl'] .main-content-wrap {
  float: left; }
[dir='rtl'] .sidebar-panel {
  right: 0;
  left: auto !important; }
.app-admin-container.sidebar-full.navigation-top .sidebar-panel {
  left: 0; }
.app-admin-container.navigation-top .main-content-wrap {
  float: none;
  height: calc(100vh - 48px); }
.app-admin-container.navigation-top .rightside-content-hold {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px; }
.app-admin-container.navigation-top .sidebar-panel {
  overflow: hidden;
  left: -15rem; }
/*
**Begin Theme styles per instance
*/
/*.mat-card {
    border-top: solid 5px #18203a !important;
}
.header-topnav {
    margin: 0;
    padding: 0;
    background-color: #18203a !important;
}
.ril-light-green .mat-card-title .card-title-text {
    color: #18203a;
}
.ril-light-green .mat-tab-nav-bar, .ril-light-green .ril-light-green .mat-tab-header {
    border-bottom: 1px solid #abe2f9;
}
.ril-light-green a.mat-tab-link.ng-star-inserted.mat-tab-label-active {
    background: #18203a !important;
}
.ril-light-green .mat-tab-link {
    color: #18203a;
}
.ril-light-green .mat-tab-group.mat-primary .mat-ink-bar, .ril-light-green .mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #18203a;
}
.ril-light-green h6.mt-1 {
    color: #18203a;
}
.ril-light-green .mat-button.mat-primary, .ril-light-green .mat-icon-button.mat-primary, .ril-light-green .mat-stroked-button.mat-primary {
    color: #18203a;
}
.ril-light-green .form__label {
    color: #18203a;
}
.header-topnav .topbar-branding {
    background: #fff;
}
.reports-list__report-name[_ngcontent-c23] {
    font-size: 17px;
    color: #18203a;
}
.ril-light-green .mat-flat-button.mat-primary, .ril-light-green .mat-raised-button.mat-primary, .ril-light-green .mat-fab.mat-primary, .ril-light-green .mat-mini-fab.mat-primary {
    background-color: #18203a;
}
.ril-light-green h2.mt-1.tenant-name, .ril-light-green h2.tenant-info__name, .ril-light-green .tenant-info__label, .ril-light-green .mat-select-value, .ril-light-green mat-card-content h5, .ril-light-green mat-card-content .list .label {
    color: #18203a !important;
}
.ril-light-green .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #18203a;
}
.ril-light-green .mat-color-primary, .ril-light-green .list-item-active, .ril-light-green .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret), .ril-light-green .sidenav-hold .sidenav li.open > div > a > span:not(.menuitem-badge), .ril-light-green .sidenav-hold .sidenav li.open > a > span {
    color: #18203a !important;
}
.ril-light-green .ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
    background-color: #aeb9db;
}
.datatable-body-cell .ng-star-inserted {
    color: #18203a !important;
}
.ril-light-green .sidebar-compact ul.submenu, .ril-light-green .topnav ul li ul li:hover, .ril-light-green .topnav ul li ul li.open, .ril-light-green .default-bg {
    background: #18203a !important;
}
.ril-light-green .mat-bg-primary, .ril-light-green .topbar, .ril-light-green .chats-wrap .conversations-hold .single-conversation.me .conversation-msg, .ril-light-green .ngx-datatable .datatable-footer .datatable-pager .pager .pages.active a, .ril-light-green .fileupload-drop-zone.dz-file-over, .ril-light-green .toolbar-avatar.online > .status-dot, .ril-light-green .cal-open-day-events, .ril-light-green div.hopscotch-bubble {
    background: #18203a !important;
}*/
/*
**End Theme styles per instance
*/
@media (max-width: 959px) {
  .app-admin-container.sidebar-full .main-content-wrap {
    width: 100% !important; } }
.notification-number {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%; }
#changeSetting .mat-select-trigger {
  width: 155px;
  min-width: 155px; }
#langToggle .mat-select-trigger {
  width: 80px;
  min-width: 80px; }
.theme-list .mat-menu-item {
  width: 48px;
  height: 48px;
  padding: 5px; }
.theme-list .mat-menu-item .egret-swatch {
    height: 100%;
    width: 100%;
    border-radius: 50%; }
.theme-list .mat-menu-item .active-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    color: #ffffff; }
.topbar-button-right {
  margin-left: 1rem !important; }
[dir='rtl'] .topbar-button-right {
  margin-right: 1rem;
  margin-left: 0 !important; }
.sidenav-hold .menuitem-badge {
  padding: 3px 10px;
  line-height: 12px;
  color: #ffffff !important;
  font-weight: 400;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 8px; }
.sidenav-hold .icon-menu {
  padding: 0 24px;
  opacity: 1;
  transition: all 0.3s ease-in; }
.sidenav-hold .icon-menu .icon-menu-item {
  display: inline-block; }
.sidenav-hold .icon-menu .icon-menu-item button {
  min-width: auto;
  margin: 4px; }
.sidenav-hold .icon-menu > .mat-divider {
  margin: 1rem 0; }
.sidenav-hold .nav-item-sep {
  padding: 0;
  margin: 1rem 0; }
.sidenav-hold .nav-item-sep .icon-menu-title {
    padding-left: 0px;
    margin-left: -8px; }
.sidenav-hold .nav-item-sep span {
    padding: 16px 0 0 16px;
    display: block;
    font-size: 12px; }
.sidenav-hold .sidenav li {
  cursor: pointer; }
.sidenav-hold .sidenav li ul.submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 1; }
.sidenav-hold .sidenav li ul.submenu.lvl2 a,
    .sidenav-hold .sidenav li ul.submenu.lvl3 a {
      height: 44px; }
.sidenav-hold .sidenav li ul.submenu.lvl2 a {
      padding: 0 16px 0 55px; }
.sidenav-hold .sidenav li ul.submenu.lvl3 a {
      padding: 0 16px 0 64px; }
.sidenav-hold .sidenav a {
  position: relative;
  width: 100%;
  padding: 0 16px 0 0;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  flex-direction: row;
  text-decoration: none; }
.sidenav-hold .sidenav a .mat-icon:not(.menu-caret) {
    text-align: center;
    margin-right: 3px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-left: 3px solid;
    border-color: transparent; }
.sidenav-hold .sidenav a .menu-caret {
    font-size: 1rem;
    line-height: 1;
    height: 16px;
    width: 16px;
    transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1); }
.sidebar-full .sidenav-hold li ul {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.35, 0, 0.25, 1); }
.sidebar-full .sidenav-hold li ul::after, .sidebar-full .sidenav-hold li ul::before {
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    z-index: 3; }
.sidebar-full .sidenav-hold li ul::after {
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.06), transparent);
    bottom: 0; }
.sidebar-full .sidenav-hold li ul::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent);
    top: 0; }
.sidebar-full .sidenav-hold li.open,
.sidebar-full .sidenav-hold li.open li.open {
  background: rgba(0, 0, 0, 0.02); }
.sidebar-full .sidenav-hold li.open > div > ul,
.sidebar-full .sidenav-hold li.open > ul {
  max-height: 1000px;
  background: rgba(0, 0, 0, 0.005); }
.sidebar-full .sidenav-hold li.open > div > a .menu-caret,
.sidebar-full .sidenav-hold li.open > a .menu-caret {
  transform: rotate(90deg); }
.sidebar-full .sidenav-hold a {
  height: 48px; }
.sidebar-compact .sidenav-hold .icon-menu,
.sidebar-compact-big .sidenav-hold .icon-menu {
  padding: 8px 0 0; }
.sidebar-compact .sidenav-hold .icon-menu .nav-item-sep,
  .sidebar-compact-big .sidenav-hold .icon-menu .nav-item-sep {
    display: none; }
.sidebar-compact .sidenav-hold .nav-item-sep,
.sidebar-compact-big .sidenav-hold .nav-item-sep {
  margin: 1rem 0; }
.sidebar-compact .sidenav-hold .nav-item-sep span,
  .sidebar-compact-big .sidenav-hold .nav-item-sep span {
    display: none; }
.sidebar-compact .sidenav-hold a,
.sidebar-compact-big .sidenav-hold a {
  padding: 0 !important; }
.sidebar-compact .sidenav-hold li,
.sidebar-compact-big .sidenav-hold li {
  position: relative;
  z-index: 10001; }
.sidebar-compact .sidenav-hold li .lvl1 > a > .mat-icon.menu-caret,
  .sidebar-compact .sidenav-hold li .menuitem-badge,
  .sidebar-compact-big .sidenav-hold li .lvl1 > a > .mat-icon.menu-caret,
  .sidebar-compact-big .sidenav-hold li .menuitem-badge {
    display: none; }
.sidebar-compact .sidenav-hold li:hover > div > ul.submenu,
  .sidebar-compact .sidenav-hold li:hover > ul.submenu,
  .sidebar-compact-big .sidenav-hold li:hover > div > ul.submenu,
  .sidebar-compact-big .sidenav-hold li:hover > ul.submenu {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.35, 0, 0.25, 1); }
.sidebar-compact .sidenav-hold li ul.submenu,
  .sidebar-compact-big .sidenav-hold li ul.submenu {
    overflow: visible;
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); }
.sidebar-compact .sidenav-hold li ul.submenu.lvl2 > li > a,
    .sidebar-compact .sidenav-hold li ul.submenu.lvl3 > li > a,
    .sidebar-compact-big .sidenav-hold li ul.submenu.lvl2 > li > a,
    .sidebar-compact-big .sidenav-hold li ul.submenu.lvl3 > li > a {
      height: 36px;
      line-height: 36px;
      padding: 0 16px !important; }
.sidebar-compact .icon-menu {
  width: 48px; }
.sidebar-compact .icon-menu .icon-menu-item button {
    margin: 0 0 4px 0;
    padding: 0 12px; }
.sidebar-compact .sidenav-hold .mat-icon:not(.menu-caret) {
  margin-right: 0; }
.sidebar-compact .sidenav-hold .item-name.lvl1 {
  display: none; }
.sidebar-compact-big .sidenav > li > div > a {
  text-align: center;
  display: block !important;
  padding: 16px 0; }
.sidebar-compact-big .sidenav .mat-icon:not(.menu-caret) {
  height: 36px;
  width: 150px;
  font-size: 24px;
  line-height: 36px;
  margin: 0; }
.layout-intransition .sidenav ul.submenu {
  opacity: 0 !important; }
[dir='rtl'].sidebar-full .sidenav-hold a {
  padding: 0 0 0 16px; }
[dir='rtl'].sidebar-compact .sidenav-hold a,
[dir='rtl'].sidebar-compact-big .sidenav-hold a {
  padding: 0 !important; }
[dir='rtl'].sidebar-compact .sidenav-hold li ul.submenu,
[dir='rtl'].sidebar-compact-big .sidenav-hold li ul.submenu {
  left: auto !important;
  right: 100%; }
[dir='rtl'].sidebar-compact .sidenav-hold li ul.submenu.lvl2 > li > a,
  [dir='rtl'].sidebar-compact .sidenav-hold li ul.submenu.lvl3 > li > a,
  [dir='rtl'].sidebar-compact-big .sidenav-hold li ul.submenu.lvl2 > li > a,
  [dir='rtl'].sidebar-compact-big .sidenav-hold li ul.submenu.lvl3 > li > a {
    padding: 0 16px !important; }
[dir='rtl'] .sidenav-hold .sidenav a {
  padding: 0 0 0 16px; }
[dir='rtl'] .sidenav-hold .sidenav a .mat-icon:not(.menu-caret) {
    border-left: none;
    border-right: 3px solid;
    margin-right: 1px;
    border-color: transparent; }
[dir='rtl'] .sidenav-hold .sidenav li ul.submenu.lvl2 > li > a {
  padding: 0 55px 0 16px; }
[dir='rtl'] .sidenav-hold .sidenav li ul.submenu.lvl3 > li > a {
  padding: 0 64px 0 16px; }
[dir='rtl'] .sidenav-hold .nav-item-sep .icon-menu-title {
  padding-right: 0 !important;
  margin: 0 -6px 0 0 !important; }
[dir='rtl'] .sidenav-hold .nav-item-sep span {
  padding: 16px 20px 0 0; }
/*
* ALTERNATIVE STYLES
*/
.breadcrumb {
  display: block;
  margin: 0;
  padding: 0; }
.breadcrumb li {
    list-style: none;
    float: left; }
.breadcrumb li:not(:first-child):before {
      content: '/\A0';
      padding: 0 8px; }
.breadcrumb-bar {
  position: relative;
  width: 100%; }
.breadcrumb-bar .breadcrumb {
    padding: 0 0.333rem;
    overflow: hidden; }
.breadcrumb-bar .breadcrumb li {
      line-height: 40px; }
.breadcrumb-bar .breadcrumb li:not(:first-child):before {
        padding: 0 8px; }
.breadcrumb-bar .breadcrumb li a {
        font-weight: 400;
        font-size: 1rem; }
.breadcrumb-title {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.333rem;
  line-height: 40px; }
.breadcrumb-title .bc-title {
    font-size: 1.25rem;
    margin: 0;
    line-height: 40px; }
.breadcrumb-title .breadcrumb {
    position: relative;
    margin-left: 24px; }
.breadcrumb-title .breadcrumb::before {
      position: absolute;
      content: '';
      height: 24px;
      width: 2px;
      background: #6a6a6a;
      left: -12px;
      top: 8px; }
[dir='rtl'] .breadcrumb-bar .breadcrumb li,
[dir='rtl'] .breadcrumb-title .breadcrumb li {
  float: right; }
[dir='rtl'] .breadcrumb-title .breadcrumb {
  margin-left: 0;
  margin-right: 24px; }
[dir='rtl'] .breadcrumb-title .breadcrumb::before {
    left: auto;
    right: -12px; }
.notification-list {
  min-width: 240px; }
.notification-list .notific-item a {
  outline: 0;
  width: 100%;
  display: flex;
  flex-direction: column; }
.notification-list .notific-item .message {
  font-size: 0.875rem !important; }
.notification-list .notific-item .time {
  font-size: 0.75rem !important; }
.branding {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  width: 100%;
  max-width: 15rem;
  height: 64px;
  line-height: 64px;
  top: 0;
  left: 0;
  z-index: 9999;
  color: #444;
  transition-delay: 0s;
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1); }
.branding .app-logo {
    width: auto;
    height: 22px;
    margin-right: 8px; }
.branding .app-logo-text {
    width: auto;
    height: 20px; }
.app-user {
  text-align: center;
  width: 100%;
  padding: 1rem 0 0.4rem; }
.app-user .app-user-photo {
    width: 72px;
    margin: 0 auto 8px;
    height: 72px;
    box-sizing: border-box;
    border: 1px solid rgba(120, 130, 140, 0.13);
    padding: 4px;
    border-radius: 50%; }
.app-user .app-user-controls .mat-icon-button {
    margin: 0 2px; }
.app-user img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }
.app-user .app-user-name {
    display: block;
    font-size: 0.875rem;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.96);
    margin-left: -2px; }
[dir='rtl'] .branding {
  top: 0;
  left: auto !important;
  right: 0; }
[dir='rtl'] .branding .app-logo {
    margin-right: 0;
    margin-left: 8px; }
.topbar.mat-toolbar {
  position: relative;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  z-index: 999; }
.topbar .mat-select-value {
  font-weight: 400;
  color: #ffffff; }
.toggle-collapsed {
  transform: rotate(0deg);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1); }
.sidebar-compact .toggle-collapsed {
  transform: rotate(180deg); }
.search-bar .top-search-form {
  position: relative;
  background: #fff;
  border-radius: 2px;
  margin-right: 1rem;
  display: block;
  max-width: 800px;
  margin-left: 20px; }
.search-bar .top-search-form .material-icons {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    color: rgba(0, 0, 0, 0.87); }
.search-bar .top-search-form input {
    font-size: 1rem;
    padding: 0.95rem 0.75rem;
    z-index: 2;
    cursor: text;
    text-indent: 30px;
    border: none;
    background: transparent;
    width: 100%;
    outline: 0; }
.topnav:after {
  content: '';
  display: table;
  clear: both; }
.topnav label.menu-toggle {
  height: 48px;
  width: 48px;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 50%; }
.topnav label.menu-toggle .mat-icon {
    font-size: 24px; }
.topnav .toggle,
.topnav [id^='drop'] {
  display: none; }
.topnav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }
.topnav ul:not(.menu) {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0), 0 4px 8px rgba(0, 0, 0, 0.28); }
.topnav ul.menu {
  float: left;
  height: 48px;
  padding-right: 45px; }
.topnav ul.menu > li {
    float: left; }
.topnav ul.menu > li > div > a, .topnav ul.menu > li > div > div {
      border-bottom: 2px solid;
      height: 48px;
      box-sizing: border-box;
      border-color: transparent;
      margin: 0 6px; }
.topnav ul li {
  margin: 0px;
  display: inline-block; }
.topnav a,
.topnav label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 13px 20px;
  height: 44px;
  font-size: 0.875rem;
  text-decoration: none;
  box-sizing: border-box; }
.topnav a .mat-icon,
  .topnav label .mat-icon {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    margin-right: 2px; }
.topnav ul li ul li:hover,
.topnav ul li ul li.open {
  background: #eeeeee; }
.topnav ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.87);
  /* has to be the same number as the "line-height" of "nav a" */
  top: 48px;
  transform: translateY(-100px);
  transition: all 0.3s ease-in-out;
  z-index: -1; }
.topnav ul li:hover > div > div > ul,
.topnav ul li:hover > div > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }
.topnav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative; }
.topnav ul ul ul {
  top: 0;
  left: 170px; }
.topnav ul ul ul li {
  position: relative;
  top: 0; }
.topnav li > a:after {
  content: ' +'; }
.topnav li > a:only-child:after {
  content: ''; }
/* Media Queries
--------------------------------------------- */
@media all and (max-width: 768px) {
  .topnav {
    margin: 0;
    /* Hide Dropdowns by Default */
    /* Hide menus on hover */ }
    .topnav .toggle + a {
      display: none; }
    .topnav .menu {
      opacity: 0;
      visibility: hidden;
      height: auto !important;
      width: 100%; }
      .topnav .menu li a {
        border: none !important; }
    .topnav .toggle {
      display: flex;
      text-decoration: none;
      border: none; }
    .topnav ul {
      overflow: hidden;
      max-height: 0px;
      transform: translateY(0px) !important;
      transition: max-height 0.3s ease-in-out; }
    .topnav [id^='drop']:checked + ul {
      opacity: 1;
      visibility: visible;
      max-height: 2000px; }
    .topnav [id^='drop']:checked + ul.menu {
      max-height: 300px;
      overflow-y: scroll; }
    .topnav ul li {
      position: relative;
      opacity: 1;
      visibility: visible;
      width: 100%;
      z-index: 1; }
    .topnav ul ul .toggle,
    .topnav ul ul a {
      padding: 0 40px; }
    .topnav ul ul ul a {
      padding: 0 80px; }
    .topnav ul li ul li .toggle,
    .topnav ul ul a,
    .topnav ul ul ul a {
      padding: 14px 20px; }
    .topnav ul ul {
      float: none;
      position: relative;
      top: 0;
      left: 0;
      box-shadow: none !important;
      z-index: 1; }
    .topnav ul li:hover > div > div > ul,
    .topnav ul li:hover > div > ul {
      opacity: 0;
      visibility: hidden; }
    .topnav ul ul li {
      opacity: 1;
      visibility: visible;
      width: 100%; }
    .topnav ul ul ul {
      left: 0; }
    .topnav ul ul ul li {
      position: static; } }
@media all and (max-width: 330px) {
  .topnav ul li {
    display: block;
    width: 94%; } }
[dir='rtl'] .topnav a .mat-icon,
[dir='rtl'] .topnav label .mat-icon {
  margin-right: 0;
  margin-left: 2px; }
.header-topnav {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 999; }
.header-topnav .container {
    padding: 0; }
.header-topnav .topbar-branding {
    float: left;
    height: 48px;
    padding: 8px;
    margin: 0 8px;
    background: #fff; }
.header-topnav .topbar-branding img {
      height: 100%;
      width: auto; }
.header-topnav .topnav {
    display: flex;
    align-items: center; }
.header-topnav .header-topnav-right {
    float: right;
    height: 48px;
    display: flex;
    align-items: center;
    padding-right: 0.67rem; }
@media (max-width: 959px) {
  .header-topnav-right {
    position: absolute;
    right: 6px;
    top: 0; } }
[dir='rtl'] .header-topnav .topnav {
  flex-direction: row-reverse; }
/*---- Session (Sign in, sign up, forgot, lockscreen) -----*/
.page-wrap {
  display: flex;
  align-items: center;
  padding: 40px 1rem;
  height: 100%; }
.session-progress {
  position: relative;
  bottom: -5px;
  z-index: 9999; }
.session-form-hold {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
.session-form-hold > .mat-card {
  margin: 0; }
.session-lockscreen {
  max-width: 320px; }
.lockscreen-user {
  text-align: center;
  margin-bottom: 1rem;
  display: flow-root;
  overflow: hidden; }
.lockscreen-face {
  max-width: 72px;
  max-height: 72px;
  border-radius: 50%;
  margin-bottom: 0.5rem; }
/*---- Inbox -----*/
.inbox-sidenav {
  width: 15rem;
  padding: 0.333rem;
  background: transparent !important; }
.inbox-sidenav .inbox-nav-list .mat-list-item-content > a > span {
  font-size: 0.875rem; }
.inbox-sidenav .mat-list-item-content .mat-icon {
  margin-right: 8px; }
.inbox-toolbar {
  height: 56px !important; }
.inbox-toolbar .mat-toolbar-row {
  height: 56px !important; }
.show-on-open {
  display: none !important; }
.mat-expanded .show-on-open {
  display: inherit !important; }
.mat-expanded .hide-on-open {
  display: none !important; }
.mat-expanded .mat-expansion-panel-header {
  margin-bottom: 1rem; }
.messages-wrap {
  padding: 0.333rem;
  min-height: 800px; }
.messages-wrap .mat-expansion-panel-header-title {
    align-items: center; }
.messages-wrap .mat-expansion-panel-header-description {
    align-items: center; }
.messages-wrap .mail-checkbox.mat-checkbox {
    position: relative;
    width: 20px;
    height: 22px;
    overflow: hidden;
    margin-right: 8px; }
.messages-wrap .mail-checkbox.mat-checkbox .mat-checkbox-layout {
      position: absolute;
      top: 0;
      left: 0; }
.messages-wrap .inbox-face {
    height: 36px;
    width: 36px;
    border-radius: 50%; }
[dir='rtl'] .inbox-sidenav .mat-list-item-content .mat-icon {
  margin-right: 0;
  margin-left: 8px; }
[dir='rtl'] .messages-wrap .mail-checkbox {
  margin-right: 0;
  margin-left: 0.5rem; }
[dir='rtl'] .messages-wrap .mail-checkbox .mat-checkbox-inner-container {
    margin-left: 0; }
@media (max-width: 959px) {
  .inbox-sidenav {
    background: inherit !important; } }
/*---- Calendar -----*/
.card-title-text.calendar-title {
  padding: 0.5rem 1.5rem !important; }
.cal-top-col {
  width: 33.3333%;
  float: left; }
.cal-event-action .material-icons {
  vertical-align: sub;
  margin: 6px; }
.cal-open-day-events {
  box-shadow: none !important; }
.calendar-form-dialog .mat-dialog-container {
  padding: 0; }
.color-picker-input.mat-input-element {
  padding: 4px 0 !important; }
@media (max-width: 767px) {
  .cal-top-col {
    width: 100%; } }
/*---- Chats -----*/
.chat-sidenav {
  width: 15rem;
  border-right: 1px solid rgba(0, 0, 0, 0.12); }
.chat-sidebar-toolbar,
.chat-toolbar,
.chat-sidebar-toolbar .mat-toolbar-row,
.chat-toolbar .mat-toolbar-row {
  min-height: 56px !important;
  height: 56px !important; }
.chats-wrap .conversations-hold .single-conversation {
  overflow: hidden;
  padding: 0 2rem;
  margin-bottom: 2rem; }
.chats-wrap .conversations-hold .single-conversation .toolbar-avatar {
  vertical-align: bottom;
  margin-right: 1rem; }
.chats-wrap .conversations-hold .single-conversation .chat-username {
  margin: 0 0 0.625rem;
  font-size: 0.875rem; }
.chats-wrap .conversations-hold .single-conversation .conversation-msg {
  padding: 0.48rem 0.94rem;
  display: inline-block;
  border-radius: 4px; }
.chats-wrap .conversations-hold .single-conversation.sender .conversation-msg {
  background: #ffffff; }
.chats-wrap .conversations-hold .single-conversation .chat-date {
  font-size: 11px;
  padding: 2px;
  margin: 0;
  clear: both; }
.chats-wrap .chat-input-actions {
  padding: 0.6rem; }
[dir='rtl'] .chat-sidenav {
  border-right: none;
  border-left: 1px solid rgba(0, 0, 0, 0.12); }
[dir='rtl'] .chats-wrap .conversations-hold .single-conversation .toolbar-avatar {
  margin-right: 0;
  margin-left: 1rem; }
/*---- Gallery -----*/
.app-gallery .mat-figure .gallery-control-wrap {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in; }
.app-gallery img {
  max-width: 100%; }
.app-gallery .mat-figure:hover .gallery-control-wrap {
  opacity: 1; }
.app-gallery .mat-figure .gallery-control-wrap .gallery-control {
  padding: 0 0 0 1rem; }
.app-gallery .mat-figure .gallery-control-wrap .gallery-control .photo-detail {
  margin: 0;
  color: #fefefe;
  line-height: 40px; }
.app-gallery .mat-figure .gallery-control-wrap .gallery-control .mat-icon {
  color: #fff; }
[dir='rtl'] .app-gallery .mat-figure .gallery-control-wrap .gallery-control .photo-detail {
  margin-right: 1rem; }
/*---- Plans & Pricings -----*/
.plan-pricing .mat-list-item .mat-list-item-content {
  display: inline-flex !important;
  text-align: center;
  font-size: 0.875rem !important; }
/*---- Users -----*/
.user-card .card-title-text {
  padding: 0.5rem 1.5rem !important;
  align-items: center; }
.user-card .user-details > p:last-child {
  margin-bottom: 0; }
.user-card .user-details .mat-icon {
  vertical-align: top;
  margin-right: 0.5rem; }
/*------- Profile ------*/
.profile-sidebar {
  box-sizing: border-box; }
.profile-sidebar .propic {
  width: 100%;
  margin-bottom: 6px; }
.profile-sidebar .propic img {
  width: 50%;
  height: auto;
  border-radius: 50%; }
.profile-sidebar .profile-title .main-title {
  font-size: 1.5rem; }
.profile-sidebar .profile-nav {
  margin-left: -24px;
  margin-right: -24px; }
.profile-sidebar .profile-nav .mat-list-item .mat-icon {
  margin-right: 8px; }
.timeline {
  position: relative;
  overflow: hidden; }
.timeline::before {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 24px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.12); }
.timeline .timeline-item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px; }
.timeline .timeline-badge {
  float: left;
  position: relative;
  margin-right: 30px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  overflow: hidden; }
.timeline .timeline-badge img {
  max-width: 100%; }
.timeline .timeline-badge .icon-badge {
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 48px; }
.timeline .timeline-body-top {
  margin-bottom: 8px; }
.timeline .timeline-body {
  float: right;
  width: calc(100% - 78px); }
.timeline .timeline-body-content img {
  border-radius: 4px;
  max-width: 100%; }
.timeline .timeline-body-content > :last-child {
  margin-bottom: 8px; }
[dir='rtl'] .profile-sidebar .profile-nav .mat-list-item .mat-icon {
  margin-right: 0;
  margin-left: 8px; }
.product-rating {
  display: flex;
  align-items: center;
  margin-left: -5px; }
h1.title {
  font-size: 1.8rem;
  margin: 0 0 1rem; }
.p-line {
  font-size: 0.813rem;
  margin-bottom: 4px; }
.option-label {
  margin-bottom: 6px;
  display: block; }
.product-search,
.quantity-input {
  border: 0;
  height: 32px;
  border-radius: 2px;
  padding-left: 8px;
  font-size: 14px;
  width: 260px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.08), 0px 1px 3px 0px rgba(0, 0, 0, 0);
  transition: all 300ms cubic-bezier(0.35, 0, 0.25, 1); }
.product-search:focus,
  .quantity-input:focus {
    outline: none;
    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); }
.quantity-input {
  width: 80px; }
.shop-wrap {
  margin: 1rem 0.33rem 0.33rem;
  overflow: hidden;
  min-height: 750px; }
.shop-sidebar {
  width: 15rem;
  background: transparent !important; }
.shop-filters-wrap {
  margin-top: 7px;
  padding: 0 0.5rem 0 0.333rem; }
.shop-filters-wrap .product-categories {
    list-style: none;
    margin: 0;
    padding: 0; }
.shop-filters-wrap .product-categories li {
      cursor: pointer;
      padding: 5px;
      text-transform: capitalize; }
.shop-top-toolbar {
  margin-bottom: 0.5rem;
  padding: 0 8px; }
.product-search-wrap .product-search {
  width: 260px;
  margin: 6px 0 0; }
.product-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  min-height: 750px; }
.product-container .products-pagination {
    width: 100%;
    text-align: center;
    margin: 1.5rem 0;
    align-self: flex-end;
    justify-content: flex-end; }
.product-container .products-pagination ul {
      padding: 0;
      margin: 0; }
.product-container .products-pagination .ngx-pagination .current {
      background: #e6e6e6;
      color: rgba(0, 0, 0, 0.87); }
.product-container .product-wrap {
    width: 33.333%;
    float: left; }
.product-container .product-wrap .product-inner {
      display: flex;
      flex-direction: column;
      position: relative;
      border-radius: 4px;
      box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
      overflow: hidden;
      margin: 8px;
      transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1); }
.product-container .product-wrap .product-inner:hover {
        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); }
.product-container .product-wrap .product-inner .product-badge {
        color: #fff;
        text-align: center;
        position: absolute;
        top: 20px;
        left: 20px;
        display: flex;
        z-index: 100;
        height: 64px;
        width: 64px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        padding: 8px;
        transform: rotate(-30deg); }
.product-container .product-wrap .product-inner .product-badge span {
          font-weight: 500;
          line-height: 1.1; }
.product-container .product-wrap .product-inner .featured-img {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        min-height: 180px; }
.product-container .product-wrap .product-inner .info-wrap {
        display: flex;
        flex-direction: column; }
.product-container .product-wrap .product-inner .info-wrap .main-info {
          width: 100%;
          margin-bottom: 1rem;
          min-height: 150px; }
.product-container .product-wrap .product-inner .info-wrap .main-info .title {
            margin: 0;
            font-size: 1.2rem;
            font-weight: 500;
            margin-bottom: 4px;
            cursor: pointer; }
.product-container .product-wrap .product-inner .info-wrap .main-info .title:active {
              outline: none; }
.product-container .product-wrap .product-inner .info-wrap .actions {
          width: 100%;
          display: flex;
          flex-direction: row; }
.product-container .product-wrap .product-inner .info-wrap .actions div {
            flex: 50%;
            display: flex; }
.product-container .product-wrap .product-inner .info-wrap .actions .price-rating {
            flex-direction: column;
            justify-content: flex-start; }
.product-container .product-wrap .product-inner .info-wrap .actions .price-rating .price {
              align-items: center; }
.product-container .product-wrap .product-inner .info-wrap .actions .price-rating .price span {
                font-size: 1.2rem;
                margin-right: 4px; }
.product-container .product-wrap .product-inner .info-wrap .actions .add-to-cart {
            align-items: center; }
.product-container .product-wrap .product-inner ul {
        margin: 0;
        padding: 0 0 0 8px;
        list-style: none; }
.product-container .product-wrap .product-inner ul li {
          margin-bottom: 4px;
          display: flex; }
.product-container .product-wrap .product-inner ul li .mat-icon {
            margin-right: 8px; }
.product-container .product-wrap .product-inner .more-info-wrap {
        display: none; }
.product-details-wrap .gallery-photo {
  min-height: 400px;
  width: calc(100% - 80px);
  float: left;
  padding-right: 1rem;
  margin-bottom: 1rem; }
.product-details-wrap .gallery-photo img {
    width: 100%;
    height: auto;
    border-radius: 4px; }
.product-details-wrap .gallery-thumbnails {
  width: 80px;
  float: left;
  padding-right: 0.667rem; }
.product-details-wrap .gallery-thumbnails img {
    width: 100%;
    border-radius: 2px;
    display: inline-block;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease-in; }
.product-details-wrap .gallery-thumbnails img.active {
      opacity: 0.6; }
.cart-table {
  width: 100%;
  border-collapse: separate;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  border-spacing: 0; }
.cart-table .cart-thumbnail {
    height: 44px;
    width: auto;
    border-radius: 2px; }
.cart-table thead tr {
    border-collapse: separate;
    background: rgba(0, 0, 0, 0.03); }
.cart-table thead tr th {
      border-collapse: separate;
      text-align: left;
      padding: 1rem;
      font-weight: 500;
      letter-spacing: 0.1px; }
.cart-table tbody tr td {
    text-align: left;
    padding: 16px; }
@media (max-width: 1100px) {
  .product-container .product-wrap {
    width: 50%; } }
@media (max-width: 960px) {
  .shop-filters-wrap {
    margin: 0;
    padding: 0; } }
@media (max-width: 680px) {
  .product-container .product-wrap {
    width: 100%; }
  .product-details-wrap .gallery-photo {
    min-height: auto; }
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  tr:last-child {
    border-bottom: none; }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    padding-left: 50%; }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }
@media (min-width: 1100px) {
  .product-container.list-view .product-wrap {
    width: 100%;
    padding-right: 0; }
    .product-container.list-view .product-wrap .product-inner {
      flex-direction: row; }
    .product-container.list-view .product-wrap .featured-img {
      flex: 3 0; }
      .product-container.list-view .product-wrap .featured-img img {
        width: 100%;
        max-width: 100%;
        min-height: 100%; }
    .product-container.list-view .product-wrap .info-wrap {
      flex-direction: column;
      flex: 2 0; }
      .product-container.list-view .product-wrap .info-wrap .actions {
        align-self: flex-end;
        justify-content: flex-end;
        margin-top: auto; }
    .product-container.list-view .product-wrap .more-info-wrap {
      display: flex;
      align-items: stretch;
      flex: 2 0;
      position: relative; }
      .product-container.list-view .product-wrap .more-info-wrap .more-info {
        width: 100%;
        padding-left: 1rem;
        border-left: 1px solid #e6e6e6; } }
[dir='rtl'] .product-search,
[dir='rtl'] .quantity-input {
  padding-right: 8px; }
[dir='rtl'] .product-container.list-view .product-wrap .more-info-wrap .more-info {
  border: 0;
  padding-left: 0; }
[dir='rtl'] .product-container .product-wrap .product-inner .product-badge {
  left: auto;
  right: 20px; }
[dir='rtl'] .product-container .product-wrap .product-inner ul li .mat-icon {
  margin-right: 0;
  margin-left: 8px; }
[dir='rtl'] .product-details-wrap .gallery-photo {
  padding: 0; }
[dir='rtl'] .product-details-wrap .product-content-wrap {
  padding: 0 1rem; }
.home-section {
  padding: 80px 0; }
.scrollable {
  position: relative;
  width: 100%;
  height: 100vh; }
.section-intro {
  padding: 40px 0 60px;
  background: #ffffff; }
.section-intro h1 {
    font-size: 32px;
    margin: 2rem 0 1rem;
    font-weight: 300; }
.section-intro p {
    font-size: 16px;
    max-width: 450px;
    margin: 0 auto 1.4rem; }
.section-intro img {
    display: block;
    margin: 0 auto; }
.section-demos {
  position: relative;
  background: #1e5799; }
.section-demos .demo-box h3 {
    margin: 0 0 1.4rem;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35); }
.section-demos .demo-box img {
    width: 100%;
    height: auto;
    float: left; }
.section-demos .demo-box .screenshot {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 2rem;
    min-height: 180px;
    cursor: pointer; }
/*
  Only Required if you want to use Angular Landing
  (https://themeforest.net/item/angular-landing-material-design-angular-app-landing-page/21198258)
*/
/*
bootstrap table theme
*/
.ngx-datatable.bootstrap {
  box-shadow: none;
  font-size: 13px; }
.ngx-datatable.bootstrap .datatable-header {
    height: unset !important; }
.ngx-datatable.bootstrap .datatable-header .datatable-header-cell {
      vertical-align: bottom;
      padding: 0.75rem;
      border-bottom: 1px solid #d1d4d7; }
.ngx-datatable.bootstrap .datatable-header .datatable-header-cell .datatable-header-cell-label {
        line-height: 24px; }
.ngx-datatable.bootstrap .datatable-body .datatable-body-row {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #d1d4d7; }
.ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-even {
      background-color: rgba(0, 0, 0, 0.05); }
.ngx-datatable.bootstrap .datatable-body .datatable-body-row.active {
      background-color: #1483ff;
      color: #fff; }
.ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell {
      text-align: left;
      vertical-align: top; }
.ngx-datatable.bootstrap .datatable-footer {
    background: #424242;
    color: #ededed;
    margin-top: -1px; }
.ngx-datatable.bootstrap .datatable-footer .page-count {
      line-height: 50px;
      height: 50px;
      padding: 0 1.2rem; }
.ngx-datatable.bootstrap .datatable-footer .datatable-pager {
      margin: 0 10px;
      vertical-align: top; }
.ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li {
        margin: 10px 0px; }
.ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled).active a, .ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled):hover a {
          background-color: #545454;
          font-weight: bold; }
.ngx-datatable.bootstrap .datatable-footer .datatable-pager a {
        height: 22px;
        min-width: 24px;
        line-height: 22px;
        padding: 0;
        border-radius: 3px;
        margin: 0 3px;
        text-align: center;
        vertical-align: top;
        text-decoration: none;
        vertical-align: bottom;
        color: #ededed; }
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-left,
      .ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-skip,
      .ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-right,
      .ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-prev {
        font-size: 18px;
        line-height: 27px;
        padding: 0 3px; }
.mat-error {
  font-size: 12px; }
.offset-left-20 {
  margin-left: 20px; }
.error-text {
  color: red; }
.medium-length-form {
  width: 370px; }
.submit-button {
  /*
 float: right;
 */
  /*margin-bottom: 20px !important;*/
  /*
 margin-right: 80px !important;
 */ }
.topnav ul ul li {
  width: 190px; }
.mat-form-field-label {
  font-style: italic !important; }
.mat-optgroup-label {
  font-size: 16px !important; }
.item-edit-panel {
  position: relative;
  padding: 25px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-left: 5px solid #547e44;
  border-radius: 5px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05); }
.save-button-right {
  float: right; }
.button-row {
  width: 100%;
  display: inline-block; }
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
.phone-number {
  width: 100%;
  position: relative; }
.phone-number-list {
    width: 100%; }
.phone-number--icon {
    font-size: 18px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-right: 3px; }
.phone-number--text {
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle; }
.datatable-body-cell {
  overflow-x: visible !important; }
.row-height {
  height: 100%; }
.drop-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 100px;
  border-radius: 3px;
  margin: 10px 5%;
  border: dashed 2px #47803c;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.6); }
.drop-container p {
  font-size: 16px;
  font-weight: 400;
  color: #8793a2; }
.drop-container.is-drop-over {
  opacity: 0.5;
  border-color: #47803c;
  border-width: 3px;
  cursor: move;
  /* fallback: no `url()` support or images disabled */
  /* Chrome 1-21, Safari 4+ */
  /* Firefox 1.5-26 */
  cursor: grab;
  /* W3C standards syntax, should come least */ }
.drop-container .upload-button {
  display: block;
  border: none;
  outline: 0;
  cursor: pointer;
  font-weight: 600;
  padding: 0 2px; }
.drop-container .upload-button input {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important; }
.upload-action {
  width: 100%;
  display: inline-flex;
  margin: 20px 10%;
  padding-bottom: 10px; }
.upload-action * {
  margin-right: 30px; }
.upload-action div label {
  margin-right: 10px; }
.uploaded-file {
  margin-left: 5%;
  color: #47803c;
  font-weight: 800; }
.hand-cursor {
  cursor: pointer; }
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
.inputfile + label {
  font-size: 1em;
  font-weight: 600;
  color: white;
  background-color: #47803c;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap; }
.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #2b8018; }
.inputfile + label {
  cursor: pointer;
  /* "hand" cursor */ }
.upload-label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.1em; }
.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }
.lease-heading {
  margin: 0 0 10px 0 !important; }
.mat-datepicker-content .mat-calendar {
  zoom: 0.75; }
table.controls-table td .mat-form-field {
  height: 59px; }
table.controls-table td .action-column {
  height: 59px; }
table.controls-table tr.footer td {
  font-weight: 600;
  font-size: 17px;
  padding-top: 10px; }
table.controls-table td.mat-cell:first-child,
table.controls-table td.mat-footer-cell:first-child,
table.controls-table th.mat-header-cell:first-child {
  padding-left: 0; }
table.controls-table th {
  background-color: #e6ffe0;
  text-align: center; }
.mat-card-no-border {
  font-size: 0.875rem;
  border-top: solid 0px #47803c; }
.alert {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px; }
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }


/*# sourceMappingURL=styles.325a23147685b7ceabca.css.map*/